@kl1/contracts 1.2.46-uat → 1.2.48-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 (100) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1985 -1268
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +123 -93
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +140 -98
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +3403 -2580
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +861 -662
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +1109 -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 +75766 -60354
  19. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-log/index.d.ts +291 -139
  21. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -117
  23. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  24. package/dist/api-contracts/src/dashboard/index.d.ts +73 -95
  25. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/dashboard/schema.d.ts +10 -53
  27. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  28. package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
  29. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  30. package/dist/api-contracts/src/extension/index.d.ts +81 -0
  31. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/facebook-feed/index.d.ts +1462 -1060
  33. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/facebook-feed/schema.d.ts +104 -77
  35. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  36. package/dist/api-contracts/src/facebook-feed/validation.d.ts +81 -60
  37. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  38. package/dist/api-contracts/src/index.d.ts +5 -0
  39. package/dist/api-contracts/src/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/instagram/index.d.ts +1151 -836
  41. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/line/index.d.ts +1036 -757
  43. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/line/validation.d.ts +115 -82
  45. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  46. package/dist/api-contracts/src/mail/mail-contract.d.ts +13 -13
  47. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +6 -6
  48. package/dist/api-contracts/src/mail/room-contract.d.ts +7 -7
  49. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +2 -2
  50. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +5 -5
  51. package/dist/api-contracts/src/messenger/index.d.ts +1151 -836
  52. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/messenger/validation.d.ts +81 -60
  54. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/public-api/index.d.ts +59 -59
  56. package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
  57. package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
  58. package/dist/api-contracts/src/sms/index.d.ts +3133 -146
  59. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  60. package/dist/api-contracts/src/sms/schema.d.ts +22 -0
  61. package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
  62. package/dist/api-contracts/src/snippet/index.d.ts +105 -105
  63. package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
  64. package/dist/api-contracts/src/subscription/index.d.ts +20 -1
  65. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  66. package/dist/api-contracts/src/subscription/validation.d.ts +10 -0
  67. package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
  68. package/dist/api-contracts/src/telegram/index.d.ts +851 -626
  69. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  70. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
  71. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  72. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +10 -27
  73. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  74. package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
  75. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
  77. package/dist/api-contracts/src/ticket/index.d.ts +111 -111
  78. package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
  79. package/dist/api-contracts/src/upload/schema.d.ts +3 -3
  80. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
  81. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  82. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -10
  83. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  84. package/dist/api-contracts/src/viber/index.d.ts +851 -626
  85. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  86. package/dist/api-contracts/src/webchat/index.d.ts +851 -626
  87. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  88. package/dist/api-contracts/src/whatsapp/index.d.ts +1155 -725
  89. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  90. package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
  91. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  92. package/dist/api-contracts/src/workflow-rule/index.d.ts +8659 -373
  93. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  94. package/dist/entities/src/enums/chat.d.ts +1 -0
  95. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  96. package/dist/index.js +4853 -4291
  97. package/dist/index.js.map +1 -1
  98. package/dist/index.mjs +4842 -4285
  99. package/dist/index.mjs.map +1 -1
  100. package/package.json +7 -3
@@ -1233,9 +1233,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1233
1233
  fileSize: z.ZodNumber;
1234
1234
  fileKey: z.ZodString;
1235
1235
  fileUrl: z.ZodNullable<z.ZodString>;
1236
- status: z.ZodOptional<z.ZodString>;
1236
+ status: z.ZodNullable<z.ZodString>;
1237
1237
  }, "strip", z.ZodTypeAny, {
1238
1238
  id: string;
1239
+ status: string | null;
1239
1240
  createdAt: Date;
1240
1241
  updatedAt: Date;
1241
1242
  deletedAt: Date | null;
@@ -1244,9 +1245,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1244
1245
  bucketName: string;
1245
1246
  fileSize: number;
1246
1247
  fileUrl: string | null;
1247
- status?: string | undefined;
1248
1248
  }, {
1249
1249
  id: string;
1250
+ status: string | null;
1250
1251
  createdAt: Date;
1251
1252
  updatedAt: Date;
1252
1253
  deletedAt: Date | null;
@@ -1255,7 +1256,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1255
1256
  bucketName: string;
1256
1257
  fileSize: number;
1257
1258
  fileUrl: string | null;
1258
- status?: string | undefined;
1259
1259
  }>, "many">;
1260
1260
  }, "strip", z.ZodTypeAny, {
1261
1261
  id: string;
@@ -1282,6 +1282,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1282
1282
  dateValue: Date | null;
1283
1283
  uploads: {
1284
1284
  id: string;
1285
+ status: string | null;
1285
1286
  createdAt: Date;
1286
1287
  updatedAt: Date;
1287
1288
  deletedAt: Date | null;
@@ -1290,7 +1291,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1290
1291
  bucketName: string;
1291
1292
  fileSize: number;
1292
1293
  fileUrl: string | null;
1293
- status?: string | undefined;
1294
1294
  }[];
1295
1295
  }, {
1296
1296
  id: string;
@@ -1317,6 +1317,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1317
1317
  dateValue: Date | null;
1318
1318
  uploads: {
1319
1319
  id: string;
1320
+ status: string | null;
1320
1321
  createdAt: Date;
1321
1322
  updatedAt: Date;
1322
1323
  deletedAt: Date | null;
@@ -1325,7 +1326,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1325
1326
  bucketName: string;
1326
1327
  fileSize: number;
1327
1328
  fileUrl: string | null;
1328
- status?: string | undefined;
1329
1329
  }[];
1330
1330
  }>, "many">;
1331
1331
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -1465,6 +1465,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1465
1465
  dateValue: Date | null;
1466
1466
  uploads: {
1467
1467
  id: string;
1468
+ status: string | null;
1468
1469
  createdAt: Date;
1469
1470
  updatedAt: Date;
1470
1471
  deletedAt: Date | null;
@@ -1473,7 +1474,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1473
1474
  bucketName: string;
1474
1475
  fileSize: number;
1475
1476
  fileUrl: string | null;
1476
- status?: string | undefined;
1477
1477
  }[];
1478
1478
  }[];
1479
1479
  company: {
@@ -1576,6 +1576,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1576
1576
  dateValue: Date | null;
1577
1577
  uploads: {
1578
1578
  id: string;
1579
+ status: string | null;
1579
1580
  createdAt: Date;
1580
1581
  updatedAt: Date;
1581
1582
  deletedAt: Date | null;
@@ -1584,7 +1585,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1584
1585
  bucketName: string;
1585
1586
  fileSize: number;
1586
1587
  fileUrl: string | null;
1587
- status?: string | undefined;
1588
1588
  }[];
1589
1589
  }[];
1590
1590
  company: {
@@ -1700,6 +1700,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1700
1700
  dateValue: Date | null;
1701
1701
  uploads: {
1702
1702
  id: string;
1703
+ status: string | null;
1703
1704
  createdAt: Date;
1704
1705
  updatedAt: Date;
1705
1706
  deletedAt: Date | null;
@@ -1708,7 +1709,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1708
1709
  bucketName: string;
1709
1710
  fileSize: number;
1710
1711
  fileUrl: string | null;
1711
- status?: string | undefined;
1712
1712
  }[];
1713
1713
  }[];
1714
1714
  company: {
@@ -1826,6 +1826,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1826
1826
  dateValue: Date | null;
1827
1827
  uploads: {
1828
1828
  id: string;
1829
+ status: string | null;
1829
1830
  createdAt: Date;
1830
1831
  updatedAt: Date;
1831
1832
  deletedAt: Date | null;
@@ -1834,7 +1835,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1834
1835
  bucketName: string;
1835
1836
  fileSize: number;
1836
1837
  fileUrl: string | null;
1837
- status?: string | undefined;
1838
1838
  }[];
1839
1839
  }[];
1840
1840
  company: {
@@ -2331,35 +2331,44 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2331
2331
  additionalCredentials: z.ZodOptional<z.ZodAny>;
2332
2332
  senderId: z.ZodOptional<z.ZodString>;
2333
2333
  whatsapp: z.ZodOptional<z.ZodObject<{
2334
- wabaBusinessId: z.ZodOptional<z.ZodString>;
2335
- wabaExternalId: z.ZodString;
2336
- phoneNumberId: z.ZodString;
2337
- email: z.ZodString;
2338
- clientId: z.ZodOptional<z.ZodString>;
2339
- channelId: z.ZodOptional<z.ZodString>;
2340
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
2334
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2335
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2336
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2337
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2338
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2339
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2340
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2341
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2342
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
2341
2343
  apiKey: z.ZodOptional<z.ZodString>;
2342
2344
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
2345
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
2343
2346
  }, "strip", z.ZodTypeAny, {
2344
- email: string;
2345
- wabaExternalId: string;
2346
- phoneNumberId: string;
2347
- wabaBusinessId?: string | undefined;
2348
- clientId?: string | undefined;
2349
- channelId?: string | undefined;
2350
- status?: "active" | "pending" | undefined;
2347
+ wabaBusinessId?: string | null | undefined;
2348
+ wabaExternalId?: string | null | undefined;
2349
+ phoneNumberId?: string | null | undefined;
2350
+ email?: string | null | undefined;
2351
+ clientId?: string | null | undefined;
2352
+ channelId?: string | null | undefined;
2353
+ waapiInstanceId?: string | null | undefined;
2354
+ qr?: string | null | undefined;
2355
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2351
2356
  apiKey?: string | undefined;
2352
2357
  tier?: "basic" | "regular" | "premium" | undefined;
2358
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2353
2359
  }, {
2354
- email: string;
2355
- wabaExternalId: string;
2356
- phoneNumberId: string;
2357
- wabaBusinessId?: string | undefined;
2358
- clientId?: string | undefined;
2359
- channelId?: string | undefined;
2360
- status?: "active" | "pending" | undefined;
2360
+ wabaBusinessId?: string | null | undefined;
2361
+ wabaExternalId?: string | null | undefined;
2362
+ phoneNumberId?: string | null | undefined;
2363
+ email?: string | null | undefined;
2364
+ clientId?: string | null | undefined;
2365
+ channelId?: string | null | undefined;
2366
+ waapiInstanceId?: string | null | undefined;
2367
+ qr?: string | null | undefined;
2368
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2361
2369
  apiKey?: string | undefined;
2362
2370
  tier?: "basic" | "regular" | "premium" | undefined;
2371
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2363
2372
  }>>;
2364
2373
  vonageCredentials: z.ZodOptional<z.ZodObject<{
2365
2374
  mobileNumber: z.ZodString;
@@ -2385,15 +2394,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2385
2394
  additionalCredentials?: any;
2386
2395
  senderId?: string | undefined;
2387
2396
  whatsapp?: {
2388
- email: string;
2389
- wabaExternalId: string;
2390
- phoneNumberId: string;
2391
- wabaBusinessId?: string | undefined;
2392
- clientId?: string | undefined;
2393
- channelId?: string | undefined;
2394
- status?: "active" | "pending" | undefined;
2397
+ wabaBusinessId?: string | null | undefined;
2398
+ wabaExternalId?: string | null | undefined;
2399
+ phoneNumberId?: string | null | undefined;
2400
+ email?: string | null | undefined;
2401
+ clientId?: string | null | undefined;
2402
+ channelId?: string | null | undefined;
2403
+ waapiInstanceId?: string | null | undefined;
2404
+ qr?: string | null | undefined;
2405
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2395
2406
  apiKey?: string | undefined;
2396
2407
  tier?: "basic" | "regular" | "premium" | undefined;
2408
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2397
2409
  } | undefined;
2398
2410
  vonageCredentials?: {
2399
2411
  apiKey: string;
@@ -2411,15 +2423,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2411
2423
  additionalCredentials?: any;
2412
2424
  senderId?: string | undefined;
2413
2425
  whatsapp?: {
2414
- email: string;
2415
- wabaExternalId: string;
2416
- phoneNumberId: string;
2417
- wabaBusinessId?: string | undefined;
2418
- clientId?: string | undefined;
2419
- channelId?: string | undefined;
2420
- status?: "active" | "pending" | undefined;
2426
+ wabaBusinessId?: string | null | undefined;
2427
+ wabaExternalId?: string | null | undefined;
2428
+ phoneNumberId?: string | null | undefined;
2429
+ email?: string | null | undefined;
2430
+ clientId?: string | null | undefined;
2431
+ channelId?: string | null | undefined;
2432
+ waapiInstanceId?: string | null | undefined;
2433
+ qr?: string | null | undefined;
2434
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2421
2435
  apiKey?: string | undefined;
2422
2436
  tier?: "basic" | "regular" | "premium" | undefined;
2437
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2423
2438
  } | undefined;
2424
2439
  vonageCredentials?: {
2425
2440
  apiKey: string;
@@ -2671,15 +2686,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2671
2686
  additionalCredentials?: any;
2672
2687
  senderId?: string | undefined;
2673
2688
  whatsapp?: {
2674
- email: string;
2675
- wabaExternalId: string;
2676
- phoneNumberId: string;
2677
- wabaBusinessId?: string | undefined;
2678
- clientId?: string | undefined;
2679
- channelId?: string | undefined;
2680
- status?: "active" | "pending" | undefined;
2689
+ wabaBusinessId?: string | null | undefined;
2690
+ wabaExternalId?: string | null | undefined;
2691
+ phoneNumberId?: string | null | undefined;
2692
+ email?: string | null | undefined;
2693
+ clientId?: string | null | undefined;
2694
+ channelId?: string | null | undefined;
2695
+ waapiInstanceId?: string | null | undefined;
2696
+ qr?: string | null | undefined;
2697
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2681
2698
  apiKey?: string | undefined;
2682
2699
  tier?: "basic" | "regular" | "premium" | undefined;
2700
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2683
2701
  } | undefined;
2684
2702
  vonageCredentials?: {
2685
2703
  apiKey: string;
@@ -2762,15 +2780,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2762
2780
  additionalCredentials?: any;
2763
2781
  senderId?: string | undefined;
2764
2782
  whatsapp?: {
2765
- email: string;
2766
- wabaExternalId: string;
2767
- phoneNumberId: string;
2768
- wabaBusinessId?: string | undefined;
2769
- clientId?: string | undefined;
2770
- channelId?: string | undefined;
2771
- status?: "active" | "pending" | undefined;
2783
+ wabaBusinessId?: string | null | undefined;
2784
+ wabaExternalId?: string | null | undefined;
2785
+ phoneNumberId?: string | null | undefined;
2786
+ email?: string | null | undefined;
2787
+ clientId?: string | null | undefined;
2788
+ channelId?: string | null | undefined;
2789
+ waapiInstanceId?: string | null | undefined;
2790
+ qr?: string | null | undefined;
2791
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2772
2792
  apiKey?: string | undefined;
2773
2793
  tier?: "basic" | "regular" | "premium" | undefined;
2794
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2774
2795
  } | undefined;
2775
2796
  vonageCredentials?: {
2776
2797
  apiKey: string;
@@ -2856,15 +2877,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2856
2877
  additionalCredentials?: any;
2857
2878
  senderId?: string | undefined;
2858
2879
  whatsapp?: {
2859
- email: string;
2860
- wabaExternalId: string;
2861
- phoneNumberId: string;
2862
- wabaBusinessId?: string | undefined;
2863
- clientId?: string | undefined;
2864
- channelId?: string | undefined;
2865
- status?: "active" | "pending" | undefined;
2880
+ wabaBusinessId?: string | null | undefined;
2881
+ wabaExternalId?: string | null | undefined;
2882
+ phoneNumberId?: string | null | undefined;
2883
+ email?: string | null | undefined;
2884
+ clientId?: string | null | undefined;
2885
+ channelId?: string | null | undefined;
2886
+ waapiInstanceId?: string | null | undefined;
2887
+ qr?: string | null | undefined;
2888
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2866
2889
  apiKey?: string | undefined;
2867
2890
  tier?: "basic" | "regular" | "premium" | undefined;
2891
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2868
2892
  } | undefined;
2869
2893
  vonageCredentials?: {
2870
2894
  apiKey: string;
@@ -3036,6 +3060,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3036
3060
  dateValue: Date | null;
3037
3061
  uploads: {
3038
3062
  id: string;
3063
+ status: string | null;
3039
3064
  createdAt: Date;
3040
3065
  updatedAt: Date;
3041
3066
  deletedAt: Date | null;
@@ -3044,7 +3069,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3044
3069
  bucketName: string;
3045
3070
  fileSize: number;
3046
3071
  fileUrl: string | null;
3047
- status?: string | undefined;
3048
3072
  }[];
3049
3073
  }[];
3050
3074
  company: {
@@ -3176,15 +3200,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3176
3200
  additionalCredentials?: any;
3177
3201
  senderId?: string | undefined;
3178
3202
  whatsapp?: {
3179
- email: string;
3180
- wabaExternalId: string;
3181
- phoneNumberId: string;
3182
- wabaBusinessId?: string | undefined;
3183
- clientId?: string | undefined;
3184
- channelId?: string | undefined;
3185
- status?: "active" | "pending" | undefined;
3203
+ wabaBusinessId?: string | null | undefined;
3204
+ wabaExternalId?: string | null | undefined;
3205
+ phoneNumberId?: string | null | undefined;
3206
+ email?: string | null | undefined;
3207
+ clientId?: string | null | undefined;
3208
+ channelId?: string | null | undefined;
3209
+ waapiInstanceId?: string | null | undefined;
3210
+ qr?: string | null | undefined;
3211
+ status?: "active" | "pending" | "waapi-qr" | undefined;
3186
3212
  apiKey?: string | undefined;
3187
3213
  tier?: "basic" | "regular" | "premium" | undefined;
3214
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
3188
3215
  } | undefined;
3189
3216
  vonageCredentials?: {
3190
3217
  apiKey: string;
@@ -3356,6 +3383,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3356
3383
  dateValue: Date | null;
3357
3384
  uploads: {
3358
3385
  id: string;
3386
+ status: string | null;
3359
3387
  createdAt: Date;
3360
3388
  updatedAt: Date;
3361
3389
  deletedAt: Date | null;
@@ -3364,7 +3392,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3364
3392
  bucketName: string;
3365
3393
  fileSize: number;
3366
3394
  fileUrl: string | null;
3367
- status?: string | undefined;
3368
3395
  }[];
3369
3396
  }[];
3370
3397
  company: {
@@ -3844,9 +3871,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3844
3871
  fileSize: z.ZodNumber;
3845
3872
  fileKey: z.ZodString;
3846
3873
  fileUrl: z.ZodNullable<z.ZodString>;
3847
- status: z.ZodOptional<z.ZodString>;
3874
+ status: z.ZodNullable<z.ZodString>;
3848
3875
  }, "strip", z.ZodTypeAny, {
3849
3876
  id: string;
3877
+ status: string | null;
3850
3878
  createdAt: Date;
3851
3879
  updatedAt: Date;
3852
3880
  deletedAt: Date | null;
@@ -3855,9 +3883,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3855
3883
  bucketName: string;
3856
3884
  fileSize: number;
3857
3885
  fileUrl: string | null;
3858
- status?: string | undefined;
3859
3886
  }, {
3860
3887
  id: string;
3888
+ status: string | null;
3861
3889
  createdAt: Date;
3862
3890
  updatedAt: Date;
3863
3891
  deletedAt: Date | null;
@@ -3866,7 +3894,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3866
3894
  bucketName: string;
3867
3895
  fileSize: number;
3868
3896
  fileUrl: string | null;
3869
- status?: string | undefined;
3870
3897
  }>, "many">;
3871
3898
  }, "strip", z.ZodTypeAny, {
3872
3899
  id: string;
@@ -3893,6 +3920,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3893
3920
  dateValue: Date | null;
3894
3921
  uploads: {
3895
3922
  id: string;
3923
+ status: string | null;
3896
3924
  createdAt: Date;
3897
3925
  updatedAt: Date;
3898
3926
  deletedAt: Date | null;
@@ -3901,7 +3929,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3901
3929
  bucketName: string;
3902
3930
  fileSize: number;
3903
3931
  fileUrl: string | null;
3904
- status?: string | undefined;
3905
3932
  }[];
3906
3933
  }, {
3907
3934
  id: string;
@@ -3928,6 +3955,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3928
3955
  dateValue: Date | null;
3929
3956
  uploads: {
3930
3957
  id: string;
3958
+ status: string | null;
3931
3959
  createdAt: Date;
3932
3960
  updatedAt: Date;
3933
3961
  deletedAt: Date | null;
@@ -3936,7 +3964,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3936
3964
  bucketName: string;
3937
3965
  fileSize: number;
3938
3966
  fileUrl: string | null;
3939
- status?: string | undefined;
3940
3967
  }[];
3941
3968
  }>, "many">;
3942
3969
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -4076,6 +4103,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4076
4103
  dateValue: Date | null;
4077
4104
  uploads: {
4078
4105
  id: string;
4106
+ status: string | null;
4079
4107
  createdAt: Date;
4080
4108
  updatedAt: Date;
4081
4109
  deletedAt: Date | null;
@@ -4084,7 +4112,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4084
4112
  bucketName: string;
4085
4113
  fileSize: number;
4086
4114
  fileUrl: string | null;
4087
- status?: string | undefined;
4088
4115
  }[];
4089
4116
  }[];
4090
4117
  company: {
@@ -4187,6 +4214,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4187
4214
  dateValue: Date | null;
4188
4215
  uploads: {
4189
4216
  id: string;
4217
+ status: string | null;
4190
4218
  createdAt: Date;
4191
4219
  updatedAt: Date;
4192
4220
  deletedAt: Date | null;
@@ -4195,7 +4223,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4195
4223
  bucketName: string;
4196
4224
  fileSize: number;
4197
4225
  fileUrl: string | null;
4198
- status?: string | undefined;
4199
4226
  }[];
4200
4227
  }[];
4201
4228
  company: {
@@ -4312,9 +4339,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4312
4339
  fileSize: z.ZodNumber;
4313
4340
  fileKey: z.ZodString;
4314
4341
  fileUrl: z.ZodNullable<z.ZodString>;
4315
- status: z.ZodOptional<z.ZodString>;
4342
+ status: z.ZodNullable<z.ZodString>;
4316
4343
  }, "strip", z.ZodTypeAny, {
4317
4344
  id: string;
4345
+ status: string | null;
4318
4346
  createdAt: Date;
4319
4347
  updatedAt: Date;
4320
4348
  deletedAt: Date | null;
@@ -4323,9 +4351,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4323
4351
  bucketName: string;
4324
4352
  fileSize: number;
4325
4353
  fileUrl: string | null;
4326
- status?: string | undefined;
4327
4354
  }, {
4328
4355
  id: string;
4356
+ status: string | null;
4329
4357
  createdAt: Date;
4330
4358
  updatedAt: Date;
4331
4359
  deletedAt: Date | null;
@@ -4334,7 +4362,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4334
4362
  bucketName: string;
4335
4363
  fileSize: number;
4336
4364
  fileUrl: string | null;
4337
- status?: string | undefined;
4338
4365
  }>>>;
4339
4366
  callParticipants: z.ZodNullable<z.ZodObject<{
4340
4367
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -5299,6 +5326,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5299
5326
  dateValue: Date | null;
5300
5327
  uploads: {
5301
5328
  id: string;
5329
+ status: string | null;
5302
5330
  createdAt: Date;
5303
5331
  updatedAt: Date;
5304
5332
  deletedAt: Date | null;
@@ -5307,7 +5335,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5307
5335
  bucketName: string;
5308
5336
  fileSize: number;
5309
5337
  fileUrl: string | null;
5310
- status?: string | undefined;
5311
5338
  }[];
5312
5339
  }[];
5313
5340
  company: {
@@ -5390,6 +5417,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5390
5417
  } | null | undefined;
5391
5418
  upload?: {
5392
5419
  id: string;
5420
+ status: string | null;
5393
5421
  createdAt: Date;
5394
5422
  updatedAt: Date;
5395
5423
  deletedAt: Date | null;
@@ -5398,7 +5426,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5398
5426
  bucketName: string;
5399
5427
  fileSize: number;
5400
5428
  fileUrl: string | null;
5401
- status?: string | undefined;
5402
5429
  } | null | undefined;
5403
5430
  extension?: {
5404
5431
  id: string;
@@ -5569,6 +5596,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5569
5596
  dateValue: Date | null;
5570
5597
  uploads: {
5571
5598
  id: string;
5599
+ status: string | null;
5572
5600
  createdAt: Date;
5573
5601
  updatedAt: Date;
5574
5602
  deletedAt: Date | null;
@@ -5577,7 +5605,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5577
5605
  bucketName: string;
5578
5606
  fileSize: number;
5579
5607
  fileUrl: string | null;
5580
- status?: string | undefined;
5581
5608
  }[];
5582
5609
  }[];
5583
5610
  company: {
@@ -5660,6 +5687,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5660
5687
  } | null | undefined;
5661
5688
  upload?: {
5662
5689
  id: string;
5690
+ status: string | null;
5663
5691
  createdAt: Date;
5664
5692
  updatedAt: Date;
5665
5693
  deletedAt: Date | null;
@@ -5668,7 +5696,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5668
5696
  bucketName: string;
5669
5697
  fileSize: number;
5670
5698
  fileUrl: string | null;
5671
- status?: string | undefined;
5672
5699
  } | null | undefined;
5673
5700
  extension?: {
5674
5701
  id: string;
@@ -6083,9 +6110,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6083
6110
  fileSize: z.ZodNumber;
6084
6111
  fileKey: z.ZodString;
6085
6112
  fileUrl: z.ZodNullable<z.ZodString>;
6086
- status: z.ZodOptional<z.ZodString>;
6113
+ status: z.ZodNullable<z.ZodString>;
6087
6114
  }, "strip", z.ZodTypeAny, {
6088
6115
  id: string;
6116
+ status: string | null;
6089
6117
  createdAt: Date;
6090
6118
  updatedAt: Date;
6091
6119
  deletedAt: Date | null;
@@ -6094,9 +6122,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6094
6122
  bucketName: string;
6095
6123
  fileSize: number;
6096
6124
  fileUrl: string | null;
6097
- status?: string | undefined;
6098
6125
  }, {
6099
6126
  id: string;
6127
+ status: string | null;
6100
6128
  createdAt: Date;
6101
6129
  updatedAt: Date;
6102
6130
  deletedAt: Date | null;
@@ -6105,7 +6133,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6105
6133
  bucketName: string;
6106
6134
  fileSize: number;
6107
6135
  fileUrl: string | null;
6108
- status?: string | undefined;
6109
6136
  }>, "many">;
6110
6137
  }, "strip", z.ZodTypeAny, {
6111
6138
  id: string;
@@ -6132,6 +6159,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6132
6159
  dateValue: Date | null;
6133
6160
  uploads: {
6134
6161
  id: string;
6162
+ status: string | null;
6135
6163
  createdAt: Date;
6136
6164
  updatedAt: Date;
6137
6165
  deletedAt: Date | null;
@@ -6140,7 +6168,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6140
6168
  bucketName: string;
6141
6169
  fileSize: number;
6142
6170
  fileUrl: string | null;
6143
- status?: string | undefined;
6144
6171
  }[];
6145
6172
  }, {
6146
6173
  id: string;
@@ -6167,6 +6194,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6167
6194
  dateValue: Date | null;
6168
6195
  uploads: {
6169
6196
  id: string;
6197
+ status: string | null;
6170
6198
  createdAt: Date;
6171
6199
  updatedAt: Date;
6172
6200
  deletedAt: Date | null;
@@ -6175,7 +6203,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6175
6203
  bucketName: string;
6176
6204
  fileSize: number;
6177
6205
  fileUrl: string | null;
6178
- status?: string | undefined;
6179
6206
  }[];
6180
6207
  }>, "many">;
6181
6208
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -6315,6 +6342,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6315
6342
  dateValue: Date | null;
6316
6343
  uploads: {
6317
6344
  id: string;
6345
+ status: string | null;
6318
6346
  createdAt: Date;
6319
6347
  updatedAt: Date;
6320
6348
  deletedAt: Date | null;
@@ -6323,7 +6351,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6323
6351
  bucketName: string;
6324
6352
  fileSize: number;
6325
6353
  fileUrl: string | null;
6326
- status?: string | undefined;
6327
6354
  }[];
6328
6355
  }[];
6329
6356
  company: {
@@ -6426,6 +6453,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6426
6453
  dateValue: Date | null;
6427
6454
  uploads: {
6428
6455
  id: string;
6456
+ status: string | null;
6429
6457
  createdAt: Date;
6430
6458
  updatedAt: Date;
6431
6459
  deletedAt: Date | null;
@@ -6434,7 +6462,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6434
6462
  bucketName: string;
6435
6463
  fileSize: number;
6436
6464
  fileUrl: string | null;
6437
- status?: string | undefined;
6438
6465
  }[];
6439
6466
  }[];
6440
6467
  company: {
@@ -7118,6 +7145,34 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7118
7145
  };
7119
7146
  }>>;
7120
7147
  contactLabel: z.ZodArray<z.ZodString, "many">;
7148
+ cxIntelligence: z.ZodObject<{
7149
+ id: z.ZodString;
7150
+ intelligenceType: z.ZodString;
7151
+ provider: z.ZodString;
7152
+ cxLogId: z.ZodString;
7153
+ transcript: z.ZodString;
7154
+ summary: z.ZodString;
7155
+ usage: z.ZodNumber;
7156
+ usageUnit: z.ZodString;
7157
+ }, "strip", z.ZodTypeAny, {
7158
+ id: string;
7159
+ summary: string;
7160
+ cxLogId: string;
7161
+ intelligenceType: string;
7162
+ provider: string;
7163
+ transcript: string;
7164
+ usage: number;
7165
+ usageUnit: string;
7166
+ }, {
7167
+ id: string;
7168
+ summary: string;
7169
+ cxLogId: string;
7170
+ intelligenceType: string;
7171
+ provider: string;
7172
+ transcript: string;
7173
+ usage: number;
7174
+ usageUnit: string;
7175
+ }>;
7121
7176
  }, "strip", z.ZodTypeAny, {
7122
7177
  id: string;
7123
7178
  channel: string | null;
@@ -7159,6 +7214,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7159
7214
  dateValue: Date | null;
7160
7215
  uploads: {
7161
7216
  id: string;
7217
+ status: string | null;
7162
7218
  createdAt: Date;
7163
7219
  updatedAt: Date;
7164
7220
  deletedAt: Date | null;
@@ -7167,7 +7223,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7167
7223
  bucketName: string;
7168
7224
  fileSize: number;
7169
7225
  fileUrl: string | null;
7170
- status?: string | undefined;
7171
7226
  }[];
7172
7227
  }[];
7173
7228
  company: {
@@ -7328,15 +7383,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7328
7383
  additionalCredentials?: any;
7329
7384
  senderId?: string | undefined;
7330
7385
  whatsapp?: {
7331
- email: string;
7332
- wabaExternalId: string;
7333
- phoneNumberId: string;
7334
- wabaBusinessId?: string | undefined;
7335
- clientId?: string | undefined;
7336
- channelId?: string | undefined;
7337
- status?: "active" | "pending" | undefined;
7386
+ wabaBusinessId?: string | null | undefined;
7387
+ wabaExternalId?: string | null | undefined;
7388
+ phoneNumberId?: string | null | undefined;
7389
+ email?: string | null | undefined;
7390
+ clientId?: string | null | undefined;
7391
+ channelId?: string | null | undefined;
7392
+ waapiInstanceId?: string | null | undefined;
7393
+ qr?: string | null | undefined;
7394
+ status?: "active" | "pending" | "waapi-qr" | undefined;
7338
7395
  apiKey?: string | undefined;
7339
7396
  tier?: "basic" | "regular" | "premium" | undefined;
7397
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
7340
7398
  } | undefined;
7341
7399
  vonageCredentials?: {
7342
7400
  apiKey: string;
@@ -7508,6 +7566,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7508
7566
  dateValue: Date | null;
7509
7567
  uploads: {
7510
7568
  id: string;
7569
+ status: string | null;
7511
7570
  createdAt: Date;
7512
7571
  updatedAt: Date;
7513
7572
  deletedAt: Date | null;
@@ -7516,7 +7575,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7516
7575
  bucketName: string;
7517
7576
  fileSize: number;
7518
7577
  fileUrl: string | null;
7519
- status?: string | undefined;
7520
7578
  }[];
7521
7579
  }[];
7522
7580
  company: {
@@ -7747,6 +7805,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7747
7805
  dateValue: Date | null;
7748
7806
  uploads: {
7749
7807
  id: string;
7808
+ status: string | null;
7750
7809
  createdAt: Date;
7751
7810
  updatedAt: Date;
7752
7811
  deletedAt: Date | null;
@@ -7755,7 +7814,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7755
7814
  bucketName: string;
7756
7815
  fileSize: number;
7757
7816
  fileUrl: string | null;
7758
- status?: string | undefined;
7759
7817
  }[];
7760
7818
  }[];
7761
7819
  company: {
@@ -7838,6 +7896,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7838
7896
  } | null | undefined;
7839
7897
  upload?: {
7840
7898
  id: string;
7899
+ status: string | null;
7841
7900
  createdAt: Date;
7842
7901
  updatedAt: Date;
7843
7902
  deletedAt: Date | null;
@@ -7846,7 +7905,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7846
7905
  bucketName: string;
7847
7906
  fileSize: number;
7848
7907
  fileUrl: string | null;
7849
- status?: string | undefined;
7850
7908
  } | null | undefined;
7851
7909
  extension?: {
7852
7910
  id: string;
@@ -8042,6 +8100,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8042
8100
  };
8043
8101
  } | null;
8044
8102
  contactLabel: string[];
8103
+ cxIntelligence: {
8104
+ id: string;
8105
+ summary: string;
8106
+ cxLogId: string;
8107
+ intelligenceType: string;
8108
+ provider: string;
8109
+ transcript: string;
8110
+ usage: number;
8111
+ usageUnit: string;
8112
+ };
8045
8113
  }, {
8046
8114
  id: string;
8047
8115
  channel: string | null;
@@ -8083,6 +8151,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8083
8151
  dateValue: Date | null;
8084
8152
  uploads: {
8085
8153
  id: string;
8154
+ status: string | null;
8086
8155
  createdAt: Date;
8087
8156
  updatedAt: Date;
8088
8157
  deletedAt: Date | null;
@@ -8091,7 +8160,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8091
8160
  bucketName: string;
8092
8161
  fileSize: number;
8093
8162
  fileUrl: string | null;
8094
- status?: string | undefined;
8095
8163
  }[];
8096
8164
  }[];
8097
8165
  company: {
@@ -8252,15 +8320,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8252
8320
  additionalCredentials?: any;
8253
8321
  senderId?: string | undefined;
8254
8322
  whatsapp?: {
8255
- email: string;
8256
- wabaExternalId: string;
8257
- phoneNumberId: string;
8258
- wabaBusinessId?: string | undefined;
8259
- clientId?: string | undefined;
8260
- channelId?: string | undefined;
8261
- status?: "active" | "pending" | undefined;
8323
+ wabaBusinessId?: string | null | undefined;
8324
+ wabaExternalId?: string | null | undefined;
8325
+ phoneNumberId?: string | null | undefined;
8326
+ email?: string | null | undefined;
8327
+ clientId?: string | null | undefined;
8328
+ channelId?: string | null | undefined;
8329
+ waapiInstanceId?: string | null | undefined;
8330
+ qr?: string | null | undefined;
8331
+ status?: "active" | "pending" | "waapi-qr" | undefined;
8262
8332
  apiKey?: string | undefined;
8263
8333
  tier?: "basic" | "regular" | "premium" | undefined;
8334
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
8264
8335
  } | undefined;
8265
8336
  vonageCredentials?: {
8266
8337
  apiKey: string;
@@ -8432,6 +8503,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8432
8503
  dateValue: Date | null;
8433
8504
  uploads: {
8434
8505
  id: string;
8506
+ status: string | null;
8435
8507
  createdAt: Date;
8436
8508
  updatedAt: Date;
8437
8509
  deletedAt: Date | null;
@@ -8440,7 +8512,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8440
8512
  bucketName: string;
8441
8513
  fileSize: number;
8442
8514
  fileUrl: string | null;
8443
- status?: string | undefined;
8444
8515
  }[];
8445
8516
  }[];
8446
8517
  company: {
@@ -8671,6 +8742,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8671
8742
  dateValue: Date | null;
8672
8743
  uploads: {
8673
8744
  id: string;
8745
+ status: string | null;
8674
8746
  createdAt: Date;
8675
8747
  updatedAt: Date;
8676
8748
  deletedAt: Date | null;
@@ -8679,7 +8751,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8679
8751
  bucketName: string;
8680
8752
  fileSize: number;
8681
8753
  fileUrl: string | null;
8682
- status?: string | undefined;
8683
8754
  }[];
8684
8755
  }[];
8685
8756
  company: {
@@ -8762,6 +8833,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8762
8833
  } | null | undefined;
8763
8834
  upload?: {
8764
8835
  id: string;
8836
+ status: string | null;
8765
8837
  createdAt: Date;
8766
8838
  updatedAt: Date;
8767
8839
  deletedAt: Date | null;
@@ -8770,7 +8842,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8770
8842
  bucketName: string;
8771
8843
  fileSize: number;
8772
8844
  fileUrl: string | null;
8773
- status?: string | undefined;
8774
8845
  } | null | undefined;
8775
8846
  extension?: {
8776
8847
  id: string;
@@ -8966,5 +9037,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8966
9037
  };
8967
9038
  } | null;
8968
9039
  contactLabel: string[];
9040
+ cxIntelligence: {
9041
+ id: string;
9042
+ summary: string;
9043
+ cxLogId: string;
9044
+ intelligenceType: string;
9045
+ provider: string;
9046
+ transcript: string;
9047
+ usage: number;
9048
+ usageUnit: string;
9049
+ };
8969
9050
  }>;
8970
9051
  //# sourceMappingURL=schema.d.ts.map