@atproto/api 0.20.29 → 0.20.31

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.
@@ -6613,6 +6613,58 @@ export declare const schemaDict: {
6613
6613
  };
6614
6614
  };
6615
6615
  };
6616
+ readonly AppBskyGraphSearchStarterPacksV2: {
6617
+ readonly lexicon: 1;
6618
+ readonly id: 'app.bsky.graph.searchStarterPacksV2';
6619
+ readonly defs: {
6620
+ readonly main: {
6621
+ readonly type: 'query';
6622
+ readonly description: 'Find starter packs matching search criteria. Does not require auth.';
6623
+ readonly parameters: {
6624
+ readonly type: 'params';
6625
+ readonly required: ["q"];
6626
+ readonly properties: {
6627
+ readonly q: {
6628
+ readonly type: 'string';
6629
+ readonly description: 'Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.';
6630
+ };
6631
+ readonly limit: {
6632
+ readonly type: 'integer';
6633
+ readonly minimum: 1;
6634
+ readonly maximum: 100;
6635
+ readonly default: 25;
6636
+ };
6637
+ readonly cursor: {
6638
+ readonly type: 'string';
6639
+ };
6640
+ };
6641
+ };
6642
+ readonly output: {
6643
+ readonly encoding: 'application/json';
6644
+ readonly schema: {
6645
+ readonly type: 'object';
6646
+ readonly required: ["starterPacks"];
6647
+ readonly properties: {
6648
+ readonly cursor: {
6649
+ readonly type: 'string';
6650
+ };
6651
+ readonly hitsTotal: {
6652
+ readonly type: 'integer';
6653
+ readonly description: 'Estimated total number of matching hits. May be rounded or truncated.';
6654
+ };
6655
+ readonly starterPacks: {
6656
+ readonly type: 'array';
6657
+ readonly items: {
6658
+ readonly type: 'ref';
6659
+ readonly ref: 'lex:app.bsky.graph.defs#starterPackView';
6660
+ };
6661
+ };
6662
+ };
6663
+ };
6664
+ };
6665
+ };
6666
+ };
6667
+ };
6616
6668
  readonly AppBskyGraphStarterpack: {
6617
6669
  readonly lexicon: 1;
6618
6670
  readonly id: 'app.bsky.graph.starterpack';
@@ -7767,6 +7819,9 @@ export declare const schemaDict: {
7767
7819
  readonly displayName: {
7768
7820
  readonly type: 'string';
7769
7821
  };
7822
+ readonly description: {
7823
+ readonly type: 'string';
7824
+ };
7770
7825
  readonly link: {
7771
7826
  readonly type: 'string';
7772
7827
  };
@@ -7803,6 +7858,9 @@ export declare const schemaDict: {
7803
7858
  readonly displayName: {
7804
7859
  readonly type: 'string';
7805
7860
  };
7861
+ readonly description: {
7862
+ readonly type: 'string';
7863
+ };
7806
7864
  readonly link: {
7807
7865
  readonly type: 'string';
7808
7866
  };
@@ -9103,6 +9161,10 @@ export declare const schemaDict: {
9103
9161
  readonly ref: 'lex:app.bsky.unspecced.defs#trendView';
9104
9162
  };
9105
9163
  };
9164
+ readonly recIdStr: {
9165
+ readonly type: 'string';
9166
+ readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
9167
+ };
9106
9168
  };
9107
9169
  };
9108
9170
  };
@@ -9145,6 +9207,10 @@ export declare const schemaDict: {
9145
9207
  readonly ref: 'lex:app.bsky.unspecced.defs#skeletonTrend';
9146
9208
  };
9147
9209
  };
9210
+ readonly recIdStr: {
9211
+ readonly type: 'string';
9212
+ readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
9213
+ };
9148
9214
  };
9149
9215
  };
9150
9216
  };
@@ -30883,6 +30949,57 @@ export declare const schemas: ({
30883
30949
  };
30884
30950
  };
30885
30951
  };
30952
+ } | {
30953
+ readonly lexicon: 1;
30954
+ readonly id: 'app.bsky.graph.searchStarterPacksV2';
30955
+ readonly defs: {
30956
+ readonly main: {
30957
+ readonly type: 'query';
30958
+ readonly description: 'Find starter packs matching search criteria. Does not require auth.';
30959
+ readonly parameters: {
30960
+ readonly type: 'params';
30961
+ readonly required: ["q"];
30962
+ readonly properties: {
30963
+ readonly q: {
30964
+ readonly type: 'string';
30965
+ readonly description: 'Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.';
30966
+ };
30967
+ readonly limit: {
30968
+ readonly type: 'integer';
30969
+ readonly minimum: 1;
30970
+ readonly maximum: 100;
30971
+ readonly default: 25;
30972
+ };
30973
+ readonly cursor: {
30974
+ readonly type: 'string';
30975
+ };
30976
+ };
30977
+ };
30978
+ readonly output: {
30979
+ readonly encoding: 'application/json';
30980
+ readonly schema: {
30981
+ readonly type: 'object';
30982
+ readonly required: ["starterPacks"];
30983
+ readonly properties: {
30984
+ readonly cursor: {
30985
+ readonly type: 'string';
30986
+ };
30987
+ readonly hitsTotal: {
30988
+ readonly type: 'integer';
30989
+ readonly description: 'Estimated total number of matching hits. May be rounded or truncated.';
30990
+ };
30991
+ readonly starterPacks: {
30992
+ readonly type: 'array';
30993
+ readonly items: {
30994
+ readonly type: 'ref';
30995
+ readonly ref: 'lex:app.bsky.graph.defs#starterPackView';
30996
+ };
30997
+ };
30998
+ };
30999
+ };
31000
+ };
31001
+ };
31002
+ };
30886
31003
  } | {
30887
31004
  readonly lexicon: 1;
30888
31005
  readonly id: 'app.bsky.graph.starterpack';
@@ -32016,6 +32133,9 @@ export declare const schemas: ({
32016
32133
  readonly displayName: {
32017
32134
  readonly type: 'string';
32018
32135
  };
32136
+ readonly description: {
32137
+ readonly type: 'string';
32138
+ };
32019
32139
  readonly link: {
32020
32140
  readonly type: 'string';
32021
32141
  };
@@ -32052,6 +32172,9 @@ export declare const schemas: ({
32052
32172
  readonly displayName: {
32053
32173
  readonly type: 'string';
32054
32174
  };
32175
+ readonly description: {
32176
+ readonly type: 'string';
32177
+ };
32055
32178
  readonly link: {
32056
32179
  readonly type: 'string';
32057
32180
  };
@@ -33327,6 +33450,10 @@ export declare const schemas: ({
33327
33450
  readonly ref: 'lex:app.bsky.unspecced.defs#trendView';
33328
33451
  };
33329
33452
  };
33453
+ readonly recIdStr: {
33454
+ readonly type: 'string';
33455
+ readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
33456
+ };
33330
33457
  };
33331
33458
  };
33332
33459
  };
@@ -33368,6 +33495,10 @@ export declare const schemas: ({
33368
33495
  readonly ref: 'lex:app.bsky.unspecced.defs#skeletonTrend';
33369
33496
  };
33370
33497
  };
33498
+ readonly recIdStr: {
33499
+ readonly type: 'string';
33500
+ readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
33501
+ };
33371
33502
  };
33372
33503
  };
33373
33504
  };
@@ -48450,6 +48581,7 @@ export declare const ids: {
48450
48581
  readonly AppBskyGraphMuteActorList: 'app.bsky.graph.muteActorList';
48451
48582
  readonly AppBskyGraphMuteThread: 'app.bsky.graph.muteThread';
48452
48583
  readonly AppBskyGraphSearchStarterPacks: 'app.bsky.graph.searchStarterPacks';
48584
+ readonly AppBskyGraphSearchStarterPacksV2: 'app.bsky.graph.searchStarterPacksV2';
48453
48585
  readonly AppBskyGraphStarterpack: 'app.bsky.graph.starterpack';
48454
48586
  readonly AppBskyGraphUnmuteActor: 'app.bsky.graph.unmuteActor';
48455
48587
  readonly AppBskyGraphUnmuteActorList: 'app.bsky.graph.unmuteActorList';