@atcute/bluesky 3.3.2 → 3.3.3
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/dist/lexicons/index.d.ts +18 -0
- package/dist/lexicons/index.d.ts.map +1 -1
- package/dist/lexicons/index.js +18 -0
- package/dist/lexicons/index.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/actor/declaration.js +5 -0
- package/dist/lexicons/types/chat/bsky/actor/declaration.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/actor/defs.d.ts +37 -0
- package/dist/lexicons/types/chat/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/actor/defs.js +30 -0
- package/dist/lexicons/types/chat/bsky/actor/defs.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/defs.d.ts +444 -3
- package/dist/lexicons/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/defs.js +364 -3
- package/dist/lexicons/types/chat/bsky/convo/defs.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getLog.js +17 -0
- package/dist/lexicons/types/chat/bsky/convo/getLog.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getMessages.js +1 -0
- package/dist/lexicons/types/chat/bsky/convo/getMessages.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.d.ts +33 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.js +30 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts +7 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/listConvos.js +7 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvos.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/lockConvo.d.ts +30 -0
- package/dist/lexicons/types/chat/bsky/convo/lockConvo.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/convo/lockConvo.js +21 -0
- package/dist/lexicons/types/chat/bsky/convo/lockConvo.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/convo/unlockConvo.d.ts +30 -0
- package/dist/lexicons/types/chat/bsky/convo/unlockConvo.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/convo/unlockConvo.js +21 -0
- package/dist/lexicons/types/chat/bsky/convo/unlockConvo.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/addMembers.d.ts +34 -0
- package/dist/lexicons/types/chat/bsky/group/addMembers.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/addMembers.js +27 -0
- package/dist/lexicons/types/chat/bsky/group/addMembers.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.d.ts +31 -0
- package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.js +22 -0
- package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/createGroup.d.ts +39 -0
- package/dist/lexicons/types/chat/bsky/group/createGroup.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/createGroup.js +35 -0
- package/dist/lexicons/types/chat/bsky/group/createGroup.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/createJoinLink.d.ts +35 -0
- package/dist/lexicons/types/chat/bsky/group/createJoinLink.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/createJoinLink.js +28 -0
- package/dist/lexicons/types/chat/bsky/group/createJoinLink.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/defs.d.ts +55 -0
- package/dist/lexicons/types/chat/bsky/group/defs.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/defs.js +39 -0
- package/dist/lexicons/types/chat/bsky/group/defs.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/disableJoinLink.d.ts +30 -0
- package/dist/lexicons/types/chat/bsky/group/disableJoinLink.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/disableJoinLink.js +21 -0
- package/dist/lexicons/types/chat/bsky/group/disableJoinLink.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/editGroup.d.ts +36 -0
- package/dist/lexicons/types/chat/bsky/group/editGroup.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/editGroup.js +30 -0
- package/dist/lexicons/types/chat/bsky/group/editGroup.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/editJoinLink.d.ts +32 -0
- package/dist/lexicons/types/chat/bsky/group/editJoinLink.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/editJoinLink.js +25 -0
- package/dist/lexicons/types/chat/bsky/group/editJoinLink.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/enableJoinLink.d.ts +30 -0
- package/dist/lexicons/types/chat/bsky/group/enableJoinLink.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/enableJoinLink.js +21 -0
- package/dist/lexicons/types/chat/bsky/group/enableJoinLink.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.d.ts +25 -0
- package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.js +17 -0
- package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/listJoinRequests.d.ts +33 -0
- package/dist/lexicons/types/chat/bsky/group/listJoinRequests.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/listJoinRequests.js +26 -0
- package/dist/lexicons/types/chat/bsky/group/listJoinRequests.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.d.ts +28 -0
- package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.js +17 -0
- package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/removeMembers.d.ts +34 -0
- package/dist/lexicons/types/chat/bsky/group/removeMembers.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/removeMembers.js +27 -0
- package/dist/lexicons/types/chat/bsky/group/removeMembers.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/requestJoin.d.ts +34 -0
- package/dist/lexicons/types/chat/bsky/group/requestJoin.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/group/requestJoin.js +25 -0
- package/dist/lexicons/types/chat/bsky/group/requestJoin.js.map +1 -0
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts +1 -1
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js +1 -0
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.d.ts +42 -0
- package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -0
- package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.js +31 -0
- package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -0
- package/lib/lexicons/index.ts +18 -0
- package/lib/lexicons/types/chat/bsky/actor/declaration.ts +6 -0
- package/lib/lexicons/types/chat/bsky/actor/defs.ts +40 -0
- package/lib/lexicons/types/chat/bsky/convo/defs.ts +509 -3
- package/lib/lexicons/types/chat/bsky/convo/getLog.ts +17 -0
- package/lib/lexicons/types/chat/bsky/convo/getMessages.ts +1 -0
- package/lib/lexicons/types/chat/bsky/convo/listConvoRequests.ts +51 -0
- package/lib/lexicons/types/chat/bsky/convo/listConvos.ts +7 -0
- package/lib/lexicons/types/chat/bsky/convo/lockConvo.ts +39 -0
- package/lib/lexicons/types/chat/bsky/convo/unlockConvo.ts +39 -0
- package/lib/lexicons/types/chat/bsky/group/addMembers.ts +45 -0
- package/lib/lexicons/types/chat/bsky/group/approveJoinRequest.ts +40 -0
- package/lib/lexicons/types/chat/bsky/group/createGroup.ts +53 -0
- package/lib/lexicons/types/chat/bsky/group/createJoinLink.ts +46 -0
- package/lib/lexicons/types/chat/bsky/group/defs.ts +60 -0
- package/lib/lexicons/types/chat/bsky/group/disableJoinLink.ts +39 -0
- package/lib/lexicons/types/chat/bsky/group/editGroup.ts +48 -0
- package/lib/lexicons/types/chat/bsky/group/editJoinLink.ts +43 -0
- package/lib/lexicons/types/chat/bsky/group/enableJoinLink.ts +39 -0
- package/lib/lexicons/types/chat/bsky/group/getGroupPublicInfo.ts +34 -0
- package/lib/lexicons/types/chat/bsky/group/listJoinRequests.ts +45 -0
- package/lib/lexicons/types/chat/bsky/group/rejectJoinRequest.ts +34 -0
- package/lib/lexicons/types/chat/bsky/group/removeMembers.ts +45 -0
- package/lib/lexicons/types/chat/bsky/group/requestJoin.ts +43 -0
- package/lib/lexicons/types/chat/bsky/moderation/getMessageContext.ts +1 -0
- package/lib/lexicons/types/chat/bsky/moderation/subscribeModEvents.ts +52 -0
- package/package.json +5 -5
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
3
|
+
import * as v from '@atcute/lexicons/validations';
|
|
4
|
+
|
|
5
|
+
import * as ChatBskyGroupDefs from './defs.ts';
|
|
6
|
+
|
|
7
|
+
const _mainSchema = /*#__PURE__*/ v.query('chat.bsky.group.listJoinRequests', {
|
|
8
|
+
params: /*#__PURE__*/ v.object({
|
|
9
|
+
convoId: /*#__PURE__*/ v.string(),
|
|
10
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
11
|
+
/**
|
|
12
|
+
* @minimum 1
|
|
13
|
+
* @maximum 100
|
|
14
|
+
* @default 50
|
|
15
|
+
*/
|
|
16
|
+
limit: /*#__PURE__*/ v.optional(
|
|
17
|
+
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
18
|
+
50,
|
|
19
|
+
),
|
|
20
|
+
}),
|
|
21
|
+
output: {
|
|
22
|
+
type: 'lex',
|
|
23
|
+
schema: /*#__PURE__*/ v.object({
|
|
24
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
25
|
+
get requests() {
|
|
26
|
+
return /*#__PURE__*/ v.array(ChatBskyGroupDefs.joinRequestViewSchema);
|
|
27
|
+
},
|
|
28
|
+
}),
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
type main$schematype = typeof _mainSchema;
|
|
33
|
+
|
|
34
|
+
export interface mainSchema extends main$schematype {}
|
|
35
|
+
|
|
36
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
37
|
+
|
|
38
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
39
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
40
|
+
|
|
41
|
+
declare module '@atcute/lexicons/ambient' {
|
|
42
|
+
interface XRPCQueries {
|
|
43
|
+
'chat.bsky.group.listJoinRequests': mainSchema;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
3
|
+
import * as v from '@atcute/lexicons/validations';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('chat.bsky.group.rejectJoinRequest', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
convoId: /*#__PURE__*/ v.string(),
|
|
11
|
+
member: /*#__PURE__*/ v.didString(),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: {
|
|
15
|
+
type: 'lex',
|
|
16
|
+
schema: /*#__PURE__*/ v.object({}),
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
type main$schematype = typeof _mainSchema;
|
|
21
|
+
|
|
22
|
+
export interface mainSchema extends main$schematype {}
|
|
23
|
+
|
|
24
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
25
|
+
|
|
26
|
+
export interface $params {}
|
|
27
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
28
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
29
|
+
|
|
30
|
+
declare module '@atcute/lexicons/ambient' {
|
|
31
|
+
interface XRPCProcedures {
|
|
32
|
+
'chat.bsky.group.rejectJoinRequest': mainSchema;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
3
|
+
import * as v from '@atcute/lexicons/validations';
|
|
4
|
+
|
|
5
|
+
import * as ChatBskyConvoDefs from '../convo/defs.ts';
|
|
6
|
+
|
|
7
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('chat.bsky.group.removeMembers', {
|
|
8
|
+
params: null,
|
|
9
|
+
input: {
|
|
10
|
+
type: 'lex',
|
|
11
|
+
schema: /*#__PURE__*/ v.object({
|
|
12
|
+
convoId: /*#__PURE__*/ v.string(),
|
|
13
|
+
/**
|
|
14
|
+
* @minLength 1
|
|
15
|
+
*/
|
|
16
|
+
members: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.didString()), [
|
|
17
|
+
/*#__PURE__*/ v.arrayLength(1),
|
|
18
|
+
]),
|
|
19
|
+
}),
|
|
20
|
+
},
|
|
21
|
+
output: {
|
|
22
|
+
type: 'lex',
|
|
23
|
+
schema: /*#__PURE__*/ v.object({
|
|
24
|
+
get convo() {
|
|
25
|
+
return ChatBskyConvoDefs.convoViewSchema;
|
|
26
|
+
},
|
|
27
|
+
}),
|
|
28
|
+
},
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
type main$schematype = typeof _mainSchema;
|
|
32
|
+
|
|
33
|
+
export interface mainSchema extends main$schematype {}
|
|
34
|
+
|
|
35
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
36
|
+
|
|
37
|
+
export interface $params {}
|
|
38
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
39
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
40
|
+
|
|
41
|
+
declare module '@atcute/lexicons/ambient' {
|
|
42
|
+
interface XRPCProcedures {
|
|
43
|
+
'chat.bsky.group.removeMembers': mainSchema;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
3
|
+
import * as v from '@atcute/lexicons/validations';
|
|
4
|
+
|
|
5
|
+
import * as ChatBskyConvoDefs from '../convo/defs.ts';
|
|
6
|
+
|
|
7
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('chat.bsky.group.requestJoin', {
|
|
8
|
+
params: null,
|
|
9
|
+
input: {
|
|
10
|
+
type: 'lex',
|
|
11
|
+
schema: /*#__PURE__*/ v.object({
|
|
12
|
+
code: /*#__PURE__*/ v.string(),
|
|
13
|
+
}),
|
|
14
|
+
},
|
|
15
|
+
output: {
|
|
16
|
+
type: 'lex',
|
|
17
|
+
schema: /*#__PURE__*/ v.object({
|
|
18
|
+
/**
|
|
19
|
+
* The group convo joined. This is only present in the case of status=joined
|
|
20
|
+
*/
|
|
21
|
+
get convo() {
|
|
22
|
+
return /*#__PURE__*/ v.optional(ChatBskyConvoDefs.convoViewSchema);
|
|
23
|
+
},
|
|
24
|
+
status: /*#__PURE__*/ v.string<'joined' | 'pending' | (string & {})>(),
|
|
25
|
+
}),
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
type main$schematype = typeof _mainSchema;
|
|
30
|
+
|
|
31
|
+
export interface mainSchema extends main$schematype {}
|
|
32
|
+
|
|
33
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
34
|
+
|
|
35
|
+
export interface $params {}
|
|
36
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
37
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
38
|
+
|
|
39
|
+
declare module '@atcute/lexicons/ambient' {
|
|
40
|
+
interface XRPCProcedures {
|
|
41
|
+
'chat.bsky.group.requestJoin': mainSchema;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
3
|
+
import * as v from '@atcute/lexicons/validations';
|
|
4
|
+
|
|
5
|
+
const _eventConvoFirstMessageSchema = /*#__PURE__*/ v.object({
|
|
6
|
+
$type: /*#__PURE__*/ v.optional(
|
|
7
|
+
/*#__PURE__*/ v.literal('chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage'),
|
|
8
|
+
),
|
|
9
|
+
convoId: /*#__PURE__*/ v.string(),
|
|
10
|
+
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
11
|
+
messageId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
12
|
+
/**
|
|
13
|
+
* The list of DIDs message recipients. Does not include the sender, which is in the `user` field
|
|
14
|
+
*/
|
|
15
|
+
recipients: /*#__PURE__*/ v.array(/*#__PURE__*/ v.didString()),
|
|
16
|
+
rev: /*#__PURE__*/ v.string(),
|
|
17
|
+
/**
|
|
18
|
+
* The DID of the message author.
|
|
19
|
+
*/
|
|
20
|
+
user: /*#__PURE__*/ v.didString(),
|
|
21
|
+
});
|
|
22
|
+
const _mainSchema = /*#__PURE__*/ v.subscription('chat.bsky.moderation.subscribeModEvents', {
|
|
23
|
+
params: /*#__PURE__*/ v.object({
|
|
24
|
+
/**
|
|
25
|
+
* The last known event seq number to backfill from. Use '2222222222222' to backfill from the beginning. Don't specify a cursor to listen only for new events.
|
|
26
|
+
*/
|
|
27
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
28
|
+
}),
|
|
29
|
+
get message() {
|
|
30
|
+
return /*#__PURE__*/ v.variant([eventConvoFirstMessageSchema]);
|
|
31
|
+
},
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
type eventConvoFirstMessage$schematype = typeof _eventConvoFirstMessageSchema;
|
|
35
|
+
type main$schematype = typeof _mainSchema;
|
|
36
|
+
|
|
37
|
+
export interface eventConvoFirstMessageSchema extends eventConvoFirstMessage$schematype {}
|
|
38
|
+
export interface mainSchema extends main$schematype {}
|
|
39
|
+
|
|
40
|
+
export const eventConvoFirstMessageSchema = _eventConvoFirstMessageSchema as eventConvoFirstMessageSchema;
|
|
41
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
42
|
+
|
|
43
|
+
export interface EventConvoFirstMessage extends v.InferInput<typeof eventConvoFirstMessageSchema> {}
|
|
44
|
+
|
|
45
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
46
|
+
export type $message = v.InferInput<mainSchema['message']>;
|
|
47
|
+
|
|
48
|
+
declare module '@atcute/lexicons/ambient' {
|
|
49
|
+
interface XRPCSubscriptions {
|
|
50
|
+
'chat.bsky.moderation.subscribeModEvents': mainSchema;
|
|
51
|
+
}
|
|
52
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atcute/bluesky",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atcute",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@atcute/bluesky": "file:",
|
|
37
|
-
"@atproto/api": "^0.19.
|
|
38
|
-
"vitest": "^4.1.
|
|
39
|
-
"@atcute/lex-cli": "^2.
|
|
37
|
+
"@atproto/api": "^0.19.8",
|
|
38
|
+
"vitest": "^4.1.4",
|
|
39
|
+
"@atcute/lex-cli": "^2.8.1"
|
|
40
40
|
},
|
|
41
41
|
"atcute:lexicons": {
|
|
42
42
|
"mappings": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"pull": "lex-cli pull",
|
|
56
56
|
"test": "vitest",
|
|
57
57
|
"generate": "pnpm run generate:lexicons; pnpm run generate:limits",
|
|
58
|
-
"generate:lexicons": "
|
|
58
|
+
"generate:lexicons": "lex-cli generate",
|
|
59
59
|
"generate:limits": "node scripts/generate-limits.js",
|
|
60
60
|
"prepublish": "rm -r dist; pnpm run build"
|
|
61
61
|
}
|