@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
package/LICENSE
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3
|
-
in the Software without restriction, including without limitation the rights
|
|
4
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6
|
-
furnished to do so, subject to the following conditions:
|
|
1
|
+
BSD Zero Clause License
|
|
7
2
|
|
|
8
|
-
|
|
9
|
-
copies or substantial portions of the Software.
|
|
3
|
+
Copyright (c) 2025 Mary
|
|
10
4
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -10,6 +10,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
10
10
|
export interface mainSchema extends main$schematype {
|
|
11
11
|
}
|
|
12
12
|
export declare const mainSchema: mainSchema;
|
|
13
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
14
|
+
}
|
|
15
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
16
|
+
}
|
|
13
17
|
declare module '@atcute/lexicons/ambient' {
|
|
14
18
|
interface XRPCQueries {
|
|
15
19
|
'app.bsky.actor.getPreferences': mainSchema;
|
|
@@ -10,6 +10,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
10
10
|
export interface mainSchema extends main$schematype {
|
|
11
11
|
}
|
|
12
12
|
export declare const mainSchema: mainSchema;
|
|
13
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
14
|
+
}
|
|
15
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
13
16
|
declare module '@atcute/lexicons/ambient' {
|
|
14
17
|
interface XRPCQueries {
|
|
15
18
|
'app.bsky.actor.getProfile': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'app.bsky.actor.getProfiles': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.actor.getSuggestions': mainSchema;
|
|
@@ -10,6 +10,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
10
10
|
export interface mainSchema extends main$schematype {
|
|
11
11
|
}
|
|
12
12
|
export declare const mainSchema: mainSchema;
|
|
13
|
+
export interface $params {
|
|
14
|
+
}
|
|
15
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
16
|
+
}
|
|
13
17
|
declare module '@atcute/lexicons/ambient' {
|
|
14
18
|
interface XRPCProcedures {
|
|
15
19
|
'app.bsky.actor.putPreferences': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'app.bsky.actor.searchActors': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.actor.searchActorsTypeahead': mainSchema;
|
|
@@ -32,6 +32,10 @@ export interface Feed extends v.InferInput<typeof feedSchema> {
|
|
|
32
32
|
}
|
|
33
33
|
export interface Links extends v.InferInput<typeof linksSchema> {
|
|
34
34
|
}
|
|
35
|
+
export interface $params {
|
|
36
|
+
}
|
|
37
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
38
|
+
}
|
|
35
39
|
declare module '@atcute/lexicons/ambient' {
|
|
36
40
|
interface XRPCQueries {
|
|
37
41
|
'app.bsky.feed.describeFeedGenerator': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.feed.getActorFeeds': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.feed.getActorLikes': mainSchema;
|
|
@@ -17,6 +17,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
17
17
|
export interface mainSchema extends main$schematype {
|
|
18
18
|
}
|
|
19
19
|
export declare const mainSchema: mainSchema;
|
|
20
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
21
|
+
}
|
|
22
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
23
|
+
}
|
|
20
24
|
declare module '@atcute/lexicons/ambient' {
|
|
21
25
|
interface XRPCQueries {
|
|
22
26
|
'app.bsky.feed.getAuthorFeed': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.feed.getFeed': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.feed.getFeedGenerator': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'app.bsky.feed.getFeedGenerators': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'app.bsky.feed.getFeedSkeleton': mainSchema;
|
|
@@ -30,6 +30,10 @@ export declare const likeSchema: likeSchema;
|
|
|
30
30
|
export declare const mainSchema: mainSchema;
|
|
31
31
|
export interface Like extends v.InferInput<typeof likeSchema> {
|
|
32
32
|
}
|
|
33
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
34
|
+
}
|
|
35
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
36
|
+
}
|
|
33
37
|
declare module '@atcute/lexicons/ambient' {
|
|
34
38
|
interface XRPCQueries {
|
|
35
39
|
'app.bsky.feed.getLikes': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.feed.getListFeed': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.feed.getPostThread': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'app.bsky.feed.getPosts': mainSchema;
|
|
@@ -18,6 +18,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
18
18
|
export interface mainSchema extends main$schematype {
|
|
19
19
|
}
|
|
20
20
|
export declare const mainSchema: mainSchema;
|
|
21
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
22
|
+
}
|
|
23
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
24
|
+
}
|
|
21
25
|
declare module '@atcute/lexicons/ambient' {
|
|
22
26
|
interface XRPCQueries {
|
|
23
27
|
'app.bsky.feed.getQuotes': mainSchema;
|
|
@@ -18,6 +18,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
18
18
|
export interface mainSchema extends main$schematype {
|
|
19
19
|
}
|
|
20
20
|
export declare const mainSchema: mainSchema;
|
|
21
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
22
|
+
}
|
|
23
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
24
|
+
}
|
|
21
25
|
declare module '@atcute/lexicons/ambient' {
|
|
22
26
|
interface XRPCQueries {
|
|
23
27
|
'app.bsky.feed.getRepostedBy': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.feed.getSuggestedFeeds': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.feed.getTimeline': mainSchema;
|
|
@@ -25,6 +25,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
25
25
|
export interface mainSchema extends main$schematype {
|
|
26
26
|
}
|
|
27
27
|
export declare const mainSchema: mainSchema;
|
|
28
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
29
|
+
}
|
|
30
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
31
|
+
}
|
|
28
32
|
declare module '@atcute/lexicons/ambient' {
|
|
29
33
|
interface XRPCQueries {
|
|
30
34
|
'app.bsky.feed.searchPosts': mainSchema;
|
|
@@ -13,6 +13,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
13
13
|
export interface mainSchema extends main$schematype {
|
|
14
14
|
}
|
|
15
15
|
export declare const mainSchema: mainSchema;
|
|
16
|
+
export interface $params {
|
|
17
|
+
}
|
|
18
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
16
22
|
declare module '@atcute/lexicons/ambient' {
|
|
17
23
|
interface XRPCProcedures {
|
|
18
24
|
'app.bsky.feed.sendInteractions': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.graph.getActorStarterPacks': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.graph.getBlocks': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'app.bsky.graph.getFollowers': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'app.bsky.graph.getFollows': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'app.bsky.graph.getKnownFollowers': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'app.bsky.graph.getList': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.graph.getListBlocks': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.graph.getListMutes': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.graph.getLists': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.graph.getMutes': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.graph.getRelationships': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'app.bsky.graph.getStarterPack': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'app.bsky.graph.getStarterPacks': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'app.bsky.graph.getSuggestedFollowsByActor': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'app.bsky.graph.muteActor': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'app.bsky.graph.muteActorList': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'app.bsky.graph.muteThread': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'app.bsky.graph.searchStarterPacks': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'app.bsky.graph.unmuteActor': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'app.bsky.graph.unmuteActorList': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'app.bsky.graph.unmuteThread': mainSchema;
|
|
@@ -13,6 +13,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
13
13
|
export interface mainSchema extends main$schematype {
|
|
14
14
|
}
|
|
15
15
|
export declare const mainSchema: mainSchema;
|
|
16
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
17
|
+
}
|
|
18
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
19
|
+
}
|
|
16
20
|
declare module '@atcute/lexicons/ambient' {
|
|
17
21
|
interface XRPCQueries {
|
|
18
22
|
'app.bsky.labeler.getServices': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'app.bsky.notification.getUnreadCount': mainSchema;
|
|
@@ -38,6 +38,10 @@ export declare const mainSchema: mainSchema;
|
|
|
38
38
|
export declare const notificationSchema: notificationSchema;
|
|
39
39
|
export interface Notification extends v.InferInput<typeof notificationSchema> {
|
|
40
40
|
}
|
|
41
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
42
|
+
}
|
|
43
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
44
|
+
}
|
|
41
45
|
declare module '@atcute/lexicons/ambient' {
|
|
42
46
|
interface XRPCQueries {
|
|
43
47
|
'app.bsky.notification.listNotifications': mainSchema;
|