@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
@@ -308,9 +308,9 @@ export declare const ticketContract: {
308
308
  telephonySignature: string | null;
309
309
  }>;
310
310
  }, "strip", z.ZodTypeAny, {
311
- name: string;
312
311
  id: string;
313
312
  address: string | null;
313
+ name: string;
314
314
  email: string;
315
315
  createdAt: Date;
316
316
  updatedAt: Date;
@@ -351,9 +351,9 @@ export declare const ticketContract: {
351
351
  telephonySignature: string | null;
352
352
  };
353
353
  }, {
354
- name: string;
355
354
  id: string;
356
355
  address: string | null;
356
+ name: string;
357
357
  email: string;
358
358
  createdAt: Date;
359
359
  updatedAt: Date;
@@ -513,9 +513,9 @@ export declare const ticketContract: {
513
513
  telephonySignature: string | null;
514
514
  }>;
515
515
  }, "strip", z.ZodTypeAny, {
516
- name: string;
517
516
  id: string;
518
517
  address: string | null;
518
+ name: string;
519
519
  email: string;
520
520
  createdAt: Date;
521
521
  updatedAt: Date;
@@ -556,9 +556,9 @@ export declare const ticketContract: {
556
556
  telephonySignature: string | null;
557
557
  };
558
558
  }, {
559
- name: string;
560
559
  id: string;
561
560
  address: string | null;
561
+ name: string;
562
562
  email: string;
563
563
  createdAt: Date;
564
564
  updatedAt: Date;
@@ -803,14 +803,14 @@ export declare const ticketContract: {
803
803
  deletedAt: z.ZodNullable<z.ZodDate>;
804
804
  name: z.ZodString;
805
805
  }, "strip", z.ZodTypeAny, {
806
- name: string;
807
806
  id: string;
807
+ name: string;
808
808
  createdAt: Date;
809
809
  updatedAt: Date;
810
810
  deletedAt: Date | null;
811
811
  }, {
812
- name: string;
813
812
  id: string;
813
+ name: string;
814
814
  createdAt: Date;
815
815
  updatedAt: Date;
816
816
  deletedAt: Date | null;
@@ -933,14 +933,14 @@ export declare const ticketContract: {
933
933
  deletedAt: z.ZodNullable<z.ZodDate>;
934
934
  name: z.ZodString;
935
935
  }, "strip", z.ZodTypeAny, {
936
- name: string;
937
936
  id: string;
937
+ name: string;
938
938
  createdAt: Date;
939
939
  updatedAt: Date;
940
940
  deletedAt: Date | null;
941
941
  }, {
942
- name: string;
943
942
  id: string;
943
+ name: string;
944
944
  createdAt: Date;
945
945
  updatedAt: Date;
946
946
  deletedAt: Date | null;
@@ -1096,8 +1096,8 @@ export declare const ticketContract: {
1096
1096
  createdAt: Date;
1097
1097
  updatedAt: Date;
1098
1098
  deletedAt: Date | null;
1099
- name?: string | undefined;
1100
1099
  address?: string | null | undefined;
1100
+ name?: string | undefined;
1101
1101
  phone?: string | null | undefined;
1102
1102
  industry?: string | null | undefined;
1103
1103
  }, {
@@ -1105,8 +1105,8 @@ export declare const ticketContract: {
1105
1105
  createdAt: Date;
1106
1106
  updatedAt: Date;
1107
1107
  deletedAt: Date | null;
1108
- name?: string | undefined;
1109
1108
  address?: string | null | undefined;
1109
+ name?: string | undefined;
1110
1110
  phone?: string | null | undefined;
1111
1111
  industry?: string | null | undefined;
1112
1112
  }>>;
@@ -1124,13 +1124,13 @@ export declare const ticketContract: {
1124
1124
  picture: z.ZodOptional<z.ZodString>;
1125
1125
  additionalCredentials: z.ZodAny;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
- name: string;
1128
1127
  id: string;
1128
+ name: string;
1129
1129
  picture?: string | undefined;
1130
1130
  additionalCredentials?: any;
1131
1131
  }, {
1132
- name: string;
1133
1132
  id: string;
1133
+ name: string;
1134
1134
  picture?: string | undefined;
1135
1135
  additionalCredentials?: any;
1136
1136
  }>;
@@ -1138,8 +1138,8 @@ export declare const ticketContract: {
1138
1138
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1139
1139
  id: string;
1140
1140
  metadata: {
1141
- name: string;
1142
1141
  id: string;
1142
+ name: string;
1143
1143
  picture?: string | undefined;
1144
1144
  additionalCredentials?: any;
1145
1145
  };
@@ -1152,8 +1152,8 @@ export declare const ticketContract: {
1152
1152
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1153
1153
  id: string;
1154
1154
  metadata: {
1155
- name: string;
1156
1155
  id: string;
1156
+ name: string;
1157
1157
  picture?: string | undefined;
1158
1158
  additionalCredentials?: any;
1159
1159
  };
@@ -1463,10 +1463,10 @@ export declare const ticketContract: {
1463
1463
  };
1464
1464
  }>, "many">>;
1465
1465
  }, "strip", z.ZodTypeAny, {
1466
- name: string;
1467
1466
  id: string;
1468
1467
  channel: string | null;
1469
1468
  address: string | null;
1469
+ name: string;
1470
1470
  createdAt: Date;
1471
1471
  updatedAt: Date;
1472
1472
  deletedAt: Date | null;
@@ -1511,8 +1511,8 @@ export declare const ticketContract: {
1511
1511
  createdAt: Date;
1512
1512
  updatedAt: Date;
1513
1513
  deletedAt: Date | null;
1514
- name?: string | undefined;
1515
1514
  address?: string | null | undefined;
1515
+ name?: string | undefined;
1516
1516
  phone?: string | null | undefined;
1517
1517
  industry?: string | null | undefined;
1518
1518
  } | null;
@@ -1520,8 +1520,8 @@ export declare const ticketContract: {
1520
1520
  contactProfile: string | null;
1521
1521
  socialProfileUrl: string | null;
1522
1522
  tags: {
1523
- name: string;
1524
1523
  id: string;
1524
+ name: string;
1525
1525
  createdAt: Date;
1526
1526
  updatedAt: Date;
1527
1527
  deletedAt: Date | null;
@@ -1546,8 +1546,8 @@ export declare const ticketContract: {
1546
1546
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1547
1547
  id: string;
1548
1548
  metadata: {
1549
- name: string;
1550
1549
  id: string;
1550
+ name: string;
1551
1551
  picture?: string | undefined;
1552
1552
  additionalCredentials?: any;
1553
1553
  };
@@ -1574,10 +1574,10 @@ export declare const ticketContract: {
1574
1574
  };
1575
1575
  }[] | undefined;
1576
1576
  }, {
1577
- name: string;
1578
1577
  id: string;
1579
1578
  channel: string | null;
1580
1579
  address: string | null;
1580
+ name: string;
1581
1581
  createdAt: Date;
1582
1582
  updatedAt: Date;
1583
1583
  deletedAt: Date | null;
@@ -1622,8 +1622,8 @@ export declare const ticketContract: {
1622
1622
  createdAt: Date;
1623
1623
  updatedAt: Date;
1624
1624
  deletedAt: Date | null;
1625
- name?: string | undefined;
1626
1625
  address?: string | null | undefined;
1626
+ name?: string | undefined;
1627
1627
  phone?: string | null | undefined;
1628
1628
  industry?: string | null | undefined;
1629
1629
  } | null;
@@ -1631,8 +1631,8 @@ export declare const ticketContract: {
1631
1631
  contactProfile: string | null;
1632
1632
  socialProfileUrl: string | null;
1633
1633
  tags: {
1634
- name: string;
1635
1634
  id: string;
1635
+ name: string;
1636
1636
  createdAt: Date;
1637
1637
  updatedAt: Date;
1638
1638
  deletedAt: Date | null;
@@ -1657,8 +1657,8 @@ export declare const ticketContract: {
1657
1657
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1658
1658
  id: string;
1659
1659
  metadata: {
1660
- name: string;
1661
1660
  id: string;
1661
+ name: string;
1662
1662
  picture?: string | undefined;
1663
1663
  additionalCredentials?: any;
1664
1664
  };
@@ -1808,9 +1808,9 @@ export declare const ticketContract: {
1808
1808
  telephonySignature: string | null;
1809
1809
  }>;
1810
1810
  }, "strip", z.ZodTypeAny, {
1811
- name: string;
1812
1811
  id: string;
1813
1812
  address: string | null;
1813
+ name: string;
1814
1814
  email: string;
1815
1815
  createdAt: Date;
1816
1816
  updatedAt: Date;
@@ -1851,9 +1851,9 @@ export declare const ticketContract: {
1851
1851
  telephonySignature: string | null;
1852
1852
  };
1853
1853
  }, {
1854
- name: string;
1855
1854
  id: string;
1856
1855
  address: string | null;
1856
+ name: string;
1857
1857
  email: string;
1858
1858
  createdAt: Date;
1859
1859
  updatedAt: Date;
@@ -1925,9 +1925,9 @@ export declare const ticketContract: {
1925
1925
  updatedAt: Date;
1926
1926
  deletedAt: Date | null;
1927
1927
  actor: {
1928
- name: string;
1929
1928
  id: string;
1930
1929
  address: string | null;
1930
+ name: string;
1931
1931
  email: string;
1932
1932
  createdAt: Date;
1933
1933
  updatedAt: Date;
@@ -1984,9 +1984,9 @@ export declare const ticketContract: {
1984
1984
  updatedAt: Date;
1985
1985
  deletedAt: Date | null;
1986
1986
  actor: {
1987
- name: string;
1988
1987
  id: string;
1989
1988
  address: string | null;
1989
+ name: string;
1990
1990
  email: string;
1991
1991
  createdAt: Date;
1992
1992
  updatedAt: Date;
@@ -2071,10 +2071,10 @@ export declare const ticketContract: {
2071
2071
  }[];
2072
2072
  }[];
2073
2073
  contact: {
2074
- name: string;
2075
2074
  id: string;
2076
2075
  channel: string | null;
2077
2076
  address: string | null;
2077
+ name: string;
2078
2078
  createdAt: Date;
2079
2079
  updatedAt: Date;
2080
2080
  deletedAt: Date | null;
@@ -2119,8 +2119,8 @@ export declare const ticketContract: {
2119
2119
  createdAt: Date;
2120
2120
  updatedAt: Date;
2121
2121
  deletedAt: Date | null;
2122
- name?: string | undefined;
2123
2122
  address?: string | null | undefined;
2123
+ name?: string | undefined;
2124
2124
  phone?: string | null | undefined;
2125
2125
  industry?: string | null | undefined;
2126
2126
  } | null;
@@ -2128,8 +2128,8 @@ export declare const ticketContract: {
2128
2128
  contactProfile: string | null;
2129
2129
  socialProfileUrl: string | null;
2130
2130
  tags: {
2131
- name: string;
2132
2131
  id: string;
2132
+ name: string;
2133
2133
  createdAt: Date;
2134
2134
  updatedAt: Date;
2135
2135
  deletedAt: Date | null;
@@ -2154,8 +2154,8 @@ export declare const ticketContract: {
2154
2154
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2155
2155
  id: string;
2156
2156
  metadata: {
2157
- name: string;
2158
2157
  id: string;
2158
+ name: string;
2159
2159
  picture?: string | undefined;
2160
2160
  additionalCredentials?: any;
2161
2161
  };
@@ -2219,8 +2219,8 @@ export declare const ticketContract: {
2219
2219
  }[];
2220
2220
  }[];
2221
2221
  tags: {
2222
- name: string;
2223
2222
  id: string;
2223
+ name: string;
2224
2224
  createdAt: Date;
2225
2225
  updatedAt: Date;
2226
2226
  deletedAt: Date | null;
@@ -2232,9 +2232,9 @@ export declare const ticketContract: {
2232
2232
  updatedAt: Date;
2233
2233
  deletedAt: Date | null;
2234
2234
  actor: {
2235
- name: string;
2236
2235
  id: string;
2237
2236
  address: string | null;
2237
+ name: string;
2238
2238
  email: string;
2239
2239
  createdAt: Date;
2240
2240
  updatedAt: Date;
@@ -2290,9 +2290,9 @@ export declare const ticketContract: {
2290
2290
  creatorId: string;
2291
2291
  reasonToAssign: string | null;
2292
2292
  creator?: {
2293
- name: string;
2294
2293
  id: string;
2295
2294
  address: string | null;
2295
+ name: string;
2296
2296
  email: string;
2297
2297
  createdAt: Date;
2298
2298
  updatedAt: Date;
@@ -2334,9 +2334,9 @@ export declare const ticketContract: {
2334
2334
  };
2335
2335
  } | null | undefined;
2336
2336
  assignee?: {
2337
- name: string;
2338
2337
  id: string;
2339
2338
  address: string | null;
2339
+ name: string;
2340
2340
  email: string;
2341
2341
  createdAt: Date;
2342
2342
  updatedAt: Date;
@@ -2412,10 +2412,10 @@ export declare const ticketContract: {
2412
2412
  }[];
2413
2413
  }[];
2414
2414
  contact: {
2415
- name: string;
2416
2415
  id: string;
2417
2416
  channel: string | null;
2418
2417
  address: string | null;
2418
+ name: string;
2419
2419
  createdAt: Date;
2420
2420
  updatedAt: Date;
2421
2421
  deletedAt: Date | null;
@@ -2460,8 +2460,8 @@ export declare const ticketContract: {
2460
2460
  createdAt: Date;
2461
2461
  updatedAt: Date;
2462
2462
  deletedAt: Date | null;
2463
- name?: string | undefined;
2464
2463
  address?: string | null | undefined;
2464
+ name?: string | undefined;
2465
2465
  phone?: string | null | undefined;
2466
2466
  industry?: string | null | undefined;
2467
2467
  } | null;
@@ -2469,8 +2469,8 @@ export declare const ticketContract: {
2469
2469
  contactProfile: string | null;
2470
2470
  socialProfileUrl: string | null;
2471
2471
  tags: {
2472
- name: string;
2473
2472
  id: string;
2473
+ name: string;
2474
2474
  createdAt: Date;
2475
2475
  updatedAt: Date;
2476
2476
  deletedAt: Date | null;
@@ -2495,8 +2495,8 @@ export declare const ticketContract: {
2495
2495
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2496
2496
  id: string;
2497
2497
  metadata: {
2498
- name: string;
2499
2498
  id: string;
2499
+ name: string;
2500
2500
  picture?: string | undefined;
2501
2501
  additionalCredentials?: any;
2502
2502
  };
@@ -2560,8 +2560,8 @@ export declare const ticketContract: {
2560
2560
  }[];
2561
2561
  }[];
2562
2562
  tags: {
2563
- name: string;
2564
2563
  id: string;
2564
+ name: string;
2565
2565
  createdAt: Date;
2566
2566
  updatedAt: Date;
2567
2567
  deletedAt: Date | null;
@@ -2573,9 +2573,9 @@ export declare const ticketContract: {
2573
2573
  updatedAt: Date;
2574
2574
  deletedAt: Date | null;
2575
2575
  actor: {
2576
- name: string;
2577
2576
  id: string;
2578
2577
  address: string | null;
2578
+ name: string;
2579
2579
  email: string;
2580
2580
  createdAt: Date;
2581
2581
  updatedAt: Date;
@@ -2631,9 +2631,9 @@ export declare const ticketContract: {
2631
2631
  creatorId: string;
2632
2632
  reasonToAssign: string | null;
2633
2633
  creator?: {
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;
@@ -2675,9 +2675,9 @@ export declare const ticketContract: {
2675
2675
  };
2676
2676
  } | null | undefined;
2677
2677
  assignee?: {
2678
- name: string;
2679
2678
  id: string;
2680
2679
  address: string | null;
2680
+ name: string;
2681
2681
  email: string;
2682
2682
  createdAt: Date;
2683
2683
  updatedAt: Date;
@@ -2755,10 +2755,10 @@ export declare const ticketContract: {
2755
2755
  }[];
2756
2756
  }[];
2757
2757
  contact: {
2758
- name: string;
2759
2758
  id: string;
2760
2759
  channel: string | null;
2761
2760
  address: string | null;
2761
+ name: string;
2762
2762
  createdAt: Date;
2763
2763
  updatedAt: Date;
2764
2764
  deletedAt: Date | null;
@@ -2803,8 +2803,8 @@ export declare const ticketContract: {
2803
2803
  createdAt: Date;
2804
2804
  updatedAt: Date;
2805
2805
  deletedAt: Date | null;
2806
- name?: string | undefined;
2807
2806
  address?: string | null | undefined;
2807
+ name?: string | undefined;
2808
2808
  phone?: string | null | undefined;
2809
2809
  industry?: string | null | undefined;
2810
2810
  } | null;
@@ -2812,8 +2812,8 @@ export declare const ticketContract: {
2812
2812
  contactProfile: string | null;
2813
2813
  socialProfileUrl: string | null;
2814
2814
  tags: {
2815
- name: string;
2816
2815
  id: string;
2816
+ name: string;
2817
2817
  createdAt: Date;
2818
2818
  updatedAt: Date;
2819
2819
  deletedAt: Date | null;
@@ -2838,8 +2838,8 @@ export declare const ticketContract: {
2838
2838
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2839
2839
  id: string;
2840
2840
  metadata: {
2841
- name: string;
2842
2841
  id: string;
2842
+ name: string;
2843
2843
  picture?: string | undefined;
2844
2844
  additionalCredentials?: any;
2845
2845
  };
@@ -2903,8 +2903,8 @@ export declare const ticketContract: {
2903
2903
  }[];
2904
2904
  }[];
2905
2905
  tags: {
2906
- name: string;
2907
2906
  id: string;
2907
+ name: string;
2908
2908
  createdAt: Date;
2909
2909
  updatedAt: Date;
2910
2910
  deletedAt: Date | null;
@@ -2916,9 +2916,9 @@ export declare const ticketContract: {
2916
2916
  updatedAt: Date;
2917
2917
  deletedAt: Date | null;
2918
2918
  actor: {
2919
- name: string;
2920
2919
  id: string;
2921
2920
  address: string | null;
2921
+ name: string;
2922
2922
  email: string;
2923
2923
  createdAt: Date;
2924
2924
  updatedAt: Date;
@@ -2974,9 +2974,9 @@ export declare const ticketContract: {
2974
2974
  creatorId: string;
2975
2975
  reasonToAssign: string | null;
2976
2976
  creator?: {
2977
- name: string;
2978
2977
  id: string;
2979
2978
  address: string | null;
2979
+ name: string;
2980
2980
  email: string;
2981
2981
  createdAt: Date;
2982
2982
  updatedAt: Date;
@@ -3018,9 +3018,9 @@ export declare const ticketContract: {
3018
3018
  };
3019
3019
  } | null | undefined;
3020
3020
  assignee?: {
3021
- name: string;
3022
3021
  id: string;
3023
3022
  address: string | null;
3023
+ name: string;
3024
3024
  email: string;
3025
3025
  createdAt: Date;
3026
3026
  updatedAt: Date;
@@ -3099,10 +3099,10 @@ export declare const ticketContract: {
3099
3099
  }[];
3100
3100
  }[];
3101
3101
  contact: {
3102
- name: string;
3103
3102
  id: string;
3104
3103
  channel: string | null;
3105
3104
  address: string | null;
3105
+ name: string;
3106
3106
  createdAt: Date;
3107
3107
  updatedAt: Date;
3108
3108
  deletedAt: Date | null;
@@ -3147,8 +3147,8 @@ export declare const ticketContract: {
3147
3147
  createdAt: Date;
3148
3148
  updatedAt: Date;
3149
3149
  deletedAt: Date | null;
3150
- name?: string | undefined;
3151
3150
  address?: string | null | undefined;
3151
+ name?: string | undefined;
3152
3152
  phone?: string | null | undefined;
3153
3153
  industry?: string | null | undefined;
3154
3154
  } | null;
@@ -3156,8 +3156,8 @@ export declare const ticketContract: {
3156
3156
  contactProfile: string | null;
3157
3157
  socialProfileUrl: string | null;
3158
3158
  tags: {
3159
- name: string;
3160
3159
  id: string;
3160
+ name: string;
3161
3161
  createdAt: Date;
3162
3162
  updatedAt: Date;
3163
3163
  deletedAt: Date | null;
@@ -3182,8 +3182,8 @@ export declare const ticketContract: {
3182
3182
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3183
3183
  id: string;
3184
3184
  metadata: {
3185
- name: string;
3186
3185
  id: string;
3186
+ name: string;
3187
3187
  picture?: string | undefined;
3188
3188
  additionalCredentials?: any;
3189
3189
  };
@@ -3247,8 +3247,8 @@ export declare const ticketContract: {
3247
3247
  }[];
3248
3248
  }[];
3249
3249
  tags: {
3250
- name: string;
3251
3250
  id: string;
3251
+ name: string;
3252
3252
  createdAt: Date;
3253
3253
  updatedAt: Date;
3254
3254
  deletedAt: Date | null;
@@ -3260,9 +3260,9 @@ export declare const ticketContract: {
3260
3260
  updatedAt: Date;
3261
3261
  deletedAt: Date | null;
3262
3262
  actor: {
3263
- name: string;
3264
3263
  id: string;
3265
3264
  address: string | null;
3265
+ name: string;
3266
3266
  email: string;
3267
3267
  createdAt: Date;
3268
3268
  updatedAt: Date;
@@ -3318,9 +3318,9 @@ export declare const ticketContract: {
3318
3318
  creatorId: string;
3319
3319
  reasonToAssign: string | null;
3320
3320
  creator?: {
3321
- name: string;
3322
3321
  id: string;
3323
3322
  address: string | null;
3323
+ name: string;
3324
3324
  email: string;
3325
3325
  createdAt: Date;
3326
3326
  updatedAt: Date;
@@ -3362,9 +3362,9 @@ export declare const ticketContract: {
3362
3362
  };
3363
3363
  } | null | undefined;
3364
3364
  assignee?: {
3365
- name: string;
3366
3365
  id: string;
3367
3366
  address: string | null;
3367
+ name: string;
3368
3368
  email: string;
3369
3369
  createdAt: Date;
3370
3370
  updatedAt: Date;
@@ -3599,10 +3599,10 @@ export declare const ticketContract: {
3599
3599
  }[];
3600
3600
  }[];
3601
3601
  contact: {
3602
- name: string;
3603
3602
  id: string;
3604
3603
  channel: string | null;
3605
3604
  address: string | null;
3605
+ name: string;
3606
3606
  createdAt: Date;
3607
3607
  updatedAt: Date;
3608
3608
  deletedAt: Date | null;
@@ -3647,8 +3647,8 @@ export declare const ticketContract: {
3647
3647
  createdAt: Date;
3648
3648
  updatedAt: Date;
3649
3649
  deletedAt: Date | null;
3650
- name?: string | undefined;
3651
3650
  address?: string | null | undefined;
3651
+ name?: string | undefined;
3652
3652
  phone?: string | null | undefined;
3653
3653
  industry?: string | null | undefined;
3654
3654
  } | null;
@@ -3656,8 +3656,8 @@ export declare const ticketContract: {
3656
3656
  contactProfile: string | null;
3657
3657
  socialProfileUrl: string | null;
3658
3658
  tags: {
3659
- name: string;
3660
3659
  id: string;
3660
+ name: string;
3661
3661
  createdAt: Date;
3662
3662
  updatedAt: Date;
3663
3663
  deletedAt: Date | null;
@@ -3682,8 +3682,8 @@ export declare const ticketContract: {
3682
3682
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3683
3683
  id: string;
3684
3684
  metadata: {
3685
- name: string;
3686
3685
  id: string;
3686
+ name: string;
3687
3687
  picture?: string | undefined;
3688
3688
  additionalCredentials?: any;
3689
3689
  };
@@ -3747,8 +3747,8 @@ export declare const ticketContract: {
3747
3747
  }[];
3748
3748
  }[];
3749
3749
  tags: {
3750
- name: string;
3751
3750
  id: string;
3751
+ name: string;
3752
3752
  createdAt: Date;
3753
3753
  updatedAt: Date;
3754
3754
  deletedAt: Date | null;
@@ -3760,9 +3760,9 @@ export declare const ticketContract: {
3760
3760
  updatedAt: Date;
3761
3761
  deletedAt: Date | null;
3762
3762
  actor: {
3763
- name: string;
3764
3763
  id: string;
3765
3764
  address: string | null;
3765
+ name: string;
3766
3766
  email: string;
3767
3767
  createdAt: Date;
3768
3768
  updatedAt: Date;
@@ -3818,9 +3818,9 @@ export declare const ticketContract: {
3818
3818
  creatorId: string;
3819
3819
  reasonToAssign: string | null;
3820
3820
  creator?: {
3821
- name: string;
3822
3821
  id: string;
3823
3822
  address: string | null;
3823
+ name: string;
3824
3824
  email: string;
3825
3825
  createdAt: Date;
3826
3826
  updatedAt: Date;
@@ -3862,9 +3862,9 @@ export declare const ticketContract: {
3862
3862
  };
3863
3863
  } | null | undefined;
3864
3864
  assignee?: {
3865
- name: string;
3866
3865
  id: string;
3867
3866
  address: string | null;
3867
+ name: string;
3868
3868
  email: string;
3869
3869
  createdAt: Date;
3870
3870
  updatedAt: Date;
@@ -3940,10 +3940,10 @@ export declare const ticketContract: {
3940
3940
  }[];
3941
3941
  }[];
3942
3942
  contact: {
3943
- name: string;
3944
3943
  id: string;
3945
3944
  channel: string | null;
3946
3945
  address: string | null;
3946
+ name: string;
3947
3947
  createdAt: Date;
3948
3948
  updatedAt: Date;
3949
3949
  deletedAt: Date | null;
@@ -3988,8 +3988,8 @@ export declare const ticketContract: {
3988
3988
  createdAt: Date;
3989
3989
  updatedAt: Date;
3990
3990
  deletedAt: Date | null;
3991
- name?: string | undefined;
3992
3991
  address?: string | null | undefined;
3992
+ name?: string | undefined;
3993
3993
  phone?: string | null | undefined;
3994
3994
  industry?: string | null | undefined;
3995
3995
  } | null;
@@ -3997,8 +3997,8 @@ export declare const ticketContract: {
3997
3997
  contactProfile: string | null;
3998
3998
  socialProfileUrl: string | null;
3999
3999
  tags: {
4000
- name: string;
4001
4000
  id: string;
4001
+ name: string;
4002
4002
  createdAt: Date;
4003
4003
  updatedAt: Date;
4004
4004
  deletedAt: Date | null;
@@ -4023,8 +4023,8 @@ export declare const ticketContract: {
4023
4023
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4024
4024
  id: string;
4025
4025
  metadata: {
4026
- name: string;
4027
4026
  id: string;
4027
+ name: string;
4028
4028
  picture?: string | undefined;
4029
4029
  additionalCredentials?: any;
4030
4030
  };
@@ -4088,8 +4088,8 @@ export declare const ticketContract: {
4088
4088
  }[];
4089
4089
  }[];
4090
4090
  tags: {
4091
- name: string;
4092
4091
  id: string;
4092
+ name: string;
4093
4093
  createdAt: Date;
4094
4094
  updatedAt: Date;
4095
4095
  deletedAt: Date | null;
@@ -4101,9 +4101,9 @@ export declare const ticketContract: {
4101
4101
  updatedAt: Date;
4102
4102
  deletedAt: Date | null;
4103
4103
  actor: {
4104
- name: string;
4105
4104
  id: string;
4106
4105
  address: string | null;
4106
+ name: string;
4107
4107
  email: string;
4108
4108
  createdAt: Date;
4109
4109
  updatedAt: Date;
@@ -4159,9 +4159,9 @@ export declare const ticketContract: {
4159
4159
  creatorId: string;
4160
4160
  reasonToAssign: string | null;
4161
4161
  creator?: {
4162
- name: string;
4163
4162
  id: string;
4164
4163
  address: string | null;
4164
+ name: string;
4165
4165
  email: string;
4166
4166
  createdAt: Date;
4167
4167
  updatedAt: Date;
@@ -4203,9 +4203,9 @@ export declare const ticketContract: {
4203
4203
  };
4204
4204
  } | null | undefined;
4205
4205
  assignee?: {
4206
- name: string;
4207
4206
  id: string;
4208
4207
  address: string | null;
4208
+ name: string;
4209
4209
  email: string;
4210
4210
  createdAt: Date;
4211
4211
  updatedAt: Date;
@@ -4283,10 +4283,10 @@ export declare const ticketContract: {
4283
4283
  }[];
4284
4284
  }[];
4285
4285
  contact: {
4286
- name: string;
4287
4286
  id: string;
4288
4287
  channel: string | null;
4289
4288
  address: string | null;
4289
+ name: string;
4290
4290
  createdAt: Date;
4291
4291
  updatedAt: Date;
4292
4292
  deletedAt: Date | null;
@@ -4331,8 +4331,8 @@ export declare const ticketContract: {
4331
4331
  createdAt: Date;
4332
4332
  updatedAt: Date;
4333
4333
  deletedAt: Date | null;
4334
- name?: string | undefined;
4335
4334
  address?: string | null | undefined;
4335
+ name?: string | undefined;
4336
4336
  phone?: string | null | undefined;
4337
4337
  industry?: string | null | undefined;
4338
4338
  } | null;
@@ -4340,8 +4340,8 @@ export declare const ticketContract: {
4340
4340
  contactProfile: string | null;
4341
4341
  socialProfileUrl: string | null;
4342
4342
  tags: {
4343
- name: string;
4344
4343
  id: string;
4344
+ name: string;
4345
4345
  createdAt: Date;
4346
4346
  updatedAt: Date;
4347
4347
  deletedAt: Date | null;
@@ -4366,8 +4366,8 @@ export declare const ticketContract: {
4366
4366
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4367
4367
  id: string;
4368
4368
  metadata: {
4369
- name: string;
4370
4369
  id: string;
4370
+ name: string;
4371
4371
  picture?: string | undefined;
4372
4372
  additionalCredentials?: any;
4373
4373
  };
@@ -4431,8 +4431,8 @@ export declare const ticketContract: {
4431
4431
  }[];
4432
4432
  }[];
4433
4433
  tags: {
4434
- name: string;
4435
4434
  id: string;
4435
+ name: string;
4436
4436
  createdAt: Date;
4437
4437
  updatedAt: Date;
4438
4438
  deletedAt: Date | null;
@@ -4444,9 +4444,9 @@ export declare const ticketContract: {
4444
4444
  updatedAt: Date;
4445
4445
  deletedAt: Date | null;
4446
4446
  actor: {
4447
- name: string;
4448
4447
  id: string;
4449
4448
  address: string | null;
4449
+ name: string;
4450
4450
  email: string;
4451
4451
  createdAt: Date;
4452
4452
  updatedAt: Date;
@@ -4502,9 +4502,9 @@ export declare const ticketContract: {
4502
4502
  creatorId: string;
4503
4503
  reasonToAssign: string | null;
4504
4504
  creator?: {
4505
- name: string;
4506
4505
  id: string;
4507
4506
  address: string | null;
4507
+ name: string;
4508
4508
  email: string;
4509
4509
  createdAt: Date;
4510
4510
  updatedAt: Date;
@@ -4546,9 +4546,9 @@ export declare const ticketContract: {
4546
4546
  };
4547
4547
  } | null | undefined;
4548
4548
  assignee?: {
4549
- name: string;
4550
4549
  id: string;
4551
4550
  address: string | null;
4551
+ name: string;
4552
4552
  email: string;
4553
4553
  createdAt: Date;
4554
4554
  updatedAt: Date;
@@ -4630,10 +4630,10 @@ export declare const ticketContract: {
4630
4630
  }[];
4631
4631
  }[];
4632
4632
  contact: {
4633
- name: string;
4634
4633
  id: string;
4635
4634
  channel: string | null;
4636
4635
  address: string | null;
4636
+ name: string;
4637
4637
  createdAt: Date;
4638
4638
  updatedAt: Date;
4639
4639
  deletedAt: Date | null;
@@ -4678,8 +4678,8 @@ export declare const ticketContract: {
4678
4678
  createdAt: Date;
4679
4679
  updatedAt: Date;
4680
4680
  deletedAt: Date | null;
4681
- name?: string | undefined;
4682
4681
  address?: string | null | undefined;
4682
+ name?: string | undefined;
4683
4683
  phone?: string | null | undefined;
4684
4684
  industry?: string | null | undefined;
4685
4685
  } | null;
@@ -4687,8 +4687,8 @@ export declare const ticketContract: {
4687
4687
  contactProfile: string | null;
4688
4688
  socialProfileUrl: string | null;
4689
4689
  tags: {
4690
- name: string;
4691
4690
  id: string;
4691
+ name: string;
4692
4692
  createdAt: Date;
4693
4693
  updatedAt: Date;
4694
4694
  deletedAt: Date | null;
@@ -4713,8 +4713,8 @@ export declare const ticketContract: {
4713
4713
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4714
4714
  id: string;
4715
4715
  metadata: {
4716
- name: string;
4717
4716
  id: string;
4717
+ name: string;
4718
4718
  picture?: string | undefined;
4719
4719
  additionalCredentials?: any;
4720
4720
  };
@@ -4778,8 +4778,8 @@ export declare const ticketContract: {
4778
4778
  }[];
4779
4779
  }[];
4780
4780
  tags: {
4781
- name: string;
4782
4781
  id: string;
4782
+ name: string;
4783
4783
  createdAt: Date;
4784
4784
  updatedAt: Date;
4785
4785
  deletedAt: Date | null;
@@ -4791,9 +4791,9 @@ export declare const ticketContract: {
4791
4791
  updatedAt: Date;
4792
4792
  deletedAt: Date | null;
4793
4793
  actor: {
4794
- name: string;
4795
4794
  id: string;
4796
4795
  address: string | null;
4796
+ name: string;
4797
4797
  email: string;
4798
4798
  createdAt: Date;
4799
4799
  updatedAt: Date;
@@ -4849,9 +4849,9 @@ export declare const ticketContract: {
4849
4849
  creatorId: string;
4850
4850
  reasonToAssign: string | null;
4851
4851
  creator?: {
4852
- name: string;
4853
4852
  id: string;
4854
4853
  address: string | null;
4854
+ name: string;
4855
4855
  email: string;
4856
4856
  createdAt: Date;
4857
4857
  updatedAt: Date;
@@ -4893,9 +4893,9 @@ export declare const ticketContract: {
4893
4893
  };
4894
4894
  } | null | undefined;
4895
4895
  assignee?: {
4896
- name: string;
4897
4896
  id: string;
4898
4897
  address: string | null;
4898
+ name: string;
4899
4899
  email: string;
4900
4900
  createdAt: Date;
4901
4901
  updatedAt: Date;
@@ -4979,10 +4979,10 @@ export declare const ticketContract: {
4979
4979
  }[];
4980
4980
  }[];
4981
4981
  contact: {
4982
- name: string;
4983
4982
  id: string;
4984
4983
  channel: string | null;
4985
4984
  address: string | null;
4985
+ name: string;
4986
4986
  createdAt: Date;
4987
4987
  updatedAt: Date;
4988
4988
  deletedAt: Date | null;
@@ -5027,8 +5027,8 @@ export declare const ticketContract: {
5027
5027
  createdAt: Date;
5028
5028
  updatedAt: Date;
5029
5029
  deletedAt: Date | null;
5030
- name?: string | undefined;
5031
5030
  address?: string | null | undefined;
5031
+ name?: string | undefined;
5032
5032
  phone?: string | null | undefined;
5033
5033
  industry?: string | null | undefined;
5034
5034
  } | null;
@@ -5036,8 +5036,8 @@ export declare const ticketContract: {
5036
5036
  contactProfile: string | null;
5037
5037
  socialProfileUrl: string | null;
5038
5038
  tags: {
5039
- name: string;
5040
5039
  id: string;
5040
+ name: string;
5041
5041
  createdAt: Date;
5042
5042
  updatedAt: Date;
5043
5043
  deletedAt: Date | null;
@@ -5062,8 +5062,8 @@ export declare const ticketContract: {
5062
5062
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5063
5063
  id: string;
5064
5064
  metadata: {
5065
- name: string;
5066
5065
  id: string;
5066
+ name: string;
5067
5067
  picture?: string | undefined;
5068
5068
  additionalCredentials?: any;
5069
5069
  };
@@ -5127,8 +5127,8 @@ export declare const ticketContract: {
5127
5127
  }[];
5128
5128
  }[];
5129
5129
  tags: {
5130
- name: string;
5131
5130
  id: string;
5131
+ name: string;
5132
5132
  createdAt: Date;
5133
5133
  updatedAt: Date;
5134
5134
  deletedAt: Date | null;
@@ -5140,9 +5140,9 @@ export declare const ticketContract: {
5140
5140
  updatedAt: Date;
5141
5141
  deletedAt: Date | null;
5142
5142
  actor: {
5143
- name: string;
5144
5143
  id: string;
5145
5144
  address: string | null;
5145
+ name: string;
5146
5146
  email: string;
5147
5147
  createdAt: Date;
5148
5148
  updatedAt: Date;
@@ -5198,9 +5198,9 @@ export declare const ticketContract: {
5198
5198
  creatorId: string;
5199
5199
  reasonToAssign: string | null;
5200
5200
  creator?: {
5201
- name: string;
5202
5201
  id: string;
5203
5202
  address: string | null;
5203
+ name: string;
5204
5204
  email: string;
5205
5205
  createdAt: Date;
5206
5206
  updatedAt: Date;
@@ -5242,9 +5242,9 @@ export declare const ticketContract: {
5242
5242
  };
5243
5243
  } | null | undefined;
5244
5244
  assignee?: {
5245
- name: string;
5246
5245
  id: string;
5247
5246
  address: string | null;
5247
+ name: string;
5248
5248
  email: string;
5249
5249
  createdAt: Date;
5250
5250
  updatedAt: Date;
@@ -5329,10 +5329,10 @@ export declare const ticketContract: {
5329
5329
  }[];
5330
5330
  }[];
5331
5331
  contact: {
5332
- name: string;
5333
5332
  id: string;
5334
5333
  channel: string | null;
5335
5334
  address: string | null;
5335
+ name: string;
5336
5336
  createdAt: Date;
5337
5337
  updatedAt: Date;
5338
5338
  deletedAt: Date | null;
@@ -5377,8 +5377,8 @@ export declare const ticketContract: {
5377
5377
  createdAt: Date;
5378
5378
  updatedAt: Date;
5379
5379
  deletedAt: Date | null;
5380
- name?: string | undefined;
5381
5380
  address?: string | null | undefined;
5381
+ name?: string | undefined;
5382
5382
  phone?: string | null | undefined;
5383
5383
  industry?: string | null | undefined;
5384
5384
  } | null;
@@ -5386,8 +5386,8 @@ export declare const ticketContract: {
5386
5386
  contactProfile: string | null;
5387
5387
  socialProfileUrl: string | null;
5388
5388
  tags: {
5389
- name: string;
5390
5389
  id: string;
5390
+ name: string;
5391
5391
  createdAt: Date;
5392
5392
  updatedAt: Date;
5393
5393
  deletedAt: Date | null;
@@ -5412,8 +5412,8 @@ export declare const ticketContract: {
5412
5412
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5413
5413
  id: string;
5414
5414
  metadata: {
5415
- name: string;
5416
5415
  id: string;
5416
+ name: string;
5417
5417
  picture?: string | undefined;
5418
5418
  additionalCredentials?: any;
5419
5419
  };
@@ -5477,8 +5477,8 @@ export declare const ticketContract: {
5477
5477
  }[];
5478
5478
  }[];
5479
5479
  tags: {
5480
- name: string;
5481
5480
  id: string;
5481
+ name: string;
5482
5482
  createdAt: Date;
5483
5483
  updatedAt: Date;
5484
5484
  deletedAt: Date | null;
@@ -5490,9 +5490,9 @@ export declare const ticketContract: {
5490
5490
  updatedAt: Date;
5491
5491
  deletedAt: Date | null;
5492
5492
  actor: {
5493
- name: string;
5494
5493
  id: string;
5495
5494
  address: string | null;
5495
+ name: string;
5496
5496
  email: string;
5497
5497
  createdAt: Date;
5498
5498
  updatedAt: Date;
@@ -5548,9 +5548,9 @@ export declare const ticketContract: {
5548
5548
  creatorId: string;
5549
5549
  reasonToAssign: string | null;
5550
5550
  creator?: {
5551
- name: string;
5552
5551
  id: string;
5553
5552
  address: string | null;
5553
+ name: string;
5554
5554
  email: string;
5555
5555
  createdAt: Date;
5556
5556
  updatedAt: Date;
@@ -5592,9 +5592,9 @@ export declare const ticketContract: {
5592
5592
  };
5593
5593
  } | null | undefined;
5594
5594
  assignee?: {
5595
- name: string;
5596
5595
  id: string;
5597
5596
  address: string | null;
5597
+ name: string;
5598
5598
  email: string;
5599
5599
  createdAt: Date;
5600
5600
  updatedAt: Date;
@@ -5834,9 +5834,9 @@ export declare const ticketContract: {
5834
5834
  telephonySignature: string | null;
5835
5835
  }>;
5836
5836
  }, "strip", z.ZodTypeAny, {
5837
- name: string;
5838
5837
  id: string;
5839
5838
  address: string | null;
5839
+ name: string;
5840
5840
  email: string;
5841
5841
  createdAt: Date;
5842
5842
  updatedAt: Date;
@@ -5877,9 +5877,9 @@ export declare const ticketContract: {
5877
5877
  telephonySignature: string | null;
5878
5878
  };
5879
5879
  }, {
5880
- name: string;
5881
5880
  id: string;
5882
5881
  address: string | null;
5882
+ name: string;
5883
5883
  email: string;
5884
5884
  createdAt: Date;
5885
5885
  updatedAt: Date;
@@ -6039,9 +6039,9 @@ export declare const ticketContract: {
6039
6039
  telephonySignature: string | null;
6040
6040
  }>;
6041
6041
  }, "strip", z.ZodTypeAny, {
6042
- name: string;
6043
6042
  id: string;
6044
6043
  address: string | null;
6044
+ name: string;
6045
6045
  email: string;
6046
6046
  createdAt: Date;
6047
6047
  updatedAt: Date;
@@ -6082,9 +6082,9 @@ export declare const ticketContract: {
6082
6082
  telephonySignature: string | null;
6083
6083
  };
6084
6084
  }, {
6085
- name: string;
6086
6085
  id: string;
6087
6086
  address: string | null;
6087
+ name: string;
6088
6088
  email: string;
6089
6089
  createdAt: Date;
6090
6090
  updatedAt: Date;
@@ -6329,14 +6329,14 @@ export declare const ticketContract: {
6329
6329
  deletedAt: z.ZodNullable<z.ZodDate>;
6330
6330
  name: z.ZodString;
6331
6331
  }, "strip", z.ZodTypeAny, {
6332
- name: string;
6333
6332
  id: string;
6333
+ name: string;
6334
6334
  createdAt: Date;
6335
6335
  updatedAt: Date;
6336
6336
  deletedAt: Date | null;
6337
6337
  }, {
6338
- name: string;
6339
6338
  id: string;
6339
+ name: string;
6340
6340
  createdAt: Date;
6341
6341
  updatedAt: Date;
6342
6342
  deletedAt: Date | null;
@@ -6459,14 +6459,14 @@ export declare const ticketContract: {
6459
6459
  deletedAt: z.ZodNullable<z.ZodDate>;
6460
6460
  name: z.ZodString;
6461
6461
  }, "strip", z.ZodTypeAny, {
6462
- name: string;
6463
6462
  id: string;
6463
+ name: string;
6464
6464
  createdAt: Date;
6465
6465
  updatedAt: Date;
6466
6466
  deletedAt: Date | null;
6467
6467
  }, {
6468
- name: string;
6469
6468
  id: string;
6469
+ name: string;
6470
6470
  createdAt: Date;
6471
6471
  updatedAt: Date;
6472
6472
  deletedAt: Date | null;
@@ -6622,8 +6622,8 @@ export declare const ticketContract: {
6622
6622
  createdAt: Date;
6623
6623
  updatedAt: Date;
6624
6624
  deletedAt: Date | null;
6625
- name?: string | undefined;
6626
6625
  address?: string | null | undefined;
6626
+ name?: string | undefined;
6627
6627
  phone?: string | null | undefined;
6628
6628
  industry?: string | null | undefined;
6629
6629
  }, {
@@ -6631,8 +6631,8 @@ export declare const ticketContract: {
6631
6631
  createdAt: Date;
6632
6632
  updatedAt: Date;
6633
6633
  deletedAt: Date | null;
6634
- name?: string | undefined;
6635
6634
  address?: string | null | undefined;
6635
+ name?: string | undefined;
6636
6636
  phone?: string | null | undefined;
6637
6637
  industry?: string | null | undefined;
6638
6638
  }>>;
@@ -6650,13 +6650,13 @@ export declare const ticketContract: {
6650
6650
  picture: z.ZodOptional<z.ZodString>;
6651
6651
  additionalCredentials: z.ZodAny;
6652
6652
  }, "strip", z.ZodTypeAny, {
6653
- name: string;
6654
6653
  id: string;
6654
+ name: string;
6655
6655
  picture?: string | undefined;
6656
6656
  additionalCredentials?: any;
6657
6657
  }, {
6658
- name: string;
6659
6658
  id: string;
6659
+ name: string;
6660
6660
  picture?: string | undefined;
6661
6661
  additionalCredentials?: any;
6662
6662
  }>;
@@ -6664,8 +6664,8 @@ export declare const ticketContract: {
6664
6664
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6665
6665
  id: string;
6666
6666
  metadata: {
6667
- name: string;
6668
6667
  id: string;
6668
+ name: string;
6669
6669
  picture?: string | undefined;
6670
6670
  additionalCredentials?: any;
6671
6671
  };
@@ -6678,8 +6678,8 @@ export declare const ticketContract: {
6678
6678
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6679
6679
  id: string;
6680
6680
  metadata: {
6681
- name: string;
6682
6681
  id: string;
6682
+ name: string;
6683
6683
  picture?: string | undefined;
6684
6684
  additionalCredentials?: any;
6685
6685
  };
@@ -6989,10 +6989,10 @@ export declare const ticketContract: {
6989
6989
  };
6990
6990
  }>, "many">>;
6991
6991
  }, "strip", z.ZodTypeAny, {
6992
- name: string;
6993
6992
  id: string;
6994
6993
  channel: string | null;
6995
6994
  address: string | null;
6995
+ name: string;
6996
6996
  createdAt: Date;
6997
6997
  updatedAt: Date;
6998
6998
  deletedAt: Date | null;
@@ -7037,8 +7037,8 @@ export declare const ticketContract: {
7037
7037
  createdAt: Date;
7038
7038
  updatedAt: Date;
7039
7039
  deletedAt: Date | null;
7040
- name?: string | undefined;
7041
7040
  address?: string | null | undefined;
7041
+ name?: string | undefined;
7042
7042
  phone?: string | null | undefined;
7043
7043
  industry?: string | null | undefined;
7044
7044
  } | null;
@@ -7046,8 +7046,8 @@ export declare const ticketContract: {
7046
7046
  contactProfile: string | null;
7047
7047
  socialProfileUrl: string | null;
7048
7048
  tags: {
7049
- name: string;
7050
7049
  id: string;
7050
+ name: string;
7051
7051
  createdAt: Date;
7052
7052
  updatedAt: Date;
7053
7053
  deletedAt: Date | null;
@@ -7072,8 +7072,8 @@ export declare const ticketContract: {
7072
7072
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7073
7073
  id: string;
7074
7074
  metadata: {
7075
- name: string;
7076
7075
  id: string;
7076
+ name: string;
7077
7077
  picture?: string | undefined;
7078
7078
  additionalCredentials?: any;
7079
7079
  };
@@ -7100,10 +7100,10 @@ export declare const ticketContract: {
7100
7100
  };
7101
7101
  }[] | undefined;
7102
7102
  }, {
7103
- name: string;
7104
7103
  id: string;
7105
7104
  channel: string | null;
7106
7105
  address: string | null;
7106
+ name: string;
7107
7107
  createdAt: Date;
7108
7108
  updatedAt: Date;
7109
7109
  deletedAt: Date | null;
@@ -7148,8 +7148,8 @@ export declare const ticketContract: {
7148
7148
  createdAt: Date;
7149
7149
  updatedAt: Date;
7150
7150
  deletedAt: Date | null;
7151
- name?: string | undefined;
7152
7151
  address?: string | null | undefined;
7152
+ name?: string | undefined;
7153
7153
  phone?: string | null | undefined;
7154
7154
  industry?: string | null | undefined;
7155
7155
  } | null;
@@ -7157,8 +7157,8 @@ export declare const ticketContract: {
7157
7157
  contactProfile: string | null;
7158
7158
  socialProfileUrl: string | null;
7159
7159
  tags: {
7160
- name: string;
7161
7160
  id: string;
7161
+ name: string;
7162
7162
  createdAt: Date;
7163
7163
  updatedAt: Date;
7164
7164
  deletedAt: Date | null;
@@ -7183,8 +7183,8 @@ export declare const ticketContract: {
7183
7183
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7184
7184
  id: string;
7185
7185
  metadata: {
7186
- name: string;
7187
7186
  id: string;
7187
+ name: string;
7188
7188
  picture?: string | undefined;
7189
7189
  additionalCredentials?: any;
7190
7190
  };
@@ -7334,9 +7334,9 @@ export declare const ticketContract: {
7334
7334
  telephonySignature: string | null;
7335
7335
  }>;
7336
7336
  }, "strip", z.ZodTypeAny, {
7337
- name: string;
7338
7337
  id: string;
7339
7338
  address: string | null;
7339
+ name: string;
7340
7340
  email: string;
7341
7341
  createdAt: Date;
7342
7342
  updatedAt: Date;
@@ -7377,9 +7377,9 @@ export declare const ticketContract: {
7377
7377
  telephonySignature: string | null;
7378
7378
  };
7379
7379
  }, {
7380
- name: string;
7381
7380
  id: string;
7382
7381
  address: string | null;
7382
+ name: string;
7383
7383
  email: string;
7384
7384
  createdAt: Date;
7385
7385
  updatedAt: Date;
@@ -7451,9 +7451,9 @@ export declare const ticketContract: {
7451
7451
  updatedAt: Date;
7452
7452
  deletedAt: Date | null;
7453
7453
  actor: {
7454
- name: string;
7455
7454
  id: string;
7456
7455
  address: string | null;
7456
+ name: string;
7457
7457
  email: string;
7458
7458
  createdAt: Date;
7459
7459
  updatedAt: Date;
@@ -7510,9 +7510,9 @@ export declare const ticketContract: {
7510
7510
  updatedAt: Date;
7511
7511
  deletedAt: Date | null;
7512
7512
  actor: {
7513
- name: string;
7514
7513
  id: string;
7515
7514
  address: string | null;
7515
+ name: string;
7516
7516
  email: string;
7517
7517
  createdAt: Date;
7518
7518
  updatedAt: Date;
@@ -7597,10 +7597,10 @@ export declare const ticketContract: {
7597
7597
  }[];
7598
7598
  }[];
7599
7599
  contact: {
7600
- name: string;
7601
7600
  id: string;
7602
7601
  channel: string | null;
7603
7602
  address: string | null;
7603
+ name: string;
7604
7604
  createdAt: Date;
7605
7605
  updatedAt: Date;
7606
7606
  deletedAt: Date | null;
@@ -7645,8 +7645,8 @@ export declare const ticketContract: {
7645
7645
  createdAt: Date;
7646
7646
  updatedAt: Date;
7647
7647
  deletedAt: Date | null;
7648
- name?: string | undefined;
7649
7648
  address?: string | null | undefined;
7649
+ name?: string | undefined;
7650
7650
  phone?: string | null | undefined;
7651
7651
  industry?: string | null | undefined;
7652
7652
  } | null;
@@ -7654,8 +7654,8 @@ export declare const ticketContract: {
7654
7654
  contactProfile: string | null;
7655
7655
  socialProfileUrl: string | null;
7656
7656
  tags: {
7657
- name: string;
7658
7657
  id: string;
7658
+ name: string;
7659
7659
  createdAt: Date;
7660
7660
  updatedAt: Date;
7661
7661
  deletedAt: Date | null;
@@ -7680,8 +7680,8 @@ export declare const ticketContract: {
7680
7680
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7681
7681
  id: string;
7682
7682
  metadata: {
7683
- name: string;
7684
7683
  id: string;
7684
+ name: string;
7685
7685
  picture?: string | undefined;
7686
7686
  additionalCredentials?: any;
7687
7687
  };
@@ -7745,8 +7745,8 @@ export declare const ticketContract: {
7745
7745
  }[];
7746
7746
  }[];
7747
7747
  tags: {
7748
- name: string;
7749
7748
  id: string;
7749
+ name: string;
7750
7750
  createdAt: Date;
7751
7751
  updatedAt: Date;
7752
7752
  deletedAt: Date | null;
@@ -7758,9 +7758,9 @@ export declare const ticketContract: {
7758
7758
  updatedAt: Date;
7759
7759
  deletedAt: Date | null;
7760
7760
  actor: {
7761
- name: string;
7762
7761
  id: string;
7763
7762
  address: string | null;
7763
+ name: string;
7764
7764
  email: string;
7765
7765
  createdAt: Date;
7766
7766
  updatedAt: Date;
@@ -7816,9 +7816,9 @@ export declare const ticketContract: {
7816
7816
  creatorId: string;
7817
7817
  reasonToAssign: string | null;
7818
7818
  creator?: {
7819
- name: string;
7820
7819
  id: string;
7821
7820
  address: string | null;
7821
+ name: string;
7822
7822
  email: string;
7823
7823
  createdAt: Date;
7824
7824
  updatedAt: Date;
@@ -7860,9 +7860,9 @@ export declare const ticketContract: {
7860
7860
  };
7861
7861
  } | null | undefined;
7862
7862
  assignee?: {
7863
- name: string;
7864
7863
  id: string;
7865
7864
  address: string | null;
7865
+ name: string;
7866
7866
  email: string;
7867
7867
  createdAt: Date;
7868
7868
  updatedAt: Date;
@@ -7938,10 +7938,10 @@ export declare const ticketContract: {
7938
7938
  }[];
7939
7939
  }[];
7940
7940
  contact: {
7941
- name: string;
7942
7941
  id: string;
7943
7942
  channel: string | null;
7944
7943
  address: string | null;
7944
+ name: string;
7945
7945
  createdAt: Date;
7946
7946
  updatedAt: Date;
7947
7947
  deletedAt: Date | null;
@@ -7986,8 +7986,8 @@ export declare const ticketContract: {
7986
7986
  createdAt: Date;
7987
7987
  updatedAt: Date;
7988
7988
  deletedAt: Date | null;
7989
- name?: string | undefined;
7990
7989
  address?: string | null | undefined;
7990
+ name?: string | undefined;
7991
7991
  phone?: string | null | undefined;
7992
7992
  industry?: string | null | undefined;
7993
7993
  } | null;
@@ -7995,8 +7995,8 @@ export declare const ticketContract: {
7995
7995
  contactProfile: string | null;
7996
7996
  socialProfileUrl: string | null;
7997
7997
  tags: {
7998
- name: string;
7999
7998
  id: string;
7999
+ name: string;
8000
8000
  createdAt: Date;
8001
8001
  updatedAt: Date;
8002
8002
  deletedAt: Date | null;
@@ -8021,8 +8021,8 @@ export declare const ticketContract: {
8021
8021
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8022
8022
  id: string;
8023
8023
  metadata: {
8024
- name: string;
8025
8024
  id: string;
8025
+ name: string;
8026
8026
  picture?: string | undefined;
8027
8027
  additionalCredentials?: any;
8028
8028
  };
@@ -8086,8 +8086,8 @@ export declare const ticketContract: {
8086
8086
  }[];
8087
8087
  }[];
8088
8088
  tags: {
8089
- name: string;
8090
8089
  id: string;
8090
+ name: string;
8091
8091
  createdAt: Date;
8092
8092
  updatedAt: Date;
8093
8093
  deletedAt: Date | null;
@@ -8099,9 +8099,9 @@ export declare const ticketContract: {
8099
8099
  updatedAt: Date;
8100
8100
  deletedAt: Date | null;
8101
8101
  actor: {
8102
- name: string;
8103
8102
  id: string;
8104
8103
  address: string | null;
8104
+ name: string;
8105
8105
  email: string;
8106
8106
  createdAt: Date;
8107
8107
  updatedAt: Date;
@@ -8157,9 +8157,9 @@ export declare const ticketContract: {
8157
8157
  creatorId: string;
8158
8158
  reasonToAssign: string | null;
8159
8159
  creator?: {
8160
- name: string;
8161
8160
  id: string;
8162
8161
  address: string | null;
8162
+ name: string;
8163
8163
  email: string;
8164
8164
  createdAt: Date;
8165
8165
  updatedAt: Date;
@@ -8201,9 +8201,9 @@ export declare const ticketContract: {
8201
8201
  };
8202
8202
  } | null | undefined;
8203
8203
  assignee?: {
8204
- name: string;
8205
8204
  id: string;
8206
8205
  address: string | null;
8206
+ name: string;
8207
8207
  email: string;
8208
8208
  createdAt: Date;
8209
8209
  updatedAt: Date;
@@ -8281,10 +8281,10 @@ export declare const ticketContract: {
8281
8281
  }[];
8282
8282
  }[];
8283
8283
  contact: {
8284
- name: string;
8285
8284
  id: string;
8286
8285
  channel: string | null;
8287
8286
  address: string | null;
8287
+ name: string;
8288
8288
  createdAt: Date;
8289
8289
  updatedAt: Date;
8290
8290
  deletedAt: Date | null;
@@ -8329,8 +8329,8 @@ export declare const ticketContract: {
8329
8329
  createdAt: Date;
8330
8330
  updatedAt: Date;
8331
8331
  deletedAt: Date | null;
8332
- name?: string | undefined;
8333
8332
  address?: string | null | undefined;
8333
+ name?: string | undefined;
8334
8334
  phone?: string | null | undefined;
8335
8335
  industry?: string | null | undefined;
8336
8336
  } | null;
@@ -8338,8 +8338,8 @@ export declare const ticketContract: {
8338
8338
  contactProfile: string | null;
8339
8339
  socialProfileUrl: string | null;
8340
8340
  tags: {
8341
- name: string;
8342
8341
  id: string;
8342
+ name: string;
8343
8343
  createdAt: Date;
8344
8344
  updatedAt: Date;
8345
8345
  deletedAt: Date | null;
@@ -8364,8 +8364,8 @@ export declare const ticketContract: {
8364
8364
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8365
8365
  id: string;
8366
8366
  metadata: {
8367
- name: string;
8368
8367
  id: string;
8368
+ name: string;
8369
8369
  picture?: string | undefined;
8370
8370
  additionalCredentials?: any;
8371
8371
  };
@@ -8429,8 +8429,8 @@ export declare const ticketContract: {
8429
8429
  }[];
8430
8430
  }[];
8431
8431
  tags: {
8432
- name: string;
8433
8432
  id: string;
8433
+ name: string;
8434
8434
  createdAt: Date;
8435
8435
  updatedAt: Date;
8436
8436
  deletedAt: Date | null;
@@ -8442,9 +8442,9 @@ export declare const ticketContract: {
8442
8442
  updatedAt: Date;
8443
8443
  deletedAt: Date | null;
8444
8444
  actor: {
8445
- name: string;
8446
8445
  id: string;
8447
8446
  address: string | null;
8447
+ name: string;
8448
8448
  email: string;
8449
8449
  createdAt: Date;
8450
8450
  updatedAt: Date;
@@ -8500,9 +8500,9 @@ export declare const ticketContract: {
8500
8500
  creatorId: string;
8501
8501
  reasonToAssign: string | null;
8502
8502
  creator?: {
8503
- name: string;
8504
8503
  id: string;
8505
8504
  address: string | null;
8505
+ name: string;
8506
8506
  email: string;
8507
8507
  createdAt: Date;
8508
8508
  updatedAt: Date;
@@ -8544,9 +8544,9 @@ export declare const ticketContract: {
8544
8544
  };
8545
8545
  } | null | undefined;
8546
8546
  assignee?: {
8547
- name: string;
8548
8547
  id: string;
8549
8548
  address: string | null;
8549
+ name: string;
8550
8550
  email: string;
8551
8551
  createdAt: Date;
8552
8552
  updatedAt: Date;
@@ -8625,10 +8625,10 @@ export declare const ticketContract: {
8625
8625
  }[];
8626
8626
  }[];
8627
8627
  contact: {
8628
- name: string;
8629
8628
  id: string;
8630
8629
  channel: string | null;
8631
8630
  address: string | null;
8631
+ name: string;
8632
8632
  createdAt: Date;
8633
8633
  updatedAt: Date;
8634
8634
  deletedAt: Date | null;
@@ -8673,8 +8673,8 @@ export declare const ticketContract: {
8673
8673
  createdAt: Date;
8674
8674
  updatedAt: Date;
8675
8675
  deletedAt: Date | null;
8676
- name?: string | undefined;
8677
8676
  address?: string | null | undefined;
8677
+ name?: string | undefined;
8678
8678
  phone?: string | null | undefined;
8679
8679
  industry?: string | null | undefined;
8680
8680
  } | null;
@@ -8682,8 +8682,8 @@ export declare const ticketContract: {
8682
8682
  contactProfile: string | null;
8683
8683
  socialProfileUrl: string | null;
8684
8684
  tags: {
8685
- name: string;
8686
8685
  id: string;
8686
+ name: string;
8687
8687
  createdAt: Date;
8688
8688
  updatedAt: Date;
8689
8689
  deletedAt: Date | null;
@@ -8708,8 +8708,8 @@ export declare const ticketContract: {
8708
8708
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8709
8709
  id: string;
8710
8710
  metadata: {
8711
- name: string;
8712
8711
  id: string;
8712
+ name: string;
8713
8713
  picture?: string | undefined;
8714
8714
  additionalCredentials?: any;
8715
8715
  };
@@ -8773,8 +8773,8 @@ export declare const ticketContract: {
8773
8773
  }[];
8774
8774
  }[];
8775
8775
  tags: {
8776
- name: string;
8777
8776
  id: string;
8777
+ name: string;
8778
8778
  createdAt: Date;
8779
8779
  updatedAt: Date;
8780
8780
  deletedAt: Date | null;
@@ -8786,9 +8786,9 @@ export declare const ticketContract: {
8786
8786
  updatedAt: Date;
8787
8787
  deletedAt: Date | null;
8788
8788
  actor: {
8789
- name: string;
8790
8789
  id: string;
8791
8790
  address: string | null;
8791
+ name: string;
8792
8792
  email: string;
8793
8793
  createdAt: Date;
8794
8794
  updatedAt: Date;
@@ -8844,9 +8844,9 @@ export declare const ticketContract: {
8844
8844
  creatorId: string;
8845
8845
  reasonToAssign: string | null;
8846
8846
  creator?: {
8847
- name: string;
8848
8847
  id: string;
8849
8848
  address: string | null;
8849
+ name: string;
8850
8850
  email: string;
8851
8851
  createdAt: Date;
8852
8852
  updatedAt: Date;
@@ -8888,9 +8888,9 @@ export declare const ticketContract: {
8888
8888
  };
8889
8889
  } | null | undefined;
8890
8890
  assignee?: {
8891
- name: string;
8892
8891
  id: string;
8893
8892
  address: string | null;
8893
+ name: string;
8894
8894
  email: string;
8895
8895
  createdAt: Date;
8896
8896
  updatedAt: Date;
@@ -9043,10 +9043,10 @@ export declare const ticketContract: {
9043
9043
  }[];
9044
9044
  }[];
9045
9045
  contact: {
9046
- name: string;
9047
9046
  id: string;
9048
9047
  channel: string | null;
9049
9048
  address: string | null;
9049
+ name: string;
9050
9050
  createdAt: Date;
9051
9051
  updatedAt: Date;
9052
9052
  deletedAt: Date | null;
@@ -9091,8 +9091,8 @@ export declare const ticketContract: {
9091
9091
  createdAt: Date;
9092
9092
  updatedAt: Date;
9093
9093
  deletedAt: Date | null;
9094
- name?: string | undefined;
9095
9094
  address?: string | null | undefined;
9095
+ name?: string | undefined;
9096
9096
  phone?: string | null | undefined;
9097
9097
  industry?: string | null | undefined;
9098
9098
  } | null;
@@ -9100,8 +9100,8 @@ export declare const ticketContract: {
9100
9100
  contactProfile: string | null;
9101
9101
  socialProfileUrl: string | null;
9102
9102
  tags: {
9103
- name: string;
9104
9103
  id: string;
9104
+ name: string;
9105
9105
  createdAt: Date;
9106
9106
  updatedAt: Date;
9107
9107
  deletedAt: Date | null;
@@ -9126,8 +9126,8 @@ export declare const ticketContract: {
9126
9126
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9127
9127
  id: string;
9128
9128
  metadata: {
9129
- name: string;
9130
9129
  id: string;
9130
+ name: string;
9131
9131
  picture?: string | undefined;
9132
9132
  additionalCredentials?: any;
9133
9133
  };
@@ -9191,8 +9191,8 @@ export declare const ticketContract: {
9191
9191
  }[];
9192
9192
  }[];
9193
9193
  tags: {
9194
- name: string;
9195
9194
  id: string;
9195
+ name: string;
9196
9196
  createdAt: Date;
9197
9197
  updatedAt: Date;
9198
9198
  deletedAt: Date | null;
@@ -9204,9 +9204,9 @@ export declare const ticketContract: {
9204
9204
  updatedAt: Date;
9205
9205
  deletedAt: Date | null;
9206
9206
  actor: {
9207
- name: string;
9208
9207
  id: string;
9209
9208
  address: string | null;
9209
+ name: string;
9210
9210
  email: string;
9211
9211
  createdAt: Date;
9212
9212
  updatedAt: Date;
@@ -9262,9 +9262,9 @@ export declare const ticketContract: {
9262
9262
  creatorId: string;
9263
9263
  reasonToAssign: string | null;
9264
9264
  creator?: {
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;
@@ -9306,9 +9306,9 @@ export declare const ticketContract: {
9306
9306
  };
9307
9307
  } | null | undefined;
9308
9308
  assignee?: {
9309
- name: string;
9310
9309
  id: string;
9311
9310
  address: string | null;
9311
+ name: string;
9312
9312
  email: string;
9313
9313
  createdAt: Date;
9314
9314
  updatedAt: Date;
@@ -9384,10 +9384,10 @@ export declare const ticketContract: {
9384
9384
  }[];
9385
9385
  }[];
9386
9386
  contact: {
9387
- name: string;
9388
9387
  id: string;
9389
9388
  channel: string | null;
9390
9389
  address: string | null;
9390
+ name: string;
9391
9391
  createdAt: Date;
9392
9392
  updatedAt: Date;
9393
9393
  deletedAt: Date | null;
@@ -9432,8 +9432,8 @@ export declare const ticketContract: {
9432
9432
  createdAt: Date;
9433
9433
  updatedAt: Date;
9434
9434
  deletedAt: Date | null;
9435
- name?: string | undefined;
9436
9435
  address?: string | null | undefined;
9436
+ name?: string | undefined;
9437
9437
  phone?: string | null | undefined;
9438
9438
  industry?: string | null | undefined;
9439
9439
  } | null;
@@ -9441,8 +9441,8 @@ export declare const ticketContract: {
9441
9441
  contactProfile: string | null;
9442
9442
  socialProfileUrl: string | null;
9443
9443
  tags: {
9444
- name: string;
9445
9444
  id: string;
9445
+ name: string;
9446
9446
  createdAt: Date;
9447
9447
  updatedAt: Date;
9448
9448
  deletedAt: Date | null;
@@ -9467,8 +9467,8 @@ export declare const ticketContract: {
9467
9467
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9468
9468
  id: string;
9469
9469
  metadata: {
9470
- name: string;
9471
9470
  id: string;
9471
+ name: string;
9472
9472
  picture?: string | undefined;
9473
9473
  additionalCredentials?: any;
9474
9474
  };
@@ -9532,8 +9532,8 @@ export declare const ticketContract: {
9532
9532
  }[];
9533
9533
  }[];
9534
9534
  tags: {
9535
- name: string;
9536
9535
  id: string;
9536
+ name: string;
9537
9537
  createdAt: Date;
9538
9538
  updatedAt: Date;
9539
9539
  deletedAt: Date | null;
@@ -9545,9 +9545,9 @@ export declare const ticketContract: {
9545
9545
  updatedAt: Date;
9546
9546
  deletedAt: Date | null;
9547
9547
  actor: {
9548
- name: string;
9549
9548
  id: string;
9550
9549
  address: string | null;
9550
+ name: string;
9551
9551
  email: string;
9552
9552
  createdAt: Date;
9553
9553
  updatedAt: Date;
@@ -9603,9 +9603,9 @@ export declare const ticketContract: {
9603
9603
  creatorId: string;
9604
9604
  reasonToAssign: string | null;
9605
9605
  creator?: {
9606
- name: string;
9607
9606
  id: string;
9608
9607
  address: string | null;
9608
+ name: string;
9609
9609
  email: string;
9610
9610
  createdAt: Date;
9611
9611
  updatedAt: Date;
@@ -9647,9 +9647,9 @@ export declare const ticketContract: {
9647
9647
  };
9648
9648
  } | null | undefined;
9649
9649
  assignee?: {
9650
- name: string;
9651
9650
  id: string;
9652
9651
  address: string | null;
9652
+ name: string;
9653
9653
  email: string;
9654
9654
  createdAt: Date;
9655
9655
  updatedAt: Date;
@@ -9727,10 +9727,10 @@ export declare const ticketContract: {
9727
9727
  }[];
9728
9728
  }[];
9729
9729
  contact: {
9730
- name: string;
9731
9730
  id: string;
9732
9731
  channel: string | null;
9733
9732
  address: string | null;
9733
+ name: string;
9734
9734
  createdAt: Date;
9735
9735
  updatedAt: Date;
9736
9736
  deletedAt: Date | null;
@@ -9775,8 +9775,8 @@ export declare const ticketContract: {
9775
9775
  createdAt: Date;
9776
9776
  updatedAt: Date;
9777
9777
  deletedAt: Date | null;
9778
- name?: string | undefined;
9779
9778
  address?: string | null | undefined;
9779
+ name?: string | undefined;
9780
9780
  phone?: string | null | undefined;
9781
9781
  industry?: string | null | undefined;
9782
9782
  } | null;
@@ -9784,8 +9784,8 @@ export declare const ticketContract: {
9784
9784
  contactProfile: string | null;
9785
9785
  socialProfileUrl: string | null;
9786
9786
  tags: {
9787
- name: string;
9788
9787
  id: string;
9788
+ name: string;
9789
9789
  createdAt: Date;
9790
9790
  updatedAt: Date;
9791
9791
  deletedAt: Date | null;
@@ -9810,8 +9810,8 @@ export declare const ticketContract: {
9810
9810
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9811
9811
  id: string;
9812
9812
  metadata: {
9813
- name: string;
9814
9813
  id: string;
9814
+ name: string;
9815
9815
  picture?: string | undefined;
9816
9816
  additionalCredentials?: any;
9817
9817
  };
@@ -9875,8 +9875,8 @@ export declare const ticketContract: {
9875
9875
  }[];
9876
9876
  }[];
9877
9877
  tags: {
9878
- name: string;
9879
9878
  id: string;
9879
+ name: string;
9880
9880
  createdAt: Date;
9881
9881
  updatedAt: Date;
9882
9882
  deletedAt: Date | null;
@@ -9888,9 +9888,9 @@ export declare const ticketContract: {
9888
9888
  updatedAt: Date;
9889
9889
  deletedAt: Date | null;
9890
9890
  actor: {
9891
- name: string;
9892
9891
  id: string;
9893
9892
  address: string | null;
9893
+ name: string;
9894
9894
  email: string;
9895
9895
  createdAt: Date;
9896
9896
  updatedAt: Date;
@@ -9946,9 +9946,9 @@ export declare const ticketContract: {
9946
9946
  creatorId: string;
9947
9947
  reasonToAssign: string | null;
9948
9948
  creator?: {
9949
- name: string;
9950
9949
  id: string;
9951
9950
  address: string | null;
9951
+ name: string;
9952
9952
  email: string;
9953
9953
  createdAt: Date;
9954
9954
  updatedAt: Date;
@@ -9990,9 +9990,9 @@ export declare const ticketContract: {
9990
9990
  };
9991
9991
  } | null | undefined;
9992
9992
  assignee?: {
9993
- name: string;
9994
9993
  id: string;
9995
9994
  address: string | null;
9995
+ name: string;
9996
9996
  email: string;
9997
9997
  createdAt: Date;
9998
9998
  updatedAt: Date;
@@ -10074,10 +10074,10 @@ export declare const ticketContract: {
10074
10074
  }[];
10075
10075
  }[];
10076
10076
  contact: {
10077
- name: string;
10078
10077
  id: string;
10079
10078
  channel: string | null;
10080
10079
  address: string | null;
10080
+ name: string;
10081
10081
  createdAt: Date;
10082
10082
  updatedAt: Date;
10083
10083
  deletedAt: Date | null;
@@ -10122,8 +10122,8 @@ export declare const ticketContract: {
10122
10122
  createdAt: Date;
10123
10123
  updatedAt: Date;
10124
10124
  deletedAt: Date | null;
10125
- name?: string | undefined;
10126
10125
  address?: string | null | undefined;
10126
+ name?: string | undefined;
10127
10127
  phone?: string | null | undefined;
10128
10128
  industry?: string | null | undefined;
10129
10129
  } | null;
@@ -10131,8 +10131,8 @@ export declare const ticketContract: {
10131
10131
  contactProfile: string | null;
10132
10132
  socialProfileUrl: string | null;
10133
10133
  tags: {
10134
- name: string;
10135
10134
  id: string;
10135
+ name: string;
10136
10136
  createdAt: Date;
10137
10137
  updatedAt: Date;
10138
10138
  deletedAt: Date | null;
@@ -10157,8 +10157,8 @@ export declare const ticketContract: {
10157
10157
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10158
10158
  id: string;
10159
10159
  metadata: {
10160
- name: string;
10161
10160
  id: string;
10161
+ name: string;
10162
10162
  picture?: string | undefined;
10163
10163
  additionalCredentials?: any;
10164
10164
  };
@@ -10222,8 +10222,8 @@ export declare const ticketContract: {
10222
10222
  }[];
10223
10223
  }[];
10224
10224
  tags: {
10225
- name: string;
10226
10225
  id: string;
10226
+ name: string;
10227
10227
  createdAt: Date;
10228
10228
  updatedAt: Date;
10229
10229
  deletedAt: Date | null;
@@ -10235,9 +10235,9 @@ export declare const ticketContract: {
10235
10235
  updatedAt: Date;
10236
10236
  deletedAt: Date | null;
10237
10237
  actor: {
10238
- name: string;
10239
10238
  id: string;
10240
10239
  address: string | null;
10240
+ name: string;
10241
10241
  email: string;
10242
10242
  createdAt: Date;
10243
10243
  updatedAt: Date;
@@ -10293,9 +10293,9 @@ export declare const ticketContract: {
10293
10293
  creatorId: string;
10294
10294
  reasonToAssign: string | null;
10295
10295
  creator?: {
10296
- name: string;
10297
10296
  id: string;
10298
10297
  address: string | null;
10298
+ name: string;
10299
10299
  email: string;
10300
10300
  createdAt: Date;
10301
10301
  updatedAt: Date;
@@ -10337,9 +10337,9 @@ export declare const ticketContract: {
10337
10337
  };
10338
10338
  } | null | undefined;
10339
10339
  assignee?: {
10340
- name: string;
10341
10340
  id: string;
10342
10341
  address: string | null;
10342
+ name: string;
10343
10343
  email: string;
10344
10344
  createdAt: Date;
10345
10345
  updatedAt: Date;
@@ -10423,10 +10423,10 @@ export declare const ticketContract: {
10423
10423
  }[];
10424
10424
  }[];
10425
10425
  contact: {
10426
- name: string;
10427
10426
  id: string;
10428
10427
  channel: string | null;
10429
10428
  address: string | null;
10429
+ name: string;
10430
10430
  createdAt: Date;
10431
10431
  updatedAt: Date;
10432
10432
  deletedAt: Date | null;
@@ -10471,8 +10471,8 @@ export declare const ticketContract: {
10471
10471
  createdAt: Date;
10472
10472
  updatedAt: Date;
10473
10473
  deletedAt: Date | null;
10474
- name?: string | undefined;
10475
10474
  address?: string | null | undefined;
10475
+ name?: string | undefined;
10476
10476
  phone?: string | null | undefined;
10477
10477
  industry?: string | null | undefined;
10478
10478
  } | null;
@@ -10480,8 +10480,8 @@ export declare const ticketContract: {
10480
10480
  contactProfile: string | null;
10481
10481
  socialProfileUrl: string | null;
10482
10482
  tags: {
10483
- name: string;
10484
10483
  id: string;
10484
+ name: string;
10485
10485
  createdAt: Date;
10486
10486
  updatedAt: Date;
10487
10487
  deletedAt: Date | null;
@@ -10506,8 +10506,8 @@ export declare const ticketContract: {
10506
10506
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10507
10507
  id: string;
10508
10508
  metadata: {
10509
- name: string;
10510
10509
  id: string;
10510
+ name: string;
10511
10511
  picture?: string | undefined;
10512
10512
  additionalCredentials?: any;
10513
10513
  };
@@ -10571,8 +10571,8 @@ export declare const ticketContract: {
10571
10571
  }[];
10572
10572
  }[];
10573
10573
  tags: {
10574
- name: string;
10575
10574
  id: string;
10575
+ name: string;
10576
10576
  createdAt: Date;
10577
10577
  updatedAt: Date;
10578
10578
  deletedAt: Date | null;
@@ -10584,9 +10584,9 @@ export declare const ticketContract: {
10584
10584
  updatedAt: Date;
10585
10585
  deletedAt: Date | null;
10586
10586
  actor: {
10587
- name: string;
10588
10587
  id: string;
10589
10588
  address: string | null;
10589
+ name: string;
10590
10590
  email: string;
10591
10591
  createdAt: Date;
10592
10592
  updatedAt: Date;
@@ -10642,9 +10642,9 @@ export declare const ticketContract: {
10642
10642
  creatorId: string;
10643
10643
  reasonToAssign: string | null;
10644
10644
  creator?: {
10645
- name: string;
10646
10645
  id: string;
10647
10646
  address: string | null;
10647
+ name: string;
10648
10648
  email: string;
10649
10649
  createdAt: Date;
10650
10650
  updatedAt: Date;
@@ -10686,9 +10686,9 @@ export declare const ticketContract: {
10686
10686
  };
10687
10687
  } | null | undefined;
10688
10688
  assignee?: {
10689
- name: string;
10690
10689
  id: string;
10691
10690
  address: string | null;
10691
+ name: string;
10692
10692
  email: string;
10693
10693
  createdAt: Date;
10694
10694
  updatedAt: Date;
@@ -10773,10 +10773,10 @@ export declare const ticketContract: {
10773
10773
  }[];
10774
10774
  }[];
10775
10775
  contact: {
10776
- name: string;
10777
10776
  id: string;
10778
10777
  channel: string | null;
10779
10778
  address: string | null;
10779
+ name: string;
10780
10780
  createdAt: Date;
10781
10781
  updatedAt: Date;
10782
10782
  deletedAt: Date | null;
@@ -10821,8 +10821,8 @@ export declare const ticketContract: {
10821
10821
  createdAt: Date;
10822
10822
  updatedAt: Date;
10823
10823
  deletedAt: Date | null;
10824
- name?: string | undefined;
10825
10824
  address?: string | null | undefined;
10825
+ name?: string | undefined;
10826
10826
  phone?: string | null | undefined;
10827
10827
  industry?: string | null | undefined;
10828
10828
  } | null;
@@ -10830,8 +10830,8 @@ export declare const ticketContract: {
10830
10830
  contactProfile: string | null;
10831
10831
  socialProfileUrl: string | null;
10832
10832
  tags: {
10833
- name: string;
10834
10833
  id: string;
10834
+ name: string;
10835
10835
  createdAt: Date;
10836
10836
  updatedAt: Date;
10837
10837
  deletedAt: Date | null;
@@ -10856,8 +10856,8 @@ export declare const ticketContract: {
10856
10856
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10857
10857
  id: string;
10858
10858
  metadata: {
10859
- name: string;
10860
10859
  id: string;
10860
+ name: string;
10861
10861
  picture?: string | undefined;
10862
10862
  additionalCredentials?: any;
10863
10863
  };
@@ -10921,8 +10921,8 @@ export declare const ticketContract: {
10921
10921
  }[];
10922
10922
  }[];
10923
10923
  tags: {
10924
- name: string;
10925
10924
  id: string;
10925
+ name: string;
10926
10926
  createdAt: Date;
10927
10927
  updatedAt: Date;
10928
10928
  deletedAt: Date | null;
@@ -10934,9 +10934,9 @@ export declare const ticketContract: {
10934
10934
  updatedAt: Date;
10935
10935
  deletedAt: Date | null;
10936
10936
  actor: {
10937
- name: string;
10938
10937
  id: string;
10939
10938
  address: string | null;
10939
+ name: string;
10940
10940
  email: string;
10941
10941
  createdAt: Date;
10942
10942
  updatedAt: Date;
@@ -10992,9 +10992,9 @@ export declare const ticketContract: {
10992
10992
  creatorId: string;
10993
10993
  reasonToAssign: string | null;
10994
10994
  creator?: {
10995
- name: string;
10996
10995
  id: string;
10997
10996
  address: string | null;
10997
+ name: string;
10998
10998
  email: string;
10999
10999
  createdAt: Date;
11000
11000
  updatedAt: Date;
@@ -11036,9 +11036,9 @@ export declare const ticketContract: {
11036
11036
  };
11037
11037
  } | null | undefined;
11038
11038
  assignee?: {
11039
- name: string;
11040
11039
  id: string;
11041
11040
  address: string | null;
11041
+ name: string;
11042
11042
  email: string;
11043
11043
  createdAt: Date;
11044
11044
  updatedAt: Date;
@@ -11440,9 +11440,9 @@ export declare const ticketContract: {
11440
11440
  telephonySignature: string | null;
11441
11441
  }>;
11442
11442
  }, "strip", z.ZodTypeAny, {
11443
- name: string;
11444
11443
  id: string;
11445
11444
  address: string | null;
11445
+ name: string;
11446
11446
  email: string;
11447
11447
  createdAt: Date;
11448
11448
  updatedAt: Date;
@@ -11483,9 +11483,9 @@ export declare const ticketContract: {
11483
11483
  telephonySignature: string | null;
11484
11484
  };
11485
11485
  }, {
11486
- name: string;
11487
11486
  id: string;
11488
11487
  address: string | null;
11488
+ name: string;
11489
11489
  email: string;
11490
11490
  createdAt: Date;
11491
11491
  updatedAt: Date;
@@ -11645,9 +11645,9 @@ export declare const ticketContract: {
11645
11645
  telephonySignature: string | null;
11646
11646
  }>;
11647
11647
  }, "strip", z.ZodTypeAny, {
11648
- name: string;
11649
11648
  id: string;
11650
11649
  address: string | null;
11650
+ name: string;
11651
11651
  email: string;
11652
11652
  createdAt: Date;
11653
11653
  updatedAt: Date;
@@ -11688,9 +11688,9 @@ export declare const ticketContract: {
11688
11688
  telephonySignature: string | null;
11689
11689
  };
11690
11690
  }, {
11691
- name: string;
11692
11691
  id: string;
11693
11692
  address: string | null;
11693
+ name: string;
11694
11694
  email: string;
11695
11695
  createdAt: Date;
11696
11696
  updatedAt: Date;
@@ -11935,14 +11935,14 @@ export declare const ticketContract: {
11935
11935
  deletedAt: z.ZodNullable<z.ZodDate>;
11936
11936
  name: z.ZodString;
11937
11937
  }, "strip", z.ZodTypeAny, {
11938
- name: string;
11939
11938
  id: string;
11939
+ name: string;
11940
11940
  createdAt: Date;
11941
11941
  updatedAt: Date;
11942
11942
  deletedAt: Date | null;
11943
11943
  }, {
11944
- name: string;
11945
11944
  id: string;
11945
+ name: string;
11946
11946
  createdAt: Date;
11947
11947
  updatedAt: Date;
11948
11948
  deletedAt: Date | null;
@@ -12065,14 +12065,14 @@ export declare const ticketContract: {
12065
12065
  deletedAt: z.ZodNullable<z.ZodDate>;
12066
12066
  name: z.ZodString;
12067
12067
  }, "strip", z.ZodTypeAny, {
12068
- name: string;
12069
12068
  id: string;
12069
+ name: string;
12070
12070
  createdAt: Date;
12071
12071
  updatedAt: Date;
12072
12072
  deletedAt: Date | null;
12073
12073
  }, {
12074
- name: string;
12075
12074
  id: string;
12075
+ name: string;
12076
12076
  createdAt: Date;
12077
12077
  updatedAt: Date;
12078
12078
  deletedAt: Date | null;
@@ -12228,8 +12228,8 @@ export declare const ticketContract: {
12228
12228
  createdAt: Date;
12229
12229
  updatedAt: Date;
12230
12230
  deletedAt: Date | null;
12231
- name?: string | undefined;
12232
12231
  address?: string | null | undefined;
12232
+ name?: string | undefined;
12233
12233
  phone?: string | null | undefined;
12234
12234
  industry?: string | null | undefined;
12235
12235
  }, {
@@ -12237,8 +12237,8 @@ export declare const ticketContract: {
12237
12237
  createdAt: Date;
12238
12238
  updatedAt: Date;
12239
12239
  deletedAt: Date | null;
12240
- name?: string | undefined;
12241
12240
  address?: string | null | undefined;
12241
+ name?: string | undefined;
12242
12242
  phone?: string | null | undefined;
12243
12243
  industry?: string | null | undefined;
12244
12244
  }>>;
@@ -12256,13 +12256,13 @@ export declare const ticketContract: {
12256
12256
  picture: z.ZodOptional<z.ZodString>;
12257
12257
  additionalCredentials: z.ZodAny;
12258
12258
  }, "strip", z.ZodTypeAny, {
12259
- name: string;
12260
12259
  id: string;
12260
+ name: string;
12261
12261
  picture?: string | undefined;
12262
12262
  additionalCredentials?: any;
12263
12263
  }, {
12264
- name: string;
12265
12264
  id: string;
12265
+ name: string;
12266
12266
  picture?: string | undefined;
12267
12267
  additionalCredentials?: any;
12268
12268
  }>;
@@ -12270,8 +12270,8 @@ export declare const ticketContract: {
12270
12270
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12271
12271
  id: string;
12272
12272
  metadata: {
12273
- name: string;
12274
12273
  id: string;
12274
+ name: string;
12275
12275
  picture?: string | undefined;
12276
12276
  additionalCredentials?: any;
12277
12277
  };
@@ -12284,8 +12284,8 @@ export declare const ticketContract: {
12284
12284
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12285
12285
  id: string;
12286
12286
  metadata: {
12287
- name: string;
12288
12287
  id: string;
12288
+ name: string;
12289
12289
  picture?: string | undefined;
12290
12290
  additionalCredentials?: any;
12291
12291
  };
@@ -12595,10 +12595,10 @@ export declare const ticketContract: {
12595
12595
  };
12596
12596
  }>, "many">>;
12597
12597
  }, "strip", z.ZodTypeAny, {
12598
- name: string;
12599
12598
  id: string;
12600
12599
  channel: string | null;
12601
12600
  address: string | null;
12601
+ name: string;
12602
12602
  createdAt: Date;
12603
12603
  updatedAt: Date;
12604
12604
  deletedAt: Date | null;
@@ -12643,8 +12643,8 @@ export declare const ticketContract: {
12643
12643
  createdAt: Date;
12644
12644
  updatedAt: Date;
12645
12645
  deletedAt: Date | null;
12646
- name?: string | undefined;
12647
12646
  address?: string | null | undefined;
12647
+ name?: string | undefined;
12648
12648
  phone?: string | null | undefined;
12649
12649
  industry?: string | null | undefined;
12650
12650
  } | null;
@@ -12652,8 +12652,8 @@ export declare const ticketContract: {
12652
12652
  contactProfile: string | null;
12653
12653
  socialProfileUrl: string | null;
12654
12654
  tags: {
12655
- name: string;
12656
12655
  id: string;
12656
+ name: string;
12657
12657
  createdAt: Date;
12658
12658
  updatedAt: Date;
12659
12659
  deletedAt: Date | null;
@@ -12678,8 +12678,8 @@ export declare const ticketContract: {
12678
12678
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12679
12679
  id: string;
12680
12680
  metadata: {
12681
- name: string;
12682
12681
  id: string;
12682
+ name: string;
12683
12683
  picture?: string | undefined;
12684
12684
  additionalCredentials?: any;
12685
12685
  };
@@ -12706,10 +12706,10 @@ export declare const ticketContract: {
12706
12706
  };
12707
12707
  }[] | undefined;
12708
12708
  }, {
12709
- name: string;
12710
12709
  id: string;
12711
12710
  channel: string | null;
12712
12711
  address: string | null;
12712
+ name: string;
12713
12713
  createdAt: Date;
12714
12714
  updatedAt: Date;
12715
12715
  deletedAt: Date | null;
@@ -12754,8 +12754,8 @@ export declare const ticketContract: {
12754
12754
  createdAt: Date;
12755
12755
  updatedAt: Date;
12756
12756
  deletedAt: Date | null;
12757
- name?: string | undefined;
12758
12757
  address?: string | null | undefined;
12758
+ name?: string | undefined;
12759
12759
  phone?: string | null | undefined;
12760
12760
  industry?: string | null | undefined;
12761
12761
  } | null;
@@ -12763,8 +12763,8 @@ export declare const ticketContract: {
12763
12763
  contactProfile: string | null;
12764
12764
  socialProfileUrl: string | null;
12765
12765
  tags: {
12766
- name: string;
12767
12766
  id: string;
12767
+ name: string;
12768
12768
  createdAt: Date;
12769
12769
  updatedAt: Date;
12770
12770
  deletedAt: Date | null;
@@ -12789,8 +12789,8 @@ export declare const ticketContract: {
12789
12789
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12790
12790
  id: string;
12791
12791
  metadata: {
12792
- name: string;
12793
12792
  id: string;
12793
+ name: string;
12794
12794
  picture?: string | undefined;
12795
12795
  additionalCredentials?: any;
12796
12796
  };
@@ -12940,9 +12940,9 @@ export declare const ticketContract: {
12940
12940
  telephonySignature: string | null;
12941
12941
  }>;
12942
12942
  }, "strip", z.ZodTypeAny, {
12943
- name: string;
12944
12943
  id: string;
12945
12944
  address: string | null;
12945
+ name: string;
12946
12946
  email: string;
12947
12947
  createdAt: Date;
12948
12948
  updatedAt: Date;
@@ -12983,9 +12983,9 @@ export declare const ticketContract: {
12983
12983
  telephonySignature: string | null;
12984
12984
  };
12985
12985
  }, {
12986
- name: string;
12987
12986
  id: string;
12988
12987
  address: string | null;
12988
+ name: string;
12989
12989
  email: string;
12990
12990
  createdAt: Date;
12991
12991
  updatedAt: Date;
@@ -13057,9 +13057,9 @@ export declare const ticketContract: {
13057
13057
  updatedAt: Date;
13058
13058
  deletedAt: Date | null;
13059
13059
  actor: {
13060
- name: string;
13061
13060
  id: string;
13062
13061
  address: string | null;
13062
+ name: string;
13063
13063
  email: string;
13064
13064
  createdAt: Date;
13065
13065
  updatedAt: Date;
@@ -13116,9 +13116,9 @@ export declare const ticketContract: {
13116
13116
  updatedAt: Date;
13117
13117
  deletedAt: Date | null;
13118
13118
  actor: {
13119
- name: string;
13120
13119
  id: string;
13121
13120
  address: string | null;
13121
+ name: string;
13122
13122
  email: string;
13123
13123
  createdAt: Date;
13124
13124
  updatedAt: Date;
@@ -13203,10 +13203,10 @@ export declare const ticketContract: {
13203
13203
  }[];
13204
13204
  }[];
13205
13205
  contact: {
13206
- name: string;
13207
13206
  id: string;
13208
13207
  channel: string | null;
13209
13208
  address: string | null;
13209
+ name: string;
13210
13210
  createdAt: Date;
13211
13211
  updatedAt: Date;
13212
13212
  deletedAt: Date | null;
@@ -13251,8 +13251,8 @@ export declare const ticketContract: {
13251
13251
  createdAt: Date;
13252
13252
  updatedAt: Date;
13253
13253
  deletedAt: Date | null;
13254
- name?: string | undefined;
13255
13254
  address?: string | null | undefined;
13255
+ name?: string | undefined;
13256
13256
  phone?: string | null | undefined;
13257
13257
  industry?: string | null | undefined;
13258
13258
  } | null;
@@ -13260,8 +13260,8 @@ export declare const ticketContract: {
13260
13260
  contactProfile: string | null;
13261
13261
  socialProfileUrl: string | null;
13262
13262
  tags: {
13263
- name: string;
13264
13263
  id: string;
13264
+ name: string;
13265
13265
  createdAt: Date;
13266
13266
  updatedAt: Date;
13267
13267
  deletedAt: Date | null;
@@ -13286,8 +13286,8 @@ export declare const ticketContract: {
13286
13286
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13287
13287
  id: string;
13288
13288
  metadata: {
13289
- name: string;
13290
13289
  id: string;
13290
+ name: string;
13291
13291
  picture?: string | undefined;
13292
13292
  additionalCredentials?: any;
13293
13293
  };
@@ -13351,8 +13351,8 @@ export declare const ticketContract: {
13351
13351
  }[];
13352
13352
  }[];
13353
13353
  tags: {
13354
- name: string;
13355
13354
  id: string;
13355
+ name: string;
13356
13356
  createdAt: Date;
13357
13357
  updatedAt: Date;
13358
13358
  deletedAt: Date | null;
@@ -13364,9 +13364,9 @@ export declare const ticketContract: {
13364
13364
  updatedAt: Date;
13365
13365
  deletedAt: Date | null;
13366
13366
  actor: {
13367
- name: string;
13368
13367
  id: string;
13369
13368
  address: string | null;
13369
+ name: string;
13370
13370
  email: string;
13371
13371
  createdAt: Date;
13372
13372
  updatedAt: Date;
@@ -13422,9 +13422,9 @@ export declare const ticketContract: {
13422
13422
  creatorId: string;
13423
13423
  reasonToAssign: string | null;
13424
13424
  creator?: {
13425
- name: string;
13426
13425
  id: string;
13427
13426
  address: string | null;
13427
+ name: string;
13428
13428
  email: string;
13429
13429
  createdAt: Date;
13430
13430
  updatedAt: Date;
@@ -13466,9 +13466,9 @@ export declare const ticketContract: {
13466
13466
  };
13467
13467
  } | null | undefined;
13468
13468
  assignee?: {
13469
- name: string;
13470
13469
  id: string;
13471
13470
  address: string | null;
13471
+ name: string;
13472
13472
  email: string;
13473
13473
  createdAt: Date;
13474
13474
  updatedAt: Date;
@@ -13544,10 +13544,10 @@ export declare const ticketContract: {
13544
13544
  }[];
13545
13545
  }[];
13546
13546
  contact: {
13547
- name: string;
13548
13547
  id: string;
13549
13548
  channel: string | null;
13550
13549
  address: string | null;
13550
+ name: string;
13551
13551
  createdAt: Date;
13552
13552
  updatedAt: Date;
13553
13553
  deletedAt: Date | null;
@@ -13592,8 +13592,8 @@ export declare const ticketContract: {
13592
13592
  createdAt: Date;
13593
13593
  updatedAt: Date;
13594
13594
  deletedAt: Date | null;
13595
- name?: string | undefined;
13596
13595
  address?: string | null | undefined;
13596
+ name?: string | undefined;
13597
13597
  phone?: string | null | undefined;
13598
13598
  industry?: string | null | undefined;
13599
13599
  } | null;
@@ -13601,8 +13601,8 @@ export declare const ticketContract: {
13601
13601
  contactProfile: string | null;
13602
13602
  socialProfileUrl: string | null;
13603
13603
  tags: {
13604
- name: string;
13605
13604
  id: string;
13605
+ name: string;
13606
13606
  createdAt: Date;
13607
13607
  updatedAt: Date;
13608
13608
  deletedAt: Date | null;
@@ -13627,8 +13627,8 @@ export declare const ticketContract: {
13627
13627
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13628
13628
  id: string;
13629
13629
  metadata: {
13630
- name: string;
13631
13630
  id: string;
13631
+ name: string;
13632
13632
  picture?: string | undefined;
13633
13633
  additionalCredentials?: any;
13634
13634
  };
@@ -13692,8 +13692,8 @@ export declare const ticketContract: {
13692
13692
  }[];
13693
13693
  }[];
13694
13694
  tags: {
13695
- name: string;
13696
13695
  id: string;
13696
+ name: string;
13697
13697
  createdAt: Date;
13698
13698
  updatedAt: Date;
13699
13699
  deletedAt: Date | null;
@@ -13705,9 +13705,9 @@ export declare const ticketContract: {
13705
13705
  updatedAt: Date;
13706
13706
  deletedAt: Date | null;
13707
13707
  actor: {
13708
- name: string;
13709
13708
  id: string;
13710
13709
  address: string | null;
13710
+ name: string;
13711
13711
  email: string;
13712
13712
  createdAt: Date;
13713
13713
  updatedAt: Date;
@@ -13763,9 +13763,9 @@ export declare const ticketContract: {
13763
13763
  creatorId: string;
13764
13764
  reasonToAssign: string | null;
13765
13765
  creator?: {
13766
- name: string;
13767
13766
  id: string;
13768
13767
  address: string | null;
13768
+ name: string;
13769
13769
  email: string;
13770
13770
  createdAt: Date;
13771
13771
  updatedAt: Date;
@@ -13807,9 +13807,9 @@ export declare const ticketContract: {
13807
13807
  };
13808
13808
  } | null | undefined;
13809
13809
  assignee?: {
13810
- name: string;
13811
13810
  id: string;
13812
13811
  address: string | null;
13812
+ name: string;
13813
13813
  email: string;
13814
13814
  createdAt: Date;
13815
13815
  updatedAt: Date;
@@ -13887,10 +13887,10 @@ export declare const ticketContract: {
13887
13887
  }[];
13888
13888
  }[];
13889
13889
  contact: {
13890
- name: string;
13891
13890
  id: string;
13892
13891
  channel: string | null;
13893
13892
  address: string | null;
13893
+ name: string;
13894
13894
  createdAt: Date;
13895
13895
  updatedAt: Date;
13896
13896
  deletedAt: Date | null;
@@ -13935,8 +13935,8 @@ export declare const ticketContract: {
13935
13935
  createdAt: Date;
13936
13936
  updatedAt: Date;
13937
13937
  deletedAt: Date | null;
13938
- name?: string | undefined;
13939
13938
  address?: string | null | undefined;
13939
+ name?: string | undefined;
13940
13940
  phone?: string | null | undefined;
13941
13941
  industry?: string | null | undefined;
13942
13942
  } | null;
@@ -13944,8 +13944,8 @@ export declare const ticketContract: {
13944
13944
  contactProfile: string | null;
13945
13945
  socialProfileUrl: string | null;
13946
13946
  tags: {
13947
- name: string;
13948
13947
  id: string;
13948
+ name: string;
13949
13949
  createdAt: Date;
13950
13950
  updatedAt: Date;
13951
13951
  deletedAt: Date | null;
@@ -13970,8 +13970,8 @@ export declare const ticketContract: {
13970
13970
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13971
13971
  id: string;
13972
13972
  metadata: {
13973
- name: string;
13974
13973
  id: string;
13974
+ name: string;
13975
13975
  picture?: string | undefined;
13976
13976
  additionalCredentials?: any;
13977
13977
  };
@@ -14035,8 +14035,8 @@ export declare const ticketContract: {
14035
14035
  }[];
14036
14036
  }[];
14037
14037
  tags: {
14038
- name: string;
14039
14038
  id: string;
14039
+ name: string;
14040
14040
  createdAt: Date;
14041
14041
  updatedAt: Date;
14042
14042
  deletedAt: Date | null;
@@ -14048,9 +14048,9 @@ export declare const ticketContract: {
14048
14048
  updatedAt: Date;
14049
14049
  deletedAt: Date | null;
14050
14050
  actor: {
14051
- name: string;
14052
14051
  id: string;
14053
14052
  address: string | null;
14053
+ name: string;
14054
14054
  email: string;
14055
14055
  createdAt: Date;
14056
14056
  updatedAt: Date;
@@ -14106,9 +14106,9 @@ export declare const ticketContract: {
14106
14106
  creatorId: string;
14107
14107
  reasonToAssign: string | null;
14108
14108
  creator?: {
14109
- name: string;
14110
14109
  id: string;
14111
14110
  address: string | null;
14111
+ name: string;
14112
14112
  email: string;
14113
14113
  createdAt: Date;
14114
14114
  updatedAt: Date;
@@ -14150,9 +14150,9 @@ export declare const ticketContract: {
14150
14150
  };
14151
14151
  } | null | undefined;
14152
14152
  assignee?: {
14153
- name: string;
14154
14153
  id: string;
14155
14154
  address: string | null;
14155
+ name: string;
14156
14156
  email: string;
14157
14157
  createdAt: Date;
14158
14158
  updatedAt: Date;
@@ -14231,10 +14231,10 @@ export declare const ticketContract: {
14231
14231
  }[];
14232
14232
  }[];
14233
14233
  contact: {
14234
- name: string;
14235
14234
  id: string;
14236
14235
  channel: string | null;
14237
14236
  address: string | null;
14237
+ name: string;
14238
14238
  createdAt: Date;
14239
14239
  updatedAt: Date;
14240
14240
  deletedAt: Date | null;
@@ -14279,8 +14279,8 @@ export declare const ticketContract: {
14279
14279
  createdAt: Date;
14280
14280
  updatedAt: Date;
14281
14281
  deletedAt: Date | null;
14282
- name?: string | undefined;
14283
14282
  address?: string | null | undefined;
14283
+ name?: string | undefined;
14284
14284
  phone?: string | null | undefined;
14285
14285
  industry?: string | null | undefined;
14286
14286
  } | null;
@@ -14288,8 +14288,8 @@ export declare const ticketContract: {
14288
14288
  contactProfile: string | null;
14289
14289
  socialProfileUrl: string | null;
14290
14290
  tags: {
14291
- name: string;
14292
14291
  id: string;
14292
+ name: string;
14293
14293
  createdAt: Date;
14294
14294
  updatedAt: Date;
14295
14295
  deletedAt: Date | null;
@@ -14314,8 +14314,8 @@ export declare const ticketContract: {
14314
14314
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14315
14315
  id: string;
14316
14316
  metadata: {
14317
- name: string;
14318
14317
  id: string;
14318
+ name: string;
14319
14319
  picture?: string | undefined;
14320
14320
  additionalCredentials?: any;
14321
14321
  };
@@ -14379,8 +14379,8 @@ export declare const ticketContract: {
14379
14379
  }[];
14380
14380
  }[];
14381
14381
  tags: {
14382
- name: string;
14383
14382
  id: string;
14383
+ name: string;
14384
14384
  createdAt: Date;
14385
14385
  updatedAt: Date;
14386
14386
  deletedAt: Date | null;
@@ -14392,9 +14392,9 @@ export declare const ticketContract: {
14392
14392
  updatedAt: Date;
14393
14393
  deletedAt: Date | null;
14394
14394
  actor: {
14395
- name: string;
14396
14395
  id: string;
14397
14396
  address: string | null;
14397
+ name: string;
14398
14398
  email: string;
14399
14399
  createdAt: Date;
14400
14400
  updatedAt: Date;
@@ -14450,9 +14450,9 @@ export declare const ticketContract: {
14450
14450
  creatorId: string;
14451
14451
  reasonToAssign: string | null;
14452
14452
  creator?: {
14453
- name: string;
14454
14453
  id: string;
14455
14454
  address: string | null;
14455
+ name: string;
14456
14456
  email: string;
14457
14457
  createdAt: Date;
14458
14458
  updatedAt: Date;
@@ -14494,9 +14494,9 @@ export declare const ticketContract: {
14494
14494
  };
14495
14495
  } | null | undefined;
14496
14496
  assignee?: {
14497
- name: string;
14498
14497
  id: string;
14499
14498
  address: string | null;
14499
+ name: string;
14500
14500
  email: string;
14501
14501
  createdAt: Date;
14502
14502
  updatedAt: Date;
@@ -15505,9 +15505,9 @@ export declare const ticketContract: {
15505
15505
  telephonySignature: string | null;
15506
15506
  }>;
15507
15507
  }, "strip", z.ZodTypeAny, {
15508
- name: string;
15509
15508
  id: string;
15510
15509
  address: string | null;
15510
+ name: string;
15511
15511
  email: string;
15512
15512
  createdAt: Date;
15513
15513
  updatedAt: Date;
@@ -15548,9 +15548,9 @@ export declare const ticketContract: {
15548
15548
  telephonySignature: string | null;
15549
15549
  };
15550
15550
  }, {
15551
- name: string;
15552
15551
  id: string;
15553
15552
  address: string | null;
15553
+ name: string;
15554
15554
  email: string;
15555
15555
  createdAt: Date;
15556
15556
  updatedAt: Date;
@@ -15710,9 +15710,9 @@ export declare const ticketContract: {
15710
15710
  telephonySignature: string | null;
15711
15711
  }>;
15712
15712
  }, "strip", z.ZodTypeAny, {
15713
- name: string;
15714
15713
  id: string;
15715
15714
  address: string | null;
15715
+ name: string;
15716
15716
  email: string;
15717
15717
  createdAt: Date;
15718
15718
  updatedAt: Date;
@@ -15753,9 +15753,9 @@ export declare const ticketContract: {
15753
15753
  telephonySignature: string | null;
15754
15754
  };
15755
15755
  }, {
15756
- name: string;
15757
15756
  id: string;
15758
15757
  address: string | null;
15758
+ name: string;
15759
15759
  email: string;
15760
15760
  createdAt: Date;
15761
15761
  updatedAt: Date;
@@ -16000,14 +16000,14 @@ export declare const ticketContract: {
16000
16000
  deletedAt: z.ZodNullable<z.ZodDate>;
16001
16001
  name: z.ZodString;
16002
16002
  }, "strip", z.ZodTypeAny, {
16003
- name: string;
16004
16003
  id: string;
16004
+ name: string;
16005
16005
  createdAt: Date;
16006
16006
  updatedAt: Date;
16007
16007
  deletedAt: Date | null;
16008
16008
  }, {
16009
- name: string;
16010
16009
  id: string;
16010
+ name: string;
16011
16011
  createdAt: Date;
16012
16012
  updatedAt: Date;
16013
16013
  deletedAt: Date | null;
@@ -16130,14 +16130,14 @@ export declare const ticketContract: {
16130
16130
  deletedAt: z.ZodNullable<z.ZodDate>;
16131
16131
  name: z.ZodString;
16132
16132
  }, "strip", z.ZodTypeAny, {
16133
- name: string;
16134
16133
  id: string;
16134
+ name: string;
16135
16135
  createdAt: Date;
16136
16136
  updatedAt: Date;
16137
16137
  deletedAt: Date | null;
16138
16138
  }, {
16139
- name: string;
16140
16139
  id: string;
16140
+ name: string;
16141
16141
  createdAt: Date;
16142
16142
  updatedAt: Date;
16143
16143
  deletedAt: Date | null;
@@ -16293,8 +16293,8 @@ export declare const ticketContract: {
16293
16293
  createdAt: Date;
16294
16294
  updatedAt: Date;
16295
16295
  deletedAt: Date | null;
16296
- name?: string | undefined;
16297
16296
  address?: string | null | undefined;
16297
+ name?: string | undefined;
16298
16298
  phone?: string | null | undefined;
16299
16299
  industry?: string | null | undefined;
16300
16300
  }, {
@@ -16302,8 +16302,8 @@ export declare const ticketContract: {
16302
16302
  createdAt: Date;
16303
16303
  updatedAt: Date;
16304
16304
  deletedAt: Date | null;
16305
- name?: string | undefined;
16306
16305
  address?: string | null | undefined;
16306
+ name?: string | undefined;
16307
16307
  phone?: string | null | undefined;
16308
16308
  industry?: string | null | undefined;
16309
16309
  }>>;
@@ -16321,13 +16321,13 @@ export declare const ticketContract: {
16321
16321
  picture: z.ZodOptional<z.ZodString>;
16322
16322
  additionalCredentials: z.ZodAny;
16323
16323
  }, "strip", z.ZodTypeAny, {
16324
- name: string;
16325
16324
  id: string;
16325
+ name: string;
16326
16326
  picture?: string | undefined;
16327
16327
  additionalCredentials?: any;
16328
16328
  }, {
16329
- name: string;
16330
16329
  id: string;
16330
+ name: string;
16331
16331
  picture?: string | undefined;
16332
16332
  additionalCredentials?: any;
16333
16333
  }>;
@@ -16335,8 +16335,8 @@ export declare const ticketContract: {
16335
16335
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16336
16336
  id: string;
16337
16337
  metadata: {
16338
- name: string;
16339
16338
  id: string;
16339
+ name: string;
16340
16340
  picture?: string | undefined;
16341
16341
  additionalCredentials?: any;
16342
16342
  };
@@ -16349,8 +16349,8 @@ export declare const ticketContract: {
16349
16349
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16350
16350
  id: string;
16351
16351
  metadata: {
16352
- name: string;
16353
16352
  id: string;
16353
+ name: string;
16354
16354
  picture?: string | undefined;
16355
16355
  additionalCredentials?: any;
16356
16356
  };
@@ -16660,10 +16660,10 @@ export declare const ticketContract: {
16660
16660
  };
16661
16661
  }>, "many">>;
16662
16662
  }, "strip", z.ZodTypeAny, {
16663
- name: string;
16664
16663
  id: string;
16665
16664
  channel: string | null;
16666
16665
  address: string | null;
16666
+ name: string;
16667
16667
  createdAt: Date;
16668
16668
  updatedAt: Date;
16669
16669
  deletedAt: Date | null;
@@ -16708,8 +16708,8 @@ export declare const ticketContract: {
16708
16708
  createdAt: Date;
16709
16709
  updatedAt: Date;
16710
16710
  deletedAt: Date | null;
16711
- name?: string | undefined;
16712
16711
  address?: string | null | undefined;
16712
+ name?: string | undefined;
16713
16713
  phone?: string | null | undefined;
16714
16714
  industry?: string | null | undefined;
16715
16715
  } | null;
@@ -16717,8 +16717,8 @@ export declare const ticketContract: {
16717
16717
  contactProfile: string | null;
16718
16718
  socialProfileUrl: string | null;
16719
16719
  tags: {
16720
- name: string;
16721
16720
  id: string;
16721
+ name: string;
16722
16722
  createdAt: Date;
16723
16723
  updatedAt: Date;
16724
16724
  deletedAt: Date | null;
@@ -16743,8 +16743,8 @@ export declare const ticketContract: {
16743
16743
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16744
16744
  id: string;
16745
16745
  metadata: {
16746
- name: string;
16747
16746
  id: string;
16747
+ name: string;
16748
16748
  picture?: string | undefined;
16749
16749
  additionalCredentials?: any;
16750
16750
  };
@@ -16771,10 +16771,10 @@ export declare const ticketContract: {
16771
16771
  };
16772
16772
  }[] | undefined;
16773
16773
  }, {
16774
- name: string;
16775
16774
  id: string;
16776
16775
  channel: string | null;
16777
16776
  address: string | null;
16777
+ name: string;
16778
16778
  createdAt: Date;
16779
16779
  updatedAt: Date;
16780
16780
  deletedAt: Date | null;
@@ -16819,8 +16819,8 @@ export declare const ticketContract: {
16819
16819
  createdAt: Date;
16820
16820
  updatedAt: Date;
16821
16821
  deletedAt: Date | null;
16822
- name?: string | undefined;
16823
16822
  address?: string | null | undefined;
16823
+ name?: string | undefined;
16824
16824
  phone?: string | null | undefined;
16825
16825
  industry?: string | null | undefined;
16826
16826
  } | null;
@@ -16828,8 +16828,8 @@ export declare const ticketContract: {
16828
16828
  contactProfile: string | null;
16829
16829
  socialProfileUrl: string | null;
16830
16830
  tags: {
16831
- name: string;
16832
16831
  id: string;
16832
+ name: string;
16833
16833
  createdAt: Date;
16834
16834
  updatedAt: Date;
16835
16835
  deletedAt: Date | null;
@@ -16854,8 +16854,8 @@ export declare const ticketContract: {
16854
16854
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16855
16855
  id: string;
16856
16856
  metadata: {
16857
- name: string;
16858
16857
  id: string;
16858
+ name: string;
16859
16859
  picture?: string | undefined;
16860
16860
  additionalCredentials?: any;
16861
16861
  };
@@ -17005,9 +17005,9 @@ export declare const ticketContract: {
17005
17005
  telephonySignature: string | null;
17006
17006
  }>;
17007
17007
  }, "strip", z.ZodTypeAny, {
17008
- name: string;
17009
17008
  id: string;
17010
17009
  address: string | null;
17010
+ name: string;
17011
17011
  email: string;
17012
17012
  createdAt: Date;
17013
17013
  updatedAt: Date;
@@ -17048,9 +17048,9 @@ export declare const ticketContract: {
17048
17048
  telephonySignature: string | null;
17049
17049
  };
17050
17050
  }, {
17051
- name: string;
17052
17051
  id: string;
17053
17052
  address: string | null;
17053
+ name: string;
17054
17054
  email: string;
17055
17055
  createdAt: Date;
17056
17056
  updatedAt: Date;
@@ -17122,9 +17122,9 @@ export declare const ticketContract: {
17122
17122
  updatedAt: Date;
17123
17123
  deletedAt: Date | null;
17124
17124
  actor: {
17125
- name: string;
17126
17125
  id: string;
17127
17126
  address: string | null;
17127
+ name: string;
17128
17128
  email: string;
17129
17129
  createdAt: Date;
17130
17130
  updatedAt: Date;
@@ -17181,9 +17181,9 @@ export declare const ticketContract: {
17181
17181
  updatedAt: Date;
17182
17182
  deletedAt: Date | null;
17183
17183
  actor: {
17184
- name: string;
17185
17184
  id: string;
17186
17185
  address: string | null;
17186
+ name: string;
17187
17187
  email: string;
17188
17188
  createdAt: Date;
17189
17189
  updatedAt: Date;
@@ -17268,10 +17268,10 @@ export declare const ticketContract: {
17268
17268
  }[];
17269
17269
  }[];
17270
17270
  contact: {
17271
- name: string;
17272
17271
  id: string;
17273
17272
  channel: string | null;
17274
17273
  address: string | null;
17274
+ name: string;
17275
17275
  createdAt: Date;
17276
17276
  updatedAt: Date;
17277
17277
  deletedAt: Date | null;
@@ -17316,8 +17316,8 @@ export declare const ticketContract: {
17316
17316
  createdAt: Date;
17317
17317
  updatedAt: Date;
17318
17318
  deletedAt: Date | null;
17319
- name?: string | undefined;
17320
17319
  address?: string | null | undefined;
17320
+ name?: string | undefined;
17321
17321
  phone?: string | null | undefined;
17322
17322
  industry?: string | null | undefined;
17323
17323
  } | null;
@@ -17325,8 +17325,8 @@ export declare const ticketContract: {
17325
17325
  contactProfile: string | null;
17326
17326
  socialProfileUrl: string | null;
17327
17327
  tags: {
17328
- name: string;
17329
17328
  id: string;
17329
+ name: string;
17330
17330
  createdAt: Date;
17331
17331
  updatedAt: Date;
17332
17332
  deletedAt: Date | null;
@@ -17351,8 +17351,8 @@ export declare const ticketContract: {
17351
17351
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17352
17352
  id: string;
17353
17353
  metadata: {
17354
- name: string;
17355
17354
  id: string;
17355
+ name: string;
17356
17356
  picture?: string | undefined;
17357
17357
  additionalCredentials?: any;
17358
17358
  };
@@ -17416,8 +17416,8 @@ export declare const ticketContract: {
17416
17416
  }[];
17417
17417
  }[];
17418
17418
  tags: {
17419
- name: string;
17420
17419
  id: string;
17420
+ name: string;
17421
17421
  createdAt: Date;
17422
17422
  updatedAt: Date;
17423
17423
  deletedAt: Date | null;
@@ -17429,9 +17429,9 @@ export declare const ticketContract: {
17429
17429
  updatedAt: Date;
17430
17430
  deletedAt: Date | null;
17431
17431
  actor: {
17432
- name: string;
17433
17432
  id: string;
17434
17433
  address: string | null;
17434
+ name: string;
17435
17435
  email: string;
17436
17436
  createdAt: Date;
17437
17437
  updatedAt: Date;
@@ -17487,9 +17487,9 @@ export declare const ticketContract: {
17487
17487
  creatorId: string;
17488
17488
  reasonToAssign: string | null;
17489
17489
  creator?: {
17490
- name: string;
17491
17490
  id: string;
17492
17491
  address: string | null;
17492
+ name: string;
17493
17493
  email: string;
17494
17494
  createdAt: Date;
17495
17495
  updatedAt: Date;
@@ -17531,9 +17531,9 @@ export declare const ticketContract: {
17531
17531
  };
17532
17532
  } | null | undefined;
17533
17533
  assignee?: {
17534
- name: string;
17535
17534
  id: string;
17536
17535
  address: string | null;
17536
+ name: string;
17537
17537
  email: string;
17538
17538
  createdAt: Date;
17539
17539
  updatedAt: Date;
@@ -17609,10 +17609,10 @@ export declare const ticketContract: {
17609
17609
  }[];
17610
17610
  }[];
17611
17611
  contact: {
17612
- name: string;
17613
17612
  id: string;
17614
17613
  channel: string | null;
17615
17614
  address: string | null;
17615
+ name: string;
17616
17616
  createdAt: Date;
17617
17617
  updatedAt: Date;
17618
17618
  deletedAt: Date | null;
@@ -17657,8 +17657,8 @@ export declare const ticketContract: {
17657
17657
  createdAt: Date;
17658
17658
  updatedAt: Date;
17659
17659
  deletedAt: Date | null;
17660
- name?: string | undefined;
17661
17660
  address?: string | null | undefined;
17661
+ name?: string | undefined;
17662
17662
  phone?: string | null | undefined;
17663
17663
  industry?: string | null | undefined;
17664
17664
  } | null;
@@ -17666,8 +17666,8 @@ export declare const ticketContract: {
17666
17666
  contactProfile: string | null;
17667
17667
  socialProfileUrl: string | null;
17668
17668
  tags: {
17669
- name: string;
17670
17669
  id: string;
17670
+ name: string;
17671
17671
  createdAt: Date;
17672
17672
  updatedAt: Date;
17673
17673
  deletedAt: Date | null;
@@ -17692,8 +17692,8 @@ export declare const ticketContract: {
17692
17692
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17693
17693
  id: string;
17694
17694
  metadata: {
17695
- name: string;
17696
17695
  id: string;
17696
+ name: string;
17697
17697
  picture?: string | undefined;
17698
17698
  additionalCredentials?: any;
17699
17699
  };
@@ -17757,8 +17757,8 @@ export declare const ticketContract: {
17757
17757
  }[];
17758
17758
  }[];
17759
17759
  tags: {
17760
- name: string;
17761
17760
  id: string;
17761
+ name: string;
17762
17762
  createdAt: Date;
17763
17763
  updatedAt: Date;
17764
17764
  deletedAt: Date | null;
@@ -17770,9 +17770,9 @@ export declare const ticketContract: {
17770
17770
  updatedAt: Date;
17771
17771
  deletedAt: Date | null;
17772
17772
  actor: {
17773
- name: string;
17774
17773
  id: string;
17775
17774
  address: string | null;
17775
+ name: string;
17776
17776
  email: string;
17777
17777
  createdAt: Date;
17778
17778
  updatedAt: Date;
@@ -17828,9 +17828,9 @@ export declare const ticketContract: {
17828
17828
  creatorId: string;
17829
17829
  reasonToAssign: string | null;
17830
17830
  creator?: {
17831
- name: string;
17832
17831
  id: string;
17833
17832
  address: string | null;
17833
+ name: string;
17834
17834
  email: string;
17835
17835
  createdAt: Date;
17836
17836
  updatedAt: Date;
@@ -17872,9 +17872,9 @@ export declare const ticketContract: {
17872
17872
  };
17873
17873
  } | null | undefined;
17874
17874
  assignee?: {
17875
- name: string;
17876
17875
  id: string;
17877
17876
  address: string | null;
17877
+ name: string;
17878
17878
  email: string;
17879
17879
  createdAt: Date;
17880
17880
  updatedAt: Date;
@@ -17952,10 +17952,10 @@ export declare const ticketContract: {
17952
17952
  }[];
17953
17953
  }[];
17954
17954
  contact: {
17955
- name: string;
17956
17955
  id: string;
17957
17956
  channel: string | null;
17958
17957
  address: string | null;
17958
+ name: string;
17959
17959
  createdAt: Date;
17960
17960
  updatedAt: Date;
17961
17961
  deletedAt: Date | null;
@@ -18000,8 +18000,8 @@ export declare const ticketContract: {
18000
18000
  createdAt: Date;
18001
18001
  updatedAt: Date;
18002
18002
  deletedAt: Date | null;
18003
- name?: string | undefined;
18004
18003
  address?: string | null | undefined;
18004
+ name?: string | undefined;
18005
18005
  phone?: string | null | undefined;
18006
18006
  industry?: string | null | undefined;
18007
18007
  } | null;
@@ -18009,8 +18009,8 @@ export declare const ticketContract: {
18009
18009
  contactProfile: string | null;
18010
18010
  socialProfileUrl: string | null;
18011
18011
  tags: {
18012
- name: string;
18013
18012
  id: string;
18013
+ name: string;
18014
18014
  createdAt: Date;
18015
18015
  updatedAt: Date;
18016
18016
  deletedAt: Date | null;
@@ -18035,8 +18035,8 @@ export declare const ticketContract: {
18035
18035
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18036
18036
  id: string;
18037
18037
  metadata: {
18038
- name: string;
18039
18038
  id: string;
18039
+ name: string;
18040
18040
  picture?: string | undefined;
18041
18041
  additionalCredentials?: any;
18042
18042
  };
@@ -18100,8 +18100,8 @@ export declare const ticketContract: {
18100
18100
  }[];
18101
18101
  }[];
18102
18102
  tags: {
18103
- name: string;
18104
18103
  id: string;
18104
+ name: string;
18105
18105
  createdAt: Date;
18106
18106
  updatedAt: Date;
18107
18107
  deletedAt: Date | null;
@@ -18113,9 +18113,9 @@ export declare const ticketContract: {
18113
18113
  updatedAt: Date;
18114
18114
  deletedAt: Date | null;
18115
18115
  actor: {
18116
- name: string;
18117
18116
  id: string;
18118
18117
  address: string | null;
18118
+ name: string;
18119
18119
  email: string;
18120
18120
  createdAt: Date;
18121
18121
  updatedAt: Date;
@@ -18171,9 +18171,9 @@ export declare const ticketContract: {
18171
18171
  creatorId: string;
18172
18172
  reasonToAssign: string | null;
18173
18173
  creator?: {
18174
- name: string;
18175
18174
  id: string;
18176
18175
  address: string | null;
18176
+ name: string;
18177
18177
  email: string;
18178
18178
  createdAt: Date;
18179
18179
  updatedAt: Date;
@@ -18215,9 +18215,9 @@ export declare const ticketContract: {
18215
18215
  };
18216
18216
  } | null | undefined;
18217
18217
  assignee?: {
18218
- name: string;
18219
18218
  id: string;
18220
18219
  address: string | null;
18220
+ name: string;
18221
18221
  email: string;
18222
18222
  createdAt: Date;
18223
18223
  updatedAt: Date;
@@ -18296,10 +18296,10 @@ export declare const ticketContract: {
18296
18296
  }[];
18297
18297
  }[];
18298
18298
  contact: {
18299
- name: string;
18300
18299
  id: string;
18301
18300
  channel: string | null;
18302
18301
  address: string | null;
18302
+ name: string;
18303
18303
  createdAt: Date;
18304
18304
  updatedAt: Date;
18305
18305
  deletedAt: Date | null;
@@ -18344,8 +18344,8 @@ export declare const ticketContract: {
18344
18344
  createdAt: Date;
18345
18345
  updatedAt: Date;
18346
18346
  deletedAt: Date | null;
18347
- name?: string | undefined;
18348
18347
  address?: string | null | undefined;
18348
+ name?: string | undefined;
18349
18349
  phone?: string | null | undefined;
18350
18350
  industry?: string | null | undefined;
18351
18351
  } | null;
@@ -18353,8 +18353,8 @@ export declare const ticketContract: {
18353
18353
  contactProfile: string | null;
18354
18354
  socialProfileUrl: string | null;
18355
18355
  tags: {
18356
- name: string;
18357
18356
  id: string;
18357
+ name: string;
18358
18358
  createdAt: Date;
18359
18359
  updatedAt: Date;
18360
18360
  deletedAt: Date | null;
@@ -18379,8 +18379,8 @@ export declare const ticketContract: {
18379
18379
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18380
18380
  id: string;
18381
18381
  metadata: {
18382
- name: string;
18383
18382
  id: string;
18383
+ name: string;
18384
18384
  picture?: string | undefined;
18385
18385
  additionalCredentials?: any;
18386
18386
  };
@@ -18444,8 +18444,8 @@ export declare const ticketContract: {
18444
18444
  }[];
18445
18445
  }[];
18446
18446
  tags: {
18447
- name: string;
18448
18447
  id: string;
18448
+ name: string;
18449
18449
  createdAt: Date;
18450
18450
  updatedAt: Date;
18451
18451
  deletedAt: Date | null;
@@ -18457,9 +18457,9 @@ export declare const ticketContract: {
18457
18457
  updatedAt: Date;
18458
18458
  deletedAt: Date | null;
18459
18459
  actor: {
18460
- name: string;
18461
18460
  id: string;
18462
18461
  address: string | null;
18462
+ name: string;
18463
18463
  email: string;
18464
18464
  createdAt: Date;
18465
18465
  updatedAt: Date;
@@ -18515,9 +18515,9 @@ export declare const ticketContract: {
18515
18515
  creatorId: string;
18516
18516
  reasonToAssign: string | null;
18517
18517
  creator?: {
18518
- name: string;
18519
18518
  id: string;
18520
18519
  address: string | null;
18520
+ name: string;
18521
18521
  email: string;
18522
18522
  createdAt: Date;
18523
18523
  updatedAt: Date;
@@ -18559,9 +18559,9 @@ export declare const ticketContract: {
18559
18559
  };
18560
18560
  } | null | undefined;
18561
18561
  assignee?: {
18562
- name: string;
18563
18562
  id: string;
18564
18563
  address: string | null;
18564
+ name: string;
18565
18565
  email: string;
18566
18566
  createdAt: Date;
18567
18567
  updatedAt: Date;