@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
@@ -60,15 +60,15 @@ export declare const ContactContractValidationSchema: {
60
60
  mailRoomId: z.ZodOptional<z.ZodString>;
61
61
  isTheMailRoomOwner: z.ZodOptional<z.ZodBoolean>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- name: {
64
- [x: string]: any;
65
- };
66
63
  channel: {
67
64
  [x: string]: any;
68
65
  };
69
66
  address: {
70
67
  [x: string]: any;
71
68
  };
69
+ name: {
70
+ [x: string]: any;
71
+ };
72
72
  email: {
73
73
  [x: string]: any;
74
74
  };
@@ -90,15 +90,15 @@ export declare const ContactContractValidationSchema: {
90
90
  mailRoomId?: string | undefined;
91
91
  isTheMailRoomOwner?: boolean | undefined;
92
92
  }, {
93
- name: {
94
- [x: string]: any;
95
- };
96
93
  channel: {
97
94
  [x: string]: any;
98
95
  };
99
96
  address: {
100
97
  [x: string]: any;
101
98
  };
99
+ name: {
100
+ [x: string]: any;
101
+ };
102
102
  email: {
103
103
  [x: string]: any;
104
104
  };
@@ -148,14 +148,14 @@ export declare const ContactContractValidationSchema: {
148
148
  deletedAt: z.ZodNullable<z.ZodDate>;
149
149
  name: z.ZodString;
150
150
  }, "strip", z.ZodTypeAny, {
151
- name: string;
152
151
  id: string;
152
+ name: string;
153
153
  createdAt: Date;
154
154
  updatedAt: Date;
155
155
  deletedAt: Date | null;
156
156
  }, {
157
- name: string;
158
157
  id: string;
158
+ name: string;
159
159
  createdAt: Date;
160
160
  updatedAt: Date;
161
161
  deletedAt: Date | null;
@@ -311,8 +311,8 @@ export declare const ContactContractValidationSchema: {
311
311
  createdAt: Date;
312
312
  updatedAt: Date;
313
313
  deletedAt: Date | null;
314
- name?: string | undefined;
315
314
  address?: string | null | undefined;
315
+ name?: string | undefined;
316
316
  phone?: string | null | undefined;
317
317
  industry?: string | null | undefined;
318
318
  }, {
@@ -320,8 +320,8 @@ export declare const ContactContractValidationSchema: {
320
320
  createdAt: Date;
321
321
  updatedAt: Date;
322
322
  deletedAt: Date | null;
323
- name?: string | undefined;
324
323
  address?: string | null | undefined;
324
+ name?: string | undefined;
325
325
  phone?: string | null | undefined;
326
326
  industry?: string | null | undefined;
327
327
  }>>;
@@ -339,13 +339,13 @@ export declare const ContactContractValidationSchema: {
339
339
  picture: z.ZodOptional<z.ZodString>;
340
340
  additionalCredentials: z.ZodAny;
341
341
  }, "strip", z.ZodTypeAny, {
342
- name: string;
343
342
  id: string;
343
+ name: string;
344
344
  picture?: string | undefined;
345
345
  additionalCredentials?: any;
346
346
  }, {
347
- name: string;
348
347
  id: string;
348
+ name: string;
349
349
  picture?: string | undefined;
350
350
  additionalCredentials?: any;
351
351
  }>;
@@ -353,8 +353,8 @@ export declare const ContactContractValidationSchema: {
353
353
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
354
354
  id: string;
355
355
  metadata: {
356
- name: string;
357
356
  id: string;
357
+ name: string;
358
358
  picture?: string | undefined;
359
359
  additionalCredentials?: any;
360
360
  };
@@ -367,8 +367,8 @@ export declare const ContactContractValidationSchema: {
367
367
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
368
368
  id: string;
369
369
  metadata: {
370
- name: string;
371
370
  id: string;
371
+ name: string;
372
372
  picture?: string | undefined;
373
373
  additionalCredentials?: any;
374
374
  };
@@ -678,10 +678,10 @@ export declare const ContactContractValidationSchema: {
678
678
  };
679
679
  }>, "many">>;
680
680
  }, "strip", z.ZodTypeAny, {
681
- name: string;
682
681
  id: string;
683
682
  channel: string | null;
684
683
  address: string | null;
684
+ name: string;
685
685
  createdAt: Date;
686
686
  updatedAt: Date;
687
687
  deletedAt: Date | null;
@@ -726,8 +726,8 @@ export declare const ContactContractValidationSchema: {
726
726
  createdAt: Date;
727
727
  updatedAt: Date;
728
728
  deletedAt: Date | null;
729
- name?: string | undefined;
730
729
  address?: string | null | undefined;
730
+ name?: string | undefined;
731
731
  phone?: string | null | undefined;
732
732
  industry?: string | null | undefined;
733
733
  } | null;
@@ -735,8 +735,8 @@ export declare const ContactContractValidationSchema: {
735
735
  contactProfile: string | null;
736
736
  socialProfileUrl: string | null;
737
737
  tags: {
738
- name: string;
739
738
  id: string;
739
+ name: string;
740
740
  createdAt: Date;
741
741
  updatedAt: Date;
742
742
  deletedAt: Date | null;
@@ -761,8 +761,8 @@ export declare const ContactContractValidationSchema: {
761
761
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
762
762
  id: string;
763
763
  metadata: {
764
- name: string;
765
764
  id: string;
765
+ name: string;
766
766
  picture?: string | undefined;
767
767
  additionalCredentials?: any;
768
768
  };
@@ -789,10 +789,10 @@ export declare const ContactContractValidationSchema: {
789
789
  };
790
790
  }[] | undefined;
791
791
  }, {
792
- name: string;
793
792
  id: string;
794
793
  channel: string | null;
795
794
  address: string | null;
795
+ name: string;
796
796
  createdAt: Date;
797
797
  updatedAt: Date;
798
798
  deletedAt: Date | null;
@@ -837,8 +837,8 @@ export declare const ContactContractValidationSchema: {
837
837
  createdAt: Date;
838
838
  updatedAt: Date;
839
839
  deletedAt: Date | null;
840
- name?: string | undefined;
841
840
  address?: string | null | undefined;
841
+ name?: string | undefined;
842
842
  phone?: string | null | undefined;
843
843
  industry?: string | null | undefined;
844
844
  } | null;
@@ -846,8 +846,8 @@ export declare const ContactContractValidationSchema: {
846
846
  contactProfile: string | null;
847
847
  socialProfileUrl: string | null;
848
848
  tags: {
849
- name: string;
850
849
  id: string;
850
+ name: string;
851
851
  createdAt: Date;
852
852
  updatedAt: Date;
853
853
  deletedAt: Date | null;
@@ -872,8 +872,8 @@ export declare const ContactContractValidationSchema: {
872
872
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
873
873
  id: string;
874
874
  metadata: {
875
- name: string;
876
875
  id: string;
876
+ name: string;
877
877
  picture?: string | undefined;
878
878
  additionalCredentials?: any;
879
879
  };
@@ -998,14 +998,14 @@ export declare const ContactContractValidationSchema: {
998
998
  deletedAt: z.ZodNullable<z.ZodDate>;
999
999
  name: z.ZodString;
1000
1000
  }, "strip", z.ZodTypeAny, {
1001
- name: string;
1002
1001
  id: string;
1002
+ name: string;
1003
1003
  createdAt: Date;
1004
1004
  updatedAt: Date;
1005
1005
  deletedAt: Date | null;
1006
1006
  }, {
1007
- name: string;
1008
1007
  id: string;
1008
+ name: string;
1009
1009
  createdAt: Date;
1010
1010
  updatedAt: Date;
1011
1011
  deletedAt: Date | null;
@@ -1161,8 +1161,8 @@ export declare const ContactContractValidationSchema: {
1161
1161
  createdAt: Date;
1162
1162
  updatedAt: Date;
1163
1163
  deletedAt: Date | null;
1164
- name?: string | undefined;
1165
1164
  address?: string | null | undefined;
1165
+ name?: string | undefined;
1166
1166
  phone?: string | null | undefined;
1167
1167
  industry?: string | null | undefined;
1168
1168
  }, {
@@ -1170,8 +1170,8 @@ export declare const ContactContractValidationSchema: {
1170
1170
  createdAt: Date;
1171
1171
  updatedAt: Date;
1172
1172
  deletedAt: Date | null;
1173
- name?: string | undefined;
1174
1173
  address?: string | null | undefined;
1174
+ name?: string | undefined;
1175
1175
  phone?: string | null | undefined;
1176
1176
  industry?: string | null | undefined;
1177
1177
  }>>;
@@ -1189,13 +1189,13 @@ export declare const ContactContractValidationSchema: {
1189
1189
  picture: z.ZodOptional<z.ZodString>;
1190
1190
  additionalCredentials: z.ZodAny;
1191
1191
  }, "strip", z.ZodTypeAny, {
1192
- name: string;
1193
1192
  id: string;
1193
+ name: string;
1194
1194
  picture?: string | undefined;
1195
1195
  additionalCredentials?: any;
1196
1196
  }, {
1197
- name: string;
1198
1197
  id: string;
1198
+ name: string;
1199
1199
  picture?: string | undefined;
1200
1200
  additionalCredentials?: any;
1201
1201
  }>;
@@ -1203,8 +1203,8 @@ export declare const ContactContractValidationSchema: {
1203
1203
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1204
1204
  id: string;
1205
1205
  metadata: {
1206
- name: string;
1207
1206
  id: string;
1207
+ name: string;
1208
1208
  picture?: string | undefined;
1209
1209
  additionalCredentials?: any;
1210
1210
  };
@@ -1217,8 +1217,8 @@ export declare const ContactContractValidationSchema: {
1217
1217
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1218
1218
  id: string;
1219
1219
  metadata: {
1220
- name: string;
1221
1220
  id: string;
1221
+ name: string;
1222
1222
  picture?: string | undefined;
1223
1223
  additionalCredentials?: any;
1224
1224
  };
@@ -1528,10 +1528,10 @@ export declare const ContactContractValidationSchema: {
1528
1528
  };
1529
1529
  }>, "many">>;
1530
1530
  }, "strip", z.ZodTypeAny, {
1531
- name: string;
1532
1531
  id: string;
1533
1532
  channel: string | null;
1534
1533
  address: string | null;
1534
+ name: string;
1535
1535
  createdAt: Date;
1536
1536
  updatedAt: Date;
1537
1537
  deletedAt: Date | null;
@@ -1576,8 +1576,8 @@ export declare const ContactContractValidationSchema: {
1576
1576
  createdAt: Date;
1577
1577
  updatedAt: Date;
1578
1578
  deletedAt: Date | null;
1579
- name?: string | undefined;
1580
1579
  address?: string | null | undefined;
1580
+ name?: string | undefined;
1581
1581
  phone?: string | null | undefined;
1582
1582
  industry?: string | null | undefined;
1583
1583
  } | null;
@@ -1585,8 +1585,8 @@ export declare const ContactContractValidationSchema: {
1585
1585
  contactProfile: string | null;
1586
1586
  socialProfileUrl: string | null;
1587
1587
  tags: {
1588
- name: string;
1589
1588
  id: string;
1589
+ name: string;
1590
1590
  createdAt: Date;
1591
1591
  updatedAt: Date;
1592
1592
  deletedAt: Date | null;
@@ -1611,8 +1611,8 @@ export declare const ContactContractValidationSchema: {
1611
1611
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1612
1612
  id: string;
1613
1613
  metadata: {
1614
- name: string;
1615
1614
  id: string;
1615
+ name: string;
1616
1616
  picture?: string | undefined;
1617
1617
  additionalCredentials?: any;
1618
1618
  };
@@ -1639,10 +1639,10 @@ export declare const ContactContractValidationSchema: {
1639
1639
  };
1640
1640
  }[] | undefined;
1641
1641
  }, {
1642
- name: string;
1643
1642
  id: string;
1644
1643
  channel: string | null;
1645
1644
  address: string | null;
1645
+ name: string;
1646
1646
  createdAt: Date;
1647
1647
  updatedAt: Date;
1648
1648
  deletedAt: Date | null;
@@ -1687,8 +1687,8 @@ export declare const ContactContractValidationSchema: {
1687
1687
  createdAt: Date;
1688
1688
  updatedAt: Date;
1689
1689
  deletedAt: Date | null;
1690
- name?: string | undefined;
1691
1690
  address?: string | null | undefined;
1691
+ name?: string | undefined;
1692
1692
  phone?: string | null | undefined;
1693
1693
  industry?: string | null | undefined;
1694
1694
  } | null;
@@ -1696,8 +1696,8 @@ export declare const ContactContractValidationSchema: {
1696
1696
  contactProfile: string | null;
1697
1697
  socialProfileUrl: string | null;
1698
1698
  tags: {
1699
- name: string;
1700
1699
  id: string;
1700
+ name: string;
1701
1701
  createdAt: Date;
1702
1702
  updatedAt: Date;
1703
1703
  deletedAt: Date | null;
@@ -1722,8 +1722,8 @@ export declare const ContactContractValidationSchema: {
1722
1722
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1723
1723
  id: string;
1724
1724
  metadata: {
1725
- name: string;
1726
1725
  id: string;
1726
+ name: string;
1727
1727
  picture?: string | undefined;
1728
1728
  additionalCredentials?: any;
1729
1729
  };
@@ -1778,14 +1778,14 @@ export declare const ContactContractValidationSchema: {
1778
1778
  deletedAt: z.ZodNullable<z.ZodDate>;
1779
1779
  name: z.ZodString;
1780
1780
  }, "strip", z.ZodTypeAny, {
1781
- name: string;
1782
1781
  id: string;
1782
+ name: string;
1783
1783
  createdAt: Date;
1784
1784
  updatedAt: Date;
1785
1785
  deletedAt: Date | null;
1786
1786
  }, {
1787
- name: string;
1788
1787
  id: string;
1788
+ name: string;
1789
1789
  createdAt: Date;
1790
1790
  updatedAt: Date;
1791
1791
  deletedAt: Date | null;
@@ -1941,8 +1941,8 @@ export declare const ContactContractValidationSchema: {
1941
1941
  createdAt: Date;
1942
1942
  updatedAt: Date;
1943
1943
  deletedAt: Date | null;
1944
- name?: string | undefined;
1945
1944
  address?: string | null | undefined;
1945
+ name?: string | undefined;
1946
1946
  phone?: string | null | undefined;
1947
1947
  industry?: string | null | undefined;
1948
1948
  }, {
@@ -1950,8 +1950,8 @@ export declare const ContactContractValidationSchema: {
1950
1950
  createdAt: Date;
1951
1951
  updatedAt: Date;
1952
1952
  deletedAt: Date | null;
1953
- name?: string | undefined;
1954
1953
  address?: string | null | undefined;
1954
+ name?: string | undefined;
1955
1955
  phone?: string | null | undefined;
1956
1956
  industry?: string | null | undefined;
1957
1957
  }>>;
@@ -1969,13 +1969,13 @@ export declare const ContactContractValidationSchema: {
1969
1969
  picture: z.ZodOptional<z.ZodString>;
1970
1970
  additionalCredentials: z.ZodAny;
1971
1971
  }, "strip", z.ZodTypeAny, {
1972
- name: string;
1973
1972
  id: string;
1973
+ name: string;
1974
1974
  picture?: string | undefined;
1975
1975
  additionalCredentials?: any;
1976
1976
  }, {
1977
- name: string;
1978
1977
  id: string;
1978
+ name: string;
1979
1979
  picture?: string | undefined;
1980
1980
  additionalCredentials?: any;
1981
1981
  }>;
@@ -1983,8 +1983,8 @@ export declare const ContactContractValidationSchema: {
1983
1983
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1984
1984
  id: string;
1985
1985
  metadata: {
1986
- name: string;
1987
1986
  id: string;
1987
+ name: string;
1988
1988
  picture?: string | undefined;
1989
1989
  additionalCredentials?: any;
1990
1990
  };
@@ -1997,8 +1997,8 @@ export declare const ContactContractValidationSchema: {
1997
1997
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1998
1998
  id: string;
1999
1999
  metadata: {
2000
- name: string;
2001
2000
  id: string;
2001
+ name: string;
2002
2002
  picture?: string | undefined;
2003
2003
  additionalCredentials?: any;
2004
2004
  };
@@ -2308,10 +2308,10 @@ export declare const ContactContractValidationSchema: {
2308
2308
  };
2309
2309
  }>, "many">>;
2310
2310
  }, "strip", z.ZodTypeAny, {
2311
- name: string;
2312
2311
  id: string;
2313
2312
  channel: string | null;
2314
2313
  address: string | null;
2314
+ name: string;
2315
2315
  createdAt: Date;
2316
2316
  updatedAt: Date;
2317
2317
  deletedAt: Date | null;
@@ -2356,8 +2356,8 @@ export declare const ContactContractValidationSchema: {
2356
2356
  createdAt: Date;
2357
2357
  updatedAt: Date;
2358
2358
  deletedAt: Date | null;
2359
- name?: string | undefined;
2360
2359
  address?: string | null | undefined;
2360
+ name?: string | undefined;
2361
2361
  phone?: string | null | undefined;
2362
2362
  industry?: string | null | undefined;
2363
2363
  } | null;
@@ -2365,8 +2365,8 @@ export declare const ContactContractValidationSchema: {
2365
2365
  contactProfile: string | null;
2366
2366
  socialProfileUrl: string | null;
2367
2367
  tags: {
2368
- name: string;
2369
2368
  id: string;
2369
+ name: string;
2370
2370
  createdAt: Date;
2371
2371
  updatedAt: Date;
2372
2372
  deletedAt: Date | null;
@@ -2391,8 +2391,8 @@ export declare const ContactContractValidationSchema: {
2391
2391
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2392
2392
  id: string;
2393
2393
  metadata: {
2394
- name: string;
2395
2394
  id: string;
2395
+ name: string;
2396
2396
  picture?: string | undefined;
2397
2397
  additionalCredentials?: any;
2398
2398
  };
@@ -2419,10 +2419,10 @@ export declare const ContactContractValidationSchema: {
2419
2419
  };
2420
2420
  }[] | undefined;
2421
2421
  }, {
2422
- name: string;
2423
2422
  id: string;
2424
2423
  channel: string | null;
2425
2424
  address: string | null;
2425
+ name: string;
2426
2426
  createdAt: Date;
2427
2427
  updatedAt: Date;
2428
2428
  deletedAt: Date | null;
@@ -2467,8 +2467,8 @@ export declare const ContactContractValidationSchema: {
2467
2467
  createdAt: Date;
2468
2468
  updatedAt: Date;
2469
2469
  deletedAt: Date | null;
2470
- name?: string | undefined;
2471
2470
  address?: string | null | undefined;
2471
+ name?: string | undefined;
2472
2472
  phone?: string | null | undefined;
2473
2473
  industry?: string | null | undefined;
2474
2474
  } | null;
@@ -2476,8 +2476,8 @@ export declare const ContactContractValidationSchema: {
2476
2476
  contactProfile: string | null;
2477
2477
  socialProfileUrl: string | null;
2478
2478
  tags: {
2479
- name: string;
2480
2479
  id: string;
2480
+ name: string;
2481
2481
  createdAt: Date;
2482
2482
  updatedAt: Date;
2483
2483
  deletedAt: Date | null;
@@ -2502,8 +2502,8 @@ export declare const ContactContractValidationSchema: {
2502
2502
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2503
2503
  id: string;
2504
2504
  metadata: {
2505
- name: string;
2506
2505
  id: string;
2506
+ name: string;
2507
2507
  picture?: string | undefined;
2508
2508
  additionalCredentials?: any;
2509
2509
  };
@@ -2566,14 +2566,14 @@ export declare const ContactContractValidationSchema: {
2566
2566
  deletedAt: z.ZodNullable<z.ZodDate>;
2567
2567
  name: z.ZodString;
2568
2568
  }, "strip", z.ZodTypeAny, {
2569
- name: string;
2570
2569
  id: string;
2570
+ name: string;
2571
2571
  createdAt: Date;
2572
2572
  updatedAt: Date;
2573
2573
  deletedAt: Date | null;
2574
2574
  }, {
2575
- name: string;
2576
2575
  id: string;
2576
+ name: string;
2577
2577
  createdAt: Date;
2578
2578
  updatedAt: Date;
2579
2579
  deletedAt: Date | null;
@@ -2729,8 +2729,8 @@ export declare const ContactContractValidationSchema: {
2729
2729
  createdAt: Date;
2730
2730
  updatedAt: Date;
2731
2731
  deletedAt: Date | null;
2732
- name?: string | undefined;
2733
2732
  address?: string | null | undefined;
2733
+ name?: string | undefined;
2734
2734
  phone?: string | null | undefined;
2735
2735
  industry?: string | null | undefined;
2736
2736
  }, {
@@ -2738,8 +2738,8 @@ export declare const ContactContractValidationSchema: {
2738
2738
  createdAt: Date;
2739
2739
  updatedAt: Date;
2740
2740
  deletedAt: Date | null;
2741
- name?: string | undefined;
2742
2741
  address?: string | null | undefined;
2742
+ name?: string | undefined;
2743
2743
  phone?: string | null | undefined;
2744
2744
  industry?: string | null | undefined;
2745
2745
  }>>;
@@ -2757,13 +2757,13 @@ export declare const ContactContractValidationSchema: {
2757
2757
  picture: z.ZodOptional<z.ZodString>;
2758
2758
  additionalCredentials: z.ZodAny;
2759
2759
  }, "strip", z.ZodTypeAny, {
2760
- name: string;
2761
2760
  id: string;
2761
+ name: string;
2762
2762
  picture?: string | undefined;
2763
2763
  additionalCredentials?: any;
2764
2764
  }, {
2765
- name: string;
2766
2765
  id: string;
2766
+ name: string;
2767
2767
  picture?: string | undefined;
2768
2768
  additionalCredentials?: any;
2769
2769
  }>;
@@ -2771,8 +2771,8 @@ export declare const ContactContractValidationSchema: {
2771
2771
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2772
2772
  id: string;
2773
2773
  metadata: {
2774
- name: string;
2775
2774
  id: string;
2775
+ name: string;
2776
2776
  picture?: string | undefined;
2777
2777
  additionalCredentials?: any;
2778
2778
  };
@@ -2785,8 +2785,8 @@ export declare const ContactContractValidationSchema: {
2785
2785
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2786
2786
  id: string;
2787
2787
  metadata: {
2788
- name: string;
2789
2788
  id: string;
2789
+ name: string;
2790
2790
  picture?: string | undefined;
2791
2791
  additionalCredentials?: any;
2792
2792
  };
@@ -3096,10 +3096,10 @@ export declare const ContactContractValidationSchema: {
3096
3096
  };
3097
3097
  }>, "many">>;
3098
3098
  }, "strip", z.ZodTypeAny, {
3099
- name: string;
3100
3099
  id: string;
3101
3100
  channel: string | null;
3102
3101
  address: string | null;
3102
+ name: string;
3103
3103
  createdAt: Date;
3104
3104
  updatedAt: Date;
3105
3105
  deletedAt: Date | null;
@@ -3144,8 +3144,8 @@ export declare const ContactContractValidationSchema: {
3144
3144
  createdAt: Date;
3145
3145
  updatedAt: Date;
3146
3146
  deletedAt: Date | null;
3147
- name?: string | undefined;
3148
3147
  address?: string | null | undefined;
3148
+ name?: string | undefined;
3149
3149
  phone?: string | null | undefined;
3150
3150
  industry?: string | null | undefined;
3151
3151
  } | null;
@@ -3153,8 +3153,8 @@ export declare const ContactContractValidationSchema: {
3153
3153
  contactProfile: string | null;
3154
3154
  socialProfileUrl: string | null;
3155
3155
  tags: {
3156
- name: string;
3157
3156
  id: string;
3157
+ name: string;
3158
3158
  createdAt: Date;
3159
3159
  updatedAt: Date;
3160
3160
  deletedAt: Date | null;
@@ -3179,8 +3179,8 @@ export declare const ContactContractValidationSchema: {
3179
3179
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3180
3180
  id: string;
3181
3181
  metadata: {
3182
- name: string;
3183
3182
  id: string;
3183
+ name: string;
3184
3184
  picture?: string | undefined;
3185
3185
  additionalCredentials?: any;
3186
3186
  };
@@ -3207,10 +3207,10 @@ export declare const ContactContractValidationSchema: {
3207
3207
  };
3208
3208
  }[] | undefined;
3209
3209
  }, {
3210
- name: string;
3211
3210
  id: string;
3212
3211
  channel: string | null;
3213
3212
  address: string | null;
3213
+ name: string;
3214
3214
  createdAt: Date;
3215
3215
  updatedAt: Date;
3216
3216
  deletedAt: Date | null;
@@ -3255,8 +3255,8 @@ export declare const ContactContractValidationSchema: {
3255
3255
  createdAt: Date;
3256
3256
  updatedAt: Date;
3257
3257
  deletedAt: Date | null;
3258
- name?: string | undefined;
3259
3258
  address?: string | null | undefined;
3259
+ name?: string | undefined;
3260
3260
  phone?: string | null | undefined;
3261
3261
  industry?: string | null | undefined;
3262
3262
  } | null;
@@ -3264,8 +3264,8 @@ export declare const ContactContractValidationSchema: {
3264
3264
  contactProfile: string | null;
3265
3265
  socialProfileUrl: string | null;
3266
3266
  tags: {
3267
- name: string;
3268
3267
  id: string;
3268
+ name: string;
3269
3269
  createdAt: Date;
3270
3270
  updatedAt: Date;
3271
3271
  deletedAt: Date | null;
@@ -3290,8 +3290,8 @@ export declare const ContactContractValidationSchema: {
3290
3290
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3291
3291
  id: string;
3292
3292
  metadata: {
3293
- name: string;
3294
3293
  id: string;
3294
+ name: string;
3295
3295
  picture?: string | undefined;
3296
3296
  additionalCredentials?: any;
3297
3297
  };
@@ -3345,14 +3345,14 @@ export declare const ContactContractValidationSchema: {
3345
3345
  deletedAt: z.ZodNullable<z.ZodDate>;
3346
3346
  name: z.ZodString;
3347
3347
  }, "strip", z.ZodTypeAny, {
3348
- name: string;
3349
3348
  id: string;
3349
+ name: string;
3350
3350
  createdAt: Date;
3351
3351
  updatedAt: Date;
3352
3352
  deletedAt: Date | null;
3353
3353
  }, {
3354
- name: string;
3355
3354
  id: string;
3355
+ name: string;
3356
3356
  createdAt: Date;
3357
3357
  updatedAt: Date;
3358
3358
  deletedAt: Date | null;
@@ -3508,8 +3508,8 @@ export declare const ContactContractValidationSchema: {
3508
3508
  createdAt: Date;
3509
3509
  updatedAt: Date;
3510
3510
  deletedAt: Date | null;
3511
- name?: string | undefined;
3512
3511
  address?: string | null | undefined;
3512
+ name?: string | undefined;
3513
3513
  phone?: string | null | undefined;
3514
3514
  industry?: string | null | undefined;
3515
3515
  }, {
@@ -3517,8 +3517,8 @@ export declare const ContactContractValidationSchema: {
3517
3517
  createdAt: Date;
3518
3518
  updatedAt: Date;
3519
3519
  deletedAt: Date | null;
3520
- name?: string | undefined;
3521
3520
  address?: string | null | undefined;
3521
+ name?: string | undefined;
3522
3522
  phone?: string | null | undefined;
3523
3523
  industry?: string | null | undefined;
3524
3524
  }>>;
@@ -3536,13 +3536,13 @@ export declare const ContactContractValidationSchema: {
3536
3536
  picture: z.ZodOptional<z.ZodString>;
3537
3537
  additionalCredentials: z.ZodAny;
3538
3538
  }, "strip", z.ZodTypeAny, {
3539
- name: string;
3540
3539
  id: string;
3540
+ name: string;
3541
3541
  picture?: string | undefined;
3542
3542
  additionalCredentials?: any;
3543
3543
  }, {
3544
- name: string;
3545
3544
  id: string;
3545
+ name: string;
3546
3546
  picture?: string | undefined;
3547
3547
  additionalCredentials?: any;
3548
3548
  }>;
@@ -3550,8 +3550,8 @@ export declare const ContactContractValidationSchema: {
3550
3550
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3551
3551
  id: string;
3552
3552
  metadata: {
3553
- name: string;
3554
3553
  id: string;
3554
+ name: string;
3555
3555
  picture?: string | undefined;
3556
3556
  additionalCredentials?: any;
3557
3557
  };
@@ -3564,8 +3564,8 @@ export declare const ContactContractValidationSchema: {
3564
3564
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3565
3565
  id: string;
3566
3566
  metadata: {
3567
- name: string;
3568
3567
  id: string;
3568
+ name: string;
3569
3569
  picture?: string | undefined;
3570
3570
  additionalCredentials?: any;
3571
3571
  };
@@ -3875,10 +3875,10 @@ export declare const ContactContractValidationSchema: {
3875
3875
  };
3876
3876
  }>, "many">>;
3877
3877
  }, "strip", z.ZodTypeAny, {
3878
- name: string;
3879
3878
  id: string;
3880
3879
  channel: string | null;
3881
3880
  address: string | null;
3881
+ name: string;
3882
3882
  createdAt: Date;
3883
3883
  updatedAt: Date;
3884
3884
  deletedAt: Date | null;
@@ -3923,8 +3923,8 @@ export declare const ContactContractValidationSchema: {
3923
3923
  createdAt: Date;
3924
3924
  updatedAt: Date;
3925
3925
  deletedAt: Date | null;
3926
- name?: string | undefined;
3927
3926
  address?: string | null | undefined;
3927
+ name?: string | undefined;
3928
3928
  phone?: string | null | undefined;
3929
3929
  industry?: string | null | undefined;
3930
3930
  } | null;
@@ -3932,8 +3932,8 @@ export declare const ContactContractValidationSchema: {
3932
3932
  contactProfile: string | null;
3933
3933
  socialProfileUrl: string | null;
3934
3934
  tags: {
3935
- name: string;
3936
3935
  id: string;
3936
+ name: string;
3937
3937
  createdAt: Date;
3938
3938
  updatedAt: Date;
3939
3939
  deletedAt: Date | null;
@@ -3958,8 +3958,8 @@ export declare const ContactContractValidationSchema: {
3958
3958
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3959
3959
  id: string;
3960
3960
  metadata: {
3961
- name: string;
3962
3961
  id: string;
3962
+ name: string;
3963
3963
  picture?: string | undefined;
3964
3964
  additionalCredentials?: any;
3965
3965
  };
@@ -3986,10 +3986,10 @@ export declare const ContactContractValidationSchema: {
3986
3986
  };
3987
3987
  }[] | undefined;
3988
3988
  }, {
3989
- name: string;
3990
3989
  id: string;
3991
3990
  channel: string | null;
3992
3991
  address: string | null;
3992
+ name: string;
3993
3993
  createdAt: Date;
3994
3994
  updatedAt: Date;
3995
3995
  deletedAt: Date | null;
@@ -4034,8 +4034,8 @@ export declare const ContactContractValidationSchema: {
4034
4034
  createdAt: Date;
4035
4035
  updatedAt: Date;
4036
4036
  deletedAt: Date | null;
4037
- name?: string | undefined;
4038
4037
  address?: string | null | undefined;
4038
+ name?: string | undefined;
4039
4039
  phone?: string | null | undefined;
4040
4040
  industry?: string | null | undefined;
4041
4041
  } | null;
@@ -4043,8 +4043,8 @@ export declare const ContactContractValidationSchema: {
4043
4043
  contactProfile: string | null;
4044
4044
  socialProfileUrl: string | null;
4045
4045
  tags: {
4046
- name: string;
4047
4046
  id: string;
4047
+ name: string;
4048
4048
  createdAt: Date;
4049
4049
  updatedAt: Date;
4050
4050
  deletedAt: Date | null;
@@ -4069,8 +4069,8 @@ export declare const ContactContractValidationSchema: {
4069
4069
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4070
4070
  id: string;
4071
4071
  metadata: {
4072
- name: string;
4073
4072
  id: string;
4073
+ name: string;
4074
4074
  picture?: string | undefined;
4075
4075
  additionalCredentials?: any;
4076
4076
  };
@@ -4127,14 +4127,14 @@ export declare const ContactContractValidationSchema: {
4127
4127
  deletedAt: z.ZodNullable<z.ZodDate>;
4128
4128
  name: z.ZodString;
4129
4129
  }, "strip", z.ZodTypeAny, {
4130
- name: string;
4131
4130
  id: string;
4131
+ name: string;
4132
4132
  createdAt: Date;
4133
4133
  updatedAt: Date;
4134
4134
  deletedAt: Date | null;
4135
4135
  }, {
4136
- name: string;
4137
4136
  id: string;
4137
+ name: string;
4138
4138
  createdAt: Date;
4139
4139
  updatedAt: Date;
4140
4140
  deletedAt: Date | null;
@@ -4290,8 +4290,8 @@ export declare const ContactContractValidationSchema: {
4290
4290
  createdAt: Date;
4291
4291
  updatedAt: Date;
4292
4292
  deletedAt: Date | null;
4293
- name?: string | undefined;
4294
4293
  address?: string | null | undefined;
4294
+ name?: string | undefined;
4295
4295
  phone?: string | null | undefined;
4296
4296
  industry?: string | null | undefined;
4297
4297
  }, {
@@ -4299,8 +4299,8 @@ export declare const ContactContractValidationSchema: {
4299
4299
  createdAt: Date;
4300
4300
  updatedAt: Date;
4301
4301
  deletedAt: Date | null;
4302
- name?: string | undefined;
4303
4302
  address?: string | null | undefined;
4303
+ name?: string | undefined;
4304
4304
  phone?: string | null | undefined;
4305
4305
  industry?: string | null | undefined;
4306
4306
  }>>;
@@ -4318,13 +4318,13 @@ export declare const ContactContractValidationSchema: {
4318
4318
  picture: z.ZodOptional<z.ZodString>;
4319
4319
  additionalCredentials: z.ZodAny;
4320
4320
  }, "strip", z.ZodTypeAny, {
4321
- name: string;
4322
4321
  id: string;
4322
+ name: string;
4323
4323
  picture?: string | undefined;
4324
4324
  additionalCredentials?: any;
4325
4325
  }, {
4326
- name: string;
4327
4326
  id: string;
4327
+ name: string;
4328
4328
  picture?: string | undefined;
4329
4329
  additionalCredentials?: any;
4330
4330
  }>;
@@ -4332,8 +4332,8 @@ export declare const ContactContractValidationSchema: {
4332
4332
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4333
4333
  id: string;
4334
4334
  metadata: {
4335
- name: string;
4336
4335
  id: string;
4336
+ name: string;
4337
4337
  picture?: string | undefined;
4338
4338
  additionalCredentials?: any;
4339
4339
  };
@@ -4346,8 +4346,8 @@ export declare const ContactContractValidationSchema: {
4346
4346
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4347
4347
  id: string;
4348
4348
  metadata: {
4349
- name: string;
4350
4349
  id: string;
4350
+ name: string;
4351
4351
  picture?: string | undefined;
4352
4352
  additionalCredentials?: any;
4353
4353
  };
@@ -4657,10 +4657,10 @@ export declare const ContactContractValidationSchema: {
4657
4657
  };
4658
4658
  }>, "many">>;
4659
4659
  }, "strip", z.ZodTypeAny, {
4660
- name: string;
4661
4660
  id: string;
4662
4661
  channel: string | null;
4663
4662
  address: string | null;
4663
+ name: string;
4664
4664
  createdAt: Date;
4665
4665
  updatedAt: Date;
4666
4666
  deletedAt: Date | null;
@@ -4705,8 +4705,8 @@ export declare const ContactContractValidationSchema: {
4705
4705
  createdAt: Date;
4706
4706
  updatedAt: Date;
4707
4707
  deletedAt: Date | null;
4708
- name?: string | undefined;
4709
4708
  address?: string | null | undefined;
4709
+ name?: string | undefined;
4710
4710
  phone?: string | null | undefined;
4711
4711
  industry?: string | null | undefined;
4712
4712
  } | null;
@@ -4714,8 +4714,8 @@ export declare const ContactContractValidationSchema: {
4714
4714
  contactProfile: string | null;
4715
4715
  socialProfileUrl: string | null;
4716
4716
  tags: {
4717
- name: string;
4718
4717
  id: string;
4718
+ name: string;
4719
4719
  createdAt: Date;
4720
4720
  updatedAt: Date;
4721
4721
  deletedAt: Date | null;
@@ -4740,8 +4740,8 @@ export declare const ContactContractValidationSchema: {
4740
4740
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4741
4741
  id: string;
4742
4742
  metadata: {
4743
- name: string;
4744
4743
  id: string;
4744
+ name: string;
4745
4745
  picture?: string | undefined;
4746
4746
  additionalCredentials?: any;
4747
4747
  };
@@ -4768,10 +4768,10 @@ export declare const ContactContractValidationSchema: {
4768
4768
  };
4769
4769
  }[] | undefined;
4770
4770
  }, {
4771
- name: string;
4772
4771
  id: string;
4773
4772
  channel: string | null;
4774
4773
  address: string | null;
4774
+ name: string;
4775
4775
  createdAt: Date;
4776
4776
  updatedAt: Date;
4777
4777
  deletedAt: Date | null;
@@ -4816,8 +4816,8 @@ export declare const ContactContractValidationSchema: {
4816
4816
  createdAt: Date;
4817
4817
  updatedAt: Date;
4818
4818
  deletedAt: Date | null;
4819
- name?: string | undefined;
4820
4819
  address?: string | null | undefined;
4820
+ name?: string | undefined;
4821
4821
  phone?: string | null | undefined;
4822
4822
  industry?: string | null | undefined;
4823
4823
  } | null;
@@ -4825,8 +4825,8 @@ export declare const ContactContractValidationSchema: {
4825
4825
  contactProfile: string | null;
4826
4826
  socialProfileUrl: string | null;
4827
4827
  tags: {
4828
- name: string;
4829
4828
  id: string;
4829
+ name: string;
4830
4830
  createdAt: Date;
4831
4831
  updatedAt: Date;
4832
4832
  deletedAt: Date | null;
@@ -4851,8 +4851,8 @@ export declare const ContactContractValidationSchema: {
4851
4851
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4852
4852
  id: string;
4853
4853
  metadata: {
4854
- name: string;
4855
4854
  id: string;
4855
+ name: string;
4856
4856
  picture?: string | undefined;
4857
4857
  additionalCredentials?: any;
4858
4858
  };
@@ -4971,14 +4971,14 @@ export declare const ContactContractValidationSchema: {
4971
4971
  deletedAt: z.ZodNullable<z.ZodDate>;
4972
4972
  name: z.ZodString;
4973
4973
  }, "strip", z.ZodTypeAny, {
4974
- name: string;
4975
4974
  id: string;
4975
+ name: string;
4976
4976
  createdAt: Date;
4977
4977
  updatedAt: Date;
4978
4978
  deletedAt: Date | null;
4979
4979
  }, {
4980
- name: string;
4981
4980
  id: string;
4981
+ name: string;
4982
4982
  createdAt: Date;
4983
4983
  updatedAt: Date;
4984
4984
  deletedAt: Date | null;
@@ -5134,8 +5134,8 @@ export declare const ContactContractValidationSchema: {
5134
5134
  createdAt: Date;
5135
5135
  updatedAt: Date;
5136
5136
  deletedAt: Date | null;
5137
- name?: string | undefined;
5138
5137
  address?: string | null | undefined;
5138
+ name?: string | undefined;
5139
5139
  phone?: string | null | undefined;
5140
5140
  industry?: string | null | undefined;
5141
5141
  }, {
@@ -5143,8 +5143,8 @@ export declare const ContactContractValidationSchema: {
5143
5143
  createdAt: Date;
5144
5144
  updatedAt: Date;
5145
5145
  deletedAt: Date | null;
5146
- name?: string | undefined;
5147
5146
  address?: string | null | undefined;
5147
+ name?: string | undefined;
5148
5148
  phone?: string | null | undefined;
5149
5149
  industry?: string | null | undefined;
5150
5150
  }>>;
@@ -5162,13 +5162,13 @@ export declare const ContactContractValidationSchema: {
5162
5162
  picture: z.ZodOptional<z.ZodString>;
5163
5163
  additionalCredentials: z.ZodAny;
5164
5164
  }, "strip", z.ZodTypeAny, {
5165
- name: string;
5166
5165
  id: string;
5166
+ name: string;
5167
5167
  picture?: string | undefined;
5168
5168
  additionalCredentials?: any;
5169
5169
  }, {
5170
- name: string;
5171
5170
  id: string;
5171
+ name: string;
5172
5172
  picture?: string | undefined;
5173
5173
  additionalCredentials?: any;
5174
5174
  }>;
@@ -5176,8 +5176,8 @@ export declare const ContactContractValidationSchema: {
5176
5176
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5177
5177
  id: string;
5178
5178
  metadata: {
5179
- name: string;
5180
5179
  id: string;
5180
+ name: string;
5181
5181
  picture?: string | undefined;
5182
5182
  additionalCredentials?: any;
5183
5183
  };
@@ -5190,8 +5190,8 @@ export declare const ContactContractValidationSchema: {
5190
5190
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5191
5191
  id: string;
5192
5192
  metadata: {
5193
- name: string;
5194
5193
  id: string;
5194
+ name: string;
5195
5195
  picture?: string | undefined;
5196
5196
  additionalCredentials?: any;
5197
5197
  };
@@ -5501,10 +5501,10 @@ export declare const ContactContractValidationSchema: {
5501
5501
  };
5502
5502
  }>, "many">>;
5503
5503
  }, "strip", z.ZodTypeAny, {
5504
- name: string;
5505
5504
  id: string;
5506
5505
  channel: string | null;
5507
5506
  address: string | null;
5507
+ name: string;
5508
5508
  createdAt: Date;
5509
5509
  updatedAt: Date;
5510
5510
  deletedAt: Date | null;
@@ -5549,8 +5549,8 @@ export declare const ContactContractValidationSchema: {
5549
5549
  createdAt: Date;
5550
5550
  updatedAt: Date;
5551
5551
  deletedAt: Date | null;
5552
- name?: string | undefined;
5553
5552
  address?: string | null | undefined;
5553
+ name?: string | undefined;
5554
5554
  phone?: string | null | undefined;
5555
5555
  industry?: string | null | undefined;
5556
5556
  } | null;
@@ -5558,8 +5558,8 @@ export declare const ContactContractValidationSchema: {
5558
5558
  contactProfile: string | null;
5559
5559
  socialProfileUrl: string | null;
5560
5560
  tags: {
5561
- name: string;
5562
5561
  id: string;
5562
+ name: string;
5563
5563
  createdAt: Date;
5564
5564
  updatedAt: Date;
5565
5565
  deletedAt: Date | null;
@@ -5584,8 +5584,8 @@ export declare const ContactContractValidationSchema: {
5584
5584
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5585
5585
  id: string;
5586
5586
  metadata: {
5587
- name: string;
5588
5587
  id: string;
5588
+ name: string;
5589
5589
  picture?: string | undefined;
5590
5590
  additionalCredentials?: any;
5591
5591
  };
@@ -5612,10 +5612,10 @@ export declare const ContactContractValidationSchema: {
5612
5612
  };
5613
5613
  }[] | undefined;
5614
5614
  }, {
5615
- name: string;
5616
5615
  id: string;
5617
5616
  channel: string | null;
5618
5617
  address: string | null;
5618
+ name: string;
5619
5619
  createdAt: Date;
5620
5620
  updatedAt: Date;
5621
5621
  deletedAt: Date | null;
@@ -5660,8 +5660,8 @@ export declare const ContactContractValidationSchema: {
5660
5660
  createdAt: Date;
5661
5661
  updatedAt: Date;
5662
5662
  deletedAt: Date | null;
5663
- name?: string | undefined;
5664
5663
  address?: string | null | undefined;
5664
+ name?: string | undefined;
5665
5665
  phone?: string | null | undefined;
5666
5666
  industry?: string | null | undefined;
5667
5667
  } | null;
@@ -5669,8 +5669,8 @@ export declare const ContactContractValidationSchema: {
5669
5669
  contactProfile: string | null;
5670
5670
  socialProfileUrl: string | null;
5671
5671
  tags: {
5672
- name: string;
5673
5672
  id: string;
5673
+ name: string;
5674
5674
  createdAt: Date;
5675
5675
  updatedAt: Date;
5676
5676
  deletedAt: Date | null;
@@ -5695,8 +5695,8 @@ export declare const ContactContractValidationSchema: {
5695
5695
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5696
5696
  id: string;
5697
5697
  metadata: {
5698
- name: string;
5699
5698
  id: string;
5699
+ name: string;
5700
5700
  picture?: string | undefined;
5701
5701
  additionalCredentials?: any;
5702
5702
  };
@@ -5799,14 +5799,14 @@ export declare const ContactContractValidationSchema: {
5799
5799
  deletedAt: z.ZodNullable<z.ZodDate>;
5800
5800
  name: z.ZodString;
5801
5801
  }, "strip", z.ZodTypeAny, {
5802
- name: string;
5803
5802
  id: string;
5803
+ name: string;
5804
5804
  createdAt: Date;
5805
5805
  updatedAt: Date;
5806
5806
  deletedAt: Date | null;
5807
5807
  }, {
5808
- name: string;
5809
5808
  id: string;
5809
+ name: string;
5810
5810
  createdAt: Date;
5811
5811
  updatedAt: Date;
5812
5812
  deletedAt: Date | null;
@@ -5962,8 +5962,8 @@ export declare const ContactContractValidationSchema: {
5962
5962
  createdAt: Date;
5963
5963
  updatedAt: Date;
5964
5964
  deletedAt: Date | null;
5965
- name?: string | undefined;
5966
5965
  address?: string | null | undefined;
5966
+ name?: string | undefined;
5967
5967
  phone?: string | null | undefined;
5968
5968
  industry?: string | null | undefined;
5969
5969
  }, {
@@ -5971,8 +5971,8 @@ export declare const ContactContractValidationSchema: {
5971
5971
  createdAt: Date;
5972
5972
  updatedAt: Date;
5973
5973
  deletedAt: Date | null;
5974
- name?: string | undefined;
5975
5974
  address?: string | null | undefined;
5975
+ name?: string | undefined;
5976
5976
  phone?: string | null | undefined;
5977
5977
  industry?: string | null | undefined;
5978
5978
  }>>;
@@ -5990,13 +5990,13 @@ export declare const ContactContractValidationSchema: {
5990
5990
  picture: z.ZodOptional<z.ZodString>;
5991
5991
  additionalCredentials: z.ZodAny;
5992
5992
  }, "strip", z.ZodTypeAny, {
5993
- name: string;
5994
5993
  id: string;
5994
+ name: string;
5995
5995
  picture?: string | undefined;
5996
5996
  additionalCredentials?: any;
5997
5997
  }, {
5998
- name: string;
5999
5998
  id: string;
5999
+ name: string;
6000
6000
  picture?: string | undefined;
6001
6001
  additionalCredentials?: any;
6002
6002
  }>;
@@ -6004,8 +6004,8 @@ export declare const ContactContractValidationSchema: {
6004
6004
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6005
6005
  id: string;
6006
6006
  metadata: {
6007
- name: string;
6008
6007
  id: string;
6008
+ name: string;
6009
6009
  picture?: string | undefined;
6010
6010
  additionalCredentials?: any;
6011
6011
  };
@@ -6018,8 +6018,8 @@ export declare const ContactContractValidationSchema: {
6018
6018
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6019
6019
  id: string;
6020
6020
  metadata: {
6021
- name: string;
6022
6021
  id: string;
6022
+ name: string;
6023
6023
  picture?: string | undefined;
6024
6024
  additionalCredentials?: any;
6025
6025
  };
@@ -6329,10 +6329,10 @@ export declare const ContactContractValidationSchema: {
6329
6329
  };
6330
6330
  }>, "many">>;
6331
6331
  }, "strip", z.ZodTypeAny, {
6332
- name: string;
6333
6332
  id: string;
6334
6333
  channel: string | null;
6335
6334
  address: string | null;
6335
+ name: string;
6336
6336
  createdAt: Date;
6337
6337
  updatedAt: Date;
6338
6338
  deletedAt: Date | null;
@@ -6377,8 +6377,8 @@ export declare const ContactContractValidationSchema: {
6377
6377
  createdAt: Date;
6378
6378
  updatedAt: Date;
6379
6379
  deletedAt: Date | null;
6380
- name?: string | undefined;
6381
6380
  address?: string | null | undefined;
6381
+ name?: string | undefined;
6382
6382
  phone?: string | null | undefined;
6383
6383
  industry?: string | null | undefined;
6384
6384
  } | null;
@@ -6386,8 +6386,8 @@ export declare const ContactContractValidationSchema: {
6386
6386
  contactProfile: string | null;
6387
6387
  socialProfileUrl: string | null;
6388
6388
  tags: {
6389
- name: string;
6390
6389
  id: string;
6390
+ name: string;
6391
6391
  createdAt: Date;
6392
6392
  updatedAt: Date;
6393
6393
  deletedAt: Date | null;
@@ -6412,8 +6412,8 @@ export declare const ContactContractValidationSchema: {
6412
6412
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6413
6413
  id: string;
6414
6414
  metadata: {
6415
- name: string;
6416
6415
  id: string;
6416
+ name: string;
6417
6417
  picture?: string | undefined;
6418
6418
  additionalCredentials?: any;
6419
6419
  };
@@ -6440,10 +6440,10 @@ export declare const ContactContractValidationSchema: {
6440
6440
  };
6441
6441
  }[] | undefined;
6442
6442
  }, {
6443
- name: string;
6444
6443
  id: string;
6445
6444
  channel: string | null;
6446
6445
  address: string | null;
6446
+ name: string;
6447
6447
  createdAt: Date;
6448
6448
  updatedAt: Date;
6449
6449
  deletedAt: Date | null;
@@ -6488,8 +6488,8 @@ export declare const ContactContractValidationSchema: {
6488
6488
  createdAt: Date;
6489
6489
  updatedAt: Date;
6490
6490
  deletedAt: Date | null;
6491
- name?: string | undefined;
6492
6491
  address?: string | null | undefined;
6492
+ name?: string | undefined;
6493
6493
  phone?: string | null | undefined;
6494
6494
  industry?: string | null | undefined;
6495
6495
  } | null;
@@ -6497,8 +6497,8 @@ export declare const ContactContractValidationSchema: {
6497
6497
  contactProfile: string | null;
6498
6498
  socialProfileUrl: string | null;
6499
6499
  tags: {
6500
- name: string;
6501
6500
  id: string;
6501
+ name: string;
6502
6502
  createdAt: Date;
6503
6503
  updatedAt: Date;
6504
6504
  deletedAt: Date | null;
@@ -6523,8 +6523,8 @@ export declare const ContactContractValidationSchema: {
6523
6523
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6524
6524
  id: string;
6525
6525
  metadata: {
6526
- name: string;
6527
6526
  id: string;
6527
+ name: string;
6528
6528
  picture?: string | undefined;
6529
6529
  additionalCredentials?: any;
6530
6530
  };