@atproto/ozone 0.1.168 → 0.1.170
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.
- package/CHANGELOG.md +23 -0
- package/dist/lexicon/index.d.ts +12 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +24 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +572 -2
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +292 -1
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/images.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/embed/images.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/images.js.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscover.d.ts +24 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscover.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js +7 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.d.ts +25 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js +7 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExplore.d.ts +26 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExplore.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExplore.js +7 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExplore.js.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.d.ts +27 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js +7 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.d.ts +26 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js +7 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.d.ts +27 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js +7 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js.map +1 -0
- package/package.json +7 -7
- package/src/lexicon/index.ts +78 -0
- package/src/lexicon/lexicons.ts +311 -1
- package/src/lexicon/types/app/bsky/actor/defs.ts +1 -0
- package/src/lexicon/types/app/bsky/embed/images.ts +1 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscover.ts +42 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.ts +43 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExplore.ts +44 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.ts +45 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.ts +44 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.ts +45 -0
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -808,6 +808,13 @@ export declare const schemaDict: {
|
|
|
808
808
|
readonly description: "An optional embed associated with the status.";
|
|
809
809
|
readonly refs: ["lex:app.bsky.embed.external#view"];
|
|
810
810
|
};
|
|
811
|
+
readonly labels: {
|
|
812
|
+
readonly type: "array";
|
|
813
|
+
readonly items: {
|
|
814
|
+
readonly type: "ref";
|
|
815
|
+
readonly ref: "lex:com.atproto.label.defs#label";
|
|
816
|
+
};
|
|
817
|
+
};
|
|
811
818
|
readonly expiresAt: {
|
|
812
819
|
readonly type: "string";
|
|
813
820
|
readonly description: "The date when this status will expire. The application might choose to no longer return the status after expiration.";
|
|
@@ -2557,8 +2564,9 @@ export declare const schemaDict: {
|
|
|
2557
2564
|
readonly properties: {
|
|
2558
2565
|
readonly image: {
|
|
2559
2566
|
readonly type: "blob";
|
|
2567
|
+
readonly description: "The raw image file. May be up to 2mb, formerly limited to 1mb.";
|
|
2560
2568
|
readonly accept: ["image/*"];
|
|
2561
|
-
readonly maxSize:
|
|
2569
|
+
readonly maxSize: 2000000;
|
|
2562
2570
|
};
|
|
2563
2571
|
readonly alt: {
|
|
2564
2572
|
readonly type: "string";
|
|
@@ -8032,6 +8040,283 @@ export declare const schemaDict: {
|
|
|
8032
8040
|
};
|
|
8033
8041
|
};
|
|
8034
8042
|
};
|
|
8043
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForDiscover: {
|
|
8044
|
+
readonly lexicon: 1;
|
|
8045
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForDiscover";
|
|
8046
|
+
readonly defs: {
|
|
8047
|
+
readonly main: {
|
|
8048
|
+
readonly type: "query";
|
|
8049
|
+
readonly description: "Get a list of suggested users for the Discover page";
|
|
8050
|
+
readonly parameters: {
|
|
8051
|
+
readonly type: "params";
|
|
8052
|
+
readonly properties: {
|
|
8053
|
+
readonly limit: {
|
|
8054
|
+
readonly type: "integer";
|
|
8055
|
+
readonly minimum: 1;
|
|
8056
|
+
readonly maximum: 50;
|
|
8057
|
+
readonly default: 25;
|
|
8058
|
+
};
|
|
8059
|
+
};
|
|
8060
|
+
};
|
|
8061
|
+
readonly output: {
|
|
8062
|
+
readonly encoding: "application/json";
|
|
8063
|
+
readonly schema: {
|
|
8064
|
+
readonly type: "object";
|
|
8065
|
+
readonly required: ["actors"];
|
|
8066
|
+
readonly properties: {
|
|
8067
|
+
readonly actors: {
|
|
8068
|
+
readonly type: "array";
|
|
8069
|
+
readonly items: {
|
|
8070
|
+
readonly type: "ref";
|
|
8071
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
8072
|
+
};
|
|
8073
|
+
};
|
|
8074
|
+
readonly recIdStr: {
|
|
8075
|
+
readonly type: "string";
|
|
8076
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
8077
|
+
};
|
|
8078
|
+
};
|
|
8079
|
+
};
|
|
8080
|
+
};
|
|
8081
|
+
};
|
|
8082
|
+
};
|
|
8083
|
+
};
|
|
8084
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton: {
|
|
8085
|
+
readonly lexicon: 1;
|
|
8086
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForDiscoverSkeleton";
|
|
8087
|
+
readonly defs: {
|
|
8088
|
+
readonly main: {
|
|
8089
|
+
readonly type: "query";
|
|
8090
|
+
readonly description: "Get a skeleton of suggested users for the Discover page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForDiscover";
|
|
8091
|
+
readonly parameters: {
|
|
8092
|
+
readonly type: "params";
|
|
8093
|
+
readonly properties: {
|
|
8094
|
+
readonly viewer: {
|
|
8095
|
+
readonly type: "string";
|
|
8096
|
+
readonly format: "did";
|
|
8097
|
+
readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
|
|
8098
|
+
};
|
|
8099
|
+
readonly limit: {
|
|
8100
|
+
readonly type: "integer";
|
|
8101
|
+
readonly minimum: 1;
|
|
8102
|
+
readonly maximum: 50;
|
|
8103
|
+
readonly default: 25;
|
|
8104
|
+
};
|
|
8105
|
+
};
|
|
8106
|
+
};
|
|
8107
|
+
readonly output: {
|
|
8108
|
+
readonly encoding: "application/json";
|
|
8109
|
+
readonly schema: {
|
|
8110
|
+
readonly type: "object";
|
|
8111
|
+
readonly required: ["dids"];
|
|
8112
|
+
readonly properties: {
|
|
8113
|
+
readonly dids: {
|
|
8114
|
+
readonly type: "array";
|
|
8115
|
+
readonly items: {
|
|
8116
|
+
readonly type: "string";
|
|
8117
|
+
readonly format: "did";
|
|
8118
|
+
};
|
|
8119
|
+
};
|
|
8120
|
+
readonly recIdStr: {
|
|
8121
|
+
readonly type: "string";
|
|
8122
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
8123
|
+
};
|
|
8124
|
+
};
|
|
8125
|
+
};
|
|
8126
|
+
};
|
|
8127
|
+
};
|
|
8128
|
+
};
|
|
8129
|
+
};
|
|
8130
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForExplore: {
|
|
8131
|
+
readonly lexicon: 1;
|
|
8132
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForExplore";
|
|
8133
|
+
readonly defs: {
|
|
8134
|
+
readonly main: {
|
|
8135
|
+
readonly type: "query";
|
|
8136
|
+
readonly description: "Get a list of suggested users for the Explore page";
|
|
8137
|
+
readonly parameters: {
|
|
8138
|
+
readonly type: "params";
|
|
8139
|
+
readonly properties: {
|
|
8140
|
+
readonly category: {
|
|
8141
|
+
readonly type: "string";
|
|
8142
|
+
readonly description: "Category of users to get suggestions for.";
|
|
8143
|
+
};
|
|
8144
|
+
readonly limit: {
|
|
8145
|
+
readonly type: "integer";
|
|
8146
|
+
readonly minimum: 1;
|
|
8147
|
+
readonly maximum: 50;
|
|
8148
|
+
readonly default: 25;
|
|
8149
|
+
};
|
|
8150
|
+
};
|
|
8151
|
+
};
|
|
8152
|
+
readonly output: {
|
|
8153
|
+
readonly encoding: "application/json";
|
|
8154
|
+
readonly schema: {
|
|
8155
|
+
readonly type: "object";
|
|
8156
|
+
readonly required: ["actors"];
|
|
8157
|
+
readonly properties: {
|
|
8158
|
+
readonly actors: {
|
|
8159
|
+
readonly type: "array";
|
|
8160
|
+
readonly items: {
|
|
8161
|
+
readonly type: "ref";
|
|
8162
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
8163
|
+
};
|
|
8164
|
+
};
|
|
8165
|
+
readonly recIdStr: {
|
|
8166
|
+
readonly type: "string";
|
|
8167
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
8168
|
+
};
|
|
8169
|
+
};
|
|
8170
|
+
};
|
|
8171
|
+
};
|
|
8172
|
+
};
|
|
8173
|
+
};
|
|
8174
|
+
};
|
|
8175
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton: {
|
|
8176
|
+
readonly lexicon: 1;
|
|
8177
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForExploreSkeleton";
|
|
8178
|
+
readonly defs: {
|
|
8179
|
+
readonly main: {
|
|
8180
|
+
readonly type: "query";
|
|
8181
|
+
readonly description: "Get a skeleton of suggested users for the Explore page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForExplore";
|
|
8182
|
+
readonly parameters: {
|
|
8183
|
+
readonly type: "params";
|
|
8184
|
+
readonly properties: {
|
|
8185
|
+
readonly viewer: {
|
|
8186
|
+
readonly type: "string";
|
|
8187
|
+
readonly format: "did";
|
|
8188
|
+
readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
|
|
8189
|
+
};
|
|
8190
|
+
readonly category: {
|
|
8191
|
+
readonly type: "string";
|
|
8192
|
+
readonly description: "Category of users to get suggestions for.";
|
|
8193
|
+
};
|
|
8194
|
+
readonly limit: {
|
|
8195
|
+
readonly type: "integer";
|
|
8196
|
+
readonly minimum: 1;
|
|
8197
|
+
readonly maximum: 50;
|
|
8198
|
+
readonly default: 25;
|
|
8199
|
+
};
|
|
8200
|
+
};
|
|
8201
|
+
};
|
|
8202
|
+
readonly output: {
|
|
8203
|
+
readonly encoding: "application/json";
|
|
8204
|
+
readonly schema: {
|
|
8205
|
+
readonly type: "object";
|
|
8206
|
+
readonly required: ["dids"];
|
|
8207
|
+
readonly properties: {
|
|
8208
|
+
readonly dids: {
|
|
8209
|
+
readonly type: "array";
|
|
8210
|
+
readonly items: {
|
|
8211
|
+
readonly type: "string";
|
|
8212
|
+
readonly format: "did";
|
|
8213
|
+
};
|
|
8214
|
+
};
|
|
8215
|
+
readonly recIdStr: {
|
|
8216
|
+
readonly type: "string";
|
|
8217
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
8218
|
+
};
|
|
8219
|
+
};
|
|
8220
|
+
};
|
|
8221
|
+
};
|
|
8222
|
+
};
|
|
8223
|
+
};
|
|
8224
|
+
};
|
|
8225
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForSeeMore: {
|
|
8226
|
+
readonly lexicon: 1;
|
|
8227
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForSeeMore";
|
|
8228
|
+
readonly defs: {
|
|
8229
|
+
readonly main: {
|
|
8230
|
+
readonly type: "query";
|
|
8231
|
+
readonly description: "Get a list of suggested users for the See More page";
|
|
8232
|
+
readonly parameters: {
|
|
8233
|
+
readonly type: "params";
|
|
8234
|
+
readonly properties: {
|
|
8235
|
+
readonly category: {
|
|
8236
|
+
readonly type: "string";
|
|
8237
|
+
readonly description: "Category of users to get suggestions for.";
|
|
8238
|
+
};
|
|
8239
|
+
readonly limit: {
|
|
8240
|
+
readonly type: "integer";
|
|
8241
|
+
readonly minimum: 1;
|
|
8242
|
+
readonly maximum: 50;
|
|
8243
|
+
readonly default: 25;
|
|
8244
|
+
};
|
|
8245
|
+
};
|
|
8246
|
+
};
|
|
8247
|
+
readonly output: {
|
|
8248
|
+
readonly encoding: "application/json";
|
|
8249
|
+
readonly schema: {
|
|
8250
|
+
readonly type: "object";
|
|
8251
|
+
readonly required: ["actors"];
|
|
8252
|
+
readonly properties: {
|
|
8253
|
+
readonly actors: {
|
|
8254
|
+
readonly type: "array";
|
|
8255
|
+
readonly items: {
|
|
8256
|
+
readonly type: "ref";
|
|
8257
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
8258
|
+
};
|
|
8259
|
+
};
|
|
8260
|
+
readonly recIdStr: {
|
|
8261
|
+
readonly type: "string";
|
|
8262
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
8263
|
+
};
|
|
8264
|
+
};
|
|
8265
|
+
};
|
|
8266
|
+
};
|
|
8267
|
+
};
|
|
8268
|
+
};
|
|
8269
|
+
};
|
|
8270
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton: {
|
|
8271
|
+
readonly lexicon: 1;
|
|
8272
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton";
|
|
8273
|
+
readonly defs: {
|
|
8274
|
+
readonly main: {
|
|
8275
|
+
readonly type: "query";
|
|
8276
|
+
readonly description: "Get a skeleton of suggested users for the See More page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForSeeMore";
|
|
8277
|
+
readonly parameters: {
|
|
8278
|
+
readonly type: "params";
|
|
8279
|
+
readonly properties: {
|
|
8280
|
+
readonly viewer: {
|
|
8281
|
+
readonly type: "string";
|
|
8282
|
+
readonly format: "did";
|
|
8283
|
+
readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
|
|
8284
|
+
};
|
|
8285
|
+
readonly category: {
|
|
8286
|
+
readonly type: "string";
|
|
8287
|
+
readonly description: "Category of users to get suggestions for.";
|
|
8288
|
+
};
|
|
8289
|
+
readonly limit: {
|
|
8290
|
+
readonly type: "integer";
|
|
8291
|
+
readonly minimum: 1;
|
|
8292
|
+
readonly maximum: 50;
|
|
8293
|
+
readonly default: 25;
|
|
8294
|
+
};
|
|
8295
|
+
};
|
|
8296
|
+
};
|
|
8297
|
+
readonly output: {
|
|
8298
|
+
readonly encoding: "application/json";
|
|
8299
|
+
readonly schema: {
|
|
8300
|
+
readonly type: "object";
|
|
8301
|
+
readonly required: ["dids"];
|
|
8302
|
+
readonly properties: {
|
|
8303
|
+
readonly dids: {
|
|
8304
|
+
readonly type: "array";
|
|
8305
|
+
readonly items: {
|
|
8306
|
+
readonly type: "string";
|
|
8307
|
+
readonly format: "did";
|
|
8308
|
+
};
|
|
8309
|
+
};
|
|
8310
|
+
readonly recIdStr: {
|
|
8311
|
+
readonly type: "string";
|
|
8312
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
8313
|
+
};
|
|
8314
|
+
};
|
|
8315
|
+
};
|
|
8316
|
+
};
|
|
8317
|
+
};
|
|
8318
|
+
};
|
|
8319
|
+
};
|
|
8035
8320
|
readonly AppBskyUnspeccedGetSuggestedUsersSkeleton: {
|
|
8036
8321
|
readonly lexicon: 1;
|
|
8037
8322
|
readonly id: "app.bsky.unspecced.getSuggestedUsersSkeleton";
|
|
@@ -19755,6 +20040,13 @@ export declare const schemas: ({
|
|
|
19755
20040
|
readonly description: "An optional embed associated with the status.";
|
|
19756
20041
|
readonly refs: ["lex:app.bsky.embed.external#view"];
|
|
19757
20042
|
};
|
|
20043
|
+
readonly labels: {
|
|
20044
|
+
readonly type: "array";
|
|
20045
|
+
readonly items: {
|
|
20046
|
+
readonly type: "ref";
|
|
20047
|
+
readonly ref: "lex:com.atproto.label.defs#label";
|
|
20048
|
+
};
|
|
20049
|
+
};
|
|
19758
20050
|
readonly expiresAt: {
|
|
19759
20051
|
readonly type: "string";
|
|
19760
20052
|
readonly description: "The date when this status will expire. The application might choose to no longer return the status after expiration.";
|
|
@@ -21470,8 +21762,9 @@ export declare const schemas: ({
|
|
|
21470
21762
|
readonly properties: {
|
|
21471
21763
|
readonly image: {
|
|
21472
21764
|
readonly type: "blob";
|
|
21765
|
+
readonly description: "The raw image file. May be up to 2mb, formerly limited to 1mb.";
|
|
21473
21766
|
readonly accept: ["image/*"];
|
|
21474
|
-
readonly maxSize:
|
|
21767
|
+
readonly maxSize: 2000000;
|
|
21475
21768
|
};
|
|
21476
21769
|
readonly alt: {
|
|
21477
21770
|
readonly type: "string";
|
|
@@ -26854,6 +27147,277 @@ export declare const schemas: ({
|
|
|
26854
27147
|
};
|
|
26855
27148
|
};
|
|
26856
27149
|
};
|
|
27150
|
+
} | {
|
|
27151
|
+
readonly lexicon: 1;
|
|
27152
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForDiscover";
|
|
27153
|
+
readonly defs: {
|
|
27154
|
+
readonly main: {
|
|
27155
|
+
readonly type: "query";
|
|
27156
|
+
readonly description: "Get a list of suggested users for the Discover page";
|
|
27157
|
+
readonly parameters: {
|
|
27158
|
+
readonly type: "params";
|
|
27159
|
+
readonly properties: {
|
|
27160
|
+
readonly limit: {
|
|
27161
|
+
readonly type: "integer";
|
|
27162
|
+
readonly minimum: 1;
|
|
27163
|
+
readonly maximum: 50;
|
|
27164
|
+
readonly default: 25;
|
|
27165
|
+
};
|
|
27166
|
+
};
|
|
27167
|
+
};
|
|
27168
|
+
readonly output: {
|
|
27169
|
+
readonly encoding: "application/json";
|
|
27170
|
+
readonly schema: {
|
|
27171
|
+
readonly type: "object";
|
|
27172
|
+
readonly required: ["actors"];
|
|
27173
|
+
readonly properties: {
|
|
27174
|
+
readonly actors: {
|
|
27175
|
+
readonly type: "array";
|
|
27176
|
+
readonly items: {
|
|
27177
|
+
readonly type: "ref";
|
|
27178
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
27179
|
+
};
|
|
27180
|
+
};
|
|
27181
|
+
readonly recIdStr: {
|
|
27182
|
+
readonly type: "string";
|
|
27183
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
27184
|
+
};
|
|
27185
|
+
};
|
|
27186
|
+
};
|
|
27187
|
+
};
|
|
27188
|
+
};
|
|
27189
|
+
};
|
|
27190
|
+
} | {
|
|
27191
|
+
readonly lexicon: 1;
|
|
27192
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForDiscoverSkeleton";
|
|
27193
|
+
readonly defs: {
|
|
27194
|
+
readonly main: {
|
|
27195
|
+
readonly type: "query";
|
|
27196
|
+
readonly description: "Get a skeleton of suggested users for the Discover page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForDiscover";
|
|
27197
|
+
readonly parameters: {
|
|
27198
|
+
readonly type: "params";
|
|
27199
|
+
readonly properties: {
|
|
27200
|
+
readonly viewer: {
|
|
27201
|
+
readonly type: "string";
|
|
27202
|
+
readonly format: "did";
|
|
27203
|
+
readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
|
|
27204
|
+
};
|
|
27205
|
+
readonly limit: {
|
|
27206
|
+
readonly type: "integer";
|
|
27207
|
+
readonly minimum: 1;
|
|
27208
|
+
readonly maximum: 50;
|
|
27209
|
+
readonly default: 25;
|
|
27210
|
+
};
|
|
27211
|
+
};
|
|
27212
|
+
};
|
|
27213
|
+
readonly output: {
|
|
27214
|
+
readonly encoding: "application/json";
|
|
27215
|
+
readonly schema: {
|
|
27216
|
+
readonly type: "object";
|
|
27217
|
+
readonly required: ["dids"];
|
|
27218
|
+
readonly properties: {
|
|
27219
|
+
readonly dids: {
|
|
27220
|
+
readonly type: "array";
|
|
27221
|
+
readonly items: {
|
|
27222
|
+
readonly type: "string";
|
|
27223
|
+
readonly format: "did";
|
|
27224
|
+
};
|
|
27225
|
+
};
|
|
27226
|
+
readonly recIdStr: {
|
|
27227
|
+
readonly type: "string";
|
|
27228
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
27229
|
+
};
|
|
27230
|
+
};
|
|
27231
|
+
};
|
|
27232
|
+
};
|
|
27233
|
+
};
|
|
27234
|
+
};
|
|
27235
|
+
} | {
|
|
27236
|
+
readonly lexicon: 1;
|
|
27237
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForExplore";
|
|
27238
|
+
readonly defs: {
|
|
27239
|
+
readonly main: {
|
|
27240
|
+
readonly type: "query";
|
|
27241
|
+
readonly description: "Get a list of suggested users for the Explore page";
|
|
27242
|
+
readonly parameters: {
|
|
27243
|
+
readonly type: "params";
|
|
27244
|
+
readonly properties: {
|
|
27245
|
+
readonly category: {
|
|
27246
|
+
readonly type: "string";
|
|
27247
|
+
readonly description: "Category of users to get suggestions for.";
|
|
27248
|
+
};
|
|
27249
|
+
readonly limit: {
|
|
27250
|
+
readonly type: "integer";
|
|
27251
|
+
readonly minimum: 1;
|
|
27252
|
+
readonly maximum: 50;
|
|
27253
|
+
readonly default: 25;
|
|
27254
|
+
};
|
|
27255
|
+
};
|
|
27256
|
+
};
|
|
27257
|
+
readonly output: {
|
|
27258
|
+
readonly encoding: "application/json";
|
|
27259
|
+
readonly schema: {
|
|
27260
|
+
readonly type: "object";
|
|
27261
|
+
readonly required: ["actors"];
|
|
27262
|
+
readonly properties: {
|
|
27263
|
+
readonly actors: {
|
|
27264
|
+
readonly type: "array";
|
|
27265
|
+
readonly items: {
|
|
27266
|
+
readonly type: "ref";
|
|
27267
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
27268
|
+
};
|
|
27269
|
+
};
|
|
27270
|
+
readonly recIdStr: {
|
|
27271
|
+
readonly type: "string";
|
|
27272
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
27273
|
+
};
|
|
27274
|
+
};
|
|
27275
|
+
};
|
|
27276
|
+
};
|
|
27277
|
+
};
|
|
27278
|
+
};
|
|
27279
|
+
} | {
|
|
27280
|
+
readonly lexicon: 1;
|
|
27281
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForExploreSkeleton";
|
|
27282
|
+
readonly defs: {
|
|
27283
|
+
readonly main: {
|
|
27284
|
+
readonly type: "query";
|
|
27285
|
+
readonly description: "Get a skeleton of suggested users for the Explore page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForExplore";
|
|
27286
|
+
readonly parameters: {
|
|
27287
|
+
readonly type: "params";
|
|
27288
|
+
readonly properties: {
|
|
27289
|
+
readonly viewer: {
|
|
27290
|
+
readonly type: "string";
|
|
27291
|
+
readonly format: "did";
|
|
27292
|
+
readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
|
|
27293
|
+
};
|
|
27294
|
+
readonly category: {
|
|
27295
|
+
readonly type: "string";
|
|
27296
|
+
readonly description: "Category of users to get suggestions for.";
|
|
27297
|
+
};
|
|
27298
|
+
readonly limit: {
|
|
27299
|
+
readonly type: "integer";
|
|
27300
|
+
readonly minimum: 1;
|
|
27301
|
+
readonly maximum: 50;
|
|
27302
|
+
readonly default: 25;
|
|
27303
|
+
};
|
|
27304
|
+
};
|
|
27305
|
+
};
|
|
27306
|
+
readonly output: {
|
|
27307
|
+
readonly encoding: "application/json";
|
|
27308
|
+
readonly schema: {
|
|
27309
|
+
readonly type: "object";
|
|
27310
|
+
readonly required: ["dids"];
|
|
27311
|
+
readonly properties: {
|
|
27312
|
+
readonly dids: {
|
|
27313
|
+
readonly type: "array";
|
|
27314
|
+
readonly items: {
|
|
27315
|
+
readonly type: "string";
|
|
27316
|
+
readonly format: "did";
|
|
27317
|
+
};
|
|
27318
|
+
};
|
|
27319
|
+
readonly recIdStr: {
|
|
27320
|
+
readonly type: "string";
|
|
27321
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
27322
|
+
};
|
|
27323
|
+
};
|
|
27324
|
+
};
|
|
27325
|
+
};
|
|
27326
|
+
};
|
|
27327
|
+
};
|
|
27328
|
+
} | {
|
|
27329
|
+
readonly lexicon: 1;
|
|
27330
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForSeeMore";
|
|
27331
|
+
readonly defs: {
|
|
27332
|
+
readonly main: {
|
|
27333
|
+
readonly type: "query";
|
|
27334
|
+
readonly description: "Get a list of suggested users for the See More page";
|
|
27335
|
+
readonly parameters: {
|
|
27336
|
+
readonly type: "params";
|
|
27337
|
+
readonly properties: {
|
|
27338
|
+
readonly category: {
|
|
27339
|
+
readonly type: "string";
|
|
27340
|
+
readonly description: "Category of users to get suggestions for.";
|
|
27341
|
+
};
|
|
27342
|
+
readonly limit: {
|
|
27343
|
+
readonly type: "integer";
|
|
27344
|
+
readonly minimum: 1;
|
|
27345
|
+
readonly maximum: 50;
|
|
27346
|
+
readonly default: 25;
|
|
27347
|
+
};
|
|
27348
|
+
};
|
|
27349
|
+
};
|
|
27350
|
+
readonly output: {
|
|
27351
|
+
readonly encoding: "application/json";
|
|
27352
|
+
readonly schema: {
|
|
27353
|
+
readonly type: "object";
|
|
27354
|
+
readonly required: ["actors"];
|
|
27355
|
+
readonly properties: {
|
|
27356
|
+
readonly actors: {
|
|
27357
|
+
readonly type: "array";
|
|
27358
|
+
readonly items: {
|
|
27359
|
+
readonly type: "ref";
|
|
27360
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
27361
|
+
};
|
|
27362
|
+
};
|
|
27363
|
+
readonly recIdStr: {
|
|
27364
|
+
readonly type: "string";
|
|
27365
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
27366
|
+
};
|
|
27367
|
+
};
|
|
27368
|
+
};
|
|
27369
|
+
};
|
|
27370
|
+
};
|
|
27371
|
+
};
|
|
27372
|
+
} | {
|
|
27373
|
+
readonly lexicon: 1;
|
|
27374
|
+
readonly id: "app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton";
|
|
27375
|
+
readonly defs: {
|
|
27376
|
+
readonly main: {
|
|
27377
|
+
readonly type: "query";
|
|
27378
|
+
readonly description: "Get a skeleton of suggested users for the See More page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForSeeMore";
|
|
27379
|
+
readonly parameters: {
|
|
27380
|
+
readonly type: "params";
|
|
27381
|
+
readonly properties: {
|
|
27382
|
+
readonly viewer: {
|
|
27383
|
+
readonly type: "string";
|
|
27384
|
+
readonly format: "did";
|
|
27385
|
+
readonly description: "DID of the account making the request (not included for public/unauthenticated queries).";
|
|
27386
|
+
};
|
|
27387
|
+
readonly category: {
|
|
27388
|
+
readonly type: "string";
|
|
27389
|
+
readonly description: "Category of users to get suggestions for.";
|
|
27390
|
+
};
|
|
27391
|
+
readonly limit: {
|
|
27392
|
+
readonly type: "integer";
|
|
27393
|
+
readonly minimum: 1;
|
|
27394
|
+
readonly maximum: 50;
|
|
27395
|
+
readonly default: 25;
|
|
27396
|
+
};
|
|
27397
|
+
};
|
|
27398
|
+
};
|
|
27399
|
+
readonly output: {
|
|
27400
|
+
readonly encoding: "application/json";
|
|
27401
|
+
readonly schema: {
|
|
27402
|
+
readonly type: "object";
|
|
27403
|
+
readonly required: ["dids"];
|
|
27404
|
+
readonly properties: {
|
|
27405
|
+
readonly dids: {
|
|
27406
|
+
readonly type: "array";
|
|
27407
|
+
readonly items: {
|
|
27408
|
+
readonly type: "string";
|
|
27409
|
+
readonly format: "did";
|
|
27410
|
+
};
|
|
27411
|
+
};
|
|
27412
|
+
readonly recIdStr: {
|
|
27413
|
+
readonly type: "string";
|
|
27414
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
27415
|
+
};
|
|
27416
|
+
};
|
|
27417
|
+
};
|
|
27418
|
+
};
|
|
27419
|
+
};
|
|
27420
|
+
};
|
|
26857
27421
|
} | {
|
|
26858
27422
|
readonly lexicon: 1;
|
|
26859
27423
|
readonly id: "app.bsky.unspecced.getSuggestedUsersSkeleton";
|
|
@@ -37717,6 +38281,12 @@ export declare const ids: {
|
|
|
37717
38281
|
readonly AppBskyUnspeccedGetSuggestedStarterPacks: "app.bsky.unspecced.getSuggestedStarterPacks";
|
|
37718
38282
|
readonly AppBskyUnspeccedGetSuggestedStarterPacksSkeleton: "app.bsky.unspecced.getSuggestedStarterPacksSkeleton";
|
|
37719
38283
|
readonly AppBskyUnspeccedGetSuggestedUsers: "app.bsky.unspecced.getSuggestedUsers";
|
|
38284
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForDiscover: "app.bsky.unspecced.getSuggestedUsersForDiscover";
|
|
38285
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton: "app.bsky.unspecced.getSuggestedUsersForDiscoverSkeleton";
|
|
38286
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForExplore: "app.bsky.unspecced.getSuggestedUsersForExplore";
|
|
38287
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton: "app.bsky.unspecced.getSuggestedUsersForExploreSkeleton";
|
|
38288
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForSeeMore: "app.bsky.unspecced.getSuggestedUsersForSeeMore";
|
|
38289
|
+
readonly AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton: "app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton";
|
|
37720
38290
|
readonly AppBskyUnspeccedGetSuggestedUsersSkeleton: "app.bsky.unspecced.getSuggestedUsersSkeleton";
|
|
37721
38291
|
readonly AppBskyUnspeccedGetSuggestionsSkeleton: "app.bsky.unspecced.getSuggestionsSkeleton";
|
|
37722
38292
|
readonly AppBskyUnspeccedGetTaggedSuggestions: "app.bsky.unspecced.getTaggedSuggestions";
|