@atproto/bsky 0.0.60 → 0.0.62
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 +14 -0
- package/dist/api/app/bsky/graph/getKnownFollowers.d.ts +4 -0
- package/dist/api/app/bsky/graph/getKnownFollowers.d.ts.map +1 -0
- package/dist/api/app/bsky/graph/getKnownFollowers.js +71 -0
- package/dist/api/app/bsky/graph/getKnownFollowers.js.map +1 -0
- package/dist/api/app/bsky/graph/muteThread.d.ts +4 -0
- package/dist/api/app/bsky/graph/muteThread.d.ts.map +1 -0
- package/dist/api/app/bsky/graph/muteThread.js +19 -0
- package/dist/api/app/bsky/graph/muteThread.js.map +1 -0
- package/dist/api/app/bsky/graph/unmuteThread.d.ts +4 -0
- package/dist/api/app/bsky/graph/unmuteThread.d.ts.map +1 -0
- package/dist/api/app/bsky/graph/unmuteThread.js +19 -0
- package/dist/api/app/bsky/graph/unmuteThread.js.map +1 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +6 -0
- package/dist/api/index.js.map +1 -1
- package/dist/data-plane/bsync/index.d.ts.map +1 -1
- package/dist/data-plane/bsync/index.js +41 -15
- package/dist/data-plane/bsync/index.js.map +1 -1
- package/dist/data-plane/server/db/database-schema.d.ts +2 -1
- package/dist/data-plane/server/db/database-schema.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/20240606T171229898Z-thread-mutes.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20240606T171229898Z-thread-mutes.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20240606T171229898Z-thread-mutes.js +18 -0
- package/dist/data-plane/server/db/migrations/20240606T171229898Z-thread-mutes.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 +2 -1
- package/dist/data-plane/server/db/migrations/index.js.map +1 -1
- package/dist/data-plane/server/db/tables/thread-mute.d.ts +10 -0
- package/dist/data-plane/server/db/tables/thread-mute.d.ts.map +1 -0
- package/dist/data-plane/server/db/tables/thread-mute.js +5 -0
- package/dist/data-plane/server/db/tables/thread-mute.js.map +1 -0
- package/dist/data-plane/server/indexing/processor.d.ts +2 -0
- package/dist/data-plane/server/indexing/processor.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/processor.js +28 -1
- package/dist/data-plane/server/indexing/processor.js.map +1 -1
- package/dist/data-plane/server/routes/follows.d.ts.map +1 -1
- package/dist/data-plane/server/routes/follows.js +34 -2
- package/dist/data-plane/server/routes/follows.js.map +1 -1
- package/dist/data-plane/server/routes/mutes.d.ts.map +1 -1
- package/dist/data-plane/server/routes/mutes.js +16 -0
- package/dist/data-plane/server/routes/mutes.js.map +1 -1
- package/dist/data-plane/server/util.d.ts +6 -6
- package/dist/hydration/actor.d.ts +6 -0
- package/dist/hydration/actor.d.ts.map +1 -1
- package/dist/hydration/actor.js +17 -0
- package/dist/hydration/actor.js.map +1 -1
- package/dist/hydration/feed.d.ts +6 -1
- package/dist/hydration/feed.d.ts.map +1 -1
- package/dist/hydration/feed.js +16 -2
- package/dist/hydration/feed.js.map +1 -1
- package/dist/hydration/hydrator.d.ts +2 -1
- package/dist/hydration/hydrator.d.ts.map +1 -1
- package/dist/hydration/hydrator.js +28 -7
- package/dist/hydration/hydrator.js.map +1 -1
- package/dist/lexicon/index.d.ts +6 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +12 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +127 -0
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +127 -0
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts +9 -0
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/defs.js +11 -1
- package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/defs.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/feed/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/graph/getKnownFollowers.d.ts +40 -0
- package/dist/lexicon/types/app/bsky/graph/getKnownFollowers.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/graph/getKnownFollowers.js +3 -0
- package/dist/lexicon/types/app/bsky/graph/getKnownFollowers.js.map +1 -0
- package/dist/lexicon/types/app/bsky/graph/muteThread.d.ts +29 -0
- package/dist/lexicon/types/app/bsky/graph/muteThread.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/graph/muteThread.js +3 -0
- package/dist/lexicon/types/app/bsky/graph/muteThread.js.map +1 -0
- package/dist/lexicon/types/app/bsky/graph/unmuteThread.d.ts +29 -0
- package/dist/lexicon/types/app/bsky/graph/unmuteThread.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/graph/unmuteThread.js +3 -0
- package/dist/lexicon/types/app/bsky/graph/unmuteThread.js.map +1 -0
- package/dist/logger.d.ts +1 -0
- package/dist/logger.d.ts.map +1 -1
- package/dist/logger.js +2 -1
- package/dist/logger.js.map +1 -1
- package/dist/proto/bsky_connect.d.ts +39 -1
- package/dist/proto/bsky_connect.d.ts.map +1 -1
- package/dist/proto/bsky_connect.js +38 -0
- package/dist/proto/bsky_connect.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +161 -4
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +512 -12
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/views/index.d.ts +5 -0
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +20 -0
- package/dist/views/index.js.map +1 -1
- package/package.json +5 -5
- package/proto/bsky.proto +47 -2
- package/src/api/app/bsky/graph/getKnownFollowers.ts +119 -0
- package/src/api/app/bsky/graph/muteThread.ts +18 -0
- package/src/api/app/bsky/graph/unmuteThread.ts +18 -0
- package/src/api/index.ts +6 -0
- package/src/data-plane/bsync/index.ts +39 -15
- package/src/data-plane/server/db/database-schema.ts +2 -0
- package/src/data-plane/server/db/migrations/20240606T171229898Z-thread-mutes.ts +15 -0
- package/src/data-plane/server/db/migrations/index.ts +1 -0
- package/src/data-plane/server/db/tables/thread-mute.ts +9 -0
- package/src/data-plane/server/indexing/processor.ts +29 -1
- package/src/data-plane/server/routes/follows.ts +45 -2
- package/src/data-plane/server/routes/mutes.ts +17 -0
- package/src/hydration/actor.ts +30 -0
- package/src/hydration/feed.ts +23 -3
- package/src/hydration/hydrator.ts +36 -7
- package/src/lexicon/index.ts +36 -0
- package/src/lexicon/lexicons.ts +129 -0
- package/src/lexicon/types/app/bsky/actor/defs.ts +20 -0
- package/src/lexicon/types/app/bsky/feed/defs.ts +1 -0
- package/src/lexicon/types/app/bsky/graph/getKnownFollowers.ts +50 -0
- package/src/lexicon/types/app/bsky/graph/muteThread.ts +38 -0
- package/src/lexicon/types/app/bsky/graph/unmuteThread.ts +38 -0
- package/src/logger.ts +2 -0
- package/src/proto/bsky_connect.ts +46 -0
- package/src/proto/bsky_pb.ts +540 -8
- package/src/views/index.ts +25 -0
- package/tests/__snapshots__/feed-generation.test.ts.snap +38 -12
- package/tests/data-plane/__snapshots__/indexing.test.ts.snap +73 -37
- package/tests/data-plane/thread-mutes.test.ts +140 -0
- package/tests/label-hydration.test.ts +0 -2
- package/tests/query-labels.test.ts +0 -3
- package/tests/views/__snapshots__/author-feed.test.ts.snap +62 -17
- package/tests/views/__snapshots__/block-lists.test.ts.snap +7 -2
- package/tests/views/__snapshots__/blocks.test.ts.snap +13 -4
- package/tests/views/__snapshots__/list-feed.test.ts.snap +23 -6
- package/tests/views/__snapshots__/mute-lists.test.ts.snap +10 -3
- package/tests/views/__snapshots__/mutes.test.ts.snap +9 -3
- package/tests/views/__snapshots__/posts.test.ts.snap +16 -5
- package/tests/views/__snapshots__/profile.test.ts.snap +230 -10
- package/tests/views/__snapshots__/thread.test.ts.snap +53 -14
- package/tests/views/__snapshots__/timeline.test.ts.snap +213 -64
- package/tests/views/blocks.test.ts +13 -0
- package/tests/views/profile.test.ts +35 -0
- package/tests/views/threadgating.test.ts +19 -19
package/dist/proto/bsky_pb.d.ts
CHANGED
|
@@ -1919,6 +1919,44 @@ export declare class GetMutelistSubscriptionsResponse extends Message<GetMutelis
|
|
|
1919
1919
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetMutelistSubscriptionsResponse;
|
|
1920
1920
|
static equals(a: GetMutelistSubscriptionsResponse | PlainMessage<GetMutelistSubscriptionsResponse> | undefined, b: GetMutelistSubscriptionsResponse | PlainMessage<GetMutelistSubscriptionsResponse> | undefined): boolean;
|
|
1921
1921
|
}
|
|
1922
|
+
/**
|
|
1923
|
+
* @generated from message bsky.GetThreadMutesOnSubjectsRequest
|
|
1924
|
+
*/
|
|
1925
|
+
export declare class GetThreadMutesOnSubjectsRequest extends Message<GetThreadMutesOnSubjectsRequest> {
|
|
1926
|
+
/**
|
|
1927
|
+
* @generated from field: string actor_did = 1;
|
|
1928
|
+
*/
|
|
1929
|
+
actorDid: string;
|
|
1930
|
+
/**
|
|
1931
|
+
* @generated from field: repeated string thread_roots = 2;
|
|
1932
|
+
*/
|
|
1933
|
+
threadRoots: string[];
|
|
1934
|
+
constructor(data?: PartialMessage<GetThreadMutesOnSubjectsRequest>);
|
|
1935
|
+
static readonly runtime: typeof proto3;
|
|
1936
|
+
static readonly typeName = "bsky.GetThreadMutesOnSubjectsRequest";
|
|
1937
|
+
static readonly fields: FieldList;
|
|
1938
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetThreadMutesOnSubjectsRequest;
|
|
1939
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetThreadMutesOnSubjectsRequest;
|
|
1940
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetThreadMutesOnSubjectsRequest;
|
|
1941
|
+
static equals(a: GetThreadMutesOnSubjectsRequest | PlainMessage<GetThreadMutesOnSubjectsRequest> | undefined, b: GetThreadMutesOnSubjectsRequest | PlainMessage<GetThreadMutesOnSubjectsRequest> | undefined): boolean;
|
|
1942
|
+
}
|
|
1943
|
+
/**
|
|
1944
|
+
* @generated from message bsky.GetThreadMutesOnSubjectsResponse
|
|
1945
|
+
*/
|
|
1946
|
+
export declare class GetThreadMutesOnSubjectsResponse extends Message<GetThreadMutesOnSubjectsResponse> {
|
|
1947
|
+
/**
|
|
1948
|
+
* @generated from field: repeated bool muted = 1;
|
|
1949
|
+
*/
|
|
1950
|
+
muted: boolean[];
|
|
1951
|
+
constructor(data?: PartialMessage<GetThreadMutesOnSubjectsResponse>);
|
|
1952
|
+
static readonly runtime: typeof proto3;
|
|
1953
|
+
static readonly typeName = "bsky.GetThreadMutesOnSubjectsResponse";
|
|
1954
|
+
static readonly fields: FieldList;
|
|
1955
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetThreadMutesOnSubjectsResponse;
|
|
1956
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetThreadMutesOnSubjectsResponse;
|
|
1957
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetThreadMutesOnSubjectsResponse;
|
|
1958
|
+
static equals(a: GetThreadMutesOnSubjectsResponse | PlainMessage<GetThreadMutesOnSubjectsResponse> | undefined, b: GetThreadMutesOnSubjectsResponse | PlainMessage<GetThreadMutesOnSubjectsResponse> | undefined): boolean;
|
|
1959
|
+
}
|
|
1922
1960
|
/**
|
|
1923
1961
|
* - Return block uri if there is a block between users A & B (bidirectional)
|
|
1924
1962
|
* - hydrating (& actioning) block state on profiles
|
|
@@ -3391,9 +3429,9 @@ export declare class GetFollowsFollowingRequest extends Message<GetFollowsFollow
|
|
|
3391
3429
|
*/
|
|
3392
3430
|
actorDid: string;
|
|
3393
3431
|
/**
|
|
3394
|
-
* @generated from field: string
|
|
3432
|
+
* @generated from field: repeated string target_dids = 2;
|
|
3395
3433
|
*/
|
|
3396
|
-
|
|
3434
|
+
targetDids: string[];
|
|
3397
3435
|
constructor(data?: PartialMessage<GetFollowsFollowingRequest>);
|
|
3398
3436
|
static readonly runtime: typeof proto3;
|
|
3399
3437
|
static readonly typeName = "bsky.GetFollowsFollowingRequest";
|
|
@@ -3403,14 +3441,35 @@ export declare class GetFollowsFollowingRequest extends Message<GetFollowsFollow
|
|
|
3403
3441
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetFollowsFollowingRequest;
|
|
3404
3442
|
static equals(a: GetFollowsFollowingRequest | PlainMessage<GetFollowsFollowingRequest> | undefined, b: GetFollowsFollowingRequest | PlainMessage<GetFollowsFollowingRequest> | undefined): boolean;
|
|
3405
3443
|
}
|
|
3444
|
+
/**
|
|
3445
|
+
* @generated from message bsky.FollowsFollowing
|
|
3446
|
+
*/
|
|
3447
|
+
export declare class FollowsFollowing extends Message<FollowsFollowing> {
|
|
3448
|
+
/**
|
|
3449
|
+
* @generated from field: string target_did = 1;
|
|
3450
|
+
*/
|
|
3451
|
+
targetDid: string;
|
|
3452
|
+
/**
|
|
3453
|
+
* @generated from field: repeated string dids = 2;
|
|
3454
|
+
*/
|
|
3455
|
+
dids: string[];
|
|
3456
|
+
constructor(data?: PartialMessage<FollowsFollowing>);
|
|
3457
|
+
static readonly runtime: typeof proto3;
|
|
3458
|
+
static readonly typeName = "bsky.FollowsFollowing";
|
|
3459
|
+
static readonly fields: FieldList;
|
|
3460
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FollowsFollowing;
|
|
3461
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FollowsFollowing;
|
|
3462
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FollowsFollowing;
|
|
3463
|
+
static equals(a: FollowsFollowing | PlainMessage<FollowsFollowing> | undefined, b: FollowsFollowing | PlainMessage<FollowsFollowing> | undefined): boolean;
|
|
3464
|
+
}
|
|
3406
3465
|
/**
|
|
3407
3466
|
* @generated from message bsky.GetFollowsFollowingResponse
|
|
3408
3467
|
*/
|
|
3409
3468
|
export declare class GetFollowsFollowingResponse extends Message<GetFollowsFollowingResponse> {
|
|
3410
3469
|
/**
|
|
3411
|
-
* @generated from field: repeated
|
|
3470
|
+
* @generated from field: repeated bsky.FollowsFollowing results = 1;
|
|
3412
3471
|
*/
|
|
3413
|
-
|
|
3472
|
+
results: FollowsFollowing[];
|
|
3414
3473
|
constructor(data?: PartialMessage<GetFollowsFollowingResponse>);
|
|
3415
3474
|
static readonly runtime: typeof proto3;
|
|
3416
3475
|
static readonly typeName = "bsky.GetFollowsFollowingResponse";
|
|
@@ -3906,4 +3965,102 @@ export declare class ClearActorMutelistSubscriptionsResponse extends Message<Cle
|
|
|
3906
3965
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClearActorMutelistSubscriptionsResponse;
|
|
3907
3966
|
static equals(a: ClearActorMutelistSubscriptionsResponse | PlainMessage<ClearActorMutelistSubscriptionsResponse> | undefined, b: ClearActorMutelistSubscriptionsResponse | PlainMessage<ClearActorMutelistSubscriptionsResponse> | undefined): boolean;
|
|
3908
3967
|
}
|
|
3968
|
+
/**
|
|
3969
|
+
* @generated from message bsky.CreateThreadMuteRequest
|
|
3970
|
+
*/
|
|
3971
|
+
export declare class CreateThreadMuteRequest extends Message<CreateThreadMuteRequest> {
|
|
3972
|
+
/**
|
|
3973
|
+
* @generated from field: string actor_did = 1;
|
|
3974
|
+
*/
|
|
3975
|
+
actorDid: string;
|
|
3976
|
+
/**
|
|
3977
|
+
* @generated from field: string thread_root = 2;
|
|
3978
|
+
*/
|
|
3979
|
+
threadRoot: string;
|
|
3980
|
+
constructor(data?: PartialMessage<CreateThreadMuteRequest>);
|
|
3981
|
+
static readonly runtime: typeof proto3;
|
|
3982
|
+
static readonly typeName = "bsky.CreateThreadMuteRequest";
|
|
3983
|
+
static readonly fields: FieldList;
|
|
3984
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateThreadMuteRequest;
|
|
3985
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateThreadMuteRequest;
|
|
3986
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateThreadMuteRequest;
|
|
3987
|
+
static equals(a: CreateThreadMuteRequest | PlainMessage<CreateThreadMuteRequest> | undefined, b: CreateThreadMuteRequest | PlainMessage<CreateThreadMuteRequest> | undefined): boolean;
|
|
3988
|
+
}
|
|
3989
|
+
/**
|
|
3990
|
+
* @generated from message bsky.CreateThreadMuteResponse
|
|
3991
|
+
*/
|
|
3992
|
+
export declare class CreateThreadMuteResponse extends Message<CreateThreadMuteResponse> {
|
|
3993
|
+
constructor(data?: PartialMessage<CreateThreadMuteResponse>);
|
|
3994
|
+
static readonly runtime: typeof proto3;
|
|
3995
|
+
static readonly typeName = "bsky.CreateThreadMuteResponse";
|
|
3996
|
+
static readonly fields: FieldList;
|
|
3997
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateThreadMuteResponse;
|
|
3998
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateThreadMuteResponse;
|
|
3999
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateThreadMuteResponse;
|
|
4000
|
+
static equals(a: CreateThreadMuteResponse | PlainMessage<CreateThreadMuteResponse> | undefined, b: CreateThreadMuteResponse | PlainMessage<CreateThreadMuteResponse> | undefined): boolean;
|
|
4001
|
+
}
|
|
4002
|
+
/**
|
|
4003
|
+
* @generated from message bsky.DeleteThreadMuteRequest
|
|
4004
|
+
*/
|
|
4005
|
+
export declare class DeleteThreadMuteRequest extends Message<DeleteThreadMuteRequest> {
|
|
4006
|
+
/**
|
|
4007
|
+
* @generated from field: string actor_did = 1;
|
|
4008
|
+
*/
|
|
4009
|
+
actorDid: string;
|
|
4010
|
+
/**
|
|
4011
|
+
* @generated from field: string thread_root = 2;
|
|
4012
|
+
*/
|
|
4013
|
+
threadRoot: string;
|
|
4014
|
+
constructor(data?: PartialMessage<DeleteThreadMuteRequest>);
|
|
4015
|
+
static readonly runtime: typeof proto3;
|
|
4016
|
+
static readonly typeName = "bsky.DeleteThreadMuteRequest";
|
|
4017
|
+
static readonly fields: FieldList;
|
|
4018
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteThreadMuteRequest;
|
|
4019
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteThreadMuteRequest;
|
|
4020
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteThreadMuteRequest;
|
|
4021
|
+
static equals(a: DeleteThreadMuteRequest | PlainMessage<DeleteThreadMuteRequest> | undefined, b: DeleteThreadMuteRequest | PlainMessage<DeleteThreadMuteRequest> | undefined): boolean;
|
|
4022
|
+
}
|
|
4023
|
+
/**
|
|
4024
|
+
* @generated from message bsky.DeleteThreadMuteResponse
|
|
4025
|
+
*/
|
|
4026
|
+
export declare class DeleteThreadMuteResponse extends Message<DeleteThreadMuteResponse> {
|
|
4027
|
+
constructor(data?: PartialMessage<DeleteThreadMuteResponse>);
|
|
4028
|
+
static readonly runtime: typeof proto3;
|
|
4029
|
+
static readonly typeName = "bsky.DeleteThreadMuteResponse";
|
|
4030
|
+
static readonly fields: FieldList;
|
|
4031
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteThreadMuteResponse;
|
|
4032
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteThreadMuteResponse;
|
|
4033
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteThreadMuteResponse;
|
|
4034
|
+
static equals(a: DeleteThreadMuteResponse | PlainMessage<DeleteThreadMuteResponse> | undefined, b: DeleteThreadMuteResponse | PlainMessage<DeleteThreadMuteResponse> | undefined): boolean;
|
|
4035
|
+
}
|
|
4036
|
+
/**
|
|
4037
|
+
* @generated from message bsky.ClearThreadMutesRequest
|
|
4038
|
+
*/
|
|
4039
|
+
export declare class ClearThreadMutesRequest extends Message<ClearThreadMutesRequest> {
|
|
4040
|
+
/**
|
|
4041
|
+
* @generated from field: string actor_did = 1;
|
|
4042
|
+
*/
|
|
4043
|
+
actorDid: string;
|
|
4044
|
+
constructor(data?: PartialMessage<ClearThreadMutesRequest>);
|
|
4045
|
+
static readonly runtime: typeof proto3;
|
|
4046
|
+
static readonly typeName = "bsky.ClearThreadMutesRequest";
|
|
4047
|
+
static readonly fields: FieldList;
|
|
4048
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClearThreadMutesRequest;
|
|
4049
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClearThreadMutesRequest;
|
|
4050
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClearThreadMutesRequest;
|
|
4051
|
+
static equals(a: ClearThreadMutesRequest | PlainMessage<ClearThreadMutesRequest> | undefined, b: ClearThreadMutesRequest | PlainMessage<ClearThreadMutesRequest> | undefined): boolean;
|
|
4052
|
+
}
|
|
4053
|
+
/**
|
|
4054
|
+
* @generated from message bsky.ClearThreadMutesResponse
|
|
4055
|
+
*/
|
|
4056
|
+
export declare class ClearThreadMutesResponse extends Message<ClearThreadMutesResponse> {
|
|
4057
|
+
constructor(data?: PartialMessage<ClearThreadMutesResponse>);
|
|
4058
|
+
static readonly runtime: typeof proto3;
|
|
4059
|
+
static readonly typeName = "bsky.ClearThreadMutesResponse";
|
|
4060
|
+
static readonly fields: FieldList;
|
|
4061
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClearThreadMutesResponse;
|
|
4062
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClearThreadMutesResponse;
|
|
4063
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClearThreadMutesResponse;
|
|
4064
|
+
static equals(a: ClearThreadMutesResponse | PlainMessage<ClearThreadMutesResponse> | undefined, b: ClearThreadMutesResponse | PlainMessage<ClearThreadMutesResponse> | undefined): boolean;
|
|
4065
|
+
}
|
|
3909
4066
|
//# sourceMappingURL=bsky_pb.d.ts.map
|