@kl1/contracts 1.1.74-uat → 1.1.76-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/contract.d.ts +18 -238
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +77 -4
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/index.js +516 -497
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +516 -497
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +652 -620
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +551 -4289
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +218 -200
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +134 -160
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +68 -68
- package/dist/src/comment/schema.d.ts +20 -20
- package/dist/src/contact/index.d.ts +79 -79
- package/dist/src/contact/schema.d.ts +12 -12
- package/dist/src/contact/validation.d.ts +49 -49
- package/dist/src/contract.d.ts +5733 -23901
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +48 -93
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/dashboard/index.d.ts +231 -233
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +260 -217
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +0 -26
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +122 -122
- package/dist/src/facebook-feed/schema.d.ts +14 -14
- package/dist/src/facebook-feed/validation.d.ts +11 -11
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +101 -101
- package/dist/src/line/index.d.ts +106 -106
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +5993 -28466
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +63 -6423
- package/dist/src/mail/message-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +1583 -17698
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +40 -762
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +101 -101
- package/dist/src/messenger/validation.d.ts +11 -11
- package/dist/src/public-api/index.d.ts +59 -59
- package/dist/src/public-api/schema.d.ts +12 -12
- package/dist/src/public-api/validation.d.ts +19 -19
- package/dist/src/role/index.d.ts +0 -125
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/src/ticket/index.d.ts +111 -111
- package/dist/src/ticket/schema.d.ts +21 -21
- package/dist/src/upload/schema.d.ts +3 -3
- package/dist/src/viber/index.d.ts +101 -101
- package/dist/src/webchat/index.d.ts +101 -101
- package/dist/src/workflow-rule/index.d.ts +26 -26
- package/package.json +1 -1
@@ -387,10 +387,9 @@ export declare const telephonyCdrContract: {
|
|
387
387
|
fileSize: z.ZodNumber;
|
388
388
|
fileKey: z.ZodString;
|
389
389
|
fileUrl: z.ZodNullable<z.ZodString>;
|
390
|
-
status: z.
|
390
|
+
status: z.ZodOptional<z.ZodString>;
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
392
392
|
id: string;
|
393
|
-
status: string | null;
|
394
393
|
createdAt: Date;
|
395
394
|
updatedAt: Date;
|
396
395
|
deletedAt: Date | null;
|
@@ -399,9 +398,9 @@ export declare const telephonyCdrContract: {
|
|
399
398
|
bucketName: string;
|
400
399
|
fileSize: number;
|
401
400
|
fileUrl: string | null;
|
401
|
+
status?: string | undefined;
|
402
402
|
}, {
|
403
403
|
id: string;
|
404
|
-
status: string | null;
|
405
404
|
createdAt: Date;
|
406
405
|
updatedAt: Date;
|
407
406
|
deletedAt: Date | null;
|
@@ -410,6 +409,7 @@ export declare const telephonyCdrContract: {
|
|
410
409
|
bucketName: string;
|
411
410
|
fileSize: number;
|
412
411
|
fileUrl: string | null;
|
412
|
+
status?: string | undefined;
|
413
413
|
}>, "many">;
|
414
414
|
}, "strip", z.ZodTypeAny, {
|
415
415
|
id: string;
|
@@ -436,7 +436,6 @@ export declare const telephonyCdrContract: {
|
|
436
436
|
dateValue: Date | null;
|
437
437
|
uploads: {
|
438
438
|
id: string;
|
439
|
-
status: string | null;
|
440
439
|
createdAt: Date;
|
441
440
|
updatedAt: Date;
|
442
441
|
deletedAt: Date | null;
|
@@ -445,6 +444,7 @@ export declare const telephonyCdrContract: {
|
|
445
444
|
bucketName: string;
|
446
445
|
fileSize: number;
|
447
446
|
fileUrl: string | null;
|
447
|
+
status?: string | undefined;
|
448
448
|
}[];
|
449
449
|
}, {
|
450
450
|
id: string;
|
@@ -471,7 +471,6 @@ export declare const telephonyCdrContract: {
|
|
471
471
|
dateValue: Date | null;
|
472
472
|
uploads: {
|
473
473
|
id: string;
|
474
|
-
status: string | null;
|
475
474
|
createdAt: Date;
|
476
475
|
updatedAt: Date;
|
477
476
|
deletedAt: Date | null;
|
@@ -480,6 +479,7 @@ export declare const telephonyCdrContract: {
|
|
480
479
|
bucketName: string;
|
481
480
|
fileSize: number;
|
482
481
|
fileUrl: string | null;
|
482
|
+
status?: string | undefined;
|
483
483
|
}[];
|
484
484
|
}>, "many">;
|
485
485
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -619,7 +619,6 @@ export declare const telephonyCdrContract: {
|
|
619
619
|
dateValue: Date | null;
|
620
620
|
uploads: {
|
621
621
|
id: string;
|
622
|
-
status: string | null;
|
623
622
|
createdAt: Date;
|
624
623
|
updatedAt: Date;
|
625
624
|
deletedAt: Date | null;
|
@@ -628,6 +627,7 @@ export declare const telephonyCdrContract: {
|
|
628
627
|
bucketName: string;
|
629
628
|
fileSize: number;
|
630
629
|
fileUrl: string | null;
|
630
|
+
status?: string | undefined;
|
631
631
|
}[];
|
632
632
|
}[];
|
633
633
|
company: {
|
@@ -715,7 +715,6 @@ export declare const telephonyCdrContract: {
|
|
715
715
|
dateValue: Date | null;
|
716
716
|
uploads: {
|
717
717
|
id: string;
|
718
|
-
status: string | null;
|
719
718
|
createdAt: Date;
|
720
719
|
updatedAt: Date;
|
721
720
|
deletedAt: Date | null;
|
@@ -724,6 +723,7 @@ export declare const telephonyCdrContract: {
|
|
724
723
|
bucketName: string;
|
725
724
|
fileSize: number;
|
726
725
|
fileUrl: string | null;
|
726
|
+
status?: string | undefined;
|
727
727
|
}[];
|
728
728
|
}[];
|
729
729
|
company: {
|
@@ -825,10 +825,9 @@ export declare const telephonyCdrContract: {
|
|
825
825
|
fileSize: z.ZodNumber;
|
826
826
|
fileKey: z.ZodString;
|
827
827
|
fileUrl: z.ZodNullable<z.ZodString>;
|
828
|
-
status: z.
|
828
|
+
status: z.ZodOptional<z.ZodString>;
|
829
829
|
}, "strip", z.ZodTypeAny, {
|
830
830
|
id: string;
|
831
|
-
status: string | null;
|
832
831
|
createdAt: Date;
|
833
832
|
updatedAt: Date;
|
834
833
|
deletedAt: Date | null;
|
@@ -837,9 +836,9 @@ export declare const telephonyCdrContract: {
|
|
837
836
|
bucketName: string;
|
838
837
|
fileSize: number;
|
839
838
|
fileUrl: string | null;
|
839
|
+
status?: string | undefined;
|
840
840
|
}, {
|
841
841
|
id: string;
|
842
|
-
status: string | null;
|
843
842
|
createdAt: Date;
|
844
843
|
updatedAt: Date;
|
845
844
|
deletedAt: Date | null;
|
@@ -848,6 +847,7 @@ export declare const telephonyCdrContract: {
|
|
848
847
|
bucketName: string;
|
849
848
|
fileSize: number;
|
850
849
|
fileUrl: string | null;
|
850
|
+
status?: string | undefined;
|
851
851
|
}>>>;
|
852
852
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
853
853
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
@@ -1812,7 +1812,6 @@ export declare const telephonyCdrContract: {
|
|
1812
1812
|
dateValue: Date | null;
|
1813
1813
|
uploads: {
|
1814
1814
|
id: string;
|
1815
|
-
status: string | null;
|
1816
1815
|
createdAt: Date;
|
1817
1816
|
updatedAt: Date;
|
1818
1817
|
deletedAt: Date | null;
|
@@ -1821,6 +1820,7 @@ export declare const telephonyCdrContract: {
|
|
1821
1820
|
bucketName: string;
|
1822
1821
|
fileSize: number;
|
1823
1822
|
fileUrl: string | null;
|
1823
|
+
status?: string | undefined;
|
1824
1824
|
}[];
|
1825
1825
|
}[];
|
1826
1826
|
company: {
|
@@ -1888,7 +1888,6 @@ export declare const telephonyCdrContract: {
|
|
1888
1888
|
} | null | undefined;
|
1889
1889
|
upload?: {
|
1890
1890
|
id: string;
|
1891
|
-
status: string | null;
|
1892
1891
|
createdAt: Date;
|
1893
1892
|
updatedAt: Date;
|
1894
1893
|
deletedAt: Date | null;
|
@@ -1897,6 +1896,7 @@ export declare const telephonyCdrContract: {
|
|
1897
1896
|
bucketName: string;
|
1898
1897
|
fileSize: number;
|
1899
1898
|
fileUrl: string | null;
|
1899
|
+
status?: string | undefined;
|
1900
1900
|
} | null | undefined;
|
1901
1901
|
extension?: {
|
1902
1902
|
id: string;
|
@@ -2067,7 +2067,6 @@ export declare const telephonyCdrContract: {
|
|
2067
2067
|
dateValue: Date | null;
|
2068
2068
|
uploads: {
|
2069
2069
|
id: string;
|
2070
|
-
status: string | null;
|
2071
2070
|
createdAt: Date;
|
2072
2071
|
updatedAt: Date;
|
2073
2072
|
deletedAt: Date | null;
|
@@ -2076,6 +2075,7 @@ export declare const telephonyCdrContract: {
|
|
2076
2075
|
bucketName: string;
|
2077
2076
|
fileSize: number;
|
2078
2077
|
fileUrl: string | null;
|
2078
|
+
status?: string | undefined;
|
2079
2079
|
}[];
|
2080
2080
|
}[];
|
2081
2081
|
company: {
|
@@ -2143,7 +2143,6 @@ export declare const telephonyCdrContract: {
|
|
2143
2143
|
} | null | undefined;
|
2144
2144
|
upload?: {
|
2145
2145
|
id: string;
|
2146
|
-
status: string | null;
|
2147
2146
|
createdAt: Date;
|
2148
2147
|
updatedAt: Date;
|
2149
2148
|
deletedAt: Date | null;
|
@@ -2152,6 +2151,7 @@ export declare const telephonyCdrContract: {
|
|
2152
2151
|
bucketName: string;
|
2153
2152
|
fileSize: number;
|
2154
2153
|
fileUrl: string | null;
|
2154
|
+
status?: string | undefined;
|
2155
2155
|
} | null | undefined;
|
2156
2156
|
extension?: {
|
2157
2157
|
id: string;
|
@@ -2328,7 +2328,6 @@ export declare const telephonyCdrContract: {
|
|
2328
2328
|
dateValue: Date | null;
|
2329
2329
|
uploads: {
|
2330
2330
|
id: string;
|
2331
|
-
status: string | null;
|
2332
2331
|
createdAt: Date;
|
2333
2332
|
updatedAt: Date;
|
2334
2333
|
deletedAt: Date | null;
|
@@ -2337,6 +2336,7 @@ export declare const telephonyCdrContract: {
|
|
2337
2336
|
bucketName: string;
|
2338
2337
|
fileSize: number;
|
2339
2338
|
fileUrl: string | null;
|
2339
|
+
status?: string | undefined;
|
2340
2340
|
}[];
|
2341
2341
|
}[];
|
2342
2342
|
company: {
|
@@ -2404,7 +2404,6 @@ export declare const telephonyCdrContract: {
|
|
2404
2404
|
} | null | undefined;
|
2405
2405
|
upload?: {
|
2406
2406
|
id: string;
|
2407
|
-
status: string | null;
|
2408
2407
|
createdAt: Date;
|
2409
2408
|
updatedAt: Date;
|
2410
2409
|
deletedAt: Date | null;
|
@@ -2413,6 +2412,7 @@ export declare const telephonyCdrContract: {
|
|
2413
2412
|
bucketName: string;
|
2414
2413
|
fileSize: number;
|
2415
2414
|
fileUrl: string | null;
|
2415
|
+
status?: string | undefined;
|
2416
2416
|
} | null | undefined;
|
2417
2417
|
extension?: {
|
2418
2418
|
id: string;
|
@@ -2589,7 +2589,6 @@ export declare const telephonyCdrContract: {
|
|
2589
2589
|
dateValue: Date | null;
|
2590
2590
|
uploads: {
|
2591
2591
|
id: string;
|
2592
|
-
status: string | null;
|
2593
2592
|
createdAt: Date;
|
2594
2593
|
updatedAt: Date;
|
2595
2594
|
deletedAt: Date | null;
|
@@ -2598,6 +2597,7 @@ export declare const telephonyCdrContract: {
|
|
2598
2597
|
bucketName: string;
|
2599
2598
|
fileSize: number;
|
2600
2599
|
fileUrl: string | null;
|
2600
|
+
status?: string | undefined;
|
2601
2601
|
}[];
|
2602
2602
|
}[];
|
2603
2603
|
company: {
|
@@ -2665,7 +2665,6 @@ export declare const telephonyCdrContract: {
|
|
2665
2665
|
} | null | undefined;
|
2666
2666
|
upload?: {
|
2667
2667
|
id: string;
|
2668
|
-
status: string | null;
|
2669
2668
|
createdAt: Date;
|
2670
2669
|
updatedAt: Date;
|
2671
2670
|
deletedAt: Date | null;
|
@@ -2674,6 +2673,7 @@ export declare const telephonyCdrContract: {
|
|
2674
2673
|
bucketName: string;
|
2675
2674
|
fileSize: number;
|
2676
2675
|
fileUrl: string | null;
|
2676
|
+
status?: string | undefined;
|
2677
2677
|
} | null | undefined;
|
2678
2678
|
extension?: {
|
2679
2679
|
id: string;
|
@@ -3123,10 +3123,9 @@ export declare const telephonyCdrContract: {
|
|
3123
3123
|
fileSize: z.ZodNumber;
|
3124
3124
|
fileKey: z.ZodString;
|
3125
3125
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3126
|
-
status: z.
|
3126
|
+
status: z.ZodOptional<z.ZodString>;
|
3127
3127
|
}, "strip", z.ZodTypeAny, {
|
3128
3128
|
id: string;
|
3129
|
-
status: string | null;
|
3130
3129
|
createdAt: Date;
|
3131
3130
|
updatedAt: Date;
|
3132
3131
|
deletedAt: Date | null;
|
@@ -3135,9 +3134,9 @@ export declare const telephonyCdrContract: {
|
|
3135
3134
|
bucketName: string;
|
3136
3135
|
fileSize: number;
|
3137
3136
|
fileUrl: string | null;
|
3137
|
+
status?: string | undefined;
|
3138
3138
|
}, {
|
3139
3139
|
id: string;
|
3140
|
-
status: string | null;
|
3141
3140
|
createdAt: Date;
|
3142
3141
|
updatedAt: Date;
|
3143
3142
|
deletedAt: Date | null;
|
@@ -3146,6 +3145,7 @@ export declare const telephonyCdrContract: {
|
|
3146
3145
|
bucketName: string;
|
3147
3146
|
fileSize: number;
|
3148
3147
|
fileUrl: string | null;
|
3148
|
+
status?: string | undefined;
|
3149
3149
|
}>, "many">;
|
3150
3150
|
}, "strip", z.ZodTypeAny, {
|
3151
3151
|
id: string;
|
@@ -3172,7 +3172,6 @@ export declare const telephonyCdrContract: {
|
|
3172
3172
|
dateValue: Date | null;
|
3173
3173
|
uploads: {
|
3174
3174
|
id: string;
|
3175
|
-
status: string | null;
|
3176
3175
|
createdAt: Date;
|
3177
3176
|
updatedAt: Date;
|
3178
3177
|
deletedAt: Date | null;
|
@@ -3181,6 +3180,7 @@ export declare const telephonyCdrContract: {
|
|
3181
3180
|
bucketName: string;
|
3182
3181
|
fileSize: number;
|
3183
3182
|
fileUrl: string | null;
|
3183
|
+
status?: string | undefined;
|
3184
3184
|
}[];
|
3185
3185
|
}, {
|
3186
3186
|
id: string;
|
@@ -3207,7 +3207,6 @@ export declare const telephonyCdrContract: {
|
|
3207
3207
|
dateValue: Date | null;
|
3208
3208
|
uploads: {
|
3209
3209
|
id: string;
|
3210
|
-
status: string | null;
|
3211
3210
|
createdAt: Date;
|
3212
3211
|
updatedAt: Date;
|
3213
3212
|
deletedAt: Date | null;
|
@@ -3216,6 +3215,7 @@ export declare const telephonyCdrContract: {
|
|
3216
3215
|
bucketName: string;
|
3217
3216
|
fileSize: number;
|
3218
3217
|
fileUrl: string | null;
|
3218
|
+
status?: string | undefined;
|
3219
3219
|
}[];
|
3220
3220
|
}>, "many">;
|
3221
3221
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -3355,7 +3355,6 @@ export declare const telephonyCdrContract: {
|
|
3355
3355
|
dateValue: Date | null;
|
3356
3356
|
uploads: {
|
3357
3357
|
id: string;
|
3358
|
-
status: string | null;
|
3359
3358
|
createdAt: Date;
|
3360
3359
|
updatedAt: Date;
|
3361
3360
|
deletedAt: Date | null;
|
@@ -3364,6 +3363,7 @@ export declare const telephonyCdrContract: {
|
|
3364
3363
|
bucketName: string;
|
3365
3364
|
fileSize: number;
|
3366
3365
|
fileUrl: string | null;
|
3366
|
+
status?: string | undefined;
|
3367
3367
|
}[];
|
3368
3368
|
}[];
|
3369
3369
|
company: {
|
@@ -3451,7 +3451,6 @@ export declare const telephonyCdrContract: {
|
|
3451
3451
|
dateValue: Date | null;
|
3452
3452
|
uploads: {
|
3453
3453
|
id: string;
|
3454
|
-
status: string | null;
|
3455
3454
|
createdAt: Date;
|
3456
3455
|
updatedAt: Date;
|
3457
3456
|
deletedAt: Date | null;
|
@@ -3460,6 +3459,7 @@ export declare const telephonyCdrContract: {
|
|
3460
3459
|
bucketName: string;
|
3461
3460
|
fileSize: number;
|
3462
3461
|
fileUrl: string | null;
|
3462
|
+
status?: string | undefined;
|
3463
3463
|
}[];
|
3464
3464
|
}[];
|
3465
3465
|
company: {
|
@@ -3561,10 +3561,9 @@ export declare const telephonyCdrContract: {
|
|
3561
3561
|
fileSize: z.ZodNumber;
|
3562
3562
|
fileKey: z.ZodString;
|
3563
3563
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3564
|
-
status: z.
|
3564
|
+
status: z.ZodOptional<z.ZodString>;
|
3565
3565
|
}, "strip", z.ZodTypeAny, {
|
3566
3566
|
id: string;
|
3567
|
-
status: string | null;
|
3568
3567
|
createdAt: Date;
|
3569
3568
|
updatedAt: Date;
|
3570
3569
|
deletedAt: Date | null;
|
@@ -3573,9 +3572,9 @@ export declare const telephonyCdrContract: {
|
|
3573
3572
|
bucketName: string;
|
3574
3573
|
fileSize: number;
|
3575
3574
|
fileUrl: string | null;
|
3575
|
+
status?: string | undefined;
|
3576
3576
|
}, {
|
3577
3577
|
id: string;
|
3578
|
-
status: string | null;
|
3579
3578
|
createdAt: Date;
|
3580
3579
|
updatedAt: Date;
|
3581
3580
|
deletedAt: Date | null;
|
@@ -3584,6 +3583,7 @@ export declare const telephonyCdrContract: {
|
|
3584
3583
|
bucketName: string;
|
3585
3584
|
fileSize: number;
|
3586
3585
|
fileUrl: string | null;
|
3586
|
+
status?: string | undefined;
|
3587
3587
|
}>>>;
|
3588
3588
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
3589
3589
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
@@ -4548,7 +4548,6 @@ export declare const telephonyCdrContract: {
|
|
4548
4548
|
dateValue: Date | null;
|
4549
4549
|
uploads: {
|
4550
4550
|
id: string;
|
4551
|
-
status: string | null;
|
4552
4551
|
createdAt: Date;
|
4553
4552
|
updatedAt: Date;
|
4554
4553
|
deletedAt: Date | null;
|
@@ -4557,6 +4556,7 @@ export declare const telephonyCdrContract: {
|
|
4557
4556
|
bucketName: string;
|
4558
4557
|
fileSize: number;
|
4559
4558
|
fileUrl: string | null;
|
4559
|
+
status?: string | undefined;
|
4560
4560
|
}[];
|
4561
4561
|
}[];
|
4562
4562
|
company: {
|
@@ -4624,7 +4624,6 @@ export declare const telephonyCdrContract: {
|
|
4624
4624
|
} | null | undefined;
|
4625
4625
|
upload?: {
|
4626
4626
|
id: string;
|
4627
|
-
status: string | null;
|
4628
4627
|
createdAt: Date;
|
4629
4628
|
updatedAt: Date;
|
4630
4629
|
deletedAt: Date | null;
|
@@ -4633,6 +4632,7 @@ export declare const telephonyCdrContract: {
|
|
4633
4632
|
bucketName: string;
|
4634
4633
|
fileSize: number;
|
4635
4634
|
fileUrl: string | null;
|
4635
|
+
status?: string | undefined;
|
4636
4636
|
} | null | undefined;
|
4637
4637
|
extension?: {
|
4638
4638
|
id: string;
|
@@ -4803,7 +4803,6 @@ export declare const telephonyCdrContract: {
|
|
4803
4803
|
dateValue: Date | null;
|
4804
4804
|
uploads: {
|
4805
4805
|
id: string;
|
4806
|
-
status: string | null;
|
4807
4806
|
createdAt: Date;
|
4808
4807
|
updatedAt: Date;
|
4809
4808
|
deletedAt: Date | null;
|
@@ -4812,6 +4811,7 @@ export declare const telephonyCdrContract: {
|
|
4812
4811
|
bucketName: string;
|
4813
4812
|
fileSize: number;
|
4814
4813
|
fileUrl: string | null;
|
4814
|
+
status?: string | undefined;
|
4815
4815
|
}[];
|
4816
4816
|
}[];
|
4817
4817
|
company: {
|
@@ -4879,7 +4879,6 @@ export declare const telephonyCdrContract: {
|
|
4879
4879
|
} | null | undefined;
|
4880
4880
|
upload?: {
|
4881
4881
|
id: string;
|
4882
|
-
status: string | null;
|
4883
4882
|
createdAt: Date;
|
4884
4883
|
updatedAt: Date;
|
4885
4884
|
deletedAt: Date | null;
|
@@ -4888,6 +4887,7 @@ export declare const telephonyCdrContract: {
|
|
4888
4887
|
bucketName: string;
|
4889
4888
|
fileSize: number;
|
4890
4889
|
fileUrl: string | null;
|
4890
|
+
status?: string | undefined;
|
4891
4891
|
} | null | undefined;
|
4892
4892
|
extension?: {
|
4893
4893
|
id: string;
|
@@ -5064,7 +5064,6 @@ export declare const telephonyCdrContract: {
|
|
5064
5064
|
dateValue: Date | null;
|
5065
5065
|
uploads: {
|
5066
5066
|
id: string;
|
5067
|
-
status: string | null;
|
5068
5067
|
createdAt: Date;
|
5069
5068
|
updatedAt: Date;
|
5070
5069
|
deletedAt: Date | null;
|
@@ -5073,6 +5072,7 @@ export declare const telephonyCdrContract: {
|
|
5073
5072
|
bucketName: string;
|
5074
5073
|
fileSize: number;
|
5075
5074
|
fileUrl: string | null;
|
5075
|
+
status?: string | undefined;
|
5076
5076
|
}[];
|
5077
5077
|
}[];
|
5078
5078
|
company: {
|
@@ -5140,7 +5140,6 @@ export declare const telephonyCdrContract: {
|
|
5140
5140
|
} | null | undefined;
|
5141
5141
|
upload?: {
|
5142
5142
|
id: string;
|
5143
|
-
status: string | null;
|
5144
5143
|
createdAt: Date;
|
5145
5144
|
updatedAt: Date;
|
5146
5145
|
deletedAt: Date | null;
|
@@ -5149,6 +5148,7 @@ export declare const telephonyCdrContract: {
|
|
5149
5148
|
bucketName: string;
|
5150
5149
|
fileSize: number;
|
5151
5150
|
fileUrl: string | null;
|
5151
|
+
status?: string | undefined;
|
5152
5152
|
} | null | undefined;
|
5153
5153
|
extension?: {
|
5154
5154
|
id: string;
|
@@ -5325,7 +5325,6 @@ export declare const telephonyCdrContract: {
|
|
5325
5325
|
dateValue: Date | null;
|
5326
5326
|
uploads: {
|
5327
5327
|
id: string;
|
5328
|
-
status: string | null;
|
5329
5328
|
createdAt: Date;
|
5330
5329
|
updatedAt: Date;
|
5331
5330
|
deletedAt: Date | null;
|
@@ -5334,6 +5333,7 @@ export declare const telephonyCdrContract: {
|
|
5334
5333
|
bucketName: string;
|
5335
5334
|
fileSize: number;
|
5336
5335
|
fileUrl: string | null;
|
5336
|
+
status?: string | undefined;
|
5337
5337
|
}[];
|
5338
5338
|
}[];
|
5339
5339
|
company: {
|
@@ -5401,7 +5401,6 @@ export declare const telephonyCdrContract: {
|
|
5401
5401
|
} | null | undefined;
|
5402
5402
|
upload?: {
|
5403
5403
|
id: string;
|
5404
|
-
status: string | null;
|
5405
5404
|
createdAt: Date;
|
5406
5405
|
updatedAt: Date;
|
5407
5406
|
deletedAt: Date | null;
|
@@ -5410,6 +5409,7 @@ export declare const telephonyCdrContract: {
|
|
5410
5409
|
bucketName: string;
|
5411
5410
|
fileSize: number;
|
5412
5411
|
fileUrl: string | null;
|
5412
|
+
status?: string | undefined;
|
5413
5413
|
} | null | undefined;
|
5414
5414
|
extension?: {
|
5415
5415
|
id: string;
|
@@ -5862,10 +5862,9 @@ export declare const telephonyCdrContract: {
|
|
5862
5862
|
fileSize: z.ZodNumber;
|
5863
5863
|
fileKey: z.ZodString;
|
5864
5864
|
fileUrl: z.ZodNullable<z.ZodString>;
|
5865
|
-
status: z.
|
5865
|
+
status: z.ZodOptional<z.ZodString>;
|
5866
5866
|
}, "strip", z.ZodTypeAny, {
|
5867
5867
|
id: string;
|
5868
|
-
status: string | null;
|
5869
5868
|
createdAt: Date;
|
5870
5869
|
updatedAt: Date;
|
5871
5870
|
deletedAt: Date | null;
|
@@ -5874,9 +5873,9 @@ export declare const telephonyCdrContract: {
|
|
5874
5873
|
bucketName: string;
|
5875
5874
|
fileSize: number;
|
5876
5875
|
fileUrl: string | null;
|
5876
|
+
status?: string | undefined;
|
5877
5877
|
}, {
|
5878
5878
|
id: string;
|
5879
|
-
status: string | null;
|
5880
5879
|
createdAt: Date;
|
5881
5880
|
updatedAt: Date;
|
5882
5881
|
deletedAt: Date | null;
|
@@ -5885,6 +5884,7 @@ export declare const telephonyCdrContract: {
|
|
5885
5884
|
bucketName: string;
|
5886
5885
|
fileSize: number;
|
5887
5886
|
fileUrl: string | null;
|
5887
|
+
status?: string | undefined;
|
5888
5888
|
}>, "many">;
|
5889
5889
|
}, "strip", z.ZodTypeAny, {
|
5890
5890
|
id: string;
|
@@ -5911,7 +5911,6 @@ export declare const telephonyCdrContract: {
|
|
5911
5911
|
dateValue: Date | null;
|
5912
5912
|
uploads: {
|
5913
5913
|
id: string;
|
5914
|
-
status: string | null;
|
5915
5914
|
createdAt: Date;
|
5916
5915
|
updatedAt: Date;
|
5917
5916
|
deletedAt: Date | null;
|
@@ -5920,6 +5919,7 @@ export declare const telephonyCdrContract: {
|
|
5920
5919
|
bucketName: string;
|
5921
5920
|
fileSize: number;
|
5922
5921
|
fileUrl: string | null;
|
5922
|
+
status?: string | undefined;
|
5923
5923
|
}[];
|
5924
5924
|
}, {
|
5925
5925
|
id: string;
|
@@ -5946,7 +5946,6 @@ export declare const telephonyCdrContract: {
|
|
5946
5946
|
dateValue: Date | null;
|
5947
5947
|
uploads: {
|
5948
5948
|
id: string;
|
5949
|
-
status: string | null;
|
5950
5949
|
createdAt: Date;
|
5951
5950
|
updatedAt: Date;
|
5952
5951
|
deletedAt: Date | null;
|
@@ -5955,6 +5954,7 @@ export declare const telephonyCdrContract: {
|
|
5955
5954
|
bucketName: string;
|
5956
5955
|
fileSize: number;
|
5957
5956
|
fileUrl: string | null;
|
5957
|
+
status?: string | undefined;
|
5958
5958
|
}[];
|
5959
5959
|
}>, "many">;
|
5960
5960
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -6094,7 +6094,6 @@ export declare const telephonyCdrContract: {
|
|
6094
6094
|
dateValue: Date | null;
|
6095
6095
|
uploads: {
|
6096
6096
|
id: string;
|
6097
|
-
status: string | null;
|
6098
6097
|
createdAt: Date;
|
6099
6098
|
updatedAt: Date;
|
6100
6099
|
deletedAt: Date | null;
|
@@ -6103,6 +6102,7 @@ export declare const telephonyCdrContract: {
|
|
6103
6102
|
bucketName: string;
|
6104
6103
|
fileSize: number;
|
6105
6104
|
fileUrl: string | null;
|
6105
|
+
status?: string | undefined;
|
6106
6106
|
}[];
|
6107
6107
|
}[];
|
6108
6108
|
company: {
|
@@ -6190,7 +6190,6 @@ export declare const telephonyCdrContract: {
|
|
6190
6190
|
dateValue: Date | null;
|
6191
6191
|
uploads: {
|
6192
6192
|
id: string;
|
6193
|
-
status: string | null;
|
6194
6193
|
createdAt: Date;
|
6195
6194
|
updatedAt: Date;
|
6196
6195
|
deletedAt: Date | null;
|
@@ -6199,6 +6198,7 @@ export declare const telephonyCdrContract: {
|
|
6199
6198
|
bucketName: string;
|
6200
6199
|
fileSize: number;
|
6201
6200
|
fileUrl: string | null;
|
6201
|
+
status?: string | undefined;
|
6202
6202
|
}[];
|
6203
6203
|
}[];
|
6204
6204
|
company: {
|
@@ -6300,10 +6300,9 @@ export declare const telephonyCdrContract: {
|
|
6300
6300
|
fileSize: z.ZodNumber;
|
6301
6301
|
fileKey: z.ZodString;
|
6302
6302
|
fileUrl: z.ZodNullable<z.ZodString>;
|
6303
|
-
status: z.
|
6303
|
+
status: z.ZodOptional<z.ZodString>;
|
6304
6304
|
}, "strip", z.ZodTypeAny, {
|
6305
6305
|
id: string;
|
6306
|
-
status: string | null;
|
6307
6306
|
createdAt: Date;
|
6308
6307
|
updatedAt: Date;
|
6309
6308
|
deletedAt: Date | null;
|
@@ -6312,9 +6311,9 @@ export declare const telephonyCdrContract: {
|
|
6312
6311
|
bucketName: string;
|
6313
6312
|
fileSize: number;
|
6314
6313
|
fileUrl: string | null;
|
6314
|
+
status?: string | undefined;
|
6315
6315
|
}, {
|
6316
6316
|
id: string;
|
6317
|
-
status: string | null;
|
6318
6317
|
createdAt: Date;
|
6319
6318
|
updatedAt: Date;
|
6320
6319
|
deletedAt: Date | null;
|
@@ -6323,6 +6322,7 @@ export declare const telephonyCdrContract: {
|
|
6323
6322
|
bucketName: string;
|
6324
6323
|
fileSize: number;
|
6325
6324
|
fileUrl: string | null;
|
6325
|
+
status?: string | undefined;
|
6326
6326
|
}>>>;
|
6327
6327
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
6328
6328
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
@@ -7287,7 +7287,6 @@ export declare const telephonyCdrContract: {
|
|
7287
7287
|
dateValue: Date | null;
|
7288
7288
|
uploads: {
|
7289
7289
|
id: string;
|
7290
|
-
status: string | null;
|
7291
7290
|
createdAt: Date;
|
7292
7291
|
updatedAt: Date;
|
7293
7292
|
deletedAt: Date | null;
|
@@ -7296,6 +7295,7 @@ export declare const telephonyCdrContract: {
|
|
7296
7295
|
bucketName: string;
|
7297
7296
|
fileSize: number;
|
7298
7297
|
fileUrl: string | null;
|
7298
|
+
status?: string | undefined;
|
7299
7299
|
}[];
|
7300
7300
|
}[];
|
7301
7301
|
company: {
|
@@ -7363,7 +7363,6 @@ export declare const telephonyCdrContract: {
|
|
7363
7363
|
} | null | undefined;
|
7364
7364
|
upload?: {
|
7365
7365
|
id: string;
|
7366
|
-
status: string | null;
|
7367
7366
|
createdAt: Date;
|
7368
7367
|
updatedAt: Date;
|
7369
7368
|
deletedAt: Date | null;
|
@@ -7372,6 +7371,7 @@ export declare const telephonyCdrContract: {
|
|
7372
7371
|
bucketName: string;
|
7373
7372
|
fileSize: number;
|
7374
7373
|
fileUrl: string | null;
|
7374
|
+
status?: string | undefined;
|
7375
7375
|
} | null | undefined;
|
7376
7376
|
extension?: {
|
7377
7377
|
id: string;
|
@@ -7542,7 +7542,6 @@ export declare const telephonyCdrContract: {
|
|
7542
7542
|
dateValue: Date | null;
|
7543
7543
|
uploads: {
|
7544
7544
|
id: string;
|
7545
|
-
status: string | null;
|
7546
7545
|
createdAt: Date;
|
7547
7546
|
updatedAt: Date;
|
7548
7547
|
deletedAt: Date | null;
|
@@ -7551,6 +7550,7 @@ export declare const telephonyCdrContract: {
|
|
7551
7550
|
bucketName: string;
|
7552
7551
|
fileSize: number;
|
7553
7552
|
fileUrl: string | null;
|
7553
|
+
status?: string | undefined;
|
7554
7554
|
}[];
|
7555
7555
|
}[];
|
7556
7556
|
company: {
|
@@ -7618,7 +7618,6 @@ export declare const telephonyCdrContract: {
|
|
7618
7618
|
} | null | undefined;
|
7619
7619
|
upload?: {
|
7620
7620
|
id: string;
|
7621
|
-
status: string | null;
|
7622
7621
|
createdAt: Date;
|
7623
7622
|
updatedAt: Date;
|
7624
7623
|
deletedAt: Date | null;
|
@@ -7627,6 +7626,7 @@ export declare const telephonyCdrContract: {
|
|
7627
7626
|
bucketName: string;
|
7628
7627
|
fileSize: number;
|
7629
7628
|
fileUrl: string | null;
|
7629
|
+
status?: string | undefined;
|
7630
7630
|
} | null | undefined;
|
7631
7631
|
extension?: {
|
7632
7632
|
id: string;
|
@@ -7803,7 +7803,6 @@ export declare const telephonyCdrContract: {
|
|
7803
7803
|
dateValue: Date | null;
|
7804
7804
|
uploads: {
|
7805
7805
|
id: string;
|
7806
|
-
status: string | null;
|
7807
7806
|
createdAt: Date;
|
7808
7807
|
updatedAt: Date;
|
7809
7808
|
deletedAt: Date | null;
|
@@ -7812,6 +7811,7 @@ export declare const telephonyCdrContract: {
|
|
7812
7811
|
bucketName: string;
|
7813
7812
|
fileSize: number;
|
7814
7813
|
fileUrl: string | null;
|
7814
|
+
status?: string | undefined;
|
7815
7815
|
}[];
|
7816
7816
|
}[];
|
7817
7817
|
company: {
|
@@ -7879,7 +7879,6 @@ export declare const telephonyCdrContract: {
|
|
7879
7879
|
} | null | undefined;
|
7880
7880
|
upload?: {
|
7881
7881
|
id: string;
|
7882
|
-
status: string | null;
|
7883
7882
|
createdAt: Date;
|
7884
7883
|
updatedAt: Date;
|
7885
7884
|
deletedAt: Date | null;
|
@@ -7888,6 +7887,7 @@ export declare const telephonyCdrContract: {
|
|
7888
7887
|
bucketName: string;
|
7889
7888
|
fileSize: number;
|
7890
7889
|
fileUrl: string | null;
|
7890
|
+
status?: string | undefined;
|
7891
7891
|
} | null | undefined;
|
7892
7892
|
extension?: {
|
7893
7893
|
id: string;
|
@@ -8064,7 +8064,6 @@ export declare const telephonyCdrContract: {
|
|
8064
8064
|
dateValue: Date | null;
|
8065
8065
|
uploads: {
|
8066
8066
|
id: string;
|
8067
|
-
status: string | null;
|
8068
8067
|
createdAt: Date;
|
8069
8068
|
updatedAt: Date;
|
8070
8069
|
deletedAt: Date | null;
|
@@ -8073,6 +8072,7 @@ export declare const telephonyCdrContract: {
|
|
8073
8072
|
bucketName: string;
|
8074
8073
|
fileSize: number;
|
8075
8074
|
fileUrl: string | null;
|
8075
|
+
status?: string | undefined;
|
8076
8076
|
}[];
|
8077
8077
|
}[];
|
8078
8078
|
company: {
|
@@ -8140,7 +8140,6 @@ export declare const telephonyCdrContract: {
|
|
8140
8140
|
} | null | undefined;
|
8141
8141
|
upload?: {
|
8142
8142
|
id: string;
|
8143
|
-
status: string | null;
|
8144
8143
|
createdAt: Date;
|
8145
8144
|
updatedAt: Date;
|
8146
8145
|
deletedAt: Date | null;
|
@@ -8149,6 +8148,7 @@ export declare const telephonyCdrContract: {
|
|
8149
8148
|
bucketName: string;
|
8150
8149
|
fileSize: number;
|
8151
8150
|
fileUrl: string | null;
|
8151
|
+
status?: string | undefined;
|
8152
8152
|
} | null | undefined;
|
8153
8153
|
extension?: {
|
8154
8154
|
id: string;
|