@atproto/pds 0.4.117 → 0.4.118

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 (137) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/account-manager/account-manager.d.ts +5 -2
  3. package/dist/account-manager/account-manager.d.ts.map +1 -1
  4. package/dist/account-manager/account-manager.js.map +1 -1
  5. package/dist/actor-store/blob/transactor.d.ts +2 -1
  6. package/dist/actor-store/blob/transactor.d.ts.map +1 -1
  7. package/dist/actor-store/blob/transactor.js +19 -5
  8. package/dist/actor-store/blob/transactor.js.map +1 -1
  9. package/dist/api/com/atproto/repo/uploadBlob.d.ts.map +1 -1
  10. package/dist/api/com/atproto/repo/uploadBlob.js +1 -0
  11. package/dist/api/com/atproto/repo/uploadBlob.js.map +1 -1
  12. package/dist/config/env.d.ts +1 -0
  13. package/dist/config/env.d.ts.map +1 -1
  14. package/dist/config/env.js +1 -0
  15. package/dist/config/env.js.map +1 -1
  16. package/dist/config/secrets.d.ts +1 -0
  17. package/dist/config/secrets.d.ts.map +1 -1
  18. package/dist/config/secrets.js +1 -0
  19. package/dist/config/secrets.js.map +1 -1
  20. package/dist/context.d.ts +3 -0
  21. package/dist/context.d.ts.map +1 -1
  22. package/dist/context.js +19 -0
  23. package/dist/context.js.map +1 -1
  24. package/dist/lexicon/index.d.ts +10 -0
  25. package/dist/lexicon/index.d.ts.map +1 -1
  26. package/dist/lexicon/index.js +20 -0
  27. package/dist/lexicon/index.js.map +1 -1
  28. package/dist/lexicon/lexicons.d.ts +516 -0
  29. package/dist/lexicon/lexicons.d.ts.map +1 -1
  30. package/dist/lexicon/lexicons.js +277 -0
  31. package/dist/lexicon/lexicons.js.map +1 -1
  32. package/dist/lexicon/types/app/bsky/unspecced/defs.d.ts +27 -0
  33. package/dist/lexicon/types/app/bsky/unspecced/defs.d.ts.map +1 -1
  34. package/dist/lexicon/types/app/bsky/unspecced/defs.js +18 -0
  35. package/dist/lexicon/types/app/bsky/unspecced/defs.js.map +1 -1
  36. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +36 -0
  37. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts.map +1 -0
  38. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.js +7 -0
  39. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -0
  40. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +37 -0
  41. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts.map +1 -0
  42. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +7 -0
  43. package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -0
  44. package/dist/lexicon/types/app/bsky/unspecced/getTrends.d.ts +36 -0
  45. package/dist/lexicon/types/app/bsky/unspecced/getTrends.d.ts.map +1 -0
  46. package/dist/lexicon/types/app/bsky/unspecced/getTrends.js +7 -0
  47. package/dist/lexicon/types/app/bsky/unspecced/getTrends.js.map +1 -0
  48. package/dist/lexicon/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +38 -0
  49. package/dist/lexicon/types/app/bsky/unspecced/getTrendsSkeleton.d.ts.map +1 -0
  50. package/dist/lexicon/types/app/bsky/unspecced/getTrendsSkeleton.js +7 -0
  51. package/dist/lexicon/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -0
  52. package/dist/lexicon/types/com/atproto/admin/updateAccountSigningKey.d.ts +31 -0
  53. package/dist/lexicon/types/com/atproto/admin/updateAccountSigningKey.d.ts.map +1 -0
  54. package/dist/lexicon/types/com/atproto/admin/updateAccountSigningKey.js +7 -0
  55. package/dist/lexicon/types/com/atproto/admin/updateAccountSigningKey.js.map +1 -0
  56. package/dist/repo/prepare.d.ts.map +1 -1
  57. package/dist/repo/prepare.js +1 -0
  58. package/dist/repo/prepare.js.map +1 -1
  59. package/dist/repo/types.d.ts +1 -0
  60. package/dist/repo/types.d.ts.map +1 -1
  61. package/dist/repo/types.js.map +1 -1
  62. package/dist/scripts/index.d.ts +8 -1
  63. package/dist/scripts/index.d.ts.map +1 -1
  64. package/dist/scripts/index.js +11 -0
  65. package/dist/scripts/index.js.map +1 -1
  66. package/dist/scripts/publish-identity.d.ts +8 -0
  67. package/dist/scripts/publish-identity.d.ts.map +1 -0
  68. package/dist/scripts/publish-identity.js +46 -0
  69. package/dist/scripts/publish-identity.js.map +1 -0
  70. package/dist/scripts/rebuild-repo.d.ts +10 -2
  71. package/dist/scripts/rebuild-repo.d.ts.map +1 -1
  72. package/dist/scripts/rebuild-repo.js +21 -12
  73. package/dist/scripts/rebuild-repo.js.map +1 -1
  74. package/dist/scripts/rotate-keys.d.ts +18 -0
  75. package/dist/scripts/rotate-keys.d.ts.map +1 -0
  76. package/dist/scripts/rotate-keys.js +115 -0
  77. package/dist/scripts/rotate-keys.js.map +1 -0
  78. package/dist/scripts/sequencer-recovery/index.d.ts +3 -0
  79. package/dist/scripts/sequencer-recovery/index.d.ts.map +1 -0
  80. package/dist/scripts/sequencer-recovery/index.js +17 -0
  81. package/dist/scripts/sequencer-recovery/index.js.map +1 -0
  82. package/dist/scripts/sequencer-recovery/recoverer.d.ts +27 -0
  83. package/dist/scripts/sequencer-recovery/recoverer.d.ts.map +1 -0
  84. package/dist/scripts/sequencer-recovery/recoverer.js +235 -0
  85. package/dist/scripts/sequencer-recovery/recoverer.js.map +1 -0
  86. package/dist/scripts/sequencer-recovery/recovery-db.d.ts +18 -0
  87. package/dist/scripts/sequencer-recovery/recovery-db.d.ts.map +1 -0
  88. package/dist/scripts/sequencer-recovery/recovery-db.js +45 -0
  89. package/dist/scripts/sequencer-recovery/recovery-db.js.map +1 -0
  90. package/dist/scripts/sequencer-recovery/repair-repos.d.ts +3 -0
  91. package/dist/scripts/sequencer-recovery/repair-repos.d.ts.map +1 -0
  92. package/dist/scripts/sequencer-recovery/repair-repos.js +45 -0
  93. package/dist/scripts/sequencer-recovery/repair-repos.js.map +1 -0
  94. package/dist/scripts/sequencer-recovery/user-queues.d.ts +12 -0
  95. package/dist/scripts/sequencer-recovery/user-queues.d.ts.map +1 -0
  96. package/dist/scripts/sequencer-recovery/user-queues.js +54 -0
  97. package/dist/scripts/sequencer-recovery/user-queues.js.map +1 -0
  98. package/dist/scripts/util.d.ts +2 -0
  99. package/dist/scripts/util.d.ts.map +1 -0
  100. package/dist/scripts/util.js +12 -0
  101. package/dist/scripts/util.js.map +1 -0
  102. package/dist/sequencer/sequencer.d.ts +2 -0
  103. package/dist/sequencer/sequencer.d.ts.map +1 -1
  104. package/dist/sequencer/sequencer.js +52 -42
  105. package/dist/sequencer/sequencer.js.map +1 -1
  106. package/package.json +10 -10
  107. package/src/account-manager/account-manager.ts +6 -2
  108. package/src/actor-store/blob/transactor.ts +25 -7
  109. package/src/api/com/atproto/repo/uploadBlob.ts +1 -0
  110. package/src/config/env.ts +2 -0
  111. package/src/config/secrets.ts +2 -0
  112. package/src/context.ts +23 -0
  113. package/src/lexicon/index.ts +62 -0
  114. package/src/lexicon/lexicons.ts +285 -0
  115. package/src/lexicon/types/app/bsky/unspecced/defs.ts +45 -0
  116. package/src/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +54 -0
  117. package/src/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +55 -0
  118. package/src/lexicon/types/app/bsky/unspecced/getTrends.ts +54 -0
  119. package/src/lexicon/types/app/bsky/unspecced/getTrendsSkeleton.ts +56 -0
  120. package/src/lexicon/types/com/atproto/admin/updateAccountSigningKey.ts +48 -0
  121. package/src/repo/prepare.ts +1 -0
  122. package/src/repo/types.ts +1 -0
  123. package/src/scripts/README.md +40 -0
  124. package/src/scripts/index.ts +15 -0
  125. package/src/scripts/publish-identity.ts +54 -0
  126. package/src/scripts/rebuild-repo.ts +39 -12
  127. package/src/scripts/rotate-keys.ts +141 -0
  128. package/src/scripts/sequencer-recovery/index.ts +23 -0
  129. package/src/scripts/sequencer-recovery/recoverer.ts +289 -0
  130. package/src/scripts/sequencer-recovery/recovery-db.ts +64 -0
  131. package/src/scripts/sequencer-recovery/repair-repos.ts +48 -0
  132. package/src/scripts/sequencer-recovery/user-queues.ts +41 -0
  133. package/src/scripts/util.ts +7 -0
  134. package/src/sequencer/sequencer.ts +43 -40
  135. package/tests/recovery.test.ts +178 -0
  136. package/tsconfig.build.tsbuildinfo +1 -1
  137. package/tsconfig.tests.tsbuildinfo +1 -1
@@ -564,6 +564,34 @@ export declare const schemaDict: {
564
564
  };
565
565
  };
566
566
  };
567
+ readonly ComAtprotoAdminUpdateAccountSigningKey: {
568
+ readonly lexicon: 1;
569
+ readonly id: "com.atproto.admin.updateAccountSigningKey";
570
+ readonly defs: {
571
+ readonly main: {
572
+ readonly type: "procedure";
573
+ readonly description: "Administrative action to update an account's signing key in their Did document.";
574
+ readonly input: {
575
+ readonly encoding: "application/json";
576
+ readonly schema: {
577
+ readonly type: "object";
578
+ readonly required: ["did", "signingKey"];
579
+ readonly properties: {
580
+ readonly did: {
581
+ readonly type: "string";
582
+ readonly format: "did";
583
+ };
584
+ readonly signingKey: {
585
+ readonly type: "string";
586
+ readonly format: "did";
587
+ readonly description: "Did-key formatted public key";
588
+ };
589
+ };
590
+ };
591
+ };
592
+ };
593
+ };
594
+ };
567
595
  readonly ComAtprotoAdminUpdateSubjectStatus: {
568
596
  readonly lexicon: 1;
569
597
  readonly id: "com.atproto.admin.updateSubjectStatus";
@@ -8995,6 +9023,78 @@ export declare const schemaDict: {
8995
9023
  };
8996
9024
  };
8997
9025
  };
9026
+ readonly skeletonTrend: {
9027
+ readonly type: "object";
9028
+ readonly required: ["topic", "displayName", "link", "startedAt", "postCount", "dids"];
9029
+ readonly properties: {
9030
+ readonly topic: {
9031
+ readonly type: "string";
9032
+ };
9033
+ readonly displayName: {
9034
+ readonly type: "string";
9035
+ };
9036
+ readonly link: {
9037
+ readonly type: "string";
9038
+ };
9039
+ readonly startedAt: {
9040
+ readonly type: "string";
9041
+ readonly format: "datetime";
9042
+ };
9043
+ readonly postCount: {
9044
+ readonly type: "integer";
9045
+ };
9046
+ readonly status: {
9047
+ readonly type: "string";
9048
+ readonly knownValues: ["hot"];
9049
+ };
9050
+ readonly category: {
9051
+ readonly type: "string";
9052
+ };
9053
+ readonly dids: {
9054
+ readonly type: "array";
9055
+ readonly items: {
9056
+ readonly type: "string";
9057
+ readonly format: "did";
9058
+ };
9059
+ };
9060
+ };
9061
+ };
9062
+ readonly trendView: {
9063
+ readonly type: "object";
9064
+ readonly required: ["topic", "displayName", "link", "startedAt", "postCount", "actors"];
9065
+ readonly properties: {
9066
+ readonly topic: {
9067
+ readonly type: "string";
9068
+ };
9069
+ readonly displayName: {
9070
+ readonly type: "string";
9071
+ };
9072
+ readonly link: {
9073
+ readonly type: "string";
9074
+ };
9075
+ readonly startedAt: {
9076
+ readonly type: "string";
9077
+ readonly format: "datetime";
9078
+ };
9079
+ readonly postCount: {
9080
+ readonly type: "integer";
9081
+ };
9082
+ readonly status: {
9083
+ readonly type: "string";
9084
+ readonly knownValues: ["hot"];
9085
+ };
9086
+ readonly category: {
9087
+ readonly type: "string";
9088
+ };
9089
+ readonly actors: {
9090
+ readonly type: "array";
9091
+ readonly items: {
9092
+ readonly type: "ref";
9093
+ readonly ref: "lex:app.bsky.actor.defs#profileViewBasic";
9094
+ };
9095
+ };
9096
+ };
9097
+ };
8998
9098
  };
8999
9099
  };
9000
9100
  readonly AppBskyUnspeccedGetConfig: {
@@ -9065,6 +9165,85 @@ export declare const schemaDict: {
9065
9165
  };
9066
9166
  };
9067
9167
  };
9168
+ readonly AppBskyUnspeccedGetSuggestedStarterPacks: {
9169
+ readonly lexicon: 1;
9170
+ readonly id: "app.bsky.unspecced.getSuggestedStarterPacks";
9171
+ readonly defs: {
9172
+ readonly main: {
9173
+ readonly type: "query";
9174
+ readonly description: "Get a list of suggested starterpacks";
9175
+ readonly parameters: {
9176
+ readonly type: "params";
9177
+ readonly properties: {
9178
+ readonly limit: {
9179
+ readonly type: "integer";
9180
+ readonly minimum: 1;
9181
+ readonly maximum: 25;
9182
+ readonly default: 10;
9183
+ };
9184
+ };
9185
+ };
9186
+ readonly output: {
9187
+ readonly encoding: "application/json";
9188
+ readonly schema: {
9189
+ readonly type: "object";
9190
+ readonly required: ["starterPacks"];
9191
+ readonly properties: {
9192
+ readonly starterPacks: {
9193
+ readonly type: "array";
9194
+ readonly items: {
9195
+ readonly type: "ref";
9196
+ readonly ref: "lex:app.bsky.graph.defs#starterPackViewBasic";
9197
+ };
9198
+ };
9199
+ };
9200
+ };
9201
+ };
9202
+ };
9203
+ };
9204
+ };
9205
+ readonly AppBskyUnspeccedGetSuggestedStarterPacksSkeleton: {
9206
+ readonly lexicon: 1;
9207
+ readonly id: "app.bsky.unspecced.getSuggestedStarterPacksSkeleton";
9208
+ readonly defs: {
9209
+ readonly main: {
9210
+ readonly type: "query";
9211
+ readonly description: "Get a skeleton of suggested starterpacks. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedStarterpacks";
9212
+ readonly parameters: {
9213
+ readonly type: "params";
9214
+ readonly properties: {
9215
+ readonly viewer: {
9216
+ readonly type: "string";
9217
+ readonly format: "did";
9218
+ readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
9219
+ };
9220
+ readonly limit: {
9221
+ readonly type: "integer";
9222
+ readonly minimum: 1;
9223
+ readonly maximum: 25;
9224
+ readonly default: 10;
9225
+ };
9226
+ };
9227
+ };
9228
+ readonly output: {
9229
+ readonly encoding: "application/json";
9230
+ readonly schema: {
9231
+ readonly type: "object";
9232
+ readonly required: ["starterPacks"];
9233
+ readonly properties: {
9234
+ readonly starterPacks: {
9235
+ readonly type: "array";
9236
+ readonly items: {
9237
+ readonly type: "string";
9238
+ readonly format: "at-uri";
9239
+ };
9240
+ };
9241
+ };
9242
+ };
9243
+ };
9244
+ };
9245
+ };
9246
+ };
9068
9247
  readonly AppBskyUnspeccedGetSuggestionsSkeleton: {
9069
9248
  readonly lexicon: 1;
9070
9249
  readonly id: "app.bsky.unspecced.getSuggestionsSkeleton";
@@ -9223,6 +9402,85 @@ export declare const schemaDict: {
9223
9402
  };
9224
9403
  };
9225
9404
  };
9405
+ readonly AppBskyUnspeccedGetTrends: {
9406
+ readonly lexicon: 1;
9407
+ readonly id: "app.bsky.unspecced.getTrends";
9408
+ readonly defs: {
9409
+ readonly main: {
9410
+ readonly type: "query";
9411
+ readonly description: "Get the current trends on the network";
9412
+ readonly parameters: {
9413
+ readonly type: "params";
9414
+ readonly properties: {
9415
+ readonly limit: {
9416
+ readonly type: "integer";
9417
+ readonly minimum: 1;
9418
+ readonly maximum: 25;
9419
+ readonly default: 10;
9420
+ };
9421
+ };
9422
+ };
9423
+ readonly output: {
9424
+ readonly encoding: "application/json";
9425
+ readonly schema: {
9426
+ readonly type: "object";
9427
+ readonly required: ["trends"];
9428
+ readonly properties: {
9429
+ readonly trends: {
9430
+ readonly type: "array";
9431
+ readonly items: {
9432
+ readonly type: "ref";
9433
+ readonly ref: "lex:app.bsky.unspecced.defs#trendView";
9434
+ };
9435
+ };
9436
+ };
9437
+ };
9438
+ };
9439
+ };
9440
+ };
9441
+ };
9442
+ readonly AppBskyUnspeccedGetTrendsSkeleton: {
9443
+ readonly lexicon: 1;
9444
+ readonly id: "app.bsky.unspecced.getTrendsSkeleton";
9445
+ readonly defs: {
9446
+ readonly main: {
9447
+ readonly type: "query";
9448
+ readonly description: "Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends";
9449
+ readonly parameters: {
9450
+ readonly type: "params";
9451
+ readonly properties: {
9452
+ readonly viewer: {
9453
+ readonly type: "string";
9454
+ readonly format: "did";
9455
+ readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
9456
+ };
9457
+ readonly limit: {
9458
+ readonly type: "integer";
9459
+ readonly minimum: 1;
9460
+ readonly maximum: 25;
9461
+ readonly default: 10;
9462
+ };
9463
+ };
9464
+ };
9465
+ readonly output: {
9466
+ readonly encoding: "application/json";
9467
+ readonly schema: {
9468
+ readonly type: "object";
9469
+ readonly required: ["trends"];
9470
+ readonly properties: {
9471
+ readonly trends: {
9472
+ readonly type: "array";
9473
+ readonly items: {
9474
+ readonly type: "ref";
9475
+ readonly ref: "lex:app.bsky.unspecced.defs#skeletonTrend";
9476
+ };
9477
+ };
9478
+ };
9479
+ };
9480
+ };
9481
+ };
9482
+ };
9483
+ };
9226
9484
  readonly AppBskyUnspeccedSearchActorsSkeleton: {
9227
9485
  readonly lexicon: 1;
9228
9486
  readonly id: "app.bsky.unspecced.searchActorsSkeleton";
@@ -14200,6 +14458,33 @@ export declare const schemas: ({
14200
14458
  };
14201
14459
  };
14202
14460
  };
14461
+ } | {
14462
+ readonly lexicon: 1;
14463
+ readonly id: "com.atproto.admin.updateAccountSigningKey";
14464
+ readonly defs: {
14465
+ readonly main: {
14466
+ readonly type: "procedure";
14467
+ readonly description: "Administrative action to update an account's signing key in their Did document.";
14468
+ readonly input: {
14469
+ readonly encoding: "application/json";
14470
+ readonly schema: {
14471
+ readonly type: "object";
14472
+ readonly required: ["did", "signingKey"];
14473
+ readonly properties: {
14474
+ readonly did: {
14475
+ readonly type: "string";
14476
+ readonly format: "did";
14477
+ };
14478
+ readonly signingKey: {
14479
+ readonly type: "string";
14480
+ readonly format: "did";
14481
+ readonly description: "Did-key formatted public key";
14482
+ };
14483
+ };
14484
+ };
14485
+ };
14486
+ };
14487
+ };
14203
14488
  } | {
14204
14489
  readonly lexicon: 1;
14205
14490
  readonly id: "com.atproto.admin.updateSubjectStatus";
@@ -22481,6 +22766,78 @@ export declare const schemas: ({
22481
22766
  };
22482
22767
  };
22483
22768
  };
22769
+ readonly skeletonTrend: {
22770
+ readonly type: "object";
22771
+ readonly required: ["topic", "displayName", "link", "startedAt", "postCount", "dids"];
22772
+ readonly properties: {
22773
+ readonly topic: {
22774
+ readonly type: "string";
22775
+ };
22776
+ readonly displayName: {
22777
+ readonly type: "string";
22778
+ };
22779
+ readonly link: {
22780
+ readonly type: "string";
22781
+ };
22782
+ readonly startedAt: {
22783
+ readonly type: "string";
22784
+ readonly format: "datetime";
22785
+ };
22786
+ readonly postCount: {
22787
+ readonly type: "integer";
22788
+ };
22789
+ readonly status: {
22790
+ readonly type: "string";
22791
+ readonly knownValues: ["hot"];
22792
+ };
22793
+ readonly category: {
22794
+ readonly type: "string";
22795
+ };
22796
+ readonly dids: {
22797
+ readonly type: "array";
22798
+ readonly items: {
22799
+ readonly type: "string";
22800
+ readonly format: "did";
22801
+ };
22802
+ };
22803
+ };
22804
+ };
22805
+ readonly trendView: {
22806
+ readonly type: "object";
22807
+ readonly required: ["topic", "displayName", "link", "startedAt", "postCount", "actors"];
22808
+ readonly properties: {
22809
+ readonly topic: {
22810
+ readonly type: "string";
22811
+ };
22812
+ readonly displayName: {
22813
+ readonly type: "string";
22814
+ };
22815
+ readonly link: {
22816
+ readonly type: "string";
22817
+ };
22818
+ readonly startedAt: {
22819
+ readonly type: "string";
22820
+ readonly format: "datetime";
22821
+ };
22822
+ readonly postCount: {
22823
+ readonly type: "integer";
22824
+ };
22825
+ readonly status: {
22826
+ readonly type: "string";
22827
+ readonly knownValues: ["hot"];
22828
+ };
22829
+ readonly category: {
22830
+ readonly type: "string";
22831
+ };
22832
+ readonly actors: {
22833
+ readonly type: "array";
22834
+ readonly items: {
22835
+ readonly type: "ref";
22836
+ readonly ref: "lex:app.bsky.actor.defs#profileViewBasic";
22837
+ };
22838
+ };
22839
+ };
22840
+ };
22484
22841
  };
22485
22842
  } | {
22486
22843
  readonly lexicon: 1;
@@ -22548,6 +22905,83 @@ export declare const schemas: ({
22548
22905
  };
22549
22906
  };
22550
22907
  };
22908
+ } | {
22909
+ readonly lexicon: 1;
22910
+ readonly id: "app.bsky.unspecced.getSuggestedStarterPacks";
22911
+ readonly defs: {
22912
+ readonly main: {
22913
+ readonly type: "query";
22914
+ readonly description: "Get a list of suggested starterpacks";
22915
+ readonly parameters: {
22916
+ readonly type: "params";
22917
+ readonly properties: {
22918
+ readonly limit: {
22919
+ readonly type: "integer";
22920
+ readonly minimum: 1;
22921
+ readonly maximum: 25;
22922
+ readonly default: 10;
22923
+ };
22924
+ };
22925
+ };
22926
+ readonly output: {
22927
+ readonly encoding: "application/json";
22928
+ readonly schema: {
22929
+ readonly type: "object";
22930
+ readonly required: ["starterPacks"];
22931
+ readonly properties: {
22932
+ readonly starterPacks: {
22933
+ readonly type: "array";
22934
+ readonly items: {
22935
+ readonly type: "ref";
22936
+ readonly ref: "lex:app.bsky.graph.defs#starterPackViewBasic";
22937
+ };
22938
+ };
22939
+ };
22940
+ };
22941
+ };
22942
+ };
22943
+ };
22944
+ } | {
22945
+ readonly lexicon: 1;
22946
+ readonly id: "app.bsky.unspecced.getSuggestedStarterPacksSkeleton";
22947
+ readonly defs: {
22948
+ readonly main: {
22949
+ readonly type: "query";
22950
+ readonly description: "Get a skeleton of suggested starterpacks. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedStarterpacks";
22951
+ readonly parameters: {
22952
+ readonly type: "params";
22953
+ readonly properties: {
22954
+ readonly viewer: {
22955
+ readonly type: "string";
22956
+ readonly format: "did";
22957
+ readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
22958
+ };
22959
+ readonly limit: {
22960
+ readonly type: "integer";
22961
+ readonly minimum: 1;
22962
+ readonly maximum: 25;
22963
+ readonly default: 10;
22964
+ };
22965
+ };
22966
+ };
22967
+ readonly output: {
22968
+ readonly encoding: "application/json";
22969
+ readonly schema: {
22970
+ readonly type: "object";
22971
+ readonly required: ["starterPacks"];
22972
+ readonly properties: {
22973
+ readonly starterPacks: {
22974
+ readonly type: "array";
22975
+ readonly items: {
22976
+ readonly type: "string";
22977
+ readonly format: "at-uri";
22978
+ };
22979
+ };
22980
+ };
22981
+ };
22982
+ };
22983
+ };
22984
+ };
22551
22985
  } | {
22552
22986
  readonly lexicon: 1;
22553
22987
  readonly id: "app.bsky.unspecced.getSuggestionsSkeleton";
@@ -22703,6 +23137,83 @@ export declare const schemas: ({
22703
23137
  };
22704
23138
  };
22705
23139
  };
23140
+ } | {
23141
+ readonly lexicon: 1;
23142
+ readonly id: "app.bsky.unspecced.getTrends";
23143
+ readonly defs: {
23144
+ readonly main: {
23145
+ readonly type: "query";
23146
+ readonly description: "Get the current trends on the network";
23147
+ readonly parameters: {
23148
+ readonly type: "params";
23149
+ readonly properties: {
23150
+ readonly limit: {
23151
+ readonly type: "integer";
23152
+ readonly minimum: 1;
23153
+ readonly maximum: 25;
23154
+ readonly default: 10;
23155
+ };
23156
+ };
23157
+ };
23158
+ readonly output: {
23159
+ readonly encoding: "application/json";
23160
+ readonly schema: {
23161
+ readonly type: "object";
23162
+ readonly required: ["trends"];
23163
+ readonly properties: {
23164
+ readonly trends: {
23165
+ readonly type: "array";
23166
+ readonly items: {
23167
+ readonly type: "ref";
23168
+ readonly ref: "lex:app.bsky.unspecced.defs#trendView";
23169
+ };
23170
+ };
23171
+ };
23172
+ };
23173
+ };
23174
+ };
23175
+ };
23176
+ } | {
23177
+ readonly lexicon: 1;
23178
+ readonly id: "app.bsky.unspecced.getTrendsSkeleton";
23179
+ readonly defs: {
23180
+ readonly main: {
23181
+ readonly type: "query";
23182
+ readonly description: "Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends";
23183
+ readonly parameters: {
23184
+ readonly type: "params";
23185
+ readonly properties: {
23186
+ readonly viewer: {
23187
+ readonly type: "string";
23188
+ readonly format: "did";
23189
+ readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
23190
+ };
23191
+ readonly limit: {
23192
+ readonly type: "integer";
23193
+ readonly minimum: 1;
23194
+ readonly maximum: 25;
23195
+ readonly default: 10;
23196
+ };
23197
+ };
23198
+ };
23199
+ readonly output: {
23200
+ readonly encoding: "application/json";
23201
+ readonly schema: {
23202
+ readonly type: "object";
23203
+ readonly required: ["trends"];
23204
+ readonly properties: {
23205
+ readonly trends: {
23206
+ readonly type: "array";
23207
+ readonly items: {
23208
+ readonly type: "ref";
23209
+ readonly ref: "lex:app.bsky.unspecced.defs#skeletonTrend";
23210
+ };
23211
+ };
23212
+ };
23213
+ };
23214
+ };
23215
+ };
23216
+ };
22706
23217
  } | {
22707
23218
  readonly lexicon: 1;
22708
23219
  readonly id: "app.bsky.unspecced.searchActorsSkeleton";
@@ -27085,6 +27596,7 @@ export declare const ids: {
27085
27596
  readonly ComAtprotoAdminUpdateAccountEmail: "com.atproto.admin.updateAccountEmail";
27086
27597
  readonly ComAtprotoAdminUpdateAccountHandle: "com.atproto.admin.updateAccountHandle";
27087
27598
  readonly ComAtprotoAdminUpdateAccountPassword: "com.atproto.admin.updateAccountPassword";
27599
+ readonly ComAtprotoAdminUpdateAccountSigningKey: "com.atproto.admin.updateAccountSigningKey";
27088
27600
  readonly ComAtprotoAdminUpdateSubjectStatus: "com.atproto.admin.updateSubjectStatus";
27089
27601
  readonly ComAtprotoIdentityDefs: "com.atproto.identity.defs";
27090
27602
  readonly ComAtprotoIdentityGetRecommendedDidCredentials: "com.atproto.identity.getRecommendedDidCredentials";
@@ -27238,9 +27750,13 @@ export declare const ids: {
27238
27750
  readonly AppBskyUnspeccedDefs: "app.bsky.unspecced.defs";
27239
27751
  readonly AppBskyUnspeccedGetConfig: "app.bsky.unspecced.getConfig";
27240
27752
  readonly AppBskyUnspeccedGetPopularFeedGenerators: "app.bsky.unspecced.getPopularFeedGenerators";
27753
+ readonly AppBskyUnspeccedGetSuggestedStarterPacks: "app.bsky.unspecced.getSuggestedStarterPacks";
27754
+ readonly AppBskyUnspeccedGetSuggestedStarterPacksSkeleton: "app.bsky.unspecced.getSuggestedStarterPacksSkeleton";
27241
27755
  readonly AppBskyUnspeccedGetSuggestionsSkeleton: "app.bsky.unspecced.getSuggestionsSkeleton";
27242
27756
  readonly AppBskyUnspeccedGetTaggedSuggestions: "app.bsky.unspecced.getTaggedSuggestions";
27243
27757
  readonly AppBskyUnspeccedGetTrendingTopics: "app.bsky.unspecced.getTrendingTopics";
27758
+ readonly AppBskyUnspeccedGetTrends: "app.bsky.unspecced.getTrends";
27759
+ readonly AppBskyUnspeccedGetTrendsSkeleton: "app.bsky.unspecced.getTrendsSkeleton";
27244
27760
  readonly AppBskyUnspeccedSearchActorsSkeleton: "app.bsky.unspecced.searchActorsSkeleton";
27245
27761
  readonly AppBskyUnspeccedSearchPostsSkeleton: "app.bsky.unspecced.searchPostsSkeleton";
27246
27762
  readonly AppBskyUnspeccedSearchStarterPacksSkeleton: "app.bsky.unspecced.searchStarterPacksSkeleton";