@atproto/api 0.19.10 → 0.19.12
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 +12 -0
- package/dist/client/lexicons.d.ts +208 -40
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +104 -19
- 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 +31 -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 +2 -2
- package/src/client/lexicons.ts +106 -19
- package/src/client/types/chat/bsky/actor/defs.ts +17 -1
- package/src/client/types/chat/bsky/convo/defs.ts +44 -10
- package/src/client/types/chat/bsky/convo/getMessages.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atproto/api
|
|
2
2
|
|
|
3
|
+
## 0.19.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4903](https://github.com/bluesky-social/atproto/pull/4903) [`3f1cb53`](https://github.com/bluesky-social/atproto/commit/3f1cb5374cec92b4422bbb9a7d6f06dba77396ae) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - update chat lexicons
|
|
8
|
+
|
|
9
|
+
## 0.19.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 0.19.10
|
|
4
16
|
|
|
5
17
|
### 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
|
};
|
|
@@ -9649,7 +9665,7 @@ export declare const schemaDict: {
|
|
|
9649
9665
|
readonly groupConvo: {
|
|
9650
9666
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
9651
9667
|
readonly type: "object";
|
|
9652
|
-
readonly required: ["name", "lockStatus", "memberCount"];
|
|
9668
|
+
readonly required: ["name", "lockStatus", "memberCount", "createdAt"];
|
|
9653
9669
|
readonly properties: {
|
|
9654
9670
|
readonly name: {
|
|
9655
9671
|
readonly type: "string";
|
|
@@ -9661,6 +9677,10 @@ export declare const schemaDict: {
|
|
|
9661
9677
|
readonly type: "integer";
|
|
9662
9678
|
readonly description: "The total number of members in the group conversation.";
|
|
9663
9679
|
};
|
|
9680
|
+
readonly createdAt: {
|
|
9681
|
+
readonly type: "string";
|
|
9682
|
+
readonly format: "datetime";
|
|
9683
|
+
};
|
|
9664
9684
|
readonly joinLink: {
|
|
9665
9685
|
readonly type: "ref";
|
|
9666
9686
|
readonly ref: "lex:chat.bsky.group.defs#joinLinkView";
|
|
@@ -9850,7 +9870,7 @@ export declare const schemaDict: {
|
|
|
9850
9870
|
readonly logAddMember: {
|
|
9851
9871
|
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
9872
|
readonly type: "object";
|
|
9853
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9873
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9854
9874
|
readonly properties: {
|
|
9855
9875
|
readonly rev: {
|
|
9856
9876
|
readonly type: "string";
|
|
@@ -9863,12 +9883,20 @@ export declare const schemaDict: {
|
|
|
9863
9883
|
readonly type: "ref";
|
|
9864
9884
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9865
9885
|
};
|
|
9886
|
+
readonly relatedProfiles: {
|
|
9887
|
+
readonly description: "Profiles referred in the system message.";
|
|
9888
|
+
readonly type: "array";
|
|
9889
|
+
readonly items: {
|
|
9890
|
+
readonly type: "ref";
|
|
9891
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9892
|
+
};
|
|
9893
|
+
};
|
|
9866
9894
|
};
|
|
9867
9895
|
};
|
|
9868
9896
|
readonly logRemoveMember: {
|
|
9869
9897
|
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
9898
|
readonly type: "object";
|
|
9871
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9899
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9872
9900
|
readonly properties: {
|
|
9873
9901
|
readonly rev: {
|
|
9874
9902
|
readonly type: "string";
|
|
@@ -9881,12 +9909,20 @@ export declare const schemaDict: {
|
|
|
9881
9909
|
readonly type: "ref";
|
|
9882
9910
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9883
9911
|
};
|
|
9912
|
+
readonly relatedProfiles: {
|
|
9913
|
+
readonly description: "Profiles referred in the system message.";
|
|
9914
|
+
readonly type: "array";
|
|
9915
|
+
readonly items: {
|
|
9916
|
+
readonly type: "ref";
|
|
9917
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9918
|
+
};
|
|
9919
|
+
};
|
|
9884
9920
|
};
|
|
9885
9921
|
};
|
|
9886
9922
|
readonly logMemberJoin: {
|
|
9887
9923
|
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
9924
|
readonly type: "object";
|
|
9889
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9925
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9890
9926
|
readonly properties: {
|
|
9891
9927
|
readonly rev: {
|
|
9892
9928
|
readonly type: "string";
|
|
@@ -9899,12 +9935,20 @@ export declare const schemaDict: {
|
|
|
9899
9935
|
readonly type: "ref";
|
|
9900
9936
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9901
9937
|
};
|
|
9938
|
+
readonly relatedProfiles: {
|
|
9939
|
+
readonly description: "Profiles referred in the system message.";
|
|
9940
|
+
readonly type: "array";
|
|
9941
|
+
readonly items: {
|
|
9942
|
+
readonly type: "ref";
|
|
9943
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9944
|
+
};
|
|
9945
|
+
};
|
|
9902
9946
|
};
|
|
9903
9947
|
};
|
|
9904
9948
|
readonly logMemberLeave: {
|
|
9905
9949
|
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
9950
|
readonly type: "object";
|
|
9907
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9951
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9908
9952
|
readonly properties: {
|
|
9909
9953
|
readonly rev: {
|
|
9910
9954
|
readonly type: "string";
|
|
@@ -9917,12 +9961,20 @@ export declare const schemaDict: {
|
|
|
9917
9961
|
readonly type: "ref";
|
|
9918
9962
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9919
9963
|
};
|
|
9964
|
+
readonly relatedProfiles: {
|
|
9965
|
+
readonly description: "Profiles referred in the system message.";
|
|
9966
|
+
readonly type: "array";
|
|
9967
|
+
readonly items: {
|
|
9968
|
+
readonly type: "ref";
|
|
9969
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9970
|
+
};
|
|
9971
|
+
};
|
|
9920
9972
|
};
|
|
9921
9973
|
};
|
|
9922
9974
|
readonly logLockConvo: {
|
|
9923
9975
|
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
9976
|
readonly type: "object";
|
|
9925
|
-
readonly required: ["rev", "convoId", "message"];
|
|
9977
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9926
9978
|
readonly properties: {
|
|
9927
9979
|
readonly rev: {
|
|
9928
9980
|
readonly type: "string";
|
|
@@ -9935,12 +9987,20 @@ export declare const schemaDict: {
|
|
|
9935
9987
|
readonly type: "ref";
|
|
9936
9988
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9937
9989
|
};
|
|
9990
|
+
readonly relatedProfiles: {
|
|
9991
|
+
readonly description: "Profiles referred in the system message.";
|
|
9992
|
+
readonly type: "array";
|
|
9993
|
+
readonly items: {
|
|
9994
|
+
readonly type: "ref";
|
|
9995
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
9996
|
+
};
|
|
9997
|
+
};
|
|
9938
9998
|
};
|
|
9939
9999
|
};
|
|
9940
10000
|
readonly logUnlockConvo: {
|
|
9941
10001
|
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
10002
|
readonly type: "object";
|
|
9943
|
-
readonly required: ["rev", "convoId", "message"];
|
|
10003
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9944
10004
|
readonly properties: {
|
|
9945
10005
|
readonly rev: {
|
|
9946
10006
|
readonly type: "string";
|
|
@@ -9953,12 +10013,20 @@ export declare const schemaDict: {
|
|
|
9953
10013
|
readonly type: "ref";
|
|
9954
10014
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9955
10015
|
};
|
|
10016
|
+
readonly relatedProfiles: {
|
|
10017
|
+
readonly description: "Profiles referred in the system message.";
|
|
10018
|
+
readonly type: "array";
|
|
10019
|
+
readonly items: {
|
|
10020
|
+
readonly type: "ref";
|
|
10021
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10022
|
+
};
|
|
10023
|
+
};
|
|
9956
10024
|
};
|
|
9957
10025
|
};
|
|
9958
10026
|
readonly logLockConvoPermanently: {
|
|
9959
10027
|
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
10028
|
readonly type: "object";
|
|
9961
|
-
readonly required: ["rev", "convoId", "message"];
|
|
10029
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
9962
10030
|
readonly properties: {
|
|
9963
10031
|
readonly rev: {
|
|
9964
10032
|
readonly type: "string";
|
|
@@ -9971,6 +10039,14 @@ export declare const schemaDict: {
|
|
|
9971
10039
|
readonly type: "ref";
|
|
9972
10040
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
9973
10041
|
};
|
|
10042
|
+
readonly relatedProfiles: {
|
|
10043
|
+
readonly description: "Profiles referred in the system message.";
|
|
10044
|
+
readonly type: "array";
|
|
10045
|
+
readonly items: {
|
|
10046
|
+
readonly type: "ref";
|
|
10047
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10048
|
+
};
|
|
10049
|
+
};
|
|
9974
10050
|
};
|
|
9975
10051
|
};
|
|
9976
10052
|
readonly logEditGroup: {
|
|
@@ -10426,6 +10502,14 @@ export declare const schemaDict: {
|
|
|
10426
10502
|
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#systemMessageView"];
|
|
10427
10503
|
};
|
|
10428
10504
|
};
|
|
10505
|
+
readonly relatedProfiles: {
|
|
10506
|
+
readonly description: "Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included.";
|
|
10507
|
+
readonly type: "array";
|
|
10508
|
+
readonly items: {
|
|
10509
|
+
readonly type: "ref";
|
|
10510
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10511
|
+
};
|
|
10512
|
+
};
|
|
10429
10513
|
};
|
|
10430
10514
|
};
|
|
10431
10515
|
};
|
|
@@ -29852,7 +29936,7 @@ export declare const schemas: ({
|
|
|
29852
29936
|
readonly kind: {
|
|
29853
29937
|
readonly description: "Union field that has data specific to different kinds of convos.";
|
|
29854
29938
|
readonly type: "union";
|
|
29855
|
-
readonly refs: ["lex:chat.bsky.actor.defs#directConvoMember", "lex:chat.bsky.actor.defs#groupConvoMember"];
|
|
29939
|
+
readonly refs: ["lex:chat.bsky.actor.defs#directConvoMember", "lex:chat.bsky.actor.defs#groupConvoMember", "lex:chat.bsky.actor.defs#pastGroupConvoMember"];
|
|
29856
29940
|
};
|
|
29857
29941
|
};
|
|
29858
29942
|
};
|
|
@@ -29862,7 +29946,7 @@ export declare const schemas: ({
|
|
|
29862
29946
|
readonly properties: {};
|
|
29863
29947
|
};
|
|
29864
29948
|
readonly groupConvoMember: {
|
|
29865
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
29949
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A current group convo member.";
|
|
29866
29950
|
readonly type: "object";
|
|
29867
29951
|
readonly required: ["role"];
|
|
29868
29952
|
readonly properties: {
|
|
@@ -29878,6 +29962,12 @@ export declare const schemas: ({
|
|
|
29878
29962
|
};
|
|
29879
29963
|
};
|
|
29880
29964
|
};
|
|
29965
|
+
readonly pastGroupConvoMember: {
|
|
29966
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A past group convo member.";
|
|
29967
|
+
readonly type: "object";
|
|
29968
|
+
readonly required: [];
|
|
29969
|
+
readonly properties: {};
|
|
29970
|
+
};
|
|
29881
29971
|
};
|
|
29882
29972
|
} | {
|
|
29883
29973
|
readonly lexicon: 1;
|
|
@@ -30100,6 +30190,16 @@ export declare const schemas: ({
|
|
|
30100
30190
|
};
|
|
30101
30191
|
};
|
|
30102
30192
|
};
|
|
30193
|
+
readonly systemMessageReferredUser: {
|
|
30194
|
+
readonly type: "object";
|
|
30195
|
+
readonly required: ["did"];
|
|
30196
|
+
readonly properties: {
|
|
30197
|
+
readonly did: {
|
|
30198
|
+
readonly type: "string";
|
|
30199
|
+
readonly format: "did";
|
|
30200
|
+
};
|
|
30201
|
+
};
|
|
30202
|
+
};
|
|
30103
30203
|
readonly systemMessageView: {
|
|
30104
30204
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
30105
30205
|
readonly type: "object";
|
|
@@ -30129,7 +30229,7 @@ export declare const schemas: ({
|
|
|
30129
30229
|
readonly member: {
|
|
30130
30230
|
readonly description: "Current view of the member who was added.";
|
|
30131
30231
|
readonly type: "ref";
|
|
30132
|
-
readonly ref: "lex:chat.bsky.
|
|
30232
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30133
30233
|
};
|
|
30134
30234
|
readonly role: {
|
|
30135
30235
|
readonly description: "Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.";
|
|
@@ -30138,7 +30238,7 @@ export declare const schemas: ({
|
|
|
30138
30238
|
};
|
|
30139
30239
|
readonly addedBy: {
|
|
30140
30240
|
readonly type: "ref";
|
|
30141
|
-
readonly ref: "lex:chat.bsky.
|
|
30241
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30142
30242
|
};
|
|
30143
30243
|
};
|
|
30144
30244
|
};
|
|
@@ -30150,11 +30250,11 @@ export declare const schemas: ({
|
|
|
30150
30250
|
readonly member: {
|
|
30151
30251
|
readonly description: "Current view of the member who was removed.";
|
|
30152
30252
|
readonly type: "ref";
|
|
30153
|
-
readonly ref: "lex:chat.bsky.
|
|
30253
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30154
30254
|
};
|
|
30155
30255
|
readonly removedBy: {
|
|
30156
30256
|
readonly type: "ref";
|
|
30157
|
-
readonly ref: "lex:chat.bsky.
|
|
30257
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30158
30258
|
};
|
|
30159
30259
|
};
|
|
30160
30260
|
};
|
|
@@ -30166,7 +30266,7 @@ export declare const schemas: ({
|
|
|
30166
30266
|
readonly member: {
|
|
30167
30267
|
readonly description: "Current view of the member who joined.";
|
|
30168
30268
|
readonly type: "ref";
|
|
30169
|
-
readonly ref: "lex:chat.bsky.
|
|
30269
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30170
30270
|
};
|
|
30171
30271
|
readonly role: {
|
|
30172
30272
|
readonly description: "Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.";
|
|
@@ -30176,7 +30276,7 @@ export declare const schemas: ({
|
|
|
30176
30276
|
readonly approvedBy: {
|
|
30177
30277
|
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
30278
|
readonly type: "ref";
|
|
30179
|
-
readonly ref: "lex:chat.bsky.
|
|
30279
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30180
30280
|
};
|
|
30181
30281
|
};
|
|
30182
30282
|
};
|
|
@@ -30188,7 +30288,7 @@ export declare const schemas: ({
|
|
|
30188
30288
|
readonly member: {
|
|
30189
30289
|
readonly description: "Current view of the member who left the group.";
|
|
30190
30290
|
readonly type: "ref";
|
|
30191
|
-
readonly ref: "lex:chat.bsky.
|
|
30291
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30192
30292
|
};
|
|
30193
30293
|
};
|
|
30194
30294
|
};
|
|
@@ -30200,7 +30300,7 @@ export declare const schemas: ({
|
|
|
30200
30300
|
readonly lockedBy: {
|
|
30201
30301
|
readonly description: "Current view of the member who locked the group.";
|
|
30202
30302
|
readonly type: "ref";
|
|
30203
|
-
readonly ref: "lex:chat.bsky.
|
|
30303
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30204
30304
|
};
|
|
30205
30305
|
};
|
|
30206
30306
|
};
|
|
@@ -30212,7 +30312,7 @@ export declare const schemas: ({
|
|
|
30212
30312
|
readonly unlockedBy: {
|
|
30213
30313
|
readonly description: "Current view of the member who unlocked the group.";
|
|
30214
30314
|
readonly type: "ref";
|
|
30215
|
-
readonly ref: "lex:chat.bsky.
|
|
30315
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30216
30316
|
};
|
|
30217
30317
|
};
|
|
30218
30318
|
};
|
|
@@ -30224,7 +30324,7 @@ export declare const schemas: ({
|
|
|
30224
30324
|
readonly lockedBy: {
|
|
30225
30325
|
readonly description: "Current view of the member who locked the group.";
|
|
30226
30326
|
readonly type: "ref";
|
|
30227
|
-
readonly ref: "lex:chat.bsky.
|
|
30327
|
+
readonly ref: "lex:chat.bsky.convo.defs#systemMessageReferredUser";
|
|
30228
30328
|
};
|
|
30229
30329
|
};
|
|
30230
30330
|
};
|
|
@@ -30385,7 +30485,7 @@ export declare const schemas: ({
|
|
|
30385
30485
|
readonly groupConvo: {
|
|
30386
30486
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
30387
30487
|
readonly type: "object";
|
|
30388
|
-
readonly required: ["name", "lockStatus", "memberCount"];
|
|
30488
|
+
readonly required: ["name", "lockStatus", "memberCount", "createdAt"];
|
|
30389
30489
|
readonly properties: {
|
|
30390
30490
|
readonly name: {
|
|
30391
30491
|
readonly type: "string";
|
|
@@ -30397,6 +30497,10 @@ export declare const schemas: ({
|
|
|
30397
30497
|
readonly type: "integer";
|
|
30398
30498
|
readonly description: "The total number of members in the group conversation.";
|
|
30399
30499
|
};
|
|
30500
|
+
readonly createdAt: {
|
|
30501
|
+
readonly type: "string";
|
|
30502
|
+
readonly format: "datetime";
|
|
30503
|
+
};
|
|
30400
30504
|
readonly joinLink: {
|
|
30401
30505
|
readonly type: "ref";
|
|
30402
30506
|
readonly ref: "lex:chat.bsky.group.defs#joinLinkView";
|
|
@@ -30586,7 +30690,7 @@ export declare const schemas: ({
|
|
|
30586
30690
|
readonly logAddMember: {
|
|
30587
30691
|
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
30692
|
readonly type: "object";
|
|
30589
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30693
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30590
30694
|
readonly properties: {
|
|
30591
30695
|
readonly rev: {
|
|
30592
30696
|
readonly type: "string";
|
|
@@ -30599,12 +30703,20 @@ export declare const schemas: ({
|
|
|
30599
30703
|
readonly type: "ref";
|
|
30600
30704
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30601
30705
|
};
|
|
30706
|
+
readonly relatedProfiles: {
|
|
30707
|
+
readonly description: "Profiles referred in the system message.";
|
|
30708
|
+
readonly type: "array";
|
|
30709
|
+
readonly items: {
|
|
30710
|
+
readonly type: "ref";
|
|
30711
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30712
|
+
};
|
|
30713
|
+
};
|
|
30602
30714
|
};
|
|
30603
30715
|
};
|
|
30604
30716
|
readonly logRemoveMember: {
|
|
30605
30717
|
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
30718
|
readonly type: "object";
|
|
30607
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30719
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30608
30720
|
readonly properties: {
|
|
30609
30721
|
readonly rev: {
|
|
30610
30722
|
readonly type: "string";
|
|
@@ -30617,12 +30729,20 @@ export declare const schemas: ({
|
|
|
30617
30729
|
readonly type: "ref";
|
|
30618
30730
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30619
30731
|
};
|
|
30732
|
+
readonly relatedProfiles: {
|
|
30733
|
+
readonly description: "Profiles referred in the system message.";
|
|
30734
|
+
readonly type: "array";
|
|
30735
|
+
readonly items: {
|
|
30736
|
+
readonly type: "ref";
|
|
30737
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30738
|
+
};
|
|
30739
|
+
};
|
|
30620
30740
|
};
|
|
30621
30741
|
};
|
|
30622
30742
|
readonly logMemberJoin: {
|
|
30623
30743
|
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
30744
|
readonly type: "object";
|
|
30625
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30745
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30626
30746
|
readonly properties: {
|
|
30627
30747
|
readonly rev: {
|
|
30628
30748
|
readonly type: "string";
|
|
@@ -30635,12 +30755,20 @@ export declare const schemas: ({
|
|
|
30635
30755
|
readonly type: "ref";
|
|
30636
30756
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30637
30757
|
};
|
|
30758
|
+
readonly relatedProfiles: {
|
|
30759
|
+
readonly description: "Profiles referred in the system message.";
|
|
30760
|
+
readonly type: "array";
|
|
30761
|
+
readonly items: {
|
|
30762
|
+
readonly type: "ref";
|
|
30763
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30764
|
+
};
|
|
30765
|
+
};
|
|
30638
30766
|
};
|
|
30639
30767
|
};
|
|
30640
30768
|
readonly logMemberLeave: {
|
|
30641
30769
|
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
30770
|
readonly type: "object";
|
|
30643
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30771
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30644
30772
|
readonly properties: {
|
|
30645
30773
|
readonly rev: {
|
|
30646
30774
|
readonly type: "string";
|
|
@@ -30653,12 +30781,20 @@ export declare const schemas: ({
|
|
|
30653
30781
|
readonly type: "ref";
|
|
30654
30782
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30655
30783
|
};
|
|
30784
|
+
readonly relatedProfiles: {
|
|
30785
|
+
readonly description: "Profiles referred in the system message.";
|
|
30786
|
+
readonly type: "array";
|
|
30787
|
+
readonly items: {
|
|
30788
|
+
readonly type: "ref";
|
|
30789
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30790
|
+
};
|
|
30791
|
+
};
|
|
30656
30792
|
};
|
|
30657
30793
|
};
|
|
30658
30794
|
readonly logLockConvo: {
|
|
30659
30795
|
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
30796
|
readonly type: "object";
|
|
30661
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30797
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30662
30798
|
readonly properties: {
|
|
30663
30799
|
readonly rev: {
|
|
30664
30800
|
readonly type: "string";
|
|
@@ -30671,12 +30807,20 @@ export declare const schemas: ({
|
|
|
30671
30807
|
readonly type: "ref";
|
|
30672
30808
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30673
30809
|
};
|
|
30810
|
+
readonly relatedProfiles: {
|
|
30811
|
+
readonly description: "Profiles referred in the system message.";
|
|
30812
|
+
readonly type: "array";
|
|
30813
|
+
readonly items: {
|
|
30814
|
+
readonly type: "ref";
|
|
30815
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30816
|
+
};
|
|
30817
|
+
};
|
|
30674
30818
|
};
|
|
30675
30819
|
};
|
|
30676
30820
|
readonly logUnlockConvo: {
|
|
30677
30821
|
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
30822
|
readonly type: "object";
|
|
30679
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30823
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30680
30824
|
readonly properties: {
|
|
30681
30825
|
readonly rev: {
|
|
30682
30826
|
readonly type: "string";
|
|
@@ -30689,12 +30833,20 @@ export declare const schemas: ({
|
|
|
30689
30833
|
readonly type: "ref";
|
|
30690
30834
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30691
30835
|
};
|
|
30836
|
+
readonly relatedProfiles: {
|
|
30837
|
+
readonly description: "Profiles referred in the system message.";
|
|
30838
|
+
readonly type: "array";
|
|
30839
|
+
readonly items: {
|
|
30840
|
+
readonly type: "ref";
|
|
30841
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30842
|
+
};
|
|
30843
|
+
};
|
|
30692
30844
|
};
|
|
30693
30845
|
};
|
|
30694
30846
|
readonly logLockConvoPermanently: {
|
|
30695
30847
|
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
30848
|
readonly type: "object";
|
|
30697
|
-
readonly required: ["rev", "convoId", "message"];
|
|
30849
|
+
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
30698
30850
|
readonly properties: {
|
|
30699
30851
|
readonly rev: {
|
|
30700
30852
|
readonly type: "string";
|
|
@@ -30707,6 +30859,14 @@ export declare const schemas: ({
|
|
|
30707
30859
|
readonly type: "ref";
|
|
30708
30860
|
readonly ref: "lex:chat.bsky.convo.defs#systemMessageView";
|
|
30709
30861
|
};
|
|
30862
|
+
readonly relatedProfiles: {
|
|
30863
|
+
readonly description: "Profiles referred in the system message.";
|
|
30864
|
+
readonly type: "array";
|
|
30865
|
+
readonly items: {
|
|
30866
|
+
readonly type: "ref";
|
|
30867
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
30868
|
+
};
|
|
30869
|
+
};
|
|
30710
30870
|
};
|
|
30711
30871
|
};
|
|
30712
30872
|
readonly logEditGroup: {
|
|
@@ -31155,6 +31315,14 @@ export declare const schemas: ({
|
|
|
31155
31315
|
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#systemMessageView"];
|
|
31156
31316
|
};
|
|
31157
31317
|
};
|
|
31318
|
+
readonly relatedProfiles: {
|
|
31319
|
+
readonly description: "Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included.";
|
|
31320
|
+
readonly type: "array";
|
|
31321
|
+
readonly items: {
|
|
31322
|
+
readonly type: "ref";
|
|
31323
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
31324
|
+
};
|
|
31325
|
+
};
|
|
31158
31326
|
};
|
|
31159
31327
|
};
|
|
31160
31328
|
};
|