@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
|
@@ -3721,6 +3721,29 @@ export declare const schemaDict: {
|
|
|
3721
3721
|
type: string;
|
|
3722
3722
|
format: string;
|
|
3723
3723
|
};
|
|
3724
|
+
knownFollowers: {
|
|
3725
|
+
type: string;
|
|
3726
|
+
ref: string;
|
|
3727
|
+
};
|
|
3728
|
+
};
|
|
3729
|
+
};
|
|
3730
|
+
knownFollowers: {
|
|
3731
|
+
type: string;
|
|
3732
|
+
description: string;
|
|
3733
|
+
required: string[];
|
|
3734
|
+
properties: {
|
|
3735
|
+
count: {
|
|
3736
|
+
type: string;
|
|
3737
|
+
};
|
|
3738
|
+
followers: {
|
|
3739
|
+
type: string;
|
|
3740
|
+
minLength: number;
|
|
3741
|
+
maxLength: number;
|
|
3742
|
+
items: {
|
|
3743
|
+
type: string;
|
|
3744
|
+
ref: string;
|
|
3745
|
+
};
|
|
3746
|
+
};
|
|
3724
3747
|
};
|
|
3725
3748
|
};
|
|
3726
3749
|
preferences: {
|
|
@@ -4638,6 +4661,9 @@ export declare const schemaDict: {
|
|
|
4638
4661
|
type: string;
|
|
4639
4662
|
format: string;
|
|
4640
4663
|
};
|
|
4664
|
+
threadMuted: {
|
|
4665
|
+
type: string;
|
|
4666
|
+
};
|
|
4641
4667
|
replyDisabled: {
|
|
4642
4668
|
type: string;
|
|
4643
4669
|
};
|
|
@@ -6527,6 +6553,58 @@ export declare const schemaDict: {
|
|
|
6527
6553
|
};
|
|
6528
6554
|
};
|
|
6529
6555
|
};
|
|
6556
|
+
AppBskyGraphGetKnownFollowers: {
|
|
6557
|
+
lexicon: number;
|
|
6558
|
+
id: string;
|
|
6559
|
+
defs: {
|
|
6560
|
+
main: {
|
|
6561
|
+
type: string;
|
|
6562
|
+
description: string;
|
|
6563
|
+
parameters: {
|
|
6564
|
+
type: string;
|
|
6565
|
+
required: string[];
|
|
6566
|
+
properties: {
|
|
6567
|
+
actor: {
|
|
6568
|
+
type: string;
|
|
6569
|
+
format: string;
|
|
6570
|
+
};
|
|
6571
|
+
limit: {
|
|
6572
|
+
type: string;
|
|
6573
|
+
minimum: number;
|
|
6574
|
+
maximum: number;
|
|
6575
|
+
default: number;
|
|
6576
|
+
};
|
|
6577
|
+
cursor: {
|
|
6578
|
+
type: string;
|
|
6579
|
+
};
|
|
6580
|
+
};
|
|
6581
|
+
};
|
|
6582
|
+
output: {
|
|
6583
|
+
encoding: string;
|
|
6584
|
+
schema: {
|
|
6585
|
+
type: string;
|
|
6586
|
+
required: string[];
|
|
6587
|
+
properties: {
|
|
6588
|
+
subject: {
|
|
6589
|
+
type: string;
|
|
6590
|
+
ref: string;
|
|
6591
|
+
};
|
|
6592
|
+
cursor: {
|
|
6593
|
+
type: string;
|
|
6594
|
+
};
|
|
6595
|
+
followers: {
|
|
6596
|
+
type: string;
|
|
6597
|
+
items: {
|
|
6598
|
+
type: string;
|
|
6599
|
+
ref: string;
|
|
6600
|
+
};
|
|
6601
|
+
};
|
|
6602
|
+
};
|
|
6603
|
+
};
|
|
6604
|
+
};
|
|
6605
|
+
};
|
|
6606
|
+
};
|
|
6607
|
+
};
|
|
6530
6608
|
AppBskyGraphGetList: {
|
|
6531
6609
|
lexicon: number;
|
|
6532
6610
|
id: string;
|
|
@@ -7004,6 +7082,29 @@ export declare const schemaDict: {
|
|
|
7004
7082
|
};
|
|
7005
7083
|
};
|
|
7006
7084
|
};
|
|
7085
|
+
AppBskyGraphMuteThread: {
|
|
7086
|
+
lexicon: number;
|
|
7087
|
+
id: string;
|
|
7088
|
+
defs: {
|
|
7089
|
+
main: {
|
|
7090
|
+
type: string;
|
|
7091
|
+
description: string;
|
|
7092
|
+
input: {
|
|
7093
|
+
encoding: string;
|
|
7094
|
+
schema: {
|
|
7095
|
+
type: string;
|
|
7096
|
+
required: string[];
|
|
7097
|
+
properties: {
|
|
7098
|
+
root: {
|
|
7099
|
+
type: string;
|
|
7100
|
+
format: string;
|
|
7101
|
+
};
|
|
7102
|
+
};
|
|
7103
|
+
};
|
|
7104
|
+
};
|
|
7105
|
+
};
|
|
7106
|
+
};
|
|
7107
|
+
};
|
|
7007
7108
|
AppBskyGraphUnmuteActor: {
|
|
7008
7109
|
lexicon: number;
|
|
7009
7110
|
id: string;
|
|
@@ -7050,6 +7151,29 @@ export declare const schemaDict: {
|
|
|
7050
7151
|
};
|
|
7051
7152
|
};
|
|
7052
7153
|
};
|
|
7154
|
+
AppBskyGraphUnmuteThread: {
|
|
7155
|
+
lexicon: number;
|
|
7156
|
+
id: string;
|
|
7157
|
+
defs: {
|
|
7158
|
+
main: {
|
|
7159
|
+
type: string;
|
|
7160
|
+
description: string;
|
|
7161
|
+
input: {
|
|
7162
|
+
encoding: string;
|
|
7163
|
+
schema: {
|
|
7164
|
+
type: string;
|
|
7165
|
+
required: string[];
|
|
7166
|
+
properties: {
|
|
7167
|
+
root: {
|
|
7168
|
+
type: string;
|
|
7169
|
+
format: string;
|
|
7170
|
+
};
|
|
7171
|
+
};
|
|
7172
|
+
};
|
|
7173
|
+
};
|
|
7174
|
+
};
|
|
7175
|
+
};
|
|
7176
|
+
};
|
|
7053
7177
|
AppBskyLabelerDefs: {
|
|
7054
7178
|
lexicon: number;
|
|
7055
7179
|
id: string;
|
|
@@ -8835,6 +8959,7 @@ export declare const ids: {
|
|
|
8835
8959
|
AppBskyGraphGetBlocks: string;
|
|
8836
8960
|
AppBskyGraphGetFollowers: string;
|
|
8837
8961
|
AppBskyGraphGetFollows: string;
|
|
8962
|
+
AppBskyGraphGetKnownFollowers: string;
|
|
8838
8963
|
AppBskyGraphGetList: string;
|
|
8839
8964
|
AppBskyGraphGetListBlocks: string;
|
|
8840
8965
|
AppBskyGraphGetListMutes: string;
|
|
@@ -8847,8 +8972,10 @@ export declare const ids: {
|
|
|
8847
8972
|
AppBskyGraphListitem: string;
|
|
8848
8973
|
AppBskyGraphMuteActor: string;
|
|
8849
8974
|
AppBskyGraphMuteActorList: string;
|
|
8975
|
+
AppBskyGraphMuteThread: string;
|
|
8850
8976
|
AppBskyGraphUnmuteActor: string;
|
|
8851
8977
|
AppBskyGraphUnmuteActorList: string;
|
|
8978
|
+
AppBskyGraphUnmuteThread: string;
|
|
8852
8979
|
AppBskyLabelerDefs: string;
|
|
8853
8980
|
AppBskyLabelerGetServices: string;
|
|
8854
8981
|
AppBskyLabelerService: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lexicons.d.ts","sourceRoot":"","sources":["../../src/lexicon/lexicons.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEvD,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"lexicons.d.ts","sourceRoot":"","sources":["../../src/lexicon/lexicons.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEvD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuyStB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Lf,CAAA"}
|
package/dist/lexicon/lexicons.js
CHANGED
|
@@ -3972,6 +3972,29 @@ exports.schemaDict = {
|
|
|
3972
3972
|
type: 'string',
|
|
3973
3973
|
format: 'at-uri',
|
|
3974
3974
|
},
|
|
3975
|
+
knownFollowers: {
|
|
3976
|
+
type: 'ref',
|
|
3977
|
+
ref: 'lex:app.bsky.actor.defs#knownFollowers',
|
|
3978
|
+
},
|
|
3979
|
+
},
|
|
3980
|
+
},
|
|
3981
|
+
knownFollowers: {
|
|
3982
|
+
type: 'object',
|
|
3983
|
+
description: "The subject's followers whom you also follow",
|
|
3984
|
+
required: ['count', 'followers'],
|
|
3985
|
+
properties: {
|
|
3986
|
+
count: {
|
|
3987
|
+
type: 'integer',
|
|
3988
|
+
},
|
|
3989
|
+
followers: {
|
|
3990
|
+
type: 'array',
|
|
3991
|
+
minLength: 0,
|
|
3992
|
+
maxLength: 5,
|
|
3993
|
+
items: {
|
|
3994
|
+
type: 'ref',
|
|
3995
|
+
ref: 'lex:app.bsky.actor.defs#profileViewBasic',
|
|
3996
|
+
},
|
|
3997
|
+
},
|
|
3975
3998
|
},
|
|
3976
3999
|
},
|
|
3977
4000
|
preferences: {
|
|
@@ -4920,6 +4943,9 @@ exports.schemaDict = {
|
|
|
4920
4943
|
type: 'string',
|
|
4921
4944
|
format: 'at-uri',
|
|
4922
4945
|
},
|
|
4946
|
+
threadMuted: {
|
|
4947
|
+
type: 'boolean',
|
|
4948
|
+
},
|
|
4923
4949
|
replyDisabled: {
|
|
4924
4950
|
type: 'boolean',
|
|
4925
4951
|
},
|
|
@@ -6879,6 +6905,58 @@ exports.schemaDict = {
|
|
|
6879
6905
|
},
|
|
6880
6906
|
},
|
|
6881
6907
|
},
|
|
6908
|
+
AppBskyGraphGetKnownFollowers: {
|
|
6909
|
+
lexicon: 1,
|
|
6910
|
+
id: 'app.bsky.graph.getKnownFollowers',
|
|
6911
|
+
defs: {
|
|
6912
|
+
main: {
|
|
6913
|
+
type: 'query',
|
|
6914
|
+
description: 'Enumerates accounts which follow a specified account (actor) and are followed by the viewer.',
|
|
6915
|
+
parameters: {
|
|
6916
|
+
type: 'params',
|
|
6917
|
+
required: ['actor'],
|
|
6918
|
+
properties: {
|
|
6919
|
+
actor: {
|
|
6920
|
+
type: 'string',
|
|
6921
|
+
format: 'at-identifier',
|
|
6922
|
+
},
|
|
6923
|
+
limit: {
|
|
6924
|
+
type: 'integer',
|
|
6925
|
+
minimum: 1,
|
|
6926
|
+
maximum: 100,
|
|
6927
|
+
default: 50,
|
|
6928
|
+
},
|
|
6929
|
+
cursor: {
|
|
6930
|
+
type: 'string',
|
|
6931
|
+
},
|
|
6932
|
+
},
|
|
6933
|
+
},
|
|
6934
|
+
output: {
|
|
6935
|
+
encoding: 'application/json',
|
|
6936
|
+
schema: {
|
|
6937
|
+
type: 'object',
|
|
6938
|
+
required: ['subject', 'followers'],
|
|
6939
|
+
properties: {
|
|
6940
|
+
subject: {
|
|
6941
|
+
type: 'ref',
|
|
6942
|
+
ref: 'lex:app.bsky.actor.defs#profileView',
|
|
6943
|
+
},
|
|
6944
|
+
cursor: {
|
|
6945
|
+
type: 'string',
|
|
6946
|
+
},
|
|
6947
|
+
followers: {
|
|
6948
|
+
type: 'array',
|
|
6949
|
+
items: {
|
|
6950
|
+
type: 'ref',
|
|
6951
|
+
ref: 'lex:app.bsky.actor.defs#profileView',
|
|
6952
|
+
},
|
|
6953
|
+
},
|
|
6954
|
+
},
|
|
6955
|
+
},
|
|
6956
|
+
},
|
|
6957
|
+
},
|
|
6958
|
+
},
|
|
6959
|
+
},
|
|
6882
6960
|
AppBskyGraphGetList: {
|
|
6883
6961
|
lexicon: 1,
|
|
6884
6962
|
id: 'app.bsky.graph.getList',
|
|
@@ -7361,6 +7439,29 @@ exports.schemaDict = {
|
|
|
7361
7439
|
},
|
|
7362
7440
|
},
|
|
7363
7441
|
},
|
|
7442
|
+
AppBskyGraphMuteThread: {
|
|
7443
|
+
lexicon: 1,
|
|
7444
|
+
id: 'app.bsky.graph.muteThread',
|
|
7445
|
+
defs: {
|
|
7446
|
+
main: {
|
|
7447
|
+
type: 'procedure',
|
|
7448
|
+
description: 'Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth.',
|
|
7449
|
+
input: {
|
|
7450
|
+
encoding: 'application/json',
|
|
7451
|
+
schema: {
|
|
7452
|
+
type: 'object',
|
|
7453
|
+
required: ['root'],
|
|
7454
|
+
properties: {
|
|
7455
|
+
root: {
|
|
7456
|
+
type: 'string',
|
|
7457
|
+
format: 'at-uri',
|
|
7458
|
+
},
|
|
7459
|
+
},
|
|
7460
|
+
},
|
|
7461
|
+
},
|
|
7462
|
+
},
|
|
7463
|
+
},
|
|
7464
|
+
},
|
|
7364
7465
|
AppBskyGraphUnmuteActor: {
|
|
7365
7466
|
lexicon: 1,
|
|
7366
7467
|
id: 'app.bsky.graph.unmuteActor',
|
|
@@ -7407,6 +7508,29 @@ exports.schemaDict = {
|
|
|
7407
7508
|
},
|
|
7408
7509
|
},
|
|
7409
7510
|
},
|
|
7511
|
+
AppBskyGraphUnmuteThread: {
|
|
7512
|
+
lexicon: 1,
|
|
7513
|
+
id: 'app.bsky.graph.unmuteThread',
|
|
7514
|
+
defs: {
|
|
7515
|
+
main: {
|
|
7516
|
+
type: 'procedure',
|
|
7517
|
+
description: 'Unmutes the specified thread. Requires auth.',
|
|
7518
|
+
input: {
|
|
7519
|
+
encoding: 'application/json',
|
|
7520
|
+
schema: {
|
|
7521
|
+
type: 'object',
|
|
7522
|
+
required: ['root'],
|
|
7523
|
+
properties: {
|
|
7524
|
+
root: {
|
|
7525
|
+
type: 'string',
|
|
7526
|
+
format: 'at-uri',
|
|
7527
|
+
},
|
|
7528
|
+
},
|
|
7529
|
+
},
|
|
7530
|
+
},
|
|
7531
|
+
},
|
|
7532
|
+
},
|
|
7533
|
+
},
|
|
7410
7534
|
AppBskyLabelerDefs: {
|
|
7411
7535
|
lexicon: 1,
|
|
7412
7536
|
id: 'app.bsky.labeler.defs',
|
|
@@ -9243,6 +9367,7 @@ exports.ids = {
|
|
|
9243
9367
|
AppBskyGraphGetBlocks: 'app.bsky.graph.getBlocks',
|
|
9244
9368
|
AppBskyGraphGetFollowers: 'app.bsky.graph.getFollowers',
|
|
9245
9369
|
AppBskyGraphGetFollows: 'app.bsky.graph.getFollows',
|
|
9370
|
+
AppBskyGraphGetKnownFollowers: 'app.bsky.graph.getKnownFollowers',
|
|
9246
9371
|
AppBskyGraphGetList: 'app.bsky.graph.getList',
|
|
9247
9372
|
AppBskyGraphGetListBlocks: 'app.bsky.graph.getListBlocks',
|
|
9248
9373
|
AppBskyGraphGetListMutes: 'app.bsky.graph.getListMutes',
|
|
@@ -9255,8 +9380,10 @@ exports.ids = {
|
|
|
9255
9380
|
AppBskyGraphListitem: 'app.bsky.graph.listitem',
|
|
9256
9381
|
AppBskyGraphMuteActor: 'app.bsky.graph.muteActor',
|
|
9257
9382
|
AppBskyGraphMuteActorList: 'app.bsky.graph.muteActorList',
|
|
9383
|
+
AppBskyGraphMuteThread: 'app.bsky.graph.muteThread',
|
|
9258
9384
|
AppBskyGraphUnmuteActor: 'app.bsky.graph.unmuteActor',
|
|
9259
9385
|
AppBskyGraphUnmuteActorList: 'app.bsky.graph.unmuteActorList',
|
|
9386
|
+
AppBskyGraphUnmuteThread: 'app.bsky.graph.unmuteThread',
|
|
9260
9387
|
AppBskyLabelerDefs: 'app.bsky.labeler.defs',
|
|
9261
9388
|
AppBskyLabelerGetServices: 'app.bsky.labeler.getServices',
|
|
9262
9389
|
AppBskyLabelerService: 'app.bsky.labeler.service',
|