@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.
Files changed (61) hide show
  1. package/dist/index.js +2215 -2197
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +2214 -2196
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/botpress/index.d.ts +538 -0
  6. package/dist/src/botpress/index.d.ts.map +1 -0
  7. package/dist/src/botpress/schema.d.ts +81 -0
  8. package/dist/src/botpress/schema.d.ts.map +1 -0
  9. package/dist/src/botpress/validation.d.ts +220 -0
  10. package/dist/src/botpress/validation.d.ts.map +1 -0
  11. package/dist/src/business-calendar/index.d.ts +21 -0
  12. package/dist/src/business-calendar/index.d.ts.map +1 -1
  13. package/dist/src/business-calendar/schema.d.ts +8 -0
  14. package/dist/src/business-calendar/schema.d.ts.map +1 -1
  15. package/dist/src/chat/index.d.ts +34445 -34443
  16. package/dist/src/chat/index.d.ts.map +1 -1
  17. package/dist/src/chat/schema.d.ts +50 -50
  18. package/dist/src/chat/validation.d.ts +46 -46
  19. package/dist/src/comment/index.d.ts +68 -68
  20. package/dist/src/comment/schema.d.ts +20 -20
  21. package/dist/src/contact/index.d.ts +79 -79
  22. package/dist/src/contact/schema.d.ts +12 -12
  23. package/dist/src/contact/validation.d.ts +49 -49
  24. package/dist/src/contract.d.ts +1238 -57196
  25. package/dist/src/contract.d.ts.map +1 -1
  26. package/dist/src/contract2.d.ts +2 -0
  27. package/dist/src/contract2.d.ts.map +1 -0
  28. package/dist/src/cx-log/index.d.ts +106 -49
  29. package/dist/src/cx-log/index.d.ts.map +1 -1
  30. package/dist/src/cx-log/schema.d.ts +40 -40
  31. package/dist/src/index.d.ts +1 -0
  32. package/dist/src/index.d.ts.map +1 -1
  33. package/dist/src/instagram/index.d.ts +31 -31
  34. package/dist/src/line/index.d.ts +31 -31
  35. package/dist/src/mail/mail-contract.d.ts +7 -7
  36. package/dist/src/mail/room-contract.d.ts +7 -7
  37. package/dist/src/mail/schemas/room.schema.d.ts +5 -5
  38. package/dist/src/messenger/index.d.ts +31 -31
  39. package/dist/src/messenger/validation.d.ts +11 -11
  40. package/dist/src/public-api/index.d.ts +59 -59
  41. package/dist/src/public-api/schema.d.ts +12 -12
  42. package/dist/src/public-api/validation.d.ts +19 -19
  43. package/dist/src/snippet/index.d.ts +105 -105
  44. package/dist/src/snippet/schema.d.ts +40 -40
  45. package/dist/src/telephony-cdr/call-report.schema.d.ts +36 -10
  46. package/dist/src/telephony-cdr/call-report.schema.d.ts.map +1 -1
  47. package/dist/src/telephony-cdr/index.d.ts +54 -54
  48. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  49. package/dist/src/ticket/index.d.ts +111 -111
  50. package/dist/src/ticket/schema.d.ts +21 -21
  51. package/dist/src/upload/schema.d.ts +3 -3
  52. package/dist/src/viber/index.d.ts +31 -31
  53. package/dist/src/webchat/index.d.ts +32 -34
  54. package/dist/src/webchat/index.d.ts.map +1 -1
  55. package/dist/src/workflow-rule/index.d.ts +36 -26
  56. package/dist/src/workflow-rule/index.d.ts.map +1 -1
  57. package/dist/src/wrap-up-form/index.d.ts +3 -0
  58. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  59. package/dist/src/wrap-up-form/validation.d.ts +3 -0
  60. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  61. package/package.json +1 -1
@@ -512,9 +512,10 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
512
512
  fileSize: z.ZodNumber;
513
513
  fileKey: z.ZodString;
514
514
  fileUrl: z.ZodNullable<z.ZodString>;
515
- status: z.ZodOptional<z.ZodString>;
515
+ status: z.ZodNullable<z.ZodString>;
516
516
  }, "strip", z.ZodTypeAny, {
517
517
  id: string;
518
+ status: string | null;
518
519
  createdAt: Date;
519
520
  updatedAt: Date;
520
521
  deletedAt: Date | null;
@@ -523,9 +524,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
523
524
  bucketName: string;
524
525
  fileSize: number;
525
526
  fileUrl: string | null;
526
- status?: string | undefined;
527
527
  }, {
528
528
  id: string;
529
+ status: string | null;
529
530
  createdAt: Date;
530
531
  updatedAt: Date;
531
532
  deletedAt: Date | null;
@@ -534,7 +535,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
534
535
  bucketName: string;
535
536
  fileSize: number;
536
537
  fileUrl: string | null;
537
- status?: string | undefined;
538
538
  }>, "many">;
539
539
  }, "strip", z.ZodTypeAny, {
540
540
  id: string;
@@ -561,6 +561,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
561
561
  dateValue: Date | null;
562
562
  uploads: {
563
563
  id: string;
564
+ status: string | null;
564
565
  createdAt: Date;
565
566
  updatedAt: Date;
566
567
  deletedAt: Date | null;
@@ -569,7 +570,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
569
570
  bucketName: string;
570
571
  fileSize: number;
571
572
  fileUrl: string | null;
572
- status?: string | undefined;
573
573
  }[];
574
574
  }, {
575
575
  id: string;
@@ -596,6 +596,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
596
596
  dateValue: Date | null;
597
597
  uploads: {
598
598
  id: string;
599
+ status: string | null;
599
600
  createdAt: Date;
600
601
  updatedAt: Date;
601
602
  deletedAt: Date | null;
@@ -604,7 +605,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
604
605
  bucketName: string;
605
606
  fileSize: number;
606
607
  fileUrl: string | null;
607
- status?: string | undefined;
608
608
  }[];
609
609
  }>, "many">;
610
610
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -744,6 +744,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
744
744
  dateValue: Date | null;
745
745
  uploads: {
746
746
  id: string;
747
+ status: string | null;
747
748
  createdAt: Date;
748
749
  updatedAt: Date;
749
750
  deletedAt: Date | null;
@@ -752,7 +753,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
752
753
  bucketName: string;
753
754
  fileSize: number;
754
755
  fileUrl: string | null;
755
- status?: string | undefined;
756
756
  }[];
757
757
  }[];
758
758
  company: {
@@ -840,6 +840,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
840
840
  dateValue: Date | null;
841
841
  uploads: {
842
842
  id: string;
843
+ status: string | null;
843
844
  createdAt: Date;
844
845
  updatedAt: Date;
845
846
  deletedAt: Date | null;
@@ -848,7 +849,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
848
849
  bucketName: string;
849
850
  fileSize: number;
850
851
  fileUrl: string | null;
851
- status?: string | undefined;
852
852
  }[];
853
853
  }[];
854
854
  company: {
@@ -950,9 +950,10 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
950
950
  fileSize: z.ZodNumber;
951
951
  fileKey: z.ZodString;
952
952
  fileUrl: z.ZodNullable<z.ZodString>;
953
- status: z.ZodOptional<z.ZodString>;
953
+ status: z.ZodNullable<z.ZodString>;
954
954
  }, "strip", z.ZodTypeAny, {
955
955
  id: string;
956
+ status: string | null;
956
957
  createdAt: Date;
957
958
  updatedAt: Date;
958
959
  deletedAt: Date | null;
@@ -961,9 +962,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
961
962
  bucketName: string;
962
963
  fileSize: number;
963
964
  fileUrl: string | null;
964
- status?: string | undefined;
965
965
  }, {
966
966
  id: string;
967
+ status: string | null;
967
968
  createdAt: Date;
968
969
  updatedAt: Date;
969
970
  deletedAt: Date | null;
@@ -972,7 +973,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
972
973
  bucketName: string;
973
974
  fileSize: number;
974
975
  fileUrl: string | null;
975
- status?: string | undefined;
976
976
  }>>>;
977
977
  callParticipants: z.ZodNullable<z.ZodObject<{
978
978
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1937,6 +1937,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
1937
1937
  dateValue: Date | null;
1938
1938
  uploads: {
1939
1939
  id: string;
1940
+ status: string | null;
1940
1941
  createdAt: Date;
1941
1942
  updatedAt: Date;
1942
1943
  deletedAt: Date | null;
@@ -1945,7 +1946,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
1945
1946
  bucketName: string;
1946
1947
  fileSize: number;
1947
1948
  fileUrl: string | null;
1948
- status?: string | undefined;
1949
1949
  }[];
1950
1950
  }[];
1951
1951
  company: {
@@ -2013,6 +2013,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
2013
2013
  } | null | undefined;
2014
2014
  upload?: {
2015
2015
  id: string;
2016
+ status: string | null;
2016
2017
  createdAt: Date;
2017
2018
  updatedAt: Date;
2018
2019
  deletedAt: Date | null;
@@ -2021,7 +2022,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
2021
2022
  bucketName: string;
2022
2023
  fileSize: number;
2023
2024
  fileUrl: string | null;
2024
- status?: string | undefined;
2025
2025
  } | null | undefined;
2026
2026
  extension?: {
2027
2027
  id: string;
@@ -2192,6 +2192,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
2192
2192
  dateValue: Date | null;
2193
2193
  uploads: {
2194
2194
  id: string;
2195
+ status: string | null;
2195
2196
  createdAt: Date;
2196
2197
  updatedAt: Date;
2197
2198
  deletedAt: Date | null;
@@ -2200,7 +2201,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
2200
2201
  bucketName: string;
2201
2202
  fileSize: number;
2202
2203
  fileUrl: string | null;
2203
- status?: string | undefined;
2204
2204
  }[];
2205
2205
  }[];
2206
2206
  company: {
@@ -2268,6 +2268,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
2268
2268
  } | null | undefined;
2269
2269
  upload?: {
2270
2270
  id: string;
2271
+ status: string | null;
2271
2272
  createdAt: Date;
2272
2273
  updatedAt: Date;
2273
2274
  deletedAt: Date | null;
@@ -2276,7 +2277,6 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
2276
2277
  bucketName: string;
2277
2278
  fileSize: number;
2278
2279
  fileUrl: string | null;
2279
- status?: string | undefined;
2280
2280
  } | null | undefined;
2281
2281
  extension?: {
2282
2282
  id: string;