@atproto/bsky 0.0.274 → 0.0.276
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 +41 -0
- package/dist/api/app/bsky/feed/getActorLikes.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getActorLikes.js +5 -1
- package/dist/api/app/bsky/feed/getActorLikes.js.map +1 -1
- package/dist/api/app/bsky/feed/getAuthorFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getAuthorFeed.js +7 -1
- package/dist/api/app/bsky/feed/getAuthorFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getFeed.d.ts +7 -0
- package/dist/api/app/bsky/feed/getFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getFeed.js +14 -1
- package/dist/api/app/bsky/feed/getFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getListFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getListFeed.js +5 -1
- package/dist/api/app/bsky/feed/getListFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getTimeline.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getTimeline.js +11 -2
- package/dist/api/app/bsky/feed/getTimeline.js.map +1 -1
- package/dist/api/app/bsky/unspecced/getPostThreadV2.js +5 -1
- package/dist/api/app/bsky/unspecced/getPostThreadV2.js.map +1 -1
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/auth-verifier.js +16 -9
- package/dist/auth-verifier.js.map +1 -1
- package/dist/config.d.ts +4 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +10 -0
- package/dist/config.js.map +1 -1
- package/dist/data-plane/client/index.js +2 -2
- package/dist/data-plane/client/index.js.map +1 -1
- package/dist/data-plane/client/util.d.ts +1 -0
- package/dist/data-plane/client/util.d.ts.map +1 -1
- package/dist/data-plane/client/util.js +45 -0
- package/dist/data-plane/client/util.js.map +1 -1
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.js +12 -0
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.js.map +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/index.js +1 -0
- package/dist/data-plane/server/db/migrations/index.js.map +1 -1
- package/dist/data-plane/server/routes/likes.d.ts.map +1 -1
- package/dist/data-plane/server/routes/likes.js +46 -0
- package/dist/data-plane/server/routes/likes.js.map +1 -1
- package/dist/feature-gates/gates.d.ts +1 -0
- package/dist/feature-gates/gates.d.ts.map +1 -1
- package/dist/feature-gates/gates.js +1 -0
- package/dist/feature-gates/gates.js.map +1 -1
- package/dist/hydration/actor.d.ts +5 -0
- package/dist/hydration/actor.d.ts.map +1 -1
- package/dist/hydration/actor.js.map +1 -1
- package/dist/hydration/hydrator.d.ts +16 -4
- package/dist/hydration/hydrator.d.ts.map +1 -1
- package/dist/hydration/hydrator.js +70 -6
- package/dist/hydration/hydrator.js.map +1 -1
- package/dist/lexicons/app/bsky/actor/status.defs.d.ts +5 -3
- package/dist/lexicons/app/bsky/actor/status.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/actor/status.defs.js +3 -0
- package/dist/lexicons/app/bsky/actor/status.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/embed/video.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/embed/video.defs.js +2 -4
- package/dist/lexicons/app/bsky/embed/video.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/feed/defs.defs.d.ts +84 -42
- package/dist/lexicons/app/bsky/feed/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/defs.defs.js +52 -0
- package/dist/lexicons/app/bsky/feed/defs.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/graph/defs.defs.d.ts +15 -9
- package/dist/lexicons/app/bsky/graph/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/defs.defs.js +9 -0
- package/dist/lexicons/app/bsky/graph/defs.defs.js.map +1 -1
- package/dist/lexicons/com/atproto/moderation/defs.defs.d.ts +35 -21
- package/dist/lexicons/com/atproto/moderation/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/com/atproto/moderation/defs.defs.js +21 -0
- package/dist/lexicons/com/atproto/moderation/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/defs.defs.d.ts +35 -21
- package/dist/lexicons/tools/ozone/moderation/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/defs.defs.js +21 -0
- package/dist/lexicons/tools/ozone/moderation/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/report/defs.defs.d.ts +200 -120
- package/dist/lexicons/tools/ozone/report/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/report/defs.defs.js +126 -0
- package/dist/lexicons/tools/ozone/report/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/team/defs.defs.d.ts +20 -12
- package/dist/lexicons/tools/ozone/team/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/team/defs.defs.js +12 -0
- package/dist/lexicons/tools/ozone/team/defs.defs.js.map +1 -1
- package/dist/proto/bsky_connect.d.ts +10 -1
- package/dist/proto/bsky_connect.d.ts.map +1 -1
- package/dist/proto/bsky_connect.js +10 -1
- package/dist/proto/bsky_connect.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +67 -0
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +110 -0
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/telemetry.d.ts +2 -0
- package/dist/telemetry.d.ts.map +1 -0
- package/dist/telemetry.js +7 -0
- package/dist/telemetry.js.map +1 -0
- package/dist/views/index.d.ts +6 -2
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +26 -10
- package/dist/views/index.js.map +1 -1
- package/dist/views/types.d.ts +1 -0
- package/dist/views/types.d.ts.map +1 -1
- package/dist/views/types.js.map +1 -1
- package/package.json +20 -13
package/dist/proto/bsky_pb.js
CHANGED
|
@@ -2223,6 +2223,116 @@ export class GetLikesBySubjectSortedResponse extends Message {
|
|
|
2223
2223
|
return proto3.util.equals(GetLikesBySubjectSortedResponse, a, b);
|
|
2224
2224
|
}
|
|
2225
2225
|
}
|
|
2226
|
+
/**
|
|
2227
|
+
* @generated from message bsky.GetKnownLikersRequest
|
|
2228
|
+
*/
|
|
2229
|
+
export class GetKnownLikersRequest extends Message {
|
|
2230
|
+
constructor(data) {
|
|
2231
|
+
super();
|
|
2232
|
+
/**
|
|
2233
|
+
* @generated from field: string actor_did = 1;
|
|
2234
|
+
*/
|
|
2235
|
+
this.actorDid = "";
|
|
2236
|
+
/**
|
|
2237
|
+
* @generated from field: repeated string subject_uris = 2;
|
|
2238
|
+
*/
|
|
2239
|
+
this.subjectUris = [];
|
|
2240
|
+
/**
|
|
2241
|
+
* @generated from field: int32 limit = 3;
|
|
2242
|
+
*/
|
|
2243
|
+
this.limit = 0;
|
|
2244
|
+
proto3.util.initPartial(data, this);
|
|
2245
|
+
}
|
|
2246
|
+
static { this.runtime = proto3; }
|
|
2247
|
+
static { this.typeName = "bsky.GetKnownLikersRequest"; }
|
|
2248
|
+
static { this.fields = proto3.util.newFieldList(() => [
|
|
2249
|
+
{ no: 1, name: "actor_did", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2250
|
+
{ no: 2, name: "subject_uris", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
2251
|
+
{ no: 3, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
2252
|
+
]); }
|
|
2253
|
+
static fromBinary(bytes, options) {
|
|
2254
|
+
return new GetKnownLikersRequest().fromBinary(bytes, options);
|
|
2255
|
+
}
|
|
2256
|
+
static fromJson(jsonValue, options) {
|
|
2257
|
+
return new GetKnownLikersRequest().fromJson(jsonValue, options);
|
|
2258
|
+
}
|
|
2259
|
+
static fromJsonString(jsonString, options) {
|
|
2260
|
+
return new GetKnownLikersRequest().fromJsonString(jsonString, options);
|
|
2261
|
+
}
|
|
2262
|
+
static equals(a, b) {
|
|
2263
|
+
return proto3.util.equals(GetKnownLikersRequest, a, b);
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
/**
|
|
2267
|
+
* @generated from message bsky.KnownLikersResult
|
|
2268
|
+
*/
|
|
2269
|
+
export class KnownLikersResult extends Message {
|
|
2270
|
+
constructor(data) {
|
|
2271
|
+
super();
|
|
2272
|
+
/**
|
|
2273
|
+
* @generated from field: string subject_uri = 1;
|
|
2274
|
+
*/
|
|
2275
|
+
this.subjectUri = "";
|
|
2276
|
+
/**
|
|
2277
|
+
* @generated from field: int32 count = 2;
|
|
2278
|
+
*/
|
|
2279
|
+
this.count = 0;
|
|
2280
|
+
/**
|
|
2281
|
+
* @generated from field: repeated string dids = 3;
|
|
2282
|
+
*/
|
|
2283
|
+
this.dids = [];
|
|
2284
|
+
proto3.util.initPartial(data, this);
|
|
2285
|
+
}
|
|
2286
|
+
static { this.runtime = proto3; }
|
|
2287
|
+
static { this.typeName = "bsky.KnownLikersResult"; }
|
|
2288
|
+
static { this.fields = proto3.util.newFieldList(() => [
|
|
2289
|
+
{ no: 1, name: "subject_uri", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2290
|
+
{ no: 2, name: "count", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
2291
|
+
{ no: 3, name: "dids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
2292
|
+
]); }
|
|
2293
|
+
static fromBinary(bytes, options) {
|
|
2294
|
+
return new KnownLikersResult().fromBinary(bytes, options);
|
|
2295
|
+
}
|
|
2296
|
+
static fromJson(jsonValue, options) {
|
|
2297
|
+
return new KnownLikersResult().fromJson(jsonValue, options);
|
|
2298
|
+
}
|
|
2299
|
+
static fromJsonString(jsonString, options) {
|
|
2300
|
+
return new KnownLikersResult().fromJsonString(jsonString, options);
|
|
2301
|
+
}
|
|
2302
|
+
static equals(a, b) {
|
|
2303
|
+
return proto3.util.equals(KnownLikersResult, a, b);
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
/**
|
|
2307
|
+
* @generated from message bsky.GetKnownLikersResponse
|
|
2308
|
+
*/
|
|
2309
|
+
export class GetKnownLikersResponse extends Message {
|
|
2310
|
+
constructor(data) {
|
|
2311
|
+
super();
|
|
2312
|
+
/**
|
|
2313
|
+
* @generated from field: repeated bsky.KnownLikersResult results = 1;
|
|
2314
|
+
*/
|
|
2315
|
+
this.results = [];
|
|
2316
|
+
proto3.util.initPartial(data, this);
|
|
2317
|
+
}
|
|
2318
|
+
static { this.runtime = proto3; }
|
|
2319
|
+
static { this.typeName = "bsky.GetKnownLikersResponse"; }
|
|
2320
|
+
static { this.fields = proto3.util.newFieldList(() => [
|
|
2321
|
+
{ no: 1, name: "results", kind: "message", T: KnownLikersResult, repeated: true },
|
|
2322
|
+
]); }
|
|
2323
|
+
static fromBinary(bytes, options) {
|
|
2324
|
+
return new GetKnownLikersResponse().fromBinary(bytes, options);
|
|
2325
|
+
}
|
|
2326
|
+
static fromJson(jsonValue, options) {
|
|
2327
|
+
return new GetKnownLikersResponse().fromJson(jsonValue, options);
|
|
2328
|
+
}
|
|
2329
|
+
static fromJsonString(jsonString, options) {
|
|
2330
|
+
return new GetKnownLikersResponse().fromJsonString(jsonString, options);
|
|
2331
|
+
}
|
|
2332
|
+
static equals(a, b) {
|
|
2333
|
+
return proto3.util.equals(GetKnownLikersResponse, a, b);
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2226
2336
|
/**
|
|
2227
2337
|
* @generated from message bsky.GetQuotesBySubjectSortedRequest
|
|
2228
2338
|
*/
|