@atproto/api 0.19.10 → 0.19.11
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 +6 -0
- package/dist/client/lexicons.d.ts +198 -38
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +99 -18
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/chat/bsky/actor/defs.d.ts +8 -2
- package/dist/client/types/chat/bsky/actor/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/actor/defs.js +9 -0
- package/dist/client/types/chat/bsky/actor/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.d.ts +30 -10
- package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.js +9 -0
- package/dist/client/types/chat/bsky/convo/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getMessages.d.ts +3 -0
- package/dist/client/types/chat/bsky/convo/getMessages.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/getMessages.js.map +1 -1
- package/package.json +3 -3
- package/src/client/lexicons.ts +101 -18
- package/src/client/types/chat/bsky/actor/defs.ts +17 -1
- package/src/client/types/chat/bsky/convo/defs.ts +43 -10
- package/src/client/types/chat/bsky/convo/getMessages.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atproto/api
|
|
2
2
|
|
|
3
|
+
## 0.19.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4876](https://github.com/bluesky-social/atproto/pull/4876) [`03445ee`](https://github.com/bluesky-social/atproto/commit/03445eef45d9fba66d48ea5ca86742685d91faa5) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - update chat lexicons
|
|
8
|
+
|
|
3
9
|
## 0.19.10
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -9111,7 +9111,7 @@ export declare const schemaDict: {
|
|
|
9111
9111
|
readonly kind: {
|
|
9112
9112
|
readonly description: "Union field that has data specific to different kinds of convos.";
|
|
9113
9113
|
readonly type: "union";
|
|
9114
|
-
readonly refs: ["lex:chat.bsky.actor.defs#directConvoMember", "lex:chat.bsky.actor.defs#groupConvoMember"];
|
|
9114
|
+
readonly refs: ["lex:chat.bsky.actor.defs#directConvoMember", "lex:chat.bsky.actor.defs#groupConvoMember", "lex:chat.bsky.actor.defs#pastGroupConvoMember"];
|
|
9115
9115
|
};
|
|
9116
9116
|
};
|
|
9117
9117
|
};
|
|
@@ -9121,7 +9121,7 @@ export declare const schemaDict: {
|
|
|
9121
9121
|
readonly properties: {};
|
|
9122
9122
|
};
|
|
9123
9123
|
readonly groupConvoMember: {
|
|
9124
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
9124
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A current group convo member.";
|
|
9125
9125
|
readonly type: "object";
|
|
9126
9126
|
readonly required: ["role"];
|
|
9127
9127
|
readonly properties: {
|
|
@@ -9137,6 +9137,12 @@ export declare const schemaDict: {
|
|
|
9137
9137
|
};
|
|
9138
9138
|
};
|
|
9139
9139
|
};
|
|
9140
|
+
readonly pastGroupConvoMember: {
|
|
9141
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A past group convo member.";
|
|
9142
|
+
readonly type: "object";
|
|
9143
|
+
readonly required: [];
|
|
9144
|
+
readonly properties: {};
|
|
9145
|
+
};
|
|
9140
9146
|
};
|
|
9141
9147
|
};
|
|
9142
9148
|
readonly ChatBskyActorDeleteAccount: {
|
|
@@ -9364,6 +9370,16 @@ export declare const schemaDict: {
|
|
|
9364
9370
|
};
|
|
9365
9371
|
};
|
|
9366
9372
|
};
|
|
9373
|
+
readonly systemMessageReferredUser: {
|
|
9374
|
+
readonly type: "object";
|
|
9375
|
+
readonly required: ["did"];
|
|
9376
|
+
readonly properties: {
|
|
9377
|
+
readonly did: {
|
|
9378
|
+
readonly type: "string";
|
|
9379
|
+
readonly format: "did";
|
|
9380
|
+
};
|
|
9381
|
+
};
|
|
9382
|
+
};
|
|
9367
9383
|
readonly systemMessageView: {
|
|
9368
9384
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
9369
9385
|
readonly type: "object";
|
|
@@ -9393,7 +9409,7 @@ export declare const schemaDict: {
|
|
|
9393
9409
|
readonly member: {
|
|
9394
9410
|
readonly description: "Current view of the member who was added.";
|
|
9395
9411
|
readonly type: "ref";
|
|
9396
|
-
readonly ref: "lex:chat.bsky.
|
|
9412
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9397
9413
|
};
|
|
9398
9414
|
readonly role: {
|
|
9399
9415
|
readonly description: "Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.";
|
|
@@ -9402,7 +9418,7 @@ export declare const schemaDict: {
|
|
|
9402
9418
|
};
|
|
9403
9419
|
readonly addedBy: {
|
|
9404
9420
|
readonly type: "ref";
|
|
9405
|
-
readonly ref: "lex:chat.bsky.
|
|
9421
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9406
9422
|
};
|
|
9407
9423
|
};
|
|
9408
9424
|
};
|
|
@@ -9414,11 +9430,11 @@ export declare const schemaDict: {
|
|
|
9414
9430
|
readonly member: {
|
|
9415
9431
|
readonly description: "Current view of the member who was removed.";
|
|
9416
9432
|
readonly type: "ref";
|
|
9417
|
-
readonly ref: "lex:chat.bsky.
|
|
9433
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9418
9434
|
};
|
|
9419
9435
|
readonly removedBy: {
|
|
9420
9436
|
readonly type: "ref";
|
|
9421
|
-
readonly ref: "lex:chat.bsky.
|
|
9437
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9422
9438
|
};
|
|
9423
9439
|
};
|
|
9424
9440
|
};
|
|
@@ -9430,7 +9446,7 @@ export declare const schemaDict: {
|
|
|
9430
9446
|
readonly member: {
|
|
9431
9447
|
readonly description: "Current view of the member who joined.";
|
|
9432
9448
|
readonly type: "ref";
|
|
9433
|
-
readonly ref: "lex:chat.bsky.
|
|
9449
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9434
9450
|
};
|
|
9435
9451
|
readonly role: {
|
|
9436
9452
|
readonly description: "Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.";
|
|
@@ -9440,7 +9456,7 @@ export declare const schemaDict: {
|
|
|
9440
9456
|
readonly approvedBy: {
|
|
9441
9457
|
readonly description: "If join link was configured to require approval, this will be set to who approved the request. Undefined if approval was not required.";
|
|
9442
9458
|
readonly type: "ref";
|
|
9443
|
-
readonly ref: "lex:chat.bsky.
|
|
9459
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9444
9460
|
};
|
|
9445
9461
|
};
|
|
9446
9462
|
};
|
|
@@ -9452,7 +9468,7 @@ export declare const schemaDict: {
|
|
|
9452
9468
|
readonly member: {
|
|
9453
9469
|
readonly description: "Current view of the member who left the group.";
|
|
9454
9470
|
readonly type: "ref";
|
|
9455
|
-
readonly ref: "lex:chat.bsky.
|
|
9471
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9456
9472
|
};
|
|
9457
9473
|
};
|
|
9458
9474
|
};
|
|
@@ -9464,7 +9480,7 @@ export declare const schemaDict: {
|
|
|
9464
9480
|
readonly lockedBy: {
|
|
9465
9481
|
readonly description: "Current view of the member who locked the group.";
|
|
9466
9482
|
readonly type: "ref";
|
|
9467
|
-
readonly ref: "lex:chat.bsky.
|
|
9483
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9468
9484
|
};
|
|
9469
9485
|
};
|
|
9470
9486
|
};
|
|
@@ -9476,7 +9492,7 @@ export declare const schemaDict: {
|
|
|
9476
9492
|
readonly unlockedBy: {
|
|
9477
9493
|
readonly description: "Current view of the member who unlocked the group.";
|
|
9478
9494
|
readonly type: "ref";
|
|
9479
|
-
readonly ref: "lex:chat.bsky.
|
|
9495
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9480
9496
|
};
|
|
9481
9497
|
};
|
|
9482
9498
|
};
|
|
@@ -9488,7 +9504,7 @@ export declare const schemaDict: {
|
|
|
9488
9504
|
readonly lockedBy: {
|
|
9489
9505
|
readonly description: "Current view of the member who locked the group.";
|
|
9490
9506
|
readonly type: "ref";
|
|
9491
|
-
readonly ref: "lex:chat.bsky.
|
|
9507
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
9492
9508
|
};
|
|
9493
9509
|
};
|
|
9494
9510
|
};
|
|
@@ -9850,7 +9866,7 @@ export declare const schemaDict: {
|
|
|
9850
9866
|
readonly logAddMember: {
|
|
9851
9867
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees).";
|
|
9852
9868
|
readonly type: "object";
|
|
9853
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9869
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9854
9870
|
readonly properties: {
|
|
9855
9871
|
readonly rev: {
|
|
9856
9872
|
readonly type: "string";
|
|
@@ -9863,12 +9879,20 @@ export declare const schemaDict: {
|
|
|
9863
9879
|
readonly type: "ref";
|
|
9864
9880
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9865
9881
|
};
|
|
9882
|
+
readonly relatedProfiles: {
|
|
9883
|
+
readonly description: "Profiles referred in the system message.";
|
|
9884
|
+
readonly type: "array";
|
|
9885
|
+
readonly items: {
|
|
9886
|
+
readonly type: "ref";
|
|
9887
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9888
|
+
};
|
|
9889
|
+
};
|
|
9866
9890
|
};
|
|
9867
9891
|
};
|
|
9868
9892
|
readonly logRemoveMember: {
|
|
9869
9893
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message).";
|
|
9870
9894
|
readonly type: "object";
|
|
9871
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9895
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9872
9896
|
readonly properties: {
|
|
9873
9897
|
readonly rev: {
|
|
9874
9898
|
readonly type: "string";
|
|
@@ -9881,12 +9905,20 @@ export declare const schemaDict: {
|
|
|
9881
9905
|
readonly type: "ref";
|
|
9882
9906
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9883
9907
|
};
|
|
9908
|
+
readonly relatedProfiles: {
|
|
9909
|
+
readonly description: "Profiles referred in the system message.";
|
|
9910
|
+
readonly type: "array";
|
|
9911
|
+
readonly items: {
|
|
9912
|
+
readonly type: "ref";
|
|
9913
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9914
|
+
};
|
|
9915
|
+
};
|
|
9884
9916
|
};
|
|
9885
9917
|
};
|
|
9886
9918
|
readonly logMemberJoin: {
|
|
9887
9919
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees).";
|
|
9888
9920
|
readonly type: "object";
|
|
9889
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9921
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9890
9922
|
readonly properties: {
|
|
9891
9923
|
readonly rev: {
|
|
9892
9924
|
readonly type: "string";
|
|
@@ -9899,12 +9931,20 @@ export declare const schemaDict: {
|
|
|
9899
9931
|
readonly type: "ref";
|
|
9900
9932
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9901
9933
|
};
|
|
9934
|
+
readonly relatedProfiles: {
|
|
9935
|
+
readonly description: "Profiles referred in the system message.";
|
|
9936
|
+
readonly type: "array";
|
|
9937
|
+
readonly items: {
|
|
9938
|
+
readonly type: "ref";
|
|
9939
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9940
|
+
};
|
|
9941
|
+
};
|
|
9902
9942
|
};
|
|
9903
9943
|
};
|
|
9904
9944
|
readonly logMemberLeave: {
|
|
9905
9945
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message).";
|
|
9906
9946
|
readonly type: "object";
|
|
9907
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9947
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9908
9948
|
readonly properties: {
|
|
9909
9949
|
readonly rev: {
|
|
9910
9950
|
readonly type: "string";
|
|
@@ -9917,12 +9957,20 @@ export declare const schemaDict: {
|
|
|
9917
9957
|
readonly type: "ref";
|
|
9918
9958
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9919
9959
|
};
|
|
9960
|
+
readonly relatedProfiles: {
|
|
9961
|
+
readonly description: "Profiles referred in the system message.";
|
|
9962
|
+
readonly type: "array";
|
|
9963
|
+
readonly items: {
|
|
9964
|
+
readonly type: "ref";
|
|
9965
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9966
|
+
};
|
|
9967
|
+
};
|
|
9920
9968
|
};
|
|
9921
9969
|
};
|
|
9922
9970
|
readonly logLockConvo: {
|
|
9923
9971
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked.";
|
|
9924
9972
|
readonly type: "object";
|
|
9925
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9973
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9926
9974
|
readonly properties: {
|
|
9927
9975
|
readonly rev: {
|
|
9928
9976
|
readonly type: "string";
|
|
@@ -9935,12 +9983,20 @@ export declare const schemaDict: {
|
|
|
9935
9983
|
readonly type: "ref";
|
|
9936
9984
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9937
9985
|
};
|
|
9986
|
+
readonly relatedProfiles: {
|
|
9987
|
+
readonly description: "Profiles referred in the system message.";
|
|
9988
|
+
readonly type: "array";
|
|
9989
|
+
readonly items: {
|
|
9990
|
+
readonly type: "ref";
|
|
9991
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9992
|
+
};
|
|
9993
|
+
};
|
|
9938
9994
|
};
|
|
9939
9995
|
};
|
|
9940
9996
|
readonly logUnlockConvo: {
|
|
9941
9997
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked.";
|
|
9942
9998
|
readonly type: "object";
|
|
9943
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9999
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9944
10000
|
readonly properties: {
|
|
9945
10001
|
readonly rev: {
|
|
9946
10002
|
readonly type: "string";
|
|
@@ -9953,12 +10009,20 @@ export declare const schemaDict: {
|
|
|
9953
10009
|
readonly type: "ref";
|
|
9954
10010
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9955
10011
|
};
|
|
10012
|
+
readonly relatedProfiles: {
|
|
10013
|
+
readonly description: "Profiles referred in the system message.";
|
|
10014
|
+
readonly type: "array";
|
|
10015
|
+
readonly items: {
|
|
10016
|
+
readonly type: "ref";
|
|
10017
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10018
|
+
};
|
|
10019
|
+
};
|
|
9956
10020
|
};
|
|
9957
10021
|
};
|
|
9958
10022
|
readonly logLockConvoPermanently: {
|
|
9959
10023
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently.";
|
|
9960
10024
|
readonly type: "object";
|
|
9961
|
-
readonly required: ["rev", "convoId", "message"];
|
|
10025
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9962
10026
|
readonly properties: {
|
|
9963
10027
|
readonly rev: {
|
|
9964
10028
|
readonly type: "string";
|
|
@@ -9971,6 +10035,14 @@ export declare const schemaDict: {
|
|
|
9971
10035
|
readonly type: "ref";
|
|
9972
10036
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9973
10037
|
};
|
|
10038
|
+
readonly relatedProfiles: {
|
|
10039
|
+
readonly description: "Profiles referred in the system message.";
|
|
10040
|
+
readonly type: "array";
|
|
10041
|
+
readonly items: {
|
|
10042
|
+
readonly type: "ref";
|
|
10043
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10044
|
+
};
|
|
10045
|
+
};
|
|
9974
10046
|
};
|
|
9975
10047
|
};
|
|
9976
10048
|
readonly logEditGroup: {
|
|
@@ -10426,6 +10498,14 @@ export declare const schemaDict: {
|
|
|
10426
10498
|
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#systemMessageView"];
|
|
10427
10499
|
};
|
|
10428
10500
|
};
|
|
10501
|
+
readonly relatedProfiles: {
|
|
10502
|
+
readonly description: "Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included.";
|
|
10503
|
+
readonly type: "array";
|
|
10504
|
+
readonly items: {
|
|
10505
|
+
readonly type: "ref";
|
|
10506
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10507
|
+
};
|
|
10508
|
+
};
|
|
10429
10509
|
};
|
|
10430
10510
|
};
|
|
10431
10511
|
};
|
|
@@ -29852,7 +29932,7 @@ export declare const schemas: ({
|
|
|
29852
29932
|
readonly kind: {
|
|
29853
29933
|
readonly description: "Union field that has data specific to different kinds of convos.";
|
|
29854
29934
|
readonly type: "union";
|
|
29855
|
-
readonly refs: ["lex:chat.bsky.actor.defs#directConvoMember", "lex:chat.bsky.actor.defs#groupConvoMember"];
|
|
29935
|
+
readonly refs: ["lex:chat.bsky.actor.defs#directConvoMember", "lex:chat.bsky.actor.defs#groupConvoMember", "lex:chat.bsky.actor.defs#pastGroupConvoMember"];
|
|
29856
29936
|
};
|
|
29857
29937
|
};
|
|
29858
29938
|
};
|
|
@@ -29862,7 +29942,7 @@ export declare const schemas: ({
|
|
|
29862
29942
|
readonly properties: {};
|
|
29863
29943
|
};
|
|
29864
29944
|
readonly groupConvoMember: {
|
|
29865
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
29945
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A current group convo member.";
|
|
29866
29946
|
readonly type: "object";
|
|
29867
29947
|
readonly required: ["role"];
|
|
29868
29948
|
readonly properties: {
|
|
@@ -29878,6 +29958,12 @@ export declare const schemas: ({
|
|
|
29878
29958
|
};
|
|
29879
29959
|
};
|
|
29880
29960
|
};
|
|
29961
|
+
readonly pastGroupConvoMember: {
|
|
29962
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A past group convo member.";
|
|
29963
|
+
readonly type: "object";
|
|
29964
|
+
readonly required: [];
|
|
29965
|
+
readonly properties: {};
|
|
29966
|
+
};
|
|
29881
29967
|
};
|
|
29882
29968
|
} | {
|
|
29883
29969
|
readonly lexicon: 1;
|
|
@@ -30100,6 +30186,16 @@ export declare const schemas: ({
|
|
|
30100
30186
|
};
|
|
30101
30187
|
};
|
|
30102
30188
|
};
|
|
30189
|
+
readonly systemMessageReferredUser: {
|
|
30190
|
+
readonly type: "object";
|
|
30191
|
+
readonly required: ["did"];
|
|
30192
|
+
readonly properties: {
|
|
30193
|
+
readonly did: {
|
|
30194
|
+
readonly type: "string";
|
|
30195
|
+
readonly format: "did";
|
|
30196
|
+
};
|
|
30197
|
+
};
|
|
30198
|
+
};
|
|
30103
30199
|
readonly systemMessageView: {
|
|
30104
30200
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
30105
30201
|
readonly type: "object";
|
|
@@ -30129,7 +30225,7 @@ export declare const schemas: ({
|
|
|
30129
30225
|
readonly member: {
|
|
30130
30226
|
readonly description: "Current view of the member who was added.";
|
|
30131
30227
|
readonly type: "ref";
|
|
30132
|
-
readonly ref: "lex:chat.bsky.
|
|
30228
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30133
30229
|
};
|
|
30134
30230
|
readonly role: {
|
|
30135
30231
|
readonly description: "Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.";
|
|
@@ -30138,7 +30234,7 @@ export declare const schemas: ({
|
|
|
30138
30234
|
};
|
|
30139
30235
|
readonly addedBy: {
|
|
30140
30236
|
readonly type: "ref";
|
|
30141
|
-
readonly ref: "lex:chat.bsky.
|
|
30237
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30142
30238
|
};
|
|
30143
30239
|
};
|
|
30144
30240
|
};
|
|
@@ -30150,11 +30246,11 @@ export declare const schemas: ({
|
|
|
30150
30246
|
readonly member: {
|
|
30151
30247
|
readonly description: "Current view of the member who was removed.";
|
|
30152
30248
|
readonly type: "ref";
|
|
30153
|
-
readonly ref: "lex:chat.bsky.
|
|
30249
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30154
30250
|
};
|
|
30155
30251
|
readonly removedBy: {
|
|
30156
30252
|
readonly type: "ref";
|
|
30157
|
-
readonly ref: "lex:chat.bsky.
|
|
30253
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30158
30254
|
};
|
|
30159
30255
|
};
|
|
30160
30256
|
};
|
|
@@ -30166,7 +30262,7 @@ export declare const schemas: ({
|
|
|
30166
30262
|
readonly member: {
|
|
30167
30263
|
readonly description: "Current view of the member who joined.";
|
|
30168
30264
|
readonly type: "ref";
|
|
30169
|
-
readonly ref: "lex:chat.bsky.
|
|
30265
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30170
30266
|
};
|
|
30171
30267
|
readonly role: {
|
|
30172
30268
|
readonly description: "Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.";
|
|
@@ -30176,7 +30272,7 @@ export declare const schemas: ({
|
|
|
30176
30272
|
readonly approvedBy: {
|
|
30177
30273
|
readonly description: "If join link was configured to require approval, this will be set to who approved the request. Undefined if approval was not required.";
|
|
30178
30274
|
readonly type: "ref";
|
|
30179
|
-
readonly ref: "lex:chat.bsky.
|
|
30275
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30180
30276
|
};
|
|
30181
30277
|
};
|
|
30182
30278
|
};
|
|
@@ -30188,7 +30284,7 @@ export declare const schemas: ({
|
|
|
30188
30284
|
readonly member: {
|
|
30189
30285
|
readonly description: "Current view of the member who left the group.";
|
|
30190
30286
|
readonly type: "ref";
|
|
30191
|
-
readonly ref: "lex:chat.bsky.
|
|
30287
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30192
30288
|
};
|
|
30193
30289
|
};
|
|
30194
30290
|
};
|
|
@@ -30200,7 +30296,7 @@ export declare const schemas: ({
|
|
|
30200
30296
|
readonly lockedBy: {
|
|
30201
30297
|
readonly description: "Current view of the member who locked the group.";
|
|
30202
30298
|
readonly type: "ref";
|
|
30203
|
-
readonly ref: "lex:chat.bsky.
|
|
30299
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30204
30300
|
};
|
|
30205
30301
|
};
|
|
30206
30302
|
};
|
|
@@ -30212,7 +30308,7 @@ export declare const schemas: ({
|
|
|
30212
30308
|
readonly unlockedBy: {
|
|
30213
30309
|
readonly description: "Current view of the member who unlocked the group.";
|
|
30214
30310
|
readonly type: "ref";
|
|
30215
|
-
readonly ref: "lex:chat.bsky.
|
|
30311
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30216
30312
|
};
|
|
30217
30313
|
};
|
|
30218
30314
|
};
|
|
@@ -30224,7 +30320,7 @@ export declare const schemas: ({
|
|
|
30224
30320
|
readonly lockedBy: {
|
|
30225
30321
|
readonly description: "Current view of the member who locked the group.";
|
|
30226
30322
|
readonly type: "ref";
|
|
30227
|
-
readonly ref: "lex:chat.bsky.
|
|
30323
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30228
30324
|
};
|
|
30229
30325
|
};
|
|
30230
30326
|
};
|
|
@@ -30586,7 +30682,7 @@ export declare const schemas: ({
|
|
|
30586
30682
|
readonly logAddMember: {
|
|
30587
30683
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees).";
|
|
30588
30684
|
readonly type: "object";
|
|
30589
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30685
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30590
30686
|
readonly properties: {
|
|
30591
30687
|
readonly rev: {
|
|
30592
30688
|
readonly type: "string";
|
|
@@ -30599,12 +30695,20 @@ export declare const schemas: ({
|
|
|
30599
30695
|
readonly type: "ref";
|
|
30600
30696
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30601
30697
|
};
|
|
30698
|
+
readonly relatedProfiles: {
|
|
30699
|
+
readonly description: "Profiles referred in the system message.";
|
|
30700
|
+
readonly type: "array";
|
|
30701
|
+
readonly items: {
|
|
30702
|
+
readonly type: "ref";
|
|
30703
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30704
|
+
};
|
|
30705
|
+
};
|
|
30602
30706
|
};
|
|
30603
30707
|
};
|
|
30604
30708
|
readonly logRemoveMember: {
|
|
30605
30709
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message).";
|
|
30606
30710
|
readonly type: "object";
|
|
30607
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30711
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30608
30712
|
readonly properties: {
|
|
30609
30713
|
readonly rev: {
|
|
30610
30714
|
readonly type: "string";
|
|
@@ -30617,12 +30721,20 @@ export declare const schemas: ({
|
|
|
30617
30721
|
readonly type: "ref";
|
|
30618
30722
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30619
30723
|
};
|
|
30724
|
+
readonly relatedProfiles: {
|
|
30725
|
+
readonly description: "Profiles referred in the system message.";
|
|
30726
|
+
readonly type: "array";
|
|
30727
|
+
readonly items: {
|
|
30728
|
+
readonly type: "ref";
|
|
30729
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30730
|
+
};
|
|
30731
|
+
};
|
|
30620
30732
|
};
|
|
30621
30733
|
};
|
|
30622
30734
|
readonly logMemberJoin: {
|
|
30623
30735
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees).";
|
|
30624
30736
|
readonly type: "object";
|
|
30625
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30737
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30626
30738
|
readonly properties: {
|
|
30627
30739
|
readonly rev: {
|
|
30628
30740
|
readonly type: "string";
|
|
@@ -30635,12 +30747,20 @@ export declare const schemas: ({
|
|
|
30635
30747
|
readonly type: "ref";
|
|
30636
30748
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30637
30749
|
};
|
|
30750
|
+
readonly relatedProfiles: {
|
|
30751
|
+
readonly description: "Profiles referred in the system message.";
|
|
30752
|
+
readonly type: "array";
|
|
30753
|
+
readonly items: {
|
|
30754
|
+
readonly type: "ref";
|
|
30755
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30756
|
+
};
|
|
30757
|
+
};
|
|
30638
30758
|
};
|
|
30639
30759
|
};
|
|
30640
30760
|
readonly logMemberLeave: {
|
|
30641
30761
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message).";
|
|
30642
30762
|
readonly type: "object";
|
|
30643
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30763
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30644
30764
|
readonly properties: {
|
|
30645
30765
|
readonly rev: {
|
|
30646
30766
|
readonly type: "string";
|
|
@@ -30653,12 +30773,20 @@ export declare const schemas: ({
|
|
|
30653
30773
|
readonly type: "ref";
|
|
30654
30774
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30655
30775
|
};
|
|
30776
|
+
readonly relatedProfiles: {
|
|
30777
|
+
readonly description: "Profiles referred in the system message.";
|
|
30778
|
+
readonly type: "array";
|
|
30779
|
+
readonly items: {
|
|
30780
|
+
readonly type: "ref";
|
|
30781
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30782
|
+
};
|
|
30783
|
+
};
|
|
30656
30784
|
};
|
|
30657
30785
|
};
|
|
30658
30786
|
readonly logLockConvo: {
|
|
30659
30787
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked.";
|
|
30660
30788
|
readonly type: "object";
|
|
30661
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30789
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30662
30790
|
readonly properties: {
|
|
30663
30791
|
readonly rev: {
|
|
30664
30792
|
readonly type: "string";
|
|
@@ -30671,12 +30799,20 @@ export declare const schemas: ({
|
|
|
30671
30799
|
readonly type: "ref";
|
|
30672
30800
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30673
30801
|
};
|
|
30802
|
+
readonly relatedProfiles: {
|
|
30803
|
+
readonly description: "Profiles referred in the system message.";
|
|
30804
|
+
readonly type: "array";
|
|
30805
|
+
readonly items: {
|
|
30806
|
+
readonly type: "ref";
|
|
30807
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30808
|
+
};
|
|
30809
|
+
};
|
|
30674
30810
|
};
|
|
30675
30811
|
};
|
|
30676
30812
|
readonly logUnlockConvo: {
|
|
30677
30813
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked.";
|
|
30678
30814
|
readonly type: "object";
|
|
30679
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30815
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30680
30816
|
readonly properties: {
|
|
30681
30817
|
readonly rev: {
|
|
30682
30818
|
readonly type: "string";
|
|
@@ -30689,12 +30825,20 @@ export declare const schemas: ({
|
|
|
30689
30825
|
readonly type: "ref";
|
|
30690
30826
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30691
30827
|
};
|
|
30828
|
+
readonly relatedProfiles: {
|
|
30829
|
+
readonly description: "Profiles referred in the system message.";
|
|
30830
|
+
readonly type: "array";
|
|
30831
|
+
readonly items: {
|
|
30832
|
+
readonly type: "ref";
|
|
30833
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30834
|
+
};
|
|
30835
|
+
};
|
|
30692
30836
|
};
|
|
30693
30837
|
};
|
|
30694
30838
|
readonly logLockConvoPermanently: {
|
|
30695
30839
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently.";
|
|
30696
30840
|
readonly type: "object";
|
|
30697
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30841
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30698
30842
|
readonly properties: {
|
|
30699
30843
|
readonly rev: {
|
|
30700
30844
|
readonly type: "string";
|
|
@@ -30707,6 +30851,14 @@ export declare const schemas: ({
|
|
|
30707
30851
|
readonly type: "ref";
|
|
30708
30852
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30709
30853
|
};
|
|
30854
|
+
readonly relatedProfiles: {
|
|
30855
|
+
readonly description: "Profiles referred in the system message.";
|
|
30856
|
+
readonly type: "array";
|
|
30857
|
+
readonly items: {
|
|
30858
|
+
readonly type: "ref";
|
|
30859
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30860
|
+
};
|
|
30861
|
+
};
|
|
30710
30862
|
};
|
|
30711
30863
|
};
|
|
30712
30864
|
readonly logEditGroup: {
|
|
@@ -31155,6 +31307,14 @@ export declare const schemas: ({
|
|
|
31155
31307
|
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#systemMessageView"];
|
|
31156
31308
|
};
|
|
31157
31309
|
};
|
|
31310
|
+
readonly relatedProfiles: {
|
|
31311
|
+
readonly description: "Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included.";
|
|
31312
|
+
readonly type: "array";
|
|
31313
|
+
readonly items: {
|
|
31314
|
+
readonly type: "ref";
|
|
31315
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
31316
|
+
};
|
|
31317
|
+
};
|
|
31158
31318
|
};
|
|
31159
31319
|
};
|
|
31160
31320
|
};
|