@mtkruto/node 0.79.1 → 0.79.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.
@@ -22144,4 +22144,4 @@ exports.schema = Object.freeze({
22144
22144
  [0x44E56023]: "messages.emojiGameDiceInfo",
22145
22145
  },
22146
22146
  });
22147
- exports.LAYER = 221;
22147
+ exports.LAYER = NaN;
@@ -28,37 +28,88 @@ export interface _ChatMemberBase {
28
28
  status: ChatMemberStatus;
29
29
  member: ChatP;
30
30
  }
31
- /** @unlisted */
31
+ /**
32
+ * A chat member which is the creator of the chat.
33
+ * @unlisted
34
+ */
32
35
  export interface ChatMemberCreator extends _ChatMemberBase {
36
+ /**
37
+ * The status of the chat member.
38
+ * @discriminator
39
+ */
33
40
  status: "creator";
41
+ /** Whether the chat member is an anonymous admin. */
34
42
  isAnonymous: boolean;
43
+ /** The custom title of the chat member. */
35
44
  title?: string;
36
45
  }
37
- /** @unlisted */
46
+ /**
47
+ * A chat member which is an administrator.
48
+ * @unlisted
49
+ */
38
50
  export interface ChatMemberAdministrator extends _ChatMemberBase {
51
+ /**
52
+ * The status of the chat member.
53
+ * @discriminator
54
+ */
39
55
  status: "administrator";
56
+ /** The rights of the chat administrator. */
40
57
  rights: ChatAdministratorRights;
58
+ /** The custom title of the chat member. */
41
59
  title?: string;
42
60
  }
43
- /** @unlisted */
61
+ /**
62
+ * An unpromoted chat member.
63
+ * @unlisted
64
+ */
44
65
  export interface ChatMemberMember extends _ChatMemberBase {
66
+ /**
67
+ * The status of the chat member.
68
+ * @discriminator
69
+ */
45
70
  status: "member";
71
+ /** A point in time in which the membership expires. */
46
72
  until?: number;
47
73
  }
48
- /** @unlisted */
74
+ /**
75
+ * A restricted chat member.
76
+ * @unlisted
77
+ */
49
78
  export interface ChatMemberRestricted extends _ChatMemberBase {
79
+ /**
80
+ * The status of the chat member.
81
+ * @discriminator
82
+ */
50
83
  status: "restricted";
84
+ /** Whether the restricted user is currently a member of the chat. */
51
85
  isMember: boolean;
86
+ /** The rights of the restricted chat member. */
52
87
  rights: ChatMemberRights;
88
+ /** A point in time in which the restriction expires. */
53
89
  until?: number;
54
90
  }
55
- /** @unlisted */
91
+ /**
92
+ * A chat member which has left.
93
+ * @unlisted
94
+ */
56
95
  export interface ChatMemberLeft extends _ChatMemberBase {
96
+ /**
97
+ * The status of the chat member.
98
+ * @discriminator
99
+ */
57
100
  status: "left";
58
101
  }
59
- /** @unlisted */
102
+ /**
103
+ * A banned chat member.
104
+ * @unlisted
105
+ */
60
106
  export interface ChatMemberBanned extends _ChatMemberBase {
107
+ /**
108
+ * The status of the chat member.
109
+ * @discriminator
110
+ */
61
111
  status: "banned";
112
+ /** A point in time in which the restriction expires. */
62
113
  until?: number;
63
114
  }
64
115
  /** A chat member. */
@@ -1 +1 @@
1
- {"version":3,"file":"2_chat_member.d.ts","sourceRoot":"","sources":["../../src/types/2_chat_member.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,KAAK,uBAAuB,EAAoC,MAAM,kCAAkC,CAAC;AAClH,OAAO,EAAE,KAAK,gBAAgB,EAA6B,MAAM,2BAA2B,CAAC;AAC7F,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEvD,gBAAgB;AAChB,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,eAAe,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEzG,gBAAgB;AAChB,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,EAAE,KAAK,CAAC;CACf;AAED,gBAAgB;AAChB,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD,MAAM,EAAE,SAAS,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,gBAAgB;AAChB,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC9D,MAAM,EAAE,eAAe,CAAC;IACxB,MAAM,EAAE,uBAAuB,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,gBAAgB;AAChB,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD,MAAM,EAAE,QAAQ,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,gBAAgB;AAChB,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IAC3D,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,gBAAgB,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,gBAAgB;AAChB,MAAM,WAAW,cAAe,SAAQ,eAAe;IACrD,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,gBAAgB;AAChB,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD,MAAM,EAAE,QAAQ,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAqB;AACrB,MAAM,MAAM,UAAU,GAAG,iBAAiB,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,oBAAoB,GAAG,cAAc,GAAG,gBAAgB,CAAC;AAEnJ,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,CAAC,kBAAkB,GAAG,GAAG,CAAC,eAAe,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAAG;IAAE,IAAI,EAAE,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;CAAE,CAAC,EAAE,OAAO,EAAE,UAAU,GAAG,UAAU,CAkF7N"}
1
+ {"version":3,"file":"2_chat_member.d.ts","sourceRoot":"","sources":["../../src/types/2_chat_member.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,KAAK,uBAAuB,EAAoC,MAAM,kCAAkC,CAAC;AAClH,OAAO,EAAE,KAAK,gBAAgB,EAA6B,MAAM,2BAA2B,CAAC;AAC7F,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEvD,gBAAgB;AAChB,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,eAAe,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEzG,gBAAgB;AAChB,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,EAAE,KAAK,CAAC;CACf;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD;;;OAGG;IACH,MAAM,EAAE,SAAS,CAAC;IAClB,qDAAqD;IACrD,WAAW,EAAE,OAAO,CAAC;IACrB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC9D;;;OAGG;IACH,MAAM,EAAE,eAAe,CAAC;IACxB,4CAA4C;IAC5C,MAAM,EAAE,uBAAuB,CAAC;IAChC,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD;;;OAGG;IACH,MAAM,EAAE,QAAQ,CAAC;IACjB,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IAC3D;;;OAGG;IACH,MAAM,EAAE,YAAY,CAAC;IACrB,qEAAqE;IACrE,QAAQ,EAAE,OAAO,CAAC;IAClB,gDAAgD;IAChD,MAAM,EAAE,gBAAgB,CAAC;IACzB,wDAAwD;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,cAAe,SAAQ,eAAe;IACrD;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD;;;OAGG;IACH,MAAM,EAAE,QAAQ,CAAC;IACjB,wDAAwD;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAqB;AACrB,MAAM,MAAM,UAAU,GAAG,iBAAiB,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,oBAAoB,GAAG,cAAc,GAAG,gBAAgB,CAAC;AAEnJ,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,CAAC,kBAAkB,GAAG,GAAG,CAAC,eAAe,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAAG;IAAE,IAAI,EAAE,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;CAAE,CAAC,EAAE,OAAO,EAAE,UAAU,GAAG,UAAU,CAkF7N"}
@@ -47,7 +47,7 @@ import type { ChatListItem } from "./7_chat_list_item.js";
47
47
  *
48
48
  * ```
49
49
  * client.on("connectionState", (ctx) => {
50
- * console.log("The client's connection state is now:", ctx.connectionState);
50
+ * console.log("The client's connection state is now:", ctx.update.connectionState);
51
51
  * });
52
52
  * ```
53
53
  * @unlisted
@@ -64,7 +64,7 @@ export interface UpdateConnectionState {
64
64
  *
65
65
  * ```
66
66
  * client.on("authorizationState", async (ctx) => {
67
- * if (ctx.authorizationState.authorized) {
67
+ * if (ctx.update.authorizationState.authorized) {
68
68
  * const me = await ctx.client.getMe();
69
69
  * console.log("The client is now authorized as", me.firstName);
70
70
  * } else {
@@ -86,7 +86,7 @@ export interface UpdateAuthorizationState {
86
86
  *
87
87
  * ```
88
88
  * client.on("update", async (ctx) => {
89
- * // ctx.update
89
+ * // ctx.update.update
90
90
  * });
91
91
  * ```
92
92
  * @unlisted
@@ -104,13 +104,13 @@ export interface UpdateLowLevel {
104
104
  * ```
105
105
  * // Handle text messages
106
106
  * client.on("message:text", (ctx) => {
107
- * const receivedOrSent = ctx.message.out ? "sent" : "received";
108
- * console.log("Just", receivedOrSent, "a text message:", ctx.message.text);
107
+ * const receivedOrSent = ctx.update.message.out ? "sent" : "received";
108
+ * console.log("Just", receivedOrSent, "a text message:", ctx.update.message.text);
109
109
  * });
110
110
  *
111
111
  * // Handle other messages
112
112
  * client.on("message", (ctx) => {
113
- * if (ctx.message.out) {
113
+ * if (ctx.update.message.out) {
114
114
  * console.log("Just sent a message.");
115
115
  * }
116
116
  * });
@@ -132,7 +132,7 @@ export interface UpdateNewMessage {
132
132
  * ```
133
133
  * client.on("editedMessage", (ctx) => {
134
134
  * console.log("A message was just edited.");
135
- * // ctx.editedMessage
135
+ * // ctx.update.editedMessage
136
136
  * });
137
137
  * ```
138
138
  * @unlisted
@@ -150,7 +150,7 @@ export interface UpdateMessageEdited {
150
150
  * ```
151
151
  * client.on("scheduledMessage", (ctx) => {
152
152
  * console.log("A message was just schedueld.");
153
- * // ctx.scheduledMessage
153
+ * // ctx.update.scheduledMessage
154
154
  * });
155
155
  * ```
156
156
  * @unlisted
@@ -167,7 +167,7 @@ export interface UpdateMessageScheduled {
167
167
  *
168
168
  * ```
169
169
  * client.on("deletedMessages", (ctx) => {
170
- * for (const deletedMessage of ctx.deletedMessages) {
170
+ * for (const deletedMessage of ctx.update.deletedMessages) {
171
171
  * console.log(deletedMessage);
172
172
  * }
173
173
  * });
@@ -188,7 +188,7 @@ export interface UpdateMessagesDeleted {
188
188
  *
189
189
  * ```
190
190
  * client.on("callbackQuery", async (ctx) => {
191
- * await ctx.answerCallbackQuery(ctx.callbackQuery.data, { alert: true });
191
+ * await ctx.answerCallbackQuery(ctx.update.callbackQuery.data, { alert: true });
192
192
  * });
193
193
  * ```
194
194
  * @unlisted
@@ -205,7 +205,7 @@ export interface UpdateCallbackQuery {
205
205
  *
206
206
  * ```
207
207
  * client.on("inlineQuery", (ctx) => {
208
- * const { from, query } = ctx.inlineQuery;
208
+ * const { from, query } = ctx.update.inlineQuery;
209
209
  * console.log("User", from.id, "sent an inline query:", query);
210
210
  * });
211
211
  * ```
@@ -312,7 +312,7 @@ export interface UpdateMyChatMember {
312
312
  *
313
313
  * ```
314
314
  * client.on("deletedStory", (ctx) => {
315
- * console.log("The story", ctx.deletedStory, "was deleted");
315
+ * console.log("The story", ctx.update.deletedStory, "was deleted");
316
316
  * });
317
317
  * ```
318
318
  * @unlisted
@@ -327,7 +327,7 @@ export interface UpdateDeletedStory {
327
327
  * ```
328
328
  * client.on("story", (ctx) => {
329
329
  * console.log("title" in ctx.chat ? ctx.chat.title : ctx.chat.firstName, "posted a story");
330
- * console.log(ctx.story);
330
+ * console.log(ctx.update.story);
331
331
  * });
332
332
  * ```
333
333
  * @unlisted
@@ -341,8 +341,8 @@ export interface UpdateNewStory {
341
341
  *
342
342
  * ```
343
343
  * client.on("businessConnection", (ctx) => {
344
- * console.log("Business connection with", ctx.from.id, ctx.businessConnection.isEnabled ? "created" : "lost");
345
- * console.log(ctx.businessConnection);
344
+ * console.log("Business connection with", ctx.from.id, ctx.update.businessConnection.isEnabled ? "created" : "lost");
345
+ * console.log(ctx.update.businessConnection);
346
346
  * });
347
347
  * ```
348
348
  * @unlisted
@@ -356,8 +356,8 @@ export interface UpdateBusinessConnection {
356
356
  *
357
357
  * ```
358
358
  * client.on("videoChat", (ctx) => {
359
- * console.log("Video chat", ctx.videoChat.type);
360
- * console.log(ctx.videoChat);
359
+ * console.log("Video chat", ctx.update.videoChat.type);
360
+ * console.log(ctx.update.videoChat);
361
361
  * });
362
362
  * ```
363
363
  * @unlisted
@@ -385,7 +385,7 @@ export interface UpdateJoinRequest {
385
385
  * ```
386
386
  * client.on("translations", (ctx) => {
387
387
  * console.log("Translations were just updated.");
388
- * // ctx.translations
388
+ * // ctx.update.translations
389
389
  * });
390
390
  * ```
391
391
  * @unlisted
@@ -407,7 +407,7 @@ export interface UpdateTranslations {
407
407
  * ```
408
408
  * client.on("poll", (ctx) => {
409
409
  * console.log("A poll just changed.");
410
- * // ctx.poll
410
+ * // ctx.update.poll
411
411
  * });
412
412
  * ```
413
413
  * @unlisted
@@ -425,7 +425,7 @@ export interface UpdatePoll {
425
425
  * ```
426
426
  * client.on("pollAnswer", (ctx) => {
427
427
  * console.log("A poll just got an answer.");
428
- * // ctx.poll
428
+ * // ctx.update.poll
429
429
  * });
430
430
  * ```
431
431
  * @unlisted
@@ -442,7 +442,7 @@ export interface UpdatePollAnswer {
442
442
  *
443
443
  * ```
444
444
  * client.on("voiceTranscription", (ctx) => {
445
- * // ctx.voiceTranscription
445
+ * // ctx.update.voiceTranscription
446
446
  * });
447
447
  * ```
448
448
  * @unlisted
@@ -459,7 +459,7 @@ export interface UpdateVoiceTranscription {
459
459
  *
460
460
  * ```
461
461
  * client.on("linkPreview", (ctx) => {
462
- * // ctx.linkPreview
462
+ * // ctx.update.linkPreview
463
463
  * });
464
464
  * ```
465
465
  * @unlisted
@@ -476,7 +476,7 @@ export interface UpdateLinkPreview {
476
476
  *
477
477
  * ```
478
478
  * client.on("uploadProgress", (ctx) => {
479
- * // ctx.uploadProgress
479
+ * // ctx.update.uploadProgress
480
480
  * });
481
481
  * ```
482
482
  * @unlisted
@@ -3,7 +3,7 @@ export declare function modExp(a: bigint, b: bigint, n: bigint): bigint;
3
3
  export declare function mod(n: bigint, m: bigint): bigint;
4
4
  export declare function mod(n: number, m: number): number;
5
5
  /**
6
- * Additional parameters for { @link intFromBytes }.
6
+ * Additional parameters for {@link intFromBytes}.
7
7
  */
8
8
  export interface IntFromBytesParams {
9
9
  /** The byte order of the representation. Defaults to `little`. */
@@ -32,7 +32,7 @@ export declare function getRandomInt(byteLength: number, isSigned?: boolean): bi
32
32
  export declare function getRandomId(isNumber: true): number;
33
33
  export declare function getRandomId(): bigint;
34
34
  export declare function gcd(a: bigint, b: bigint): bigint;
35
- /** Additional parameters for { @link intToBuffer }. */
35
+ /** Additional parameters for {@link intToBuffer}. */
36
36
  export interface BufferFromBigintParams {
37
37
  /** The byte order to use for the representation. Defaults to `little`. */
38
38
  byteOrder?: ByteOrder;
@@ -1 +1 @@
1
- {"version":3,"file":"0_int.d.ts","sourceRoot":"","sources":["../../src/utilities/0_int.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEzC,wBAAgB,MAAM,CACpB,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,UAgBV;AAED,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;AAClD,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;AAOlD;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,kEAAkE;IAClE,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE,SAAoB,EAAE,QAAe,EAAE,GAAE,kBAAuB,UAcjH;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,UAAO,UAI/D;AAED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,QAAQ,EAAE,IAAI,GAAG,MAAM,CAAC;AACpD,wBAAgB,WAAW,IAAI,MAAM,CAAC;AAStC,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,UAwBvC;AAID,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC,0EAA0E;IAC1E,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wEAAwE;IACxE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,EAClE,SAAoB,EACpB,QAAe,EACf,IAAS,GACV,GAAE,sBAA2B,GAAG,UAAU,CAAC,WAAW,CAAC,CAoCvD"}
1
+ {"version":3,"file":"0_int.d.ts","sourceRoot":"","sources":["../../src/utilities/0_int.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEzC,wBAAgB,MAAM,CACpB,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,UAgBV;AAED,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;AAClD,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;AAOlD;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,kEAAkE;IAClE,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE,SAAoB,EAAE,QAAe,EAAE,GAAE,kBAAuB,UAcjH;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,UAAO,UAI/D;AAED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,QAAQ,EAAE,IAAI,GAAG,MAAM,CAAC;AACpD,wBAAgB,WAAW,IAAI,MAAM,CAAC;AAStC,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,UAwBvC;AAID,qDAAqD;AACrD,MAAM,WAAW,sBAAsB;IACrC,0EAA0E;IAC1E,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wEAAwE;IACxE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,EAClE,SAAoB,EACpB,QAAe,EACf,IAAS,GACV,GAAE,sBAA2B,GAAG,UAAU,CAAC,WAAW,CAAC,CAoCvD"}