···113113export * as AppBskyUnspeccedGetConfig from './types/app/bsky/unspecced/getConfig.ts';
114114export * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacks from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts';
115115export * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts';
116116+export * as AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts';
116117export * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators.ts';
117118export * as AppBskyUnspeccedGetPostThreadOtherV2 from './types/app/bsky/unspecced/getPostThreadOtherV2.ts';
118119export * as AppBskyUnspeccedGetPostThreadV2 from './types/app/bsky/unspecced/getPostThreadV2.ts';
119120export * as AppBskyUnspeccedGetSuggestedFeeds from './types/app/bsky/unspecced/getSuggestedFeeds.ts';
120121export * as AppBskyUnspeccedGetSuggestedFeedsSkeleton from './types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts';
121122export * as AppBskyUnspeccedGetSuggestedOnboardingUsers from './types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts';
122122-export * as AppBskyUnspeccedGetSuggestedOnboardingUsersSkeleton from './types/app/bsky/unspecced/getSuggestedOnboardingUsersSkeleton.ts';
123123export * as AppBskyUnspeccedGetSuggestedStarterPacks from './types/app/bsky/unspecced/getSuggestedStarterPacks.ts';
124124export * as AppBskyUnspeccedGetSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts';
125125export * as AppBskyUnspeccedGetSuggestedUsers from './types/app/bsky/unspecced/getSuggestedUsers.ts';
···3333 },
3434 cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
3535 /**
3636+ * DEPRECATED: use recIdStr instead.
3737+ * @deprecated
3838+ */
3939+ recId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
4040+ /**
3641 * Snowflake for this recommendation, use when submitting recommendation events.
3742 */
3838- recId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
4343+ recIdStr: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
3944 /**
4045 * DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.
4146 */