@kl1/contracts 1.1.39-uat → 1.1.41-uat
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 +2215 -2197
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2214 -2196
- package/dist/index.mjs.map +1 -1
- package/dist/src/botpress/index.d.ts +538 -0
- package/dist/src/botpress/index.d.ts.map +1 -0
- package/dist/src/botpress/schema.d.ts +81 -0
- package/dist/src/botpress/schema.d.ts.map +1 -0
- package/dist/src/botpress/validation.d.ts +220 -0
- package/dist/src/botpress/validation.d.ts.map +1 -0
- package/dist/src/business-calendar/index.d.ts +21 -0
- package/dist/src/business-calendar/index.d.ts.map +1 -1
- package/dist/src/business-calendar/schema.d.ts +8 -0
- package/dist/src/business-calendar/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +34445 -34443
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +50 -50
- package/dist/src/chat/validation.d.ts +46 -46
- 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 +1238 -57196
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/contract2.d.ts +2 -0
- package/dist/src/contract2.d.ts.map +1 -0
- package/dist/src/cx-log/index.d.ts +106 -49
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +31 -31
- package/dist/src/line/index.d.ts +31 -31
- package/dist/src/mail/mail-contract.d.ts +7 -7
- package/dist/src/mail/room-contract.d.ts +7 -7
- package/dist/src/mail/schemas/room.schema.d.ts +5 -5
- package/dist/src/messenger/index.d.ts +31 -31
- 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/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/call-report.schema.d.ts +36 -10
- package/dist/src/telephony-cdr/call-report.schema.d.ts.map +1 -1
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- 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 +31 -31
- package/dist/src/webchat/index.d.ts +32 -34
- package/dist/src/webchat/index.d.ts.map +1 -1
- package/dist/src/workflow-rule/index.d.ts +36 -26
- package/dist/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +3 -0
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +3 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
@@ -1012,9 +1012,10 @@ export declare const messengerContract: {
|
|
1012
1012
|
fileSize: z.ZodNumber;
|
1013
1013
|
fileKey: z.ZodString;
|
1014
1014
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1015
|
-
status: z.
|
1015
|
+
status: z.ZodNullable<z.ZodString>;
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
1017
1017
|
id: string;
|
1018
|
+
status: string | null;
|
1018
1019
|
createdAt: Date;
|
1019
1020
|
updatedAt: Date;
|
1020
1021
|
deletedAt: Date | null;
|
@@ -1023,9 +1024,9 @@ export declare const messengerContract: {
|
|
1023
1024
|
bucketName: string;
|
1024
1025
|
fileSize: number;
|
1025
1026
|
fileUrl: string | null;
|
1026
|
-
status?: string | undefined;
|
1027
1027
|
}, {
|
1028
1028
|
id: string;
|
1029
|
+
status: string | null;
|
1029
1030
|
createdAt: Date;
|
1030
1031
|
updatedAt: Date;
|
1031
1032
|
deletedAt: Date | null;
|
@@ -1034,7 +1035,6 @@ export declare const messengerContract: {
|
|
1034
1035
|
bucketName: string;
|
1035
1036
|
fileSize: number;
|
1036
1037
|
fileUrl: string | null;
|
1037
|
-
status?: string | undefined;
|
1038
1038
|
}>, "many">;
|
1039
1039
|
}, "strip", z.ZodTypeAny, {
|
1040
1040
|
id: string;
|
@@ -1061,6 +1061,7 @@ export declare const messengerContract: {
|
|
1061
1061
|
dateValue: Date | null;
|
1062
1062
|
uploads: {
|
1063
1063
|
id: string;
|
1064
|
+
status: string | null;
|
1064
1065
|
createdAt: Date;
|
1065
1066
|
updatedAt: Date;
|
1066
1067
|
deletedAt: Date | null;
|
@@ -1069,7 +1070,6 @@ export declare const messengerContract: {
|
|
1069
1070
|
bucketName: string;
|
1070
1071
|
fileSize: number;
|
1071
1072
|
fileUrl: string | null;
|
1072
|
-
status?: string | undefined;
|
1073
1073
|
}[];
|
1074
1074
|
}, {
|
1075
1075
|
id: string;
|
@@ -1096,6 +1096,7 @@ export declare const messengerContract: {
|
|
1096
1096
|
dateValue: Date | null;
|
1097
1097
|
uploads: {
|
1098
1098
|
id: string;
|
1099
|
+
status: string | null;
|
1099
1100
|
createdAt: Date;
|
1100
1101
|
updatedAt: Date;
|
1101
1102
|
deletedAt: Date | null;
|
@@ -1104,7 +1105,6 @@ export declare const messengerContract: {
|
|
1104
1105
|
bucketName: string;
|
1105
1106
|
fileSize: number;
|
1106
1107
|
fileUrl: string | null;
|
1107
|
-
status?: string | undefined;
|
1108
1108
|
}[];
|
1109
1109
|
}>, "many">;
|
1110
1110
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -1244,6 +1244,7 @@ export declare const messengerContract: {
|
|
1244
1244
|
dateValue: Date | null;
|
1245
1245
|
uploads: {
|
1246
1246
|
id: string;
|
1247
|
+
status: string | null;
|
1247
1248
|
createdAt: Date;
|
1248
1249
|
updatedAt: Date;
|
1249
1250
|
deletedAt: Date | null;
|
@@ -1252,7 +1253,6 @@ export declare const messengerContract: {
|
|
1252
1253
|
bucketName: string;
|
1253
1254
|
fileSize: number;
|
1254
1255
|
fileUrl: string | null;
|
1255
|
-
status?: string | undefined;
|
1256
1256
|
}[];
|
1257
1257
|
}[];
|
1258
1258
|
company: {
|
@@ -1340,6 +1340,7 @@ export declare const messengerContract: {
|
|
1340
1340
|
dateValue: Date | null;
|
1341
1341
|
uploads: {
|
1342
1342
|
id: string;
|
1343
|
+
status: string | null;
|
1343
1344
|
createdAt: Date;
|
1344
1345
|
updatedAt: Date;
|
1345
1346
|
deletedAt: Date | null;
|
@@ -1348,7 +1349,6 @@ export declare const messengerContract: {
|
|
1348
1349
|
bucketName: string;
|
1349
1350
|
fileSize: number;
|
1350
1351
|
fileUrl: string | null;
|
1351
|
-
status?: string | undefined;
|
1352
1352
|
}[];
|
1353
1353
|
}[];
|
1354
1354
|
company: {
|
@@ -1449,6 +1449,7 @@ export declare const messengerContract: {
|
|
1449
1449
|
dateValue: Date | null;
|
1450
1450
|
uploads: {
|
1451
1451
|
id: string;
|
1452
|
+
status: string | null;
|
1452
1453
|
createdAt: Date;
|
1453
1454
|
updatedAt: Date;
|
1454
1455
|
deletedAt: Date | null;
|
@@ -1457,7 +1458,6 @@ export declare const messengerContract: {
|
|
1457
1458
|
bucketName: string;
|
1458
1459
|
fileSize: number;
|
1459
1460
|
fileUrl: string | null;
|
1460
|
-
status?: string | undefined;
|
1461
1461
|
}[];
|
1462
1462
|
}[];
|
1463
1463
|
company: {
|
@@ -1560,6 +1560,7 @@ export declare const messengerContract: {
|
|
1560
1560
|
dateValue: Date | null;
|
1561
1561
|
uploads: {
|
1562
1562
|
id: string;
|
1563
|
+
status: string | null;
|
1563
1564
|
createdAt: Date;
|
1564
1565
|
updatedAt: Date;
|
1565
1566
|
deletedAt: Date | null;
|
@@ -1568,7 +1569,6 @@ export declare const messengerContract: {
|
|
1568
1569
|
bucketName: string;
|
1569
1570
|
fileSize: number;
|
1570
1571
|
fileUrl: string | null;
|
1571
|
-
status?: string | undefined;
|
1572
1572
|
}[];
|
1573
1573
|
}[];
|
1574
1574
|
company: {
|
@@ -3011,6 +3011,7 @@ export declare const messengerContract: {
|
|
3011
3011
|
dateValue: Date | null;
|
3012
3012
|
uploads: {
|
3013
3013
|
id: string;
|
3014
|
+
status: string | null;
|
3014
3015
|
createdAt: Date;
|
3015
3016
|
updatedAt: Date;
|
3016
3017
|
deletedAt: Date | null;
|
@@ -3019,7 +3020,6 @@ export declare const messengerContract: {
|
|
3019
3020
|
bucketName: string;
|
3020
3021
|
fileSize: number;
|
3021
3022
|
fileUrl: string | null;
|
3022
|
-
status?: string | undefined;
|
3023
3023
|
}[];
|
3024
3024
|
}[];
|
3025
3025
|
company: {
|
@@ -3369,6 +3369,7 @@ export declare const messengerContract: {
|
|
3369
3369
|
dateValue: Date | null;
|
3370
3370
|
uploads: {
|
3371
3371
|
id: string;
|
3372
|
+
status: string | null;
|
3372
3373
|
createdAt: Date;
|
3373
3374
|
updatedAt: Date;
|
3374
3375
|
deletedAt: Date | null;
|
@@ -3377,7 +3378,6 @@ export declare const messengerContract: {
|
|
3377
3378
|
bucketName: string;
|
3378
3379
|
fileSize: number;
|
3379
3380
|
fileUrl: string | null;
|
3380
|
-
status?: string | undefined;
|
3381
3381
|
}[];
|
3382
3382
|
}[];
|
3383
3383
|
company: {
|
@@ -3571,9 +3571,10 @@ export declare const messengerContract: {
|
|
3571
3571
|
fileSize: z.ZodNumber;
|
3572
3572
|
fileKey: z.ZodString;
|
3573
3573
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3574
|
-
status: z.
|
3574
|
+
status: z.ZodNullable<z.ZodString>;
|
3575
3575
|
}, "strip", z.ZodTypeAny, {
|
3576
3576
|
id: string;
|
3577
|
+
status: string | null;
|
3577
3578
|
createdAt: Date;
|
3578
3579
|
updatedAt: Date;
|
3579
3580
|
deletedAt: Date | null;
|
@@ -3582,9 +3583,9 @@ export declare const messengerContract: {
|
|
3582
3583
|
bucketName: string;
|
3583
3584
|
fileSize: number;
|
3584
3585
|
fileUrl: string | null;
|
3585
|
-
status?: string | undefined;
|
3586
3586
|
}, {
|
3587
3587
|
id: string;
|
3588
|
+
status: string | null;
|
3588
3589
|
createdAt: Date;
|
3589
3590
|
updatedAt: Date;
|
3590
3591
|
deletedAt: Date | null;
|
@@ -3593,7 +3594,6 @@ export declare const messengerContract: {
|
|
3593
3594
|
bucketName: string;
|
3594
3595
|
fileSize: number;
|
3595
3596
|
fileUrl: string | null;
|
3596
|
-
status?: string | undefined;
|
3597
3597
|
}>;
|
3598
3598
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
3599
3599
|
id: z.ZodString;
|
@@ -3623,9 +3623,10 @@ export declare const messengerContract: {
|
|
3623
3623
|
fileSize: z.ZodNumber;
|
3624
3624
|
fileKey: z.ZodString;
|
3625
3625
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3626
|
-
status: z.
|
3626
|
+
status: z.ZodNullable<z.ZodString>;
|
3627
3627
|
}, "strip", z.ZodTypeAny, {
|
3628
3628
|
id: string;
|
3629
|
+
status: string | null;
|
3629
3630
|
createdAt: Date;
|
3630
3631
|
updatedAt: Date;
|
3631
3632
|
deletedAt: Date | null;
|
@@ -3634,9 +3635,9 @@ export declare const messengerContract: {
|
|
3634
3635
|
bucketName: string;
|
3635
3636
|
fileSize: number;
|
3636
3637
|
fileUrl: string | null;
|
3637
|
-
status?: string | undefined;
|
3638
3638
|
}, {
|
3639
3639
|
id: string;
|
3640
|
+
status: string | null;
|
3640
3641
|
createdAt: Date;
|
3641
3642
|
updatedAt: Date;
|
3642
3643
|
deletedAt: Date | null;
|
@@ -3645,7 +3646,6 @@ export declare const messengerContract: {
|
|
3645
3646
|
bucketName: string;
|
3646
3647
|
fileSize: number;
|
3647
3648
|
fileUrl: string | null;
|
3648
|
-
status?: string | undefined;
|
3649
3649
|
}>;
|
3650
3650
|
actor: z.ZodObject<{
|
3651
3651
|
id: z.ZodString;
|
@@ -4315,6 +4315,7 @@ export declare const messengerContract: {
|
|
4315
4315
|
platformId: string;
|
4316
4316
|
upload: {
|
4317
4317
|
id: string;
|
4318
|
+
status: string | null;
|
4318
4319
|
createdAt: Date;
|
4319
4320
|
updatedAt: Date;
|
4320
4321
|
deletedAt: Date | null;
|
@@ -4323,7 +4324,6 @@ export declare const messengerContract: {
|
|
4323
4324
|
bucketName: string;
|
4324
4325
|
fileSize: number;
|
4325
4326
|
fileUrl: string | null;
|
4326
|
-
status?: string | undefined;
|
4327
4327
|
};
|
4328
4328
|
assignee: {
|
4329
4329
|
id: string;
|
@@ -4477,6 +4477,7 @@ export declare const messengerContract: {
|
|
4477
4477
|
platformId: string;
|
4478
4478
|
upload: {
|
4479
4479
|
id: string;
|
4480
|
+
status: string | null;
|
4480
4481
|
createdAt: Date;
|
4481
4482
|
updatedAt: Date;
|
4482
4483
|
deletedAt: Date | null;
|
@@ -4485,7 +4486,6 @@ export declare const messengerContract: {
|
|
4485
4486
|
bucketName: string;
|
4486
4487
|
fileSize: number;
|
4487
4488
|
fileUrl: string | null;
|
4488
|
-
status?: string | undefined;
|
4489
4489
|
};
|
4490
4490
|
assignee: {
|
4491
4491
|
id: string;
|
@@ -5277,6 +5277,7 @@ export declare const messengerContract: {
|
|
5277
5277
|
platformId: string;
|
5278
5278
|
upload: {
|
5279
5279
|
id: string;
|
5280
|
+
status: string | null;
|
5280
5281
|
createdAt: Date;
|
5281
5282
|
updatedAt: Date;
|
5282
5283
|
deletedAt: Date | null;
|
@@ -5285,7 +5286,6 @@ export declare const messengerContract: {
|
|
5285
5286
|
bucketName: string;
|
5286
5287
|
fileSize: number;
|
5287
5288
|
fileUrl: string | null;
|
5288
|
-
status?: string | undefined;
|
5289
5289
|
};
|
5290
5290
|
assignee: {
|
5291
5291
|
id: string;
|
@@ -5498,6 +5498,7 @@ export declare const messengerContract: {
|
|
5498
5498
|
dateValue: Date | null;
|
5499
5499
|
uploads: {
|
5500
5500
|
id: string;
|
5501
|
+
status: string | null;
|
5501
5502
|
createdAt: Date;
|
5502
5503
|
updatedAt: Date;
|
5503
5504
|
deletedAt: Date | null;
|
@@ -5506,7 +5507,6 @@ export declare const messengerContract: {
|
|
5506
5507
|
bucketName: string;
|
5507
5508
|
fileSize: number;
|
5508
5509
|
fileUrl: string | null;
|
5509
|
-
status?: string | undefined;
|
5510
5510
|
}[];
|
5511
5511
|
}[];
|
5512
5512
|
company: {
|
@@ -5761,6 +5761,7 @@ export declare const messengerContract: {
|
|
5761
5761
|
platformId: string;
|
5762
5762
|
upload: {
|
5763
5763
|
id: string;
|
5764
|
+
status: string | null;
|
5764
5765
|
createdAt: Date;
|
5765
5766
|
updatedAt: Date;
|
5766
5767
|
deletedAt: Date | null;
|
@@ -5769,7 +5770,6 @@ export declare const messengerContract: {
|
|
5769
5770
|
bucketName: string;
|
5770
5771
|
fileSize: number;
|
5771
5772
|
fileUrl: string | null;
|
5772
|
-
status?: string | undefined;
|
5773
5773
|
};
|
5774
5774
|
assignee: {
|
5775
5775
|
id: string;
|
@@ -5970,6 +5970,7 @@ export declare const messengerContract: {
|
|
5970
5970
|
platformId: string;
|
5971
5971
|
upload: {
|
5972
5972
|
id: string;
|
5973
|
+
status: string | null;
|
5973
5974
|
createdAt: Date;
|
5974
5975
|
updatedAt: Date;
|
5975
5976
|
deletedAt: Date | null;
|
@@ -5978,7 +5979,6 @@ export declare const messengerContract: {
|
|
5978
5979
|
bucketName: string;
|
5979
5980
|
fileSize: number;
|
5980
5981
|
fileUrl: string | null;
|
5981
|
-
status?: string | undefined;
|
5982
5982
|
};
|
5983
5983
|
assignee: {
|
5984
5984
|
id: string;
|
@@ -6191,6 +6191,7 @@ export declare const messengerContract: {
|
|
6191
6191
|
dateValue: Date | null;
|
6192
6192
|
uploads: {
|
6193
6193
|
id: string;
|
6194
|
+
status: string | null;
|
6194
6195
|
createdAt: Date;
|
6195
6196
|
updatedAt: Date;
|
6196
6197
|
deletedAt: Date | null;
|
@@ -6199,7 +6200,6 @@ export declare const messengerContract: {
|
|
6199
6200
|
bucketName: string;
|
6200
6201
|
fileSize: number;
|
6201
6202
|
fileUrl: string | null;
|
6202
|
-
status?: string | undefined;
|
6203
6203
|
}[];
|
6204
6204
|
}[];
|
6205
6205
|
company: {
|
@@ -6454,6 +6454,7 @@ export declare const messengerContract: {
|
|
6454
6454
|
platformId: string;
|
6455
6455
|
upload: {
|
6456
6456
|
id: string;
|
6457
|
+
status: string | null;
|
6457
6458
|
createdAt: Date;
|
6458
6459
|
updatedAt: Date;
|
6459
6460
|
deletedAt: Date | null;
|
@@ -6462,7 +6463,6 @@ export declare const messengerContract: {
|
|
6462
6463
|
bucketName: string;
|
6463
6464
|
fileSize: number;
|
6464
6465
|
fileUrl: string | null;
|
6465
|
-
status?: string | undefined;
|
6466
6466
|
};
|
6467
6467
|
assignee: {
|
6468
6468
|
id: string;
|
@@ -6665,6 +6665,7 @@ export declare const messengerContract: {
|
|
6665
6665
|
platformId: string;
|
6666
6666
|
upload: {
|
6667
6667
|
id: string;
|
6668
|
+
status: string | null;
|
6668
6669
|
createdAt: Date;
|
6669
6670
|
updatedAt: Date;
|
6670
6671
|
deletedAt: Date | null;
|
@@ -6673,7 +6674,6 @@ export declare const messengerContract: {
|
|
6673
6674
|
bucketName: string;
|
6674
6675
|
fileSize: number;
|
6675
6676
|
fileUrl: string | null;
|
6676
|
-
status?: string | undefined;
|
6677
6677
|
};
|
6678
6678
|
assignee: {
|
6679
6679
|
id: string;
|
@@ -6886,6 +6886,7 @@ export declare const messengerContract: {
|
|
6886
6886
|
dateValue: Date | null;
|
6887
6887
|
uploads: {
|
6888
6888
|
id: string;
|
6889
|
+
status: string | null;
|
6889
6890
|
createdAt: Date;
|
6890
6891
|
updatedAt: Date;
|
6891
6892
|
deletedAt: Date | null;
|
@@ -6894,7 +6895,6 @@ export declare const messengerContract: {
|
|
6894
6895
|
bucketName: string;
|
6895
6896
|
fileSize: number;
|
6896
6897
|
fileUrl: string | null;
|
6897
|
-
status?: string | undefined;
|
6898
6898
|
}[];
|
6899
6899
|
}[];
|
6900
6900
|
company: {
|
@@ -7149,6 +7149,7 @@ export declare const messengerContract: {
|
|
7149
7149
|
platformId: string;
|
7150
7150
|
upload: {
|
7151
7151
|
id: string;
|
7152
|
+
status: string | null;
|
7152
7153
|
createdAt: Date;
|
7153
7154
|
updatedAt: Date;
|
7154
7155
|
deletedAt: Date | null;
|
@@ -7157,7 +7158,6 @@ export declare const messengerContract: {
|
|
7157
7158
|
bucketName: string;
|
7158
7159
|
fileSize: number;
|
7159
7160
|
fileUrl: string | null;
|
7160
|
-
status?: string | undefined;
|
7161
7161
|
};
|
7162
7162
|
assignee: {
|
7163
7163
|
id: string;
|
@@ -7361,6 +7361,7 @@ export declare const messengerContract: {
|
|
7361
7361
|
platformId: string;
|
7362
7362
|
upload: {
|
7363
7363
|
id: string;
|
7364
|
+
status: string | null;
|
7364
7365
|
createdAt: Date;
|
7365
7366
|
updatedAt: Date;
|
7366
7367
|
deletedAt: Date | null;
|
@@ -7369,7 +7370,6 @@ export declare const messengerContract: {
|
|
7369
7370
|
bucketName: string;
|
7370
7371
|
fileSize: number;
|
7371
7372
|
fileUrl: string | null;
|
7372
|
-
status?: string | undefined;
|
7373
7373
|
};
|
7374
7374
|
assignee: {
|
7375
7375
|
id: string;
|
@@ -7582,6 +7582,7 @@ export declare const messengerContract: {
|
|
7582
7582
|
dateValue: Date | null;
|
7583
7583
|
uploads: {
|
7584
7584
|
id: string;
|
7585
|
+
status: string | null;
|
7585
7586
|
createdAt: Date;
|
7586
7587
|
updatedAt: Date;
|
7587
7588
|
deletedAt: Date | null;
|
@@ -7590,7 +7591,6 @@ export declare const messengerContract: {
|
|
7590
7591
|
bucketName: string;
|
7591
7592
|
fileSize: number;
|
7592
7593
|
fileUrl: string | null;
|
7593
|
-
status?: string | undefined;
|
7594
7594
|
}[];
|
7595
7595
|
}[];
|
7596
7596
|
company: {
|
@@ -7845,6 +7845,7 @@ export declare const messengerContract: {
|
|
7845
7845
|
platformId: string;
|
7846
7846
|
upload: {
|
7847
7847
|
id: string;
|
7848
|
+
status: string | null;
|
7848
7849
|
createdAt: Date;
|
7849
7850
|
updatedAt: Date;
|
7850
7851
|
deletedAt: Date | null;
|
@@ -7853,7 +7854,6 @@ export declare const messengerContract: {
|
|
7853
7854
|
bucketName: string;
|
7854
7855
|
fileSize: number;
|
7855
7856
|
fileUrl: string | null;
|
7856
|
-
status?: string | undefined;
|
7857
7857
|
};
|
7858
7858
|
assignee: {
|
7859
7859
|
id: string;
|
@@ -656,9 +656,10 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
656
656
|
fileSize: z.ZodNumber;
|
657
657
|
fileKey: z.ZodString;
|
658
658
|
fileUrl: z.ZodNullable<z.ZodString>;
|
659
|
-
status: z.
|
659
|
+
status: z.ZodNullable<z.ZodString>;
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
661
661
|
id: string;
|
662
|
+
status: string | null;
|
662
663
|
createdAt: Date;
|
663
664
|
updatedAt: Date;
|
664
665
|
deletedAt: Date | null;
|
@@ -667,9 +668,9 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
667
668
|
bucketName: string;
|
668
669
|
fileSize: number;
|
669
670
|
fileUrl: string | null;
|
670
|
-
status?: string | undefined;
|
671
671
|
}, {
|
672
672
|
id: string;
|
673
|
+
status: string | null;
|
673
674
|
createdAt: Date;
|
674
675
|
updatedAt: Date;
|
675
676
|
deletedAt: Date | null;
|
@@ -678,7 +679,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
678
679
|
bucketName: string;
|
679
680
|
fileSize: number;
|
680
681
|
fileUrl: string | null;
|
681
|
-
status?: string | undefined;
|
682
682
|
}>, "many">;
|
683
683
|
}, "strip", z.ZodTypeAny, {
|
684
684
|
id: string;
|
@@ -705,6 +705,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
705
705
|
dateValue: Date | null;
|
706
706
|
uploads: {
|
707
707
|
id: string;
|
708
|
+
status: string | null;
|
708
709
|
createdAt: Date;
|
709
710
|
updatedAt: Date;
|
710
711
|
deletedAt: Date | null;
|
@@ -713,7 +714,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
713
714
|
bucketName: string;
|
714
715
|
fileSize: number;
|
715
716
|
fileUrl: string | null;
|
716
|
-
status?: string | undefined;
|
717
717
|
}[];
|
718
718
|
}, {
|
719
719
|
id: string;
|
@@ -740,6 +740,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
740
740
|
dateValue: Date | null;
|
741
741
|
uploads: {
|
742
742
|
id: string;
|
743
|
+
status: string | null;
|
743
744
|
createdAt: Date;
|
744
745
|
updatedAt: Date;
|
745
746
|
deletedAt: Date | null;
|
@@ -748,7 +749,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
748
749
|
bucketName: string;
|
749
750
|
fileSize: number;
|
750
751
|
fileUrl: string | null;
|
751
|
-
status?: string | undefined;
|
752
752
|
}[];
|
753
753
|
}>, "many">;
|
754
754
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -888,6 +888,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
888
888
|
dateValue: Date | null;
|
889
889
|
uploads: {
|
890
890
|
id: string;
|
891
|
+
status: string | null;
|
891
892
|
createdAt: Date;
|
892
893
|
updatedAt: Date;
|
893
894
|
deletedAt: Date | null;
|
@@ -896,7 +897,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
896
897
|
bucketName: string;
|
897
898
|
fileSize: number;
|
898
899
|
fileUrl: string | null;
|
899
|
-
status?: string | undefined;
|
900
900
|
}[];
|
901
901
|
}[];
|
902
902
|
company: {
|
@@ -984,6 +984,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
984
984
|
dateValue: Date | null;
|
985
985
|
uploads: {
|
986
986
|
id: string;
|
987
|
+
status: string | null;
|
987
988
|
createdAt: Date;
|
988
989
|
updatedAt: Date;
|
989
990
|
deletedAt: Date | null;
|
@@ -992,7 +993,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
992
993
|
bucketName: string;
|
993
994
|
fileSize: number;
|
994
995
|
fileUrl: string | null;
|
995
|
-
status?: string | undefined;
|
996
996
|
}[];
|
997
997
|
}[];
|
998
998
|
company: {
|
@@ -1093,6 +1093,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1093
1093
|
dateValue: Date | null;
|
1094
1094
|
uploads: {
|
1095
1095
|
id: string;
|
1096
|
+
status: string | null;
|
1096
1097
|
createdAt: Date;
|
1097
1098
|
updatedAt: Date;
|
1098
1099
|
deletedAt: Date | null;
|
@@ -1101,7 +1102,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1101
1102
|
bucketName: string;
|
1102
1103
|
fileSize: number;
|
1103
1104
|
fileUrl: string | null;
|
1104
|
-
status?: string | undefined;
|
1105
1105
|
}[];
|
1106
1106
|
}[];
|
1107
1107
|
company: {
|
@@ -1204,6 +1204,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1204
1204
|
dateValue: Date | null;
|
1205
1205
|
uploads: {
|
1206
1206
|
id: string;
|
1207
|
+
status: string | null;
|
1207
1208
|
createdAt: Date;
|
1208
1209
|
updatedAt: Date;
|
1209
1210
|
deletedAt: Date | null;
|
@@ -1212,7 +1213,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1212
1213
|
bucketName: string;
|
1213
1214
|
fileSize: number;
|
1214
1215
|
fileUrl: string | null;
|
1215
|
-
status?: string | undefined;
|
1216
1216
|
}[];
|
1217
1217
|
}[];
|
1218
1218
|
company: {
|
@@ -1385,6 +1385,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1385
1385
|
dateValue: Date | null;
|
1386
1386
|
uploads: {
|
1387
1387
|
id: string;
|
1388
|
+
status: string | null;
|
1388
1389
|
createdAt: Date;
|
1389
1390
|
updatedAt: Date;
|
1390
1391
|
deletedAt: Date | null;
|
@@ -1393,7 +1394,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1393
1394
|
bucketName: string;
|
1394
1395
|
fileSize: number;
|
1395
1396
|
fileUrl: string | null;
|
1396
|
-
status?: string | undefined;
|
1397
1397
|
}[];
|
1398
1398
|
}[];
|
1399
1399
|
company: {
|
@@ -1561,6 +1561,7 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1561
1561
|
dateValue: Date | null;
|
1562
1562
|
uploads: {
|
1563
1563
|
id: string;
|
1564
|
+
status: string | null;
|
1564
1565
|
createdAt: Date;
|
1565
1566
|
updatedAt: Date;
|
1566
1567
|
deletedAt: Date | null;
|
@@ -1569,7 +1570,6 @@ export declare const ReconnectMessengerSchema: z.ZodObject<{
|
|
1569
1570
|
bucketName: string;
|
1570
1571
|
fileSize: number;
|
1571
1572
|
fileUrl: string | null;
|
1572
|
-
status?: string | undefined;
|
1573
1573
|
}[];
|
1574
1574
|
}[];
|
1575
1575
|
company: {
|