@kl1/contracts 1.0.49 → 1.0.50
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/index.js +3320 -3422
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3320 -3422
- package/dist/index.mjs.map +1 -1
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- package/dist/src/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/chat/index.d.ts +211 -211
- package/dist/src/chat/schema.d.ts +48 -54
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +62 -62
- package/dist/src/comment/index.d.ts +94 -94
- package/dist/src/comment/schema.d.ts +26 -26
- package/dist/src/company/index.d.ts +32 -32
- package/dist/src/company/schema.d.ts +10 -10
- package/dist/src/company/validation.d.ts +18 -18
- package/dist/src/contact/index.d.ts +88 -88
- package/dist/src/contact/schema.d.ts +14 -14
- package/dist/src/contact/validation.d.ts +72 -72
- package/dist/src/contract.d.ts +1363 -8150
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +2 -2
- package/dist/src/cx-log/index.d.ts +52 -52
- package/dist/src/cx-log/schema.d.ts +44 -44
- package/dist/src/mail/mail-contract.d.ts +12 -12
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- package/dist/src/mail/room-contract.d.ts +12 -12
- package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room.schema.d.ts +2 -2
- package/dist/src/messenger/index.d.ts +32 -32
- package/dist/src/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +60 -68
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- package/dist/src/telephony-cdr/validation.d.ts +8 -26
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +118 -118
- package/dist/src/ticket/schema.d.ts +22 -22
- package/dist/src/wrap-up-form/index.d.ts +1 -143
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +0 -13
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/instagram/index.d.ts +0 -6643
- package/dist/src/instagram/index.d.ts.map +0 -1
- package/dist/src/instagram/schema.d.ts +0 -2
- package/dist/src/instagram/schema.d.ts.map +0 -1
- package/dist/src/instagram/validation.d.ts +0 -109
- package/dist/src/instagram/validation.d.ts.map +0 -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;
|
188
189
|
systemName: string;
|
189
190
|
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;
|
201
202
|
systemName: string;
|
202
203
|
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;
|
220
221
|
systemName: string;
|
221
222
|
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;
|
243
244
|
systemName: string;
|
244
245
|
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;
|
344
345
|
systemName: string;
|
345
346
|
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;
|
357
358
|
systemName: string;
|
358
359
|
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;
|
453
454
|
systemName: string;
|
454
455
|
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;
|
495
496
|
systemName: string;
|
496
497
|
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;
|
650
651
|
systemName: string;
|
651
652
|
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;
|
753
754
|
systemName: string;
|
754
755
|
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;
|
1283
1284
|
systemName: string;
|
1284
1285
|
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;
|
1490
1491
|
systemName: string;
|
1491
1492
|
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;
|
1703
1704
|
systemName: string;
|
1704
1705
|
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;
|
1916
1917
|
systemName: string;
|
1917
1918
|
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;
|
2269
2270
|
systemName: string;
|
2270
2271
|
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;
|
2282
2283
|
systemName: string;
|
2283
2284
|
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;
|
2301
2302
|
systemName: string;
|
2302
2303
|
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;
|
2324
2325
|
systemName: string;
|
2325
2326
|
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;
|
2425
2426
|
systemName: string;
|
2426
2427
|
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;
|
2438
2439
|
systemName: string;
|
2439
2440
|
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;
|
2534
2535
|
systemName: string;
|
2535
2536
|
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;
|
2576
2577
|
systemName: string;
|
2577
2578
|
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;
|
2731
2732
|
systemName: string;
|
2732
2733
|
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;
|
2834
2835
|
systemName: string;
|
2835
2836
|
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;
|
3364
3365
|
systemName: string;
|
3365
3366
|
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;
|
3571
3572
|
systemName: string;
|
3572
3573
|
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;
|
3784
3785
|
systemName: string;
|
3785
3786
|
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;
|
3997
3998
|
systemName: string;
|
3998
3999
|
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;
|
4368
4369
|
systemName: string;
|
4369
4370
|
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;
|
4381
4382
|
systemName: string;
|
4382
4383
|
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;
|
4400
4401
|
systemName: string;
|
4401
4402
|
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;
|
4423
4424
|
systemName: string;
|
4424
4425
|
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;
|
4524
4525
|
systemName: string;
|
4525
4526
|
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;
|
4537
4538
|
systemName: string;
|
4538
4539
|
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;
|
4633
4634
|
systemName: string;
|
4634
4635
|
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;
|
4675
4676
|
systemName: string;
|
4676
4677
|
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;
|
4830
4831
|
systemName: string;
|
4831
4832
|
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;
|
4933
4934
|
systemName: string;
|
4934
4935
|
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;
|
5463
5464
|
systemName: string;
|
5464
5465
|
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;
|
5670
5671
|
systemName: string;
|
5671
5672
|
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;
|
5883
5884
|
systemName: string;
|
5884
5885
|
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;
|
6096
6097
|
systemName: string;
|
6097
6098
|
displayName: string;
|
6098
|
-
isDefault: boolean;
|
6099
6099
|
isArchived: boolean;
|
6100
6100
|
isRequired: boolean;
|
6101
6101
|
isUnique: boolean;
|
@@ -6291,50 +6291,32 @@ export declare const telephonyCdrContract: {
|
|
6291
6291
|
summary: "Get recent telephony cdr.";
|
6292
6292
|
method: "GET";
|
6293
6293
|
query: z.ZodObject<{
|
6294
|
-
page: z.ZodDefault<z.ZodNumber>;
|
6295
|
-
pageSize: z.ZodDefault<z.ZodNumber>;
|
6296
6294
|
type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6297
6295
|
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6298
6296
|
callFrom: z.ZodOptional<z.ZodString>;
|
6299
6297
|
callTo: z.ZodOptional<z.ZodString>;
|
6300
|
-
|
6301
|
-
callTags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6298
|
+
trunk: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6302
6299
|
selectedDate: z.ZodOptional<z.ZodString>;
|
6303
|
-
|
6304
|
-
|
6305
|
-
callStatus: z.ZodOptional<z.ZodArray<z.ZodEnum<["incoming", "outgoing", "missed", "no_answered"]>, "many">>;
|
6306
|
-
queueIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6307
|
-
notes: z.ZodOptional<z.ZodString>;
|
6300
|
+
page: z.ZodOptional<z.ZodNumber>;
|
6301
|
+
pageSize: z.ZodOptional<z.ZodNumber>;
|
6308
6302
|
}, "strip", z.ZodTypeAny, {
|
6309
|
-
page: number;
|
6310
|
-
pageSize: number;
|
6311
6303
|
type?: string[] | undefined;
|
6312
6304
|
status?: string[] | undefined;
|
6313
6305
|
callFrom?: string | undefined;
|
6314
6306
|
callTo?: string | undefined;
|
6315
|
-
|
6316
|
-
callTags?: string[] | undefined;
|
6307
|
+
trunk?: string[] | undefined;
|
6317
6308
|
selectedDate?: string | undefined;
|
6318
|
-
agentId?: string | undefined;
|
6319
|
-
contact?: string[] | undefined;
|
6320
|
-
callStatus?: ("incoming" | "outgoing" | "missed" | "no_answered")[] | undefined;
|
6321
|
-
queueIds?: string[] | undefined;
|
6322
|
-
notes?: string | undefined;
|
6323
|
-
}, {
|
6324
6309
|
page?: number | undefined;
|
6325
6310
|
pageSize?: number | undefined;
|
6311
|
+
}, {
|
6326
6312
|
type?: string[] | undefined;
|
6327
6313
|
status?: string[] | undefined;
|
6328
6314
|
callFrom?: string | undefined;
|
6329
6315
|
callTo?: string | undefined;
|
6330
|
-
|
6331
|
-
callTags?: string[] | undefined;
|
6316
|
+
trunk?: string[] | undefined;
|
6332
6317
|
selectedDate?: string | undefined;
|
6333
|
-
|
6334
|
-
|
6335
|
-
callStatus?: ("incoming" | "outgoing" | "missed" | "no_answered")[] | undefined;
|
6336
|
-
queueIds?: string[] | undefined;
|
6337
|
-
notes?: string | undefined;
|
6318
|
+
page?: number | undefined;
|
6319
|
+
pageSize?: number | undefined;
|
6338
6320
|
}>;
|
6339
6321
|
responses: {
|
6340
6322
|
200: null;
|
@@ -6348,6 +6330,16 @@ export declare const telephonyCdrContract: {
|
|
6348
6330
|
message: string;
|
6349
6331
|
error?: any;
|
6350
6332
|
}>;
|
6333
|
+
404: z.ZodObject<{
|
6334
|
+
message: z.ZodString;
|
6335
|
+
error: z.ZodAny;
|
6336
|
+
}, "strip", z.ZodTypeAny, {
|
6337
|
+
message: string;
|
6338
|
+
error?: any;
|
6339
|
+
}, {
|
6340
|
+
message: string;
|
6341
|
+
error?: any;
|
6342
|
+
}>;
|
6351
6343
|
};
|
6352
6344
|
path: "telephony-cdr/export";
|
6353
6345
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/telephony-cdr/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,cAAc,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/telephony-cdr/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HhC,CAAC"}
|