@kl1/contracts 1.1.40-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 +2201 -2205
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2200 -2204
- 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/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 +681 -56736
- 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 +48 -54
- 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/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 +26 -26
- package/package.json +1 -1
@@ -353,9 +353,10 @@ export declare const chatContract: {
|
|
353
353
|
fileSize: z.ZodNumber;
|
354
354
|
fileKey: z.ZodString;
|
355
355
|
fileUrl: z.ZodNullable<z.ZodString>;
|
356
|
-
status: z.
|
356
|
+
status: z.ZodNullable<z.ZodString>;
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
358
358
|
id: string;
|
359
|
+
status: string | null;
|
359
360
|
createdAt: Date;
|
360
361
|
updatedAt: Date;
|
361
362
|
deletedAt: Date | null;
|
@@ -364,9 +365,9 @@ export declare const chatContract: {
|
|
364
365
|
bucketName: string;
|
365
366
|
fileSize: number;
|
366
367
|
fileUrl: string | null;
|
367
|
-
status?: string | undefined;
|
368
368
|
}, {
|
369
369
|
id: string;
|
370
|
+
status: string | null;
|
370
371
|
createdAt: Date;
|
371
372
|
updatedAt: Date;
|
372
373
|
deletedAt: Date | null;
|
@@ -375,7 +376,6 @@ export declare const chatContract: {
|
|
375
376
|
bucketName: string;
|
376
377
|
fileSize: number;
|
377
378
|
fileUrl: string | null;
|
378
|
-
status?: string | undefined;
|
379
379
|
}>, "many">;
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
381
381
|
id: string;
|
@@ -402,6 +402,7 @@ export declare const chatContract: {
|
|
402
402
|
dateValue: Date | null;
|
403
403
|
uploads: {
|
404
404
|
id: string;
|
405
|
+
status: string | null;
|
405
406
|
createdAt: Date;
|
406
407
|
updatedAt: Date;
|
407
408
|
deletedAt: Date | null;
|
@@ -410,7 +411,6 @@ export declare const chatContract: {
|
|
410
411
|
bucketName: string;
|
411
412
|
fileSize: number;
|
412
413
|
fileUrl: string | null;
|
413
|
-
status?: string | undefined;
|
414
414
|
}[];
|
415
415
|
}, {
|
416
416
|
id: string;
|
@@ -437,6 +437,7 @@ export declare const chatContract: {
|
|
437
437
|
dateValue: Date | null;
|
438
438
|
uploads: {
|
439
439
|
id: string;
|
440
|
+
status: string | null;
|
440
441
|
createdAt: Date;
|
441
442
|
updatedAt: Date;
|
442
443
|
deletedAt: Date | null;
|
@@ -445,7 +446,6 @@ export declare const chatContract: {
|
|
445
446
|
bucketName: string;
|
446
447
|
fileSize: number;
|
447
448
|
fileUrl: string | null;
|
448
|
-
status?: string | undefined;
|
449
449
|
}[];
|
450
450
|
}>, "many">;
|
451
451
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -585,6 +585,7 @@ export declare const chatContract: {
|
|
585
585
|
dateValue: Date | null;
|
586
586
|
uploads: {
|
587
587
|
id: string;
|
588
|
+
status: string | null;
|
588
589
|
createdAt: Date;
|
589
590
|
updatedAt: Date;
|
590
591
|
deletedAt: Date | null;
|
@@ -593,7 +594,6 @@ export declare const chatContract: {
|
|
593
594
|
bucketName: string;
|
594
595
|
fileSize: number;
|
595
596
|
fileUrl: string | null;
|
596
|
-
status?: string | undefined;
|
597
597
|
}[];
|
598
598
|
}[];
|
599
599
|
company: {
|
@@ -681,6 +681,7 @@ export declare const chatContract: {
|
|
681
681
|
dateValue: Date | null;
|
682
682
|
uploads: {
|
683
683
|
id: string;
|
684
|
+
status: string | null;
|
684
685
|
createdAt: Date;
|
685
686
|
updatedAt: Date;
|
686
687
|
deletedAt: Date | null;
|
@@ -689,7 +690,6 @@ export declare const chatContract: {
|
|
689
690
|
bucketName: string;
|
690
691
|
fileSize: number;
|
691
692
|
fileUrl: string | null;
|
692
|
-
status?: string | undefined;
|
693
693
|
}[];
|
694
694
|
}[];
|
695
695
|
company: {
|
@@ -790,6 +790,7 @@ export declare const chatContract: {
|
|
790
790
|
dateValue: Date | null;
|
791
791
|
uploads: {
|
792
792
|
id: string;
|
793
|
+
status: string | null;
|
793
794
|
createdAt: Date;
|
794
795
|
updatedAt: Date;
|
795
796
|
deletedAt: Date | null;
|
@@ -798,7 +799,6 @@ export declare const chatContract: {
|
|
798
799
|
bucketName: string;
|
799
800
|
fileSize: number;
|
800
801
|
fileUrl: string | null;
|
801
|
-
status?: string | undefined;
|
802
802
|
}[];
|
803
803
|
}[];
|
804
804
|
company: {
|
@@ -901,6 +901,7 @@ export declare const chatContract: {
|
|
901
901
|
dateValue: Date | null;
|
902
902
|
uploads: {
|
903
903
|
id: string;
|
904
|
+
status: string | null;
|
904
905
|
createdAt: Date;
|
905
906
|
updatedAt: Date;
|
906
907
|
deletedAt: Date | null;
|
@@ -909,7 +910,6 @@ export declare const chatContract: {
|
|
909
910
|
bucketName: string;
|
910
911
|
fileSize: number;
|
911
912
|
fileUrl: string | null;
|
912
|
-
status?: string | undefined;
|
913
913
|
}[];
|
914
914
|
}[];
|
915
915
|
company: {
|
@@ -2352,6 +2352,7 @@ export declare const chatContract: {
|
|
2352
2352
|
dateValue: Date | null;
|
2353
2353
|
uploads: {
|
2354
2354
|
id: string;
|
2355
|
+
status: string | null;
|
2355
2356
|
createdAt: Date;
|
2356
2357
|
updatedAt: Date;
|
2357
2358
|
deletedAt: Date | null;
|
@@ -2360,7 +2361,6 @@ export declare const chatContract: {
|
|
2360
2361
|
bucketName: string;
|
2361
2362
|
fileSize: number;
|
2362
2363
|
fileUrl: string | null;
|
2363
|
-
status?: string | undefined;
|
2364
2364
|
}[];
|
2365
2365
|
}[];
|
2366
2366
|
company: {
|
@@ -2710,6 +2710,7 @@ export declare const chatContract: {
|
|
2710
2710
|
dateValue: Date | null;
|
2711
2711
|
uploads: {
|
2712
2712
|
id: string;
|
2713
|
+
status: string | null;
|
2713
2714
|
createdAt: Date;
|
2714
2715
|
updatedAt: Date;
|
2715
2716
|
deletedAt: Date | null;
|
@@ -2718,7 +2719,6 @@ export declare const chatContract: {
|
|
2718
2719
|
bucketName: string;
|
2719
2720
|
fileSize: number;
|
2720
2721
|
fileUrl: string | null;
|
2721
|
-
status?: string | undefined;
|
2722
2722
|
}[];
|
2723
2723
|
}[];
|
2724
2724
|
company: {
|
@@ -3070,6 +3070,7 @@ export declare const chatContract: {
|
|
3070
3070
|
dateValue: Date | null;
|
3071
3071
|
uploads: {
|
3072
3072
|
id: string;
|
3073
|
+
status: string | null;
|
3073
3074
|
createdAt: Date;
|
3074
3075
|
updatedAt: Date;
|
3075
3076
|
deletedAt: Date | null;
|
@@ -3078,7 +3079,6 @@ export declare const chatContract: {
|
|
3078
3079
|
bucketName: string;
|
3079
3080
|
fileSize: number;
|
3080
3081
|
fileUrl: string | null;
|
3081
|
-
status?: string | undefined;
|
3082
3082
|
}[];
|
3083
3083
|
}[];
|
3084
3084
|
company: {
|
@@ -3431,6 +3431,7 @@ export declare const chatContract: {
|
|
3431
3431
|
dateValue: Date | null;
|
3432
3432
|
uploads: {
|
3433
3433
|
id: string;
|
3434
|
+
status: string | null;
|
3434
3435
|
createdAt: Date;
|
3435
3436
|
updatedAt: Date;
|
3436
3437
|
deletedAt: Date | null;
|
@@ -3439,7 +3440,6 @@ export declare const chatContract: {
|
|
3439
3440
|
bucketName: string;
|
3440
3441
|
fileSize: number;
|
3441
3442
|
fileUrl: string | null;
|
3442
|
-
status?: string | undefined;
|
3443
3443
|
}[];
|
3444
3444
|
}[];
|
3445
3445
|
company: {
|
@@ -4568,9 +4568,10 @@ export declare const chatContract: {
|
|
4568
4568
|
fileSize: z.ZodNumber;
|
4569
4569
|
fileKey: z.ZodString;
|
4570
4570
|
fileUrl: z.ZodNullable<z.ZodString>;
|
4571
|
-
status: z.
|
4571
|
+
status: z.ZodNullable<z.ZodString>;
|
4572
4572
|
}, "strip", z.ZodTypeAny, {
|
4573
4573
|
id: string;
|
4574
|
+
status: string | null;
|
4574
4575
|
createdAt: Date;
|
4575
4576
|
updatedAt: Date;
|
4576
4577
|
deletedAt: Date | null;
|
@@ -4579,9 +4580,9 @@ export declare const chatContract: {
|
|
4579
4580
|
bucketName: string;
|
4580
4581
|
fileSize: number;
|
4581
4582
|
fileUrl: string | null;
|
4582
|
-
status?: string | undefined;
|
4583
4583
|
}, {
|
4584
4584
|
id: string;
|
4585
|
+
status: string | null;
|
4585
4586
|
createdAt: Date;
|
4586
4587
|
updatedAt: Date;
|
4587
4588
|
deletedAt: Date | null;
|
@@ -4590,7 +4591,6 @@ export declare const chatContract: {
|
|
4590
4591
|
bucketName: string;
|
4591
4592
|
fileSize: number;
|
4592
4593
|
fileUrl: string | null;
|
4593
|
-
status?: string | undefined;
|
4594
4594
|
}>, "many">;
|
4595
4595
|
}, "strip", z.ZodTypeAny, {
|
4596
4596
|
id: string;
|
@@ -4617,6 +4617,7 @@ export declare const chatContract: {
|
|
4617
4617
|
dateValue: Date | null;
|
4618
4618
|
uploads: {
|
4619
4619
|
id: string;
|
4620
|
+
status: string | null;
|
4620
4621
|
createdAt: Date;
|
4621
4622
|
updatedAt: Date;
|
4622
4623
|
deletedAt: Date | null;
|
@@ -4625,7 +4626,6 @@ export declare const chatContract: {
|
|
4625
4626
|
bucketName: string;
|
4626
4627
|
fileSize: number;
|
4627
4628
|
fileUrl: string | null;
|
4628
|
-
status?: string | undefined;
|
4629
4629
|
}[];
|
4630
4630
|
}, {
|
4631
4631
|
id: string;
|
@@ -4652,6 +4652,7 @@ export declare const chatContract: {
|
|
4652
4652
|
dateValue: Date | null;
|
4653
4653
|
uploads: {
|
4654
4654
|
id: string;
|
4655
|
+
status: string | null;
|
4655
4656
|
createdAt: Date;
|
4656
4657
|
updatedAt: Date;
|
4657
4658
|
deletedAt: Date | null;
|
@@ -4660,7 +4661,6 @@ export declare const chatContract: {
|
|
4660
4661
|
bucketName: string;
|
4661
4662
|
fileSize: number;
|
4662
4663
|
fileUrl: string | null;
|
4663
|
-
status?: string | undefined;
|
4664
4664
|
}[];
|
4665
4665
|
}>, "many">;
|
4666
4666
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -4800,6 +4800,7 @@ export declare const chatContract: {
|
|
4800
4800
|
dateValue: Date | null;
|
4801
4801
|
uploads: {
|
4802
4802
|
id: string;
|
4803
|
+
status: string | null;
|
4803
4804
|
createdAt: Date;
|
4804
4805
|
updatedAt: Date;
|
4805
4806
|
deletedAt: Date | null;
|
@@ -4808,7 +4809,6 @@ export declare const chatContract: {
|
|
4808
4809
|
bucketName: string;
|
4809
4810
|
fileSize: number;
|
4810
4811
|
fileUrl: string | null;
|
4811
|
-
status?: string | undefined;
|
4812
4812
|
}[];
|
4813
4813
|
}[];
|
4814
4814
|
company: {
|
@@ -4896,6 +4896,7 @@ export declare const chatContract: {
|
|
4896
4896
|
dateValue: Date | null;
|
4897
4897
|
uploads: {
|
4898
4898
|
id: string;
|
4899
|
+
status: string | null;
|
4899
4900
|
createdAt: Date;
|
4900
4901
|
updatedAt: Date;
|
4901
4902
|
deletedAt: Date | null;
|
@@ -4904,7 +4905,6 @@ export declare const chatContract: {
|
|
4904
4905
|
bucketName: string;
|
4905
4906
|
fileSize: number;
|
4906
4907
|
fileUrl: string | null;
|
4907
|
-
status?: string | undefined;
|
4908
4908
|
}[];
|
4909
4909
|
}[];
|
4910
4910
|
company: {
|
@@ -5005,6 +5005,7 @@ export declare const chatContract: {
|
|
5005
5005
|
dateValue: Date | null;
|
5006
5006
|
uploads: {
|
5007
5007
|
id: string;
|
5008
|
+
status: string | null;
|
5008
5009
|
createdAt: Date;
|
5009
5010
|
updatedAt: Date;
|
5010
5011
|
deletedAt: Date | null;
|
@@ -5013,7 +5014,6 @@ export declare const chatContract: {
|
|
5013
5014
|
bucketName: string;
|
5014
5015
|
fileSize: number;
|
5015
5016
|
fileUrl: string | null;
|
5016
|
-
status?: string | undefined;
|
5017
5017
|
}[];
|
5018
5018
|
}[];
|
5019
5019
|
company: {
|
@@ -5116,6 +5116,7 @@ export declare const chatContract: {
|
|
5116
5116
|
dateValue: Date | null;
|
5117
5117
|
uploads: {
|
5118
5118
|
id: string;
|
5119
|
+
status: string | null;
|
5119
5120
|
createdAt: Date;
|
5120
5121
|
updatedAt: Date;
|
5121
5122
|
deletedAt: Date | null;
|
@@ -5124,7 +5125,6 @@ export declare const chatContract: {
|
|
5124
5125
|
bucketName: string;
|
5125
5126
|
fileSize: number;
|
5126
5127
|
fileUrl: string | null;
|
5127
|
-
status?: string | undefined;
|
5128
5128
|
}[];
|
5129
5129
|
}[];
|
5130
5130
|
company: {
|
@@ -6001,6 +6001,7 @@ export declare const chatContract: {
|
|
6001
6001
|
dateValue: Date | null;
|
6002
6002
|
uploads: {
|
6003
6003
|
id: string;
|
6004
|
+
status: string | null;
|
6004
6005
|
createdAt: Date;
|
6005
6006
|
updatedAt: Date;
|
6006
6007
|
deletedAt: Date | null;
|
@@ -6009,7 +6010,6 @@ export declare const chatContract: {
|
|
6009
6010
|
bucketName: string;
|
6010
6011
|
fileSize: number;
|
6011
6012
|
fileUrl: string | null;
|
6012
|
-
status?: string | undefined;
|
6013
6013
|
}[];
|
6014
6014
|
}[];
|
6015
6015
|
company: {
|
@@ -6360,6 +6360,7 @@ export declare const chatContract: {
|
|
6360
6360
|
dateValue: Date | null;
|
6361
6361
|
uploads: {
|
6362
6362
|
id: string;
|
6363
|
+
status: string | null;
|
6363
6364
|
createdAt: Date;
|
6364
6365
|
updatedAt: Date;
|
6365
6366
|
deletedAt: Date | null;
|
@@ -6368,7 +6369,6 @@ export declare const chatContract: {
|
|
6368
6369
|
bucketName: string;
|
6369
6370
|
fileSize: number;
|
6370
6371
|
fileUrl: string | null;
|
6371
|
-
status?: string | undefined;
|
6372
6372
|
}[];
|
6373
6373
|
}[];
|
6374
6374
|
company: {
|
@@ -6721,6 +6721,7 @@ export declare const chatContract: {
|
|
6721
6721
|
dateValue: Date | null;
|
6722
6722
|
uploads: {
|
6723
6723
|
id: string;
|
6724
|
+
status: string | null;
|
6724
6725
|
createdAt: Date;
|
6725
6726
|
updatedAt: Date;
|
6726
6727
|
deletedAt: Date | null;
|
@@ -6729,7 +6730,6 @@ export declare const chatContract: {
|
|
6729
6730
|
bucketName: string;
|
6730
6731
|
fileSize: number;
|
6731
6732
|
fileUrl: string | null;
|
6732
|
-
status?: string | undefined;
|
6733
6733
|
}[];
|
6734
6734
|
}[];
|
6735
6735
|
company: {
|
@@ -7083,6 +7083,7 @@ export declare const chatContract: {
|
|
7083
7083
|
dateValue: Date | null;
|
7084
7084
|
uploads: {
|
7085
7085
|
id: string;
|
7086
|
+
status: string | null;
|
7086
7087
|
createdAt: Date;
|
7087
7088
|
updatedAt: Date;
|
7088
7089
|
deletedAt: Date | null;
|
@@ -7091,7 +7092,6 @@ export declare const chatContract: {
|
|
7091
7092
|
bucketName: string;
|
7092
7093
|
fileSize: number;
|
7093
7094
|
fileUrl: string | null;
|
7094
|
-
status?: string | undefined;
|
7095
7095
|
}[];
|
7096
7096
|
}[];
|
7097
7097
|
company: {
|