@atproto/api 0.15.12 → 0.15.13

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.
@@ -6650,6 +6650,47 @@ export declare const schemaDict: {
6650
6650
  };
6651
6651
  };
6652
6652
  };
6653
+ readonly AppBskyFeedGetPosts: {
6654
+ readonly lexicon: 1;
6655
+ readonly id: "app.bsky.feed.getPosts";
6656
+ readonly defs: {
6657
+ readonly main: {
6658
+ readonly type: "query";
6659
+ readonly description: "Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.";
6660
+ readonly parameters: {
6661
+ readonly type: "params";
6662
+ readonly required: ["uris"];
6663
+ readonly properties: {
6664
+ readonly uris: {
6665
+ readonly type: "array";
6666
+ readonly description: "List of post AT-URIs to return hydrated views for.";
6667
+ readonly items: {
6668
+ readonly type: "string";
6669
+ readonly format: "at-uri";
6670
+ };
6671
+ readonly maxLength: 25;
6672
+ };
6673
+ };
6674
+ };
6675
+ readonly output: {
6676
+ readonly encoding: "application/json";
6677
+ readonly schema: {
6678
+ readonly type: "object";
6679
+ readonly required: ["posts"];
6680
+ readonly properties: {
6681
+ readonly posts: {
6682
+ readonly type: "array";
6683
+ readonly items: {
6684
+ readonly type: "ref";
6685
+ readonly ref: "lex:app.bsky.feed.defs#postView";
6686
+ };
6687
+ };
6688
+ };
6689
+ };
6690
+ };
6691
+ };
6692
+ };
6693
+ };
6653
6694
  readonly AppBskyFeedGetPostThread: {
6654
6695
  readonly lexicon: 1;
6655
6696
  readonly id: "app.bsky.feed.getPostThread";
@@ -6705,47 +6746,6 @@ export declare const schemaDict: {
6705
6746
  };
6706
6747
  };
6707
6748
  };
6708
- readonly AppBskyFeedGetPosts: {
6709
- readonly lexicon: 1;
6710
- readonly id: "app.bsky.feed.getPosts";
6711
- readonly defs: {
6712
- readonly main: {
6713
- readonly type: "query";
6714
- readonly description: "Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.";
6715
- readonly parameters: {
6716
- readonly type: "params";
6717
- readonly required: ["uris"];
6718
- readonly properties: {
6719
- readonly uris: {
6720
- readonly type: "array";
6721
- readonly description: "List of post AT-URIs to return hydrated views for.";
6722
- readonly items: {
6723
- readonly type: "string";
6724
- readonly format: "at-uri";
6725
- };
6726
- readonly maxLength: 25;
6727
- };
6728
- };
6729
- };
6730
- readonly output: {
6731
- readonly encoding: "application/json";
6732
- readonly schema: {
6733
- readonly type: "object";
6734
- readonly required: ["posts"];
6735
- readonly properties: {
6736
- readonly posts: {
6737
- readonly type: "array";
6738
- readonly items: {
6739
- readonly type: "ref";
6740
- readonly ref: "lex:app.bsky.feed.defs#postView";
6741
- };
6742
- };
6743
- };
6744
- };
6745
- };
6746
- };
6747
- };
6748
- };
6749
6749
  readonly AppBskyFeedGetQuotes: {
6750
6750
  readonly lexicon: 1;
6751
6751
  readonly id: "app.bsky.feed.getQuotes";
@@ -9593,13 +9593,13 @@ export declare const schemaDict: {
9593
9593
  };
9594
9594
  };
9595
9595
  };
9596
- readonly AppBskyUnspeccedGetPostThreadHiddenV2: {
9596
+ readonly AppBskyUnspeccedGetPostThreadOtherV2: {
9597
9597
  readonly lexicon: 1;
9598
- readonly id: "app.bsky.unspecced.getPostThreadHiddenV2";
9598
+ readonly id: "app.bsky.unspecced.getPostThreadOtherV2";
9599
9599
  readonly defs: {
9600
9600
  readonly main: {
9601
9601
  readonly type: "query";
9602
- readonly description: "(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get the hidden posts in a thread. It is based in an anchor post at any depth of the tree, and returns hidden replies (recursive replies, with branching to their replies) below the anchor. It does not include ancestors nor the anchor. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.";
9602
+ readonly description: "(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get additional posts under a thread e.g. replies hidden by threadgate. Based on an anchor post at any depth of the tree, returns top-level replies below that anchor. It does not include ancestors nor the anchor itself. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.";
9603
9603
  readonly parameters: {
9604
9604
  readonly type: "params";
9605
9605
  readonly required: ["anchor"];
@@ -9624,17 +9624,17 @@ export declare const schemaDict: {
9624
9624
  readonly properties: {
9625
9625
  readonly thread: {
9626
9626
  readonly type: "array";
9627
- readonly description: "A flat list of hidden thread items. The depth of each item is indicated by the depth property inside the item.";
9627
+ readonly description: "A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.";
9628
9628
  readonly items: {
9629
9629
  readonly type: "ref";
9630
- readonly ref: "lex:app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItem";
9630
+ readonly ref: "lex:app.bsky.unspecced.getPostThreadOtherV2#threadItem";
9631
9631
  };
9632
9632
  };
9633
9633
  };
9634
9634
  };
9635
9635
  };
9636
9636
  };
9637
- readonly threadHiddenItem: {
9637
+ readonly threadItem: {
9638
9638
  readonly type: "object";
9639
9639
  readonly required: ["uri", "depth", "value"];
9640
9640
  readonly properties: {
@@ -9706,7 +9706,7 @@ export declare const schemaDict: {
9706
9706
  readonly encoding: "application/json";
9707
9707
  readonly schema: {
9708
9708
  readonly type: "object";
9709
- readonly required: ["thread", "hasHiddenReplies"];
9709
+ readonly required: ["thread", "hasOtherReplies"];
9710
9710
  readonly properties: {
9711
9711
  readonly thread: {
9712
9712
  readonly type: "array";
@@ -9720,9 +9720,9 @@ export declare const schemaDict: {
9720
9720
  readonly type: "ref";
9721
9721
  readonly ref: "lex:app.bsky.feed.defs#threadgateView";
9722
9722
  };
9723
- readonly hasHiddenReplies: {
9723
+ readonly hasOtherReplies: {
9724
9724
  readonly type: "boolean";
9725
- readonly description: "Whether this thread has hidden replies. If true, a call can be made to the `getPostThreadHiddenV2` endpoint to retrieve them.";
9725
+ readonly description: "Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.";
9726
9726
  };
9727
9727
  };
9728
9728
  };
@@ -21641,6 +21641,46 @@ export declare const schemas: ({
21641
21641
  }];
21642
21642
  };
21643
21643
  };
21644
+ } | {
21645
+ readonly lexicon: 1;
21646
+ readonly id: "app.bsky.feed.getPosts";
21647
+ readonly defs: {
21648
+ readonly main: {
21649
+ readonly type: "query";
21650
+ readonly description: "Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.";
21651
+ readonly parameters: {
21652
+ readonly type: "params";
21653
+ readonly required: ["uris"];
21654
+ readonly properties: {
21655
+ readonly uris: {
21656
+ readonly type: "array";
21657
+ readonly description: "List of post AT-URIs to return hydrated views for.";
21658
+ readonly items: {
21659
+ readonly type: "string";
21660
+ readonly format: "at-uri";
21661
+ };
21662
+ readonly maxLength: 25;
21663
+ };
21664
+ };
21665
+ };
21666
+ readonly output: {
21667
+ readonly encoding: "application/json";
21668
+ readonly schema: {
21669
+ readonly type: "object";
21670
+ readonly required: ["posts"];
21671
+ readonly properties: {
21672
+ readonly posts: {
21673
+ readonly type: "array";
21674
+ readonly items: {
21675
+ readonly type: "ref";
21676
+ readonly ref: "lex:app.bsky.feed.defs#postView";
21677
+ };
21678
+ };
21679
+ };
21680
+ };
21681
+ };
21682
+ };
21683
+ };
21644
21684
  } | {
21645
21685
  readonly lexicon: 1;
21646
21686
  readonly id: "app.bsky.feed.getPostThread";
@@ -21695,46 +21735,6 @@ export declare const schemas: ({
21695
21735
  }];
21696
21736
  };
21697
21737
  };
21698
- } | {
21699
- readonly lexicon: 1;
21700
- readonly id: "app.bsky.feed.getPosts";
21701
- readonly defs: {
21702
- readonly main: {
21703
- readonly type: "query";
21704
- readonly description: "Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.";
21705
- readonly parameters: {
21706
- readonly type: "params";
21707
- readonly required: ["uris"];
21708
- readonly properties: {
21709
- readonly uris: {
21710
- readonly type: "array";
21711
- readonly description: "List of post AT-URIs to return hydrated views for.";
21712
- readonly items: {
21713
- readonly type: "string";
21714
- readonly format: "at-uri";
21715
- };
21716
- readonly maxLength: 25;
21717
- };
21718
- };
21719
- };
21720
- readonly output: {
21721
- readonly encoding: "application/json";
21722
- readonly schema: {
21723
- readonly type: "object";
21724
- readonly required: ["posts"];
21725
- readonly properties: {
21726
- readonly posts: {
21727
- readonly type: "array";
21728
- readonly items: {
21729
- readonly type: "ref";
21730
- readonly ref: "lex:app.bsky.feed.defs#postView";
21731
- };
21732
- };
21733
- };
21734
- };
21735
- };
21736
- };
21737
- };
21738
21738
  } | {
21739
21739
  readonly lexicon: 1;
21740
21740
  readonly id: "app.bsky.feed.getQuotes";
@@ -24531,11 +24531,11 @@ export declare const schemas: ({
24531
24531
  };
24532
24532
  } | {
24533
24533
  readonly lexicon: 1;
24534
- readonly id: "app.bsky.unspecced.getPostThreadHiddenV2";
24534
+ readonly id: "app.bsky.unspecced.getPostThreadOtherV2";
24535
24535
  readonly defs: {
24536
24536
  readonly main: {
24537
24537
  readonly type: "query";
24538
- readonly description: "(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get the hidden posts in a thread. It is based in an anchor post at any depth of the tree, and returns hidden replies (recursive replies, with branching to their replies) below the anchor. It does not include ancestors nor the anchor. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.";
24538
+ readonly description: "(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get additional posts under a thread e.g. replies hidden by threadgate. Based on an anchor post at any depth of the tree, returns top-level replies below that anchor. It does not include ancestors nor the anchor itself. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.";
24539
24539
  readonly parameters: {
24540
24540
  readonly type: "params";
24541
24541
  readonly required: ["anchor"];
@@ -24560,17 +24560,17 @@ export declare const schemas: ({
24560
24560
  readonly properties: {
24561
24561
  readonly thread: {
24562
24562
  readonly type: "array";
24563
- readonly description: "A flat list of hidden thread items. The depth of each item is indicated by the depth property inside the item.";
24563
+ readonly description: "A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.";
24564
24564
  readonly items: {
24565
24565
  readonly type: "ref";
24566
- readonly ref: "lex:app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItem";
24566
+ readonly ref: "lex:app.bsky.unspecced.getPostThreadOtherV2#threadItem";
24567
24567
  };
24568
24568
  };
24569
24569
  };
24570
24570
  };
24571
24571
  };
24572
24572
  };
24573
- readonly threadHiddenItem: {
24573
+ readonly threadItem: {
24574
24574
  readonly type: "object";
24575
24575
  readonly required: ["uri", "depth", "value"];
24576
24576
  readonly properties: {
@@ -24641,7 +24641,7 @@ export declare const schemas: ({
24641
24641
  readonly encoding: "application/json";
24642
24642
  readonly schema: {
24643
24643
  readonly type: "object";
24644
- readonly required: ["thread", "hasHiddenReplies"];
24644
+ readonly required: ["thread", "hasOtherReplies"];
24645
24645
  readonly properties: {
24646
24646
  readonly thread: {
24647
24647
  readonly type: "array";
@@ -24655,9 +24655,9 @@ export declare const schemas: ({
24655
24655
  readonly type: "ref";
24656
24656
  readonly ref: "lex:app.bsky.feed.defs#threadgateView";
24657
24657
  };
24658
- readonly hasHiddenReplies: {
24658
+ readonly hasOtherReplies: {
24659
24659
  readonly type: "boolean";
24660
- readonly description: "Whether this thread has hidden replies. If true, a call can be made to the `getPostThreadHiddenV2` endpoint to retrieve them.";
24660
+ readonly description: "Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.";
24661
24661
  };
24662
24662
  };
24663
24663
  };
@@ -30088,8 +30088,8 @@ export declare const ids: {
30088
30088
  readonly AppBskyFeedGetFeedSkeleton: "app.bsky.feed.getFeedSkeleton";
30089
30089
  readonly AppBskyFeedGetLikes: "app.bsky.feed.getLikes";
30090
30090
  readonly AppBskyFeedGetListFeed: "app.bsky.feed.getListFeed";
30091
- readonly AppBskyFeedGetPostThread: "app.bsky.feed.getPostThread";
30092
30091
  readonly AppBskyFeedGetPosts: "app.bsky.feed.getPosts";
30092
+ readonly AppBskyFeedGetPostThread: "app.bsky.feed.getPostThread";
30093
30093
  readonly AppBskyFeedGetQuotes: "app.bsky.feed.getQuotes";
30094
30094
  readonly AppBskyFeedGetRepostedBy: "app.bsky.feed.getRepostedBy";
30095
30095
  readonly AppBskyFeedGetSuggestedFeeds: "app.bsky.feed.getSuggestedFeeds";
@@ -30143,7 +30143,7 @@ export declare const ids: {
30143
30143
  readonly AppBskyUnspeccedDefs: "app.bsky.unspecced.defs";
30144
30144
  readonly AppBskyUnspeccedGetConfig: "app.bsky.unspecced.getConfig";
30145
30145
  readonly AppBskyUnspeccedGetPopularFeedGenerators: "app.bsky.unspecced.getPopularFeedGenerators";
30146
- readonly AppBskyUnspeccedGetPostThreadHiddenV2: "app.bsky.unspecced.getPostThreadHiddenV2";
30146
+ readonly AppBskyUnspeccedGetPostThreadOtherV2: "app.bsky.unspecced.getPostThreadOtherV2";
30147
30147
  readonly AppBskyUnspeccedGetPostThreadV2: "app.bsky.unspecced.getPostThreadV2";
30148
30148
  readonly AppBskyUnspeccedGetSuggestedFeeds: "app.bsky.unspecced.getSuggestedFeeds";
30149
30149
  readonly AppBskyUnspeccedGetSuggestedFeedsSkeleton: "app.bsky.unspecced.getSuggestedFeedsSkeleton";
@@ -6992,6 +6992,47 @@ exports.schemaDict = {
6992
6992
  },
6993
6993
  },
6994
6994
  },
6995
+ AppBskyFeedGetPosts: {
6996
+ lexicon: 1,
6997
+ id: 'app.bsky.feed.getPosts',
6998
+ defs: {
6999
+ main: {
7000
+ type: 'query',
7001
+ description: "Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.",
7002
+ parameters: {
7003
+ type: 'params',
7004
+ required: ['uris'],
7005
+ properties: {
7006
+ uris: {
7007
+ type: 'array',
7008
+ description: 'List of post AT-URIs to return hydrated views for.',
7009
+ items: {
7010
+ type: 'string',
7011
+ format: 'at-uri',
7012
+ },
7013
+ maxLength: 25,
7014
+ },
7015
+ },
7016
+ },
7017
+ output: {
7018
+ encoding: 'application/json',
7019
+ schema: {
7020
+ type: 'object',
7021
+ required: ['posts'],
7022
+ properties: {
7023
+ posts: {
7024
+ type: 'array',
7025
+ items: {
7026
+ type: 'ref',
7027
+ ref: 'lex:app.bsky.feed.defs#postView',
7028
+ },
7029
+ },
7030
+ },
7031
+ },
7032
+ },
7033
+ },
7034
+ },
7035
+ },
6995
7036
  AppBskyFeedGetPostThread: {
6996
7037
  lexicon: 1,
6997
7038
  id: 'app.bsky.feed.getPostThread',
@@ -7053,47 +7094,6 @@ exports.schemaDict = {
7053
7094
  },
7054
7095
  },
7055
7096
  },
7056
- AppBskyFeedGetPosts: {
7057
- lexicon: 1,
7058
- id: 'app.bsky.feed.getPosts',
7059
- defs: {
7060
- main: {
7061
- type: 'query',
7062
- description: "Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.",
7063
- parameters: {
7064
- type: 'params',
7065
- required: ['uris'],
7066
- properties: {
7067
- uris: {
7068
- type: 'array',
7069
- description: 'List of post AT-URIs to return hydrated views for.',
7070
- items: {
7071
- type: 'string',
7072
- format: 'at-uri',
7073
- },
7074
- maxLength: 25,
7075
- },
7076
- },
7077
- },
7078
- output: {
7079
- encoding: 'application/json',
7080
- schema: {
7081
- type: 'object',
7082
- required: ['posts'],
7083
- properties: {
7084
- posts: {
7085
- type: 'array',
7086
- items: {
7087
- type: 'ref',
7088
- ref: 'lex:app.bsky.feed.defs#postView',
7089
- },
7090
- },
7091
- },
7092
- },
7093
- },
7094
- },
7095
- },
7096
- },
7097
7097
  AppBskyFeedGetQuotes: {
7098
7098
  lexicon: 1,
7099
7099
  id: 'app.bsky.feed.getQuotes',
@@ -10011,13 +10011,13 @@ exports.schemaDict = {
10011
10011
  },
10012
10012
  },
10013
10013
  },
10014
- AppBskyUnspeccedGetPostThreadHiddenV2: {
10014
+ AppBskyUnspeccedGetPostThreadOtherV2: {
10015
10015
  lexicon: 1,
10016
- id: 'app.bsky.unspecced.getPostThreadHiddenV2',
10016
+ id: 'app.bsky.unspecced.getPostThreadOtherV2',
10017
10017
  defs: {
10018
10018
  main: {
10019
10019
  type: 'query',
10020
- description: "(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get the hidden posts in a thread. It is based in an anchor post at any depth of the tree, and returns hidden replies (recursive replies, with branching to their replies) below the anchor. It does not include ancestors nor the anchor. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.",
10020
+ description: "(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get additional posts under a thread e.g. replies hidden by threadgate. Based on an anchor post at any depth of the tree, returns top-level replies below that anchor. It does not include ancestors nor the anchor itself. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.",
10021
10021
  parameters: {
10022
10022
  type: 'params',
10023
10023
  required: ['anchor'],
@@ -10042,17 +10042,17 @@ exports.schemaDict = {
10042
10042
  properties: {
10043
10043
  thread: {
10044
10044
  type: 'array',
10045
- description: 'A flat list of hidden thread items. The depth of each item is indicated by the depth property inside the item.',
10045
+ description: 'A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.',
10046
10046
  items: {
10047
10047
  type: 'ref',
10048
- ref: 'lex:app.bsky.unspecced.getPostThreadHiddenV2#threadHiddenItem',
10048
+ ref: 'lex:app.bsky.unspecced.getPostThreadOtherV2#threadItem',
10049
10049
  },
10050
10050
  },
10051
10051
  },
10052
10052
  },
10053
10053
  },
10054
10054
  },
10055
- threadHiddenItem: {
10055
+ threadItem: {
10056
10056
  type: 'object',
10057
10057
  required: ['uri', 'depth', 'value'],
10058
10058
  properties: {
@@ -10124,7 +10124,7 @@ exports.schemaDict = {
10124
10124
  encoding: 'application/json',
10125
10125
  schema: {
10126
10126
  type: 'object',
10127
- required: ['thread', 'hasHiddenReplies'],
10127
+ required: ['thread', 'hasOtherReplies'],
10128
10128
  properties: {
10129
10129
  thread: {
10130
10130
  type: 'array',
@@ -10138,9 +10138,9 @@ exports.schemaDict = {
10138
10138
  type: 'ref',
10139
10139
  ref: 'lex:app.bsky.feed.defs#threadgateView',
10140
10140
  },
10141
- hasHiddenReplies: {
10141
+ hasOtherReplies: {
10142
10142
  type: 'boolean',
10143
- description: 'Whether this thread has hidden replies. If true, a call can be made to the `getPostThreadHiddenV2` endpoint to retrieve them.',
10143
+ description: 'Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.',
10144
10144
  },
10145
10145
  },
10146
10146
  },
@@ -15976,8 +15976,8 @@ exports.ids = {
15976
15976
  AppBskyFeedGetFeedSkeleton: 'app.bsky.feed.getFeedSkeleton',
15977
15977
  AppBskyFeedGetLikes: 'app.bsky.feed.getLikes',
15978
15978
  AppBskyFeedGetListFeed: 'app.bsky.feed.getListFeed',
15979
- AppBskyFeedGetPostThread: 'app.bsky.feed.getPostThread',
15980
15979
  AppBskyFeedGetPosts: 'app.bsky.feed.getPosts',
15980
+ AppBskyFeedGetPostThread: 'app.bsky.feed.getPostThread',
15981
15981
  AppBskyFeedGetQuotes: 'app.bsky.feed.getQuotes',
15982
15982
  AppBskyFeedGetRepostedBy: 'app.bsky.feed.getRepostedBy',
15983
15983
  AppBskyFeedGetSuggestedFeeds: 'app.bsky.feed.getSuggestedFeeds',
@@ -16031,7 +16031,7 @@ exports.ids = {
16031
16031
  AppBskyUnspeccedDefs: 'app.bsky.unspecced.defs',
16032
16032
  AppBskyUnspeccedGetConfig: 'app.bsky.unspecced.getConfig',
16033
16033
  AppBskyUnspeccedGetPopularFeedGenerators: 'app.bsky.unspecced.getPopularFeedGenerators',
16034
- AppBskyUnspeccedGetPostThreadHiddenV2: 'app.bsky.unspecced.getPostThreadHiddenV2',
16034
+ AppBskyUnspeccedGetPostThreadOtherV2: 'app.bsky.unspecced.getPostThreadOtherV2',
16035
16035
  AppBskyUnspeccedGetPostThreadV2: 'app.bsky.unspecced.getPostThreadV2',
16036
16036
  AppBskyUnspeccedGetSuggestedFeeds: 'app.bsky.unspecced.getSuggestedFeeds',
16037
16037
  AppBskyUnspeccedGetSuggestedFeedsSkeleton: 'app.bsky.unspecced.getSuggestedFeedsSkeleton',