@atproto/api 0.13.2-next.0 → 0.13.2

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/client/index.d.ts +27 -17
  3. package/dist/client/index.d.ts.map +1 -1
  4. package/dist/client/index.js +55 -39
  5. package/dist/client/index.js.map +1 -1
  6. package/dist/client/lexicons.d.ts +155 -235
  7. package/dist/client/lexicons.d.ts.map +1 -1
  8. package/dist/client/lexicons.js +160 -247
  9. package/dist/client/lexicons.js.map +1 -1
  10. package/dist/client/types/app/bsky/embed/images.d.ts +10 -3
  11. package/dist/client/types/app/bsky/embed/images.d.ts.map +1 -1
  12. package/dist/client/types/app/bsky/embed/images.js +11 -1
  13. package/dist/client/types/app/bsky/embed/images.js.map +1 -1
  14. package/dist/client/types/app/bsky/embed/record.d.ts +9 -3
  15. package/dist/client/types/app/bsky/embed/record.d.ts.map +1 -1
  16. package/dist/client/types/app/bsky/embed/record.js +11 -1
  17. package/dist/client/types/app/bsky/embed/record.js.map +1 -1
  18. package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +2 -3
  19. package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts.map +1 -1
  20. package/dist/client/types/app/bsky/embed/recordWithMedia.js.map +1 -1
  21. package/dist/client/types/app/bsky/feed/defs.d.ts +3 -2
  22. package/dist/client/types/app/bsky/feed/defs.d.ts.map +1 -1
  23. package/dist/client/types/app/bsky/feed/defs.js.map +1 -1
  24. package/dist/client/types/app/bsky/feed/getQuotes.d.ts +31 -0
  25. package/dist/client/types/app/bsky/feed/getQuotes.d.ts.map +1 -0
  26. package/dist/client/types/app/bsky/{video/getUploadLimits.js → feed/getQuotes.js} +7 -1
  27. package/dist/client/types/app/bsky/feed/getQuotes.js.map +1 -0
  28. package/dist/client/types/app/bsky/feed/post.d.ts +1 -2
  29. package/dist/client/types/app/bsky/feed/post.d.ts.map +1 -1
  30. package/dist/client/types/app/bsky/feed/post.js.map +1 -1
  31. package/dist/client/types/app/bsky/feed/postgate.d.ts +25 -0
  32. package/dist/client/types/app/bsky/feed/postgate.d.ts.map +1 -0
  33. package/dist/client/types/app/bsky/feed/postgate.js +27 -0
  34. package/dist/client/types/app/bsky/feed/postgate.js.map +1 -0
  35. package/dist/client/types/app/bsky/feed/threadgate.d.ts +2 -0
  36. package/dist/client/types/app/bsky/feed/threadgate.d.ts.map +1 -1
  37. package/dist/client/types/app/bsky/feed/threadgate.js.map +1 -1
  38. package/package.json +4 -4
  39. package/src/client/index.ts +78 -53
  40. package/src/client/lexicons.ts +164 -250
  41. package/src/client/types/app/bsky/embed/images.ts +21 -3
  42. package/src/client/types/app/bsky/embed/record.ts +19 -2
  43. package/src/client/types/app/bsky/embed/recordWithMedia.ts +0 -3
  44. package/src/client/types/app/bsky/feed/defs.ts +2 -2
  45. package/src/client/types/app/bsky/{video/getJobStatus.ts → feed/getQuotes.ts} +16 -7
  46. package/src/client/types/app/bsky/feed/post.ts +0 -2
  47. package/src/client/types/app/bsky/feed/postgate.ts +47 -0
  48. package/src/client/types/app/bsky/feed/threadgate.ts +2 -0
  49. package/dist/client/types/app/bsky/embed/defs.d.ts +0 -13
  50. package/dist/client/types/app/bsky/embed/defs.d.ts.map +0 -1
  51. package/dist/client/types/app/bsky/embed/defs.js +0 -16
  52. package/dist/client/types/app/bsky/embed/defs.js.map +0 -1
  53. package/dist/client/types/app/bsky/embed/video.d.ts +0 -33
  54. package/dist/client/types/app/bsky/embed/video.d.ts.map +0 -1
  55. package/dist/client/types/app/bsky/embed/video.js +0 -35
  56. package/dist/client/types/app/bsky/embed/video.js.map +0 -1
  57. package/dist/client/types/app/bsky/video/defs.d.ts +0 -19
  58. package/dist/client/types/app/bsky/video/defs.d.ts.map +0 -1
  59. package/dist/client/types/app/bsky/video/defs.js +0 -16
  60. package/dist/client/types/app/bsky/video/defs.js.map +0 -1
  61. package/dist/client/types/app/bsky/video/getJobStatus.d.ts +0 -24
  62. package/dist/client/types/app/bsky/video/getJobStatus.d.ts.map +0 -1
  63. package/dist/client/types/app/bsky/video/getJobStatus.js +0 -8
  64. package/dist/client/types/app/bsky/video/getJobStatus.js.map +0 -1
  65. package/dist/client/types/app/bsky/video/getUploadLimits.d.ts +0 -26
  66. package/dist/client/types/app/bsky/video/getUploadLimits.d.ts.map +0 -1
  67. package/dist/client/types/app/bsky/video/getUploadLimits.js.map +0 -1
  68. package/dist/client/types/app/bsky/video/uploadVideo.d.ts +0 -25
  69. package/dist/client/types/app/bsky/video/uploadVideo.d.ts.map +0 -1
  70. package/dist/client/types/app/bsky/video/uploadVideo.js +0 -8
  71. package/dist/client/types/app/bsky/video/uploadVideo.js.map +0 -1
  72. package/src/client/types/app/bsky/embed/defs.ts +0 -26
  73. package/src/client/types/app/bsky/embed/video.ts +0 -67
  74. package/src/client/types/app/bsky/video/defs.ts +0 -32
  75. package/src/client/types/app/bsky/video/getUploadLimits.ts +0 -36
  76. package/src/client/types/app/bsky/video/uploadVideo.ts +0 -35
@@ -4638,27 +4638,6 @@ exports.schemaDict = {
4638
4638
  },
4639
4639
  },
4640
4640
  },
4641
- AppBskyEmbedDefs: {
4642
- lexicon: 1,
4643
- id: 'app.bsky.embed.defs',
4644
- defs: {
4645
- aspectRatio: {
4646
- type: 'object',
4647
- description: 'width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.',
4648
- required: ['width', 'height'],
4649
- properties: {
4650
- width: {
4651
- type: 'integer',
4652
- minimum: 1,
4653
- },
4654
- height: {
4655
- type: 'integer',
4656
- minimum: 1,
4657
- },
4658
- },
4659
- },
4660
- },
4661
- },
4662
4641
  AppBskyEmbedExternal: {
4663
4642
  lexicon: 1,
4664
4643
  id: 'app.bsky.embed.external',
@@ -4761,7 +4740,22 @@ exports.schemaDict = {
4761
4740
  },
4762
4741
  aspectRatio: {
4763
4742
  type: 'ref',
4764
- ref: 'lex:app.bsky.embed.defs#aspectRatio',
4743
+ ref: 'lex:app.bsky.embed.images#aspectRatio',
4744
+ },
4745
+ },
4746
+ },
4747
+ aspectRatio: {
4748
+ type: 'object',
4749
+ description: 'width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.',
4750
+ required: ['width', 'height'],
4751
+ properties: {
4752
+ width: {
4753
+ type: 'integer',
4754
+ minimum: 1,
4755
+ },
4756
+ height: {
4757
+ type: 'integer',
4758
+ minimum: 1,
4765
4759
  },
4766
4760
  },
4767
4761
  },
@@ -4799,7 +4793,7 @@ exports.schemaDict = {
4799
4793
  },
4800
4794
  aspectRatio: {
4801
4795
  type: 'ref',
4802
- ref: 'lex:app.bsky.embed.defs#aspectRatio',
4796
+ ref: 'lex:app.bsky.embed.images#aspectRatio',
4803
4797
  },
4804
4798
  },
4805
4799
  },
@@ -4830,6 +4824,7 @@ exports.schemaDict = {
4830
4824
  'lex:app.bsky.embed.record#viewRecord',
4831
4825
  'lex:app.bsky.embed.record#viewNotFound',
4832
4826
  'lex:app.bsky.embed.record#viewBlocked',
4827
+ 'lex:app.bsky.embed.record#viewDetached',
4833
4828
  'lex:app.bsky.feed.defs#generatorView',
4834
4829
  'lex:app.bsky.graph.defs#listView',
4835
4830
  'lex:app.bsky.labeler.defs#labelerView',
@@ -4880,7 +4875,6 @@ exports.schemaDict = {
4880
4875
  type: 'union',
4881
4876
  refs: [
4882
4877
  'lex:app.bsky.embed.images#view',
4883
- 'lex:app.bsky.embed.video#view',
4884
4878
  'lex:app.bsky.embed.external#view',
4885
4879
  'lex:app.bsky.embed.record#view',
4886
4880
  'lex:app.bsky.embed.recordWithMedia#view',
@@ -4925,6 +4919,20 @@ exports.schemaDict = {
4925
4919
  },
4926
4920
  },
4927
4921
  },
4922
+ viewDetached: {
4923
+ type: 'object',
4924
+ required: ['uri', 'detached'],
4925
+ properties: {
4926
+ uri: {
4927
+ type: 'string',
4928
+ format: 'at-uri',
4929
+ },
4930
+ detached: {
4931
+ type: 'boolean',
4932
+ const: true,
4933
+ },
4934
+ },
4935
+ },
4928
4936
  },
4929
4937
  },
4930
4938
  AppBskyEmbedRecordWithMedia: {
@@ -4942,11 +4950,7 @@ exports.schemaDict = {
4942
4950
  },
4943
4951
  media: {
4944
4952
  type: 'union',
4945
- refs: [
4946
- 'lex:app.bsky.embed.images',
4947
- 'lex:app.bsky.embed.video',
4948
- 'lex:app.bsky.embed.external',
4949
- ],
4953
+ refs: ['lex:app.bsky.embed.images', 'lex:app.bsky.embed.external'],
4950
4954
  },
4951
4955
  },
4952
4956
  },
@@ -4962,7 +4966,6 @@ exports.schemaDict = {
4962
4966
  type: 'union',
4963
4967
  refs: [
4964
4968
  'lex:app.bsky.embed.images#view',
4965
- 'lex:app.bsky.embed.video#view',
4966
4969
  'lex:app.bsky.embed.external#view',
4967
4970
  ],
4968
4971
  },
@@ -4970,84 +4973,6 @@ exports.schemaDict = {
4970
4973
  },
4971
4974
  },
4972
4975
  },
4973
- AppBskyEmbedVideo: {
4974
- lexicon: 1,
4975
- id: 'app.bsky.embed.video',
4976
- description: 'A video embedded in a Bluesky record (eg, a post).',
4977
- defs: {
4978
- main: {
4979
- type: 'object',
4980
- required: ['video'],
4981
- properties: {
4982
- video: {
4983
- type: 'blob',
4984
- accept: ['video/mp4'],
4985
- maxSize: 50000000,
4986
- },
4987
- captions: {
4988
- type: 'array',
4989
- items: {
4990
- type: 'ref',
4991
- ref: 'lex:app.bsky.embed.video#caption',
4992
- },
4993
- maxLength: 20,
4994
- },
4995
- alt: {
4996
- type: 'string',
4997
- description: 'Alt text description of the video, for accessibility.',
4998
- maxGraphemes: 1000,
4999
- maxLength: 10000,
5000
- },
5001
- aspectRatio: {
5002
- type: 'ref',
5003
- ref: 'lex:app.bsky.embed.defs#aspectRatio',
5004
- },
5005
- },
5006
- },
5007
- caption: {
5008
- type: 'object',
5009
- required: ['lang', 'file'],
5010
- properties: {
5011
- lang: {
5012
- type: 'string',
5013
- format: 'language',
5014
- },
5015
- file: {
5016
- type: 'blob',
5017
- accept: ['text/vtt'],
5018
- maxSize: 20000,
5019
- },
5020
- },
5021
- },
5022
- view: {
5023
- type: 'object',
5024
- required: ['cid', 'playlist'],
5025
- properties: {
5026
- cid: {
5027
- type: 'string',
5028
- format: 'cid',
5029
- },
5030
- playlist: {
5031
- type: 'string',
5032
- format: 'uri',
5033
- },
5034
- thumbnail: {
5035
- type: 'string',
5036
- format: 'uri',
5037
- },
5038
- alt: {
5039
- type: 'string',
5040
- maxGraphemes: 1000,
5041
- maxLength: 10000,
5042
- },
5043
- aspectRatio: {
5044
- type: 'ref',
5045
- ref: 'lex:app.bsky.embed.defs#aspectRatio',
5046
- },
5047
- },
5048
- },
5049
- },
5050
- },
5051
4976
  AppBskyFeedDefs: {
5052
4977
  lexicon: 1,
5053
4978
  id: 'app.bsky.feed.defs',
@@ -5075,7 +5000,6 @@ exports.schemaDict = {
5075
5000
  type: 'union',
5076
5001
  refs: [
5077
5002
  'lex:app.bsky.embed.images#view',
5078
- 'lex:app.bsky.embed.video#view',
5079
5003
  'lex:app.bsky.embed.external#view',
5080
5004
  'lex:app.bsky.embed.record#view',
5081
5005
  'lex:app.bsky.embed.recordWithMedia#view',
@@ -5090,6 +5014,9 @@ exports.schemaDict = {
5090
5014
  likeCount: {
5091
5015
  type: 'integer',
5092
5016
  },
5017
+ quoteCount: {
5018
+ type: 'integer',
5019
+ },
5093
5020
  indexedAt: {
5094
5021
  type: 'string',
5095
5022
  format: 'datetime',
@@ -5129,6 +5056,9 @@ exports.schemaDict = {
5129
5056
  replyDisabled: {
5130
5057
  type: 'boolean',
5131
5058
  },
5059
+ embeddingDisabled: {
5060
+ type: 'boolean',
5061
+ },
5132
5062
  },
5133
5063
  },
5134
5064
  feedViewPost: {
@@ -6177,6 +6107,68 @@ exports.schemaDict = {
6177
6107
  },
6178
6108
  },
6179
6109
  },
6110
+ AppBskyFeedGetQuotes: {
6111
+ lexicon: 1,
6112
+ id: 'app.bsky.feed.getQuotes',
6113
+ defs: {
6114
+ main: {
6115
+ type: 'query',
6116
+ description: 'Get a list of quotes for a given post.',
6117
+ parameters: {
6118
+ type: 'params',
6119
+ required: ['uri'],
6120
+ properties: {
6121
+ uri: {
6122
+ type: 'string',
6123
+ format: 'at-uri',
6124
+ description: 'Reference (AT-URI) of post record',
6125
+ },
6126
+ cid: {
6127
+ type: 'string',
6128
+ format: 'cid',
6129
+ description: 'If supplied, filters to quotes of specific version (by CID) of the post record.',
6130
+ },
6131
+ limit: {
6132
+ type: 'integer',
6133
+ minimum: 1,
6134
+ maximum: 100,
6135
+ default: 50,
6136
+ },
6137
+ cursor: {
6138
+ type: 'string',
6139
+ },
6140
+ },
6141
+ },
6142
+ output: {
6143
+ encoding: 'application/json',
6144
+ schema: {
6145
+ type: 'object',
6146
+ required: ['uri', 'posts'],
6147
+ properties: {
6148
+ uri: {
6149
+ type: 'string',
6150
+ format: 'at-uri',
6151
+ },
6152
+ cid: {
6153
+ type: 'string',
6154
+ format: 'cid',
6155
+ },
6156
+ cursor: {
6157
+ type: 'string',
6158
+ },
6159
+ posts: {
6160
+ type: 'array',
6161
+ items: {
6162
+ type: 'ref',
6163
+ ref: 'lex:app.bsky.feed.defs#postView',
6164
+ },
6165
+ },
6166
+ },
6167
+ },
6168
+ },
6169
+ },
6170
+ },
6171
+ },
6180
6172
  AppBskyFeedGetRepostedBy: {
6181
6173
  lexicon: 1,
6182
6174
  id: 'app.bsky.feed.getRepostedBy',
@@ -6396,7 +6388,6 @@ exports.schemaDict = {
6396
6388
  type: 'union',
6397
6389
  refs: [
6398
6390
  'lex:app.bsky.embed.images',
6399
- 'lex:app.bsky.embed.video',
6400
6391
  'lex:app.bsky.embed.external',
6401
6392
  'lex:app.bsky.embed.record',
6402
6393
  'lex:app.bsky.embed.recordWithMedia',
@@ -6483,6 +6474,54 @@ exports.schemaDict = {
6483
6474
  },
6484
6475
  },
6485
6476
  },
6477
+ AppBskyFeedPostgate: {
6478
+ lexicon: 1,
6479
+ id: 'app.bsky.feed.postgate',
6480
+ defs: {
6481
+ main: {
6482
+ type: 'record',
6483
+ key: 'tid',
6484
+ description: 'Record defining interaction rules for a post. The record key (rkey) of the postgate record must match the record key of the post, and that record must be in the same repository.',
6485
+ record: {
6486
+ type: 'object',
6487
+ required: ['post', 'createdAt'],
6488
+ properties: {
6489
+ createdAt: {
6490
+ type: 'string',
6491
+ format: 'datetime',
6492
+ },
6493
+ post: {
6494
+ type: 'string',
6495
+ format: 'at-uri',
6496
+ description: 'Reference (AT-URI) to the post record.',
6497
+ },
6498
+ detachedEmbeddingUris: {
6499
+ type: 'array',
6500
+ maxLength: 50,
6501
+ items: {
6502
+ type: 'string',
6503
+ format: 'at-uri',
6504
+ },
6505
+ description: 'List of AT-URIs embedding this post that the author has detached from.',
6506
+ },
6507
+ embeddingRules: {
6508
+ type: 'array',
6509
+ maxLength: 5,
6510
+ items: {
6511
+ type: 'union',
6512
+ refs: ['lex:app.bsky.feed.postgate#disableRule'],
6513
+ },
6514
+ },
6515
+ },
6516
+ },
6517
+ },
6518
+ disableRule: {
6519
+ type: 'object',
6520
+ description: 'Disables embedding of this post.',
6521
+ properties: {},
6522
+ },
6523
+ },
6524
+ },
6486
6525
  AppBskyFeedRepost: {
6487
6526
  lexicon: 1,
6488
6527
  id: 'app.bsky.feed.repost',
@@ -6679,6 +6718,15 @@ exports.schemaDict = {
6679
6718
  type: 'string',
6680
6719
  format: 'datetime',
6681
6720
  },
6721
+ hiddenReplies: {
6722
+ type: 'array',
6723
+ maxLength: 50,
6724
+ items: {
6725
+ type: 'string',
6726
+ format: 'at-uri',
6727
+ },
6728
+ description: 'List of hidden reply URIs.',
6729
+ },
6682
6730
  },
6683
6731
  },
6684
6732
  },
@@ -8859,137 +8907,6 @@ exports.schemaDict = {
8859
8907
  },
8860
8908
  },
8861
8909
  },
8862
- AppBskyVideoDefs: {
8863
- lexicon: 1,
8864
- id: 'app.bsky.video.defs',
8865
- defs: {
8866
- jobStatus: {
8867
- type: 'object',
8868
- required: ['jobId', 'did', 'state'],
8869
- properties: {
8870
- jobId: {
8871
- type: 'string',
8872
- },
8873
- did: {
8874
- type: 'string',
8875
- format: 'did',
8876
- },
8877
- state: {
8878
- type: 'string',
8879
- description: 'The state of the video processing job. All values not listed as a known value indicate that the job is in process.',
8880
- knownValues: ['JOB_STATE_COMPLETED', 'JOB_STATE_FAILED'],
8881
- },
8882
- progress: {
8883
- type: 'integer',
8884
- minimum: 0,
8885
- maximum: 100,
8886
- description: 'Progress within the current processing state.',
8887
- },
8888
- blob: {
8889
- type: 'blob',
8890
- },
8891
- error: {
8892
- type: 'string',
8893
- },
8894
- message: {
8895
- type: 'string',
8896
- },
8897
- },
8898
- },
8899
- },
8900
- },
8901
- AppBskyVideoGetJobStatus: {
8902
- lexicon: 1,
8903
- id: 'app.bsky.video.getJobStatus',
8904
- defs: {
8905
- main: {
8906
- type: 'query',
8907
- description: 'Get status details for a video processing job.',
8908
- parameters: {
8909
- type: 'params',
8910
- required: ['jobId'],
8911
- properties: {
8912
- jobId: {
8913
- type: 'string',
8914
- },
8915
- },
8916
- },
8917
- output: {
8918
- encoding: 'application/json',
8919
- schema: {
8920
- type: 'object',
8921
- required: ['jobStatus'],
8922
- properties: {
8923
- jobStatus: {
8924
- type: 'ref',
8925
- ref: 'lex:app.bsky.video.defs#jobStatus',
8926
- },
8927
- },
8928
- },
8929
- },
8930
- },
8931
- },
8932
- },
8933
- AppBskyVideoGetUploadLimits: {
8934
- lexicon: 1,
8935
- id: 'app.bsky.video.getUploadLimits',
8936
- defs: {
8937
- main: {
8938
- type: 'query',
8939
- description: 'Get video upload limits for the authenticated user.',
8940
- output: {
8941
- encoding: 'application/json',
8942
- schema: {
8943
- type: 'object',
8944
- required: ['canUpload'],
8945
- properties: {
8946
- canUpload: {
8947
- type: 'boolean',
8948
- },
8949
- remainingDailyVideos: {
8950
- type: 'integer',
8951
- },
8952
- remainingDailyBytes: {
8953
- type: 'integer',
8954
- },
8955
- message: {
8956
- type: 'string',
8957
- },
8958
- error: {
8959
- type: 'string',
8960
- },
8961
- },
8962
- },
8963
- },
8964
- },
8965
- },
8966
- },
8967
- AppBskyVideoUploadVideo: {
8968
- lexicon: 1,
8969
- id: 'app.bsky.video.uploadVideo',
8970
- defs: {
8971
- main: {
8972
- type: 'procedure',
8973
- description: 'Upload a video to be processed then stored on the PDS.',
8974
- input: {
8975
- encoding: 'video/mp4',
8976
- },
8977
- output: {
8978
- encoding: 'application/json',
8979
- schema: {
8980
- type: 'object',
8981
- required: ['jobStatus'],
8982
- properties: {
8983
- jobStatus: {
8984
- type: 'ref',
8985
- ref: 'lex:app.bsky.video.defs#jobStatus',
8986
- },
8987
- },
8988
- },
8989
- },
8990
- },
8991
- },
8992
- },
8993
8910
  ChatBskyActorDeclaration: {
8994
8911
  lexicon: 1,
8995
8912
  id: 'chat.bsky.actor.declaration',
@@ -11671,12 +11588,10 @@ exports.ids = {
11671
11588
  AppBskyActorPutPreferences: 'app.bsky.actor.putPreferences',
11672
11589
  AppBskyActorSearchActors: 'app.bsky.actor.searchActors',
11673
11590
  AppBskyActorSearchActorsTypeahead: 'app.bsky.actor.searchActorsTypeahead',
11674
- AppBskyEmbedDefs: 'app.bsky.embed.defs',
11675
11591
  AppBskyEmbedExternal: 'app.bsky.embed.external',
11676
11592
  AppBskyEmbedImages: 'app.bsky.embed.images',
11677
11593
  AppBskyEmbedRecord: 'app.bsky.embed.record',
11678
11594
  AppBskyEmbedRecordWithMedia: 'app.bsky.embed.recordWithMedia',
11679
- AppBskyEmbedVideo: 'app.bsky.embed.video',
11680
11595
  AppBskyFeedDefs: 'app.bsky.feed.defs',
11681
11596
  AppBskyFeedDescribeFeedGenerator: 'app.bsky.feed.describeFeedGenerator',
11682
11597
  AppBskyFeedGenerator: 'app.bsky.feed.generator',
@@ -11691,11 +11606,13 @@ exports.ids = {
11691
11606
  AppBskyFeedGetListFeed: 'app.bsky.feed.getListFeed',
11692
11607
  AppBskyFeedGetPostThread: 'app.bsky.feed.getPostThread',
11693
11608
  AppBskyFeedGetPosts: 'app.bsky.feed.getPosts',
11609
+ AppBskyFeedGetQuotes: 'app.bsky.feed.getQuotes',
11694
11610
  AppBskyFeedGetRepostedBy: 'app.bsky.feed.getRepostedBy',
11695
11611
  AppBskyFeedGetSuggestedFeeds: 'app.bsky.feed.getSuggestedFeeds',
11696
11612
  AppBskyFeedGetTimeline: 'app.bsky.feed.getTimeline',
11697
11613
  AppBskyFeedLike: 'app.bsky.feed.like',
11698
11614
  AppBskyFeedPost: 'app.bsky.feed.post',
11615
+ AppBskyFeedPostgate: 'app.bsky.feed.postgate',
11699
11616
  AppBskyFeedRepost: 'app.bsky.feed.repost',
11700
11617
  AppBskyFeedSearchPosts: 'app.bsky.feed.searchPosts',
11701
11618
  AppBskyFeedSendInteractions: 'app.bsky.feed.sendInteractions',
@@ -11742,10 +11659,6 @@ exports.ids = {
11742
11659
  AppBskyUnspeccedGetTaggedSuggestions: 'app.bsky.unspecced.getTaggedSuggestions',
11743
11660
  AppBskyUnspeccedSearchActorsSkeleton: 'app.bsky.unspecced.searchActorsSkeleton',
11744
11661
  AppBskyUnspeccedSearchPostsSkeleton: 'app.bsky.unspecced.searchPostsSkeleton',
11745
- AppBskyVideoDefs: 'app.bsky.video.defs',
11746
- AppBskyVideoGetJobStatus: 'app.bsky.video.getJobStatus',
11747
- AppBskyVideoGetUploadLimits: 'app.bsky.video.getUploadLimits',
11748
- AppBskyVideoUploadVideo: 'app.bsky.video.uploadVideo',
11749
11662
  ChatBskyActorDeclaration: 'chat.bsky.actor.declaration',
11750
11663
  ChatBskyActorDefs: 'chat.bsky.actor.defs',
11751
11664
  ChatBskyActorDeleteAccount: 'chat.bsky.actor.deleteAccount',