@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
|
@@ -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.notification.putPreferences': 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 {
|
|
16
|
+
}
|
|
17
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCProcedures {
|
|
17
21
|
'app.bsky.notification.registerPush': 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.notification.updateSeen': mainSchema;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyActorDefs from '../actor/defs.js';
|
|
3
|
+
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
4
|
declare const _skeletonSearchActorSchema: v.ObjectSchema<{
|
|
4
5
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#skeletonSearchActor">, undefined>;
|
|
5
6
|
did: v.FormattedStringSchema<"did">;
|
|
@@ -23,6 +24,25 @@ declare const _skeletonTrendSchema: v.ObjectSchema<{
|
|
|
23
24
|
status: v.OptionalSchema<v.StringSchema<(string & {}) | "hot">, undefined>;
|
|
24
25
|
topic: v.StringSchema<string>;
|
|
25
26
|
}>;
|
|
27
|
+
declare const _threadItemBlockedSchema: v.ObjectSchema<{
|
|
28
|
+
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#threadItemBlocked">, undefined>;
|
|
29
|
+
readonly author: AppBskyFeedDefs.blockedAuthorSchema;
|
|
30
|
+
}>;
|
|
31
|
+
declare const _threadItemNoUnauthenticatedSchema: v.ObjectSchema<{
|
|
32
|
+
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#threadItemNoUnauthenticated">, undefined>;
|
|
33
|
+
}>;
|
|
34
|
+
declare const _threadItemNotFoundSchema: v.ObjectSchema<{
|
|
35
|
+
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#threadItemNotFound">, undefined>;
|
|
36
|
+
}>;
|
|
37
|
+
declare const _threadItemPostSchema: v.ObjectSchema<{
|
|
38
|
+
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#threadItemPost">, undefined>;
|
|
39
|
+
hiddenByThreadgate: v.BooleanSchema;
|
|
40
|
+
moreParents: v.BooleanSchema;
|
|
41
|
+
moreReplies: v.IntegerSchema;
|
|
42
|
+
mutedByViewer: v.BooleanSchema;
|
|
43
|
+
opThread: v.BooleanSchema;
|
|
44
|
+
readonly post: AppBskyFeedDefs.postViewSchema;
|
|
45
|
+
}>;
|
|
26
46
|
declare const _trendViewSchema: v.ObjectSchema<{
|
|
27
47
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#trendView">, undefined>;
|
|
28
48
|
readonly actors: v.ArraySchema<AppBskyActorDefs.profileViewBasicSchema>;
|
|
@@ -45,6 +65,10 @@ type skeletonSearchActor$schematype = typeof _skeletonSearchActorSchema;
|
|
|
45
65
|
type skeletonSearchPost$schematype = typeof _skeletonSearchPostSchema;
|
|
46
66
|
type skeletonSearchStarterPack$schematype = typeof _skeletonSearchStarterPackSchema;
|
|
47
67
|
type skeletonTrend$schematype = typeof _skeletonTrendSchema;
|
|
68
|
+
type threadItemBlocked$schematype = typeof _threadItemBlockedSchema;
|
|
69
|
+
type threadItemNoUnauthenticated$schematype = typeof _threadItemNoUnauthenticatedSchema;
|
|
70
|
+
type threadItemNotFound$schematype = typeof _threadItemNotFoundSchema;
|
|
71
|
+
type threadItemPost$schematype = typeof _threadItemPostSchema;
|
|
48
72
|
type trendView$schematype = typeof _trendViewSchema;
|
|
49
73
|
type trendingTopic$schematype = typeof _trendingTopicSchema;
|
|
50
74
|
export interface skeletonSearchActorSchema extends skeletonSearchActor$schematype {
|
|
@@ -55,6 +79,14 @@ export interface skeletonSearchStarterPackSchema extends skeletonSearchStarterPa
|
|
|
55
79
|
}
|
|
56
80
|
export interface skeletonTrendSchema extends skeletonTrend$schematype {
|
|
57
81
|
}
|
|
82
|
+
export interface threadItemBlockedSchema extends threadItemBlocked$schematype {
|
|
83
|
+
}
|
|
84
|
+
export interface threadItemNoUnauthenticatedSchema extends threadItemNoUnauthenticated$schematype {
|
|
85
|
+
}
|
|
86
|
+
export interface threadItemNotFoundSchema extends threadItemNotFound$schematype {
|
|
87
|
+
}
|
|
88
|
+
export interface threadItemPostSchema extends threadItemPost$schematype {
|
|
89
|
+
}
|
|
58
90
|
export interface trendViewSchema extends trendView$schematype {
|
|
59
91
|
}
|
|
60
92
|
export interface trendingTopicSchema extends trendingTopic$schematype {
|
|
@@ -63,6 +95,10 @@ export declare const skeletonSearchActorSchema: skeletonSearchActorSchema;
|
|
|
63
95
|
export declare const skeletonSearchPostSchema: skeletonSearchPostSchema;
|
|
64
96
|
export declare const skeletonSearchStarterPackSchema: skeletonSearchStarterPackSchema;
|
|
65
97
|
export declare const skeletonTrendSchema: skeletonTrendSchema;
|
|
98
|
+
export declare const threadItemBlockedSchema: threadItemBlockedSchema;
|
|
99
|
+
export declare const threadItemNoUnauthenticatedSchema: threadItemNoUnauthenticatedSchema;
|
|
100
|
+
export declare const threadItemNotFoundSchema: threadItemNotFoundSchema;
|
|
101
|
+
export declare const threadItemPostSchema: threadItemPostSchema;
|
|
66
102
|
export declare const trendViewSchema: trendViewSchema;
|
|
67
103
|
export declare const trendingTopicSchema: trendingTopicSchema;
|
|
68
104
|
export interface SkeletonSearchActor extends v.InferInput<typeof skeletonSearchActorSchema> {
|
|
@@ -73,6 +109,14 @@ export interface SkeletonSearchStarterPack extends v.InferInput<typeof skeletonS
|
|
|
73
109
|
}
|
|
74
110
|
export interface SkeletonTrend extends v.InferInput<typeof skeletonTrendSchema> {
|
|
75
111
|
}
|
|
112
|
+
export interface ThreadItemBlocked extends v.InferInput<typeof threadItemBlockedSchema> {
|
|
113
|
+
}
|
|
114
|
+
export interface ThreadItemNoUnauthenticated extends v.InferInput<typeof threadItemNoUnauthenticatedSchema> {
|
|
115
|
+
}
|
|
116
|
+
export interface ThreadItemNotFound extends v.InferInput<typeof threadItemNotFoundSchema> {
|
|
117
|
+
}
|
|
118
|
+
export interface ThreadItemPost extends v.InferInput<typeof threadItemPostSchema> {
|
|
119
|
+
}
|
|
76
120
|
export interface TrendView extends v.InferInput<typeof trendViewSchema> {
|
|
77
121
|
}
|
|
78
122
|
export interface TrendingTopic extends v.InferInput<typeof trendingTopicSchema> {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyActorDefs from '../actor/defs.js';
|
|
3
|
+
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
4
|
const _skeletonSearchActorSchema = /*#__PURE__*/ v.object({
|
|
4
5
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#skeletonSearchActor')),
|
|
5
6
|
did: /*#__PURE__*/ v.didString(),
|
|
@@ -24,6 +25,30 @@ const _skeletonTrendSchema = /*#__PURE__*/ v.object({
|
|
|
24
25
|
status: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
25
26
|
topic: /*#__PURE__*/ v.string(),
|
|
26
27
|
});
|
|
28
|
+
const _threadItemBlockedSchema = /*#__PURE__*/ v.object({
|
|
29
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemBlocked')),
|
|
30
|
+
get author() {
|
|
31
|
+
return AppBskyFeedDefs.blockedAuthorSchema;
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
const _threadItemNoUnauthenticatedSchema = /*#__PURE__*/ v.object({
|
|
35
|
+
$type: /*#__PURE__*/ v.optional(
|
|
36
|
+
/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemNoUnauthenticated')),
|
|
37
|
+
});
|
|
38
|
+
const _threadItemNotFoundSchema = /*#__PURE__*/ v.object({
|
|
39
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemNotFound')),
|
|
40
|
+
});
|
|
41
|
+
const _threadItemPostSchema = /*#__PURE__*/ v.object({
|
|
42
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemPost')),
|
|
43
|
+
hiddenByThreadgate: /*#__PURE__*/ v.boolean(),
|
|
44
|
+
moreParents: /*#__PURE__*/ v.boolean(),
|
|
45
|
+
moreReplies: /*#__PURE__*/ v.integer(),
|
|
46
|
+
mutedByViewer: /*#__PURE__*/ v.boolean(),
|
|
47
|
+
opThread: /*#__PURE__*/ v.boolean(),
|
|
48
|
+
get post() {
|
|
49
|
+
return AppBskyFeedDefs.postViewSchema;
|
|
50
|
+
},
|
|
51
|
+
});
|
|
27
52
|
const _trendViewSchema = /*#__PURE__*/ v.object({
|
|
28
53
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#trendView')),
|
|
29
54
|
get actors() {
|
|
@@ -48,6 +73,10 @@ export const skeletonSearchActorSchema = _skeletonSearchActorSchema;
|
|
|
48
73
|
export const skeletonSearchPostSchema = _skeletonSearchPostSchema;
|
|
49
74
|
export const skeletonSearchStarterPackSchema = _skeletonSearchStarterPackSchema;
|
|
50
75
|
export const skeletonTrendSchema = _skeletonTrendSchema;
|
|
76
|
+
export const threadItemBlockedSchema = _threadItemBlockedSchema;
|
|
77
|
+
export const threadItemNoUnauthenticatedSchema = _threadItemNoUnauthenticatedSchema;
|
|
78
|
+
export const threadItemNotFoundSchema = _threadItemNotFoundSchema;
|
|
79
|
+
export const threadItemPostSchema = _threadItemPostSchema;
|
|
51
80
|
export const trendViewSchema = _trendViewSchema;
|
|
52
81
|
export const trendingTopicSchema = _trendingTopicSchema;
|
|
53
82
|
//# sourceMappingURL=defs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,6 +21,10 @@ export declare const liveNowConfigSchema: liveNowConfigSchema;
|
|
|
21
21
|
export declare const mainSchema: mainSchema;
|
|
22
22
|
export interface LiveNowConfig extends v.InferInput<typeof liveNowConfigSchema> {
|
|
23
23
|
}
|
|
24
|
+
export interface $params {
|
|
25
|
+
}
|
|
26
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
27
|
+
}
|
|
24
28
|
declare module '@atcute/lexicons/ambient' {
|
|
25
29
|
interface XRPCQueries {
|
|
26
30
|
'app.bsky.unspecced.getConfig': 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.unspecced.getPopularFeedGenerators': mainSchema;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
|
-
import * as
|
|
2
|
+
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
3
3
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
4
|
anchor: v.FormattedStringSchema<"at-uri">;
|
|
5
|
+
prioritizeFollowedUsers: v.OptionalSchema<v.BooleanSchema, false>;
|
|
5
6
|
}>, {
|
|
6
7
|
type: "lex";
|
|
7
8
|
schema: v.ObjectSchema<{
|
|
@@ -12,29 +13,21 @@ declare const _threadHiddenItemSchema: v.ObjectSchema<{
|
|
|
12
13
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItem">, undefined>;
|
|
13
14
|
depth: v.IntegerSchema;
|
|
14
15
|
uri: v.FormattedStringSchema<"at-uri">;
|
|
15
|
-
readonly value: v.VariantSchema<readonly [
|
|
16
|
-
}>;
|
|
17
|
-
declare const _threadHiddenItemPostSchema: v.ObjectSchema<{
|
|
18
|
-
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItemPost">, undefined>;
|
|
19
|
-
hiddenByThreadgate: v.BooleanSchema;
|
|
20
|
-
mutedByViewer: v.BooleanSchema;
|
|
21
|
-
readonly post: AppBskyFeedDefs.postViewSchema;
|
|
16
|
+
readonly value: v.VariantSchema<readonly [AppBskyUnspeccedDefs.threadItemPostSchema], boolean>;
|
|
22
17
|
}>;
|
|
23
18
|
type main$schematype = typeof _mainSchema;
|
|
24
19
|
type threadHiddenItem$schematype = typeof _threadHiddenItemSchema;
|
|
25
|
-
type threadHiddenItemPost$schematype = typeof _threadHiddenItemPostSchema;
|
|
26
20
|
export interface mainSchema extends main$schematype {
|
|
27
21
|
}
|
|
28
22
|
export interface threadHiddenItemSchema extends threadHiddenItem$schematype {
|
|
29
23
|
}
|
|
30
|
-
export interface threadHiddenItemPostSchema extends threadHiddenItemPost$schematype {
|
|
31
|
-
}
|
|
32
24
|
export declare const mainSchema: mainSchema;
|
|
33
25
|
export declare const threadHiddenItemSchema: threadHiddenItemSchema;
|
|
34
|
-
export declare const threadHiddenItemPostSchema: threadHiddenItemPostSchema;
|
|
35
26
|
export interface ThreadHiddenItem extends v.InferInput<typeof threadHiddenItemSchema> {
|
|
36
27
|
}
|
|
37
|
-
export interface
|
|
28
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
29
|
+
}
|
|
30
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
38
31
|
}
|
|
39
32
|
declare module '@atcute/lexicons/ambient' {
|
|
40
33
|
interface XRPCQueries {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
|
-
import * as
|
|
2
|
+
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
3
3
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadHiddenV2', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
5
|
anchor: /*#__PURE__*/ v.resourceUriString(),
|
|
6
|
+
prioritizeFollowedUsers: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
6
7
|
}),
|
|
7
8
|
output: {
|
|
8
9
|
type: 'lex',
|
|
@@ -19,19 +20,9 @@ const _threadHiddenItemSchema = /*#__PURE__*/ v.object({
|
|
|
19
20
|
depth: /*#__PURE__*/ v.integer(),
|
|
20
21
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
21
22
|
get value() {
|
|
22
|
-
return /*#__PURE__*/ v.variant([
|
|
23
|
-
},
|
|
24
|
-
});
|
|
25
|
-
const _threadHiddenItemPostSchema = /*#__PURE__*/ v.object({
|
|
26
|
-
$type: /*#__PURE__*/ v.optional(
|
|
27
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItemPost')),
|
|
28
|
-
hiddenByThreadgate: /*#__PURE__*/ v.boolean(),
|
|
29
|
-
mutedByViewer: /*#__PURE__*/ v.boolean(),
|
|
30
|
-
get post() {
|
|
31
|
-
return AppBskyFeedDefs.postViewSchema;
|
|
23
|
+
return /*#__PURE__*/ v.variant([AppBskyUnspeccedDefs.threadItemPostSchema]);
|
|
32
24
|
},
|
|
33
25
|
});
|
|
34
26
|
export const mainSchema = _mainSchema;
|
|
35
27
|
export const threadHiddenItemSchema = _threadHiddenItemSchema;
|
|
36
|
-
export const threadHiddenItemPostSchema = _threadHiddenItemPostSchema;
|
|
37
28
|
//# sourceMappingURL=getPostThreadHiddenV2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostThreadHiddenV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadHiddenV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"getPostThreadHiddenV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadHiddenV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,0CAA0C,EAAE;IACrF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;QAC3C,uBAAuB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;KACnF,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;YACtD,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,uBAAuB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,2DAA2D,CAAC,CACpF;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC,CAAC;IAC7E,CAAC;CACD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,sBAAsB,GAAG,uBAAiD,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
|
+
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
3
4
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
5
|
above: v.OptionalSchema<v.BooleanSchema, true>;
|
|
5
6
|
anchor: v.FormattedStringSchema<"at-uri">;
|
|
@@ -19,58 +20,21 @@ declare const _threadItemSchema: v.ObjectSchema<{
|
|
|
19
20
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadV2#threadItem">, undefined>;
|
|
20
21
|
depth: v.IntegerSchema;
|
|
21
22
|
uri: v.FormattedStringSchema<"at-uri">;
|
|
22
|
-
readonly value: v.VariantSchema<readonly [threadItemBlockedSchema, threadItemNoUnauthenticatedSchema, threadItemNotFoundSchema, threadItemPostSchema], boolean>;
|
|
23
|
-
}>;
|
|
24
|
-
declare const _threadItemBlockedSchema: v.ObjectSchema<{
|
|
25
|
-
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadV2#threadItemBlocked">, undefined>;
|
|
26
|
-
readonly author: AppBskyFeedDefs.blockedAuthorSchema;
|
|
27
|
-
}>;
|
|
28
|
-
declare const _threadItemNoUnauthenticatedSchema: v.ObjectSchema<{
|
|
29
|
-
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadV2#threadItemNoUnauthenticated">, undefined>;
|
|
30
|
-
}>;
|
|
31
|
-
declare const _threadItemNotFoundSchema: v.ObjectSchema<{
|
|
32
|
-
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadV2#threadItemNotFound">, undefined>;
|
|
33
|
-
}>;
|
|
34
|
-
declare const _threadItemPostSchema: v.ObjectSchema<{
|
|
35
|
-
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadV2#threadItemPost">, undefined>;
|
|
36
|
-
moreParents: v.BooleanSchema;
|
|
37
|
-
moreReplies: v.IntegerSchema;
|
|
38
|
-
opThread: v.BooleanSchema;
|
|
39
|
-
readonly post: AppBskyFeedDefs.postViewSchema;
|
|
23
|
+
readonly value: v.VariantSchema<readonly [AppBskyUnspeccedDefs.threadItemBlockedSchema, AppBskyUnspeccedDefs.threadItemNoUnauthenticatedSchema, AppBskyUnspeccedDefs.threadItemNotFoundSchema, AppBskyUnspeccedDefs.threadItemPostSchema], boolean>;
|
|
40
24
|
}>;
|
|
41
25
|
type main$schematype = typeof _mainSchema;
|
|
42
26
|
type threadItem$schematype = typeof _threadItemSchema;
|
|
43
|
-
type threadItemBlocked$schematype = typeof _threadItemBlockedSchema;
|
|
44
|
-
type threadItemNoUnauthenticated$schematype = typeof _threadItemNoUnauthenticatedSchema;
|
|
45
|
-
type threadItemNotFound$schematype = typeof _threadItemNotFoundSchema;
|
|
46
|
-
type threadItemPost$schematype = typeof _threadItemPostSchema;
|
|
47
27
|
export interface mainSchema extends main$schematype {
|
|
48
28
|
}
|
|
49
29
|
export interface threadItemSchema extends threadItem$schematype {
|
|
50
30
|
}
|
|
51
|
-
export interface threadItemBlockedSchema extends threadItemBlocked$schematype {
|
|
52
|
-
}
|
|
53
|
-
export interface threadItemNoUnauthenticatedSchema extends threadItemNoUnauthenticated$schematype {
|
|
54
|
-
}
|
|
55
|
-
export interface threadItemNotFoundSchema extends threadItemNotFound$schematype {
|
|
56
|
-
}
|
|
57
|
-
export interface threadItemPostSchema extends threadItemPost$schematype {
|
|
58
|
-
}
|
|
59
31
|
export declare const mainSchema: mainSchema;
|
|
60
32
|
export declare const threadItemSchema: threadItemSchema;
|
|
61
|
-
export declare const threadItemBlockedSchema: threadItemBlockedSchema;
|
|
62
|
-
export declare const threadItemNoUnauthenticatedSchema: threadItemNoUnauthenticatedSchema;
|
|
63
|
-
export declare const threadItemNotFoundSchema: threadItemNotFoundSchema;
|
|
64
|
-
export declare const threadItemPostSchema: threadItemPostSchema;
|
|
65
33
|
export interface ThreadItem extends v.InferInput<typeof threadItemSchema> {
|
|
66
34
|
}
|
|
67
|
-
export interface
|
|
68
|
-
}
|
|
69
|
-
export interface ThreadItemNoUnauthenticated extends v.InferInput<typeof threadItemNoUnauthenticatedSchema> {
|
|
70
|
-
}
|
|
71
|
-
export interface ThreadItemNotFound extends v.InferInput<typeof threadItemNotFoundSchema> {
|
|
35
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
72
36
|
}
|
|
73
|
-
export interface
|
|
37
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
74
38
|
}
|
|
75
39
|
declare module '@atcute/lexicons/ambient' {
|
|
76
40
|
interface XRPCQueries {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
|
+
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
3
4
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadV2', {
|
|
4
5
|
params: /*#__PURE__*/ v.object({
|
|
5
6
|
above: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), true),
|
|
@@ -31,42 +32,13 @@ const _threadItemSchema = /*#__PURE__*/ v.object({
|
|
|
31
32
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
32
33
|
get value() {
|
|
33
34
|
return /*#__PURE__*/ v.variant([
|
|
34
|
-
threadItemBlockedSchema,
|
|
35
|
-
threadItemNoUnauthenticatedSchema,
|
|
36
|
-
threadItemNotFoundSchema,
|
|
37
|
-
threadItemPostSchema,
|
|
35
|
+
AppBskyUnspeccedDefs.threadItemBlockedSchema,
|
|
36
|
+
AppBskyUnspeccedDefs.threadItemNoUnauthenticatedSchema,
|
|
37
|
+
AppBskyUnspeccedDefs.threadItemNotFoundSchema,
|
|
38
|
+
AppBskyUnspeccedDefs.threadItemPostSchema,
|
|
38
39
|
]);
|
|
39
40
|
},
|
|
40
41
|
});
|
|
41
|
-
const _threadItemBlockedSchema = /*#__PURE__*/ v.object({
|
|
42
|
-
$type: /*#__PURE__*/ v.optional(
|
|
43
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemBlocked')),
|
|
44
|
-
get author() {
|
|
45
|
-
return AppBskyFeedDefs.blockedAuthorSchema;
|
|
46
|
-
},
|
|
47
|
-
});
|
|
48
|
-
const _threadItemNoUnauthenticatedSchema = /*#__PURE__*/ v.object({
|
|
49
|
-
$type: /*#__PURE__*/ v.optional(
|
|
50
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemNoUnauthenticated')),
|
|
51
|
-
});
|
|
52
|
-
const _threadItemNotFoundSchema = /*#__PURE__*/ v.object({
|
|
53
|
-
$type: /*#__PURE__*/ v.optional(
|
|
54
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemNotFound')),
|
|
55
|
-
});
|
|
56
|
-
const _threadItemPostSchema = /*#__PURE__*/ v.object({
|
|
57
|
-
$type: /*#__PURE__*/ v.optional(
|
|
58
|
-
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItemPost')),
|
|
59
|
-
moreParents: /*#__PURE__*/ v.boolean(),
|
|
60
|
-
moreReplies: /*#__PURE__*/ v.integer(),
|
|
61
|
-
opThread: /*#__PURE__*/ v.boolean(),
|
|
62
|
-
get post() {
|
|
63
|
-
return AppBskyFeedDefs.postViewSchema;
|
|
64
|
-
},
|
|
65
|
-
});
|
|
66
42
|
export const mainSchema = _mainSchema;
|
|
67
43
|
export const threadItemSchema = _threadItemSchema;
|
|
68
|
-
export const threadItemBlockedSchema = _threadItemBlockedSchema;
|
|
69
|
-
export const threadItemNoUnauthenticatedSchema = _threadItemNoUnauthenticatedSchema;
|
|
70
|
-
export const threadItemNotFoundSchema = _threadItemNotFoundSchema;
|
|
71
|
-
export const threadItemPostSchema = _threadItemPostSchema;
|
|
72
44
|
//# sourceMappingURL=getPostThreadV2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostThreadV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"getPostThreadV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oCAAoC,EAAE;IAC/E,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC;QAChE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;QAC3C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,CAAC,CACD;QACD,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QACxC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD,uBAAuB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;QACnF,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC7B,aAAa,CAAC,CAAC,CAAC,MAAM,EAA+C,EACrE,QAAQ,CACR;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,gBAAgB,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;YAC3C,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;YAChD,CAAC;YACD,IAAI,UAAU;gBACb,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,oBAAoB,CAAC,CAAC;YACvE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+CAA+C,CAAC,CAAC;IACzG,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;YAC9B,oBAAoB,CAAC,uBAAuB;YAC5C,oBAAoB,CAAC,iCAAiC;YACtD,oBAAoB,CAAC,wBAAwB;YAC7C,oBAAoB,CAAC,oBAAoB;SACzC,CAAC,CAAC;IACJ,CAAC;CACD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAqC,CAAC"}
|
|
@@ -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.unspecced.getSuggestedFeeds': 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.unspecced.getSuggestedFeedsSkeleton': 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.unspecced.getSuggestedStarterPacks': 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.unspecced.getSuggestedStarterPacksSkeleton': 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.unspecced.getSuggestedUsers': 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.unspecced.getSuggestedUsersSkeleton': 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.unspecced.getSuggestionsSkeleton': mainSchema;
|
|
@@ -21,6 +21,10 @@ export declare const mainSchema: mainSchema;
|
|
|
21
21
|
export declare const suggestionSchema: suggestionSchema;
|
|
22
22
|
export interface Suggestion extends v.InferInput<typeof suggestionSchema> {
|
|
23
23
|
}
|
|
24
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
25
|
+
}
|
|
26
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
27
|
+
}
|
|
24
28
|
declare module '@atcute/lexicons/ambient' {
|
|
25
29
|
interface XRPCQueries {
|
|
26
30
|
'app.bsky.unspecced.getTaggedSuggestions': 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.unspecced.getTrendingTopics': 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.unspecced.getTrends': 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.unspecced.getTrendsSkeleton': 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.unspecced.searchActorsSkeleton': mainSchema;
|
|
@@ -26,6 +26,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
26
26
|
export interface mainSchema extends main$schematype {
|
|
27
27
|
}
|
|
28
28
|
export declare const mainSchema: mainSchema;
|
|
29
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
30
|
+
}
|
|
31
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
32
|
+
}
|
|
29
33
|
declare module '@atcute/lexicons/ambient' {
|
|
30
34
|
interface XRPCQueries {
|
|
31
35
|
'app.bsky.unspecced.searchPostsSkeleton': 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.unspecced.searchStarterPacksSkeleton': 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.video.getJobStatus': 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 {
|
|
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.video.getUploadLimits': mainSchema;
|