@kl1/contracts 1.2.33-uat → 1.2.34-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +881 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +195 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +157 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +961 -4
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +19 -4
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +30 -2
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +108 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +8 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +108 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +108 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +117 -0
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +117 -0
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +39 -0
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +29 -0
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +108 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +108 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +108 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +108 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +108 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +78 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +12 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -25,6 +25,7 @@ export declare const holdLabelContract: {
|
|
25
25
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
26
26
|
name: z.ZodString;
|
27
27
|
position: z.ZodNumber;
|
28
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
28
29
|
}, "strip", z.ZodTypeAny, {
|
29
30
|
name: string;
|
30
31
|
id: string;
|
@@ -32,6 +33,7 @@ export declare const holdLabelContract: {
|
|
32
33
|
createdAt: Date;
|
33
34
|
updatedAt: Date;
|
34
35
|
deletedAt: Date | null;
|
36
|
+
isDefault: boolean;
|
35
37
|
}, {
|
36
38
|
name: string;
|
37
39
|
id: string;
|
@@ -39,6 +41,7 @@ export declare const holdLabelContract: {
|
|
39
41
|
createdAt: Date;
|
40
42
|
updatedAt: Date;
|
41
43
|
deletedAt: Date | null;
|
44
|
+
isDefault?: boolean | undefined;
|
42
45
|
}>;
|
43
46
|
}, "strip", z.ZodTypeAny, {
|
44
47
|
requestId: string;
|
@@ -49,6 +52,7 @@ export declare const holdLabelContract: {
|
|
49
52
|
createdAt: Date;
|
50
53
|
updatedAt: Date;
|
51
54
|
deletedAt: Date | null;
|
55
|
+
isDefault: boolean;
|
52
56
|
};
|
53
57
|
}, {
|
54
58
|
requestId: string;
|
@@ -59,6 +63,7 @@ export declare const holdLabelContract: {
|
|
59
63
|
createdAt: Date;
|
60
64
|
updatedAt: Date;
|
61
65
|
deletedAt: Date | null;
|
66
|
+
isDefault?: boolean | undefined;
|
62
67
|
};
|
63
68
|
}>;
|
64
69
|
};
|
@@ -76,6 +81,7 @@ export declare const holdLabelContract: {
|
|
76
81
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
77
82
|
name: z.ZodString;
|
78
83
|
position: z.ZodNumber;
|
84
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
79
85
|
}, "strip", z.ZodTypeAny, {
|
80
86
|
name: string;
|
81
87
|
id: string;
|
@@ -83,6 +89,7 @@ export declare const holdLabelContract: {
|
|
83
89
|
createdAt: Date;
|
84
90
|
updatedAt: Date;
|
85
91
|
deletedAt: Date | null;
|
92
|
+
isDefault: boolean;
|
86
93
|
}, {
|
87
94
|
name: string;
|
88
95
|
id: string;
|
@@ -90,6 +97,7 @@ export declare const holdLabelContract: {
|
|
90
97
|
createdAt: Date;
|
91
98
|
updatedAt: Date;
|
92
99
|
deletedAt: Date | null;
|
100
|
+
isDefault?: boolean | undefined;
|
93
101
|
}>, "many">;
|
94
102
|
}, "strip", z.ZodTypeAny, {
|
95
103
|
requestId: string;
|
@@ -100,6 +108,7 @@ export declare const holdLabelContract: {
|
|
100
108
|
createdAt: Date;
|
101
109
|
updatedAt: Date;
|
102
110
|
deletedAt: Date | null;
|
111
|
+
isDefault: boolean;
|
103
112
|
}[];
|
104
113
|
}, {
|
105
114
|
requestId: string;
|
@@ -110,6 +119,7 @@ export declare const holdLabelContract: {
|
|
110
119
|
createdAt: Date;
|
111
120
|
updatedAt: Date;
|
112
121
|
deletedAt: Date | null;
|
122
|
+
isDefault?: boolean | undefined;
|
113
123
|
}[];
|
114
124
|
}>;
|
115
125
|
};
|
@@ -149,6 +159,7 @@ export declare const holdLabelContract: {
|
|
149
159
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
150
160
|
name: z.ZodString;
|
151
161
|
position: z.ZodNumber;
|
162
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
152
163
|
}, "strip", z.ZodTypeAny, {
|
153
164
|
name: string;
|
154
165
|
id: string;
|
@@ -156,6 +167,7 @@ export declare const holdLabelContract: {
|
|
156
167
|
createdAt: Date;
|
157
168
|
updatedAt: Date;
|
158
169
|
deletedAt: Date | null;
|
170
|
+
isDefault: boolean;
|
159
171
|
}, {
|
160
172
|
name: string;
|
161
173
|
id: string;
|
@@ -163,6 +175,7 @@ export declare const holdLabelContract: {
|
|
163
175
|
createdAt: Date;
|
164
176
|
updatedAt: Date;
|
165
177
|
deletedAt: Date | null;
|
178
|
+
isDefault?: boolean | undefined;
|
166
179
|
}>;
|
167
180
|
}, "strip", z.ZodTypeAny, {
|
168
181
|
requestId: string;
|
@@ -173,6 +186,7 @@ export declare const holdLabelContract: {
|
|
173
186
|
createdAt: Date;
|
174
187
|
updatedAt: Date;
|
175
188
|
deletedAt: Date | null;
|
189
|
+
isDefault: boolean;
|
176
190
|
};
|
177
191
|
}, {
|
178
192
|
requestId: string;
|
@@ -183,6 +197,7 @@ export declare const holdLabelContract: {
|
|
183
197
|
createdAt: Date;
|
184
198
|
updatedAt: Date;
|
185
199
|
deletedAt: Date | null;
|
200
|
+
isDefault?: boolean | undefined;
|
186
201
|
};
|
187
202
|
}>;
|
188
203
|
};
|
@@ -214,6 +229,7 @@ export declare const holdLabelContract: {
|
|
214
229
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
215
230
|
name: z.ZodString;
|
216
231
|
position: z.ZodNumber;
|
232
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
217
233
|
}, "strip", z.ZodTypeAny, {
|
218
234
|
name: string;
|
219
235
|
id: string;
|
@@ -221,6 +237,7 @@ export declare const holdLabelContract: {
|
|
221
237
|
createdAt: Date;
|
222
238
|
updatedAt: Date;
|
223
239
|
deletedAt: Date | null;
|
240
|
+
isDefault: boolean;
|
224
241
|
}, {
|
225
242
|
name: string;
|
226
243
|
id: string;
|
@@ -228,6 +245,7 @@ export declare const holdLabelContract: {
|
|
228
245
|
createdAt: Date;
|
229
246
|
updatedAt: Date;
|
230
247
|
deletedAt: Date | null;
|
248
|
+
isDefault?: boolean | undefined;
|
231
249
|
}>;
|
232
250
|
}, "strip", z.ZodTypeAny, {
|
233
251
|
requestId: string;
|
@@ -238,6 +256,7 @@ export declare const holdLabelContract: {
|
|
238
256
|
createdAt: Date;
|
239
257
|
updatedAt: Date;
|
240
258
|
deletedAt: Date | null;
|
259
|
+
isDefault: boolean;
|
241
260
|
};
|
242
261
|
}, {
|
243
262
|
requestId: string;
|
@@ -248,6 +267,7 @@ export declare const holdLabelContract: {
|
|
248
267
|
createdAt: Date;
|
249
268
|
updatedAt: Date;
|
250
269
|
deletedAt: Date | null;
|
270
|
+
isDefault?: boolean | undefined;
|
251
271
|
};
|
252
272
|
}>;
|
253
273
|
};
|
@@ -343,6 +363,7 @@ export declare const holdLabelContract: {
|
|
343
363
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
344
364
|
name: z.ZodString;
|
345
365
|
position: z.ZodNumber;
|
366
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
346
367
|
}, "strip", z.ZodTypeAny, {
|
347
368
|
name: string;
|
348
369
|
id: string;
|
@@ -350,6 +371,7 @@ export declare const holdLabelContract: {
|
|
350
371
|
createdAt: Date;
|
351
372
|
updatedAt: Date;
|
352
373
|
deletedAt: Date | null;
|
374
|
+
isDefault: boolean;
|
353
375
|
}, {
|
354
376
|
name: string;
|
355
377
|
id: string;
|
@@ -357,6 +379,7 @@ export declare const holdLabelContract: {
|
|
357
379
|
createdAt: Date;
|
358
380
|
updatedAt: Date;
|
359
381
|
deletedAt: Date | null;
|
382
|
+
isDefault?: boolean | undefined;
|
360
383
|
}>>>;
|
361
384
|
}, "strip", z.ZodTypeAny, {
|
362
385
|
id: string;
|
@@ -373,6 +396,7 @@ export declare const holdLabelContract: {
|
|
373
396
|
createdAt: Date;
|
374
397
|
updatedAt: Date;
|
375
398
|
deletedAt: Date | null;
|
399
|
+
isDefault: boolean;
|
376
400
|
} | null | undefined;
|
377
401
|
}, {
|
378
402
|
id: string;
|
@@ -389,6 +413,7 @@ export declare const holdLabelContract: {
|
|
389
413
|
createdAt: Date;
|
390
414
|
updatedAt: Date;
|
391
415
|
deletedAt: Date | null;
|
416
|
+
isDefault?: boolean | undefined;
|
392
417
|
} | null | undefined;
|
393
418
|
}>;
|
394
419
|
}, "strip", z.ZodTypeAny, {
|
@@ -408,6 +433,7 @@ export declare const holdLabelContract: {
|
|
408
433
|
createdAt: Date;
|
409
434
|
updatedAt: Date;
|
410
435
|
deletedAt: Date | null;
|
436
|
+
isDefault: boolean;
|
411
437
|
} | null | undefined;
|
412
438
|
};
|
413
439
|
}, {
|
@@ -427,6 +453,7 @@ export declare const holdLabelContract: {
|
|
427
453
|
createdAt: Date;
|
428
454
|
updatedAt: Date;
|
429
455
|
deletedAt: Date | null;
|
456
|
+
isDefault?: boolean | undefined;
|
430
457
|
} | null | undefined;
|
431
458
|
};
|
432
459
|
}>;
|
@@ -460,6 +487,7 @@ export declare const holdLabelContract: {
|
|
460
487
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
461
488
|
name: z.ZodString;
|
462
489
|
position: z.ZodNumber;
|
490
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
463
491
|
}, "strip", z.ZodTypeAny, {
|
464
492
|
name: string;
|
465
493
|
id: string;
|
@@ -467,6 +495,7 @@ export declare const holdLabelContract: {
|
|
467
495
|
createdAt: Date;
|
468
496
|
updatedAt: Date;
|
469
497
|
deletedAt: Date | null;
|
498
|
+
isDefault: boolean;
|
470
499
|
}, {
|
471
500
|
name: string;
|
472
501
|
id: string;
|
@@ -474,6 +503,7 @@ export declare const holdLabelContract: {
|
|
474
503
|
createdAt: Date;
|
475
504
|
updatedAt: Date;
|
476
505
|
deletedAt: Date | null;
|
506
|
+
isDefault?: boolean | undefined;
|
477
507
|
}>>>;
|
478
508
|
}, "strip", z.ZodTypeAny, {
|
479
509
|
id: string;
|
@@ -490,6 +520,7 @@ export declare const holdLabelContract: {
|
|
490
520
|
createdAt: Date;
|
491
521
|
updatedAt: Date;
|
492
522
|
deletedAt: Date | null;
|
523
|
+
isDefault: boolean;
|
493
524
|
} | null | undefined;
|
494
525
|
}, {
|
495
526
|
id: string;
|
@@ -506,6 +537,7 @@ export declare const holdLabelContract: {
|
|
506
537
|
createdAt: Date;
|
507
538
|
updatedAt: Date;
|
508
539
|
deletedAt: Date | null;
|
540
|
+
isDefault?: boolean | undefined;
|
509
541
|
} | null | undefined;
|
510
542
|
}>>;
|
511
543
|
}, "strip", z.ZodTypeAny, {
|
@@ -525,6 +557,7 @@ export declare const holdLabelContract: {
|
|
525
557
|
createdAt: Date;
|
526
558
|
updatedAt: Date;
|
527
559
|
deletedAt: Date | null;
|
560
|
+
isDefault: boolean;
|
528
561
|
} | null | undefined;
|
529
562
|
} | undefined;
|
530
563
|
}, {
|
@@ -544,6 +577,7 @@ export declare const holdLabelContract: {
|
|
544
577
|
createdAt: Date;
|
545
578
|
updatedAt: Date;
|
546
579
|
deletedAt: Date | null;
|
580
|
+
isDefault?: boolean | undefined;
|
547
581
|
} | null | undefined;
|
548
582
|
} | undefined;
|
549
583
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC1D,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,oBAAoB,CAC5B,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE1D,eAAO,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC1D,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,oBAAoB,CAC5B,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6F7B,CAAC"}
|
@@ -6,6 +6,7 @@ export declare const HoldLabelSchema: z.ZodObject<{
|
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
name: z.ZodString;
|
8
8
|
position: z.ZodNumber;
|
9
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
9
10
|
}, "strip", z.ZodTypeAny, {
|
10
11
|
name: string;
|
11
12
|
id: string;
|
@@ -13,6 +14,7 @@ export declare const HoldLabelSchema: z.ZodObject<{
|
|
13
14
|
createdAt: Date;
|
14
15
|
updatedAt: Date;
|
15
16
|
deletedAt: Date | null;
|
17
|
+
isDefault: boolean;
|
16
18
|
}, {
|
17
19
|
name: string;
|
18
20
|
id: string;
|
@@ -20,6 +22,7 @@ export declare const HoldLabelSchema: z.ZodObject<{
|
|
20
22
|
createdAt: Date;
|
21
23
|
updatedAt: Date;
|
22
24
|
deletedAt: Date | null;
|
25
|
+
isDefault?: boolean | undefined;
|
23
26
|
}>;
|
24
27
|
export declare const HoldLogSchema: z.ZodObject<{
|
25
28
|
id: z.ZodString;
|
@@ -36,6 +39,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
36
39
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
37
40
|
name: z.ZodString;
|
38
41
|
position: z.ZodNumber;
|
42
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
39
43
|
}, "strip", z.ZodTypeAny, {
|
40
44
|
name: string;
|
41
45
|
id: string;
|
@@ -43,6 +47,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
43
47
|
createdAt: Date;
|
44
48
|
updatedAt: Date;
|
45
49
|
deletedAt: Date | null;
|
50
|
+
isDefault: boolean;
|
46
51
|
}, {
|
47
52
|
name: string;
|
48
53
|
id: string;
|
@@ -50,6 +55,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
50
55
|
createdAt: Date;
|
51
56
|
updatedAt: Date;
|
52
57
|
deletedAt: Date | null;
|
58
|
+
isDefault?: boolean | undefined;
|
53
59
|
}>>>;
|
54
60
|
}, "strip", z.ZodTypeAny, {
|
55
61
|
id: string;
|
@@ -66,6 +72,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
66
72
|
createdAt: Date;
|
67
73
|
updatedAt: Date;
|
68
74
|
deletedAt: Date | null;
|
75
|
+
isDefault: boolean;
|
69
76
|
} | null | undefined;
|
70
77
|
}, {
|
71
78
|
id: string;
|
@@ -82,6 +89,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
82
89
|
createdAt: Date;
|
83
90
|
updatedAt: Date;
|
84
91
|
deletedAt: Date | null;
|
92
|
+
isDefault?: boolean | undefined;
|
85
93
|
} | null | undefined;
|
86
94
|
}>;
|
87
95
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,eAAe
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;EAI1B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKxB,CAAC"}
|