@voltade/envoy-sdk 1.2.12 → 1.2.13
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/resources/companies/types.d.ts +14 -14
- package/dist/resources/company-members/types.d.ts +4 -4
- package/dist/resources/conversations/index.d.ts +19 -13
- package/dist/resources/conversations/index.d.ts.map +1 -1
- package/dist/resources/conversations/index.js +20 -41
- package/dist/resources/conversations/index.js.map +1 -1
- package/dist/resources/conversations/types.d.ts +191 -67
- package/dist/resources/conversations/types.d.ts.map +1 -1
- package/dist/resources/conversations/types.js +14 -6
- package/dist/resources/conversations/types.js.map +1 -1
- package/dist/resources/webhooks/types.d.ts +192 -192
- package/package.json +1 -1
|
@@ -22,8 +22,8 @@ export declare const CompanySchema: z.ZodObject<{
|
|
|
22
22
|
phone_number?: string | undefined;
|
|
23
23
|
}>, "many">>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
id: number;
|
|
26
25
|
name: string;
|
|
26
|
+
id: number;
|
|
27
27
|
created_at?: number | undefined;
|
|
28
28
|
updated_at?: number | undefined;
|
|
29
29
|
account_id?: number | undefined;
|
|
@@ -34,8 +34,8 @@ export declare const CompanySchema: z.ZodObject<{
|
|
|
34
34
|
phone_number?: string | undefined;
|
|
35
35
|
}[] | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
id: number;
|
|
38
37
|
name: string;
|
|
38
|
+
id: number;
|
|
39
39
|
created_at?: number | undefined;
|
|
40
40
|
updated_at?: number | undefined;
|
|
41
41
|
account_id?: number | undefined;
|
|
@@ -79,8 +79,8 @@ export declare const ListCompaniesResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
79
79
|
phone_number?: string | undefined;
|
|
80
80
|
}>, "many">>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
id: number;
|
|
83
82
|
name: string;
|
|
83
|
+
id: number;
|
|
84
84
|
created_at?: number | undefined;
|
|
85
85
|
updated_at?: number | undefined;
|
|
86
86
|
account_id?: number | undefined;
|
|
@@ -91,8 +91,8 @@ export declare const ListCompaniesResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
91
91
|
phone_number?: string | undefined;
|
|
92
92
|
}[] | undefined;
|
|
93
93
|
}, {
|
|
94
|
-
id: number;
|
|
95
94
|
name: string;
|
|
95
|
+
id: number;
|
|
96
96
|
created_at?: number | undefined;
|
|
97
97
|
updated_at?: number | undefined;
|
|
98
98
|
account_id?: number | undefined;
|
|
@@ -150,8 +150,8 @@ export declare const CreateCompanyResponseSchema: z.ZodObject<{
|
|
|
150
150
|
phone_number?: string | undefined;
|
|
151
151
|
}>, "many">>;
|
|
152
152
|
}, "strip", z.ZodTypeAny, {
|
|
153
|
-
id: number;
|
|
154
153
|
name: string;
|
|
154
|
+
id: number;
|
|
155
155
|
created_at?: number | undefined;
|
|
156
156
|
updated_at?: number | undefined;
|
|
157
157
|
account_id?: number | undefined;
|
|
@@ -162,8 +162,8 @@ export declare const CreateCompanyResponseSchema: z.ZodObject<{
|
|
|
162
162
|
phone_number?: string | undefined;
|
|
163
163
|
}[] | undefined;
|
|
164
164
|
}, {
|
|
165
|
-
id: number;
|
|
166
165
|
name: string;
|
|
166
|
+
id: number;
|
|
167
167
|
created_at?: number | undefined;
|
|
168
168
|
updated_at?: number | undefined;
|
|
169
169
|
account_id?: number | undefined;
|
|
@@ -197,8 +197,8 @@ export declare const GetCompanyResponseSchema: z.ZodObject<{
|
|
|
197
197
|
phone_number?: string | undefined;
|
|
198
198
|
}>, "many">>;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
id: number;
|
|
201
200
|
name: string;
|
|
201
|
+
id: number;
|
|
202
202
|
created_at?: number | undefined;
|
|
203
203
|
updated_at?: number | undefined;
|
|
204
204
|
account_id?: number | undefined;
|
|
@@ -209,8 +209,8 @@ export declare const GetCompanyResponseSchema: z.ZodObject<{
|
|
|
209
209
|
phone_number?: string | undefined;
|
|
210
210
|
}[] | undefined;
|
|
211
211
|
}, {
|
|
212
|
-
id: number;
|
|
213
212
|
name: string;
|
|
213
|
+
id: number;
|
|
214
214
|
created_at?: number | undefined;
|
|
215
215
|
updated_at?: number | undefined;
|
|
216
216
|
account_id?: number | undefined;
|
|
@@ -268,8 +268,8 @@ export declare const UpdateCompanyResponseSchema: z.ZodObject<{
|
|
|
268
268
|
phone_number?: string | undefined;
|
|
269
269
|
}>, "many">>;
|
|
270
270
|
}, "strip", z.ZodTypeAny, {
|
|
271
|
-
id: number;
|
|
272
271
|
name: string;
|
|
272
|
+
id: number;
|
|
273
273
|
created_at?: number | undefined;
|
|
274
274
|
updated_at?: number | undefined;
|
|
275
275
|
account_id?: number | undefined;
|
|
@@ -280,8 +280,8 @@ export declare const UpdateCompanyResponseSchema: z.ZodObject<{
|
|
|
280
280
|
phone_number?: string | undefined;
|
|
281
281
|
}[] | undefined;
|
|
282
282
|
}, {
|
|
283
|
-
id: number;
|
|
284
283
|
name: string;
|
|
284
|
+
id: number;
|
|
285
285
|
created_at?: number | undefined;
|
|
286
286
|
updated_at?: number | undefined;
|
|
287
287
|
account_id?: number | undefined;
|
|
@@ -349,8 +349,8 @@ export declare const SearchCompaniesResponseSchema: z.ZodObject<{
|
|
|
349
349
|
phone_number?: string | undefined;
|
|
350
350
|
}>, "many">>;
|
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
|
352
|
-
id: number;
|
|
353
352
|
name: string;
|
|
353
|
+
id: number;
|
|
354
354
|
created_at?: number | undefined;
|
|
355
355
|
updated_at?: number | undefined;
|
|
356
356
|
account_id?: number | undefined;
|
|
@@ -361,8 +361,8 @@ export declare const SearchCompaniesResponseSchema: z.ZodObject<{
|
|
|
361
361
|
phone_number?: string | undefined;
|
|
362
362
|
}[] | undefined;
|
|
363
363
|
}, {
|
|
364
|
-
id: number;
|
|
365
364
|
name: string;
|
|
365
|
+
id: number;
|
|
366
366
|
created_at?: number | undefined;
|
|
367
367
|
updated_at?: number | undefined;
|
|
368
368
|
account_id?: number | undefined;
|
|
@@ -379,8 +379,8 @@ export declare const SearchCompaniesResponseSchema: z.ZodObject<{
|
|
|
379
379
|
current_page: string | number;
|
|
380
380
|
};
|
|
381
381
|
payload: {
|
|
382
|
-
id: number;
|
|
383
382
|
name: string;
|
|
383
|
+
id: number;
|
|
384
384
|
created_at?: number | undefined;
|
|
385
385
|
updated_at?: number | undefined;
|
|
386
386
|
account_id?: number | undefined;
|
|
@@ -397,8 +397,8 @@ export declare const SearchCompaniesResponseSchema: z.ZodObject<{
|
|
|
397
397
|
current_page: string | number;
|
|
398
398
|
};
|
|
399
399
|
payload: {
|
|
400
|
-
id: number;
|
|
401
400
|
name: string;
|
|
401
|
+
id: number;
|
|
402
402
|
created_at?: number | undefined;
|
|
403
403
|
updated_at?: number | undefined;
|
|
404
404
|
account_id?: number | undefined;
|
|
@@ -17,8 +17,8 @@ export declare const ListCompanyMembersResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
17
17
|
customer_stage_explanation: z.ZodNullable<z.ZodString>;
|
|
18
18
|
type: z.ZodOptional<z.ZodString>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
id: number;
|
|
21
20
|
name: string | null;
|
|
21
|
+
id: number;
|
|
22
22
|
email: string | null;
|
|
23
23
|
thumbnail: string;
|
|
24
24
|
phone_number: string | null;
|
|
@@ -30,8 +30,8 @@ export declare const ListCompanyMembersResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
30
30
|
customer_stage_explanation: string | null;
|
|
31
31
|
type?: string | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
id: number;
|
|
34
33
|
name: string | null;
|
|
34
|
+
id: number;
|
|
35
35
|
email: string | null;
|
|
36
36
|
thumbnail: string;
|
|
37
37
|
phone_number: string | null;
|
|
@@ -64,8 +64,8 @@ export declare const AddCompanyMembersResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
64
64
|
customer_stage_explanation: z.ZodNullable<z.ZodString>;
|
|
65
65
|
type: z.ZodOptional<z.ZodString>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
id: number;
|
|
68
67
|
name: string | null;
|
|
68
|
+
id: number;
|
|
69
69
|
email: string | null;
|
|
70
70
|
thumbnail: string;
|
|
71
71
|
phone_number: string | null;
|
|
@@ -77,8 +77,8 @@ export declare const AddCompanyMembersResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
77
77
|
customer_stage_explanation: string | null;
|
|
78
78
|
type?: string | undefined;
|
|
79
79
|
}, {
|
|
80
|
-
id: number;
|
|
81
80
|
name: string | null;
|
|
81
|
+
id: number;
|
|
82
82
|
email: string | null;
|
|
83
83
|
thumbnail: string;
|
|
84
84
|
phone_number: string | null;
|
|
@@ -30,17 +30,23 @@ export declare class Conversations extends BaseResource {
|
|
|
30
30
|
* private: false
|
|
31
31
|
* });
|
|
32
32
|
*
|
|
33
|
-
* //
|
|
34
|
-
* const
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
33
|
+
* // WhatsApp template message with dynamic params
|
|
34
|
+
* const templateMessage = await client.conversations.createMessage(123, {
|
|
35
|
+
* content: 'Template message',
|
|
36
|
+
* template_params: {
|
|
37
|
+
* name: 'order_confirmation',
|
|
38
|
+
* category: 'MARKETING',
|
|
39
|
+
* language: 'en',
|
|
40
|
+
* processed_params: {
|
|
41
|
+
* body: {
|
|
42
|
+
* '1': '121212'
|
|
43
|
+
* },
|
|
44
|
+
* header: {
|
|
45
|
+
* media_url: 'https://picsum.photos/200/300',
|
|
46
|
+
* media_type: 'image'
|
|
47
|
+
* }
|
|
48
|
+
* }
|
|
49
|
+
* }
|
|
44
50
|
* });
|
|
45
51
|
* ```
|
|
46
52
|
*/
|
|
@@ -84,6 +90,6 @@ export declare class Conversations extends BaseResource {
|
|
|
84
90
|
*/
|
|
85
91
|
getMessages(conversationId: number): Promise<MessagesResponse>;
|
|
86
92
|
}
|
|
87
|
-
export type { Agent, Assignee,
|
|
88
|
-
export { AgentSchema, AssigneeSchema,
|
|
93
|
+
export type { Agent, Assignee, Contact, ContactInbox, Conversation, ConversationMeta, ConversationStatus, ContentType, CreateMessageParams, EscalationResponse, EscalationType, Message, MessageType, MessagesResponse, MessagesResponseMeta, Priority, Team, TemplateParams, } from './types.js';
|
|
94
|
+
export { AgentSchema, AssigneeSchema, ContactInboxSchema, ContactSchema, ConversationMetaSchema, ConversationSchema, ConversationStatusSchema, ContentTypeSchema, CreateMessageParamsSchema, EscalationResponseSchema, EscalationTypeSchema, MessageSchema, MessagesResponseMetaSchema, MessagesResponseSchema, MessageTypeSchema, PrioritySchema, TeamSchema, TemplateParamsSchema, } from './types.js';
|
|
89
95
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../resources/conversations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EACV,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,OAAO,EACP,gBAAgB,EACjB,MAAM,YAAY,CAAC;AAEpB;;GAEG;AACH,uBAAe,YAAY;IACb,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,UAAU;gBAAlB,MAAM,EAAE,UAAU;CAClD;AAED;;GAEG;AACH,qBAAa,aAAc,SAAQ,YAAY;IAC7C
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../resources/conversations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EACV,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,OAAO,EACP,gBAAgB,EACjB,MAAM,YAAY,CAAC;AAEpB;;GAEG;AACH,uBAAe,YAAY;IACb,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,UAAU;gBAAlB,MAAM,EAAE,UAAU;CAClD;AAED;;GAEG;AACH,qBAAa,aAAc,SAAQ,YAAY;IAC7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACG,aAAa,CACjB,cAAc,EAAE,MAAM,EACtB,MAAM,EAAE,mBAAmB,GAC1B,OAAO,CAAC,OAAO,CAAC;IAgBnB;;;;;;;;;;;;OAYG;IACG,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAM1E;;;;;;;;;;OAUG;IACG,GAAG,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC;IAMxD;;;;;;;;;;OAUG;IACG,WAAW,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAKrE;AAGD,YAAY,EACV,KAAK,EACL,QAAQ,EACR,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,OAAO,EACP,WAAW,EACX,gBAAgB,EAChB,oBAAoB,EACpB,QAAQ,EACR,IAAI,EACJ,cAAc,GACf,MAAM,YAAY,CAAC;AAGpB,OAAO,EACL,WAAW,EACX,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,sBAAsB,EACtB,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,EACxB,oBAAoB,EACpB,aAAa,EACb,0BAA0B,EAC1B,sBAAsB,EACtB,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,oBAAoB,GACrB,MAAM,YAAY,CAAC"}
|
|
@@ -29,55 +29,34 @@ export class Conversations extends BaseResource {
|
|
|
29
29
|
* private: false
|
|
30
30
|
* });
|
|
31
31
|
*
|
|
32
|
-
* //
|
|
33
|
-
* const
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
32
|
+
* // WhatsApp template message with dynamic params
|
|
33
|
+
* const templateMessage = await client.conversations.createMessage(123, {
|
|
34
|
+
* content: 'Template message',
|
|
35
|
+
* template_params: {
|
|
36
|
+
* name: 'order_confirmation',
|
|
37
|
+
* category: 'MARKETING',
|
|
38
|
+
* language: 'en',
|
|
39
|
+
* processed_params: {
|
|
40
|
+
* body: {
|
|
41
|
+
* '1': '121212'
|
|
42
|
+
* },
|
|
43
|
+
* header: {
|
|
44
|
+
* media_url: 'https://picsum.photos/200/300',
|
|
45
|
+
* media_type: 'image'
|
|
46
|
+
* }
|
|
47
|
+
* }
|
|
48
|
+
* }
|
|
43
49
|
* });
|
|
44
50
|
* ```
|
|
45
51
|
*/
|
|
46
52
|
async createMessage(conversationId, params) {
|
|
47
|
-
// If attachments are provided, use FormData
|
|
48
|
-
if (params.attachments && params.attachments.length > 0) {
|
|
49
|
-
const formData = new FormData();
|
|
50
|
-
// Add message fields to FormData
|
|
51
|
-
formData.append('content', params.content);
|
|
52
|
-
formData.append('message_type', params.message_type || 'outgoing');
|
|
53
|
-
formData.append('private', String(params.private ?? false));
|
|
54
|
-
formData.append('content_type', params.content_type || 'text');
|
|
55
|
-
if (params.content_attributes) {
|
|
56
|
-
formData.append('content_attributes', JSON.stringify(params.content_attributes));
|
|
57
|
-
}
|
|
58
|
-
// Add attachments
|
|
59
|
-
for (const attachment of params.attachments) {
|
|
60
|
-
if (typeof attachment === 'string') {
|
|
61
|
-
// URL attachment - fetch and convert to blob
|
|
62
|
-
const response = await fetch(attachment);
|
|
63
|
-
const blob = await response.blob();
|
|
64
|
-
const filename = attachment.split('/').pop() || 'file';
|
|
65
|
-
formData.append('attachments[]', blob, filename);
|
|
66
|
-
}
|
|
67
|
-
else {
|
|
68
|
-
// File object attachment
|
|
69
|
-
formData.append('attachments[]', attachment);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
return await this.client.post(`/conversations/${conversationId}/messages`, formData);
|
|
73
|
-
}
|
|
74
|
-
// No attachments - use regular JSON payload
|
|
75
53
|
const payload = {
|
|
76
54
|
content: params.content,
|
|
77
55
|
message_type: params.message_type || 'outgoing',
|
|
78
56
|
private: params.private ?? false,
|
|
79
57
|
content_type: params.content_type || 'text',
|
|
80
|
-
content_attributes: params.content_attributes
|
|
58
|
+
content_attributes: params.content_attributes,
|
|
59
|
+
template_params: params.template_params,
|
|
81
60
|
};
|
|
82
61
|
return await this.client.post(`/conversations/${conversationId}/messages`, payload);
|
|
83
62
|
}
|
|
@@ -127,5 +106,5 @@ export class Conversations extends BaseResource {
|
|
|
127
106
|
}
|
|
128
107
|
}
|
|
129
108
|
// Re-export Zod schemas
|
|
130
|
-
export { AgentSchema, AssigneeSchema,
|
|
109
|
+
export { AgentSchema, AssigneeSchema, ContactInboxSchema, ContactSchema, ConversationMetaSchema, ConversationSchema, ConversationStatusSchema, ContentTypeSchema, CreateMessageParamsSchema, EscalationResponseSchema, EscalationTypeSchema, MessageSchema, MessagesResponseMetaSchema, MessagesResponseSchema, MessageTypeSchema, PrioritySchema, TeamSchema, TemplateParamsSchema, } from './types.js';
|
|
131
110
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../resources/conversations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH;;GAEG;AACH,MAAe,YAAY;IACzB,YAA+B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;CACtD;AAED;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,YAAY;IAC7C
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../resources/conversations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH;;GAEG;AACH,MAAe,YAAY;IACzB,YAA+B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;CACtD;AAED;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,YAAY;IAC7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,KAAK,CAAC,aAAa,CACjB,cAAsB,EACtB,MAA2B;QAE3B,MAAM,OAAO,GAAG;YACd,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,YAAY,EAAE,MAAM,CAAC,YAAY,IAAI,UAAU;YAC/C,OAAO,EAAE,MAAM,CAAC,OAAO,IAAI,KAAK;YAChC,YAAY,EAAE,MAAM,CAAC,YAAY,IAAI,MAAM;YAC3C,kBAAkB,EAAE,MAAM,CAAC,kBAAkB;YAC7C,eAAe,EAAE,MAAM,CAAC,eAAe;SACxC,CAAC;QAEF,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAC3B,kBAAkB,cAAc,WAAW,EAC3C,OAAO,CACR,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,KAAK,CAAC,eAAe,CAAC,cAAsB;QAC1C,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAC3B,kBAAkB,cAAc,mBAAmB,CACpD,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,KAAK,CAAC,GAAG,CAAC,cAAsB;QAC9B,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,GAAG,CAC1B,kBAAkB,cAAc,EAAE,CACnC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,KAAK,CAAC,WAAW,CAAC,cAAsB;QACtC,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,GAAG,CAC1B,kBAAkB,cAAc,WAAW,CAC5C,CAAC;IACJ,CAAC;CACF;AAwBD,wBAAwB;AACxB,OAAO,EACL,WAAW,EACX,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,sBAAsB,EACtB,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,EACxB,oBAAoB,EACpB,aAAa,EACb,0BAA0B,EAC1B,sBAAsB,EACtB,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,oBAAoB,GACrB,MAAM,YAAY,CAAC"}
|