@kl1/contracts 1.1.56 → 1.1.57

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 (130) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +9108 -4613
  20. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/schema.d.ts +2025 -1005
  22. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/chat/validation.d.ts +1566 -775
  24. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  26. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  27. package/dist/api-contracts/src/company/index.d.ts +4 -4
  28. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  29. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  30. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  31. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  32. package/dist/api-contracts/src/contract.d.ts +15618 -10875
  33. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  34. package/dist/api-contracts/src/cx-log/index.d.ts +267 -252
  35. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/cx-log/schema.d.ts +325 -200
  37. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  38. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  39. package/dist/api-contracts/src/dashboard/index.d.ts +44 -44
  40. package/dist/api-contracts/src/dashboard/schema.d.ts +36 -36
  41. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  42. package/dist/api-contracts/src/facebook-feed/index.d.ts +1265 -725
  43. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/facebook-feed/schema.d.ts +67 -67
  45. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  46. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  47. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  48. package/dist/api-contracts/src/index.d.ts +1 -0
  49. package/dist/api-contracts/src/index.d.ts.map +1 -1
  50. package/dist/api-contracts/src/instagram/index.d.ts +1173 -633
  51. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  52. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  53. package/dist/api-contracts/src/line/index.d.ts +1160 -620
  54. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  56. package/dist/api-contracts/src/line/validation.d.ts +55 -55
  57. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  58. package/dist/api-contracts/src/mail/mail-contract.d.ts +3138 -2526
  59. package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
  60. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  61. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  62. package/dist/api-contracts/src/mail/room-contract.d.ts +2056 -1444
  63. package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
  64. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  65. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  66. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  67. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +672 -468
  68. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  69. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +618 -458
  70. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/messenger/index.d.ts +1176 -636
  72. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  74. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  75. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  76. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  77. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  78. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  79. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  80. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  81. package/dist/api-contracts/src/sms/index.d.ts +91 -91
  82. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  83. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  84. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  85. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  86. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  87. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  88. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  89. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  90. package/dist/api-contracts/src/telegram/index.d.ts +1115 -575
  91. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  92. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  93. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  94. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  95. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  96. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  97. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  98. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  99. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  100. package/dist/api-contracts/src/user/index.d.ts +23 -23
  101. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  103. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  104. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  105. package/dist/api-contracts/src/viber/index.d.ts +1115 -575
  106. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  107. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  108. package/dist/api-contracts/src/webchat/index.d.ts +1139 -599
  109. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  110. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  111. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  112. package/dist/api-contracts/src/whatsapp/index.d.ts +1139 -599
  113. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  114. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  115. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  116. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  117. package/dist/api-contracts/src/workflow-rule/index.d.ts +620 -212
  118. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  119. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  120. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  121. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  122. package/dist/api-contracts/utils.d.ts +1 -1
  123. package/dist/api-contracts/utils.d.ts.map +1 -1
  124. package/dist/entities/src/enums/chat.d.ts +3 -0
  125. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  126. package/dist/index.js +3044 -2889
  127. package/dist/index.js.map +1 -1
  128. package/dist/index.mjs +3043 -2889
  129. package/dist/index.mjs.map +1 -1
  130. package/package.json +1 -1
@@ -110,14 +110,14 @@ export declare const telephonyCdrContract: {
110
110
  deletedAt: z.ZodNullable<z.ZodDate>;
111
111
  name: z.ZodString;
112
112
  }, "strip", z.ZodTypeAny, {
113
- name: string;
114
113
  id: string;
114
+ name: string;
115
115
  createdAt: Date;
116
116
  updatedAt: Date;
117
117
  deletedAt: Date | null;
118
118
  }, {
119
- name: string;
120
119
  id: string;
120
+ name: string;
121
121
  createdAt: Date;
122
122
  updatedAt: Date;
123
123
  deletedAt: Date | null;
@@ -273,8 +273,8 @@ export declare const telephonyCdrContract: {
273
273
  createdAt: Date;
274
274
  updatedAt: Date;
275
275
  deletedAt: Date | null;
276
- name?: string | undefined;
277
276
  address?: string | null | undefined;
277
+ name?: string | undefined;
278
278
  phone?: string | null | undefined;
279
279
  industry?: string | null | undefined;
280
280
  }, {
@@ -282,8 +282,8 @@ export declare const telephonyCdrContract: {
282
282
  createdAt: Date;
283
283
  updatedAt: Date;
284
284
  deletedAt: Date | null;
285
- name?: string | undefined;
286
285
  address?: string | null | undefined;
286
+ name?: string | undefined;
287
287
  phone?: string | null | undefined;
288
288
  industry?: string | null | undefined;
289
289
  }>>;
@@ -301,13 +301,13 @@ export declare const telephonyCdrContract: {
301
301
  picture: z.ZodOptional<z.ZodString>;
302
302
  additionalCredentials: z.ZodAny;
303
303
  }, "strip", z.ZodTypeAny, {
304
- name: string;
305
304
  id: string;
305
+ name: string;
306
306
  picture?: string | undefined;
307
307
  additionalCredentials?: any;
308
308
  }, {
309
- name: string;
310
309
  id: string;
310
+ name: string;
311
311
  picture?: string | undefined;
312
312
  additionalCredentials?: any;
313
313
  }>;
@@ -315,8 +315,8 @@ export declare const telephonyCdrContract: {
315
315
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
316
316
  id: string;
317
317
  metadata: {
318
- name: string;
319
318
  id: string;
319
+ name: string;
320
320
  picture?: string | undefined;
321
321
  additionalCredentials?: any;
322
322
  };
@@ -329,8 +329,8 @@ export declare const telephonyCdrContract: {
329
329
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
330
330
  id: string;
331
331
  metadata: {
332
- name: string;
333
332
  id: string;
333
+ name: string;
334
334
  picture?: string | undefined;
335
335
  additionalCredentials?: any;
336
336
  };
@@ -640,10 +640,10 @@ export declare const telephonyCdrContract: {
640
640
  };
641
641
  }>, "many">>;
642
642
  }, "strip", z.ZodTypeAny, {
643
- name: string;
644
643
  id: string;
645
644
  channel: string | null;
646
645
  address: string | null;
646
+ name: string;
647
647
  createdAt: Date;
648
648
  updatedAt: Date;
649
649
  deletedAt: Date | null;
@@ -688,8 +688,8 @@ export declare const telephonyCdrContract: {
688
688
  createdAt: Date;
689
689
  updatedAt: Date;
690
690
  deletedAt: Date | null;
691
- name?: string | undefined;
692
691
  address?: string | null | undefined;
692
+ name?: string | undefined;
693
693
  phone?: string | null | undefined;
694
694
  industry?: string | null | undefined;
695
695
  } | null;
@@ -697,8 +697,8 @@ export declare const telephonyCdrContract: {
697
697
  contactProfile: string | null;
698
698
  socialProfileUrl: string | null;
699
699
  tags: {
700
- name: string;
701
700
  id: string;
701
+ name: string;
702
702
  createdAt: Date;
703
703
  updatedAt: Date;
704
704
  deletedAt: Date | null;
@@ -723,8 +723,8 @@ export declare const telephonyCdrContract: {
723
723
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
724
724
  id: string;
725
725
  metadata: {
726
- name: string;
727
726
  id: string;
727
+ name: string;
728
728
  picture?: string | undefined;
729
729
  additionalCredentials?: any;
730
730
  };
@@ -751,10 +751,10 @@ export declare const telephonyCdrContract: {
751
751
  };
752
752
  }[] | undefined;
753
753
  }, {
754
- name: string;
755
754
  id: string;
756
755
  channel: string | null;
757
756
  address: string | null;
757
+ name: string;
758
758
  createdAt: Date;
759
759
  updatedAt: Date;
760
760
  deletedAt: Date | null;
@@ -799,8 +799,8 @@ export declare const telephonyCdrContract: {
799
799
  createdAt: Date;
800
800
  updatedAt: Date;
801
801
  deletedAt: Date | null;
802
- name?: string | undefined;
803
802
  address?: string | null | undefined;
803
+ name?: string | undefined;
804
804
  phone?: string | null | undefined;
805
805
  industry?: string | null | undefined;
806
806
  } | null;
@@ -808,8 +808,8 @@ export declare const telephonyCdrContract: {
808
808
  contactProfile: string | null;
809
809
  socialProfileUrl: string | null;
810
810
  tags: {
811
- name: string;
812
811
  id: string;
812
+ name: string;
813
813
  createdAt: Date;
814
814
  updatedAt: Date;
815
815
  deletedAt: Date | null;
@@ -834,8 +834,8 @@ export declare const telephonyCdrContract: {
834
834
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
835
835
  id: string;
836
836
  metadata: {
837
- name: string;
838
837
  id: string;
838
+ name: string;
839
839
  picture?: string | undefined;
840
840
  additionalCredentials?: any;
841
841
  };
@@ -1053,9 +1053,9 @@ export declare const telephonyCdrContract: {
1053
1053
  telephonySignature: string | null;
1054
1054
  }>;
1055
1055
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
1056
- name: string;
1057
1056
  id: string;
1058
1057
  address: string | null;
1058
+ name: string;
1059
1059
  email: string;
1060
1060
  createdAt: Date;
1061
1061
  updatedAt: Date;
@@ -1065,9 +1065,9 @@ export declare const telephonyCdrContract: {
1065
1065
  phone: string | null;
1066
1066
  notificationCount: number | null;
1067
1067
  }, {
1068
- name: string;
1069
1068
  id: string;
1070
1069
  address: string | null;
1070
+ name: string;
1071
1071
  email: string;
1072
1072
  createdAt: Date;
1073
1073
  updatedAt: Date;
@@ -1090,9 +1090,9 @@ export declare const telephonyCdrContract: {
1090
1090
  }, "strip", z.ZodTypeAny, {
1091
1091
  id: string;
1092
1092
  user: {
1093
- name: string;
1094
1093
  id: string;
1095
1094
  address: string | null;
1095
+ name: string;
1096
1096
  email: string;
1097
1097
  createdAt: Date;
1098
1098
  updatedAt: Date;
@@ -1115,9 +1115,9 @@ export declare const telephonyCdrContract: {
1115
1115
  }, {
1116
1116
  id: string;
1117
1117
  user: {
1118
- name: string;
1119
1118
  id: string;
1120
1119
  address: string | null;
1120
+ name: string;
1121
1121
  email: string;
1122
1122
  createdAt: Date;
1123
1123
  updatedAt: Date;
@@ -1258,9 +1258,9 @@ export declare const telephonyCdrContract: {
1258
1258
  telephonySignature: string | null;
1259
1259
  }>;
1260
1260
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
1261
- name: string;
1262
1261
  id: string;
1263
1262
  address: string | null;
1263
+ name: string;
1264
1264
  email: string;
1265
1265
  createdAt: Date;
1266
1266
  updatedAt: Date;
@@ -1270,9 +1270,9 @@ export declare const telephonyCdrContract: {
1270
1270
  phone: string | null;
1271
1271
  notificationCount: number | null;
1272
1272
  }, {
1273
- name: string;
1274
1273
  id: string;
1275
1274
  address: string | null;
1275
+ name: string;
1276
1276
  email: string;
1277
1277
  createdAt: Date;
1278
1278
  updatedAt: Date;
@@ -1295,9 +1295,9 @@ export declare const telephonyCdrContract: {
1295
1295
  }, "strip", z.ZodTypeAny, {
1296
1296
  id: string;
1297
1297
  user: {
1298
- name: string;
1299
1298
  id: string;
1300
1299
  address: string | null;
1300
+ name: string;
1301
1301
  email: string;
1302
1302
  createdAt: Date;
1303
1303
  updatedAt: Date;
@@ -1320,9 +1320,9 @@ export declare const telephonyCdrContract: {
1320
1320
  }, {
1321
1321
  id: string;
1322
1322
  user: {
1323
- name: string;
1324
1323
  id: string;
1325
1324
  address: string | null;
1325
+ name: string;
1326
1326
  email: string;
1327
1327
  createdAt: Date;
1328
1328
  updatedAt: Date;
@@ -1347,9 +1347,9 @@ export declare const telephonyCdrContract: {
1347
1347
  callTo?: {
1348
1348
  id: string;
1349
1349
  user: {
1350
- name: string;
1351
1350
  id: string;
1352
1351
  address: string | null;
1352
+ name: string;
1353
1353
  email: string;
1354
1354
  createdAt: Date;
1355
1355
  updatedAt: Date;
@@ -1373,9 +1373,9 @@ export declare const telephonyCdrContract: {
1373
1373
  callFrom?: {
1374
1374
  id: string;
1375
1375
  user: {
1376
- name: string;
1377
1376
  id: string;
1378
1377
  address: string | null;
1378
+ name: string;
1379
1379
  email: string;
1380
1380
  createdAt: Date;
1381
1381
  updatedAt: Date;
@@ -1400,9 +1400,9 @@ export declare const telephonyCdrContract: {
1400
1400
  callTo?: {
1401
1401
  id: string;
1402
1402
  user: {
1403
- name: string;
1404
1403
  id: string;
1405
1404
  address: string | null;
1405
+ name: string;
1406
1406
  email: string;
1407
1407
  createdAt: Date;
1408
1408
  updatedAt: Date;
@@ -1426,9 +1426,9 @@ export declare const telephonyCdrContract: {
1426
1426
  callFrom?: {
1427
1427
  id: string;
1428
1428
  user: {
1429
- name: string;
1430
1429
  id: string;
1431
1430
  address: string | null;
1431
+ name: string;
1432
1432
  email: string;
1433
1433
  createdAt: Date;
1434
1434
  updatedAt: Date;
@@ -1582,9 +1582,9 @@ export declare const telephonyCdrContract: {
1582
1582
  telephonySignature: string | null;
1583
1583
  }>;
1584
1584
  }, "strip", z.ZodTypeAny, {
1585
- name: string;
1586
1585
  id: string;
1587
1586
  address: string | null;
1587
+ name: string;
1588
1588
  email: string;
1589
1589
  createdAt: Date;
1590
1590
  updatedAt: Date;
@@ -1625,9 +1625,9 @@ export declare const telephonyCdrContract: {
1625
1625
  telephonySignature: string | null;
1626
1626
  };
1627
1627
  }, {
1628
- name: string;
1629
1628
  id: string;
1630
1629
  address: string | null;
1630
+ name: string;
1631
1631
  email: string;
1632
1632
  createdAt: Date;
1633
1633
  updatedAt: Date;
@@ -1681,9 +1681,9 @@ export declare const telephonyCdrContract: {
1681
1681
  extensionName: string;
1682
1682
  telephonySignature: string | null;
1683
1683
  user?: {
1684
- name: string;
1685
1684
  id: string;
1686
1685
  address: string | null;
1686
+ name: string;
1687
1687
  email: string;
1688
1688
  createdAt: Date;
1689
1689
  updatedAt: Date;
@@ -1737,9 +1737,9 @@ export declare const telephonyCdrContract: {
1737
1737
  extensionName: string;
1738
1738
  telephonySignature: string | null;
1739
1739
  user?: {
1740
- name: string;
1741
1740
  id: string;
1742
1741
  address: string | null;
1742
+ name: string;
1743
1743
  email: string;
1744
1744
  createdAt: Date;
1745
1745
  updatedAt: Date;
@@ -1809,9 +1809,9 @@ export declare const telephonyCdrContract: {
1809
1809
  callTo?: {
1810
1810
  id: string;
1811
1811
  user: {
1812
- name: string;
1813
1812
  id: string;
1814
1813
  address: string | null;
1814
+ name: string;
1815
1815
  email: string;
1816
1816
  createdAt: Date;
1817
1817
  updatedAt: Date;
@@ -1835,9 +1835,9 @@ export declare const telephonyCdrContract: {
1835
1835
  callFrom?: {
1836
1836
  id: string;
1837
1837
  user: {
1838
- name: string;
1839
1838
  id: string;
1840
1839
  address: string | null;
1840
+ name: string;
1841
1841
  email: string;
1842
1842
  createdAt: Date;
1843
1843
  updatedAt: Date;
@@ -1863,10 +1863,10 @@ export declare const telephonyCdrContract: {
1863
1863
  telephonyQueueId: string | null;
1864
1864
  contactId: string | null;
1865
1865
  contact?: {
1866
- name: string;
1867
1866
  id: string;
1868
1867
  channel: string | null;
1869
1868
  address: string | null;
1869
+ name: string;
1870
1870
  createdAt: Date;
1871
1871
  updatedAt: Date;
1872
1872
  deletedAt: Date | null;
@@ -1911,8 +1911,8 @@ export declare const telephonyCdrContract: {
1911
1911
  createdAt: Date;
1912
1912
  updatedAt: Date;
1913
1913
  deletedAt: Date | null;
1914
- name?: string | undefined;
1915
1914
  address?: string | null | undefined;
1915
+ name?: string | undefined;
1916
1916
  phone?: string | null | undefined;
1917
1917
  industry?: string | null | undefined;
1918
1918
  } | null;
@@ -1920,8 +1920,8 @@ export declare const telephonyCdrContract: {
1920
1920
  contactProfile: string | null;
1921
1921
  socialProfileUrl: string | null;
1922
1922
  tags: {
1923
- name: string;
1924
1923
  id: string;
1924
+ name: string;
1925
1925
  createdAt: Date;
1926
1926
  updatedAt: Date;
1927
1927
  deletedAt: Date | null;
@@ -1946,8 +1946,8 @@ export declare const telephonyCdrContract: {
1946
1946
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1947
1947
  id: string;
1948
1948
  metadata: {
1949
- name: string;
1950
1949
  id: string;
1950
+ name: string;
1951
1951
  picture?: string | undefined;
1952
1952
  additionalCredentials?: any;
1953
1953
  };
@@ -2009,9 +2009,9 @@ export declare const telephonyCdrContract: {
2009
2009
  extensionName: string;
2010
2010
  telephonySignature: string | null;
2011
2011
  user?: {
2012
- name: string;
2013
2012
  id: string;
2014
2013
  address: string | null;
2014
+ name: string;
2015
2015
  email: string;
2016
2016
  createdAt: Date;
2017
2017
  updatedAt: Date;
@@ -2079,9 +2079,9 @@ export declare const telephonyCdrContract: {
2079
2079
  callTo?: {
2080
2080
  id: string;
2081
2081
  user: {
2082
- name: string;
2083
2082
  id: string;
2084
2083
  address: string | null;
2084
+ name: string;
2085
2085
  email: string;
2086
2086
  createdAt: Date;
2087
2087
  updatedAt: Date;
@@ -2105,9 +2105,9 @@ export declare const telephonyCdrContract: {
2105
2105
  callFrom?: {
2106
2106
  id: string;
2107
2107
  user: {
2108
- name: string;
2109
2108
  id: string;
2110
2109
  address: string | null;
2110
+ name: string;
2111
2111
  email: string;
2112
2112
  createdAt: Date;
2113
2113
  updatedAt: Date;
@@ -2133,10 +2133,10 @@ export declare const telephonyCdrContract: {
2133
2133
  telephonyQueueId: string | null;
2134
2134
  contactId: string | null;
2135
2135
  contact?: {
2136
- name: string;
2137
2136
  id: string;
2138
2137
  channel: string | null;
2139
2138
  address: string | null;
2139
+ name: string;
2140
2140
  createdAt: Date;
2141
2141
  updatedAt: Date;
2142
2142
  deletedAt: Date | null;
@@ -2181,8 +2181,8 @@ export declare const telephonyCdrContract: {
2181
2181
  createdAt: Date;
2182
2182
  updatedAt: Date;
2183
2183
  deletedAt: Date | null;
2184
- name?: string | undefined;
2185
2184
  address?: string | null | undefined;
2185
+ name?: string | undefined;
2186
2186
  phone?: string | null | undefined;
2187
2187
  industry?: string | null | undefined;
2188
2188
  } | null;
@@ -2190,8 +2190,8 @@ export declare const telephonyCdrContract: {
2190
2190
  contactProfile: string | null;
2191
2191
  socialProfileUrl: string | null;
2192
2192
  tags: {
2193
- name: string;
2194
2193
  id: string;
2194
+ name: string;
2195
2195
  createdAt: Date;
2196
2196
  updatedAt: Date;
2197
2197
  deletedAt: Date | null;
@@ -2216,8 +2216,8 @@ export declare const telephonyCdrContract: {
2216
2216
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2217
2217
  id: string;
2218
2218
  metadata: {
2219
- name: string;
2220
2219
  id: string;
2220
+ name: string;
2221
2221
  picture?: string | undefined;
2222
2222
  additionalCredentials?: any;
2223
2223
  };
@@ -2279,9 +2279,9 @@ export declare const telephonyCdrContract: {
2279
2279
  extensionName: string;
2280
2280
  telephonySignature: string | null;
2281
2281
  user?: {
2282
- name: string;
2283
2282
  id: string;
2284
2283
  address: string | null;
2284
+ name: string;
2285
2285
  email: string;
2286
2286
  createdAt: Date;
2287
2287
  updatedAt: Date;
@@ -2355,9 +2355,9 @@ export declare const telephonyCdrContract: {
2355
2355
  callTo?: {
2356
2356
  id: string;
2357
2357
  user: {
2358
- name: string;
2359
2358
  id: string;
2360
2359
  address: string | null;
2360
+ name: string;
2361
2361
  email: string;
2362
2362
  createdAt: Date;
2363
2363
  updatedAt: Date;
@@ -2381,9 +2381,9 @@ export declare const telephonyCdrContract: {
2381
2381
  callFrom?: {
2382
2382
  id: string;
2383
2383
  user: {
2384
- name: string;
2385
2384
  id: string;
2386
2385
  address: string | null;
2386
+ name: string;
2387
2387
  email: string;
2388
2388
  createdAt: Date;
2389
2389
  updatedAt: Date;
@@ -2409,10 +2409,10 @@ export declare const telephonyCdrContract: {
2409
2409
  telephonyQueueId: string | null;
2410
2410
  contactId: string | null;
2411
2411
  contact?: {
2412
- name: string;
2413
2412
  id: string;
2414
2413
  channel: string | null;
2415
2414
  address: string | null;
2415
+ name: string;
2416
2416
  createdAt: Date;
2417
2417
  updatedAt: Date;
2418
2418
  deletedAt: Date | null;
@@ -2457,8 +2457,8 @@ export declare const telephonyCdrContract: {
2457
2457
  createdAt: Date;
2458
2458
  updatedAt: Date;
2459
2459
  deletedAt: Date | null;
2460
- name?: string | undefined;
2461
2460
  address?: string | null | undefined;
2461
+ name?: string | undefined;
2462
2462
  phone?: string | null | undefined;
2463
2463
  industry?: string | null | undefined;
2464
2464
  } | null;
@@ -2466,8 +2466,8 @@ export declare const telephonyCdrContract: {
2466
2466
  contactProfile: string | null;
2467
2467
  socialProfileUrl: string | null;
2468
2468
  tags: {
2469
- name: string;
2470
2469
  id: string;
2470
+ name: string;
2471
2471
  createdAt: Date;
2472
2472
  updatedAt: Date;
2473
2473
  deletedAt: Date | null;
@@ -2492,8 +2492,8 @@ export declare const telephonyCdrContract: {
2492
2492
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2493
2493
  id: string;
2494
2494
  metadata: {
2495
- name: string;
2496
2495
  id: string;
2496
+ name: string;
2497
2497
  picture?: string | undefined;
2498
2498
  additionalCredentials?: any;
2499
2499
  };
@@ -2555,9 +2555,9 @@ export declare const telephonyCdrContract: {
2555
2555
  extensionName: string;
2556
2556
  telephonySignature: string | null;
2557
2557
  user?: {
2558
- name: string;
2559
2558
  id: string;
2560
2559
  address: string | null;
2560
+ name: string;
2561
2561
  email: string;
2562
2562
  createdAt: Date;
2563
2563
  updatedAt: Date;
@@ -2631,9 +2631,9 @@ export declare const telephonyCdrContract: {
2631
2631
  callTo?: {
2632
2632
  id: string;
2633
2633
  user: {
2634
- name: string;
2635
2634
  id: string;
2636
2635
  address: string | null;
2636
+ name: string;
2637
2637
  email: string;
2638
2638
  createdAt: Date;
2639
2639
  updatedAt: Date;
@@ -2657,9 +2657,9 @@ export declare const telephonyCdrContract: {
2657
2657
  callFrom?: {
2658
2658
  id: string;
2659
2659
  user: {
2660
- name: string;
2661
2660
  id: string;
2662
2661
  address: string | null;
2662
+ name: string;
2663
2663
  email: string;
2664
2664
  createdAt: Date;
2665
2665
  updatedAt: Date;
@@ -2685,10 +2685,10 @@ export declare const telephonyCdrContract: {
2685
2685
  telephonyQueueId: string | null;
2686
2686
  contactId: string | null;
2687
2687
  contact?: {
2688
- name: string;
2689
2688
  id: string;
2690
2689
  channel: string | null;
2691
2690
  address: string | null;
2691
+ name: string;
2692
2692
  createdAt: Date;
2693
2693
  updatedAt: Date;
2694
2694
  deletedAt: Date | null;
@@ -2733,8 +2733,8 @@ export declare const telephonyCdrContract: {
2733
2733
  createdAt: Date;
2734
2734
  updatedAt: Date;
2735
2735
  deletedAt: Date | null;
2736
- name?: string | undefined;
2737
2736
  address?: string | null | undefined;
2737
+ name?: string | undefined;
2738
2738
  phone?: string | null | undefined;
2739
2739
  industry?: string | null | undefined;
2740
2740
  } | null;
@@ -2742,8 +2742,8 @@ export declare const telephonyCdrContract: {
2742
2742
  contactProfile: string | null;
2743
2743
  socialProfileUrl: string | null;
2744
2744
  tags: {
2745
- name: string;
2746
2745
  id: string;
2746
+ name: string;
2747
2747
  createdAt: Date;
2748
2748
  updatedAt: Date;
2749
2749
  deletedAt: Date | null;
@@ -2768,8 +2768,8 @@ export declare const telephonyCdrContract: {
2768
2768
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2769
2769
  id: string;
2770
2770
  metadata: {
2771
- name: string;
2772
2771
  id: string;
2772
+ name: string;
2773
2773
  picture?: string | undefined;
2774
2774
  additionalCredentials?: any;
2775
2775
  };
@@ -2831,9 +2831,9 @@ export declare const telephonyCdrContract: {
2831
2831
  extensionName: string;
2832
2832
  telephonySignature: string | null;
2833
2833
  user?: {
2834
- name: string;
2835
2834
  id: string;
2836
2835
  address: string | null;
2836
+ name: string;
2837
2837
  email: string;
2838
2838
  createdAt: Date;
2839
2839
  updatedAt: Date;
@@ -2989,14 +2989,14 @@ export declare const telephonyCdrContract: {
2989
2989
  deletedAt: z.ZodNullable<z.ZodDate>;
2990
2990
  name: z.ZodString;
2991
2991
  }, "strip", z.ZodTypeAny, {
2992
- name: string;
2993
2992
  id: string;
2993
+ name: string;
2994
2994
  createdAt: Date;
2995
2995
  updatedAt: Date;
2996
2996
  deletedAt: Date | null;
2997
2997
  }, {
2998
- name: string;
2999
2998
  id: string;
2999
+ name: string;
3000
3000
  createdAt: Date;
3001
3001
  updatedAt: Date;
3002
3002
  deletedAt: Date | null;
@@ -3152,8 +3152,8 @@ export declare const telephonyCdrContract: {
3152
3152
  createdAt: Date;
3153
3153
  updatedAt: Date;
3154
3154
  deletedAt: Date | null;
3155
- name?: string | undefined;
3156
3155
  address?: string | null | undefined;
3156
+ name?: string | undefined;
3157
3157
  phone?: string | null | undefined;
3158
3158
  industry?: string | null | undefined;
3159
3159
  }, {
@@ -3161,8 +3161,8 @@ export declare const telephonyCdrContract: {
3161
3161
  createdAt: Date;
3162
3162
  updatedAt: Date;
3163
3163
  deletedAt: Date | null;
3164
- name?: string | undefined;
3165
3164
  address?: string | null | undefined;
3165
+ name?: string | undefined;
3166
3166
  phone?: string | null | undefined;
3167
3167
  industry?: string | null | undefined;
3168
3168
  }>>;
@@ -3180,13 +3180,13 @@ export declare const telephonyCdrContract: {
3180
3180
  picture: z.ZodOptional<z.ZodString>;
3181
3181
  additionalCredentials: z.ZodAny;
3182
3182
  }, "strip", z.ZodTypeAny, {
3183
- name: string;
3184
3183
  id: string;
3184
+ name: string;
3185
3185
  picture?: string | undefined;
3186
3186
  additionalCredentials?: any;
3187
3187
  }, {
3188
- name: string;
3189
3188
  id: string;
3189
+ name: string;
3190
3190
  picture?: string | undefined;
3191
3191
  additionalCredentials?: any;
3192
3192
  }>;
@@ -3194,8 +3194,8 @@ export declare const telephonyCdrContract: {
3194
3194
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3195
3195
  id: string;
3196
3196
  metadata: {
3197
- name: string;
3198
3197
  id: string;
3198
+ name: string;
3199
3199
  picture?: string | undefined;
3200
3200
  additionalCredentials?: any;
3201
3201
  };
@@ -3208,8 +3208,8 @@ export declare const telephonyCdrContract: {
3208
3208
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3209
3209
  id: string;
3210
3210
  metadata: {
3211
- name: string;
3212
3211
  id: string;
3212
+ name: string;
3213
3213
  picture?: string | undefined;
3214
3214
  additionalCredentials?: any;
3215
3215
  };
@@ -3519,10 +3519,10 @@ export declare const telephonyCdrContract: {
3519
3519
  };
3520
3520
  }>, "many">>;
3521
3521
  }, "strip", z.ZodTypeAny, {
3522
- name: string;
3523
3522
  id: string;
3524
3523
  channel: string | null;
3525
3524
  address: string | null;
3525
+ name: string;
3526
3526
  createdAt: Date;
3527
3527
  updatedAt: Date;
3528
3528
  deletedAt: Date | null;
@@ -3567,8 +3567,8 @@ export declare const telephonyCdrContract: {
3567
3567
  createdAt: Date;
3568
3568
  updatedAt: Date;
3569
3569
  deletedAt: Date | null;
3570
- name?: string | undefined;
3571
3570
  address?: string | null | undefined;
3571
+ name?: string | undefined;
3572
3572
  phone?: string | null | undefined;
3573
3573
  industry?: string | null | undefined;
3574
3574
  } | null;
@@ -3576,8 +3576,8 @@ export declare const telephonyCdrContract: {
3576
3576
  contactProfile: string | null;
3577
3577
  socialProfileUrl: string | null;
3578
3578
  tags: {
3579
- name: string;
3580
3579
  id: string;
3580
+ name: string;
3581
3581
  createdAt: Date;
3582
3582
  updatedAt: Date;
3583
3583
  deletedAt: Date | null;
@@ -3602,8 +3602,8 @@ export declare const telephonyCdrContract: {
3602
3602
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3603
3603
  id: string;
3604
3604
  metadata: {
3605
- name: string;
3606
3605
  id: string;
3606
+ name: string;
3607
3607
  picture?: string | undefined;
3608
3608
  additionalCredentials?: any;
3609
3609
  };
@@ -3630,10 +3630,10 @@ export declare const telephonyCdrContract: {
3630
3630
  };
3631
3631
  }[] | undefined;
3632
3632
  }, {
3633
- name: string;
3634
3633
  id: string;
3635
3634
  channel: string | null;
3636
3635
  address: string | null;
3636
+ name: string;
3637
3637
  createdAt: Date;
3638
3638
  updatedAt: Date;
3639
3639
  deletedAt: Date | null;
@@ -3678,8 +3678,8 @@ export declare const telephonyCdrContract: {
3678
3678
  createdAt: Date;
3679
3679
  updatedAt: Date;
3680
3680
  deletedAt: Date | null;
3681
- name?: string | undefined;
3682
3681
  address?: string | null | undefined;
3682
+ name?: string | undefined;
3683
3683
  phone?: string | null | undefined;
3684
3684
  industry?: string | null | undefined;
3685
3685
  } | null;
@@ -3687,8 +3687,8 @@ export declare const telephonyCdrContract: {
3687
3687
  contactProfile: string | null;
3688
3688
  socialProfileUrl: string | null;
3689
3689
  tags: {
3690
- name: string;
3691
3690
  id: string;
3691
+ name: string;
3692
3692
  createdAt: Date;
3693
3693
  updatedAt: Date;
3694
3694
  deletedAt: Date | null;
@@ -3713,8 +3713,8 @@ export declare const telephonyCdrContract: {
3713
3713
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3714
3714
  id: string;
3715
3715
  metadata: {
3716
- name: string;
3717
3716
  id: string;
3717
+ name: string;
3718
3718
  picture?: string | undefined;
3719
3719
  additionalCredentials?: any;
3720
3720
  };
@@ -3932,9 +3932,9 @@ export declare const telephonyCdrContract: {
3932
3932
  telephonySignature: string | null;
3933
3933
  }>;
3934
3934
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
3935
- name: string;
3936
3935
  id: string;
3937
3936
  address: string | null;
3937
+ name: string;
3938
3938
  email: string;
3939
3939
  createdAt: Date;
3940
3940
  updatedAt: Date;
@@ -3944,9 +3944,9 @@ export declare const telephonyCdrContract: {
3944
3944
  phone: string | null;
3945
3945
  notificationCount: number | null;
3946
3946
  }, {
3947
- name: string;
3948
3947
  id: string;
3949
3948
  address: string | null;
3949
+ name: string;
3950
3950
  email: string;
3951
3951
  createdAt: Date;
3952
3952
  updatedAt: Date;
@@ -3969,9 +3969,9 @@ export declare const telephonyCdrContract: {
3969
3969
  }, "strip", z.ZodTypeAny, {
3970
3970
  id: string;
3971
3971
  user: {
3972
- name: string;
3973
3972
  id: string;
3974
3973
  address: string | null;
3974
+ name: string;
3975
3975
  email: string;
3976
3976
  createdAt: Date;
3977
3977
  updatedAt: Date;
@@ -3994,9 +3994,9 @@ export declare const telephonyCdrContract: {
3994
3994
  }, {
3995
3995
  id: string;
3996
3996
  user: {
3997
- name: string;
3998
3997
  id: string;
3999
3998
  address: string | null;
3999
+ name: string;
4000
4000
  email: string;
4001
4001
  createdAt: Date;
4002
4002
  updatedAt: Date;
@@ -4137,9 +4137,9 @@ export declare const telephonyCdrContract: {
4137
4137
  telephonySignature: string | null;
4138
4138
  }>;
4139
4139
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4140
- name: string;
4141
4140
  id: string;
4142
4141
  address: string | null;
4142
+ name: string;
4143
4143
  email: string;
4144
4144
  createdAt: Date;
4145
4145
  updatedAt: Date;
@@ -4149,9 +4149,9 @@ export declare const telephonyCdrContract: {
4149
4149
  phone: string | null;
4150
4150
  notificationCount: number | null;
4151
4151
  }, {
4152
- name: string;
4153
4152
  id: string;
4154
4153
  address: string | null;
4154
+ name: string;
4155
4155
  email: string;
4156
4156
  createdAt: Date;
4157
4157
  updatedAt: Date;
@@ -4174,9 +4174,9 @@ export declare const telephonyCdrContract: {
4174
4174
  }, "strip", z.ZodTypeAny, {
4175
4175
  id: string;
4176
4176
  user: {
4177
- name: string;
4178
4177
  id: string;
4179
4178
  address: string | null;
4179
+ name: string;
4180
4180
  email: string;
4181
4181
  createdAt: Date;
4182
4182
  updatedAt: Date;
@@ -4199,9 +4199,9 @@ export declare const telephonyCdrContract: {
4199
4199
  }, {
4200
4200
  id: string;
4201
4201
  user: {
4202
- name: string;
4203
4202
  id: string;
4204
4203
  address: string | null;
4204
+ name: string;
4205
4205
  email: string;
4206
4206
  createdAt: Date;
4207
4207
  updatedAt: Date;
@@ -4226,9 +4226,9 @@ export declare const telephonyCdrContract: {
4226
4226
  callTo?: {
4227
4227
  id: string;
4228
4228
  user: {
4229
- name: string;
4230
4229
  id: string;
4231
4230
  address: string | null;
4231
+ name: string;
4232
4232
  email: string;
4233
4233
  createdAt: Date;
4234
4234
  updatedAt: Date;
@@ -4252,9 +4252,9 @@ export declare const telephonyCdrContract: {
4252
4252
  callFrom?: {
4253
4253
  id: string;
4254
4254
  user: {
4255
- name: string;
4256
4255
  id: string;
4257
4256
  address: string | null;
4257
+ name: string;
4258
4258
  email: string;
4259
4259
  createdAt: Date;
4260
4260
  updatedAt: Date;
@@ -4279,9 +4279,9 @@ export declare const telephonyCdrContract: {
4279
4279
  callTo?: {
4280
4280
  id: string;
4281
4281
  user: {
4282
- name: string;
4283
4282
  id: string;
4284
4283
  address: string | null;
4284
+ name: string;
4285
4285
  email: string;
4286
4286
  createdAt: Date;
4287
4287
  updatedAt: Date;
@@ -4305,9 +4305,9 @@ export declare const telephonyCdrContract: {
4305
4305
  callFrom?: {
4306
4306
  id: string;
4307
4307
  user: {
4308
- name: string;
4309
4308
  id: string;
4310
4309
  address: string | null;
4310
+ name: string;
4311
4311
  email: string;
4312
4312
  createdAt: Date;
4313
4313
  updatedAt: Date;
@@ -4461,9 +4461,9 @@ export declare const telephonyCdrContract: {
4461
4461
  telephonySignature: string | null;
4462
4462
  }>;
4463
4463
  }, "strip", z.ZodTypeAny, {
4464
- name: string;
4465
4464
  id: string;
4466
4465
  address: string | null;
4466
+ name: string;
4467
4467
  email: string;
4468
4468
  createdAt: Date;
4469
4469
  updatedAt: Date;
@@ -4504,9 +4504,9 @@ export declare const telephonyCdrContract: {
4504
4504
  telephonySignature: string | null;
4505
4505
  };
4506
4506
  }, {
4507
- name: string;
4508
4507
  id: string;
4509
4508
  address: string | null;
4509
+ name: string;
4510
4510
  email: string;
4511
4511
  createdAt: Date;
4512
4512
  updatedAt: Date;
@@ -4560,9 +4560,9 @@ export declare const telephonyCdrContract: {
4560
4560
  extensionName: string;
4561
4561
  telephonySignature: string | null;
4562
4562
  user?: {
4563
- name: string;
4564
4563
  id: string;
4565
4564
  address: string | null;
4565
+ name: string;
4566
4566
  email: string;
4567
4567
  createdAt: Date;
4568
4568
  updatedAt: Date;
@@ -4616,9 +4616,9 @@ export declare const telephonyCdrContract: {
4616
4616
  extensionName: string;
4617
4617
  telephonySignature: string | null;
4618
4618
  user?: {
4619
- name: string;
4620
4619
  id: string;
4621
4620
  address: string | null;
4621
+ name: string;
4622
4622
  email: string;
4623
4623
  createdAt: Date;
4624
4624
  updatedAt: Date;
@@ -4688,9 +4688,9 @@ export declare const telephonyCdrContract: {
4688
4688
  callTo?: {
4689
4689
  id: string;
4690
4690
  user: {
4691
- name: string;
4692
4691
  id: string;
4693
4692
  address: string | null;
4693
+ name: string;
4694
4694
  email: string;
4695
4695
  createdAt: Date;
4696
4696
  updatedAt: Date;
@@ -4714,9 +4714,9 @@ export declare const telephonyCdrContract: {
4714
4714
  callFrom?: {
4715
4715
  id: string;
4716
4716
  user: {
4717
- name: string;
4718
4717
  id: string;
4719
4718
  address: string | null;
4719
+ name: string;
4720
4720
  email: string;
4721
4721
  createdAt: Date;
4722
4722
  updatedAt: Date;
@@ -4742,10 +4742,10 @@ export declare const telephonyCdrContract: {
4742
4742
  telephonyQueueId: string | null;
4743
4743
  contactId: string | null;
4744
4744
  contact?: {
4745
- name: string;
4746
4745
  id: string;
4747
4746
  channel: string | null;
4748
4747
  address: string | null;
4748
+ name: string;
4749
4749
  createdAt: Date;
4750
4750
  updatedAt: Date;
4751
4751
  deletedAt: Date | null;
@@ -4790,8 +4790,8 @@ export declare const telephonyCdrContract: {
4790
4790
  createdAt: Date;
4791
4791
  updatedAt: Date;
4792
4792
  deletedAt: Date | null;
4793
- name?: string | undefined;
4794
4793
  address?: string | null | undefined;
4794
+ name?: string | undefined;
4795
4795
  phone?: string | null | undefined;
4796
4796
  industry?: string | null | undefined;
4797
4797
  } | null;
@@ -4799,8 +4799,8 @@ export declare const telephonyCdrContract: {
4799
4799
  contactProfile: string | null;
4800
4800
  socialProfileUrl: string | null;
4801
4801
  tags: {
4802
- name: string;
4803
4802
  id: string;
4803
+ name: string;
4804
4804
  createdAt: Date;
4805
4805
  updatedAt: Date;
4806
4806
  deletedAt: Date | null;
@@ -4825,8 +4825,8 @@ export declare const telephonyCdrContract: {
4825
4825
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4826
4826
  id: string;
4827
4827
  metadata: {
4828
- name: string;
4829
4828
  id: string;
4829
+ name: string;
4830
4830
  picture?: string | undefined;
4831
4831
  additionalCredentials?: any;
4832
4832
  };
@@ -4888,9 +4888,9 @@ export declare const telephonyCdrContract: {
4888
4888
  extensionName: string;
4889
4889
  telephonySignature: string | null;
4890
4890
  user?: {
4891
- name: string;
4892
4891
  id: string;
4893
4892
  address: string | null;
4893
+ name: string;
4894
4894
  email: string;
4895
4895
  createdAt: Date;
4896
4896
  updatedAt: Date;
@@ -4958,9 +4958,9 @@ export declare const telephonyCdrContract: {
4958
4958
  callTo?: {
4959
4959
  id: string;
4960
4960
  user: {
4961
- name: string;
4962
4961
  id: string;
4963
4962
  address: string | null;
4963
+ name: string;
4964
4964
  email: string;
4965
4965
  createdAt: Date;
4966
4966
  updatedAt: Date;
@@ -4984,9 +4984,9 @@ export declare const telephonyCdrContract: {
4984
4984
  callFrom?: {
4985
4985
  id: string;
4986
4986
  user: {
4987
- name: string;
4988
4987
  id: string;
4989
4988
  address: string | null;
4989
+ name: string;
4990
4990
  email: string;
4991
4991
  createdAt: Date;
4992
4992
  updatedAt: Date;
@@ -5012,10 +5012,10 @@ export declare const telephonyCdrContract: {
5012
5012
  telephonyQueueId: string | null;
5013
5013
  contactId: string | null;
5014
5014
  contact?: {
5015
- name: string;
5016
5015
  id: string;
5017
5016
  channel: string | null;
5018
5017
  address: string | null;
5018
+ name: string;
5019
5019
  createdAt: Date;
5020
5020
  updatedAt: Date;
5021
5021
  deletedAt: Date | null;
@@ -5060,8 +5060,8 @@ export declare const telephonyCdrContract: {
5060
5060
  createdAt: Date;
5061
5061
  updatedAt: Date;
5062
5062
  deletedAt: Date | null;
5063
- name?: string | undefined;
5064
5063
  address?: string | null | undefined;
5064
+ name?: string | undefined;
5065
5065
  phone?: string | null | undefined;
5066
5066
  industry?: string | null | undefined;
5067
5067
  } | null;
@@ -5069,8 +5069,8 @@ export declare const telephonyCdrContract: {
5069
5069
  contactProfile: string | null;
5070
5070
  socialProfileUrl: string | null;
5071
5071
  tags: {
5072
- name: string;
5073
5072
  id: string;
5073
+ name: string;
5074
5074
  createdAt: Date;
5075
5075
  updatedAt: Date;
5076
5076
  deletedAt: Date | null;
@@ -5095,8 +5095,8 @@ export declare const telephonyCdrContract: {
5095
5095
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5096
5096
  id: string;
5097
5097
  metadata: {
5098
- name: string;
5099
5098
  id: string;
5099
+ name: string;
5100
5100
  picture?: string | undefined;
5101
5101
  additionalCredentials?: any;
5102
5102
  };
@@ -5158,9 +5158,9 @@ export declare const telephonyCdrContract: {
5158
5158
  extensionName: string;
5159
5159
  telephonySignature: string | null;
5160
5160
  user?: {
5161
- name: string;
5162
5161
  id: string;
5163
5162
  address: string | null;
5163
+ name: string;
5164
5164
  email: string;
5165
5165
  createdAt: Date;
5166
5166
  updatedAt: Date;
@@ -5234,9 +5234,9 @@ export declare const telephonyCdrContract: {
5234
5234
  callTo?: {
5235
5235
  id: string;
5236
5236
  user: {
5237
- name: string;
5238
5237
  id: string;
5239
5238
  address: string | null;
5239
+ name: string;
5240
5240
  email: string;
5241
5241
  createdAt: Date;
5242
5242
  updatedAt: Date;
@@ -5260,9 +5260,9 @@ export declare const telephonyCdrContract: {
5260
5260
  callFrom?: {
5261
5261
  id: string;
5262
5262
  user: {
5263
- name: string;
5264
5263
  id: string;
5265
5264
  address: string | null;
5265
+ name: string;
5266
5266
  email: string;
5267
5267
  createdAt: Date;
5268
5268
  updatedAt: Date;
@@ -5288,10 +5288,10 @@ export declare const telephonyCdrContract: {
5288
5288
  telephonyQueueId: string | null;
5289
5289
  contactId: string | null;
5290
5290
  contact?: {
5291
- name: string;
5292
5291
  id: string;
5293
5292
  channel: string | null;
5294
5293
  address: string | null;
5294
+ name: string;
5295
5295
  createdAt: Date;
5296
5296
  updatedAt: Date;
5297
5297
  deletedAt: Date | null;
@@ -5336,8 +5336,8 @@ export declare const telephonyCdrContract: {
5336
5336
  createdAt: Date;
5337
5337
  updatedAt: Date;
5338
5338
  deletedAt: Date | null;
5339
- name?: string | undefined;
5340
5339
  address?: string | null | undefined;
5340
+ name?: string | undefined;
5341
5341
  phone?: string | null | undefined;
5342
5342
  industry?: string | null | undefined;
5343
5343
  } | null;
@@ -5345,8 +5345,8 @@ export declare const telephonyCdrContract: {
5345
5345
  contactProfile: string | null;
5346
5346
  socialProfileUrl: string | null;
5347
5347
  tags: {
5348
- name: string;
5349
5348
  id: string;
5349
+ name: string;
5350
5350
  createdAt: Date;
5351
5351
  updatedAt: Date;
5352
5352
  deletedAt: Date | null;
@@ -5371,8 +5371,8 @@ export declare const telephonyCdrContract: {
5371
5371
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5372
5372
  id: string;
5373
5373
  metadata: {
5374
- name: string;
5375
5374
  id: string;
5375
+ name: string;
5376
5376
  picture?: string | undefined;
5377
5377
  additionalCredentials?: any;
5378
5378
  };
@@ -5434,9 +5434,9 @@ export declare const telephonyCdrContract: {
5434
5434
  extensionName: string;
5435
5435
  telephonySignature: string | null;
5436
5436
  user?: {
5437
- name: string;
5438
5437
  id: string;
5439
5438
  address: string | null;
5439
+ name: string;
5440
5440
  email: string;
5441
5441
  createdAt: Date;
5442
5442
  updatedAt: Date;
@@ -5510,9 +5510,9 @@ export declare const telephonyCdrContract: {
5510
5510
  callTo?: {
5511
5511
  id: string;
5512
5512
  user: {
5513
- name: string;
5514
5513
  id: string;
5515
5514
  address: string | null;
5515
+ name: string;
5516
5516
  email: string;
5517
5517
  createdAt: Date;
5518
5518
  updatedAt: Date;
@@ -5536,9 +5536,9 @@ export declare const telephonyCdrContract: {
5536
5536
  callFrom?: {
5537
5537
  id: string;
5538
5538
  user: {
5539
- name: string;
5540
5539
  id: string;
5541
5540
  address: string | null;
5541
+ name: string;
5542
5542
  email: string;
5543
5543
  createdAt: Date;
5544
5544
  updatedAt: Date;
@@ -5564,10 +5564,10 @@ export declare const telephonyCdrContract: {
5564
5564
  telephonyQueueId: string | null;
5565
5565
  contactId: string | null;
5566
5566
  contact?: {
5567
- name: string;
5568
5567
  id: string;
5569
5568
  channel: string | null;
5570
5569
  address: string | null;
5570
+ name: string;
5571
5571
  createdAt: Date;
5572
5572
  updatedAt: Date;
5573
5573
  deletedAt: Date | null;
@@ -5612,8 +5612,8 @@ export declare const telephonyCdrContract: {
5612
5612
  createdAt: Date;
5613
5613
  updatedAt: Date;
5614
5614
  deletedAt: Date | null;
5615
- name?: string | undefined;
5616
5615
  address?: string | null | undefined;
5616
+ name?: string | undefined;
5617
5617
  phone?: string | null | undefined;
5618
5618
  industry?: string | null | undefined;
5619
5619
  } | null;
@@ -5621,8 +5621,8 @@ export declare const telephonyCdrContract: {
5621
5621
  contactProfile: string | null;
5622
5622
  socialProfileUrl: string | null;
5623
5623
  tags: {
5624
- name: string;
5625
5624
  id: string;
5625
+ name: string;
5626
5626
  createdAt: Date;
5627
5627
  updatedAt: Date;
5628
5628
  deletedAt: Date | null;
@@ -5647,8 +5647,8 @@ export declare const telephonyCdrContract: {
5647
5647
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5648
5648
  id: string;
5649
5649
  metadata: {
5650
- name: string;
5651
5650
  id: string;
5651
+ name: string;
5652
5652
  picture?: string | undefined;
5653
5653
  additionalCredentials?: any;
5654
5654
  };
@@ -5710,9 +5710,9 @@ export declare const telephonyCdrContract: {
5710
5710
  extensionName: string;
5711
5711
  telephonySignature: string | null;
5712
5712
  user?: {
5713
- name: string;
5714
5713
  id: string;
5715
5714
  address: string | null;
5715
+ name: string;
5716
5716
  email: string;
5717
5717
  createdAt: Date;
5718
5718
  updatedAt: Date;
@@ -5871,14 +5871,14 @@ export declare const telephonyCdrContract: {
5871
5871
  deletedAt: z.ZodNullable<z.ZodDate>;
5872
5872
  name: z.ZodString;
5873
5873
  }, "strip", z.ZodTypeAny, {
5874
- name: string;
5875
5874
  id: string;
5875
+ name: string;
5876
5876
  createdAt: Date;
5877
5877
  updatedAt: Date;
5878
5878
  deletedAt: Date | null;
5879
5879
  }, {
5880
- name: string;
5881
5880
  id: string;
5881
+ name: string;
5882
5882
  createdAt: Date;
5883
5883
  updatedAt: Date;
5884
5884
  deletedAt: Date | null;
@@ -6034,8 +6034,8 @@ export declare const telephonyCdrContract: {
6034
6034
  createdAt: Date;
6035
6035
  updatedAt: Date;
6036
6036
  deletedAt: Date | null;
6037
- name?: string | undefined;
6038
6037
  address?: string | null | undefined;
6038
+ name?: string | undefined;
6039
6039
  phone?: string | null | undefined;
6040
6040
  industry?: string | null | undefined;
6041
6041
  }, {
@@ -6043,8 +6043,8 @@ export declare const telephonyCdrContract: {
6043
6043
  createdAt: Date;
6044
6044
  updatedAt: Date;
6045
6045
  deletedAt: Date | null;
6046
- name?: string | undefined;
6047
6046
  address?: string | null | undefined;
6047
+ name?: string | undefined;
6048
6048
  phone?: string | null | undefined;
6049
6049
  industry?: string | null | undefined;
6050
6050
  }>>;
@@ -6062,13 +6062,13 @@ export declare const telephonyCdrContract: {
6062
6062
  picture: z.ZodOptional<z.ZodString>;
6063
6063
  additionalCredentials: z.ZodAny;
6064
6064
  }, "strip", z.ZodTypeAny, {
6065
- name: string;
6066
6065
  id: string;
6066
+ name: string;
6067
6067
  picture?: string | undefined;
6068
6068
  additionalCredentials?: any;
6069
6069
  }, {
6070
- name: string;
6071
6070
  id: string;
6071
+ name: string;
6072
6072
  picture?: string | undefined;
6073
6073
  additionalCredentials?: any;
6074
6074
  }>;
@@ -6076,8 +6076,8 @@ export declare const telephonyCdrContract: {
6076
6076
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6077
6077
  id: string;
6078
6078
  metadata: {
6079
- name: string;
6080
6079
  id: string;
6080
+ name: string;
6081
6081
  picture?: string | undefined;
6082
6082
  additionalCredentials?: any;
6083
6083
  };
@@ -6090,8 +6090,8 @@ export declare const telephonyCdrContract: {
6090
6090
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6091
6091
  id: string;
6092
6092
  metadata: {
6093
- name: string;
6094
6093
  id: string;
6094
+ name: string;
6095
6095
  picture?: string | undefined;
6096
6096
  additionalCredentials?: any;
6097
6097
  };
@@ -6401,10 +6401,10 @@ export declare const telephonyCdrContract: {
6401
6401
  };
6402
6402
  }>, "many">>;
6403
6403
  }, "strip", z.ZodTypeAny, {
6404
- name: string;
6405
6404
  id: string;
6406
6405
  channel: string | null;
6407
6406
  address: string | null;
6407
+ name: string;
6408
6408
  createdAt: Date;
6409
6409
  updatedAt: Date;
6410
6410
  deletedAt: Date | null;
@@ -6449,8 +6449,8 @@ export declare const telephonyCdrContract: {
6449
6449
  createdAt: Date;
6450
6450
  updatedAt: Date;
6451
6451
  deletedAt: Date | null;
6452
- name?: string | undefined;
6453
6452
  address?: string | null | undefined;
6453
+ name?: string | undefined;
6454
6454
  phone?: string | null | undefined;
6455
6455
  industry?: string | null | undefined;
6456
6456
  } | null;
@@ -6458,8 +6458,8 @@ export declare const telephonyCdrContract: {
6458
6458
  contactProfile: string | null;
6459
6459
  socialProfileUrl: string | null;
6460
6460
  tags: {
6461
- name: string;
6462
6461
  id: string;
6462
+ name: string;
6463
6463
  createdAt: Date;
6464
6464
  updatedAt: Date;
6465
6465
  deletedAt: Date | null;
@@ -6484,8 +6484,8 @@ export declare const telephonyCdrContract: {
6484
6484
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6485
6485
  id: string;
6486
6486
  metadata: {
6487
- name: string;
6488
6487
  id: string;
6488
+ name: string;
6489
6489
  picture?: string | undefined;
6490
6490
  additionalCredentials?: any;
6491
6491
  };
@@ -6512,10 +6512,10 @@ export declare const telephonyCdrContract: {
6512
6512
  };
6513
6513
  }[] | undefined;
6514
6514
  }, {
6515
- name: string;
6516
6515
  id: string;
6517
6516
  channel: string | null;
6518
6517
  address: string | null;
6518
+ name: string;
6519
6519
  createdAt: Date;
6520
6520
  updatedAt: Date;
6521
6521
  deletedAt: Date | null;
@@ -6560,8 +6560,8 @@ export declare const telephonyCdrContract: {
6560
6560
  createdAt: Date;
6561
6561
  updatedAt: Date;
6562
6562
  deletedAt: Date | null;
6563
- name?: string | undefined;
6564
6563
  address?: string | null | undefined;
6564
+ name?: string | undefined;
6565
6565
  phone?: string | null | undefined;
6566
6566
  industry?: string | null | undefined;
6567
6567
  } | null;
@@ -6569,8 +6569,8 @@ export declare const telephonyCdrContract: {
6569
6569
  contactProfile: string | null;
6570
6570
  socialProfileUrl: string | null;
6571
6571
  tags: {
6572
- name: string;
6573
6572
  id: string;
6573
+ name: string;
6574
6574
  createdAt: Date;
6575
6575
  updatedAt: Date;
6576
6576
  deletedAt: Date | null;
@@ -6595,8 +6595,8 @@ export declare const telephonyCdrContract: {
6595
6595
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6596
6596
  id: string;
6597
6597
  metadata: {
6598
- name: string;
6599
6598
  id: string;
6599
+ name: string;
6600
6600
  picture?: string | undefined;
6601
6601
  additionalCredentials?: any;
6602
6602
  };
@@ -6814,9 +6814,9 @@ export declare const telephonyCdrContract: {
6814
6814
  telephonySignature: string | null;
6815
6815
  }>;
6816
6816
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
6817
- name: string;
6818
6817
  id: string;
6819
6818
  address: string | null;
6819
+ name: string;
6820
6820
  email: string;
6821
6821
  createdAt: Date;
6822
6822
  updatedAt: Date;
@@ -6826,9 +6826,9 @@ export declare const telephonyCdrContract: {
6826
6826
  phone: string | null;
6827
6827
  notificationCount: number | null;
6828
6828
  }, {
6829
- name: string;
6830
6829
  id: string;
6831
6830
  address: string | null;
6831
+ name: string;
6832
6832
  email: string;
6833
6833
  createdAt: Date;
6834
6834
  updatedAt: Date;
@@ -6851,9 +6851,9 @@ export declare const telephonyCdrContract: {
6851
6851
  }, "strip", z.ZodTypeAny, {
6852
6852
  id: string;
6853
6853
  user: {
6854
- name: string;
6855
6854
  id: string;
6856
6855
  address: string | null;
6856
+ name: string;
6857
6857
  email: string;
6858
6858
  createdAt: Date;
6859
6859
  updatedAt: Date;
@@ -6876,9 +6876,9 @@ export declare const telephonyCdrContract: {
6876
6876
  }, {
6877
6877
  id: string;
6878
6878
  user: {
6879
- name: string;
6880
6879
  id: string;
6881
6880
  address: string | null;
6881
+ name: string;
6882
6882
  email: string;
6883
6883
  createdAt: Date;
6884
6884
  updatedAt: Date;
@@ -7019,9 +7019,9 @@ export declare const telephonyCdrContract: {
7019
7019
  telephonySignature: string | null;
7020
7020
  }>;
7021
7021
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
7022
- name: string;
7023
7022
  id: string;
7024
7023
  address: string | null;
7024
+ name: string;
7025
7025
  email: string;
7026
7026
  createdAt: Date;
7027
7027
  updatedAt: Date;
@@ -7031,9 +7031,9 @@ export declare const telephonyCdrContract: {
7031
7031
  phone: string | null;
7032
7032
  notificationCount: number | null;
7033
7033
  }, {
7034
- name: string;
7035
7034
  id: string;
7036
7035
  address: string | null;
7036
+ name: string;
7037
7037
  email: string;
7038
7038
  createdAt: Date;
7039
7039
  updatedAt: Date;
@@ -7056,9 +7056,9 @@ export declare const telephonyCdrContract: {
7056
7056
  }, "strip", z.ZodTypeAny, {
7057
7057
  id: string;
7058
7058
  user: {
7059
- name: string;
7060
7059
  id: string;
7061
7060
  address: string | null;
7061
+ name: string;
7062
7062
  email: string;
7063
7063
  createdAt: Date;
7064
7064
  updatedAt: Date;
@@ -7081,9 +7081,9 @@ export declare const telephonyCdrContract: {
7081
7081
  }, {
7082
7082
  id: string;
7083
7083
  user: {
7084
- name: string;
7085
7084
  id: string;
7086
7085
  address: string | null;
7086
+ name: string;
7087
7087
  email: string;
7088
7088
  createdAt: Date;
7089
7089
  updatedAt: Date;
@@ -7108,9 +7108,9 @@ export declare const telephonyCdrContract: {
7108
7108
  callTo?: {
7109
7109
  id: string;
7110
7110
  user: {
7111
- name: string;
7112
7111
  id: string;
7113
7112
  address: string | null;
7113
+ name: string;
7114
7114
  email: string;
7115
7115
  createdAt: Date;
7116
7116
  updatedAt: Date;
@@ -7134,9 +7134,9 @@ export declare const telephonyCdrContract: {
7134
7134
  callFrom?: {
7135
7135
  id: string;
7136
7136
  user: {
7137
- name: string;
7138
7137
  id: string;
7139
7138
  address: string | null;
7139
+ name: string;
7140
7140
  email: string;
7141
7141
  createdAt: Date;
7142
7142
  updatedAt: Date;
@@ -7161,9 +7161,9 @@ export declare const telephonyCdrContract: {
7161
7161
  callTo?: {
7162
7162
  id: string;
7163
7163
  user: {
7164
- name: string;
7165
7164
  id: string;
7166
7165
  address: string | null;
7166
+ name: string;
7167
7167
  email: string;
7168
7168
  createdAt: Date;
7169
7169
  updatedAt: Date;
@@ -7187,9 +7187,9 @@ export declare const telephonyCdrContract: {
7187
7187
  callFrom?: {
7188
7188
  id: string;
7189
7189
  user: {
7190
- name: string;
7191
7190
  id: string;
7192
7191
  address: string | null;
7192
+ name: string;
7193
7193
  email: string;
7194
7194
  createdAt: Date;
7195
7195
  updatedAt: Date;
@@ -7343,9 +7343,9 @@ export declare const telephonyCdrContract: {
7343
7343
  telephonySignature: string | null;
7344
7344
  }>;
7345
7345
  }, "strip", z.ZodTypeAny, {
7346
- name: string;
7347
7346
  id: string;
7348
7347
  address: string | null;
7348
+ name: string;
7349
7349
  email: string;
7350
7350
  createdAt: Date;
7351
7351
  updatedAt: Date;
@@ -7386,9 +7386,9 @@ export declare const telephonyCdrContract: {
7386
7386
  telephonySignature: string | null;
7387
7387
  };
7388
7388
  }, {
7389
- name: string;
7390
7389
  id: string;
7391
7390
  address: string | null;
7391
+ name: string;
7392
7392
  email: string;
7393
7393
  createdAt: Date;
7394
7394
  updatedAt: Date;
@@ -7442,9 +7442,9 @@ export declare const telephonyCdrContract: {
7442
7442
  extensionName: string;
7443
7443
  telephonySignature: string | null;
7444
7444
  user?: {
7445
- name: string;
7446
7445
  id: string;
7447
7446
  address: string | null;
7447
+ name: string;
7448
7448
  email: string;
7449
7449
  createdAt: Date;
7450
7450
  updatedAt: Date;
@@ -7498,9 +7498,9 @@ export declare const telephonyCdrContract: {
7498
7498
  extensionName: string;
7499
7499
  telephonySignature: string | null;
7500
7500
  user?: {
7501
- name: string;
7502
7501
  id: string;
7503
7502
  address: string | null;
7503
+ name: string;
7504
7504
  email: string;
7505
7505
  createdAt: Date;
7506
7506
  updatedAt: Date;
@@ -7570,9 +7570,9 @@ export declare const telephonyCdrContract: {
7570
7570
  callTo?: {
7571
7571
  id: string;
7572
7572
  user: {
7573
- name: string;
7574
7573
  id: string;
7575
7574
  address: string | null;
7575
+ name: string;
7576
7576
  email: string;
7577
7577
  createdAt: Date;
7578
7578
  updatedAt: Date;
@@ -7596,9 +7596,9 @@ export declare const telephonyCdrContract: {
7596
7596
  callFrom?: {
7597
7597
  id: string;
7598
7598
  user: {
7599
- name: string;
7600
7599
  id: string;
7601
7600
  address: string | null;
7601
+ name: string;
7602
7602
  email: string;
7603
7603
  createdAt: Date;
7604
7604
  updatedAt: Date;
@@ -7624,10 +7624,10 @@ export declare const telephonyCdrContract: {
7624
7624
  telephonyQueueId: string | null;
7625
7625
  contactId: string | null;
7626
7626
  contact?: {
7627
- name: string;
7628
7627
  id: string;
7629
7628
  channel: string | null;
7630
7629
  address: string | null;
7630
+ name: string;
7631
7631
  createdAt: Date;
7632
7632
  updatedAt: Date;
7633
7633
  deletedAt: Date | null;
@@ -7672,8 +7672,8 @@ export declare const telephonyCdrContract: {
7672
7672
  createdAt: Date;
7673
7673
  updatedAt: Date;
7674
7674
  deletedAt: Date | null;
7675
- name?: string | undefined;
7676
7675
  address?: string | null | undefined;
7676
+ name?: string | undefined;
7677
7677
  phone?: string | null | undefined;
7678
7678
  industry?: string | null | undefined;
7679
7679
  } | null;
@@ -7681,8 +7681,8 @@ export declare const telephonyCdrContract: {
7681
7681
  contactProfile: string | null;
7682
7682
  socialProfileUrl: string | null;
7683
7683
  tags: {
7684
- name: string;
7685
7684
  id: string;
7685
+ name: string;
7686
7686
  createdAt: Date;
7687
7687
  updatedAt: Date;
7688
7688
  deletedAt: Date | null;
@@ -7707,8 +7707,8 @@ export declare const telephonyCdrContract: {
7707
7707
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7708
7708
  id: string;
7709
7709
  metadata: {
7710
- name: string;
7711
7710
  id: string;
7711
+ name: string;
7712
7712
  picture?: string | undefined;
7713
7713
  additionalCredentials?: any;
7714
7714
  };
@@ -7770,9 +7770,9 @@ export declare const telephonyCdrContract: {
7770
7770
  extensionName: string;
7771
7771
  telephonySignature: string | null;
7772
7772
  user?: {
7773
- name: string;
7774
7773
  id: string;
7775
7774
  address: string | null;
7775
+ name: string;
7776
7776
  email: string;
7777
7777
  createdAt: Date;
7778
7778
  updatedAt: Date;
@@ -7840,9 +7840,9 @@ export declare const telephonyCdrContract: {
7840
7840
  callTo?: {
7841
7841
  id: string;
7842
7842
  user: {
7843
- name: string;
7844
7843
  id: string;
7845
7844
  address: string | null;
7845
+ name: string;
7846
7846
  email: string;
7847
7847
  createdAt: Date;
7848
7848
  updatedAt: Date;
@@ -7866,9 +7866,9 @@ export declare const telephonyCdrContract: {
7866
7866
  callFrom?: {
7867
7867
  id: string;
7868
7868
  user: {
7869
- name: string;
7870
7869
  id: string;
7871
7870
  address: string | null;
7871
+ name: string;
7872
7872
  email: string;
7873
7873
  createdAt: Date;
7874
7874
  updatedAt: Date;
@@ -7894,10 +7894,10 @@ export declare const telephonyCdrContract: {
7894
7894
  telephonyQueueId: string | null;
7895
7895
  contactId: string | null;
7896
7896
  contact?: {
7897
- name: string;
7898
7897
  id: string;
7899
7898
  channel: string | null;
7900
7899
  address: string | null;
7900
+ name: string;
7901
7901
  createdAt: Date;
7902
7902
  updatedAt: Date;
7903
7903
  deletedAt: Date | null;
@@ -7942,8 +7942,8 @@ export declare const telephonyCdrContract: {
7942
7942
  createdAt: Date;
7943
7943
  updatedAt: Date;
7944
7944
  deletedAt: Date | null;
7945
- name?: string | undefined;
7946
7945
  address?: string | null | undefined;
7946
+ name?: string | undefined;
7947
7947
  phone?: string | null | undefined;
7948
7948
  industry?: string | null | undefined;
7949
7949
  } | null;
@@ -7951,8 +7951,8 @@ export declare const telephonyCdrContract: {
7951
7951
  contactProfile: string | null;
7952
7952
  socialProfileUrl: string | null;
7953
7953
  tags: {
7954
- name: string;
7955
7954
  id: string;
7955
+ name: string;
7956
7956
  createdAt: Date;
7957
7957
  updatedAt: Date;
7958
7958
  deletedAt: Date | null;
@@ -7977,8 +7977,8 @@ export declare const telephonyCdrContract: {
7977
7977
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7978
7978
  id: string;
7979
7979
  metadata: {
7980
- name: string;
7981
7980
  id: string;
7981
+ name: string;
7982
7982
  picture?: string | undefined;
7983
7983
  additionalCredentials?: any;
7984
7984
  };
@@ -8040,9 +8040,9 @@ export declare const telephonyCdrContract: {
8040
8040
  extensionName: string;
8041
8041
  telephonySignature: string | null;
8042
8042
  user?: {
8043
- name: string;
8044
8043
  id: string;
8045
8044
  address: string | null;
8045
+ name: string;
8046
8046
  email: string;
8047
8047
  createdAt: Date;
8048
8048
  updatedAt: Date;
@@ -8116,9 +8116,9 @@ export declare const telephonyCdrContract: {
8116
8116
  callTo?: {
8117
8117
  id: string;
8118
8118
  user: {
8119
- name: string;
8120
8119
  id: string;
8121
8120
  address: string | null;
8121
+ name: string;
8122
8122
  email: string;
8123
8123
  createdAt: Date;
8124
8124
  updatedAt: Date;
@@ -8142,9 +8142,9 @@ export declare const telephonyCdrContract: {
8142
8142
  callFrom?: {
8143
8143
  id: string;
8144
8144
  user: {
8145
- name: string;
8146
8145
  id: string;
8147
8146
  address: string | null;
8147
+ name: string;
8148
8148
  email: string;
8149
8149
  createdAt: Date;
8150
8150
  updatedAt: Date;
@@ -8170,10 +8170,10 @@ export declare const telephonyCdrContract: {
8170
8170
  telephonyQueueId: string | null;
8171
8171
  contactId: string | null;
8172
8172
  contact?: {
8173
- name: string;
8174
8173
  id: string;
8175
8174
  channel: string | null;
8176
8175
  address: string | null;
8176
+ name: string;
8177
8177
  createdAt: Date;
8178
8178
  updatedAt: Date;
8179
8179
  deletedAt: Date | null;
@@ -8218,8 +8218,8 @@ export declare const telephonyCdrContract: {
8218
8218
  createdAt: Date;
8219
8219
  updatedAt: Date;
8220
8220
  deletedAt: Date | null;
8221
- name?: string | undefined;
8222
8221
  address?: string | null | undefined;
8222
+ name?: string | undefined;
8223
8223
  phone?: string | null | undefined;
8224
8224
  industry?: string | null | undefined;
8225
8225
  } | null;
@@ -8227,8 +8227,8 @@ export declare const telephonyCdrContract: {
8227
8227
  contactProfile: string | null;
8228
8228
  socialProfileUrl: string | null;
8229
8229
  tags: {
8230
- name: string;
8231
8230
  id: string;
8231
+ name: string;
8232
8232
  createdAt: Date;
8233
8233
  updatedAt: Date;
8234
8234
  deletedAt: Date | null;
@@ -8253,8 +8253,8 @@ export declare const telephonyCdrContract: {
8253
8253
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8254
8254
  id: string;
8255
8255
  metadata: {
8256
- name: string;
8257
8256
  id: string;
8257
+ name: string;
8258
8258
  picture?: string | undefined;
8259
8259
  additionalCredentials?: any;
8260
8260
  };
@@ -8316,9 +8316,9 @@ export declare const telephonyCdrContract: {
8316
8316
  extensionName: string;
8317
8317
  telephonySignature: string | null;
8318
8318
  user?: {
8319
- name: string;
8320
8319
  id: string;
8321
8320
  address: string | null;
8321
+ name: string;
8322
8322
  email: string;
8323
8323
  createdAt: Date;
8324
8324
  updatedAt: Date;
@@ -8392,9 +8392,9 @@ export declare const telephonyCdrContract: {
8392
8392
  callTo?: {
8393
8393
  id: string;
8394
8394
  user: {
8395
- name: string;
8396
8395
  id: string;
8397
8396
  address: string | null;
8397
+ name: string;
8398
8398
  email: string;
8399
8399
  createdAt: Date;
8400
8400
  updatedAt: Date;
@@ -8418,9 +8418,9 @@ export declare const telephonyCdrContract: {
8418
8418
  callFrom?: {
8419
8419
  id: string;
8420
8420
  user: {
8421
- name: string;
8422
8421
  id: string;
8423
8422
  address: string | null;
8423
+ name: string;
8424
8424
  email: string;
8425
8425
  createdAt: Date;
8426
8426
  updatedAt: Date;
@@ -8446,10 +8446,10 @@ export declare const telephonyCdrContract: {
8446
8446
  telephonyQueueId: string | null;
8447
8447
  contactId: string | null;
8448
8448
  contact?: {
8449
- name: string;
8450
8449
  id: string;
8451
8450
  channel: string | null;
8452
8451
  address: string | null;
8452
+ name: string;
8453
8453
  createdAt: Date;
8454
8454
  updatedAt: Date;
8455
8455
  deletedAt: Date | null;
@@ -8494,8 +8494,8 @@ export declare const telephonyCdrContract: {
8494
8494
  createdAt: Date;
8495
8495
  updatedAt: Date;
8496
8496
  deletedAt: Date | null;
8497
- name?: string | undefined;
8498
8497
  address?: string | null | undefined;
8498
+ name?: string | undefined;
8499
8499
  phone?: string | null | undefined;
8500
8500
  industry?: string | null | undefined;
8501
8501
  } | null;
@@ -8503,8 +8503,8 @@ export declare const telephonyCdrContract: {
8503
8503
  contactProfile: string | null;
8504
8504
  socialProfileUrl: string | null;
8505
8505
  tags: {
8506
- name: string;
8507
8506
  id: string;
8507
+ name: string;
8508
8508
  createdAt: Date;
8509
8509
  updatedAt: Date;
8510
8510
  deletedAt: Date | null;
@@ -8529,8 +8529,8 @@ export declare const telephonyCdrContract: {
8529
8529
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8530
8530
  id: string;
8531
8531
  metadata: {
8532
- name: string;
8533
8532
  id: string;
8533
+ name: string;
8534
8534
  picture?: string | undefined;
8535
8535
  additionalCredentials?: any;
8536
8536
  };
@@ -8592,9 +8592,9 @@ export declare const telephonyCdrContract: {
8592
8592
  extensionName: string;
8593
8593
  telephonySignature: string | null;
8594
8594
  user?: {
8595
- name: string;
8596
8595
  id: string;
8597
8596
  address: string | null;
8597
+ name: string;
8598
8598
  email: string;
8599
8599
  createdAt: Date;
8600
8600
  updatedAt: Date;
@@ -9232,9 +9232,9 @@ export declare const telephonyCdrContract: {
9232
9232
  telephonySignature: string | null;
9233
9233
  }>;
9234
9234
  }, "extension">, "strip", z.ZodTypeAny, {
9235
- name: string;
9236
9235
  id: string;
9237
9236
  address: string | null;
9237
+ name: string;
9238
9238
  email: string;
9239
9239
  createdAt: Date;
9240
9240
  updatedAt: Date;
@@ -9262,9 +9262,9 @@ export declare const telephonyCdrContract: {
9262
9262
  }[];
9263
9263
  }[];
9264
9264
  }, {
9265
- name: string;
9266
9265
  id: string;
9267
9266
  address: string | null;
9267
+ name: string;
9268
9268
  email: string;
9269
9269
  createdAt: Date;
9270
9270
  updatedAt: Date;
@@ -9312,9 +9312,9 @@ export declare const telephonyCdrContract: {
9312
9312
  sipPassword: string | null;
9313
9313
  yeastarSignature: string | null;
9314
9314
  user?: {
9315
- name: string;
9316
9315
  id: string;
9317
9316
  address: string | null;
9317
+ name: string;
9318
9318
  email: string;
9319
9319
  createdAt: Date;
9320
9320
  updatedAt: Date;
@@ -9355,9 +9355,9 @@ export declare const telephonyCdrContract: {
9355
9355
  sipPassword: string | null;
9356
9356
  yeastarSignature: string | null;
9357
9357
  user?: {
9358
- name: string;
9359
9358
  id: string;
9360
9359
  address: string | null;
9360
+ name: string;
9361
9361
  email: string;
9362
9362
  createdAt: Date;
9363
9363
  updatedAt: Date;
@@ -9401,9 +9401,9 @@ export declare const telephonyCdrContract: {
9401
9401
  sipPassword: string | null;
9402
9402
  yeastarSignature: string | null;
9403
9403
  user?: {
9404
- name: string;
9405
9404
  id: string;
9406
9405
  address: string | null;
9406
+ name: string;
9407
9407
  email: string;
9408
9408
  createdAt: Date;
9409
9409
  updatedAt: Date;
@@ -9447,9 +9447,9 @@ export declare const telephonyCdrContract: {
9447
9447
  sipPassword: string | null;
9448
9448
  yeastarSignature: string | null;
9449
9449
  user?: {
9450
- name: string;
9451
9450
  id: string;
9452
9451
  address: string | null;
9452
+ name: string;
9453
9453
  email: string;
9454
9454
  createdAt: Date;
9455
9455
  updatedAt: Date;