@atproto/api 0.20.6 → 0.20.7
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/client/index.d.ts +19 -0
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +44 -0
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.d.ts +752 -60
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +410 -26
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/actor/defs.d.ts +4 -0
- package/dist/client/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.d.ts +37 -9
- package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.js +21 -0
- package/dist/client/types/chat/bsky/convo/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.d.ts +3 -0
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.js +7 -0
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getLog.d.ts +1 -1
- package/dist/client/types/chat/bsky/convo/getLog.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/getLog.js.map +1 -1
- package/dist/client/types/chat/bsky/embed/joinLink.d.ts +19 -0
- package/dist/client/types/chat/bsky/embed/joinLink.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/embed/joinLink.js +19 -0
- package/dist/client/types/chat/bsky/embed/joinLink.js.map +1 -0
- package/dist/client/types/chat/bsky/group/addMembers.d.ts +3 -0
- package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/group/addMembers.js +7 -0
- package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/group/createGroup.d.ts +3 -0
- package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/group/createGroup.js +7 -0
- package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -1
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.d.ts +29 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.js +28 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.js.map +1 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.d.ts +26 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.js +21 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/defs.d.ts +42 -0
- package/dist/client/types/chat/bsky/moderation/defs.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/defs.js +26 -0
- package/dist/client/types/chat/bsky/moderation/defs.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.d.ts +26 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.js +21 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.d.ts +29 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.js +21 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +12 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js +7 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/defs.d.ts +10 -3
- package/dist/client/types/tools/ozone/moderation/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/defs.js +7 -0
- package/dist/client/types/tools/ozone/moderation/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts +2 -2
- package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryEvents.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryStatuses.d.ts +2 -2
- package/dist/client/types/tools/ozone/moderation/queryStatuses.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryStatuses.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -384,6 +384,15 @@ export declare const schemaDict: {
|
|
|
384
384
|
readonly description: "The user who issued this verification.";
|
|
385
385
|
readonly format: "did";
|
|
386
386
|
};
|
|
387
|
+
readonly issuerDisplayName: {
|
|
388
|
+
readonly type: "string";
|
|
389
|
+
readonly description: "The display name of the issuer.";
|
|
390
|
+
};
|
|
391
|
+
readonly issuerHandle: {
|
|
392
|
+
readonly type: "string";
|
|
393
|
+
readonly description: "The handle of the issuer.";
|
|
394
|
+
readonly format: "handle";
|
|
395
|
+
};
|
|
387
396
|
readonly uri: {
|
|
388
397
|
readonly type: "string";
|
|
389
398
|
readonly description: "The AT-URI of the verification record.";
|
|
@@ -9543,7 +9552,7 @@ export declare const schemaDict: {
|
|
|
9543
9552
|
};
|
|
9544
9553
|
readonly embed: {
|
|
9545
9554
|
readonly type: "union";
|
|
9546
|
-
readonly refs: ["lex:app.bsky.embed.record"];
|
|
9555
|
+
readonly refs: ["lex:app.bsky.embed.record", "lex:chat.bsky.embed.joinLink"];
|
|
9547
9556
|
};
|
|
9548
9557
|
};
|
|
9549
9558
|
};
|
|
@@ -9572,7 +9581,7 @@ export declare const schemaDict: {
|
|
|
9572
9581
|
};
|
|
9573
9582
|
readonly embed: {
|
|
9574
9583
|
readonly type: "union";
|
|
9575
|
-
readonly refs: ["lex:app.bsky.embed.record#view"];
|
|
9584
|
+
readonly refs: ["lex:app.bsky.embed.record#view", "lex:chat.bsky.embed.joinLink#view"];
|
|
9576
9585
|
};
|
|
9577
9586
|
readonly reactions: {
|
|
9578
9587
|
readonly type: "array";
|
|
@@ -9887,39 +9896,43 @@ export declare const schemaDict: {
|
|
|
9887
9896
|
readonly groupConvo: {
|
|
9888
9897
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
9889
9898
|
readonly type: "object";
|
|
9890
|
-
readonly required: ["
|
|
9899
|
+
readonly required: ["createdAt", "lockStatus", "memberCount", "memberLimit", "name"];
|
|
9891
9900
|
readonly properties: {
|
|
9892
|
-
readonly name: {
|
|
9893
|
-
readonly type: "string";
|
|
9894
|
-
readonly description: "The display name of the group conversation.";
|
|
9895
|
-
readonly maxGraphemes: 128;
|
|
9896
|
-
readonly maxLength: 1280;
|
|
9897
|
-
};
|
|
9898
|
-
readonly memberCount: {
|
|
9899
|
-
readonly type: "integer";
|
|
9900
|
-
readonly description: "The total number of members in the group conversation.";
|
|
9901
|
-
};
|
|
9902
9901
|
readonly createdAt: {
|
|
9903
9902
|
readonly type: "string";
|
|
9904
9903
|
readonly format: "datetime";
|
|
9905
9904
|
};
|
|
9906
|
-
readonly joinRequestCount: {
|
|
9907
|
-
readonly type: "integer";
|
|
9908
|
-
readonly description: "The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.";
|
|
9909
|
-
};
|
|
9910
9905
|
readonly joinLink: {
|
|
9911
9906
|
readonly type: "ref";
|
|
9912
9907
|
readonly ref: "lex:chat.bsky.group.defs#joinLinkView";
|
|
9913
9908
|
};
|
|
9914
|
-
readonly
|
|
9909
|
+
readonly joinRequestCount: {
|
|
9915
9910
|
readonly type: "integer";
|
|
9916
|
-
readonly description: "The
|
|
9911
|
+
readonly description: "The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.";
|
|
9917
9912
|
};
|
|
9918
9913
|
readonly lockStatus: {
|
|
9919
9914
|
readonly description: "The lock status of the conversation.";
|
|
9920
9915
|
readonly type: "ref";
|
|
9921
9916
|
readonly ref: "lex:chat.bsky.convo.defs#convoLockStatus";
|
|
9922
9917
|
};
|
|
9918
|
+
readonly memberCount: {
|
|
9919
|
+
readonly type: "integer";
|
|
9920
|
+
readonly description: "The total number of members in the group conversation.";
|
|
9921
|
+
};
|
|
9922
|
+
readonly memberLimit: {
|
|
9923
|
+
readonly type: "integer";
|
|
9924
|
+
readonly description: "The maximum number of members allowed in the group conversation.";
|
|
9925
|
+
};
|
|
9926
|
+
readonly name: {
|
|
9927
|
+
readonly type: "string";
|
|
9928
|
+
readonly description: "The display name of the group conversation.";
|
|
9929
|
+
readonly maxGraphemes: 128;
|
|
9930
|
+
readonly maxLength: 1280;
|
|
9931
|
+
};
|
|
9932
|
+
readonly unreadJoinRequestCount: {
|
|
9933
|
+
readonly type: "integer";
|
|
9934
|
+
readonly description: "The number of unread join requests for the group conversation. Only present for the owner.";
|
|
9935
|
+
};
|
|
9923
9936
|
};
|
|
9924
9937
|
};
|
|
9925
9938
|
readonly logBeginConvo: {
|
|
@@ -10448,7 +10461,51 @@ export declare const schemaDict: {
|
|
|
10448
10461
|
};
|
|
10449
10462
|
};
|
|
10450
10463
|
readonly logOutgoingJoinRequest: {
|
|
10451
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the
|
|
10464
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the requester. Only requester actor gets this.";
|
|
10465
|
+
readonly type: "object";
|
|
10466
|
+
readonly required: ["rev", "convoId"];
|
|
10467
|
+
readonly properties: {
|
|
10468
|
+
readonly rev: {
|
|
10469
|
+
readonly type: "string";
|
|
10470
|
+
};
|
|
10471
|
+
readonly convoId: {
|
|
10472
|
+
readonly type: "string";
|
|
10473
|
+
};
|
|
10474
|
+
};
|
|
10475
|
+
};
|
|
10476
|
+
readonly logWithdrawIncomingJoinRequest: {
|
|
10477
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a prospective member withdrew their join request. Only the owner gets this.";
|
|
10478
|
+
readonly type: "object";
|
|
10479
|
+
readonly required: ["rev", "convoId", "member"];
|
|
10480
|
+
readonly properties: {
|
|
10481
|
+
readonly rev: {
|
|
10482
|
+
readonly type: "string";
|
|
10483
|
+
};
|
|
10484
|
+
readonly convoId: {
|
|
10485
|
+
readonly type: "string";
|
|
10486
|
+
};
|
|
10487
|
+
readonly member: {
|
|
10488
|
+
readonly description: "Prospective member who withdrew their join request.";
|
|
10489
|
+
readonly type: "ref";
|
|
10490
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
10491
|
+
};
|
|
10492
|
+
};
|
|
10493
|
+
};
|
|
10494
|
+
readonly logWithdrawOutgoingJoinRequest: {
|
|
10495
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating the viewer withdrew their own join request. Only requester actor gets this.";
|
|
10496
|
+
readonly type: "object";
|
|
10497
|
+
readonly required: ["rev", "convoId"];
|
|
10498
|
+
readonly properties: {
|
|
10499
|
+
readonly rev: {
|
|
10500
|
+
readonly type: "string";
|
|
10501
|
+
};
|
|
10502
|
+
readonly convoId: {
|
|
10503
|
+
readonly type: "string";
|
|
10504
|
+
};
|
|
10505
|
+
};
|
|
10506
|
+
};
|
|
10507
|
+
readonly logReadJoinRequests: {
|
|
10508
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating the group owner marked join requests as read. Only the owner gets this.";
|
|
10452
10509
|
readonly type: "object";
|
|
10453
10510
|
readonly required: ["rev", "convoId"];
|
|
10454
10511
|
readonly properties: {
|
|
@@ -10587,6 +10644,8 @@ export declare const schemaDict: {
|
|
|
10587
10644
|
readonly name: "AccountSuspended";
|
|
10588
10645
|
}, {
|
|
10589
10646
|
readonly name: "BlockedActor";
|
|
10647
|
+
}, {
|
|
10648
|
+
readonly name: "BlockedSubject";
|
|
10590
10649
|
}, {
|
|
10591
10650
|
readonly name: "MessagesDisabled";
|
|
10592
10651
|
}, {
|
|
@@ -10703,7 +10762,7 @@ export declare const schemaDict: {
|
|
|
10703
10762
|
readonly type: "array";
|
|
10704
10763
|
readonly items: {
|
|
10705
10764
|
readonly type: "union";
|
|
10706
|
-
readonly refs: ["lex:chat.bsky.convo.defs#logBeginConvo", "lex:chat.bsky.convo.defs#logAcceptConvo", "lex:chat.bsky.convo.defs#logLeaveConvo", "lex:chat.bsky.convo.defs#logMuteConvo", "lex:chat.bsky.convo.defs#logUnmuteConvo", "lex:chat.bsky.convo.defs#logCreateMessage", "lex:chat.bsky.convo.defs#logDeleteMessage", "lex:chat.bsky.convo.defs#logReadMessage", "lex:chat.bsky.convo.defs#logAddReaction", "lex:chat.bsky.convo.defs#logRemoveReaction", "lex:chat.bsky.convo.defs#logReadConvo", "lex:chat.bsky.convo.defs#logAddMember", "lex:chat.bsky.convo.defs#logRemoveMember", "lex:chat.bsky.convo.defs#logMemberJoin", "lex:chat.bsky.convo.defs#logMemberLeave", "lex:chat.bsky.convo.defs#logLockConvo", "lex:chat.bsky.convo.defs#logUnlockConvo", "lex:chat.bsky.convo.defs#logLockConvoPermanently", "lex:chat.bsky.convo.defs#logEditGroup", "lex:chat.bsky.convo.defs#logCreateJoinLink", "lex:chat.bsky.convo.defs#logEditJoinLink", "lex:chat.bsky.convo.defs#logEnableJoinLink", "lex:chat.bsky.convo.defs#logDisableJoinLink", "lex:chat.bsky.convo.defs#logIncomingJoinRequest", "lex:chat.bsky.convo.defs#logApproveJoinRequest", "lex:chat.bsky.convo.defs#logRejectJoinRequest", "lex:chat.bsky.convo.defs#logOutgoingJoinRequest"];
|
|
10765
|
+
readonly refs: ["lex:chat.bsky.convo.defs#logBeginConvo", "lex:chat.bsky.convo.defs#logAcceptConvo", "lex:chat.bsky.convo.defs#logLeaveConvo", "lex:chat.bsky.convo.defs#logMuteConvo", "lex:chat.bsky.convo.defs#logUnmuteConvo", "lex:chat.bsky.convo.defs#logCreateMessage", "lex:chat.bsky.convo.defs#logDeleteMessage", "lex:chat.bsky.convo.defs#logReadMessage", "lex:chat.bsky.convo.defs#logAddReaction", "lex:chat.bsky.convo.defs#logRemoveReaction", "lex:chat.bsky.convo.defs#logReadConvo", "lex:chat.bsky.convo.defs#logAddMember", "lex:chat.bsky.convo.defs#logRemoveMember", "lex:chat.bsky.convo.defs#logMemberJoin", "lex:chat.bsky.convo.defs#logMemberLeave", "lex:chat.bsky.convo.defs#logLockConvo", "lex:chat.bsky.convo.defs#logUnlockConvo", "lex:chat.bsky.convo.defs#logLockConvoPermanently", "lex:chat.bsky.convo.defs#logEditGroup", "lex:chat.bsky.convo.defs#logCreateJoinLink", "lex:chat.bsky.convo.defs#logEditJoinLink", "lex:chat.bsky.convo.defs#logEnableJoinLink", "lex:chat.bsky.convo.defs#logDisableJoinLink", "lex:chat.bsky.convo.defs#logIncomingJoinRequest", "lex:chat.bsky.convo.defs#logApproveJoinRequest", "lex:chat.bsky.convo.defs#logRejectJoinRequest", "lex:chat.bsky.convo.defs#logOutgoingJoinRequest", "lex:chat.bsky.convo.defs#logWithdrawIncomingJoinRequest", "lex:chat.bsky.convo.defs#logWithdrawOutgoingJoinRequest", "lex:chat.bsky.convo.defs#logReadJoinRequests"];
|
|
10707
10766
|
};
|
|
10708
10767
|
};
|
|
10709
10768
|
};
|
|
@@ -11308,6 +11367,33 @@ export declare const schemaDict: {
|
|
|
11308
11367
|
};
|
|
11309
11368
|
};
|
|
11310
11369
|
};
|
|
11370
|
+
readonly ChatBskyEmbedJoinLink: {
|
|
11371
|
+
readonly lexicon: 1;
|
|
11372
|
+
readonly id: "chat.bsky.embed.joinLink";
|
|
11373
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A join link embedded in a chat message.";
|
|
11374
|
+
readonly defs: {
|
|
11375
|
+
readonly main: {
|
|
11376
|
+
readonly type: "object";
|
|
11377
|
+
readonly required: ["code"];
|
|
11378
|
+
readonly properties: {
|
|
11379
|
+
readonly code: {
|
|
11380
|
+
readonly type: "string";
|
|
11381
|
+
readonly description: "The join link code.";
|
|
11382
|
+
};
|
|
11383
|
+
};
|
|
11384
|
+
};
|
|
11385
|
+
readonly view: {
|
|
11386
|
+
readonly type: "object";
|
|
11387
|
+
readonly required: ["joinLinkPreview"];
|
|
11388
|
+
readonly properties: {
|
|
11389
|
+
readonly joinLinkPreview: {
|
|
11390
|
+
readonly type: "ref";
|
|
11391
|
+
readonly ref: "lex:chat.bsky.group.defs#joinLinkPreviewView";
|
|
11392
|
+
};
|
|
11393
|
+
};
|
|
11394
|
+
};
|
|
11395
|
+
};
|
|
11396
|
+
};
|
|
11311
11397
|
readonly ChatBskyGroupAddMembers: {
|
|
11312
11398
|
readonly lexicon: 1;
|
|
11313
11399
|
readonly id: "chat.bsky.group.addMembers";
|
|
@@ -11319,6 +11405,8 @@ export declare const schemaDict: {
|
|
|
11319
11405
|
readonly name: "AccountSuspended";
|
|
11320
11406
|
}, {
|
|
11321
11407
|
readonly name: "BlockedActor";
|
|
11408
|
+
}, {
|
|
11409
|
+
readonly name: "BlockedSubject";
|
|
11322
11410
|
}, {
|
|
11323
11411
|
readonly name: "ConvoLocked";
|
|
11324
11412
|
}, {
|
|
@@ -11434,6 +11522,8 @@ export declare const schemaDict: {
|
|
|
11434
11522
|
readonly name: "AccountSuspended";
|
|
11435
11523
|
}, {
|
|
11436
11524
|
readonly name: "BlockedActor";
|
|
11525
|
+
}, {
|
|
11526
|
+
readonly name: "BlockedSubject";
|
|
11437
11527
|
}, {
|
|
11438
11528
|
readonly name: "NewAccountCannotCreateGroup";
|
|
11439
11529
|
}, {
|
|
@@ -11855,7 +11945,7 @@ export declare const schemaDict: {
|
|
|
11855
11945
|
readonly defs: {
|
|
11856
11946
|
readonly main: {
|
|
11857
11947
|
readonly type: "query";
|
|
11858
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about groups from join links. Invalid or disabled codes are silently omitted from results.";
|
|
11948
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about groups from join links. Invalid or disabled codes are silently omitted from results. Use the 'code' property on the views to correlate with the input codes, not array positions.";
|
|
11859
11949
|
readonly parameters: {
|
|
11860
11950
|
readonly type: "params";
|
|
11861
11951
|
readonly required: ["codes"];
|
|
@@ -12129,6 +12219,141 @@ export declare const schemaDict: {
|
|
|
12129
12219
|
};
|
|
12130
12220
|
};
|
|
12131
12221
|
};
|
|
12222
|
+
readonly ChatBskyGroupUpdateJoinRequestsRead: {
|
|
12223
|
+
readonly lexicon: 1;
|
|
12224
|
+
readonly id: "chat.bsky.group.updateJoinRequestsRead";
|
|
12225
|
+
readonly defs: {
|
|
12226
|
+
readonly main: {
|
|
12227
|
+
readonly type: "procedure";
|
|
12228
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Marks all join requests as read for the group owner.";
|
|
12229
|
+
readonly errors: [{
|
|
12230
|
+
readonly name: "InvalidConvo";
|
|
12231
|
+
}, {
|
|
12232
|
+
readonly name: "InsufficientRole";
|
|
12233
|
+
}];
|
|
12234
|
+
readonly input: {
|
|
12235
|
+
readonly encoding: "application/json";
|
|
12236
|
+
readonly schema: {
|
|
12237
|
+
readonly type: "object";
|
|
12238
|
+
readonly required: ["convoId"];
|
|
12239
|
+
readonly properties: {
|
|
12240
|
+
readonly convoId: {
|
|
12241
|
+
readonly type: "string";
|
|
12242
|
+
};
|
|
12243
|
+
};
|
|
12244
|
+
};
|
|
12245
|
+
};
|
|
12246
|
+
readonly output: {
|
|
12247
|
+
readonly encoding: "application/json";
|
|
12248
|
+
readonly schema: {
|
|
12249
|
+
readonly type: "object";
|
|
12250
|
+
readonly required: [];
|
|
12251
|
+
readonly properties: {};
|
|
12252
|
+
};
|
|
12253
|
+
};
|
|
12254
|
+
};
|
|
12255
|
+
};
|
|
12256
|
+
};
|
|
12257
|
+
readonly ChatBskyGroupWithdrawJoinRequest: {
|
|
12258
|
+
readonly lexicon: 1;
|
|
12259
|
+
readonly id: "chat.bsky.group.withdrawJoinRequest";
|
|
12260
|
+
readonly defs: {
|
|
12261
|
+
readonly main: {
|
|
12262
|
+
readonly type: "procedure";
|
|
12263
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join.";
|
|
12264
|
+
readonly errors: [{
|
|
12265
|
+
readonly name: "InvalidJoinRequest";
|
|
12266
|
+
}];
|
|
12267
|
+
readonly input: {
|
|
12268
|
+
readonly encoding: "application/json";
|
|
12269
|
+
readonly schema: {
|
|
12270
|
+
readonly type: "object";
|
|
12271
|
+
readonly required: ["convoId"];
|
|
12272
|
+
readonly properties: {
|
|
12273
|
+
readonly convoId: {
|
|
12274
|
+
readonly type: "string";
|
|
12275
|
+
};
|
|
12276
|
+
};
|
|
12277
|
+
};
|
|
12278
|
+
};
|
|
12279
|
+
readonly output: {
|
|
12280
|
+
readonly encoding: "application/json";
|
|
12281
|
+
readonly schema: {
|
|
12282
|
+
readonly type: "object";
|
|
12283
|
+
readonly required: [];
|
|
12284
|
+
readonly properties: {};
|
|
12285
|
+
};
|
|
12286
|
+
};
|
|
12287
|
+
};
|
|
12288
|
+
};
|
|
12289
|
+
};
|
|
12290
|
+
readonly ChatBskyModerationDefs: {
|
|
12291
|
+
readonly lexicon: 1;
|
|
12292
|
+
readonly id: "chat.bsky.moderation.defs";
|
|
12293
|
+
readonly defs: {
|
|
12294
|
+
readonly convoView: {
|
|
12295
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.";
|
|
12296
|
+
readonly type: "object";
|
|
12297
|
+
readonly required: ["id", "rev"];
|
|
12298
|
+
readonly properties: {
|
|
12299
|
+
readonly id: {
|
|
12300
|
+
readonly type: "string";
|
|
12301
|
+
};
|
|
12302
|
+
readonly rev: {
|
|
12303
|
+
readonly type: "string";
|
|
12304
|
+
};
|
|
12305
|
+
readonly kind: {
|
|
12306
|
+
readonly description: "Union field that has data specific to different kinds of convos.";
|
|
12307
|
+
readonly type: "union";
|
|
12308
|
+
readonly refs: ["lex:chat.bsky.moderation.defs#directConvo", "lex:chat.bsky.moderation.defs#groupConvo"];
|
|
12309
|
+
};
|
|
12310
|
+
};
|
|
12311
|
+
};
|
|
12312
|
+
readonly directConvo: {
|
|
12313
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Data specific to a direct conversation, for moderation purposes.";
|
|
12314
|
+
readonly type: "object";
|
|
12315
|
+
readonly properties: {};
|
|
12316
|
+
};
|
|
12317
|
+
readonly groupConvo: {
|
|
12318
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.";
|
|
12319
|
+
readonly type: "object";
|
|
12320
|
+
readonly required: ["createdAt", "joinRequestCount", "lockStatus", "memberCount", "memberLimit", "name"];
|
|
12321
|
+
readonly properties: {
|
|
12322
|
+
readonly createdAt: {
|
|
12323
|
+
readonly type: "string";
|
|
12324
|
+
readonly format: "datetime";
|
|
12325
|
+
};
|
|
12326
|
+
readonly joinLink: {
|
|
12327
|
+
readonly type: "ref";
|
|
12328
|
+
readonly ref: "lex:chat.bsky.group.defs#joinLinkView";
|
|
12329
|
+
};
|
|
12330
|
+
readonly joinRequestCount: {
|
|
12331
|
+
readonly type: "integer";
|
|
12332
|
+
readonly description: "The total number of pending join requests for the group conversation. This information is only visible to the owner and to moderators. Capped at 21.";
|
|
12333
|
+
};
|
|
12334
|
+
readonly lockStatus: {
|
|
12335
|
+
readonly description: "The lock status of the conversation.";
|
|
12336
|
+
readonly type: "ref";
|
|
12337
|
+
readonly ref: "lex:chat.bsky.convo.defs#convoLockStatus";
|
|
12338
|
+
};
|
|
12339
|
+
readonly memberCount: {
|
|
12340
|
+
readonly type: "integer";
|
|
12341
|
+
readonly description: "The total number of members in the group conversation.";
|
|
12342
|
+
};
|
|
12343
|
+
readonly memberLimit: {
|
|
12344
|
+
readonly type: "integer";
|
|
12345
|
+
readonly description: "The maximum number of members allowed in the group conversation.";
|
|
12346
|
+
};
|
|
12347
|
+
readonly name: {
|
|
12348
|
+
readonly type: "string";
|
|
12349
|
+
readonly description: "The display name of the group conversation.";
|
|
12350
|
+
readonly maxGraphemes: 128;
|
|
12351
|
+
readonly maxLength: 1280;
|
|
12352
|
+
};
|
|
12353
|
+
};
|
|
12354
|
+
};
|
|
12355
|
+
};
|
|
12356
|
+
};
|
|
12132
12357
|
readonly ChatBskyModerationGetActorMetadata: {
|
|
12133
12358
|
readonly lexicon: 1;
|
|
12134
12359
|
readonly id: "chat.bsky.moderation.getActorMetadata";
|
|
@@ -12187,6 +12412,91 @@ export declare const schemaDict: {
|
|
|
12187
12412
|
};
|
|
12188
12413
|
};
|
|
12189
12414
|
};
|
|
12415
|
+
readonly ChatBskyModerationGetConvo: {
|
|
12416
|
+
readonly lexicon: 1;
|
|
12417
|
+
readonly id: "chat.bsky.moderation.getConvo";
|
|
12418
|
+
readonly defs: {
|
|
12419
|
+
readonly main: {
|
|
12420
|
+
readonly type: "query";
|
|
12421
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Gets an existing conversation by its ID, for moderation purposes. Does not require the requester to be a member of the conversation.";
|
|
12422
|
+
readonly errors: [{
|
|
12423
|
+
readonly name: "InvalidConvo";
|
|
12424
|
+
}];
|
|
12425
|
+
readonly parameters: {
|
|
12426
|
+
readonly type: "params";
|
|
12427
|
+
readonly required: ["convoId"];
|
|
12428
|
+
readonly properties: {
|
|
12429
|
+
readonly convoId: {
|
|
12430
|
+
readonly type: "string";
|
|
12431
|
+
};
|
|
12432
|
+
};
|
|
12433
|
+
};
|
|
12434
|
+
readonly output: {
|
|
12435
|
+
readonly encoding: "application/json";
|
|
12436
|
+
readonly schema: {
|
|
12437
|
+
readonly type: "object";
|
|
12438
|
+
readonly required: ["convo"];
|
|
12439
|
+
readonly properties: {
|
|
12440
|
+
readonly convo: {
|
|
12441
|
+
readonly type: "ref";
|
|
12442
|
+
readonly ref: "lex:chat.bsky.moderation.defs#convoView";
|
|
12443
|
+
};
|
|
12444
|
+
};
|
|
12445
|
+
};
|
|
12446
|
+
};
|
|
12447
|
+
};
|
|
12448
|
+
};
|
|
12449
|
+
};
|
|
12450
|
+
readonly ChatBskyModerationGetConvoMembers: {
|
|
12451
|
+
readonly lexicon: 1;
|
|
12452
|
+
readonly id: "chat.bsky.moderation.getConvoMembers";
|
|
12453
|
+
readonly defs: {
|
|
12454
|
+
readonly main: {
|
|
12455
|
+
readonly type: "query";
|
|
12456
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.";
|
|
12457
|
+
readonly errors: [{
|
|
12458
|
+
readonly name: "InvalidConvo";
|
|
12459
|
+
}];
|
|
12460
|
+
readonly parameters: {
|
|
12461
|
+
readonly type: "params";
|
|
12462
|
+
readonly required: ["convoId"];
|
|
12463
|
+
readonly properties: {
|
|
12464
|
+
readonly convoId: {
|
|
12465
|
+
readonly type: "string";
|
|
12466
|
+
};
|
|
12467
|
+
readonly limit: {
|
|
12468
|
+
readonly type: "integer";
|
|
12469
|
+
readonly minimum: 1;
|
|
12470
|
+
readonly maximum: 100;
|
|
12471
|
+
readonly default: 50;
|
|
12472
|
+
};
|
|
12473
|
+
readonly cursor: {
|
|
12474
|
+
readonly type: "string";
|
|
12475
|
+
};
|
|
12476
|
+
};
|
|
12477
|
+
};
|
|
12478
|
+
readonly output: {
|
|
12479
|
+
readonly encoding: "application/json";
|
|
12480
|
+
readonly schema: {
|
|
12481
|
+
readonly type: "object";
|
|
12482
|
+
readonly required: ["members"];
|
|
12483
|
+
readonly properties: {
|
|
12484
|
+
readonly cursor: {
|
|
12485
|
+
readonly type: "string";
|
|
12486
|
+
};
|
|
12487
|
+
readonly members: {
|
|
12488
|
+
readonly type: "array";
|
|
12489
|
+
readonly items: {
|
|
12490
|
+
readonly type: "ref";
|
|
12491
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
12492
|
+
};
|
|
12493
|
+
};
|
|
12494
|
+
};
|
|
12495
|
+
};
|
|
12496
|
+
};
|
|
12497
|
+
};
|
|
12498
|
+
};
|
|
12499
|
+
};
|
|
12190
12500
|
readonly ChatBskyModerationGetMessageContext: {
|
|
12191
12501
|
readonly lexicon: 1;
|
|
12192
12502
|
readonly id: "chat.bsky.moderation.getMessageContext";
|
|
@@ -12261,7 +12571,7 @@ export declare const schemaDict: {
|
|
|
12261
12571
|
readonly message: {
|
|
12262
12572
|
readonly schema: {
|
|
12263
12573
|
readonly type: "union";
|
|
12264
|
-
readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected", "lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated"];
|
|
12574
|
+
readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected", "lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated", "lex:chat.bsky.moderation.subscribeModEvents#eventRateLimitExceeded"];
|
|
12265
12575
|
};
|
|
12266
12576
|
};
|
|
12267
12577
|
readonly errors: [{
|
|
@@ -12750,6 +13060,29 @@ export declare const schemaDict: {
|
|
|
12750
13060
|
};
|
|
12751
13061
|
};
|
|
12752
13062
|
};
|
|
13063
|
+
readonly eventRateLimitExceeded: {
|
|
13064
|
+
readonly type: "object";
|
|
13065
|
+
readonly description: "Fired when a user exceeds a rate limit.";
|
|
13066
|
+
readonly required: ["actorDid", "createdAt", "endpoint", "rev"];
|
|
13067
|
+
readonly properties: {
|
|
13068
|
+
readonly actorDid: {
|
|
13069
|
+
readonly description: "The DID of the user who hit the rate limit.";
|
|
13070
|
+
readonly type: "string";
|
|
13071
|
+
readonly format: "did";
|
|
13072
|
+
};
|
|
13073
|
+
readonly createdAt: {
|
|
13074
|
+
readonly type: "string";
|
|
13075
|
+
readonly format: "datetime";
|
|
13076
|
+
};
|
|
13077
|
+
readonly endpoint: {
|
|
13078
|
+
readonly description: "The NSID of the endpoint that was rate limited.";
|
|
13079
|
+
readonly type: "string";
|
|
13080
|
+
};
|
|
13081
|
+
readonly rev: {
|
|
13082
|
+
readonly type: "string";
|
|
13083
|
+
};
|
|
13084
|
+
};
|
|
13085
|
+
};
|
|
12753
13086
|
};
|
|
12754
13087
|
};
|
|
12755
13088
|
readonly ChatBskyModerationUpdateActorAccess: {
|
|
@@ -17609,7 +17942,7 @@ export declare const schemaDict: {
|
|
|
17609
17942
|
};
|
|
17610
17943
|
readonly subject: {
|
|
17611
17944
|
readonly type: "union";
|
|
17612
|
-
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef"];
|
|
17945
|
+
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef", "lex:chat.bsky.convo.defs#convoRef"];
|
|
17613
17946
|
};
|
|
17614
17947
|
readonly subjectBlobCids: {
|
|
17615
17948
|
readonly type: "array";
|
|
@@ -17650,7 +17983,7 @@ export declare const schemaDict: {
|
|
|
17650
17983
|
};
|
|
17651
17984
|
readonly subject: {
|
|
17652
17985
|
readonly type: "union";
|
|
17653
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#repoView", "lex:tools.ozone.moderation.defs#repoViewNotFound", "lex:tools.ozone.moderation.defs#recordView", "lex:tools.ozone.moderation.defs#recordViewNotFound"];
|
|
17986
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#repoView", "lex:tools.ozone.moderation.defs#repoViewNotFound", "lex:tools.ozone.moderation.defs#recordView", "lex:tools.ozone.moderation.defs#recordViewNotFound", "lex:tools.ozone.moderation.defs#convoView"];
|
|
17654
17987
|
};
|
|
17655
17988
|
readonly subjectBlobs: {
|
|
17656
17989
|
readonly type: "array";
|
|
@@ -17682,7 +18015,7 @@ export declare const schemaDict: {
|
|
|
17682
18015
|
};
|
|
17683
18016
|
readonly subject: {
|
|
17684
18017
|
readonly type: "union";
|
|
17685
|
-
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef"];
|
|
18018
|
+
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef", "lex:chat.bsky.convo.defs#convoRef"];
|
|
17686
18019
|
};
|
|
17687
18020
|
readonly hosting: {
|
|
17688
18021
|
readonly type: "union";
|
|
@@ -18646,6 +18979,19 @@ export declare const schemaDict: {
|
|
|
18646
18979
|
};
|
|
18647
18980
|
};
|
|
18648
18981
|
};
|
|
18982
|
+
readonly convoView: {
|
|
18983
|
+
readonly type: "object";
|
|
18984
|
+
readonly required: ["did", "convoId"];
|
|
18985
|
+
readonly properties: {
|
|
18986
|
+
readonly did: {
|
|
18987
|
+
readonly type: "string";
|
|
18988
|
+
readonly format: "did";
|
|
18989
|
+
};
|
|
18990
|
+
readonly convoId: {
|
|
18991
|
+
readonly type: "string";
|
|
18992
|
+
};
|
|
18993
|
+
};
|
|
18994
|
+
};
|
|
18649
18995
|
readonly moderation: {
|
|
18650
18996
|
readonly type: "object";
|
|
18651
18997
|
readonly properties: {
|
|
@@ -19463,8 +19809,8 @@ export declare const schemaDict: {
|
|
|
19463
19809
|
};
|
|
19464
19810
|
readonly subjectType: {
|
|
19465
19811
|
readonly type: "string";
|
|
19466
|
-
readonly description: "If specified, only events where the subject is of the given type (account or
|
|
19467
|
-
readonly knownValues: ["account", "record"];
|
|
19812
|
+
readonly description: "If specified, only events where the subject is of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.";
|
|
19813
|
+
readonly knownValues: ["account", "record", "conversation"];
|
|
19468
19814
|
};
|
|
19469
19815
|
readonly includeAllUserRecords: {
|
|
19470
19816
|
readonly type: "boolean";
|
|
@@ -19732,8 +20078,8 @@ export declare const schemaDict: {
|
|
|
19732
20078
|
};
|
|
19733
20079
|
readonly subjectType: {
|
|
19734
20080
|
readonly type: "string";
|
|
19735
|
-
readonly description: "If specified, subjects of the given type (account or
|
|
19736
|
-
readonly knownValues: ["account", "record"];
|
|
20081
|
+
readonly description: "If specified, subjects of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.";
|
|
20082
|
+
readonly knownValues: ["account", "record", "conversation"];
|
|
19737
20083
|
};
|
|
19738
20084
|
readonly minAccountSuspendCount: {
|
|
19739
20085
|
readonly type: "integer";
|
|
@@ -23756,6 +24102,15 @@ export declare const schemas: ({
|
|
|
23756
24102
|
readonly description: "The user who issued this verification.";
|
|
23757
24103
|
readonly format: "did";
|
|
23758
24104
|
};
|
|
24105
|
+
readonly issuerDisplayName: {
|
|
24106
|
+
readonly type: "string";
|
|
24107
|
+
readonly description: "The display name of the issuer.";
|
|
24108
|
+
};
|
|
24109
|
+
readonly issuerHandle: {
|
|
24110
|
+
readonly type: "string";
|
|
24111
|
+
readonly description: "The handle of the issuer.";
|
|
24112
|
+
readonly format: "handle";
|
|
24113
|
+
};
|
|
23759
24114
|
readonly uri: {
|
|
23760
24115
|
readonly type: "string";
|
|
23761
24116
|
readonly description: "The AT-URI of the verification record.";
|
|
@@ -32762,7 +33117,7 @@ export declare const schemas: ({
|
|
|
32762
33117
|
};
|
|
32763
33118
|
readonly embed: {
|
|
32764
33119
|
readonly type: "union";
|
|
32765
|
-
readonly refs: ["lex:app.bsky.embed.record"];
|
|
33120
|
+
readonly refs: ["lex:app.bsky.embed.record", "lex:chat.bsky.embed.joinLink"];
|
|
32766
33121
|
};
|
|
32767
33122
|
};
|
|
32768
33123
|
};
|
|
@@ -32791,7 +33146,7 @@ export declare const schemas: ({
|
|
|
32791
33146
|
};
|
|
32792
33147
|
readonly embed: {
|
|
32793
33148
|
readonly type: "union";
|
|
32794
|
-
readonly refs: ["lex:app.bsky.embed.record#view"];
|
|
33149
|
+
readonly refs: ["lex:app.bsky.embed.record#view", "lex:chat.bsky.embed.joinLink#view"];
|
|
32795
33150
|
};
|
|
32796
33151
|
readonly reactions: {
|
|
32797
33152
|
readonly type: "array";
|
|
@@ -33106,39 +33461,43 @@ export declare const schemas: ({
|
|
|
33106
33461
|
readonly groupConvo: {
|
|
33107
33462
|
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here].";
|
|
33108
33463
|
readonly type: "object";
|
|
33109
|
-
readonly required: ["
|
|
33464
|
+
readonly required: ["createdAt", "lockStatus", "memberCount", "memberLimit", "name"];
|
|
33110
33465
|
readonly properties: {
|
|
33111
|
-
readonly name: {
|
|
33112
|
-
readonly type: "string";
|
|
33113
|
-
readonly description: "The display name of the group conversation.";
|
|
33114
|
-
readonly maxGraphemes: 128;
|
|
33115
|
-
readonly maxLength: 1280;
|
|
33116
|
-
};
|
|
33117
|
-
readonly memberCount: {
|
|
33118
|
-
readonly type: "integer";
|
|
33119
|
-
readonly description: "The total number of members in the group conversation.";
|
|
33120
|
-
};
|
|
33121
33466
|
readonly createdAt: {
|
|
33122
33467
|
readonly type: "string";
|
|
33123
33468
|
readonly format: "datetime";
|
|
33124
33469
|
};
|
|
33125
|
-
readonly joinRequestCount: {
|
|
33126
|
-
readonly type: "integer";
|
|
33127
|
-
readonly description: "The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.";
|
|
33128
|
-
};
|
|
33129
33470
|
readonly joinLink: {
|
|
33130
33471
|
readonly type: "ref";
|
|
33131
33472
|
readonly ref: "lex:chat.bsky.group.defs#joinLinkView";
|
|
33132
33473
|
};
|
|
33133
|
-
readonly
|
|
33474
|
+
readonly joinRequestCount: {
|
|
33134
33475
|
readonly type: "integer";
|
|
33135
|
-
readonly description: "The
|
|
33476
|
+
readonly description: "The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.";
|
|
33136
33477
|
};
|
|
33137
33478
|
readonly lockStatus: {
|
|
33138
33479
|
readonly description: "The lock status of the conversation.";
|
|
33139
33480
|
readonly type: "ref";
|
|
33140
33481
|
readonly ref: "lex:chat.bsky.convo.defs#convoLockStatus";
|
|
33141
33482
|
};
|
|
33483
|
+
readonly memberCount: {
|
|
33484
|
+
readonly type: "integer";
|
|
33485
|
+
readonly description: "The total number of members in the group conversation.";
|
|
33486
|
+
};
|
|
33487
|
+
readonly memberLimit: {
|
|
33488
|
+
readonly type: "integer";
|
|
33489
|
+
readonly description: "The maximum number of members allowed in the group conversation.";
|
|
33490
|
+
};
|
|
33491
|
+
readonly name: {
|
|
33492
|
+
readonly type: "string";
|
|
33493
|
+
readonly description: "The display name of the group conversation.";
|
|
33494
|
+
readonly maxGraphemes: 128;
|
|
33495
|
+
readonly maxLength: 1280;
|
|
33496
|
+
};
|
|
33497
|
+
readonly unreadJoinRequestCount: {
|
|
33498
|
+
readonly type: "integer";
|
|
33499
|
+
readonly description: "The number of unread join requests for the group conversation. Only present for the owner.";
|
|
33500
|
+
};
|
|
33142
33501
|
};
|
|
33143
33502
|
};
|
|
33144
33503
|
readonly logBeginConvo: {
|
|
@@ -33667,7 +34026,51 @@ export declare const schemas: ({
|
|
|
33667
34026
|
};
|
|
33668
34027
|
};
|
|
33669
34028
|
readonly logOutgoingJoinRequest: {
|
|
33670
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the
|
|
34029
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the requester. Only requester actor gets this.";
|
|
34030
|
+
readonly type: "object";
|
|
34031
|
+
readonly required: ["rev", "convoId"];
|
|
34032
|
+
readonly properties: {
|
|
34033
|
+
readonly rev: {
|
|
34034
|
+
readonly type: "string";
|
|
34035
|
+
};
|
|
34036
|
+
readonly convoId: {
|
|
34037
|
+
readonly type: "string";
|
|
34038
|
+
};
|
|
34039
|
+
};
|
|
34040
|
+
};
|
|
34041
|
+
readonly logWithdrawIncomingJoinRequest: {
|
|
34042
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a prospective member withdrew their join request. Only the owner gets this.";
|
|
34043
|
+
readonly type: "object";
|
|
34044
|
+
readonly required: ["rev", "convoId", "member"];
|
|
34045
|
+
readonly properties: {
|
|
34046
|
+
readonly rev: {
|
|
34047
|
+
readonly type: "string";
|
|
34048
|
+
};
|
|
34049
|
+
readonly convoId: {
|
|
34050
|
+
readonly type: "string";
|
|
34051
|
+
};
|
|
34052
|
+
readonly member: {
|
|
34053
|
+
readonly description: "Prospective member who withdrew their join request.";
|
|
34054
|
+
readonly type: "ref";
|
|
34055
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
34056
|
+
};
|
|
34057
|
+
};
|
|
34058
|
+
};
|
|
34059
|
+
readonly logWithdrawOutgoingJoinRequest: {
|
|
34060
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating the viewer withdrew their own join request. Only requester actor gets this.";
|
|
34061
|
+
readonly type: "object";
|
|
34062
|
+
readonly required: ["rev", "convoId"];
|
|
34063
|
+
readonly properties: {
|
|
34064
|
+
readonly rev: {
|
|
34065
|
+
readonly type: "string";
|
|
34066
|
+
};
|
|
34067
|
+
readonly convoId: {
|
|
34068
|
+
readonly type: "string";
|
|
34069
|
+
};
|
|
34070
|
+
};
|
|
34071
|
+
};
|
|
34072
|
+
readonly logReadJoinRequests: {
|
|
34073
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating the group owner marked join requests as read. Only the owner gets this.";
|
|
33671
34074
|
readonly type: "object";
|
|
33672
34075
|
readonly required: ["rev", "convoId"];
|
|
33673
34076
|
readonly properties: {
|
|
@@ -33802,6 +34205,8 @@ export declare const schemas: ({
|
|
|
33802
34205
|
readonly name: "AccountSuspended";
|
|
33803
34206
|
}, {
|
|
33804
34207
|
readonly name: "BlockedActor";
|
|
34208
|
+
}, {
|
|
34209
|
+
readonly name: "BlockedSubject";
|
|
33805
34210
|
}, {
|
|
33806
34211
|
readonly name: "MessagesDisabled";
|
|
33807
34212
|
}, {
|
|
@@ -33916,7 +34321,7 @@ export declare const schemas: ({
|
|
|
33916
34321
|
readonly type: "array";
|
|
33917
34322
|
readonly items: {
|
|
33918
34323
|
readonly type: "union";
|
|
33919
|
-
readonly refs: ["lex:chat.bsky.convo.defs#logBeginConvo", "lex:chat.bsky.convo.defs#logAcceptConvo", "lex:chat.bsky.convo.defs#logLeaveConvo", "lex:chat.bsky.convo.defs#logMuteConvo", "lex:chat.bsky.convo.defs#logUnmuteConvo", "lex:chat.bsky.convo.defs#logCreateMessage", "lex:chat.bsky.convo.defs#logDeleteMessage", "lex:chat.bsky.convo.defs#logReadMessage", "lex:chat.bsky.convo.defs#logAddReaction", "lex:chat.bsky.convo.defs#logRemoveReaction", "lex:chat.bsky.convo.defs#logReadConvo", "lex:chat.bsky.convo.defs#logAddMember", "lex:chat.bsky.convo.defs#logRemoveMember", "lex:chat.bsky.convo.defs#logMemberJoin", "lex:chat.bsky.convo.defs#logMemberLeave", "lex:chat.bsky.convo.defs#logLockConvo", "lex:chat.bsky.convo.defs#logUnlockConvo", "lex:chat.bsky.convo.defs#logLockConvoPermanently", "lex:chat.bsky.convo.defs#logEditGroup", "lex:chat.bsky.convo.defs#logCreateJoinLink", "lex:chat.bsky.convo.defs#logEditJoinLink", "lex:chat.bsky.convo.defs#logEnableJoinLink", "lex:chat.bsky.convo.defs#logDisableJoinLink", "lex:chat.bsky.convo.defs#logIncomingJoinRequest", "lex:chat.bsky.convo.defs#logApproveJoinRequest", "lex:chat.bsky.convo.defs#logRejectJoinRequest", "lex:chat.bsky.convo.defs#logOutgoingJoinRequest"];
|
|
34324
|
+
readonly refs: ["lex:chat.bsky.convo.defs#logBeginConvo", "lex:chat.bsky.convo.defs#logAcceptConvo", "lex:chat.bsky.convo.defs#logLeaveConvo", "lex:chat.bsky.convo.defs#logMuteConvo", "lex:chat.bsky.convo.defs#logUnmuteConvo", "lex:chat.bsky.convo.defs#logCreateMessage", "lex:chat.bsky.convo.defs#logDeleteMessage", "lex:chat.bsky.convo.defs#logReadMessage", "lex:chat.bsky.convo.defs#logAddReaction", "lex:chat.bsky.convo.defs#logRemoveReaction", "lex:chat.bsky.convo.defs#logReadConvo", "lex:chat.bsky.convo.defs#logAddMember", "lex:chat.bsky.convo.defs#logRemoveMember", "lex:chat.bsky.convo.defs#logMemberJoin", "lex:chat.bsky.convo.defs#logMemberLeave", "lex:chat.bsky.convo.defs#logLockConvo", "lex:chat.bsky.convo.defs#logUnlockConvo", "lex:chat.bsky.convo.defs#logLockConvoPermanently", "lex:chat.bsky.convo.defs#logEditGroup", "lex:chat.bsky.convo.defs#logCreateJoinLink", "lex:chat.bsky.convo.defs#logEditJoinLink", "lex:chat.bsky.convo.defs#logEnableJoinLink", "lex:chat.bsky.convo.defs#logDisableJoinLink", "lex:chat.bsky.convo.defs#logIncomingJoinRequest", "lex:chat.bsky.convo.defs#logApproveJoinRequest", "lex:chat.bsky.convo.defs#logRejectJoinRequest", "lex:chat.bsky.convo.defs#logOutgoingJoinRequest", "lex:chat.bsky.convo.defs#logWithdrawIncomingJoinRequest", "lex:chat.bsky.convo.defs#logWithdrawOutgoingJoinRequest", "lex:chat.bsky.convo.defs#logReadJoinRequests"];
|
|
33920
34325
|
};
|
|
33921
34326
|
};
|
|
33922
34327
|
};
|
|
@@ -34507,6 +34912,32 @@ export declare const schemas: ({
|
|
|
34507
34912
|
};
|
|
34508
34913
|
};
|
|
34509
34914
|
};
|
|
34915
|
+
} | {
|
|
34916
|
+
readonly lexicon: 1;
|
|
34917
|
+
readonly id: "chat.bsky.embed.joinLink";
|
|
34918
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A join link embedded in a chat message.";
|
|
34919
|
+
readonly defs: {
|
|
34920
|
+
readonly main: {
|
|
34921
|
+
readonly type: "object";
|
|
34922
|
+
readonly required: ["code"];
|
|
34923
|
+
readonly properties: {
|
|
34924
|
+
readonly code: {
|
|
34925
|
+
readonly type: "string";
|
|
34926
|
+
readonly description: "The join link code.";
|
|
34927
|
+
};
|
|
34928
|
+
};
|
|
34929
|
+
};
|
|
34930
|
+
readonly view: {
|
|
34931
|
+
readonly type: "object";
|
|
34932
|
+
readonly required: ["joinLinkPreview"];
|
|
34933
|
+
readonly properties: {
|
|
34934
|
+
readonly joinLinkPreview: {
|
|
34935
|
+
readonly type: "ref";
|
|
34936
|
+
readonly ref: "lex:chat.bsky.group.defs#joinLinkPreviewView";
|
|
34937
|
+
};
|
|
34938
|
+
};
|
|
34939
|
+
};
|
|
34940
|
+
};
|
|
34510
34941
|
} | {
|
|
34511
34942
|
readonly lexicon: 1;
|
|
34512
34943
|
readonly id: "chat.bsky.group.addMembers";
|
|
@@ -34518,6 +34949,8 @@ export declare const schemas: ({
|
|
|
34518
34949
|
readonly name: "AccountSuspended";
|
|
34519
34950
|
}, {
|
|
34520
34951
|
readonly name: "BlockedActor";
|
|
34952
|
+
}, {
|
|
34953
|
+
readonly name: "BlockedSubject";
|
|
34521
34954
|
}, {
|
|
34522
34955
|
readonly name: "ConvoLocked";
|
|
34523
34956
|
}, {
|
|
@@ -34631,6 +35064,8 @@ export declare const schemas: ({
|
|
|
34631
35064
|
readonly name: "AccountSuspended";
|
|
34632
35065
|
}, {
|
|
34633
35066
|
readonly name: "BlockedActor";
|
|
35067
|
+
}, {
|
|
35068
|
+
readonly name: "BlockedSubject";
|
|
34634
35069
|
}, {
|
|
34635
35070
|
readonly name: "NewAccountCannotCreateGroup";
|
|
34636
35071
|
}, {
|
|
@@ -35045,7 +35480,7 @@ export declare const schemas: ({
|
|
|
35045
35480
|
readonly defs: {
|
|
35046
35481
|
readonly main: {
|
|
35047
35482
|
readonly type: "query";
|
|
35048
|
-
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about groups from join links. Invalid or disabled codes are silently omitted from results.";
|
|
35483
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about groups from join links. Invalid or disabled codes are silently omitted from results. Use the 'code' property on the views to correlate with the input codes, not array positions.";
|
|
35049
35484
|
readonly parameters: {
|
|
35050
35485
|
readonly type: "params";
|
|
35051
35486
|
readonly required: ["codes"];
|
|
@@ -35313,6 +35748,138 @@ export declare const schemas: ({
|
|
|
35313
35748
|
};
|
|
35314
35749
|
};
|
|
35315
35750
|
};
|
|
35751
|
+
} | {
|
|
35752
|
+
readonly lexicon: 1;
|
|
35753
|
+
readonly id: "chat.bsky.group.updateJoinRequestsRead";
|
|
35754
|
+
readonly defs: {
|
|
35755
|
+
readonly main: {
|
|
35756
|
+
readonly type: "procedure";
|
|
35757
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Marks all join requests as read for the group owner.";
|
|
35758
|
+
readonly errors: [{
|
|
35759
|
+
readonly name: "InvalidConvo";
|
|
35760
|
+
}, {
|
|
35761
|
+
readonly name: "InsufficientRole";
|
|
35762
|
+
}];
|
|
35763
|
+
readonly input: {
|
|
35764
|
+
readonly encoding: "application/json";
|
|
35765
|
+
readonly schema: {
|
|
35766
|
+
readonly type: "object";
|
|
35767
|
+
readonly required: ["convoId"];
|
|
35768
|
+
readonly properties: {
|
|
35769
|
+
readonly convoId: {
|
|
35770
|
+
readonly type: "string";
|
|
35771
|
+
};
|
|
35772
|
+
};
|
|
35773
|
+
};
|
|
35774
|
+
};
|
|
35775
|
+
readonly output: {
|
|
35776
|
+
readonly encoding: "application/json";
|
|
35777
|
+
readonly schema: {
|
|
35778
|
+
readonly type: "object";
|
|
35779
|
+
readonly required: [];
|
|
35780
|
+
readonly properties: {};
|
|
35781
|
+
};
|
|
35782
|
+
};
|
|
35783
|
+
};
|
|
35784
|
+
};
|
|
35785
|
+
} | {
|
|
35786
|
+
readonly lexicon: 1;
|
|
35787
|
+
readonly id: "chat.bsky.group.withdrawJoinRequest";
|
|
35788
|
+
readonly defs: {
|
|
35789
|
+
readonly main: {
|
|
35790
|
+
readonly type: "procedure";
|
|
35791
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join.";
|
|
35792
|
+
readonly errors: [{
|
|
35793
|
+
readonly name: "InvalidJoinRequest";
|
|
35794
|
+
}];
|
|
35795
|
+
readonly input: {
|
|
35796
|
+
readonly encoding: "application/json";
|
|
35797
|
+
readonly schema: {
|
|
35798
|
+
readonly type: "object";
|
|
35799
|
+
readonly required: ["convoId"];
|
|
35800
|
+
readonly properties: {
|
|
35801
|
+
readonly convoId: {
|
|
35802
|
+
readonly type: "string";
|
|
35803
|
+
};
|
|
35804
|
+
};
|
|
35805
|
+
};
|
|
35806
|
+
};
|
|
35807
|
+
readonly output: {
|
|
35808
|
+
readonly encoding: "application/json";
|
|
35809
|
+
readonly schema: {
|
|
35810
|
+
readonly type: "object";
|
|
35811
|
+
readonly required: [];
|
|
35812
|
+
readonly properties: {};
|
|
35813
|
+
};
|
|
35814
|
+
};
|
|
35815
|
+
};
|
|
35816
|
+
};
|
|
35817
|
+
} | {
|
|
35818
|
+
readonly lexicon: 1;
|
|
35819
|
+
readonly id: "chat.bsky.moderation.defs";
|
|
35820
|
+
readonly defs: {
|
|
35821
|
+
readonly convoView: {
|
|
35822
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.";
|
|
35823
|
+
readonly type: "object";
|
|
35824
|
+
readonly required: ["id", "rev"];
|
|
35825
|
+
readonly properties: {
|
|
35826
|
+
readonly id: {
|
|
35827
|
+
readonly type: "string";
|
|
35828
|
+
};
|
|
35829
|
+
readonly rev: {
|
|
35830
|
+
readonly type: "string";
|
|
35831
|
+
};
|
|
35832
|
+
readonly kind: {
|
|
35833
|
+
readonly description: "Union field that has data specific to different kinds of convos.";
|
|
35834
|
+
readonly type: "union";
|
|
35835
|
+
readonly refs: ["lex:chat.bsky.moderation.defs#directConvo", "lex:chat.bsky.moderation.defs#groupConvo"];
|
|
35836
|
+
};
|
|
35837
|
+
};
|
|
35838
|
+
};
|
|
35839
|
+
readonly directConvo: {
|
|
35840
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Data specific to a direct conversation, for moderation purposes.";
|
|
35841
|
+
readonly type: "object";
|
|
35842
|
+
readonly properties: {};
|
|
35843
|
+
};
|
|
35844
|
+
readonly groupConvo: {
|
|
35845
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.";
|
|
35846
|
+
readonly type: "object";
|
|
35847
|
+
readonly required: ["createdAt", "joinRequestCount", "lockStatus", "memberCount", "memberLimit", "name"];
|
|
35848
|
+
readonly properties: {
|
|
35849
|
+
readonly createdAt: {
|
|
35850
|
+
readonly type: "string";
|
|
35851
|
+
readonly format: "datetime";
|
|
35852
|
+
};
|
|
35853
|
+
readonly joinLink: {
|
|
35854
|
+
readonly type: "ref";
|
|
35855
|
+
readonly ref: "lex:chat.bsky.group.defs#joinLinkView";
|
|
35856
|
+
};
|
|
35857
|
+
readonly joinRequestCount: {
|
|
35858
|
+
readonly type: "integer";
|
|
35859
|
+
readonly description: "The total number of pending join requests for the group conversation. This information is only visible to the owner and to moderators. Capped at 21.";
|
|
35860
|
+
};
|
|
35861
|
+
readonly lockStatus: {
|
|
35862
|
+
readonly description: "The lock status of the conversation.";
|
|
35863
|
+
readonly type: "ref";
|
|
35864
|
+
readonly ref: "lex:chat.bsky.convo.defs#convoLockStatus";
|
|
35865
|
+
};
|
|
35866
|
+
readonly memberCount: {
|
|
35867
|
+
readonly type: "integer";
|
|
35868
|
+
readonly description: "The total number of members in the group conversation.";
|
|
35869
|
+
};
|
|
35870
|
+
readonly memberLimit: {
|
|
35871
|
+
readonly type: "integer";
|
|
35872
|
+
readonly description: "The maximum number of members allowed in the group conversation.";
|
|
35873
|
+
};
|
|
35874
|
+
readonly name: {
|
|
35875
|
+
readonly type: "string";
|
|
35876
|
+
readonly description: "The display name of the group conversation.";
|
|
35877
|
+
readonly maxGraphemes: 128;
|
|
35878
|
+
readonly maxLength: 1280;
|
|
35879
|
+
};
|
|
35880
|
+
};
|
|
35881
|
+
};
|
|
35882
|
+
};
|
|
35316
35883
|
} | {
|
|
35317
35884
|
readonly lexicon: 1;
|
|
35318
35885
|
readonly id: "chat.bsky.moderation.getActorMetadata";
|
|
@@ -35370,6 +35937,89 @@ export declare const schemas: ({
|
|
|
35370
35937
|
};
|
|
35371
35938
|
};
|
|
35372
35939
|
};
|
|
35940
|
+
} | {
|
|
35941
|
+
readonly lexicon: 1;
|
|
35942
|
+
readonly id: "chat.bsky.moderation.getConvo";
|
|
35943
|
+
readonly defs: {
|
|
35944
|
+
readonly main: {
|
|
35945
|
+
readonly type: "query";
|
|
35946
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Gets an existing conversation by its ID, for moderation purposes. Does not require the requester to be a member of the conversation.";
|
|
35947
|
+
readonly errors: [{
|
|
35948
|
+
readonly name: "InvalidConvo";
|
|
35949
|
+
}];
|
|
35950
|
+
readonly parameters: {
|
|
35951
|
+
readonly type: "params";
|
|
35952
|
+
readonly required: ["convoId"];
|
|
35953
|
+
readonly properties: {
|
|
35954
|
+
readonly convoId: {
|
|
35955
|
+
readonly type: "string";
|
|
35956
|
+
};
|
|
35957
|
+
};
|
|
35958
|
+
};
|
|
35959
|
+
readonly output: {
|
|
35960
|
+
readonly encoding: "application/json";
|
|
35961
|
+
readonly schema: {
|
|
35962
|
+
readonly type: "object";
|
|
35963
|
+
readonly required: ["convo"];
|
|
35964
|
+
readonly properties: {
|
|
35965
|
+
readonly convo: {
|
|
35966
|
+
readonly type: "ref";
|
|
35967
|
+
readonly ref: "lex:chat.bsky.moderation.defs#convoView";
|
|
35968
|
+
};
|
|
35969
|
+
};
|
|
35970
|
+
};
|
|
35971
|
+
};
|
|
35972
|
+
};
|
|
35973
|
+
};
|
|
35974
|
+
} | {
|
|
35975
|
+
readonly lexicon: 1;
|
|
35976
|
+
readonly id: "chat.bsky.moderation.getConvoMembers";
|
|
35977
|
+
readonly defs: {
|
|
35978
|
+
readonly main: {
|
|
35979
|
+
readonly type: "query";
|
|
35980
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.";
|
|
35981
|
+
readonly errors: [{
|
|
35982
|
+
readonly name: "InvalidConvo";
|
|
35983
|
+
}];
|
|
35984
|
+
readonly parameters: {
|
|
35985
|
+
readonly type: "params";
|
|
35986
|
+
readonly required: ["convoId"];
|
|
35987
|
+
readonly properties: {
|
|
35988
|
+
readonly convoId: {
|
|
35989
|
+
readonly type: "string";
|
|
35990
|
+
};
|
|
35991
|
+
readonly limit: {
|
|
35992
|
+
readonly type: "integer";
|
|
35993
|
+
readonly minimum: 1;
|
|
35994
|
+
readonly maximum: 100;
|
|
35995
|
+
readonly default: 50;
|
|
35996
|
+
};
|
|
35997
|
+
readonly cursor: {
|
|
35998
|
+
readonly type: "string";
|
|
35999
|
+
};
|
|
36000
|
+
};
|
|
36001
|
+
};
|
|
36002
|
+
readonly output: {
|
|
36003
|
+
readonly encoding: "application/json";
|
|
36004
|
+
readonly schema: {
|
|
36005
|
+
readonly type: "object";
|
|
36006
|
+
readonly required: ["members"];
|
|
36007
|
+
readonly properties: {
|
|
36008
|
+
readonly cursor: {
|
|
36009
|
+
readonly type: "string";
|
|
36010
|
+
};
|
|
36011
|
+
readonly members: {
|
|
36012
|
+
readonly type: "array";
|
|
36013
|
+
readonly items: {
|
|
36014
|
+
readonly type: "ref";
|
|
36015
|
+
readonly ref: "lex:chat.bsky.actor.defs#profileViewBasic";
|
|
36016
|
+
};
|
|
36017
|
+
};
|
|
36018
|
+
};
|
|
36019
|
+
};
|
|
36020
|
+
};
|
|
36021
|
+
};
|
|
36022
|
+
};
|
|
35373
36023
|
} | {
|
|
35374
36024
|
readonly lexicon: 1;
|
|
35375
36025
|
readonly id: "chat.bsky.moderation.getMessageContext";
|
|
@@ -35443,7 +36093,7 @@ export declare const schemas: ({
|
|
|
35443
36093
|
readonly message: {
|
|
35444
36094
|
readonly schema: {
|
|
35445
36095
|
readonly type: "union";
|
|
35446
|
-
readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected", "lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated"];
|
|
36096
|
+
readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected", "lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated", "lex:chat.bsky.moderation.subscribeModEvents#eventRateLimitExceeded"];
|
|
35447
36097
|
};
|
|
35448
36098
|
};
|
|
35449
36099
|
readonly errors: [{
|
|
@@ -35932,6 +36582,29 @@ export declare const schemas: ({
|
|
|
35932
36582
|
};
|
|
35933
36583
|
};
|
|
35934
36584
|
};
|
|
36585
|
+
readonly eventRateLimitExceeded: {
|
|
36586
|
+
readonly type: "object";
|
|
36587
|
+
readonly description: "Fired when a user exceeds a rate limit.";
|
|
36588
|
+
readonly required: ["actorDid", "createdAt", "endpoint", "rev"];
|
|
36589
|
+
readonly properties: {
|
|
36590
|
+
readonly actorDid: {
|
|
36591
|
+
readonly description: "The DID of the user who hit the rate limit.";
|
|
36592
|
+
readonly type: "string";
|
|
36593
|
+
readonly format: "did";
|
|
36594
|
+
};
|
|
36595
|
+
readonly createdAt: {
|
|
36596
|
+
readonly type: "string";
|
|
36597
|
+
readonly format: "datetime";
|
|
36598
|
+
};
|
|
36599
|
+
readonly endpoint: {
|
|
36600
|
+
readonly description: "The NSID of the endpoint that was rate limited.";
|
|
36601
|
+
readonly type: "string";
|
|
36602
|
+
};
|
|
36603
|
+
readonly rev: {
|
|
36604
|
+
readonly type: "string";
|
|
36605
|
+
};
|
|
36606
|
+
};
|
|
36607
|
+
};
|
|
35935
36608
|
};
|
|
35936
36609
|
} | {
|
|
35937
36610
|
readonly lexicon: 1;
|
|
@@ -40686,7 +41359,7 @@ export declare const schemas: ({
|
|
|
40686
41359
|
};
|
|
40687
41360
|
readonly subject: {
|
|
40688
41361
|
readonly type: "union";
|
|
40689
|
-
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef"];
|
|
41362
|
+
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef", "lex:chat.bsky.convo.defs#convoRef"];
|
|
40690
41363
|
};
|
|
40691
41364
|
readonly subjectBlobCids: {
|
|
40692
41365
|
readonly type: "array";
|
|
@@ -40727,7 +41400,7 @@ export declare const schemas: ({
|
|
|
40727
41400
|
};
|
|
40728
41401
|
readonly subject: {
|
|
40729
41402
|
readonly type: "union";
|
|
40730
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#repoView", "lex:tools.ozone.moderation.defs#repoViewNotFound", "lex:tools.ozone.moderation.defs#recordView", "lex:tools.ozone.moderation.defs#recordViewNotFound"];
|
|
41403
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#repoView", "lex:tools.ozone.moderation.defs#repoViewNotFound", "lex:tools.ozone.moderation.defs#recordView", "lex:tools.ozone.moderation.defs#recordViewNotFound", "lex:tools.ozone.moderation.defs#convoView"];
|
|
40731
41404
|
};
|
|
40732
41405
|
readonly subjectBlobs: {
|
|
40733
41406
|
readonly type: "array";
|
|
@@ -40759,7 +41432,7 @@ export declare const schemas: ({
|
|
|
40759
41432
|
};
|
|
40760
41433
|
readonly subject: {
|
|
40761
41434
|
readonly type: "union";
|
|
40762
|
-
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef"];
|
|
41435
|
+
readonly refs: ["lex:com.atproto.admin.defs#repoRef", "lex:com.atproto.repo.strongRef", "lex:chat.bsky.convo.defs#messageRef", "lex:chat.bsky.convo.defs#convoRef"];
|
|
40763
41436
|
};
|
|
40764
41437
|
readonly hosting: {
|
|
40765
41438
|
readonly type: "union";
|
|
@@ -41723,6 +42396,19 @@ export declare const schemas: ({
|
|
|
41723
42396
|
};
|
|
41724
42397
|
};
|
|
41725
42398
|
};
|
|
42399
|
+
readonly convoView: {
|
|
42400
|
+
readonly type: "object";
|
|
42401
|
+
readonly required: ["did", "convoId"];
|
|
42402
|
+
readonly properties: {
|
|
42403
|
+
readonly did: {
|
|
42404
|
+
readonly type: "string";
|
|
42405
|
+
readonly format: "did";
|
|
42406
|
+
};
|
|
42407
|
+
readonly convoId: {
|
|
42408
|
+
readonly type: "string";
|
|
42409
|
+
};
|
|
42410
|
+
};
|
|
42411
|
+
};
|
|
41726
42412
|
readonly moderation: {
|
|
41727
42413
|
readonly type: "object";
|
|
41728
42414
|
readonly properties: {
|
|
@@ -42529,8 +43215,8 @@ export declare const schemas: ({
|
|
|
42529
43215
|
};
|
|
42530
43216
|
readonly subjectType: {
|
|
42531
43217
|
readonly type: "string";
|
|
42532
|
-
readonly description: "If specified, only events where the subject is of the given type (account or
|
|
42533
|
-
readonly knownValues: ["account", "record"];
|
|
43218
|
+
readonly description: "If specified, only events where the subject is of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.";
|
|
43219
|
+
readonly knownValues: ["account", "record", "conversation"];
|
|
42534
43220
|
};
|
|
42535
43221
|
readonly includeAllUserRecords: {
|
|
42536
43222
|
readonly type: "boolean";
|
|
@@ -42797,8 +43483,8 @@ export declare const schemas: ({
|
|
|
42797
43483
|
};
|
|
42798
43484
|
readonly subjectType: {
|
|
42799
43485
|
readonly type: "string";
|
|
42800
|
-
readonly description: "If specified, subjects of the given type (account or
|
|
42801
|
-
readonly knownValues: ["account", "record"];
|
|
43486
|
+
readonly description: "If specified, subjects of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.";
|
|
43487
|
+
readonly knownValues: ["account", "record", "conversation"];
|
|
42802
43488
|
};
|
|
42803
43489
|
readonly minAccountSuspendCount: {
|
|
42804
43490
|
readonly type: "integer";
|
|
@@ -46565,6 +47251,7 @@ export declare const ids: {
|
|
|
46565
47251
|
readonly ChatBskyConvoUnmuteConvo: "chat.bsky.convo.unmuteConvo";
|
|
46566
47252
|
readonly ChatBskyConvoUpdateAllRead: "chat.bsky.convo.updateAllRead";
|
|
46567
47253
|
readonly ChatBskyConvoUpdateRead: "chat.bsky.convo.updateRead";
|
|
47254
|
+
readonly ChatBskyEmbedJoinLink: "chat.bsky.embed.joinLink";
|
|
46568
47255
|
readonly ChatBskyGroupAddMembers: "chat.bsky.group.addMembers";
|
|
46569
47256
|
readonly ChatBskyGroupApproveJoinRequest: "chat.bsky.group.approveJoinRequest";
|
|
46570
47257
|
readonly ChatBskyGroupCreateGroup: "chat.bsky.group.createGroup";
|
|
@@ -46580,7 +47267,12 @@ export declare const ids: {
|
|
|
46580
47267
|
readonly ChatBskyGroupRejectJoinRequest: "chat.bsky.group.rejectJoinRequest";
|
|
46581
47268
|
readonly ChatBskyGroupRemoveMembers: "chat.bsky.group.removeMembers";
|
|
46582
47269
|
readonly ChatBskyGroupRequestJoin: "chat.bsky.group.requestJoin";
|
|
47270
|
+
readonly ChatBskyGroupUpdateJoinRequestsRead: "chat.bsky.group.updateJoinRequestsRead";
|
|
47271
|
+
readonly ChatBskyGroupWithdrawJoinRequest: "chat.bsky.group.withdrawJoinRequest";
|
|
47272
|
+
readonly ChatBskyModerationDefs: "chat.bsky.moderation.defs";
|
|
46583
47273
|
readonly ChatBskyModerationGetActorMetadata: "chat.bsky.moderation.getActorMetadata";
|
|
47274
|
+
readonly ChatBskyModerationGetConvo: "chat.bsky.moderation.getConvo";
|
|
47275
|
+
readonly ChatBskyModerationGetConvoMembers: "chat.bsky.moderation.getConvoMembers";
|
|
46584
47276
|
readonly ChatBskyModerationGetMessageContext: "chat.bsky.moderation.getMessageContext";
|
|
46585
47277
|
readonly ChatBskyModerationSubscribeModEvents: "chat.bsky.moderation.subscribeModEvents";
|
|
46586
47278
|
readonly ChatBskyModerationUpdateActorAccess: "chat.bsky.moderation.updateActorAccess";
|