@kl1/contracts 1.0.48 → 1.0.49
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 +3429 -3321
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3429 -3321
- package/dist/index.mjs.map +1 -1
- 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 +54 -48
- 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 +7609 -830
- 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/instagram/index.d.ts +6643 -0
- package/dist/src/instagram/index.d.ts.map +1 -0
- package/dist/src/instagram/schema.d.ts +2 -0
- package/dist/src/instagram/schema.d.ts.map +1 -0
- package/dist/src/instagram/validation.d.ts +109 -0
- package/dist/src/instagram/validation.d.ts.map +1 -0
- package/dist/src/mail/mail-contract.d.ts +12 -12
- 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/telephony-cdr/index.d.ts +42 -42
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- 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 +143 -1
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +13 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.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;
|
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;
|
@@ -121,9 +121,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
121
121
|
createdAt: Date;
|
122
122
|
updatedAt: Date;
|
123
123
|
deletedAt: Date | null;
|
124
|
-
isDefault: boolean;
|
125
124
|
systemName: string;
|
126
125
|
displayName: string;
|
126
|
+
isDefault: boolean;
|
127
127
|
isArchived: boolean;
|
128
128
|
isRequired: boolean;
|
129
129
|
isUnique: boolean;
|
@@ -134,9 +134,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
134
134
|
createdAt: Date;
|
135
135
|
updatedAt: Date;
|
136
136
|
deletedAt: Date | null;
|
137
|
-
isDefault: boolean;
|
138
137
|
systemName: string;
|
139
138
|
displayName: string;
|
139
|
+
isDefault: boolean;
|
140
140
|
isArchived: boolean;
|
141
141
|
isRequired: boolean;
|
142
142
|
isUnique: boolean;
|
@@ -153,9 +153,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
153
153
|
createdAt: Date;
|
154
154
|
updatedAt: Date;
|
155
155
|
deletedAt: Date | null;
|
156
|
-
isDefault: boolean;
|
157
156
|
systemName: string;
|
158
157
|
displayName: string;
|
158
|
+
isDefault: boolean;
|
159
159
|
isArchived: boolean;
|
160
160
|
isRequired: boolean;
|
161
161
|
isUnique: boolean;
|
@@ -176,9 +176,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
176
176
|
createdAt: Date;
|
177
177
|
updatedAt: Date;
|
178
178
|
deletedAt: Date | null;
|
179
|
-
isDefault: boolean;
|
180
179
|
systemName: string;
|
181
180
|
displayName: string;
|
181
|
+
isDefault: boolean;
|
182
182
|
isArchived: boolean;
|
183
183
|
isRequired: boolean;
|
184
184
|
isUnique: boolean;
|
@@ -277,9 +277,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
277
277
|
createdAt: Date;
|
278
278
|
updatedAt: Date;
|
279
279
|
deletedAt: Date | null;
|
280
|
-
isDefault: boolean;
|
281
280
|
systemName: string;
|
282
281
|
displayName: string;
|
282
|
+
isDefault: boolean;
|
283
283
|
isArchived: boolean;
|
284
284
|
isRequired: boolean;
|
285
285
|
isUnique: boolean;
|
@@ -290,9 +290,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
290
290
|
createdAt: Date;
|
291
291
|
updatedAt: Date;
|
292
292
|
deletedAt: Date | null;
|
293
|
-
isDefault: boolean;
|
294
293
|
systemName: string;
|
295
294
|
displayName: string;
|
295
|
+
isDefault: boolean;
|
296
296
|
isArchived: boolean;
|
297
297
|
isRequired: boolean;
|
298
298
|
isUnique: boolean;
|
@@ -386,9 +386,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
386
386
|
createdAt: Date;
|
387
387
|
updatedAt: Date;
|
388
388
|
deletedAt: Date | null;
|
389
|
-
isDefault: boolean;
|
390
389
|
systemName: string;
|
391
390
|
displayName: string;
|
391
|
+
isDefault: boolean;
|
392
392
|
isArchived: boolean;
|
393
393
|
isRequired: boolean;
|
394
394
|
isUnique: boolean;
|
@@ -428,9 +428,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
428
428
|
createdAt: Date;
|
429
429
|
updatedAt: Date;
|
430
430
|
deletedAt: Date | null;
|
431
|
-
isDefault: boolean;
|
432
431
|
systemName: string;
|
433
432
|
displayName: string;
|
433
|
+
isDefault: boolean;
|
434
434
|
isArchived: boolean;
|
435
435
|
isRequired: boolean;
|
436
436
|
isUnique: boolean;
|
@@ -583,9 +583,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
583
583
|
createdAt: Date;
|
584
584
|
updatedAt: Date;
|
585
585
|
deletedAt: Date | null;
|
586
|
-
isDefault: boolean;
|
587
586
|
systemName: string;
|
588
587
|
displayName: string;
|
588
|
+
isDefault: boolean;
|
589
589
|
isArchived: boolean;
|
590
590
|
isRequired: boolean;
|
591
591
|
isUnique: boolean;
|
@@ -686,9 +686,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
686
686
|
createdAt: Date;
|
687
687
|
updatedAt: Date;
|
688
688
|
deletedAt: Date | null;
|
689
|
-
isDefault: boolean;
|
690
689
|
systemName: string;
|
691
690
|
displayName: string;
|
691
|
+
isDefault: boolean;
|
692
692
|
isArchived: boolean;
|
693
693
|
isRequired: boolean;
|
694
694
|
isUnique: boolean;
|
@@ -1216,9 +1216,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1216
1216
|
createdAt: Date;
|
1217
1217
|
updatedAt: Date;
|
1218
1218
|
deletedAt: Date | null;
|
1219
|
-
isDefault: boolean;
|
1220
1219
|
systemName: string;
|
1221
1220
|
displayName: string;
|
1221
|
+
isDefault: boolean;
|
1222
1222
|
isArchived: boolean;
|
1223
1223
|
isRequired: boolean;
|
1224
1224
|
isUnique: boolean;
|
@@ -1423,9 +1423,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1423
1423
|
createdAt: Date;
|
1424
1424
|
updatedAt: Date;
|
1425
1425
|
deletedAt: Date | null;
|
1426
|
-
isDefault: boolean;
|
1427
1426
|
systemName: string;
|
1428
1427
|
displayName: string;
|
1428
|
+
isDefault: boolean;
|
1429
1429
|
isArchived: boolean;
|
1430
1430
|
isRequired: boolean;
|
1431
1431
|
isUnique: boolean;
|