@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
@@ -752,10 +752,9 @@ export declare const cxLogContract: {
|
|
752
752
|
fileSize: z.ZodNumber;
|
753
753
|
fileKey: z.ZodString;
|
754
754
|
fileUrl: z.ZodNullable<z.ZodString>;
|
755
|
-
status: z.
|
755
|
+
status: z.ZodOptional<z.ZodString>;
|
756
756
|
}, "strip", z.ZodTypeAny, {
|
757
757
|
id: string;
|
758
|
-
status: string | null;
|
759
758
|
createdAt: Date;
|
760
759
|
updatedAt: Date;
|
761
760
|
deletedAt: Date | null;
|
@@ -764,9 +763,9 @@ export declare const cxLogContract: {
|
|
764
763
|
bucketName: string;
|
765
764
|
fileSize: number;
|
766
765
|
fileUrl: string | null;
|
766
|
+
status?: string | undefined;
|
767
767
|
}, {
|
768
768
|
id: string;
|
769
|
-
status: string | null;
|
770
769
|
createdAt: Date;
|
771
770
|
updatedAt: Date;
|
772
771
|
deletedAt: Date | null;
|
@@ -775,6 +774,7 @@ export declare const cxLogContract: {
|
|
775
774
|
bucketName: string;
|
776
775
|
fileSize: number;
|
777
776
|
fileUrl: string | null;
|
777
|
+
status?: string | undefined;
|
778
778
|
}>, "many">;
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
780
780
|
id: string;
|
@@ -801,7 +801,6 @@ export declare const cxLogContract: {
|
|
801
801
|
dateValue: Date | null;
|
802
802
|
uploads: {
|
803
803
|
id: string;
|
804
|
-
status: string | null;
|
805
804
|
createdAt: Date;
|
806
805
|
updatedAt: Date;
|
807
806
|
deletedAt: Date | null;
|
@@ -810,6 +809,7 @@ export declare const cxLogContract: {
|
|
810
809
|
bucketName: string;
|
811
810
|
fileSize: number;
|
812
811
|
fileUrl: string | null;
|
812
|
+
status?: string | undefined;
|
813
813
|
}[];
|
814
814
|
}, {
|
815
815
|
id: string;
|
@@ -836,7 +836,6 @@ export declare const cxLogContract: {
|
|
836
836
|
dateValue: Date | null;
|
837
837
|
uploads: {
|
838
838
|
id: string;
|
839
|
-
status: string | null;
|
840
839
|
createdAt: Date;
|
841
840
|
updatedAt: Date;
|
842
841
|
deletedAt: Date | null;
|
@@ -845,6 +844,7 @@ export declare const cxLogContract: {
|
|
845
844
|
bucketName: string;
|
846
845
|
fileSize: number;
|
847
846
|
fileUrl: string | null;
|
847
|
+
status?: string | undefined;
|
848
848
|
}[];
|
849
849
|
}>, "many">;
|
850
850
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -984,7 +984,6 @@ export declare const cxLogContract: {
|
|
984
984
|
dateValue: Date | null;
|
985
985
|
uploads: {
|
986
986
|
id: string;
|
987
|
-
status: string | null;
|
988
987
|
createdAt: Date;
|
989
988
|
updatedAt: Date;
|
990
989
|
deletedAt: Date | null;
|
@@ -993,6 +992,7 @@ export declare const cxLogContract: {
|
|
993
992
|
bucketName: string;
|
994
993
|
fileSize: number;
|
995
994
|
fileUrl: string | null;
|
995
|
+
status?: string | undefined;
|
996
996
|
}[];
|
997
997
|
}[];
|
998
998
|
company: {
|
@@ -1080,7 +1080,6 @@ export declare const cxLogContract: {
|
|
1080
1080
|
dateValue: Date | null;
|
1081
1081
|
uploads: {
|
1082
1082
|
id: string;
|
1083
|
-
status: string | null;
|
1084
1083
|
createdAt: Date;
|
1085
1084
|
updatedAt: Date;
|
1086
1085
|
deletedAt: Date | null;
|
@@ -1089,6 +1088,7 @@ export declare const cxLogContract: {
|
|
1089
1088
|
bucketName: string;
|
1090
1089
|
fileSize: number;
|
1091
1090
|
fileUrl: string | null;
|
1091
|
+
status?: string | undefined;
|
1092
1092
|
}[];
|
1093
1093
|
}[];
|
1094
1094
|
company: {
|
@@ -1189,7 +1189,6 @@ export declare const cxLogContract: {
|
|
1189
1189
|
dateValue: Date | null;
|
1190
1190
|
uploads: {
|
1191
1191
|
id: string;
|
1192
|
-
status: string | null;
|
1193
1192
|
createdAt: Date;
|
1194
1193
|
updatedAt: Date;
|
1195
1194
|
deletedAt: Date | null;
|
@@ -1198,6 +1197,7 @@ export declare const cxLogContract: {
|
|
1198
1197
|
bucketName: string;
|
1199
1198
|
fileSize: number;
|
1200
1199
|
fileUrl: string | null;
|
1200
|
+
status?: string | undefined;
|
1201
1201
|
}[];
|
1202
1202
|
}[];
|
1203
1203
|
company: {
|
@@ -1300,7 +1300,6 @@ export declare const cxLogContract: {
|
|
1300
1300
|
dateValue: Date | null;
|
1301
1301
|
uploads: {
|
1302
1302
|
id: string;
|
1303
|
-
status: string | null;
|
1304
1303
|
createdAt: Date;
|
1305
1304
|
updatedAt: Date;
|
1306
1305
|
deletedAt: Date | null;
|
@@ -1309,6 +1308,7 @@ export declare const cxLogContract: {
|
|
1309
1308
|
bucketName: string;
|
1310
1309
|
fileSize: number;
|
1311
1310
|
fileUrl: string | null;
|
1311
|
+
status?: string | undefined;
|
1312
1312
|
}[];
|
1313
1313
|
}[];
|
1314
1314
|
company: {
|
@@ -2353,7 +2353,6 @@ export declare const cxLogContract: {
|
|
2353
2353
|
dateValue: Date | null;
|
2354
2354
|
uploads: {
|
2355
2355
|
id: string;
|
2356
|
-
status: string | null;
|
2357
2356
|
createdAt: Date;
|
2358
2357
|
updatedAt: Date;
|
2359
2358
|
deletedAt: Date | null;
|
@@ -2362,6 +2361,7 @@ export declare const cxLogContract: {
|
|
2362
2361
|
bucketName: string;
|
2363
2362
|
fileSize: number;
|
2364
2363
|
fileUrl: string | null;
|
2364
|
+
status?: string | undefined;
|
2365
2365
|
}[];
|
2366
2366
|
}[];
|
2367
2367
|
company: {
|
@@ -2639,7 +2639,6 @@ export declare const cxLogContract: {
|
|
2639
2639
|
dateValue: Date | null;
|
2640
2640
|
uploads: {
|
2641
2641
|
id: string;
|
2642
|
-
status: string | null;
|
2643
2642
|
createdAt: Date;
|
2644
2643
|
updatedAt: Date;
|
2645
2644
|
deletedAt: Date | null;
|
@@ -2648,6 +2647,7 @@ export declare const cxLogContract: {
|
|
2648
2647
|
bucketName: string;
|
2649
2648
|
fileSize: number;
|
2650
2649
|
fileUrl: string | null;
|
2650
|
+
status?: string | undefined;
|
2651
2651
|
}[];
|
2652
2652
|
}[];
|
2653
2653
|
company: {
|
@@ -3059,10 +3059,9 @@ export declare const cxLogContract: {
|
|
3059
3059
|
fileSize: z.ZodNumber;
|
3060
3060
|
fileKey: z.ZodString;
|
3061
3061
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3062
|
-
status: z.
|
3062
|
+
status: z.ZodOptional<z.ZodString>;
|
3063
3063
|
}, "strip", z.ZodTypeAny, {
|
3064
3064
|
id: string;
|
3065
|
-
status: string | null;
|
3066
3065
|
createdAt: Date;
|
3067
3066
|
updatedAt: Date;
|
3068
3067
|
deletedAt: Date | null;
|
@@ -3071,9 +3070,9 @@ export declare const cxLogContract: {
|
|
3071
3070
|
bucketName: string;
|
3072
3071
|
fileSize: number;
|
3073
3072
|
fileUrl: string | null;
|
3073
|
+
status?: string | undefined;
|
3074
3074
|
}, {
|
3075
3075
|
id: string;
|
3076
|
-
status: string | null;
|
3077
3076
|
createdAt: Date;
|
3078
3077
|
updatedAt: Date;
|
3079
3078
|
deletedAt: Date | null;
|
@@ -3082,6 +3081,7 @@ export declare const cxLogContract: {
|
|
3082
3081
|
bucketName: string;
|
3083
3082
|
fileSize: number;
|
3084
3083
|
fileUrl: string | null;
|
3084
|
+
status?: string | undefined;
|
3085
3085
|
}>, "many">;
|
3086
3086
|
}, "strip", z.ZodTypeAny, {
|
3087
3087
|
id: string;
|
@@ -3108,7 +3108,6 @@ export declare const cxLogContract: {
|
|
3108
3108
|
dateValue: Date | null;
|
3109
3109
|
uploads: {
|
3110
3110
|
id: string;
|
3111
|
-
status: string | null;
|
3112
3111
|
createdAt: Date;
|
3113
3112
|
updatedAt: Date;
|
3114
3113
|
deletedAt: Date | null;
|
@@ -3117,6 +3116,7 @@ export declare const cxLogContract: {
|
|
3117
3116
|
bucketName: string;
|
3118
3117
|
fileSize: number;
|
3119
3118
|
fileUrl: string | null;
|
3119
|
+
status?: string | undefined;
|
3120
3120
|
}[];
|
3121
3121
|
}, {
|
3122
3122
|
id: string;
|
@@ -3143,7 +3143,6 @@ export declare const cxLogContract: {
|
|
3143
3143
|
dateValue: Date | null;
|
3144
3144
|
uploads: {
|
3145
3145
|
id: string;
|
3146
|
-
status: string | null;
|
3147
3146
|
createdAt: Date;
|
3148
3147
|
updatedAt: Date;
|
3149
3148
|
deletedAt: Date | null;
|
@@ -3152,6 +3151,7 @@ export declare const cxLogContract: {
|
|
3152
3151
|
bucketName: string;
|
3153
3152
|
fileSize: number;
|
3154
3153
|
fileUrl: string | null;
|
3154
|
+
status?: string | undefined;
|
3155
3155
|
}[];
|
3156
3156
|
}>, "many">;
|
3157
3157
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -3291,7 +3291,6 @@ export declare const cxLogContract: {
|
|
3291
3291
|
dateValue: Date | null;
|
3292
3292
|
uploads: {
|
3293
3293
|
id: string;
|
3294
|
-
status: string | null;
|
3295
3294
|
createdAt: Date;
|
3296
3295
|
updatedAt: Date;
|
3297
3296
|
deletedAt: Date | null;
|
@@ -3300,6 +3299,7 @@ export declare const cxLogContract: {
|
|
3300
3299
|
bucketName: string;
|
3301
3300
|
fileSize: number;
|
3302
3301
|
fileUrl: string | null;
|
3302
|
+
status?: string | undefined;
|
3303
3303
|
}[];
|
3304
3304
|
}[];
|
3305
3305
|
company: {
|
@@ -3387,7 +3387,6 @@ export declare const cxLogContract: {
|
|
3387
3387
|
dateValue: Date | null;
|
3388
3388
|
uploads: {
|
3389
3389
|
id: string;
|
3390
|
-
status: string | null;
|
3391
3390
|
createdAt: Date;
|
3392
3391
|
updatedAt: Date;
|
3393
3392
|
deletedAt: Date | null;
|
@@ -3396,6 +3395,7 @@ export declare const cxLogContract: {
|
|
3396
3395
|
bucketName: string;
|
3397
3396
|
fileSize: number;
|
3398
3397
|
fileUrl: string | null;
|
3398
|
+
status?: string | undefined;
|
3399
3399
|
}[];
|
3400
3400
|
}[];
|
3401
3401
|
company: {
|
@@ -3497,10 +3497,9 @@ export declare const cxLogContract: {
|
|
3497
3497
|
fileSize: z.ZodNumber;
|
3498
3498
|
fileKey: z.ZodString;
|
3499
3499
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3500
|
-
status: z.
|
3500
|
+
status: z.ZodOptional<z.ZodString>;
|
3501
3501
|
}, "strip", z.ZodTypeAny, {
|
3502
3502
|
id: string;
|
3503
|
-
status: string | null;
|
3504
3503
|
createdAt: Date;
|
3505
3504
|
updatedAt: Date;
|
3506
3505
|
deletedAt: Date | null;
|
@@ -3509,9 +3508,9 @@ export declare const cxLogContract: {
|
|
3509
3508
|
bucketName: string;
|
3510
3509
|
fileSize: number;
|
3511
3510
|
fileUrl: string | null;
|
3511
|
+
status?: string | undefined;
|
3512
3512
|
}, {
|
3513
3513
|
id: string;
|
3514
|
-
status: string | null;
|
3515
3514
|
createdAt: Date;
|
3516
3515
|
updatedAt: Date;
|
3517
3516
|
deletedAt: Date | null;
|
@@ -3520,6 +3519,7 @@ export declare const cxLogContract: {
|
|
3520
3519
|
bucketName: string;
|
3521
3520
|
fileSize: number;
|
3522
3521
|
fileUrl: string | null;
|
3522
|
+
status?: string | undefined;
|
3523
3523
|
}>>>;
|
3524
3524
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
3525
3525
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
@@ -4484,7 +4484,6 @@ export declare const cxLogContract: {
|
|
4484
4484
|
dateValue: Date | null;
|
4485
4485
|
uploads: {
|
4486
4486
|
id: string;
|
4487
|
-
status: string | null;
|
4488
4487
|
createdAt: Date;
|
4489
4488
|
updatedAt: Date;
|
4490
4489
|
deletedAt: Date | null;
|
@@ -4493,6 +4492,7 @@ export declare const cxLogContract: {
|
|
4493
4492
|
bucketName: string;
|
4494
4493
|
fileSize: number;
|
4495
4494
|
fileUrl: string | null;
|
4495
|
+
status?: string | undefined;
|
4496
4496
|
}[];
|
4497
4497
|
}[];
|
4498
4498
|
company: {
|
@@ -4560,7 +4560,6 @@ export declare const cxLogContract: {
|
|
4560
4560
|
} | null | undefined;
|
4561
4561
|
upload?: {
|
4562
4562
|
id: string;
|
4563
|
-
status: string | null;
|
4564
4563
|
createdAt: Date;
|
4565
4564
|
updatedAt: Date;
|
4566
4565
|
deletedAt: Date | null;
|
@@ -4569,6 +4568,7 @@ export declare const cxLogContract: {
|
|
4569
4568
|
bucketName: string;
|
4570
4569
|
fileSize: number;
|
4571
4570
|
fileUrl: string | null;
|
4571
|
+
status?: string | undefined;
|
4572
4572
|
} | null | undefined;
|
4573
4573
|
extension?: {
|
4574
4574
|
id: string;
|
@@ -4739,7 +4739,6 @@ export declare const cxLogContract: {
|
|
4739
4739
|
dateValue: Date | null;
|
4740
4740
|
uploads: {
|
4741
4741
|
id: string;
|
4742
|
-
status: string | null;
|
4743
4742
|
createdAt: Date;
|
4744
4743
|
updatedAt: Date;
|
4745
4744
|
deletedAt: Date | null;
|
@@ -4748,6 +4747,7 @@ export declare const cxLogContract: {
|
|
4748
4747
|
bucketName: string;
|
4749
4748
|
fileSize: number;
|
4750
4749
|
fileUrl: string | null;
|
4750
|
+
status?: string | undefined;
|
4751
4751
|
}[];
|
4752
4752
|
}[];
|
4753
4753
|
company: {
|
@@ -4815,7 +4815,6 @@ export declare const cxLogContract: {
|
|
4815
4815
|
} | null | undefined;
|
4816
4816
|
upload?: {
|
4817
4817
|
id: string;
|
4818
|
-
status: string | null;
|
4819
4818
|
createdAt: Date;
|
4820
4819
|
updatedAt: Date;
|
4821
4820
|
deletedAt: Date | null;
|
@@ -4824,6 +4823,7 @@ export declare const cxLogContract: {
|
|
4824
4823
|
bucketName: string;
|
4825
4824
|
fileSize: number;
|
4826
4825
|
fileUrl: string | null;
|
4826
|
+
status?: string | undefined;
|
4827
4827
|
} | null | undefined;
|
4828
4828
|
extension?: {
|
4829
4829
|
id: string;
|
@@ -5185,10 +5185,9 @@ export declare const cxLogContract: {
|
|
5185
5185
|
fileSize: z.ZodNumber;
|
5186
5186
|
fileKey: z.ZodString;
|
5187
5187
|
fileUrl: z.ZodNullable<z.ZodString>;
|
5188
|
-
status: z.
|
5188
|
+
status: z.ZodOptional<z.ZodString>;
|
5189
5189
|
}, "strip", z.ZodTypeAny, {
|
5190
5190
|
id: string;
|
5191
|
-
status: string | null;
|
5192
5191
|
createdAt: Date;
|
5193
5192
|
updatedAt: Date;
|
5194
5193
|
deletedAt: Date | null;
|
@@ -5197,9 +5196,9 @@ export declare const cxLogContract: {
|
|
5197
5196
|
bucketName: string;
|
5198
5197
|
fileSize: number;
|
5199
5198
|
fileUrl: string | null;
|
5199
|
+
status?: string | undefined;
|
5200
5200
|
}, {
|
5201
5201
|
id: string;
|
5202
|
-
status: string | null;
|
5203
5202
|
createdAt: Date;
|
5204
5203
|
updatedAt: Date;
|
5205
5204
|
deletedAt: Date | null;
|
@@ -5208,6 +5207,7 @@ export declare const cxLogContract: {
|
|
5208
5207
|
bucketName: string;
|
5209
5208
|
fileSize: number;
|
5210
5209
|
fileUrl: string | null;
|
5210
|
+
status?: string | undefined;
|
5211
5211
|
}>, "many">;
|
5212
5212
|
}, "strip", z.ZodTypeAny, {
|
5213
5213
|
id: string;
|
@@ -5234,7 +5234,6 @@ export declare const cxLogContract: {
|
|
5234
5234
|
dateValue: Date | null;
|
5235
5235
|
uploads: {
|
5236
5236
|
id: string;
|
5237
|
-
status: string | null;
|
5238
5237
|
createdAt: Date;
|
5239
5238
|
updatedAt: Date;
|
5240
5239
|
deletedAt: Date | null;
|
@@ -5243,6 +5242,7 @@ export declare const cxLogContract: {
|
|
5243
5242
|
bucketName: string;
|
5244
5243
|
fileSize: number;
|
5245
5244
|
fileUrl: string | null;
|
5245
|
+
status?: string | undefined;
|
5246
5246
|
}[];
|
5247
5247
|
}, {
|
5248
5248
|
id: string;
|
@@ -5269,7 +5269,6 @@ export declare const cxLogContract: {
|
|
5269
5269
|
dateValue: Date | null;
|
5270
5270
|
uploads: {
|
5271
5271
|
id: string;
|
5272
|
-
status: string | null;
|
5273
5272
|
createdAt: Date;
|
5274
5273
|
updatedAt: Date;
|
5275
5274
|
deletedAt: Date | null;
|
@@ -5278,6 +5277,7 @@ export declare const cxLogContract: {
|
|
5278
5277
|
bucketName: string;
|
5279
5278
|
fileSize: number;
|
5280
5279
|
fileUrl: string | null;
|
5280
|
+
status?: string | undefined;
|
5281
5281
|
}[];
|
5282
5282
|
}>, "many">;
|
5283
5283
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -5417,7 +5417,6 @@ export declare const cxLogContract: {
|
|
5417
5417
|
dateValue: Date | null;
|
5418
5418
|
uploads: {
|
5419
5419
|
id: string;
|
5420
|
-
status: string | null;
|
5421
5420
|
createdAt: Date;
|
5422
5421
|
updatedAt: Date;
|
5423
5422
|
deletedAt: Date | null;
|
@@ -5426,6 +5425,7 @@ export declare const cxLogContract: {
|
|
5426
5425
|
bucketName: string;
|
5427
5426
|
fileSize: number;
|
5428
5427
|
fileUrl: string | null;
|
5428
|
+
status?: string | undefined;
|
5429
5429
|
}[];
|
5430
5430
|
}[];
|
5431
5431
|
company: {
|
@@ -5513,7 +5513,6 @@ export declare const cxLogContract: {
|
|
5513
5513
|
dateValue: Date | null;
|
5514
5514
|
uploads: {
|
5515
5515
|
id: string;
|
5516
|
-
status: string | null;
|
5517
5516
|
createdAt: Date;
|
5518
5517
|
updatedAt: Date;
|
5519
5518
|
deletedAt: Date | null;
|
@@ -5522,6 +5521,7 @@ export declare const cxLogContract: {
|
|
5522
5521
|
bucketName: string;
|
5523
5522
|
fileSize: number;
|
5524
5523
|
fileUrl: string | null;
|
5524
|
+
status?: string | undefined;
|
5525
5525
|
}[];
|
5526
5526
|
}[];
|
5527
5527
|
company: {
|
@@ -6231,7 +6231,6 @@ export declare const cxLogContract: {
|
|
6231
6231
|
dateValue: Date | null;
|
6232
6232
|
uploads: {
|
6233
6233
|
id: string;
|
6234
|
-
status: string | null;
|
6235
6234
|
createdAt: Date;
|
6236
6235
|
updatedAt: Date;
|
6237
6236
|
deletedAt: Date | null;
|
@@ -6240,6 +6239,7 @@ export declare const cxLogContract: {
|
|
6240
6239
|
bucketName: string;
|
6241
6240
|
fileSize: number;
|
6242
6241
|
fileUrl: string | null;
|
6242
|
+
status?: string | undefined;
|
6243
6243
|
}[];
|
6244
6244
|
}[];
|
6245
6245
|
company: {
|
@@ -6543,7 +6543,6 @@ export declare const cxLogContract: {
|
|
6543
6543
|
dateValue: Date | null;
|
6544
6544
|
uploads: {
|
6545
6545
|
id: string;
|
6546
|
-
status: string | null;
|
6547
6546
|
createdAt: Date;
|
6548
6547
|
updatedAt: Date;
|
6549
6548
|
deletedAt: Date | null;
|
@@ -6552,6 +6551,7 @@ export declare const cxLogContract: {
|
|
6552
6551
|
bucketName: string;
|
6553
6552
|
fileSize: number;
|
6554
6553
|
fileUrl: string | null;
|
6554
|
+
status?: string | undefined;
|
6555
6555
|
}[];
|
6556
6556
|
}[];
|
6557
6557
|
company: {
|
@@ -6767,7 +6767,6 @@ export declare const cxLogContract: {
|
|
6767
6767
|
dateValue: Date | null;
|
6768
6768
|
uploads: {
|
6769
6769
|
id: string;
|
6770
|
-
status: string | null;
|
6771
6770
|
createdAt: Date;
|
6772
6771
|
updatedAt: Date;
|
6773
6772
|
deletedAt: Date | null;
|
@@ -6776,6 +6775,7 @@ export declare const cxLogContract: {
|
|
6776
6775
|
bucketName: string;
|
6777
6776
|
fileSize: number;
|
6778
6777
|
fileUrl: string | null;
|
6778
|
+
status?: string | undefined;
|
6779
6779
|
}[];
|
6780
6780
|
}[];
|
6781
6781
|
company: {
|
@@ -6843,7 +6843,6 @@ export declare const cxLogContract: {
|
|
6843
6843
|
} | null | undefined;
|
6844
6844
|
upload?: {
|
6845
6845
|
id: string;
|
6846
|
-
status: string | null;
|
6847
6846
|
createdAt: Date;
|
6848
6847
|
updatedAt: Date;
|
6849
6848
|
deletedAt: Date | null;
|
@@ -6852,6 +6851,7 @@ export declare const cxLogContract: {
|
|
6852
6851
|
bucketName: string;
|
6853
6852
|
fileSize: number;
|
6854
6853
|
fileUrl: string | null;
|
6854
|
+
status?: string | undefined;
|
6855
6855
|
} | null | undefined;
|
6856
6856
|
extension?: {
|
6857
6857
|
id: string;
|
@@ -7088,7 +7088,6 @@ export declare const cxLogContract: {
|
|
7088
7088
|
dateValue: Date | null;
|
7089
7089
|
uploads: {
|
7090
7090
|
id: string;
|
7091
|
-
status: string | null;
|
7092
7091
|
createdAt: Date;
|
7093
7092
|
updatedAt: Date;
|
7094
7093
|
deletedAt: Date | null;
|
@@ -7097,6 +7096,7 @@ export declare const cxLogContract: {
|
|
7097
7096
|
bucketName: string;
|
7098
7097
|
fileSize: number;
|
7099
7098
|
fileUrl: string | null;
|
7099
|
+
status?: string | undefined;
|
7100
7100
|
}[];
|
7101
7101
|
}[];
|
7102
7102
|
company: {
|
@@ -7400,7 +7400,6 @@ export declare const cxLogContract: {
|
|
7400
7400
|
dateValue: Date | null;
|
7401
7401
|
uploads: {
|
7402
7402
|
id: string;
|
7403
|
-
status: string | null;
|
7404
7403
|
createdAt: Date;
|
7405
7404
|
updatedAt: Date;
|
7406
7405
|
deletedAt: Date | null;
|
@@ -7409,6 +7408,7 @@ export declare const cxLogContract: {
|
|
7409
7408
|
bucketName: string;
|
7410
7409
|
fileSize: number;
|
7411
7410
|
fileUrl: string | null;
|
7411
|
+
status?: string | undefined;
|
7412
7412
|
}[];
|
7413
7413
|
}[];
|
7414
7414
|
company: {
|
@@ -7624,7 +7624,6 @@ export declare const cxLogContract: {
|
|
7624
7624
|
dateValue: Date | null;
|
7625
7625
|
uploads: {
|
7626
7626
|
id: string;
|
7627
|
-
status: string | null;
|
7628
7627
|
createdAt: Date;
|
7629
7628
|
updatedAt: Date;
|
7630
7629
|
deletedAt: Date | null;
|
@@ -7633,6 +7632,7 @@ export declare const cxLogContract: {
|
|
7633
7632
|
bucketName: string;
|
7634
7633
|
fileSize: number;
|
7635
7634
|
fileUrl: string | null;
|
7635
|
+
status?: string | undefined;
|
7636
7636
|
}[];
|
7637
7637
|
}[];
|
7638
7638
|
company: {
|
@@ -7700,7 +7700,6 @@ export declare const cxLogContract: {
|
|
7700
7700
|
} | null | undefined;
|
7701
7701
|
upload?: {
|
7702
7702
|
id: string;
|
7703
|
-
status: string | null;
|
7704
7703
|
createdAt: Date;
|
7705
7704
|
updatedAt: Date;
|
7706
7705
|
deletedAt: Date | null;
|
@@ -7709,6 +7708,7 @@ export declare const cxLogContract: {
|
|
7709
7708
|
bucketName: string;
|
7710
7709
|
fileSize: number;
|
7711
7710
|
fileUrl: string | null;
|
7711
|
+
status?: string | undefined;
|
7712
7712
|
} | null | undefined;
|
7713
7713
|
extension?: {
|
7714
7714
|
id: string;
|
@@ -7951,7 +7951,6 @@ export declare const cxLogContract: {
|
|
7951
7951
|
dateValue: Date | null;
|
7952
7952
|
uploads: {
|
7953
7953
|
id: string;
|
7954
|
-
status: string | null;
|
7955
7954
|
createdAt: Date;
|
7956
7955
|
updatedAt: Date;
|
7957
7956
|
deletedAt: Date | null;
|
@@ -7960,6 +7959,7 @@ export declare const cxLogContract: {
|
|
7960
7959
|
bucketName: string;
|
7961
7960
|
fileSize: number;
|
7962
7961
|
fileUrl: string | null;
|
7962
|
+
status?: string | undefined;
|
7963
7963
|
}[];
|
7964
7964
|
}[];
|
7965
7965
|
company: {
|
@@ -8263,7 +8263,6 @@ export declare const cxLogContract: {
|
|
8263
8263
|
dateValue: Date | null;
|
8264
8264
|
uploads: {
|
8265
8265
|
id: string;
|
8266
|
-
status: string | null;
|
8267
8266
|
createdAt: Date;
|
8268
8267
|
updatedAt: Date;
|
8269
8268
|
deletedAt: Date | null;
|
@@ -8272,6 +8271,7 @@ export declare const cxLogContract: {
|
|
8272
8271
|
bucketName: string;
|
8273
8272
|
fileSize: number;
|
8274
8273
|
fileUrl: string | null;
|
8274
|
+
status?: string | undefined;
|
8275
8275
|
}[];
|
8276
8276
|
}[];
|
8277
8277
|
company: {
|
@@ -8487,7 +8487,6 @@ export declare const cxLogContract: {
|
|
8487
8487
|
dateValue: Date | null;
|
8488
8488
|
uploads: {
|
8489
8489
|
id: string;
|
8490
|
-
status: string | null;
|
8491
8490
|
createdAt: Date;
|
8492
8491
|
updatedAt: Date;
|
8493
8492
|
deletedAt: Date | null;
|
@@ -8496,6 +8495,7 @@ export declare const cxLogContract: {
|
|
8496
8495
|
bucketName: string;
|
8497
8496
|
fileSize: number;
|
8498
8497
|
fileUrl: string | null;
|
8498
|
+
status?: string | undefined;
|
8499
8499
|
}[];
|
8500
8500
|
}[];
|
8501
8501
|
company: {
|
@@ -8563,7 +8563,6 @@ export declare const cxLogContract: {
|
|
8563
8563
|
} | null | undefined;
|
8564
8564
|
upload?: {
|
8565
8565
|
id: string;
|
8566
|
-
status: string | null;
|
8567
8566
|
createdAt: Date;
|
8568
8567
|
updatedAt: Date;
|
8569
8568
|
deletedAt: Date | null;
|
@@ -8572,6 +8571,7 @@ export declare const cxLogContract: {
|
|
8572
8571
|
bucketName: string;
|
8573
8572
|
fileSize: number;
|
8574
8573
|
fileUrl: string | null;
|
8574
|
+
status?: string | undefined;
|
8575
8575
|
} | null | undefined;
|
8576
8576
|
extension?: {
|
8577
8577
|
id: string;
|
@@ -8814,7 +8814,6 @@ export declare const cxLogContract: {
|
|
8814
8814
|
dateValue: Date | null;
|
8815
8815
|
uploads: {
|
8816
8816
|
id: string;
|
8817
|
-
status: string | null;
|
8818
8817
|
createdAt: Date;
|
8819
8818
|
updatedAt: Date;
|
8820
8819
|
deletedAt: Date | null;
|
@@ -8823,6 +8822,7 @@ export declare const cxLogContract: {
|
|
8823
8822
|
bucketName: string;
|
8824
8823
|
fileSize: number;
|
8825
8824
|
fileUrl: string | null;
|
8825
|
+
status?: string | undefined;
|
8826
8826
|
}[];
|
8827
8827
|
}[];
|
8828
8828
|
company: {
|
@@ -9126,7 +9126,6 @@ export declare const cxLogContract: {
|
|
9126
9126
|
dateValue: Date | null;
|
9127
9127
|
uploads: {
|
9128
9128
|
id: string;
|
9129
|
-
status: string | null;
|
9130
9129
|
createdAt: Date;
|
9131
9130
|
updatedAt: Date;
|
9132
9131
|
deletedAt: Date | null;
|
@@ -9135,6 +9134,7 @@ export declare const cxLogContract: {
|
|
9135
9134
|
bucketName: string;
|
9136
9135
|
fileSize: number;
|
9137
9136
|
fileUrl: string | null;
|
9137
|
+
status?: string | undefined;
|
9138
9138
|
}[];
|
9139
9139
|
}[];
|
9140
9140
|
company: {
|
@@ -9350,7 +9350,6 @@ export declare const cxLogContract: {
|
|
9350
9350
|
dateValue: Date | null;
|
9351
9351
|
uploads: {
|
9352
9352
|
id: string;
|
9353
|
-
status: string | null;
|
9354
9353
|
createdAt: Date;
|
9355
9354
|
updatedAt: Date;
|
9356
9355
|
deletedAt: Date | null;
|
@@ -9359,6 +9358,7 @@ export declare const cxLogContract: {
|
|
9359
9358
|
bucketName: string;
|
9360
9359
|
fileSize: number;
|
9361
9360
|
fileUrl: string | null;
|
9361
|
+
status?: string | undefined;
|
9362
9362
|
}[];
|
9363
9363
|
}[];
|
9364
9364
|
company: {
|
@@ -9426,7 +9426,6 @@ export declare const cxLogContract: {
|
|
9426
9426
|
} | null | undefined;
|
9427
9427
|
upload?: {
|
9428
9428
|
id: string;
|
9429
|
-
status: string | null;
|
9430
9429
|
createdAt: Date;
|
9431
9430
|
updatedAt: Date;
|
9432
9431
|
deletedAt: Date | null;
|
@@ -9435,6 +9434,7 @@ export declare const cxLogContract: {
|
|
9435
9434
|
bucketName: string;
|
9436
9435
|
fileSize: number;
|
9437
9436
|
fileUrl: string | null;
|
9437
|
+
status?: string | undefined;
|
9438
9438
|
} | null | undefined;
|
9439
9439
|
extension?: {
|
9440
9440
|
id: string;
|
@@ -9791,51 +9791,6 @@ export declare const cxLogContract: {
|
|
9791
9791
|
'x-client-timezone'?: string | undefined;
|
9792
9792
|
}>>>;
|
9793
9793
|
};
|
9794
|
-
syncSla: {
|
9795
|
-
body: null;
|
9796
|
-
summary: "Export cx-logs";
|
9797
|
-
method: "POST";
|
9798
|
-
responses: {
|
9799
|
-
200: null;
|
9800
|
-
401: z.ZodObject<{
|
9801
|
-
message: z.ZodString;
|
9802
|
-
error: z.ZodAny;
|
9803
|
-
}, "strip", z.ZodTypeAny, {
|
9804
|
-
message: string;
|
9805
|
-
error?: any;
|
9806
|
-
}, {
|
9807
|
-
message: string;
|
9808
|
-
error?: any;
|
9809
|
-
}>;
|
9810
|
-
500: z.ZodObject<{
|
9811
|
-
message: z.ZodString;
|
9812
|
-
error: z.ZodAny;
|
9813
|
-
}, "strip", z.ZodTypeAny, {
|
9814
|
-
message: string;
|
9815
|
-
error?: any;
|
9816
|
-
}, {
|
9817
|
-
message: string;
|
9818
|
-
error?: any;
|
9819
|
-
}>;
|
9820
|
-
};
|
9821
|
-
path: "/cx-logs/sync-sla";
|
9822
|
-
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9823
|
-
'x-tenant': z.ZodString;
|
9824
|
-
authorization: z.ZodString;
|
9825
|
-
'x-code': z.ZodOptional<z.ZodString>;
|
9826
|
-
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9827
|
-
}, "strip", z.ZodTypeAny, {
|
9828
|
-
'x-tenant': string;
|
9829
|
-
authorization: string;
|
9830
|
-
'x-client-timezone': string;
|
9831
|
-
'x-code'?: string | undefined;
|
9832
|
-
}, {
|
9833
|
-
'x-tenant': string;
|
9834
|
-
authorization: string;
|
9835
|
-
'x-code'?: string | undefined;
|
9836
|
-
'x-client-timezone'?: string | undefined;
|
9837
|
-
}>>>;
|
9838
|
-
};
|
9839
9794
|
updateSla: {
|
9840
9795
|
body: z.ZodObject<{
|
9841
9796
|
roomId: z.ZodString;
|