@kl1/contracts 1.0.50 → 1.0.52

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.
Files changed (45) hide show
  1. package/dist/index.js +3442 -3322
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3442 -3322
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/attribute/index.d.ts +12 -12
  6. package/dist/src/attribute/schema.d.ts +2 -2
  7. package/dist/src/chat/index.d.ts +211 -211
  8. package/dist/src/chat/schema.d.ts +54 -48
  9. package/dist/src/chat/schema.d.ts.map +1 -1
  10. package/dist/src/chat/validation.d.ts +62 -62
  11. package/dist/src/comment/index.d.ts +94 -94
  12. package/dist/src/comment/schema.d.ts +26 -26
  13. package/dist/src/company/index.d.ts +32 -32
  14. package/dist/src/company/schema.d.ts +10 -10
  15. package/dist/src/company/validation.d.ts +18 -18
  16. package/dist/src/contact/index.d.ts +88 -88
  17. package/dist/src/contact/schema.d.ts +14 -14
  18. package/dist/src/contact/validation.d.ts +72 -72
  19. package/dist/src/contract.d.ts +8118 -1249
  20. package/dist/src/contract.d.ts.map +1 -1
  21. package/dist/src/custom-field/schema.d.ts +2 -2
  22. package/dist/src/cx-log/index.d.ts +52 -52
  23. package/dist/src/cx-log/schema.d.ts +44 -44
  24. package/dist/src/instagram/index.d.ts +6643 -0
  25. package/dist/src/instagram/index.d.ts.map +1 -0
  26. package/dist/src/instagram/schema.d.ts +2 -0
  27. package/dist/src/instagram/schema.d.ts.map +1 -0
  28. package/dist/src/instagram/validation.d.ts +109 -0
  29. package/dist/src/instagram/validation.d.ts.map +1 -0
  30. package/dist/src/mail/mail-contract.d.ts +12 -12
  31. package/dist/src/mail/room-contract.d.ts +12 -12
  32. package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
  33. package/dist/src/mail/schemas/room.schema.d.ts +2 -2
  34. package/dist/src/messenger/index.d.ts +32 -32
  35. package/dist/src/telephony-cdr/index.d.ts +132 -42
  36. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  37. package/dist/src/telephony-cdr/schema.d.ts +12 -12
  38. package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
  39. package/dist/src/ticket/index.d.ts +118 -118
  40. package/dist/src/ticket/schema.d.ts +22 -22
  41. package/dist/src/wrap-up-form/index.d.ts +143 -1
  42. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  43. package/dist/src/wrap-up-form/validation.d.ts +13 -0
  44. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  45. package/package.json +1 -1
@@ -185,9 +185,9 @@ export declare const telephonyCdrContract: {
185
185
  createdAt: Date;
186
186
  updatedAt: Date;
187
187
  deletedAt: Date | null;
188
- isDefault: boolean;
189
188
  systemName: string;
190
189
  displayName: string;
190
+ isDefault: boolean;
191
191
  isArchived: boolean;
192
192
  isRequired: boolean;
193
193
  isUnique: boolean;
@@ -198,9 +198,9 @@ export declare const telephonyCdrContract: {
198
198
  createdAt: Date;
199
199
  updatedAt: Date;
200
200
  deletedAt: Date | null;
201
- isDefault: boolean;
202
201
  systemName: string;
203
202
  displayName: string;
203
+ isDefault: boolean;
204
204
  isArchived: boolean;
205
205
  isRequired: boolean;
206
206
  isUnique: boolean;
@@ -217,9 +217,9 @@ export declare const telephonyCdrContract: {
217
217
  createdAt: Date;
218
218
  updatedAt: Date;
219
219
  deletedAt: Date | null;
220
- isDefault: boolean;
221
220
  systemName: string;
222
221
  displayName: string;
222
+ isDefault: boolean;
223
223
  isArchived: boolean;
224
224
  isRequired: boolean;
225
225
  isUnique: boolean;
@@ -240,9 +240,9 @@ export declare const telephonyCdrContract: {
240
240
  createdAt: Date;
241
241
  updatedAt: Date;
242
242
  deletedAt: Date | null;
243
- isDefault: boolean;
244
243
  systemName: string;
245
244
  displayName: string;
245
+ isDefault: boolean;
246
246
  isArchived: boolean;
247
247
  isRequired: boolean;
248
248
  isUnique: boolean;
@@ -341,9 +341,9 @@ export declare const telephonyCdrContract: {
341
341
  createdAt: Date;
342
342
  updatedAt: Date;
343
343
  deletedAt: Date | null;
344
- isDefault: boolean;
345
344
  systemName: string;
346
345
  displayName: string;
346
+ isDefault: boolean;
347
347
  isArchived: boolean;
348
348
  isRequired: boolean;
349
349
  isUnique: boolean;
@@ -354,9 +354,9 @@ export declare const telephonyCdrContract: {
354
354
  createdAt: Date;
355
355
  updatedAt: Date;
356
356
  deletedAt: Date | null;
357
- isDefault: boolean;
358
357
  systemName: string;
359
358
  displayName: string;
359
+ isDefault: boolean;
360
360
  isArchived: boolean;
361
361
  isRequired: boolean;
362
362
  isUnique: boolean;
@@ -450,9 +450,9 @@ export declare const telephonyCdrContract: {
450
450
  createdAt: Date;
451
451
  updatedAt: Date;
452
452
  deletedAt: Date | null;
453
- isDefault: boolean;
454
453
  systemName: string;
455
454
  displayName: string;
455
+ isDefault: boolean;
456
456
  isArchived: boolean;
457
457
  isRequired: boolean;
458
458
  isUnique: boolean;
@@ -492,9 +492,9 @@ export declare const telephonyCdrContract: {
492
492
  createdAt: Date;
493
493
  updatedAt: Date;
494
494
  deletedAt: Date | null;
495
- isDefault: boolean;
496
495
  systemName: string;
497
496
  displayName: string;
497
+ isDefault: boolean;
498
498
  isArchived: boolean;
499
499
  isRequired: boolean;
500
500
  isUnique: boolean;
@@ -647,9 +647,9 @@ export declare const telephonyCdrContract: {
647
647
  createdAt: Date;
648
648
  updatedAt: Date;
649
649
  deletedAt: Date | null;
650
- isDefault: boolean;
651
650
  systemName: string;
652
651
  displayName: string;
652
+ isDefault: boolean;
653
653
  isArchived: boolean;
654
654
  isRequired: boolean;
655
655
  isUnique: boolean;
@@ -750,9 +750,9 @@ export declare const telephonyCdrContract: {
750
750
  createdAt: Date;
751
751
  updatedAt: Date;
752
752
  deletedAt: Date | null;
753
- isDefault: boolean;
754
753
  systemName: string;
755
754
  displayName: string;
755
+ isDefault: boolean;
756
756
  isArchived: boolean;
757
757
  isRequired: boolean;
758
758
  isUnique: boolean;
@@ -1280,9 +1280,9 @@ export declare const telephonyCdrContract: {
1280
1280
  createdAt: Date;
1281
1281
  updatedAt: Date;
1282
1282
  deletedAt: Date | null;
1283
- isDefault: boolean;
1284
1283
  systemName: string;
1285
1284
  displayName: string;
1285
+ isDefault: boolean;
1286
1286
  isArchived: boolean;
1287
1287
  isRequired: boolean;
1288
1288
  isUnique: boolean;
@@ -1487,9 +1487,9 @@ export declare const telephonyCdrContract: {
1487
1487
  createdAt: Date;
1488
1488
  updatedAt: Date;
1489
1489
  deletedAt: Date | null;
1490
- isDefault: boolean;
1491
1490
  systemName: string;
1492
1491
  displayName: string;
1492
+ isDefault: boolean;
1493
1493
  isArchived: boolean;
1494
1494
  isRequired: boolean;
1495
1495
  isUnique: boolean;
@@ -1700,9 +1700,9 @@ export declare const telephonyCdrContract: {
1700
1700
  createdAt: Date;
1701
1701
  updatedAt: Date;
1702
1702
  deletedAt: Date | null;
1703
- isDefault: boolean;
1704
1703
  systemName: string;
1705
1704
  displayName: string;
1705
+ isDefault: boolean;
1706
1706
  isArchived: boolean;
1707
1707
  isRequired: boolean;
1708
1708
  isUnique: boolean;
@@ -1913,9 +1913,9 @@ export declare const telephonyCdrContract: {
1913
1913
  createdAt: Date;
1914
1914
  updatedAt: Date;
1915
1915
  deletedAt: Date | null;
1916
- isDefault: boolean;
1917
1916
  systemName: string;
1918
1917
  displayName: string;
1918
+ isDefault: boolean;
1919
1919
  isArchived: boolean;
1920
1920
  isRequired: boolean;
1921
1921
  isUnique: boolean;
@@ -2266,9 +2266,9 @@ export declare const telephonyCdrContract: {
2266
2266
  createdAt: Date;
2267
2267
  updatedAt: Date;
2268
2268
  deletedAt: Date | null;
2269
- isDefault: boolean;
2270
2269
  systemName: string;
2271
2270
  displayName: string;
2271
+ isDefault: boolean;
2272
2272
  isArchived: boolean;
2273
2273
  isRequired: boolean;
2274
2274
  isUnique: boolean;
@@ -2279,9 +2279,9 @@ export declare const telephonyCdrContract: {
2279
2279
  createdAt: Date;
2280
2280
  updatedAt: Date;
2281
2281
  deletedAt: Date | null;
2282
- isDefault: boolean;
2283
2282
  systemName: string;
2284
2283
  displayName: string;
2284
+ isDefault: boolean;
2285
2285
  isArchived: boolean;
2286
2286
  isRequired: boolean;
2287
2287
  isUnique: boolean;
@@ -2298,9 +2298,9 @@ export declare const telephonyCdrContract: {
2298
2298
  createdAt: Date;
2299
2299
  updatedAt: Date;
2300
2300
  deletedAt: Date | null;
2301
- isDefault: boolean;
2302
2301
  systemName: string;
2303
2302
  displayName: string;
2303
+ isDefault: boolean;
2304
2304
  isArchived: boolean;
2305
2305
  isRequired: boolean;
2306
2306
  isUnique: boolean;
@@ -2321,9 +2321,9 @@ export declare const telephonyCdrContract: {
2321
2321
  createdAt: Date;
2322
2322
  updatedAt: Date;
2323
2323
  deletedAt: Date | null;
2324
- isDefault: boolean;
2325
2324
  systemName: string;
2326
2325
  displayName: string;
2326
+ isDefault: boolean;
2327
2327
  isArchived: boolean;
2328
2328
  isRequired: boolean;
2329
2329
  isUnique: boolean;
@@ -2422,9 +2422,9 @@ export declare const telephonyCdrContract: {
2422
2422
  createdAt: Date;
2423
2423
  updatedAt: Date;
2424
2424
  deletedAt: Date | null;
2425
- isDefault: boolean;
2426
2425
  systemName: string;
2427
2426
  displayName: string;
2427
+ isDefault: boolean;
2428
2428
  isArchived: boolean;
2429
2429
  isRequired: boolean;
2430
2430
  isUnique: boolean;
@@ -2435,9 +2435,9 @@ export declare const telephonyCdrContract: {
2435
2435
  createdAt: Date;
2436
2436
  updatedAt: Date;
2437
2437
  deletedAt: Date | null;
2438
- isDefault: boolean;
2439
2438
  systemName: string;
2440
2439
  displayName: string;
2440
+ isDefault: boolean;
2441
2441
  isArchived: boolean;
2442
2442
  isRequired: boolean;
2443
2443
  isUnique: boolean;
@@ -2531,9 +2531,9 @@ export declare const telephonyCdrContract: {
2531
2531
  createdAt: Date;
2532
2532
  updatedAt: Date;
2533
2533
  deletedAt: Date | null;
2534
- isDefault: boolean;
2535
2534
  systemName: string;
2536
2535
  displayName: string;
2536
+ isDefault: boolean;
2537
2537
  isArchived: boolean;
2538
2538
  isRequired: boolean;
2539
2539
  isUnique: boolean;
@@ -2573,9 +2573,9 @@ export declare const telephonyCdrContract: {
2573
2573
  createdAt: Date;
2574
2574
  updatedAt: Date;
2575
2575
  deletedAt: Date | null;
2576
- isDefault: boolean;
2577
2576
  systemName: string;
2578
2577
  displayName: string;
2578
+ isDefault: boolean;
2579
2579
  isArchived: boolean;
2580
2580
  isRequired: boolean;
2581
2581
  isUnique: boolean;
@@ -2728,9 +2728,9 @@ export declare const telephonyCdrContract: {
2728
2728
  createdAt: Date;
2729
2729
  updatedAt: Date;
2730
2730
  deletedAt: Date | null;
2731
- isDefault: boolean;
2732
2731
  systemName: string;
2733
2732
  displayName: string;
2733
+ isDefault: boolean;
2734
2734
  isArchived: boolean;
2735
2735
  isRequired: boolean;
2736
2736
  isUnique: boolean;
@@ -2831,9 +2831,9 @@ export declare const telephonyCdrContract: {
2831
2831
  createdAt: Date;
2832
2832
  updatedAt: Date;
2833
2833
  deletedAt: Date | null;
2834
- isDefault: boolean;
2835
2834
  systemName: string;
2836
2835
  displayName: string;
2836
+ isDefault: boolean;
2837
2837
  isArchived: boolean;
2838
2838
  isRequired: boolean;
2839
2839
  isUnique: boolean;
@@ -3361,9 +3361,9 @@ export declare const telephonyCdrContract: {
3361
3361
  createdAt: Date;
3362
3362
  updatedAt: Date;
3363
3363
  deletedAt: Date | null;
3364
- isDefault: boolean;
3365
3364
  systemName: string;
3366
3365
  displayName: string;
3366
+ isDefault: boolean;
3367
3367
  isArchived: boolean;
3368
3368
  isRequired: boolean;
3369
3369
  isUnique: boolean;
@@ -3568,9 +3568,9 @@ export declare const telephonyCdrContract: {
3568
3568
  createdAt: Date;
3569
3569
  updatedAt: Date;
3570
3570
  deletedAt: Date | null;
3571
- isDefault: boolean;
3572
3571
  systemName: string;
3573
3572
  displayName: string;
3573
+ isDefault: boolean;
3574
3574
  isArchived: boolean;
3575
3575
  isRequired: boolean;
3576
3576
  isUnique: boolean;
@@ -3781,9 +3781,9 @@ export declare const telephonyCdrContract: {
3781
3781
  createdAt: Date;
3782
3782
  updatedAt: Date;
3783
3783
  deletedAt: Date | null;
3784
- isDefault: boolean;
3785
3784
  systemName: string;
3786
3785
  displayName: string;
3786
+ isDefault: boolean;
3787
3787
  isArchived: boolean;
3788
3788
  isRequired: boolean;
3789
3789
  isUnique: boolean;
@@ -3994,9 +3994,9 @@ export declare const telephonyCdrContract: {
3994
3994
  createdAt: Date;
3995
3995
  updatedAt: Date;
3996
3996
  deletedAt: Date | null;
3997
- isDefault: boolean;
3998
3997
  systemName: string;
3999
3998
  displayName: string;
3999
+ isDefault: boolean;
4000
4000
  isArchived: boolean;
4001
4001
  isRequired: boolean;
4002
4002
  isUnique: boolean;
@@ -4365,9 +4365,9 @@ export declare const telephonyCdrContract: {
4365
4365
  createdAt: Date;
4366
4366
  updatedAt: Date;
4367
4367
  deletedAt: Date | null;
4368
- isDefault: boolean;
4369
4368
  systemName: string;
4370
4369
  displayName: string;
4370
+ isDefault: boolean;
4371
4371
  isArchived: boolean;
4372
4372
  isRequired: boolean;
4373
4373
  isUnique: boolean;
@@ -4378,9 +4378,9 @@ export declare const telephonyCdrContract: {
4378
4378
  createdAt: Date;
4379
4379
  updatedAt: Date;
4380
4380
  deletedAt: Date | null;
4381
- isDefault: boolean;
4382
4381
  systemName: string;
4383
4382
  displayName: string;
4383
+ isDefault: boolean;
4384
4384
  isArchived: boolean;
4385
4385
  isRequired: boolean;
4386
4386
  isUnique: boolean;
@@ -4397,9 +4397,9 @@ export declare const telephonyCdrContract: {
4397
4397
  createdAt: Date;
4398
4398
  updatedAt: Date;
4399
4399
  deletedAt: Date | null;
4400
- isDefault: boolean;
4401
4400
  systemName: string;
4402
4401
  displayName: string;
4402
+ isDefault: boolean;
4403
4403
  isArchived: boolean;
4404
4404
  isRequired: boolean;
4405
4405
  isUnique: boolean;
@@ -4420,9 +4420,9 @@ export declare const telephonyCdrContract: {
4420
4420
  createdAt: Date;
4421
4421
  updatedAt: Date;
4422
4422
  deletedAt: Date | null;
4423
- isDefault: boolean;
4424
4423
  systemName: string;
4425
4424
  displayName: string;
4425
+ isDefault: boolean;
4426
4426
  isArchived: boolean;
4427
4427
  isRequired: boolean;
4428
4428
  isUnique: boolean;
@@ -4521,9 +4521,9 @@ export declare const telephonyCdrContract: {
4521
4521
  createdAt: Date;
4522
4522
  updatedAt: Date;
4523
4523
  deletedAt: Date | null;
4524
- isDefault: boolean;
4525
4524
  systemName: string;
4526
4525
  displayName: string;
4526
+ isDefault: boolean;
4527
4527
  isArchived: boolean;
4528
4528
  isRequired: boolean;
4529
4529
  isUnique: boolean;
@@ -4534,9 +4534,9 @@ export declare const telephonyCdrContract: {
4534
4534
  createdAt: Date;
4535
4535
  updatedAt: Date;
4536
4536
  deletedAt: Date | null;
4537
- isDefault: boolean;
4538
4537
  systemName: string;
4539
4538
  displayName: string;
4539
+ isDefault: boolean;
4540
4540
  isArchived: boolean;
4541
4541
  isRequired: boolean;
4542
4542
  isUnique: boolean;
@@ -4630,9 +4630,9 @@ export declare const telephonyCdrContract: {
4630
4630
  createdAt: Date;
4631
4631
  updatedAt: Date;
4632
4632
  deletedAt: Date | null;
4633
- isDefault: boolean;
4634
4633
  systemName: string;
4635
4634
  displayName: string;
4635
+ isDefault: boolean;
4636
4636
  isArchived: boolean;
4637
4637
  isRequired: boolean;
4638
4638
  isUnique: boolean;
@@ -4672,9 +4672,9 @@ export declare const telephonyCdrContract: {
4672
4672
  createdAt: Date;
4673
4673
  updatedAt: Date;
4674
4674
  deletedAt: Date | null;
4675
- isDefault: boolean;
4676
4675
  systemName: string;
4677
4676
  displayName: string;
4677
+ isDefault: boolean;
4678
4678
  isArchived: boolean;
4679
4679
  isRequired: boolean;
4680
4680
  isUnique: boolean;
@@ -4827,9 +4827,9 @@ export declare const telephonyCdrContract: {
4827
4827
  createdAt: Date;
4828
4828
  updatedAt: Date;
4829
4829
  deletedAt: Date | null;
4830
- isDefault: boolean;
4831
4830
  systemName: string;
4832
4831
  displayName: string;
4832
+ isDefault: boolean;
4833
4833
  isArchived: boolean;
4834
4834
  isRequired: boolean;
4835
4835
  isUnique: boolean;
@@ -4930,9 +4930,9 @@ export declare const telephonyCdrContract: {
4930
4930
  createdAt: Date;
4931
4931
  updatedAt: Date;
4932
4932
  deletedAt: Date | null;
4933
- isDefault: boolean;
4934
4933
  systemName: string;
4935
4934
  displayName: string;
4935
+ isDefault: boolean;
4936
4936
  isArchived: boolean;
4937
4937
  isRequired: boolean;
4938
4938
  isUnique: boolean;
@@ -5460,9 +5460,9 @@ export declare const telephonyCdrContract: {
5460
5460
  createdAt: Date;
5461
5461
  updatedAt: Date;
5462
5462
  deletedAt: Date | null;
5463
- isDefault: boolean;
5464
5463
  systemName: string;
5465
5464
  displayName: string;
5465
+ isDefault: boolean;
5466
5466
  isArchived: boolean;
5467
5467
  isRequired: boolean;
5468
5468
  isUnique: boolean;
@@ -5667,9 +5667,9 @@ export declare const telephonyCdrContract: {
5667
5667
  createdAt: Date;
5668
5668
  updatedAt: Date;
5669
5669
  deletedAt: Date | null;
5670
- isDefault: boolean;
5671
5670
  systemName: string;
5672
5671
  displayName: string;
5672
+ isDefault: boolean;
5673
5673
  isArchived: boolean;
5674
5674
  isRequired: boolean;
5675
5675
  isUnique: boolean;
@@ -5880,9 +5880,9 @@ export declare const telephonyCdrContract: {
5880
5880
  createdAt: Date;
5881
5881
  updatedAt: Date;
5882
5882
  deletedAt: Date | null;
5883
- isDefault: boolean;
5884
5883
  systemName: string;
5885
5884
  displayName: string;
5885
+ isDefault: boolean;
5886
5886
  isArchived: boolean;
5887
5887
  isRequired: boolean;
5888
5888
  isUnique: boolean;
@@ -6093,9 +6093,9 @@ export declare const telephonyCdrContract: {
6093
6093
  createdAt: Date;
6094
6094
  updatedAt: Date;
6095
6095
  deletedAt: Date | null;
6096
- isDefault: boolean;
6097
6096
  systemName: string;
6098
6097
  displayName: string;
6098
+ isDefault: boolean;
6099
6099
  isArchived: boolean;
6100
6100
  isRequired: boolean;
6101
6101
  isUnique: boolean;
@@ -7070,6 +7070,96 @@ export declare const telephonyCdrContract: {
7070
7070
  'x-client-timezone'?: string | undefined;
7071
7071
  }>>>;
7072
7072
  };
7073
+ yeastarCallReportExport: {
7074
+ body: z.ZodEffects<z.ZodObject<{
7075
+ page: z.ZodDefault<z.ZodNumber>;
7076
+ pageSize: z.ZodDefault<z.ZodNumber>;
7077
+ reportType: z.ZodEnum<["extcallstatistics", "extcallactivity", "trunkactivity", "queuesatisfaction", "queueavgwaittalktime", "queueperformance", "queueagentmisscalls", "queueagentinoutcalls"]>;
7078
+ selectedDate: z.ZodOptional<z.ZodString>;
7079
+ communicationType: z.ZodOptional<z.ZodEnum<["Inbound", "Outbound", "Internal"]>>;
7080
+ time: z.ZodOptional<z.ZodString>;
7081
+ queueList: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7082
+ queueId: z.ZodOptional<z.ZodString>;
7083
+ trunkList: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7084
+ extensionList: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7085
+ }, "strip", z.ZodTypeAny, {
7086
+ page: number;
7087
+ pageSize: number;
7088
+ reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
7089
+ selectedDate?: string | undefined;
7090
+ communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
7091
+ time?: string | undefined;
7092
+ queueList?: string[] | undefined;
7093
+ queueId?: string | undefined;
7094
+ trunkList?: string[] | undefined;
7095
+ extensionList?: string[] | undefined;
7096
+ }, {
7097
+ reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
7098
+ page?: number | undefined;
7099
+ pageSize?: number | undefined;
7100
+ selectedDate?: string | undefined;
7101
+ communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
7102
+ time?: string | undefined;
7103
+ queueList?: string[] | undefined;
7104
+ queueId?: string | undefined;
7105
+ trunkList?: string[] | undefined;
7106
+ extensionList?: string[] | undefined;
7107
+ }>, {
7108
+ page: number;
7109
+ pageSize: number;
7110
+ reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
7111
+ selectedDate?: string | undefined;
7112
+ communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
7113
+ time?: string | undefined;
7114
+ queueList?: string[] | undefined;
7115
+ queueId?: string | undefined;
7116
+ trunkList?: string[] | undefined;
7117
+ extensionList?: string[] | undefined;
7118
+ }, {
7119
+ reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
7120
+ page?: number | undefined;
7121
+ pageSize?: number | undefined;
7122
+ selectedDate?: string | undefined;
7123
+ communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
7124
+ time?: string | undefined;
7125
+ queueList?: string[] | undefined;
7126
+ queueId?: string | undefined;
7127
+ trunkList?: string[] | undefined;
7128
+ extensionList?: string[] | undefined;
7129
+ }>;
7130
+ summary: "Export yeastar call report.";
7131
+ method: "POST";
7132
+ responses: {
7133
+ 200: null;
7134
+ 401: z.ZodObject<{
7135
+ message: z.ZodString;
7136
+ error: z.ZodAny;
7137
+ }, "strip", z.ZodTypeAny, {
7138
+ message: string;
7139
+ error?: any;
7140
+ }, {
7141
+ message: string;
7142
+ error?: any;
7143
+ }>;
7144
+ };
7145
+ path: "telephony-cdr/yeastar_call_report/export";
7146
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
7147
+ 'x-tenant': z.ZodString;
7148
+ authorization: z.ZodString;
7149
+ 'x-code': z.ZodOptional<z.ZodString>;
7150
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
7151
+ }, "strip", z.ZodTypeAny, {
7152
+ 'x-tenant': string;
7153
+ authorization: string;
7154
+ 'x-client-timezone': string;
7155
+ 'x-code'?: string | undefined;
7156
+ }, {
7157
+ 'x-tenant': string;
7158
+ authorization: string;
7159
+ 'x-code'?: string | undefined;
7160
+ 'x-client-timezone'?: string | undefined;
7161
+ }>>>;
7162
+ };
7073
7163
  getTrunks: {
7074
7164
  method: "GET";
7075
7165
  query: null;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/telephony-cdr/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HhC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/telephony-cdr/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6IhC,CAAC"}