@kl1/contracts 1.2.38-uat → 1.2.39-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 (99) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2349 -2560
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +75 -87
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +84 -98
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +6954 -2629
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +1675 -721
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +1512 -818
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/comment/index.d.ts +68 -68
  14. package/dist/api-contracts/src/comment/schema.d.ts +20 -20
  15. package/dist/api-contracts/src/contact/index.d.ts +97 -97
  16. package/dist/api-contracts/src/contact/schema.d.ts +12 -12
  17. package/dist/api-contracts/src/contact/validation.d.ts +56 -56
  18. package/dist/api-contracts/src/contract.d.ts +13847 -11876
  19. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-intelligence/index.d.ts +87 -0
  21. package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/index.d.ts +190 -143
  23. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/cx-log/schema.d.ts +233 -119
  25. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/dashboard/index.d.ts +77 -99
  27. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  28. package/dist/api-contracts/src/dashboard/schema.d.ts +12 -55
  29. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  30. package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
  31. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  32. package/dist/api-contracts/src/extension/index.d.ts +81 -0
  33. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/facebook-feed/index.d.ts +1466 -1060
  35. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/facebook-feed/schema.d.ts +68 -77
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +53 -60
  39. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  40. package/dist/api-contracts/src/index.d.ts +5 -0
  41. package/dist/api-contracts/src/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/instagram/index.d.ts +1271 -836
  43. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/line/index.d.ts +1204 -757
  45. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  46. package/dist/api-contracts/src/line/validation.d.ts +71 -82
  47. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  48. package/dist/api-contracts/src/mail/mail-contract.d.ts +619 -7
  49. package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
  50. package/dist/api-contracts/src/mail/room-contract.d.ts +619 -7
  51. package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
  52. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +204 -0
  53. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  54. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +165 -5
  55. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
  56. package/dist/api-contracts/src/messenger/index.d.ts +1271 -836
  57. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  58. package/dist/api-contracts/src/messenger/validation.d.ts +53 -60
  59. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  60. package/dist/api-contracts/src/public-api/index.d.ts +59 -59
  61. package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
  62. package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
  63. package/dist/api-contracts/src/sms/index.d.ts +180 -146
  64. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/sms/schema.d.ts +22 -0
  66. package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
  67. package/dist/api-contracts/src/snippet/index.d.ts +105 -105
  68. package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
  69. package/dist/api-contracts/src/telegram/index.d.ts +1091 -626
  70. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  71. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
  72. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +10 -27
  74. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  75. package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
  76. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  77. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
  78. package/dist/api-contracts/src/ticket/index.d.ts +111 -111
  79. package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
  80. package/dist/api-contracts/src/upload/schema.d.ts +3 -3
  81. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
  82. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -10
  84. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/viber/index.d.ts +1091 -626
  86. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  87. package/dist/api-contracts/src/webchat/index.d.ts +1091 -626
  88. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  89. package/dist/api-contracts/src/whatsapp/index.d.ts +1175 -724
  90. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  91. package/dist/api-contracts/src/workflow-rule/index.d.ts +569 -183
  92. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  93. package/dist/entities/src/enums/chat.d.ts +3 -0
  94. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  95. package/dist/index.js +4837 -4272
  96. package/dist/index.js.map +1 -1
  97. package/dist/index.mjs +4830 -4272
  98. package/dist/index.mjs.map +1 -1
  99. package/package.json +7 -3
@@ -122,8 +122,11 @@ export declare const cxLogContract: {
122
122
  channel: z.ZodNullable<z.ZodString>;
123
123
  direction: z.ZodNullable<z.ZodString>;
124
124
  startedDate: z.ZodNullable<z.ZodString>;
125
+ totalHoldDuration: z.ZodNullable<z.ZodString>;
125
126
  handledTime: z.ZodNullable<z.ZodString>;
127
+ fullHandledTime: z.ZodNullable<z.ZodString>;
126
128
  firstResponseTime: z.ZodNullable<z.ZodString>;
129
+ fullResolutionTime: z.ZodNullable<z.ZodString>;
127
130
  firstResponseDate: z.ZodString;
128
131
  resolutionTime: z.ZodNullable<z.ZodString>;
129
132
  resolutionDate: z.ZodString;
@@ -805,9 +808,10 @@ export declare const cxLogContract: {
805
808
  fileSize: z.ZodNumber;
806
809
  fileKey: z.ZodString;
807
810
  fileUrl: z.ZodNullable<z.ZodString>;
808
- status: z.ZodOptional<z.ZodString>;
811
+ status: z.ZodNullable<z.ZodString>;
809
812
  }, "strip", z.ZodTypeAny, {
810
813
  id: string;
814
+ status: string | null;
811
815
  createdAt: Date;
812
816
  updatedAt: Date;
813
817
  deletedAt: Date | null;
@@ -816,9 +820,9 @@ export declare const cxLogContract: {
816
820
  bucketName: string;
817
821
  fileSize: number;
818
822
  fileUrl: string | null;
819
- status?: string | undefined;
820
823
  }, {
821
824
  id: string;
825
+ status: string | null;
822
826
  createdAt: Date;
823
827
  updatedAt: Date;
824
828
  deletedAt: Date | null;
@@ -827,7 +831,6 @@ export declare const cxLogContract: {
827
831
  bucketName: string;
828
832
  fileSize: number;
829
833
  fileUrl: string | null;
830
- status?: string | undefined;
831
834
  }>, "many">;
832
835
  }, "strip", z.ZodTypeAny, {
833
836
  id: string;
@@ -854,6 +857,7 @@ export declare const cxLogContract: {
854
857
  dateValue: Date | null;
855
858
  uploads: {
856
859
  id: string;
860
+ status: string | null;
857
861
  createdAt: Date;
858
862
  updatedAt: Date;
859
863
  deletedAt: Date | null;
@@ -862,7 +866,6 @@ export declare const cxLogContract: {
862
866
  bucketName: string;
863
867
  fileSize: number;
864
868
  fileUrl: string | null;
865
- status?: string | undefined;
866
869
  }[];
867
870
  }, {
868
871
  id: string;
@@ -889,6 +892,7 @@ export declare const cxLogContract: {
889
892
  dateValue: Date | null;
890
893
  uploads: {
891
894
  id: string;
895
+ status: string | null;
892
896
  createdAt: Date;
893
897
  updatedAt: Date;
894
898
  deletedAt: Date | null;
@@ -897,7 +901,6 @@ export declare const cxLogContract: {
897
901
  bucketName: string;
898
902
  fileSize: number;
899
903
  fileUrl: string | null;
900
- status?: string | undefined;
901
904
  }[];
902
905
  }>, "many">;
903
906
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -1037,6 +1040,7 @@ export declare const cxLogContract: {
1037
1040
  dateValue: Date | null;
1038
1041
  uploads: {
1039
1042
  id: string;
1043
+ status: string | null;
1040
1044
  createdAt: Date;
1041
1045
  updatedAt: Date;
1042
1046
  deletedAt: Date | null;
@@ -1045,7 +1049,6 @@ export declare const cxLogContract: {
1045
1049
  bucketName: string;
1046
1050
  fileSize: number;
1047
1051
  fileUrl: string | null;
1048
- status?: string | undefined;
1049
1052
  }[];
1050
1053
  }[];
1051
1054
  company: {
@@ -1148,6 +1151,7 @@ export declare const cxLogContract: {
1148
1151
  dateValue: Date | null;
1149
1152
  uploads: {
1150
1153
  id: string;
1154
+ status: string | null;
1151
1155
  createdAt: Date;
1152
1156
  updatedAt: Date;
1153
1157
  deletedAt: Date | null;
@@ -1156,7 +1160,6 @@ export declare const cxLogContract: {
1156
1160
  bucketName: string;
1157
1161
  fileSize: number;
1158
1162
  fileUrl: string | null;
1159
- status?: string | undefined;
1160
1163
  }[];
1161
1164
  }[];
1162
1165
  company: {
@@ -1272,6 +1275,7 @@ export declare const cxLogContract: {
1272
1275
  dateValue: Date | null;
1273
1276
  uploads: {
1274
1277
  id: string;
1278
+ status: string | null;
1275
1279
  createdAt: Date;
1276
1280
  updatedAt: Date;
1277
1281
  deletedAt: Date | null;
@@ -1280,7 +1284,6 @@ export declare const cxLogContract: {
1280
1284
  bucketName: string;
1281
1285
  fileSize: number;
1282
1286
  fileUrl: string | null;
1283
- status?: string | undefined;
1284
1287
  }[];
1285
1288
  }[];
1286
1289
  company: {
@@ -1398,6 +1401,7 @@ export declare const cxLogContract: {
1398
1401
  dateValue: Date | null;
1399
1402
  uploads: {
1400
1403
  id: string;
1404
+ status: string | null;
1401
1405
  createdAt: Date;
1402
1406
  updatedAt: Date;
1403
1407
  deletedAt: Date | null;
@@ -1406,7 +1410,6 @@ export declare const cxLogContract: {
1406
1410
  bucketName: string;
1407
1411
  fileSize: number;
1408
1412
  fileUrl: string | null;
1409
- status?: string | undefined;
1410
1413
  }[];
1411
1414
  }[];
1412
1415
  company: {
@@ -1903,38 +1906,35 @@ export declare const cxLogContract: {
1903
1906
  additionalCredentials: z.ZodOptional<z.ZodAny>;
1904
1907
  senderId: z.ZodOptional<z.ZodString>;
1905
1908
  whatsapp: z.ZodOptional<z.ZodObject<{
1906
- wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1907
- wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1908
- phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1909
- email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1910
- clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1911
- channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1909
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
1910
+ wabaExternalId: z.ZodString;
1911
+ phoneNumberId: z.ZodString;
1912
+ email: z.ZodString;
1913
+ clientId: z.ZodOptional<z.ZodString>;
1914
+ channelId: z.ZodOptional<z.ZodString>;
1912
1915
  status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
1913
1916
  apiKey: z.ZodOptional<z.ZodString>;
1914
1917
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
1915
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
1916
1918
  }, "strip", z.ZodTypeAny, {
1917
- wabaBusinessId?: string | null | undefined;
1918
- wabaExternalId?: string | null | undefined;
1919
- phoneNumberId?: string | null | undefined;
1920
- email?: string | null | undefined;
1921
- clientId?: string | null | undefined;
1922
- channelId?: string | null | undefined;
1919
+ email: string;
1920
+ wabaExternalId: string;
1921
+ phoneNumberId: string;
1922
+ wabaBusinessId?: string | undefined;
1923
+ clientId?: string | undefined;
1924
+ channelId?: string | undefined;
1923
1925
  status?: "active" | "pending" | undefined;
1924
1926
  apiKey?: string | undefined;
1925
1927
  tier?: "basic" | "regular" | "premium" | undefined;
1926
- integrationType?: "meta" | "360dialog" | undefined;
1927
1928
  }, {
1928
- wabaBusinessId?: string | null | undefined;
1929
- wabaExternalId?: string | null | undefined;
1930
- phoneNumberId?: string | null | undefined;
1931
- email?: string | null | undefined;
1932
- clientId?: string | null | undefined;
1933
- channelId?: string | null | undefined;
1929
+ email: string;
1930
+ wabaExternalId: string;
1931
+ phoneNumberId: string;
1932
+ wabaBusinessId?: string | undefined;
1933
+ clientId?: string | undefined;
1934
+ channelId?: string | undefined;
1934
1935
  status?: "active" | "pending" | undefined;
1935
1936
  apiKey?: string | undefined;
1936
1937
  tier?: "basic" | "regular" | "premium" | undefined;
1937
- integrationType?: "meta" | "360dialog" | undefined;
1938
1938
  }>>;
1939
1939
  vonageCredentials: z.ZodOptional<z.ZodObject<{
1940
1940
  mobileNumber: z.ZodString;
@@ -1959,16 +1959,15 @@ export declare const cxLogContract: {
1959
1959
  additionalCredentials?: any;
1960
1960
  senderId?: string | undefined;
1961
1961
  whatsapp?: {
1962
- wabaBusinessId?: string | null | undefined;
1963
- wabaExternalId?: string | null | undefined;
1964
- phoneNumberId?: string | null | undefined;
1965
- email?: string | null | undefined;
1966
- clientId?: string | null | undefined;
1967
- channelId?: string | null | undefined;
1962
+ email: string;
1963
+ wabaExternalId: string;
1964
+ phoneNumberId: string;
1965
+ wabaBusinessId?: string | undefined;
1966
+ clientId?: string | undefined;
1967
+ channelId?: string | undefined;
1968
1968
  status?: "active" | "pending" | undefined;
1969
1969
  apiKey?: string | undefined;
1970
1970
  tier?: "basic" | "regular" | "premium" | undefined;
1971
- integrationType?: "meta" | "360dialog" | undefined;
1972
1971
  } | undefined;
1973
1972
  vonageCredentials?: {
1974
1973
  apiKey: string;
@@ -1985,16 +1984,15 @@ export declare const cxLogContract: {
1985
1984
  additionalCredentials?: any;
1986
1985
  senderId?: string | undefined;
1987
1986
  whatsapp?: {
1988
- wabaBusinessId?: string | null | undefined;
1989
- wabaExternalId?: string | null | undefined;
1990
- phoneNumberId?: string | null | undefined;
1991
- email?: string | null | undefined;
1992
- clientId?: string | null | undefined;
1993
- channelId?: string | null | undefined;
1987
+ email: string;
1988
+ wabaExternalId: string;
1989
+ phoneNumberId: string;
1990
+ wabaBusinessId?: string | undefined;
1991
+ clientId?: string | undefined;
1992
+ channelId?: string | undefined;
1994
1993
  status?: "active" | "pending" | undefined;
1995
1994
  apiKey?: string | undefined;
1996
1995
  tier?: "basic" | "regular" | "premium" | undefined;
1997
- integrationType?: "meta" | "360dialog" | undefined;
1998
1996
  } | undefined;
1999
1997
  vonageCredentials?: {
2000
1998
  apiKey: string;
@@ -2245,16 +2243,15 @@ export declare const cxLogContract: {
2245
2243
  additionalCredentials?: any;
2246
2244
  senderId?: string | undefined;
2247
2245
  whatsapp?: {
2248
- wabaBusinessId?: string | null | undefined;
2249
- wabaExternalId?: string | null | undefined;
2250
- phoneNumberId?: string | null | undefined;
2251
- email?: string | null | undefined;
2252
- clientId?: string | null | undefined;
2253
- channelId?: string | null | undefined;
2246
+ email: string;
2247
+ wabaExternalId: string;
2248
+ phoneNumberId: string;
2249
+ wabaBusinessId?: string | undefined;
2250
+ clientId?: string | undefined;
2251
+ channelId?: string | undefined;
2254
2252
  status?: "active" | "pending" | undefined;
2255
2253
  apiKey?: string | undefined;
2256
2254
  tier?: "basic" | "regular" | "premium" | undefined;
2257
- integrationType?: "meta" | "360dialog" | undefined;
2258
2255
  } | undefined;
2259
2256
  vonageCredentials?: {
2260
2257
  apiKey: string;
@@ -2336,16 +2333,15 @@ export declare const cxLogContract: {
2336
2333
  additionalCredentials?: any;
2337
2334
  senderId?: string | undefined;
2338
2335
  whatsapp?: {
2339
- wabaBusinessId?: string | null | undefined;
2340
- wabaExternalId?: string | null | undefined;
2341
- phoneNumberId?: string | null | undefined;
2342
- email?: string | null | undefined;
2343
- clientId?: string | null | undefined;
2344
- channelId?: string | null | undefined;
2336
+ email: string;
2337
+ wabaExternalId: string;
2338
+ phoneNumberId: string;
2339
+ wabaBusinessId?: string | undefined;
2340
+ clientId?: string | undefined;
2341
+ channelId?: string | undefined;
2345
2342
  status?: "active" | "pending" | undefined;
2346
2343
  apiKey?: string | undefined;
2347
2344
  tier?: "basic" | "regular" | "premium" | undefined;
2348
- integrationType?: "meta" | "360dialog" | undefined;
2349
2345
  } | undefined;
2350
2346
  vonageCredentials?: {
2351
2347
  apiKey: string;
@@ -2430,16 +2426,15 @@ export declare const cxLogContract: {
2430
2426
  additionalCredentials?: any;
2431
2427
  senderId?: string | undefined;
2432
2428
  whatsapp?: {
2433
- wabaBusinessId?: string | null | undefined;
2434
- wabaExternalId?: string | null | undefined;
2435
- phoneNumberId?: string | null | undefined;
2436
- email?: string | null | undefined;
2437
- clientId?: string | null | undefined;
2438
- channelId?: string | null | undefined;
2429
+ email: string;
2430
+ wabaExternalId: string;
2431
+ phoneNumberId: string;
2432
+ wabaBusinessId?: string | undefined;
2433
+ clientId?: string | undefined;
2434
+ channelId?: string | undefined;
2439
2435
  status?: "active" | "pending" | undefined;
2440
2436
  apiKey?: string | undefined;
2441
2437
  tier?: "basic" | "regular" | "premium" | undefined;
2442
- integrationType?: "meta" | "360dialog" | undefined;
2443
2438
  } | undefined;
2444
2439
  vonageCredentials?: {
2445
2440
  apiKey: string;
@@ -2610,6 +2605,7 @@ export declare const cxLogContract: {
2610
2605
  dateValue: Date | null;
2611
2606
  uploads: {
2612
2607
  id: string;
2608
+ status: string | null;
2613
2609
  createdAt: Date;
2614
2610
  updatedAt: Date;
2615
2611
  deletedAt: Date | null;
@@ -2618,7 +2614,6 @@ export declare const cxLogContract: {
2618
2614
  bucketName: string;
2619
2615
  fileSize: number;
2620
2616
  fileUrl: string | null;
2621
- status?: string | undefined;
2622
2617
  }[];
2623
2618
  }[];
2624
2619
  company: {
@@ -2750,16 +2745,15 @@ export declare const cxLogContract: {
2750
2745
  additionalCredentials?: any;
2751
2746
  senderId?: string | undefined;
2752
2747
  whatsapp?: {
2753
- wabaBusinessId?: string | null | undefined;
2754
- wabaExternalId?: string | null | undefined;
2755
- phoneNumberId?: string | null | undefined;
2756
- email?: string | null | undefined;
2757
- clientId?: string | null | undefined;
2758
- channelId?: string | null | undefined;
2748
+ email: string;
2749
+ wabaExternalId: string;
2750
+ phoneNumberId: string;
2751
+ wabaBusinessId?: string | undefined;
2752
+ clientId?: string | undefined;
2753
+ channelId?: string | undefined;
2759
2754
  status?: "active" | "pending" | undefined;
2760
2755
  apiKey?: string | undefined;
2761
2756
  tier?: "basic" | "regular" | "premium" | undefined;
2762
- integrationType?: "meta" | "360dialog" | undefined;
2763
2757
  } | undefined;
2764
2758
  vonageCredentials?: {
2765
2759
  apiKey: string;
@@ -2930,6 +2924,7 @@ export declare const cxLogContract: {
2930
2924
  dateValue: Date | null;
2931
2925
  uploads: {
2932
2926
  id: string;
2927
+ status: string | null;
2933
2928
  createdAt: Date;
2934
2929
  updatedAt: Date;
2935
2930
  deletedAt: Date | null;
@@ -2938,7 +2933,6 @@ export declare const cxLogContract: {
2938
2933
  bucketName: string;
2939
2934
  fileSize: number;
2940
2935
  fileUrl: string | null;
2941
- status?: string | undefined;
2942
2936
  }[];
2943
2937
  }[];
2944
2938
  company: {
@@ -3418,9 +3412,10 @@ export declare const cxLogContract: {
3418
3412
  fileSize: z.ZodNumber;
3419
3413
  fileKey: z.ZodString;
3420
3414
  fileUrl: z.ZodNullable<z.ZodString>;
3421
- status: z.ZodOptional<z.ZodString>;
3415
+ status: z.ZodNullable<z.ZodString>;
3422
3416
  }, "strip", z.ZodTypeAny, {
3423
3417
  id: string;
3418
+ status: string | null;
3424
3419
  createdAt: Date;
3425
3420
  updatedAt: Date;
3426
3421
  deletedAt: Date | null;
@@ -3429,9 +3424,9 @@ export declare const cxLogContract: {
3429
3424
  bucketName: string;
3430
3425
  fileSize: number;
3431
3426
  fileUrl: string | null;
3432
- status?: string | undefined;
3433
3427
  }, {
3434
3428
  id: string;
3429
+ status: string | null;
3435
3430
  createdAt: Date;
3436
3431
  updatedAt: Date;
3437
3432
  deletedAt: Date | null;
@@ -3440,7 +3435,6 @@ export declare const cxLogContract: {
3440
3435
  bucketName: string;
3441
3436
  fileSize: number;
3442
3437
  fileUrl: string | null;
3443
- status?: string | undefined;
3444
3438
  }>, "many">;
3445
3439
  }, "strip", z.ZodTypeAny, {
3446
3440
  id: string;
@@ -3467,6 +3461,7 @@ export declare const cxLogContract: {
3467
3461
  dateValue: Date | null;
3468
3462
  uploads: {
3469
3463
  id: string;
3464
+ status: string | null;
3470
3465
  createdAt: Date;
3471
3466
  updatedAt: Date;
3472
3467
  deletedAt: Date | null;
@@ -3475,7 +3470,6 @@ export declare const cxLogContract: {
3475
3470
  bucketName: string;
3476
3471
  fileSize: number;
3477
3472
  fileUrl: string | null;
3478
- status?: string | undefined;
3479
3473
  }[];
3480
3474
  }, {
3481
3475
  id: string;
@@ -3502,6 +3496,7 @@ export declare const cxLogContract: {
3502
3496
  dateValue: Date | null;
3503
3497
  uploads: {
3504
3498
  id: string;
3499
+ status: string | null;
3505
3500
  createdAt: Date;
3506
3501
  updatedAt: Date;
3507
3502
  deletedAt: Date | null;
@@ -3510,7 +3505,6 @@ export declare const cxLogContract: {
3510
3505
  bucketName: string;
3511
3506
  fileSize: number;
3512
3507
  fileUrl: string | null;
3513
- status?: string | undefined;
3514
3508
  }[];
3515
3509
  }>, "many">;
3516
3510
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -3650,6 +3644,7 @@ export declare const cxLogContract: {
3650
3644
  dateValue: Date | null;
3651
3645
  uploads: {
3652
3646
  id: string;
3647
+ status: string | null;
3653
3648
  createdAt: Date;
3654
3649
  updatedAt: Date;
3655
3650
  deletedAt: Date | null;
@@ -3658,7 +3653,6 @@ export declare const cxLogContract: {
3658
3653
  bucketName: string;
3659
3654
  fileSize: number;
3660
3655
  fileUrl: string | null;
3661
- status?: string | undefined;
3662
3656
  }[];
3663
3657
  }[];
3664
3658
  company: {
@@ -3761,6 +3755,7 @@ export declare const cxLogContract: {
3761
3755
  dateValue: Date | null;
3762
3756
  uploads: {
3763
3757
  id: string;
3758
+ status: string | null;
3764
3759
  createdAt: Date;
3765
3760
  updatedAt: Date;
3766
3761
  deletedAt: Date | null;
@@ -3769,7 +3764,6 @@ export declare const cxLogContract: {
3769
3764
  bucketName: string;
3770
3765
  fileSize: number;
3771
3766
  fileUrl: string | null;
3772
- status?: string | undefined;
3773
3767
  }[];
3774
3768
  }[];
3775
3769
  company: {
@@ -3886,9 +3880,10 @@ export declare const cxLogContract: {
3886
3880
  fileSize: z.ZodNumber;
3887
3881
  fileKey: z.ZodString;
3888
3882
  fileUrl: z.ZodNullable<z.ZodString>;
3889
- status: z.ZodOptional<z.ZodString>;
3883
+ status: z.ZodNullable<z.ZodString>;
3890
3884
  }, "strip", z.ZodTypeAny, {
3891
3885
  id: string;
3886
+ status: string | null;
3892
3887
  createdAt: Date;
3893
3888
  updatedAt: Date;
3894
3889
  deletedAt: Date | null;
@@ -3897,9 +3892,9 @@ export declare const cxLogContract: {
3897
3892
  bucketName: string;
3898
3893
  fileSize: number;
3899
3894
  fileUrl: string | null;
3900
- status?: string | undefined;
3901
3895
  }, {
3902
3896
  id: string;
3897
+ status: string | null;
3903
3898
  createdAt: Date;
3904
3899
  updatedAt: Date;
3905
3900
  deletedAt: Date | null;
@@ -3908,7 +3903,6 @@ export declare const cxLogContract: {
3908
3903
  bucketName: string;
3909
3904
  fileSize: number;
3910
3905
  fileUrl: string | null;
3911
- status?: string | undefined;
3912
3906
  }>>>;
3913
3907
  callParticipants: z.ZodNullable<z.ZodObject<{
3914
3908
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4873,6 +4867,7 @@ export declare const cxLogContract: {
4873
4867
  dateValue: Date | null;
4874
4868
  uploads: {
4875
4869
  id: string;
4870
+ status: string | null;
4876
4871
  createdAt: Date;
4877
4872
  updatedAt: Date;
4878
4873
  deletedAt: Date | null;
@@ -4881,7 +4876,6 @@ export declare const cxLogContract: {
4881
4876
  bucketName: string;
4882
4877
  fileSize: number;
4883
4878
  fileUrl: string | null;
4884
- status?: string | undefined;
4885
4879
  }[];
4886
4880
  }[];
4887
4881
  company: {
@@ -4964,6 +4958,7 @@ export declare const cxLogContract: {
4964
4958
  } | null | undefined;
4965
4959
  upload?: {
4966
4960
  id: string;
4961
+ status: string | null;
4967
4962
  createdAt: Date;
4968
4963
  updatedAt: Date;
4969
4964
  deletedAt: Date | null;
@@ -4972,7 +4967,6 @@ export declare const cxLogContract: {
4972
4967
  bucketName: string;
4973
4968
  fileSize: number;
4974
4969
  fileUrl: string | null;
4975
- status?: string | undefined;
4976
4970
  } | null | undefined;
4977
4971
  extension?: {
4978
4972
  id: string;
@@ -5143,6 +5137,7 @@ export declare const cxLogContract: {
5143
5137
  dateValue: Date | null;
5144
5138
  uploads: {
5145
5139
  id: string;
5140
+ status: string | null;
5146
5141
  createdAt: Date;
5147
5142
  updatedAt: Date;
5148
5143
  deletedAt: Date | null;
@@ -5151,7 +5146,6 @@ export declare const cxLogContract: {
5151
5146
  bucketName: string;
5152
5147
  fileSize: number;
5153
5148
  fileUrl: string | null;
5154
- status?: string | undefined;
5155
5149
  }[];
5156
5150
  }[];
5157
5151
  company: {
@@ -5234,6 +5228,7 @@ export declare const cxLogContract: {
5234
5228
  } | null | undefined;
5235
5229
  upload?: {
5236
5230
  id: string;
5231
+ status: string | null;
5237
5232
  createdAt: Date;
5238
5233
  updatedAt: Date;
5239
5234
  deletedAt: Date | null;
@@ -5242,7 +5237,6 @@ export declare const cxLogContract: {
5242
5237
  bucketName: string;
5243
5238
  fileSize: number;
5244
5239
  fileUrl: string | null;
5245
- status?: string | undefined;
5246
5240
  } | null | undefined;
5247
5241
  extension?: {
5248
5242
  id: string;
@@ -5657,9 +5651,10 @@ export declare const cxLogContract: {
5657
5651
  fileSize: z.ZodNumber;
5658
5652
  fileKey: z.ZodString;
5659
5653
  fileUrl: z.ZodNullable<z.ZodString>;
5660
- status: z.ZodOptional<z.ZodString>;
5654
+ status: z.ZodNullable<z.ZodString>;
5661
5655
  }, "strip", z.ZodTypeAny, {
5662
5656
  id: string;
5657
+ status: string | null;
5663
5658
  createdAt: Date;
5664
5659
  updatedAt: Date;
5665
5660
  deletedAt: Date | null;
@@ -5668,9 +5663,9 @@ export declare const cxLogContract: {
5668
5663
  bucketName: string;
5669
5664
  fileSize: number;
5670
5665
  fileUrl: string | null;
5671
- status?: string | undefined;
5672
5666
  }, {
5673
5667
  id: string;
5668
+ status: string | null;
5674
5669
  createdAt: Date;
5675
5670
  updatedAt: Date;
5676
5671
  deletedAt: Date | null;
@@ -5679,7 +5674,6 @@ export declare const cxLogContract: {
5679
5674
  bucketName: string;
5680
5675
  fileSize: number;
5681
5676
  fileUrl: string | null;
5682
- status?: string | undefined;
5683
5677
  }>, "many">;
5684
5678
  }, "strip", z.ZodTypeAny, {
5685
5679
  id: string;
@@ -5706,6 +5700,7 @@ export declare const cxLogContract: {
5706
5700
  dateValue: Date | null;
5707
5701
  uploads: {
5708
5702
  id: string;
5703
+ status: string | null;
5709
5704
  createdAt: Date;
5710
5705
  updatedAt: Date;
5711
5706
  deletedAt: Date | null;
@@ -5714,7 +5709,6 @@ export declare const cxLogContract: {
5714
5709
  bucketName: string;
5715
5710
  fileSize: number;
5716
5711
  fileUrl: string | null;
5717
- status?: string | undefined;
5718
5712
  }[];
5719
5713
  }, {
5720
5714
  id: string;
@@ -5741,6 +5735,7 @@ export declare const cxLogContract: {
5741
5735
  dateValue: Date | null;
5742
5736
  uploads: {
5743
5737
  id: string;
5738
+ status: string | null;
5744
5739
  createdAt: Date;
5745
5740
  updatedAt: Date;
5746
5741
  deletedAt: Date | null;
@@ -5749,7 +5744,6 @@ export declare const cxLogContract: {
5749
5744
  bucketName: string;
5750
5745
  fileSize: number;
5751
5746
  fileUrl: string | null;
5752
- status?: string | undefined;
5753
5747
  }[];
5754
5748
  }>, "many">;
5755
5749
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -5889,6 +5883,7 @@ export declare const cxLogContract: {
5889
5883
  dateValue: Date | null;
5890
5884
  uploads: {
5891
5885
  id: string;
5886
+ status: string | null;
5892
5887
  createdAt: Date;
5893
5888
  updatedAt: Date;
5894
5889
  deletedAt: Date | null;
@@ -5897,7 +5892,6 @@ export declare const cxLogContract: {
5897
5892
  bucketName: string;
5898
5893
  fileSize: number;
5899
5894
  fileUrl: string | null;
5900
- status?: string | undefined;
5901
5895
  }[];
5902
5896
  }[];
5903
5897
  company: {
@@ -6000,6 +5994,7 @@ export declare const cxLogContract: {
6000
5994
  dateValue: Date | null;
6001
5995
  uploads: {
6002
5996
  id: string;
5997
+ status: string | null;
6003
5998
  createdAt: Date;
6004
5999
  updatedAt: Date;
6005
6000
  deletedAt: Date | null;
@@ -6008,7 +6003,6 @@ export declare const cxLogContract: {
6008
6003
  bucketName: string;
6009
6004
  fileSize: number;
6010
6005
  fileUrl: string | null;
6011
- status?: string | undefined;
6012
6006
  }[];
6013
6007
  }[];
6014
6008
  company: {
@@ -6733,6 +6727,7 @@ export declare const cxLogContract: {
6733
6727
  dateValue: Date | null;
6734
6728
  uploads: {
6735
6729
  id: string;
6730
+ status: string | null;
6736
6731
  createdAt: Date;
6737
6732
  updatedAt: Date;
6738
6733
  deletedAt: Date | null;
@@ -6741,7 +6736,6 @@ export declare const cxLogContract: {
6741
6736
  bucketName: string;
6742
6737
  fileSize: number;
6743
6738
  fileUrl: string | null;
6744
- status?: string | undefined;
6745
6739
  }[];
6746
6740
  }[];
6747
6741
  company: {
@@ -6815,8 +6809,12 @@ export declare const cxLogContract: {
6815
6809
  caseId: number;
6816
6810
  entityName: string;
6817
6811
  startedDate: string | null;
6812
+ totalHoldDuration: string | null;
6818
6813
  handledTime: string | null;
6814
+ fullHandledTime: string | null;
6819
6815
  firstResponseTime: string | null;
6816
+ resolutionTime: string | null;
6817
+ fullResolutionTime: string | null;
6820
6818
  wrapUpForm: {
6821
6819
  type: string;
6822
6820
  id: string;
@@ -6872,7 +6870,6 @@ export declare const cxLogContract: {
6872
6870
  customerPhone: string | null;
6873
6871
  channelType: string | null;
6874
6872
  firstResponseDate: string;
6875
- resolutionTime: string | null;
6876
6873
  resolutionDate: string;
6877
6874
  wrapUpDuration: string;
6878
6875
  slaMeet: string | null;
@@ -6899,16 +6896,15 @@ export declare const cxLogContract: {
6899
6896
  additionalCredentials?: any;
6900
6897
  senderId?: string | undefined;
6901
6898
  whatsapp?: {
6902
- wabaBusinessId?: string | null | undefined;
6903
- wabaExternalId?: string | null | undefined;
6904
- phoneNumberId?: string | null | undefined;
6905
- email?: string | null | undefined;
6906
- clientId?: string | null | undefined;
6907
- channelId?: string | null | undefined;
6899
+ email: string;
6900
+ wabaExternalId: string;
6901
+ phoneNumberId: string;
6902
+ wabaBusinessId?: string | undefined;
6903
+ clientId?: string | undefined;
6904
+ channelId?: string | undefined;
6908
6905
  status?: "active" | "pending" | undefined;
6909
6906
  apiKey?: string | undefined;
6910
6907
  tier?: "basic" | "regular" | "premium" | undefined;
6911
- integrationType?: "meta" | "360dialog" | undefined;
6912
6908
  } | undefined;
6913
6909
  vonageCredentials?: {
6914
6910
  apiKey: string;
@@ -7079,6 +7075,7 @@ export declare const cxLogContract: {
7079
7075
  dateValue: Date | null;
7080
7076
  uploads: {
7081
7077
  id: string;
7078
+ status: string | null;
7082
7079
  createdAt: Date;
7083
7080
  updatedAt: Date;
7084
7081
  deletedAt: Date | null;
@@ -7087,7 +7084,6 @@ export declare const cxLogContract: {
7087
7084
  bucketName: string;
7088
7085
  fileSize: number;
7089
7086
  fileUrl: string | null;
7090
- status?: string | undefined;
7091
7087
  }[];
7092
7088
  }[];
7093
7089
  company: {
@@ -7318,6 +7314,7 @@ export declare const cxLogContract: {
7318
7314
  dateValue: Date | null;
7319
7315
  uploads: {
7320
7316
  id: string;
7317
+ status: string | null;
7321
7318
  createdAt: Date;
7322
7319
  updatedAt: Date;
7323
7320
  deletedAt: Date | null;
@@ -7326,7 +7323,6 @@ export declare const cxLogContract: {
7326
7323
  bucketName: string;
7327
7324
  fileSize: number;
7328
7325
  fileUrl: string | null;
7329
- status?: string | undefined;
7330
7326
  }[];
7331
7327
  }[];
7332
7328
  company: {
@@ -7409,6 +7405,7 @@ export declare const cxLogContract: {
7409
7405
  } | null | undefined;
7410
7406
  upload?: {
7411
7407
  id: string;
7408
+ status: string | null;
7412
7409
  createdAt: Date;
7413
7410
  updatedAt: Date;
7414
7411
  deletedAt: Date | null;
@@ -7417,7 +7414,6 @@ export declare const cxLogContract: {
7417
7414
  bucketName: string;
7418
7415
  fileSize: number;
7419
7416
  fileUrl: string | null;
7420
- status?: string | undefined;
7421
7417
  } | null | undefined;
7422
7418
  extension?: {
7423
7419
  id: string;
@@ -7654,6 +7650,7 @@ export declare const cxLogContract: {
7654
7650
  dateValue: Date | null;
7655
7651
  uploads: {
7656
7652
  id: string;
7653
+ status: string | null;
7657
7654
  createdAt: Date;
7658
7655
  updatedAt: Date;
7659
7656
  deletedAt: Date | null;
@@ -7662,7 +7659,6 @@ export declare const cxLogContract: {
7662
7659
  bucketName: string;
7663
7660
  fileSize: number;
7664
7661
  fileUrl: string | null;
7665
- status?: string | undefined;
7666
7662
  }[];
7667
7663
  }[];
7668
7664
  company: {
@@ -7736,8 +7732,12 @@ export declare const cxLogContract: {
7736
7732
  caseId: number;
7737
7733
  entityName: string;
7738
7734
  startedDate: string | null;
7735
+ totalHoldDuration: string | null;
7739
7736
  handledTime: string | null;
7737
+ fullHandledTime: string | null;
7740
7738
  firstResponseTime: string | null;
7739
+ resolutionTime: string | null;
7740
+ fullResolutionTime: string | null;
7741
7741
  wrapUpForm: {
7742
7742
  type: string;
7743
7743
  id: string;
@@ -7793,7 +7793,6 @@ export declare const cxLogContract: {
7793
7793
  customerPhone: string | null;
7794
7794
  channelType: string | null;
7795
7795
  firstResponseDate: string;
7796
- resolutionTime: string | null;
7797
7796
  resolutionDate: string;
7798
7797
  wrapUpDuration: string;
7799
7798
  slaMeet: string | null;
@@ -7820,16 +7819,15 @@ export declare const cxLogContract: {
7820
7819
  additionalCredentials?: any;
7821
7820
  senderId?: string | undefined;
7822
7821
  whatsapp?: {
7823
- wabaBusinessId?: string | null | undefined;
7824
- wabaExternalId?: string | null | undefined;
7825
- phoneNumberId?: string | null | undefined;
7826
- email?: string | null | undefined;
7827
- clientId?: string | null | undefined;
7828
- channelId?: string | null | undefined;
7822
+ email: string;
7823
+ wabaExternalId: string;
7824
+ phoneNumberId: string;
7825
+ wabaBusinessId?: string | undefined;
7826
+ clientId?: string | undefined;
7827
+ channelId?: string | undefined;
7829
7828
  status?: "active" | "pending" | undefined;
7830
7829
  apiKey?: string | undefined;
7831
7830
  tier?: "basic" | "regular" | "premium" | undefined;
7832
- integrationType?: "meta" | "360dialog" | undefined;
7833
7831
  } | undefined;
7834
7832
  vonageCredentials?: {
7835
7833
  apiKey: string;
@@ -8000,6 +7998,7 @@ export declare const cxLogContract: {
8000
7998
  dateValue: Date | null;
8001
7999
  uploads: {
8002
8000
  id: string;
8001
+ status: string | null;
8003
8002
  createdAt: Date;
8004
8003
  updatedAt: Date;
8005
8004
  deletedAt: Date | null;
@@ -8008,7 +8007,6 @@ export declare const cxLogContract: {
8008
8007
  bucketName: string;
8009
8008
  fileSize: number;
8010
8009
  fileUrl: string | null;
8011
- status?: string | undefined;
8012
8010
  }[];
8013
8011
  }[];
8014
8012
  company: {
@@ -8239,6 +8237,7 @@ export declare const cxLogContract: {
8239
8237
  dateValue: Date | null;
8240
8238
  uploads: {
8241
8239
  id: string;
8240
+ status: string | null;
8242
8241
  createdAt: Date;
8243
8242
  updatedAt: Date;
8244
8243
  deletedAt: Date | null;
@@ -8247,7 +8246,6 @@ export declare const cxLogContract: {
8247
8246
  bucketName: string;
8248
8247
  fileSize: number;
8249
8248
  fileUrl: string | null;
8250
- status?: string | undefined;
8251
8249
  }[];
8252
8250
  }[];
8253
8251
  company: {
@@ -8330,6 +8328,7 @@ export declare const cxLogContract: {
8330
8328
  } | null | undefined;
8331
8329
  upload?: {
8332
8330
  id: string;
8331
+ status: string | null;
8333
8332
  createdAt: Date;
8334
8333
  updatedAt: Date;
8335
8334
  deletedAt: Date | null;
@@ -8338,7 +8337,6 @@ export declare const cxLogContract: {
8338
8337
  bucketName: string;
8339
8338
  fileSize: number;
8340
8339
  fileUrl: string | null;
8341
- status?: string | undefined;
8342
8340
  } | null | undefined;
8343
8341
  extension?: {
8344
8342
  id: string;
@@ -8581,6 +8579,7 @@ export declare const cxLogContract: {
8581
8579
  dateValue: Date | null;
8582
8580
  uploads: {
8583
8581
  id: string;
8582
+ status: string | null;
8584
8583
  createdAt: Date;
8585
8584
  updatedAt: Date;
8586
8585
  deletedAt: Date | null;
@@ -8589,7 +8588,6 @@ export declare const cxLogContract: {
8589
8588
  bucketName: string;
8590
8589
  fileSize: number;
8591
8590
  fileUrl: string | null;
8592
- status?: string | undefined;
8593
8591
  }[];
8594
8592
  }[];
8595
8593
  company: {
@@ -8663,8 +8661,12 @@ export declare const cxLogContract: {
8663
8661
  caseId: number;
8664
8662
  entityName: string;
8665
8663
  startedDate: string | null;
8664
+ totalHoldDuration: string | null;
8666
8665
  handledTime: string | null;
8666
+ fullHandledTime: string | null;
8667
8667
  firstResponseTime: string | null;
8668
+ resolutionTime: string | null;
8669
+ fullResolutionTime: string | null;
8668
8670
  wrapUpForm: {
8669
8671
  type: string;
8670
8672
  id: string;
@@ -8720,7 +8722,6 @@ export declare const cxLogContract: {
8720
8722
  customerPhone: string | null;
8721
8723
  channelType: string | null;
8722
8724
  firstResponseDate: string;
8723
- resolutionTime: string | null;
8724
8725
  resolutionDate: string;
8725
8726
  wrapUpDuration: string;
8726
8727
  slaMeet: string | null;
@@ -8747,16 +8748,15 @@ export declare const cxLogContract: {
8747
8748
  additionalCredentials?: any;
8748
8749
  senderId?: string | undefined;
8749
8750
  whatsapp?: {
8750
- wabaBusinessId?: string | null | undefined;
8751
- wabaExternalId?: string | null | undefined;
8752
- phoneNumberId?: string | null | undefined;
8753
- email?: string | null | undefined;
8754
- clientId?: string | null | undefined;
8755
- channelId?: string | null | undefined;
8751
+ email: string;
8752
+ wabaExternalId: string;
8753
+ phoneNumberId: string;
8754
+ wabaBusinessId?: string | undefined;
8755
+ clientId?: string | undefined;
8756
+ channelId?: string | undefined;
8756
8757
  status?: "active" | "pending" | undefined;
8757
8758
  apiKey?: string | undefined;
8758
8759
  tier?: "basic" | "regular" | "premium" | undefined;
8759
- integrationType?: "meta" | "360dialog" | undefined;
8760
8760
  } | undefined;
8761
8761
  vonageCredentials?: {
8762
8762
  apiKey: string;
@@ -8927,6 +8927,7 @@ export declare const cxLogContract: {
8927
8927
  dateValue: Date | null;
8928
8928
  uploads: {
8929
8929
  id: string;
8930
+ status: string | null;
8930
8931
  createdAt: Date;
8931
8932
  updatedAt: Date;
8932
8933
  deletedAt: Date | null;
@@ -8935,7 +8936,6 @@ export declare const cxLogContract: {
8935
8936
  bucketName: string;
8936
8937
  fileSize: number;
8937
8938
  fileUrl: string | null;
8938
- status?: string | undefined;
8939
8939
  }[];
8940
8940
  }[];
8941
8941
  company: {
@@ -9166,6 +9166,7 @@ export declare const cxLogContract: {
9166
9166
  dateValue: Date | null;
9167
9167
  uploads: {
9168
9168
  id: string;
9169
+ status: string | null;
9169
9170
  createdAt: Date;
9170
9171
  updatedAt: Date;
9171
9172
  deletedAt: Date | null;
@@ -9174,7 +9175,6 @@ export declare const cxLogContract: {
9174
9175
  bucketName: string;
9175
9176
  fileSize: number;
9176
9177
  fileUrl: string | null;
9177
- status?: string | undefined;
9178
9178
  }[];
9179
9179
  }[];
9180
9180
  company: {
@@ -9257,6 +9257,7 @@ export declare const cxLogContract: {
9257
9257
  } | null | undefined;
9258
9258
  upload?: {
9259
9259
  id: string;
9260
+ status: string | null;
9260
9261
  createdAt: Date;
9261
9262
  updatedAt: Date;
9262
9263
  deletedAt: Date | null;
@@ -9265,7 +9266,6 @@ export declare const cxLogContract: {
9265
9266
  bucketName: string;
9266
9267
  fileSize: number;
9267
9268
  fileUrl: string | null;
9268
- status?: string | undefined;
9269
9269
  } | null | undefined;
9270
9270
  extension?: {
9271
9271
  id: string;
@@ -9508,6 +9508,7 @@ export declare const cxLogContract: {
9508
9508
  dateValue: Date | null;
9509
9509
  uploads: {
9510
9510
  id: string;
9511
+ status: string | null;
9511
9512
  createdAt: Date;
9512
9513
  updatedAt: Date;
9513
9514
  deletedAt: Date | null;
@@ -9516,7 +9517,6 @@ export declare const cxLogContract: {
9516
9517
  bucketName: string;
9517
9518
  fileSize: number;
9518
9519
  fileUrl: string | null;
9519
- status?: string | undefined;
9520
9520
  }[];
9521
9521
  }[];
9522
9522
  company: {
@@ -9590,8 +9590,12 @@ export declare const cxLogContract: {
9590
9590
  caseId: number;
9591
9591
  entityName: string;
9592
9592
  startedDate: string | null;
9593
+ totalHoldDuration: string | null;
9593
9594
  handledTime: string | null;
9595
+ fullHandledTime: string | null;
9594
9596
  firstResponseTime: string | null;
9597
+ resolutionTime: string | null;
9598
+ fullResolutionTime: string | null;
9595
9599
  wrapUpForm: {
9596
9600
  type: string;
9597
9601
  id: string;
@@ -9647,7 +9651,6 @@ export declare const cxLogContract: {
9647
9651
  customerPhone: string | null;
9648
9652
  channelType: string | null;
9649
9653
  firstResponseDate: string;
9650
- resolutionTime: string | null;
9651
9654
  resolutionDate: string;
9652
9655
  wrapUpDuration: string;
9653
9656
  slaMeet: string | null;
@@ -9674,16 +9677,15 @@ export declare const cxLogContract: {
9674
9677
  additionalCredentials?: any;
9675
9678
  senderId?: string | undefined;
9676
9679
  whatsapp?: {
9677
- wabaBusinessId?: string | null | undefined;
9678
- wabaExternalId?: string | null | undefined;
9679
- phoneNumberId?: string | null | undefined;
9680
- email?: string | null | undefined;
9681
- clientId?: string | null | undefined;
9682
- channelId?: string | null | undefined;
9680
+ email: string;
9681
+ wabaExternalId: string;
9682
+ phoneNumberId: string;
9683
+ wabaBusinessId?: string | undefined;
9684
+ clientId?: string | undefined;
9685
+ channelId?: string | undefined;
9683
9686
  status?: "active" | "pending" | undefined;
9684
9687
  apiKey?: string | undefined;
9685
9688
  tier?: "basic" | "regular" | "premium" | undefined;
9686
- integrationType?: "meta" | "360dialog" | undefined;
9687
9689
  } | undefined;
9688
9690
  vonageCredentials?: {
9689
9691
  apiKey: string;
@@ -9854,6 +9856,7 @@ export declare const cxLogContract: {
9854
9856
  dateValue: Date | null;
9855
9857
  uploads: {
9856
9858
  id: string;
9859
+ status: string | null;
9857
9860
  createdAt: Date;
9858
9861
  updatedAt: Date;
9859
9862
  deletedAt: Date | null;
@@ -9862,7 +9865,6 @@ export declare const cxLogContract: {
9862
9865
  bucketName: string;
9863
9866
  fileSize: number;
9864
9867
  fileUrl: string | null;
9865
- status?: string | undefined;
9866
9868
  }[];
9867
9869
  }[];
9868
9870
  company: {
@@ -10093,6 +10095,7 @@ export declare const cxLogContract: {
10093
10095
  dateValue: Date | null;
10094
10096
  uploads: {
10095
10097
  id: string;
10098
+ status: string | null;
10096
10099
  createdAt: Date;
10097
10100
  updatedAt: Date;
10098
10101
  deletedAt: Date | null;
@@ -10101,7 +10104,6 @@ export declare const cxLogContract: {
10101
10104
  bucketName: string;
10102
10105
  fileSize: number;
10103
10106
  fileUrl: string | null;
10104
- status?: string | undefined;
10105
10107
  }[];
10106
10108
  }[];
10107
10109
  company: {
@@ -10184,6 +10186,7 @@ export declare const cxLogContract: {
10184
10186
  } | null | undefined;
10185
10187
  upload?: {
10186
10188
  id: string;
10189
+ status: string | null;
10187
10190
  createdAt: Date;
10188
10191
  updatedAt: Date;
10189
10192
  deletedAt: Date | null;
@@ -10192,7 +10195,6 @@ export declare const cxLogContract: {
10192
10195
  bucketName: string;
10193
10196
  fileSize: number;
10194
10197
  fileUrl: string | null;
10195
- status?: string | undefined;
10196
10198
  } | null | undefined;
10197
10199
  extension?: {
10198
10200
  id: string;
@@ -10549,6 +10551,51 @@ export declare const cxLogContract: {
10549
10551
  'x-client-timezone'?: string | undefined;
10550
10552
  }>>>;
10551
10553
  };
10554
+ syncSla: {
10555
+ body: null;
10556
+ summary: "Export cx-logs";
10557
+ method: "POST";
10558
+ responses: {
10559
+ 200: null;
10560
+ 401: z.ZodObject<{
10561
+ message: z.ZodString;
10562
+ error: z.ZodAny;
10563
+ }, "strip", z.ZodTypeAny, {
10564
+ message: string;
10565
+ error?: any;
10566
+ }, {
10567
+ message: string;
10568
+ error?: any;
10569
+ }>;
10570
+ 500: z.ZodObject<{
10571
+ message: z.ZodString;
10572
+ error: z.ZodAny;
10573
+ }, "strip", z.ZodTypeAny, {
10574
+ message: string;
10575
+ error?: any;
10576
+ }, {
10577
+ message: string;
10578
+ error?: any;
10579
+ }>;
10580
+ };
10581
+ path: "/cx-logs/sync-sla";
10582
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10583
+ 'x-tenant': z.ZodString;
10584
+ authorization: z.ZodString;
10585
+ 'x-code': z.ZodOptional<z.ZodString>;
10586
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
10587
+ }, "strip", z.ZodTypeAny, {
10588
+ 'x-tenant': string;
10589
+ authorization: string;
10590
+ 'x-client-timezone': string;
10591
+ 'x-code'?: string | undefined;
10592
+ }, {
10593
+ 'x-tenant': string;
10594
+ authorization: string;
10595
+ 'x-code'?: string | undefined;
10596
+ 'x-client-timezone'?: string | undefined;
10597
+ }>>>;
10598
+ };
10552
10599
  updateSla: {
10553
10600
  body: z.ZodObject<{
10554
10601
  roomId: z.ZodString;