@atproto/api 0.20.29 → 0.20.30

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';
@@ -30883,6 +30935,57 @@ export declare const schemas: ({
30883
30935
  };
30884
30936
  };
30885
30937
  };
30938
+ } | {
30939
+ readonly lexicon: 1;
30940
+ readonly id: 'app.bsky.graph.searchStarterPacksV2';
30941
+ readonly defs: {
30942
+ readonly main: {
30943
+ readonly type: 'query';
30944
+ readonly description: 'Find starter packs matching search criteria. Does not require auth.';
30945
+ readonly parameters: {
30946
+ readonly type: 'params';
30947
+ readonly required: ["q"];
30948
+ readonly properties: {
30949
+ readonly q: {
30950
+ readonly type: 'string';
30951
+ readonly description: 'Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.';
30952
+ };
30953
+ readonly limit: {
30954
+ readonly type: 'integer';
30955
+ readonly minimum: 1;
30956
+ readonly maximum: 100;
30957
+ readonly default: 25;
30958
+ };
30959
+ readonly cursor: {
30960
+ readonly type: 'string';
30961
+ };
30962
+ };
30963
+ };
30964
+ readonly output: {
30965
+ readonly encoding: 'application/json';
30966
+ readonly schema: {
30967
+ readonly type: 'object';
30968
+ readonly required: ["starterPacks"];
30969
+ readonly properties: {
30970
+ readonly cursor: {
30971
+ readonly type: 'string';
30972
+ };
30973
+ readonly hitsTotal: {
30974
+ readonly type: 'integer';
30975
+ readonly description: 'Estimated total number of matching hits. May be rounded or truncated.';
30976
+ };
30977
+ readonly starterPacks: {
30978
+ readonly type: 'array';
30979
+ readonly items: {
30980
+ readonly type: 'ref';
30981
+ readonly ref: 'lex:app.bsky.graph.defs#starterPackView';
30982
+ };
30983
+ };
30984
+ };
30985
+ };
30986
+ };
30987
+ };
30988
+ };
30886
30989
  } | {
30887
30990
  readonly lexicon: 1;
30888
30991
  readonly id: 'app.bsky.graph.starterpack';
@@ -48450,6 +48553,7 @@ export declare const ids: {
48450
48553
  readonly AppBskyGraphMuteActorList: 'app.bsky.graph.muteActorList';
48451
48554
  readonly AppBskyGraphMuteThread: 'app.bsky.graph.muteThread';
48452
48555
  readonly AppBskyGraphSearchStarterPacks: 'app.bsky.graph.searchStarterPacks';
48556
+ readonly AppBskyGraphSearchStarterPacksV2: 'app.bsky.graph.searchStarterPacksV2';
48453
48557
  readonly AppBskyGraphStarterpack: 'app.bsky.graph.starterpack';
48454
48558
  readonly AppBskyGraphUnmuteActor: 'app.bsky.graph.unmuteActor';
48455
48559
  readonly AppBskyGraphUnmuteActorList: 'app.bsky.graph.unmuteActorList';