@atcute/bluesky 3.0.4 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +12 -15
- package/dist/lexicons/types/app/bsky/actor/getPreferences.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/actor/getProfile.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/actor/getProfiles.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/actor/getSuggestions.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/actor/putPreferences.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/actor/searchActors.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/describeFeedGenerator.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getActorFeeds.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getActorLikes.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getFeed.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getLikes.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getListFeed.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getPostThread.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getPosts.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getQuotes.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getRepostedBy.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/getTimeline.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/searchPosts.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/feed/sendInteractions.d.ts +6 -0
- package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getBlocks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getFollowers.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getFollows.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getList.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getListBlocks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getListMutes.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getLists.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getMutes.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getRelationships.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPack.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPacks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/muteActor.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/muteActorList.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/muteThread.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/unmuteActor.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/unmuteActorList.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/unmuteThread.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/labeler/getServices.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/notification/getUnreadCount.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/notification/listNotifications.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/notification/putPreferences.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/notification/registerPush.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/notification/updateSeen.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/defs.d.ts +44 -0
- package/dist/lexicons/types/app/bsky/unspecced/defs.js +29 -0
- package/dist/lexicons/types/app/bsky/unspecced/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getConfig.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadHiddenV2.d.ts +6 -13
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadHiddenV2.js +3 -12
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadHiddenV2.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.d.ts +4 -40
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.js +5 -33
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrends.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/video/getJobStatus.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/video/getUploadLimits.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/video/uploadVideo.d.ts +5 -0
- package/dist/lexicons/types/chat/bsky/actor/deleteAccount.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/actor/exportAccountData.d.ts +3 -0
- package/dist/lexicons/types/chat/bsky/convo/acceptConvo.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/addReaction.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/deleteMessageForSelf.d.ts +5 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvo.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/leaveConvo.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/muteConvo.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/removeReaction.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/sendMessage.d.ts +5 -0
- package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/unmuteConvo.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/updateAllRead.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/updateRead.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/moderation/getActorMetadata.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/moderation/updateActorAccess.d.ts +4 -0
- package/lib/lexicons/types/app/bsky/actor/getPreferences.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/getProfile.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/getProfiles.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/getSuggestions.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/putPreferences.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/searchActors.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/searchActorsTypeahead.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/describeFeedGenerator.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getActorFeeds.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getActorLikes.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getAuthorFeed.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getFeed.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getFeedGenerator.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getFeedGenerators.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getFeedSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getLikes.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getListFeed.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getPostThread.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getPosts.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getQuotes.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getRepostedBy.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getSuggestedFeeds.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getTimeline.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/searchPosts.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/sendInteractions.ts +4 -0
- package/lib/lexicons/types/app/bsky/graph/getActorStarterPacks.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getBlocks.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getFollowers.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getFollows.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getKnownFollowers.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getList.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getListBlocks.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getListMutes.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getLists.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getMutes.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getRelationships.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getStarterPack.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getStarterPacks.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/muteActor.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/muteActorList.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/muteThread.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/unmuteActor.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/unmuteActorList.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/unmuteThread.ts +3 -0
- package/lib/lexicons/types/app/bsky/labeler/getServices.ts +3 -0
- package/lib/lexicons/types/app/bsky/notification/getUnreadCount.ts +3 -0
- package/lib/lexicons/types/app/bsky/notification/listNotifications.ts +3 -0
- package/lib/lexicons/types/app/bsky/notification/putPreferences.ts +3 -0
- package/lib/lexicons/types/app/bsky/notification/registerPush.ts +3 -0
- package/lib/lexicons/types/app/bsky/notification/updateSeen.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/defs.ts +43 -0
- package/lib/lexicons/types/app/bsky/unspecced/getConfig.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getPostThreadHiddenV2.ts +6 -16
- package/lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts +8 -50
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsers.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTrendingTopics.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTrends.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +3 -0
- package/lib/lexicons/types/app/bsky/video/getJobStatus.ts +3 -0
- package/lib/lexicons/types/app/bsky/video/getUploadLimits.ts +3 -0
- package/lib/lexicons/types/app/bsky/video/uploadVideo.ts +4 -0
- package/lib/lexicons/types/chat/bsky/actor/deleteAccount.ts +3 -0
- package/lib/lexicons/types/chat/bsky/actor/exportAccountData.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/acceptConvo.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/addReaction.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/deleteMessageForSelf.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/getConvo.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/getConvoAvailability.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/getConvoForMembers.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/getLog.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/getMessages.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/leaveConvo.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/listConvos.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/muteConvo.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/removeReaction.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/sendMessage.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/sendMessageBatch.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/unmuteConvo.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/updateAllRead.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/updateRead.ts +4 -0
- package/lib/lexicons/types/chat/bsky/moderation/getActorMetadata.ts +3 -0
- package/lib/lexicons/types/chat/bsky/moderation/getMessageContext.ts +3 -0
- package/lib/lexicons/types/chat/bsky/moderation/updateActorAccess.ts +3 -0
- package/package.json +4 -4
|
@@ -32,6 +32,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
32
32
|
|
|
33
33
|
export const mainSchema = _mainSchema as mainSchema;
|
|
34
34
|
|
|
35
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
36
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
37
|
+
|
|
35
38
|
declare module '@atcute/lexicons/ambient' {
|
|
36
39
|
interface XRPCQueries {
|
|
37
40
|
'app.bsky.graph.getList': mainSchema;
|
|
@@ -28,6 +28,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
28
28
|
|
|
29
29
|
export const mainSchema = _mainSchema as mainSchema;
|
|
30
30
|
|
|
31
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
32
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
33
|
+
|
|
31
34
|
declare module '@atcute/lexicons/ambient' {
|
|
32
35
|
interface XRPCQueries {
|
|
33
36
|
'app.bsky.graph.getListBlocks': mainSchema;
|
|
@@ -28,6 +28,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
28
28
|
|
|
29
29
|
export const mainSchema = _mainSchema as mainSchema;
|
|
30
30
|
|
|
31
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
32
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
33
|
+
|
|
31
34
|
declare module '@atcute/lexicons/ambient' {
|
|
32
35
|
interface XRPCQueries {
|
|
33
36
|
'app.bsky.graph.getListMutes': mainSchema;
|
|
@@ -29,6 +29,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
29
29
|
|
|
30
30
|
export const mainSchema = _mainSchema as mainSchema;
|
|
31
31
|
|
|
32
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
34
|
+
|
|
32
35
|
declare module '@atcute/lexicons/ambient' {
|
|
33
36
|
interface XRPCQueries {
|
|
34
37
|
'app.bsky.graph.getLists': mainSchema;
|
|
@@ -28,6 +28,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
28
28
|
|
|
29
29
|
export const mainSchema = _mainSchema as mainSchema;
|
|
30
30
|
|
|
31
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
32
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
33
|
+
|
|
31
34
|
declare module '@atcute/lexicons/ambient' {
|
|
32
35
|
interface XRPCQueries {
|
|
33
36
|
'app.bsky.graph.getMutes': mainSchema;
|
|
@@ -34,6 +34,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
34
34
|
|
|
35
35
|
export const mainSchema = _mainSchema as mainSchema;
|
|
36
36
|
|
|
37
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
38
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
39
|
+
|
|
37
40
|
declare module '@atcute/lexicons/ambient' {
|
|
38
41
|
interface XRPCQueries {
|
|
39
42
|
'app.bsky.graph.getRelationships': mainSchema;
|
|
@@ -23,6 +23,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
23
23
|
|
|
24
24
|
export const mainSchema = _mainSchema as mainSchema;
|
|
25
25
|
|
|
26
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
27
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
28
|
+
|
|
26
29
|
declare module '@atcute/lexicons/ambient' {
|
|
27
30
|
interface XRPCQueries {
|
|
28
31
|
'app.bsky.graph.getStarterPack': mainSchema;
|
|
@@ -25,6 +25,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
25
25
|
|
|
26
26
|
export const mainSchema = _mainSchema as mainSchema;
|
|
27
27
|
|
|
28
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
29
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
30
|
+
|
|
28
31
|
declare module '@atcute/lexicons/ambient' {
|
|
29
32
|
interface XRPCQueries {
|
|
30
33
|
'app.bsky.graph.getStarterPacks': mainSchema;
|
|
@@ -25,6 +25,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
25
25
|
|
|
26
26
|
export const mainSchema = _mainSchema as mainSchema;
|
|
27
27
|
|
|
28
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
29
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
30
|
+
|
|
28
31
|
declare module '@atcute/lexicons/ambient' {
|
|
29
32
|
interface XRPCQueries {
|
|
30
33
|
'app.bsky.graph.getSuggestedFollowsByActor': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.graph.muteActor': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.graph.muteActorList': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.graph.muteThread': mainSchema;
|
|
@@ -29,6 +29,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
29
29
|
|
|
30
30
|
export const mainSchema = _mainSchema as mainSchema;
|
|
31
31
|
|
|
32
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
34
|
+
|
|
32
35
|
declare module '@atcute/lexicons/ambient' {
|
|
33
36
|
interface XRPCQueries {
|
|
34
37
|
'app.bsky.graph.searchStarterPacks': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.graph.unmuteActor': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.graph.unmuteActorList': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.graph.unmuteThread': mainSchema;
|
|
@@ -31,6 +31,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
31
31
|
|
|
32
32
|
export const mainSchema = _mainSchema as mainSchema;
|
|
33
33
|
|
|
34
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
35
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
36
|
+
|
|
34
37
|
declare module '@atcute/lexicons/ambient' {
|
|
35
38
|
interface XRPCQueries {
|
|
36
39
|
'app.bsky.labeler.getServices': mainSchema;
|
|
@@ -21,6 +21,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
21
21
|
|
|
22
22
|
export const mainSchema = _mainSchema as mainSchema;
|
|
23
23
|
|
|
24
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
25
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
26
|
+
|
|
24
27
|
declare module '@atcute/lexicons/ambient' {
|
|
25
28
|
interface XRPCQueries {
|
|
26
29
|
'app.bsky.notification.getUnreadCount': mainSchema;
|
|
@@ -70,6 +70,9 @@ export const notificationSchema = _notificationSchema as notificationSchema;
|
|
|
70
70
|
|
|
71
71
|
export interface Notification extends v.InferInput<typeof notificationSchema> {}
|
|
72
72
|
|
|
73
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
74
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
75
|
+
|
|
73
76
|
declare module '@atcute/lexicons/ambient' {
|
|
74
77
|
interface XRPCQueries {
|
|
75
78
|
'app.bsky.notification.listNotifications': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.notification.putPreferences': mainSchema;
|
|
@@ -22,6 +22,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
22
22
|
|
|
23
23
|
export const mainSchema = _mainSchema as mainSchema;
|
|
24
24
|
|
|
25
|
+
export interface $params {}
|
|
26
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
27
|
+
|
|
25
28
|
declare module '@atcute/lexicons/ambient' {
|
|
26
29
|
interface XRPCProcedures {
|
|
27
30
|
'app.bsky.notification.registerPush': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'app.bsky.notification.updateSeen': mainSchema;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type {} from '@atcute/lexicons';
|
|
2
2
|
import * as v from '@atcute/lexicons/validations';
|
|
3
3
|
import * as AppBskyActorDefs from '../actor/defs.js';
|
|
4
|
+
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
4
5
|
|
|
5
6
|
const _skeletonSearchActorSchema = /*#__PURE__*/ v.object({
|
|
6
7
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#skeletonSearchActor')),
|
|
@@ -27,6 +28,31 @@ const _skeletonTrendSchema = /*#__PURE__*/ v.object({
|
|
|
27
28
|
status: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string<'hot' | (string & {})>()),
|
|
28
29
|
topic: /*#__PURE__*/ v.string(),
|
|
29
30
|
});
|
|
31
|
+
const _threadItemBlockedSchema = /*#__PURE__*/ v.object({
|
|
32
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemBlocked')),
|
|
33
|
+
get author() {
|
|
34
|
+
return AppBskyFeedDefs.blockedAuthorSchema;
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
const _threadItemNoUnauthenticatedSchema = /*#__PURE__*/ v.object({
|
|
38
|
+
$type: /*#__PURE__*/ v.optional(
|
|
39
|
+
/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemNoUnauthenticated'),
|
|
40
|
+
),
|
|
41
|
+
});
|
|
42
|
+
const _threadItemNotFoundSchema = /*#__PURE__*/ v.object({
|
|
43
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemNotFound')),
|
|
44
|
+
});
|
|
45
|
+
const _threadItemPostSchema = /*#__PURE__*/ v.object({
|
|
46
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemPost')),
|
|
47
|
+
hiddenByThreadgate: /*#__PURE__*/ v.boolean(),
|
|
48
|
+
moreParents: /*#__PURE__*/ v.boolean(),
|
|
49
|
+
moreReplies: /*#__PURE__*/ v.integer(),
|
|
50
|
+
mutedByViewer: /*#__PURE__*/ v.boolean(),
|
|
51
|
+
opThread: /*#__PURE__*/ v.boolean(),
|
|
52
|
+
get post() {
|
|
53
|
+
return AppBskyFeedDefs.postViewSchema;
|
|
54
|
+
},
|
|
55
|
+
});
|
|
30
56
|
const _trendViewSchema = /*#__PURE__*/ v.object({
|
|
31
57
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#trendView')),
|
|
32
58
|
get actors() {
|
|
@@ -52,6 +78,10 @@ type skeletonSearchActor$schematype = typeof _skeletonSearchActorSchema;
|
|
|
52
78
|
type skeletonSearchPost$schematype = typeof _skeletonSearchPostSchema;
|
|
53
79
|
type skeletonSearchStarterPack$schematype = typeof _skeletonSearchStarterPackSchema;
|
|
54
80
|
type skeletonTrend$schematype = typeof _skeletonTrendSchema;
|
|
81
|
+
type threadItemBlocked$schematype = typeof _threadItemBlockedSchema;
|
|
82
|
+
type threadItemNoUnauthenticated$schematype = typeof _threadItemNoUnauthenticatedSchema;
|
|
83
|
+
type threadItemNotFound$schematype = typeof _threadItemNotFoundSchema;
|
|
84
|
+
type threadItemPost$schematype = typeof _threadItemPostSchema;
|
|
55
85
|
type trendView$schematype = typeof _trendViewSchema;
|
|
56
86
|
type trendingTopic$schematype = typeof _trendingTopicSchema;
|
|
57
87
|
|
|
@@ -59,6 +89,10 @@ export interface skeletonSearchActorSchema extends skeletonSearchActor$schematyp
|
|
|
59
89
|
export interface skeletonSearchPostSchema extends skeletonSearchPost$schematype {}
|
|
60
90
|
export interface skeletonSearchStarterPackSchema extends skeletonSearchStarterPack$schematype {}
|
|
61
91
|
export interface skeletonTrendSchema extends skeletonTrend$schematype {}
|
|
92
|
+
export interface threadItemBlockedSchema extends threadItemBlocked$schematype {}
|
|
93
|
+
export interface threadItemNoUnauthenticatedSchema extends threadItemNoUnauthenticated$schematype {}
|
|
94
|
+
export interface threadItemNotFoundSchema extends threadItemNotFound$schematype {}
|
|
95
|
+
export interface threadItemPostSchema extends threadItemPost$schematype {}
|
|
62
96
|
export interface trendViewSchema extends trendView$schematype {}
|
|
63
97
|
export interface trendingTopicSchema extends trendingTopic$schematype {}
|
|
64
98
|
|
|
@@ -67,6 +101,11 @@ export const skeletonSearchPostSchema = _skeletonSearchPostSchema as skeletonSea
|
|
|
67
101
|
export const skeletonSearchStarterPackSchema =
|
|
68
102
|
_skeletonSearchStarterPackSchema as skeletonSearchStarterPackSchema;
|
|
69
103
|
export const skeletonTrendSchema = _skeletonTrendSchema as skeletonTrendSchema;
|
|
104
|
+
export const threadItemBlockedSchema = _threadItemBlockedSchema as threadItemBlockedSchema;
|
|
105
|
+
export const threadItemNoUnauthenticatedSchema =
|
|
106
|
+
_threadItemNoUnauthenticatedSchema as threadItemNoUnauthenticatedSchema;
|
|
107
|
+
export const threadItemNotFoundSchema = _threadItemNotFoundSchema as threadItemNotFoundSchema;
|
|
108
|
+
export const threadItemPostSchema = _threadItemPostSchema as threadItemPostSchema;
|
|
70
109
|
export const trendViewSchema = _trendViewSchema as trendViewSchema;
|
|
71
110
|
export const trendingTopicSchema = _trendingTopicSchema as trendingTopicSchema;
|
|
72
111
|
|
|
@@ -74,5 +113,9 @@ export interface SkeletonSearchActor extends v.InferInput<typeof skeletonSearchA
|
|
|
74
113
|
export interface SkeletonSearchPost extends v.InferInput<typeof skeletonSearchPostSchema> {}
|
|
75
114
|
export interface SkeletonSearchStarterPack extends v.InferInput<typeof skeletonSearchStarterPackSchema> {}
|
|
76
115
|
export interface SkeletonTrend extends v.InferInput<typeof skeletonTrendSchema> {}
|
|
116
|
+
export interface ThreadItemBlocked extends v.InferInput<typeof threadItemBlockedSchema> {}
|
|
117
|
+
export interface ThreadItemNoUnauthenticated extends v.InferInput<typeof threadItemNoUnauthenticatedSchema> {}
|
|
118
|
+
export interface ThreadItemNotFound extends v.InferInput<typeof threadItemNotFoundSchema> {}
|
|
119
|
+
export interface ThreadItemPost extends v.InferInput<typeof threadItemPostSchema> {}
|
|
77
120
|
export interface TrendView extends v.InferInput<typeof trendViewSchema> {}
|
|
78
121
|
export interface TrendingTopic extends v.InferInput<typeof trendingTopicSchema> {}
|
|
@@ -31,6 +31,9 @@ export const mainSchema = _mainSchema as mainSchema;
|
|
|
31
31
|
|
|
32
32
|
export interface LiveNowConfig extends v.InferInput<typeof liveNowConfigSchema> {}
|
|
33
33
|
|
|
34
|
+
export interface $params {}
|
|
35
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
36
|
+
|
|
34
37
|
declare module '@atcute/lexicons/ambient' {
|
|
35
38
|
interface XRPCQueries {
|
|
36
39
|
'app.bsky.unspecced.getConfig': mainSchema;
|
|
@@ -29,6 +29,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
29
29
|
|
|
30
30
|
export const mainSchema = _mainSchema as mainSchema;
|
|
31
31
|
|
|
32
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
34
|
+
|
|
32
35
|
declare module '@atcute/lexicons/ambient' {
|
|
33
36
|
interface XRPCQueries {
|
|
34
37
|
'app.bsky.unspecced.getPopularFeedGenerators': mainSchema;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import type {} from '@atcute/lexicons';
|
|
2
2
|
import * as v from '@atcute/lexicons/validations';
|
|
3
3
|
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
-
import * as
|
|
4
|
+
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadHiddenV2', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
anchor: /*#__PURE__*/ v.resourceUriString(),
|
|
9
|
+
prioritizeFollowedUsers: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
9
10
|
}),
|
|
10
11
|
output: {
|
|
11
12
|
type: 'lex',
|
|
@@ -23,34 +24,23 @@ const _threadHiddenItemSchema = /*#__PURE__*/ v.object({
|
|
|
23
24
|
depth: /*#__PURE__*/ v.integer(),
|
|
24
25
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
25
26
|
get value() {
|
|
26
|
-
return /*#__PURE__*/ v.variant([
|
|
27
|
-
},
|
|
28
|
-
});
|
|
29
|
-
const _threadHiddenItemPostSchema = /*#__PURE__*/ v.object({
|
|
30
|
-
$type: /*#__PURE__*/ v.optional(
|
|
31
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItemPost'),
|
|
32
|
-
),
|
|
33
|
-
hiddenByThreadgate: /*#__PURE__*/ v.boolean(),
|
|
34
|
-
mutedByViewer: /*#__PURE__*/ v.boolean(),
|
|
35
|
-
get post() {
|
|
36
|
-
return AppBskyFeedDefs.postViewSchema;
|
|
27
|
+
return /*#__PURE__*/ v.variant([AppBskyUnspeccedDefs.threadItemPostSchema]);
|
|
37
28
|
},
|
|
38
29
|
});
|
|
39
30
|
|
|
40
31
|
type main$schematype = typeof _mainSchema;
|
|
41
32
|
type threadHiddenItem$schematype = typeof _threadHiddenItemSchema;
|
|
42
|
-
type threadHiddenItemPost$schematype = typeof _threadHiddenItemPostSchema;
|
|
43
33
|
|
|
44
34
|
export interface mainSchema extends main$schematype {}
|
|
45
35
|
export interface threadHiddenItemSchema extends threadHiddenItem$schematype {}
|
|
46
|
-
export interface threadHiddenItemPostSchema extends threadHiddenItemPost$schematype {}
|
|
47
36
|
|
|
48
37
|
export const mainSchema = _mainSchema as mainSchema;
|
|
49
38
|
export const threadHiddenItemSchema = _threadHiddenItemSchema as threadHiddenItemSchema;
|
|
50
|
-
export const threadHiddenItemPostSchema = _threadHiddenItemPostSchema as threadHiddenItemPostSchema;
|
|
51
39
|
|
|
52
40
|
export interface ThreadHiddenItem extends v.InferInput<typeof threadHiddenItemSchema> {}
|
|
53
|
-
|
|
41
|
+
|
|
42
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
43
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
54
44
|
|
|
55
45
|
declare module '@atcute/lexicons/ambient' {
|
|
56
46
|
interface XRPCQueries {
|
|
@@ -2,6 +2,7 @@ import type {} from '@atcute/lexicons';
|
|
|
2
2
|
import * as v from '@atcute/lexicons/validations';
|
|
3
3
|
import type {} from '@atcute/lexicons/ambient';
|
|
4
4
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
5
|
+
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
5
6
|
|
|
6
7
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadV2', {
|
|
7
8
|
params: /*#__PURE__*/ v.object({
|
|
@@ -40,70 +41,27 @@ const _threadItemSchema = /*#__PURE__*/ v.object({
|
|
|
40
41
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
41
42
|
get value() {
|
|
42
43
|
return /*#__PURE__*/ v.variant([
|
|
43
|
-
threadItemBlockedSchema,
|
|
44
|
-
threadItemNoUnauthenticatedSchema,
|
|
45
|
-
threadItemNotFoundSchema,
|
|
46
|
-
threadItemPostSchema,
|
|
44
|
+
AppBskyUnspeccedDefs.threadItemBlockedSchema,
|
|
45
|
+
AppBskyUnspeccedDefs.threadItemNoUnauthenticatedSchema,
|
|
46
|
+
AppBskyUnspeccedDefs.threadItemNotFoundSchema,
|
|
47
|
+
AppBskyUnspeccedDefs.threadItemPostSchema,
|
|
47
48
|
]);
|
|
48
49
|
},
|
|
49
50
|
});
|
|
50
|
-
const _threadItemBlockedSchema = /*#__PURE__*/ v.object({
|
|
51
|
-
$type: /*#__PURE__*/ v.optional(
|
|
52
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemBlocked'),
|
|
53
|
-
),
|
|
54
|
-
get author() {
|
|
55
|
-
return AppBskyFeedDefs.blockedAuthorSchema;
|
|
56
|
-
},
|
|
57
|
-
});
|
|
58
|
-
const _threadItemNoUnauthenticatedSchema = /*#__PURE__*/ v.object({
|
|
59
|
-
$type: /*#__PURE__*/ v.optional(
|
|
60
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemNoUnauthenticated'),
|
|
61
|
-
),
|
|
62
|
-
});
|
|
63
|
-
const _threadItemNotFoundSchema = /*#__PURE__*/ v.object({
|
|
64
|
-
$type: /*#__PURE__*/ v.optional(
|
|
65
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemNotFound'),
|
|
66
|
-
),
|
|
67
|
-
});
|
|
68
|
-
const _threadItemPostSchema = /*#__PURE__*/ v.object({
|
|
69
|
-
$type: /*#__PURE__*/ v.optional(
|
|
70
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemPost'),
|
|
71
|
-
),
|
|
72
|
-
moreParents: /*#__PURE__*/ v.boolean(),
|
|
73
|
-
moreReplies: /*#__PURE__*/ v.integer(),
|
|
74
|
-
opThread: /*#__PURE__*/ v.boolean(),
|
|
75
|
-
get post() {
|
|
76
|
-
return AppBskyFeedDefs.postViewSchema;
|
|
77
|
-
},
|
|
78
|
-
});
|
|
79
51
|
|
|
80
52
|
type main$schematype = typeof _mainSchema;
|
|
81
53
|
type threadItem$schematype = typeof _threadItemSchema;
|
|
82
|
-
type threadItemBlocked$schematype = typeof _threadItemBlockedSchema;
|
|
83
|
-
type threadItemNoUnauthenticated$schematype = typeof _threadItemNoUnauthenticatedSchema;
|
|
84
|
-
type threadItemNotFound$schematype = typeof _threadItemNotFoundSchema;
|
|
85
|
-
type threadItemPost$schematype = typeof _threadItemPostSchema;
|
|
86
54
|
|
|
87
55
|
export interface mainSchema extends main$schematype {}
|
|
88
56
|
export interface threadItemSchema extends threadItem$schematype {}
|
|
89
|
-
export interface threadItemBlockedSchema extends threadItemBlocked$schematype {}
|
|
90
|
-
export interface threadItemNoUnauthenticatedSchema extends threadItemNoUnauthenticated$schematype {}
|
|
91
|
-
export interface threadItemNotFoundSchema extends threadItemNotFound$schematype {}
|
|
92
|
-
export interface threadItemPostSchema extends threadItemPost$schematype {}
|
|
93
57
|
|
|
94
58
|
export const mainSchema = _mainSchema as mainSchema;
|
|
95
59
|
export const threadItemSchema = _threadItemSchema as threadItemSchema;
|
|
96
|
-
export const threadItemBlockedSchema = _threadItemBlockedSchema as threadItemBlockedSchema;
|
|
97
|
-
export const threadItemNoUnauthenticatedSchema =
|
|
98
|
-
_threadItemNoUnauthenticatedSchema as threadItemNoUnauthenticatedSchema;
|
|
99
|
-
export const threadItemNotFoundSchema = _threadItemNotFoundSchema as threadItemNotFoundSchema;
|
|
100
|
-
export const threadItemPostSchema = _threadItemPostSchema as threadItemPostSchema;
|
|
101
60
|
|
|
102
61
|
export interface ThreadItem extends v.InferInput<typeof threadItemSchema> {}
|
|
103
|
-
|
|
104
|
-
export interface
|
|
105
|
-
export interface
|
|
106
|
-
export interface ThreadItemPost extends v.InferInput<typeof threadItemPostSchema> {}
|
|
62
|
+
|
|
63
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
64
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
107
65
|
|
|
108
66
|
declare module '@atcute/lexicons/ambient' {
|
|
109
67
|
interface XRPCQueries {
|
|
@@ -26,6 +26,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
26
26
|
|
|
27
27
|
export const mainSchema = _mainSchema as mainSchema;
|
|
28
28
|
|
|
29
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
30
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
31
|
+
|
|
29
32
|
declare module '@atcute/lexicons/ambient' {
|
|
30
33
|
interface XRPCQueries {
|
|
31
34
|
'app.bsky.unspecced.getSuggestedFeeds': mainSchema;
|
|
@@ -24,6 +24,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
24
24
|
|
|
25
25
|
export const mainSchema = _mainSchema as mainSchema;
|
|
26
26
|
|
|
27
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
28
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
29
|
+
|
|
27
30
|
declare module '@atcute/lexicons/ambient' {
|
|
28
31
|
interface XRPCQueries {
|
|
29
32
|
'app.bsky.unspecced.getSuggestedFeedsSkeleton': mainSchema;
|
|
@@ -26,6 +26,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
26
26
|
|
|
27
27
|
export const mainSchema = _mainSchema as mainSchema;
|
|
28
28
|
|
|
29
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
30
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
31
|
+
|
|
29
32
|
declare module '@atcute/lexicons/ambient' {
|
|
30
33
|
interface XRPCQueries {
|
|
31
34
|
'app.bsky.unspecced.getSuggestedStarterPacks': mainSchema;
|
|
@@ -24,6 +24,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
24
24
|
|
|
25
25
|
export const mainSchema = _mainSchema as mainSchema;
|
|
26
26
|
|
|
27
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
28
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
29
|
+
|
|
27
30
|
declare module '@atcute/lexicons/ambient' {
|
|
28
31
|
interface XRPCQueries {
|
|
29
32
|
'app.bsky.unspecced.getSuggestedStarterPacksSkeleton': mainSchema;
|
|
@@ -27,6 +27,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
27
27
|
|
|
28
28
|
export const mainSchema = _mainSchema as mainSchema;
|
|
29
29
|
|
|
30
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
31
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
32
|
+
|
|
30
33
|
declare module '@atcute/lexicons/ambient' {
|
|
31
34
|
interface XRPCQueries {
|
|
32
35
|
'app.bsky.unspecced.getSuggestedUsers': mainSchema;
|
|
@@ -25,6 +25,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
25
25
|
|
|
26
26
|
export const mainSchema = _mainSchema as mainSchema;
|
|
27
27
|
|
|
28
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
29
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
30
|
+
|
|
28
31
|
declare module '@atcute/lexicons/ambient' {
|
|
29
32
|
interface XRPCQueries {
|
|
30
33
|
'app.bsky.unspecced.getSuggestedUsersSkeleton': mainSchema;
|
|
@@ -32,6 +32,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
32
32
|
|
|
33
33
|
export const mainSchema = _mainSchema as mainSchema;
|
|
34
34
|
|
|
35
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
36
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
37
|
+
|
|
35
38
|
declare module '@atcute/lexicons/ambient' {
|
|
36
39
|
interface XRPCQueries {
|
|
37
40
|
'app.bsky.unspecced.getSuggestionsSkeleton': mainSchema;
|
|
@@ -33,6 +33,9 @@ export const suggestionSchema = _suggestionSchema as suggestionSchema;
|
|
|
33
33
|
|
|
34
34
|
export interface Suggestion extends v.InferInput<typeof suggestionSchema> {}
|
|
35
35
|
|
|
36
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
37
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
38
|
+
|
|
36
39
|
declare module '@atcute/lexicons/ambient' {
|
|
37
40
|
interface XRPCQueries {
|
|
38
41
|
'app.bsky.unspecced.getTaggedSuggestions': mainSchema;
|
|
@@ -30,6 +30,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
30
30
|
|
|
31
31
|
export const mainSchema = _mainSchema as mainSchema;
|
|
32
32
|
|
|
33
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
34
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
35
|
+
|
|
33
36
|
declare module '@atcute/lexicons/ambient' {
|
|
34
37
|
interface XRPCQueries {
|
|
35
38
|
'app.bsky.unspecced.getTrendingTopics': mainSchema;
|
|
@@ -26,6 +26,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
26
26
|
|
|
27
27
|
export const mainSchema = _mainSchema as mainSchema;
|
|
28
28
|
|
|
29
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
30
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
31
|
+
|
|
29
32
|
declare module '@atcute/lexicons/ambient' {
|
|
30
33
|
interface XRPCQueries {
|
|
31
34
|
'app.bsky.unspecced.getTrends': mainSchema;
|
|
@@ -27,6 +27,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
27
27
|
|
|
28
28
|
export const mainSchema = _mainSchema as mainSchema;
|
|
29
29
|
|
|
30
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
31
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
32
|
+
|
|
30
33
|
declare module '@atcute/lexicons/ambient' {
|
|
31
34
|
interface XRPCQueries {
|
|
32
35
|
'app.bsky.unspecced.getTrendsSkeleton': mainSchema;
|
|
@@ -32,6 +32,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
32
32
|
|
|
33
33
|
export const mainSchema = _mainSchema as mainSchema;
|
|
34
34
|
|
|
35
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
36
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
37
|
+
|
|
35
38
|
declare module '@atcute/lexicons/ambient' {
|
|
36
39
|
interface XRPCQueries {
|
|
37
40
|
'app.bsky.unspecced.searchActorsSkeleton': mainSchema;
|
|
@@ -47,6 +47,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
47
47
|
|
|
48
48
|
export const mainSchema = _mainSchema as mainSchema;
|
|
49
49
|
|
|
50
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
51
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
52
|
+
|
|
50
53
|
declare module '@atcute/lexicons/ambient' {
|
|
51
54
|
interface XRPCQueries {
|
|
52
55
|
'app.bsky.unspecced.searchPostsSkeleton': mainSchema;
|