@kl1/contracts 1.1.52 → 1.1.53
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.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -153,9 +153,9 @@ export declare const commentContract: {
|
|
153
153
|
telephonySignature: string | null;
|
154
154
|
}>;
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
156
|
+
name: string;
|
156
157
|
id: string;
|
157
158
|
address: string | null;
|
158
|
-
name: string;
|
159
159
|
email: string;
|
160
160
|
createdAt: Date;
|
161
161
|
updatedAt: Date;
|
@@ -196,9 +196,9 @@ export declare const commentContract: {
|
|
196
196
|
telephonySignature: string | null;
|
197
197
|
};
|
198
198
|
}, {
|
199
|
+
name: string;
|
199
200
|
id: string;
|
200
201
|
address: string | null;
|
201
|
-
name: string;
|
202
202
|
email: string;
|
203
203
|
createdAt: Date;
|
204
204
|
updatedAt: Date;
|
@@ -270,9 +270,9 @@ export declare const commentContract: {
|
|
270
270
|
updatedAt: Date;
|
271
271
|
deletedAt: Date | null;
|
272
272
|
actor: {
|
273
|
+
name: string;
|
273
274
|
id: string;
|
274
275
|
address: string | null;
|
275
|
-
name: string;
|
276
276
|
email: string;
|
277
277
|
createdAt: Date;
|
278
278
|
updatedAt: Date;
|
@@ -329,9 +329,9 @@ export declare const commentContract: {
|
|
329
329
|
updatedAt: Date;
|
330
330
|
deletedAt: Date | null;
|
331
331
|
actor: {
|
332
|
+
name: string;
|
332
333
|
id: string;
|
333
334
|
address: string | null;
|
334
|
-
name: string;
|
335
335
|
email: string;
|
336
336
|
createdAt: Date;
|
337
337
|
updatedAt: Date;
|
@@ -515,9 +515,9 @@ export declare const commentContract: {
|
|
515
515
|
telephonySignature: string | null;
|
516
516
|
}>;
|
517
517
|
}, "strip", z.ZodTypeAny, {
|
518
|
+
name: string;
|
518
519
|
id: string;
|
519
520
|
address: string | null;
|
520
|
-
name: string;
|
521
521
|
email: string;
|
522
522
|
createdAt: Date;
|
523
523
|
updatedAt: Date;
|
@@ -558,9 +558,9 @@ export declare const commentContract: {
|
|
558
558
|
telephonySignature: string | null;
|
559
559
|
};
|
560
560
|
}, {
|
561
|
+
name: string;
|
561
562
|
id: string;
|
562
563
|
address: string | null;
|
563
|
-
name: string;
|
564
564
|
email: string;
|
565
565
|
createdAt: Date;
|
566
566
|
updatedAt: Date;
|
@@ -720,9 +720,9 @@ export declare const commentContract: {
|
|
720
720
|
telephonySignature: string | null;
|
721
721
|
}>;
|
722
722
|
}, "strip", z.ZodTypeAny, {
|
723
|
+
name: string;
|
723
724
|
id: string;
|
724
725
|
address: string | null;
|
725
|
-
name: string;
|
726
726
|
email: string;
|
727
727
|
createdAt: Date;
|
728
728
|
updatedAt: Date;
|
@@ -763,9 +763,9 @@ export declare const commentContract: {
|
|
763
763
|
telephonySignature: string | null;
|
764
764
|
};
|
765
765
|
}, {
|
766
|
+
name: string;
|
766
767
|
id: string;
|
767
768
|
address: string | null;
|
768
|
-
name: string;
|
769
769
|
email: string;
|
770
770
|
createdAt: Date;
|
771
771
|
updatedAt: Date;
|
@@ -1010,14 +1010,14 @@ export declare const commentContract: {
|
|
1010
1010
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1011
1011
|
name: z.ZodString;
|
1012
1012
|
}, "strip", z.ZodTypeAny, {
|
1013
|
-
id: string;
|
1014
1013
|
name: string;
|
1014
|
+
id: string;
|
1015
1015
|
createdAt: Date;
|
1016
1016
|
updatedAt: Date;
|
1017
1017
|
deletedAt: Date | null;
|
1018
1018
|
}, {
|
1019
|
-
id: string;
|
1020
1019
|
name: string;
|
1020
|
+
id: string;
|
1021
1021
|
createdAt: Date;
|
1022
1022
|
updatedAt: Date;
|
1023
1023
|
deletedAt: Date | null;
|
@@ -1140,14 +1140,14 @@ export declare const commentContract: {
|
|
1140
1140
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1141
1141
|
name: z.ZodString;
|
1142
1142
|
}, "strip", z.ZodTypeAny, {
|
1143
|
-
id: string;
|
1144
1143
|
name: string;
|
1144
|
+
id: string;
|
1145
1145
|
createdAt: Date;
|
1146
1146
|
updatedAt: Date;
|
1147
1147
|
deletedAt: Date | null;
|
1148
1148
|
}, {
|
1149
|
-
id: string;
|
1150
1149
|
name: string;
|
1150
|
+
id: string;
|
1151
1151
|
createdAt: Date;
|
1152
1152
|
updatedAt: Date;
|
1153
1153
|
deletedAt: Date | null;
|
@@ -1303,8 +1303,8 @@ export declare const commentContract: {
|
|
1303
1303
|
createdAt: Date;
|
1304
1304
|
updatedAt: Date;
|
1305
1305
|
deletedAt: Date | null;
|
1306
|
-
address?: string | null | undefined;
|
1307
1306
|
name?: string | undefined;
|
1307
|
+
address?: string | null | undefined;
|
1308
1308
|
phone?: string | null | undefined;
|
1309
1309
|
industry?: string | null | undefined;
|
1310
1310
|
}, {
|
@@ -1312,8 +1312,8 @@ export declare const commentContract: {
|
|
1312
1312
|
createdAt: Date;
|
1313
1313
|
updatedAt: Date;
|
1314
1314
|
deletedAt: Date | null;
|
1315
|
-
address?: string | null | undefined;
|
1316
1315
|
name?: string | undefined;
|
1316
|
+
address?: string | null | undefined;
|
1317
1317
|
phone?: string | null | undefined;
|
1318
1318
|
industry?: string | null | undefined;
|
1319
1319
|
}>>;
|
@@ -1331,13 +1331,13 @@ export declare const commentContract: {
|
|
1331
1331
|
picture: z.ZodOptional<z.ZodString>;
|
1332
1332
|
additionalCredentials: z.ZodAny;
|
1333
1333
|
}, "strip", z.ZodTypeAny, {
|
1334
|
-
id: string;
|
1335
1334
|
name: string;
|
1335
|
+
id: string;
|
1336
1336
|
picture?: string | undefined;
|
1337
1337
|
additionalCredentials?: any;
|
1338
1338
|
}, {
|
1339
|
-
id: string;
|
1340
1339
|
name: string;
|
1340
|
+
id: string;
|
1341
1341
|
picture?: string | undefined;
|
1342
1342
|
additionalCredentials?: any;
|
1343
1343
|
}>;
|
@@ -1345,8 +1345,8 @@ export declare const commentContract: {
|
|
1345
1345
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1346
1346
|
id: string;
|
1347
1347
|
metadata: {
|
1348
|
-
id: string;
|
1349
1348
|
name: string;
|
1349
|
+
id: string;
|
1350
1350
|
picture?: string | undefined;
|
1351
1351
|
additionalCredentials?: any;
|
1352
1352
|
};
|
@@ -1359,8 +1359,8 @@ export declare const commentContract: {
|
|
1359
1359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1360
1360
|
id: string;
|
1361
1361
|
metadata: {
|
1362
|
-
id: string;
|
1363
1362
|
name: string;
|
1363
|
+
id: string;
|
1364
1364
|
picture?: string | undefined;
|
1365
1365
|
additionalCredentials?: any;
|
1366
1366
|
};
|
@@ -1670,10 +1670,10 @@ export declare const commentContract: {
|
|
1670
1670
|
};
|
1671
1671
|
}>, "many">>;
|
1672
1672
|
}, "strip", z.ZodTypeAny, {
|
1673
|
+
name: string;
|
1673
1674
|
id: string;
|
1674
1675
|
channel: string | null;
|
1675
1676
|
address: string | null;
|
1676
|
-
name: string;
|
1677
1677
|
createdAt: Date;
|
1678
1678
|
updatedAt: Date;
|
1679
1679
|
deletedAt: Date | null;
|
@@ -1718,8 +1718,8 @@ export declare const commentContract: {
|
|
1718
1718
|
createdAt: Date;
|
1719
1719
|
updatedAt: Date;
|
1720
1720
|
deletedAt: Date | null;
|
1721
|
-
address?: string | null | undefined;
|
1722
1721
|
name?: string | undefined;
|
1722
|
+
address?: string | null | undefined;
|
1723
1723
|
phone?: string | null | undefined;
|
1724
1724
|
industry?: string | null | undefined;
|
1725
1725
|
} | null;
|
@@ -1727,8 +1727,8 @@ export declare const commentContract: {
|
|
1727
1727
|
contactProfile: string | null;
|
1728
1728
|
socialProfileUrl: string | null;
|
1729
1729
|
tags: {
|
1730
|
-
id: string;
|
1731
1730
|
name: string;
|
1731
|
+
id: string;
|
1732
1732
|
createdAt: Date;
|
1733
1733
|
updatedAt: Date;
|
1734
1734
|
deletedAt: Date | null;
|
@@ -1753,8 +1753,8 @@ export declare const commentContract: {
|
|
1753
1753
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1754
1754
|
id: string;
|
1755
1755
|
metadata: {
|
1756
|
-
id: string;
|
1757
1756
|
name: string;
|
1757
|
+
id: string;
|
1758
1758
|
picture?: string | undefined;
|
1759
1759
|
additionalCredentials?: any;
|
1760
1760
|
};
|
@@ -1781,10 +1781,10 @@ export declare const commentContract: {
|
|
1781
1781
|
};
|
1782
1782
|
}[] | undefined;
|
1783
1783
|
}, {
|
1784
|
+
name: string;
|
1784
1785
|
id: string;
|
1785
1786
|
channel: string | null;
|
1786
1787
|
address: string | null;
|
1787
|
-
name: string;
|
1788
1788
|
createdAt: Date;
|
1789
1789
|
updatedAt: Date;
|
1790
1790
|
deletedAt: Date | null;
|
@@ -1829,8 +1829,8 @@ export declare const commentContract: {
|
|
1829
1829
|
createdAt: Date;
|
1830
1830
|
updatedAt: Date;
|
1831
1831
|
deletedAt: Date | null;
|
1832
|
-
address?: string | null | undefined;
|
1833
1832
|
name?: string | undefined;
|
1833
|
+
address?: string | null | undefined;
|
1834
1834
|
phone?: string | null | undefined;
|
1835
1835
|
industry?: string | null | undefined;
|
1836
1836
|
} | null;
|
@@ -1838,8 +1838,8 @@ export declare const commentContract: {
|
|
1838
1838
|
contactProfile: string | null;
|
1839
1839
|
socialProfileUrl: string | null;
|
1840
1840
|
tags: {
|
1841
|
-
id: string;
|
1842
1841
|
name: string;
|
1842
|
+
id: string;
|
1843
1843
|
createdAt: Date;
|
1844
1844
|
updatedAt: Date;
|
1845
1845
|
deletedAt: Date | null;
|
@@ -1864,8 +1864,8 @@ export declare const commentContract: {
|
|
1864
1864
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1865
1865
|
id: string;
|
1866
1866
|
metadata: {
|
1867
|
-
id: string;
|
1868
1867
|
name: string;
|
1868
|
+
id: string;
|
1869
1869
|
picture?: string | undefined;
|
1870
1870
|
additionalCredentials?: any;
|
1871
1871
|
};
|
@@ -2015,9 +2015,9 @@ export declare const commentContract: {
|
|
2015
2015
|
telephonySignature: string | null;
|
2016
2016
|
}>;
|
2017
2017
|
}, "strip", z.ZodTypeAny, {
|
2018
|
+
name: string;
|
2018
2019
|
id: string;
|
2019
2020
|
address: string | null;
|
2020
|
-
name: string;
|
2021
2021
|
email: string;
|
2022
2022
|
createdAt: Date;
|
2023
2023
|
updatedAt: Date;
|
@@ -2058,9 +2058,9 @@ export declare const commentContract: {
|
|
2058
2058
|
telephonySignature: string | null;
|
2059
2059
|
};
|
2060
2060
|
}, {
|
2061
|
+
name: string;
|
2061
2062
|
id: string;
|
2062
2063
|
address: string | null;
|
2063
|
-
name: string;
|
2064
2064
|
email: string;
|
2065
2065
|
createdAt: Date;
|
2066
2066
|
updatedAt: Date;
|
@@ -2132,9 +2132,9 @@ export declare const commentContract: {
|
|
2132
2132
|
updatedAt: Date;
|
2133
2133
|
deletedAt: Date | null;
|
2134
2134
|
actor: {
|
2135
|
+
name: string;
|
2135
2136
|
id: string;
|
2136
2137
|
address: string | null;
|
2137
|
-
name: string;
|
2138
2138
|
email: string;
|
2139
2139
|
createdAt: Date;
|
2140
2140
|
updatedAt: Date;
|
@@ -2191,9 +2191,9 @@ export declare const commentContract: {
|
|
2191
2191
|
updatedAt: Date;
|
2192
2192
|
deletedAt: Date | null;
|
2193
2193
|
actor: {
|
2194
|
+
name: string;
|
2194
2195
|
id: string;
|
2195
2196
|
address: string | null;
|
2196
|
-
name: string;
|
2197
2197
|
email: string;
|
2198
2198
|
createdAt: Date;
|
2199
2199
|
updatedAt: Date;
|
@@ -2278,10 +2278,10 @@ export declare const commentContract: {
|
|
2278
2278
|
}[];
|
2279
2279
|
}[];
|
2280
2280
|
contact: {
|
2281
|
+
name: string;
|
2281
2282
|
id: string;
|
2282
2283
|
channel: string | null;
|
2283
2284
|
address: string | null;
|
2284
|
-
name: string;
|
2285
2285
|
createdAt: Date;
|
2286
2286
|
updatedAt: Date;
|
2287
2287
|
deletedAt: Date | null;
|
@@ -2326,8 +2326,8 @@ export declare const commentContract: {
|
|
2326
2326
|
createdAt: Date;
|
2327
2327
|
updatedAt: Date;
|
2328
2328
|
deletedAt: Date | null;
|
2329
|
-
address?: string | null | undefined;
|
2330
2329
|
name?: string | undefined;
|
2330
|
+
address?: string | null | undefined;
|
2331
2331
|
phone?: string | null | undefined;
|
2332
2332
|
industry?: string | null | undefined;
|
2333
2333
|
} | null;
|
@@ -2335,8 +2335,8 @@ export declare const commentContract: {
|
|
2335
2335
|
contactProfile: string | null;
|
2336
2336
|
socialProfileUrl: string | null;
|
2337
2337
|
tags: {
|
2338
|
-
id: string;
|
2339
2338
|
name: string;
|
2339
|
+
id: string;
|
2340
2340
|
createdAt: Date;
|
2341
2341
|
updatedAt: Date;
|
2342
2342
|
deletedAt: Date | null;
|
@@ -2361,8 +2361,8 @@ export declare const commentContract: {
|
|
2361
2361
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2362
2362
|
id: string;
|
2363
2363
|
metadata: {
|
2364
|
-
id: string;
|
2365
2364
|
name: string;
|
2365
|
+
id: string;
|
2366
2366
|
picture?: string | undefined;
|
2367
2367
|
additionalCredentials?: any;
|
2368
2368
|
};
|
@@ -2426,8 +2426,8 @@ export declare const commentContract: {
|
|
2426
2426
|
}[];
|
2427
2427
|
}[];
|
2428
2428
|
tags: {
|
2429
|
-
id: string;
|
2430
2429
|
name: string;
|
2430
|
+
id: string;
|
2431
2431
|
createdAt: Date;
|
2432
2432
|
updatedAt: Date;
|
2433
2433
|
deletedAt: Date | null;
|
@@ -2439,9 +2439,9 @@ export declare const commentContract: {
|
|
2439
2439
|
updatedAt: Date;
|
2440
2440
|
deletedAt: Date | null;
|
2441
2441
|
actor: {
|
2442
|
+
name: string;
|
2442
2443
|
id: string;
|
2443
2444
|
address: string | null;
|
2444
|
-
name: string;
|
2445
2445
|
email: string;
|
2446
2446
|
createdAt: Date;
|
2447
2447
|
updatedAt: Date;
|
@@ -2497,9 +2497,9 @@ export declare const commentContract: {
|
|
2497
2497
|
creatorId: string;
|
2498
2498
|
reasonToAssign: string | null;
|
2499
2499
|
creator?: {
|
2500
|
+
name: string;
|
2500
2501
|
id: string;
|
2501
2502
|
address: string | null;
|
2502
|
-
name: string;
|
2503
2503
|
email: string;
|
2504
2504
|
createdAt: Date;
|
2505
2505
|
updatedAt: Date;
|
@@ -2541,9 +2541,9 @@ export declare const commentContract: {
|
|
2541
2541
|
};
|
2542
2542
|
} | null | undefined;
|
2543
2543
|
assignee?: {
|
2544
|
+
name: string;
|
2544
2545
|
id: string;
|
2545
2546
|
address: string | null;
|
2546
|
-
name: string;
|
2547
2547
|
email: string;
|
2548
2548
|
createdAt: Date;
|
2549
2549
|
updatedAt: Date;
|
@@ -2619,10 +2619,10 @@ export declare const commentContract: {
|
|
2619
2619
|
}[];
|
2620
2620
|
}[];
|
2621
2621
|
contact: {
|
2622
|
+
name: string;
|
2622
2623
|
id: string;
|
2623
2624
|
channel: string | null;
|
2624
2625
|
address: string | null;
|
2625
|
-
name: string;
|
2626
2626
|
createdAt: Date;
|
2627
2627
|
updatedAt: Date;
|
2628
2628
|
deletedAt: Date | null;
|
@@ -2667,8 +2667,8 @@ export declare const commentContract: {
|
|
2667
2667
|
createdAt: Date;
|
2668
2668
|
updatedAt: Date;
|
2669
2669
|
deletedAt: Date | null;
|
2670
|
-
address?: string | null | undefined;
|
2671
2670
|
name?: string | undefined;
|
2671
|
+
address?: string | null | undefined;
|
2672
2672
|
phone?: string | null | undefined;
|
2673
2673
|
industry?: string | null | undefined;
|
2674
2674
|
} | null;
|
@@ -2676,8 +2676,8 @@ export declare const commentContract: {
|
|
2676
2676
|
contactProfile: string | null;
|
2677
2677
|
socialProfileUrl: string | null;
|
2678
2678
|
tags: {
|
2679
|
-
id: string;
|
2680
2679
|
name: string;
|
2680
|
+
id: string;
|
2681
2681
|
createdAt: Date;
|
2682
2682
|
updatedAt: Date;
|
2683
2683
|
deletedAt: Date | null;
|
@@ -2702,8 +2702,8 @@ export declare const commentContract: {
|
|
2702
2702
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2703
2703
|
id: string;
|
2704
2704
|
metadata: {
|
2705
|
-
id: string;
|
2706
2705
|
name: string;
|
2706
|
+
id: string;
|
2707
2707
|
picture?: string | undefined;
|
2708
2708
|
additionalCredentials?: any;
|
2709
2709
|
};
|
@@ -2767,8 +2767,8 @@ export declare const commentContract: {
|
|
2767
2767
|
}[];
|
2768
2768
|
}[];
|
2769
2769
|
tags: {
|
2770
|
-
id: string;
|
2771
2770
|
name: string;
|
2771
|
+
id: string;
|
2772
2772
|
createdAt: Date;
|
2773
2773
|
updatedAt: Date;
|
2774
2774
|
deletedAt: Date | null;
|
@@ -2780,9 +2780,9 @@ export declare const commentContract: {
|
|
2780
2780
|
updatedAt: Date;
|
2781
2781
|
deletedAt: Date | null;
|
2782
2782
|
actor: {
|
2783
|
+
name: string;
|
2783
2784
|
id: string;
|
2784
2785
|
address: string | null;
|
2785
|
-
name: string;
|
2786
2786
|
email: string;
|
2787
2787
|
createdAt: Date;
|
2788
2788
|
updatedAt: Date;
|
@@ -2838,9 +2838,9 @@ export declare const commentContract: {
|
|
2838
2838
|
creatorId: string;
|
2839
2839
|
reasonToAssign: string | null;
|
2840
2840
|
creator?: {
|
2841
|
+
name: string;
|
2841
2842
|
id: string;
|
2842
2843
|
address: string | null;
|
2843
|
-
name: string;
|
2844
2844
|
email: string;
|
2845
2845
|
createdAt: Date;
|
2846
2846
|
updatedAt: Date;
|
@@ -2882,9 +2882,9 @@ export declare const commentContract: {
|
|
2882
2882
|
};
|
2883
2883
|
} | null | undefined;
|
2884
2884
|
assignee?: {
|
2885
|
+
name: string;
|
2885
2886
|
id: string;
|
2886
2887
|
address: string | null;
|
2887
|
-
name: string;
|
2888
2888
|
email: string;
|
2889
2889
|
createdAt: Date;
|
2890
2890
|
updatedAt: Date;
|
@@ -3045,9 +3045,9 @@ export declare const commentContract: {
|
|
3045
3045
|
telephonySignature: string | null;
|
3046
3046
|
}>;
|
3047
3047
|
}, "strip", z.ZodTypeAny, {
|
3048
|
+
name: string;
|
3048
3049
|
id: string;
|
3049
3050
|
address: string | null;
|
3050
|
-
name: string;
|
3051
3051
|
email: string;
|
3052
3052
|
createdAt: Date;
|
3053
3053
|
updatedAt: Date;
|
@@ -3088,9 +3088,9 @@ export declare const commentContract: {
|
|
3088
3088
|
telephonySignature: string | null;
|
3089
3089
|
};
|
3090
3090
|
}, {
|
3091
|
+
name: string;
|
3091
3092
|
id: string;
|
3092
3093
|
address: string | null;
|
3093
|
-
name: string;
|
3094
3094
|
email: string;
|
3095
3095
|
createdAt: Date;
|
3096
3096
|
updatedAt: Date;
|
@@ -3170,10 +3170,10 @@ export declare const commentContract: {
|
|
3170
3170
|
}[];
|
3171
3171
|
}[];
|
3172
3172
|
contact: {
|
3173
|
+
name: string;
|
3173
3174
|
id: string;
|
3174
3175
|
channel: string | null;
|
3175
3176
|
address: string | null;
|
3176
|
-
name: string;
|
3177
3177
|
createdAt: Date;
|
3178
3178
|
updatedAt: Date;
|
3179
3179
|
deletedAt: Date | null;
|
@@ -3218,8 +3218,8 @@ export declare const commentContract: {
|
|
3218
3218
|
createdAt: Date;
|
3219
3219
|
updatedAt: Date;
|
3220
3220
|
deletedAt: Date | null;
|
3221
|
-
address?: string | null | undefined;
|
3222
3221
|
name?: string | undefined;
|
3222
|
+
address?: string | null | undefined;
|
3223
3223
|
phone?: string | null | undefined;
|
3224
3224
|
industry?: string | null | undefined;
|
3225
3225
|
} | null;
|
@@ -3227,8 +3227,8 @@ export declare const commentContract: {
|
|
3227
3227
|
contactProfile: string | null;
|
3228
3228
|
socialProfileUrl: string | null;
|
3229
3229
|
tags: {
|
3230
|
-
id: string;
|
3231
3230
|
name: string;
|
3231
|
+
id: string;
|
3232
3232
|
createdAt: Date;
|
3233
3233
|
updatedAt: Date;
|
3234
3234
|
deletedAt: Date | null;
|
@@ -3253,8 +3253,8 @@ export declare const commentContract: {
|
|
3253
3253
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3254
3254
|
id: string;
|
3255
3255
|
metadata: {
|
3256
|
-
id: string;
|
3257
3256
|
name: string;
|
3257
|
+
id: string;
|
3258
3258
|
picture?: string | undefined;
|
3259
3259
|
additionalCredentials?: any;
|
3260
3260
|
};
|
@@ -3318,8 +3318,8 @@ export declare const commentContract: {
|
|
3318
3318
|
}[];
|
3319
3319
|
}[];
|
3320
3320
|
tags: {
|
3321
|
-
id: string;
|
3322
3321
|
name: string;
|
3322
|
+
id: string;
|
3323
3323
|
createdAt: Date;
|
3324
3324
|
updatedAt: Date;
|
3325
3325
|
deletedAt: Date | null;
|
@@ -3331,9 +3331,9 @@ export declare const commentContract: {
|
|
3331
3331
|
updatedAt: Date;
|
3332
3332
|
deletedAt: Date | null;
|
3333
3333
|
actor: {
|
3334
|
+
name: string;
|
3334
3335
|
id: string;
|
3335
3336
|
address: string | null;
|
3336
|
-
name: string;
|
3337
3337
|
email: string;
|
3338
3338
|
createdAt: Date;
|
3339
3339
|
updatedAt: Date;
|
@@ -3389,9 +3389,9 @@ export declare const commentContract: {
|
|
3389
3389
|
creatorId: string;
|
3390
3390
|
reasonToAssign: string | null;
|
3391
3391
|
creator?: {
|
3392
|
+
name: string;
|
3392
3393
|
id: string;
|
3393
3394
|
address: string | null;
|
3394
|
-
name: string;
|
3395
3395
|
email: string;
|
3396
3396
|
createdAt: Date;
|
3397
3397
|
updatedAt: Date;
|
@@ -3433,9 +3433,9 @@ export declare const commentContract: {
|
|
3433
3433
|
};
|
3434
3434
|
} | null | undefined;
|
3435
3435
|
assignee?: {
|
3436
|
+
name: string;
|
3436
3437
|
id: string;
|
3437
3438
|
address: string | null;
|
3438
|
-
name: string;
|
3439
3439
|
email: string;
|
3440
3440
|
createdAt: Date;
|
3441
3441
|
updatedAt: Date;
|
@@ -3485,9 +3485,9 @@ export declare const commentContract: {
|
|
3485
3485
|
updatedAt: Date;
|
3486
3486
|
deletedAt: Date | null;
|
3487
3487
|
actor: {
|
3488
|
+
name: string;
|
3488
3489
|
id: string;
|
3489
3490
|
address: string | null;
|
3490
|
-
name: string;
|
3491
3491
|
email: string;
|
3492
3492
|
createdAt: Date;
|
3493
3493
|
updatedAt: Date;
|
@@ -3539,9 +3539,9 @@ export declare const commentContract: {
|
|
3539
3539
|
};
|
3540
3540
|
}[];
|
3541
3541
|
agent: {
|
3542
|
+
name: string;
|
3542
3543
|
id: string;
|
3543
3544
|
address: string | null;
|
3544
|
-
name: string;
|
3545
3545
|
email: string;
|
3546
3546
|
createdAt: Date;
|
3547
3547
|
updatedAt: Date;
|
@@ -3623,10 +3623,10 @@ export declare const commentContract: {
|
|
3623
3623
|
}[];
|
3624
3624
|
}[];
|
3625
3625
|
contact: {
|
3626
|
+
name: string;
|
3626
3627
|
id: string;
|
3627
3628
|
channel: string | null;
|
3628
3629
|
address: string | null;
|
3629
|
-
name: string;
|
3630
3630
|
createdAt: Date;
|
3631
3631
|
updatedAt: Date;
|
3632
3632
|
deletedAt: Date | null;
|
@@ -3671,8 +3671,8 @@ export declare const commentContract: {
|
|
3671
3671
|
createdAt: Date;
|
3672
3672
|
updatedAt: Date;
|
3673
3673
|
deletedAt: Date | null;
|
3674
|
-
address?: string | null | undefined;
|
3675
3674
|
name?: string | undefined;
|
3675
|
+
address?: string | null | undefined;
|
3676
3676
|
phone?: string | null | undefined;
|
3677
3677
|
industry?: string | null | undefined;
|
3678
3678
|
} | null;
|
@@ -3680,8 +3680,8 @@ export declare const commentContract: {
|
|
3680
3680
|
contactProfile: string | null;
|
3681
3681
|
socialProfileUrl: string | null;
|
3682
3682
|
tags: {
|
3683
|
-
id: string;
|
3684
3683
|
name: string;
|
3684
|
+
id: string;
|
3685
3685
|
createdAt: Date;
|
3686
3686
|
updatedAt: Date;
|
3687
3687
|
deletedAt: Date | null;
|
@@ -3706,8 +3706,8 @@ export declare const commentContract: {
|
|
3706
3706
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3707
3707
|
id: string;
|
3708
3708
|
metadata: {
|
3709
|
-
id: string;
|
3710
3709
|
name: string;
|
3710
|
+
id: string;
|
3711
3711
|
picture?: string | undefined;
|
3712
3712
|
additionalCredentials?: any;
|
3713
3713
|
};
|
@@ -3771,8 +3771,8 @@ export declare const commentContract: {
|
|
3771
3771
|
}[];
|
3772
3772
|
}[];
|
3773
3773
|
tags: {
|
3774
|
-
id: string;
|
3775
3774
|
name: string;
|
3775
|
+
id: string;
|
3776
3776
|
createdAt: Date;
|
3777
3777
|
updatedAt: Date;
|
3778
3778
|
deletedAt: Date | null;
|
@@ -3784,9 +3784,9 @@ export declare const commentContract: {
|
|
3784
3784
|
updatedAt: Date;
|
3785
3785
|
deletedAt: Date | null;
|
3786
3786
|
actor: {
|
3787
|
+
name: string;
|
3787
3788
|
id: string;
|
3788
3789
|
address: string | null;
|
3789
|
-
name: string;
|
3790
3790
|
email: string;
|
3791
3791
|
createdAt: Date;
|
3792
3792
|
updatedAt: Date;
|
@@ -3842,9 +3842,9 @@ export declare const commentContract: {
|
|
3842
3842
|
creatorId: string;
|
3843
3843
|
reasonToAssign: string | null;
|
3844
3844
|
creator?: {
|
3845
|
+
name: string;
|
3845
3846
|
id: string;
|
3846
3847
|
address: string | null;
|
3847
|
-
name: string;
|
3848
3848
|
email: string;
|
3849
3849
|
createdAt: Date;
|
3850
3850
|
updatedAt: Date;
|
@@ -3886,9 +3886,9 @@ export declare const commentContract: {
|
|
3886
3886
|
};
|
3887
3887
|
} | null | undefined;
|
3888
3888
|
assignee?: {
|
3889
|
+
name: string;
|
3889
3890
|
id: string;
|
3890
3891
|
address: string | null;
|
3891
|
-
name: string;
|
3892
3892
|
email: string;
|
3893
3893
|
createdAt: Date;
|
3894
3894
|
updatedAt: Date;
|
@@ -3938,9 +3938,9 @@ export declare const commentContract: {
|
|
3938
3938
|
updatedAt: Date;
|
3939
3939
|
deletedAt: Date | null;
|
3940
3940
|
actor: {
|
3941
|
+
name: string;
|
3941
3942
|
id: string;
|
3942
3943
|
address: string | null;
|
3943
|
-
name: string;
|
3944
3944
|
email: string;
|
3945
3945
|
createdAt: Date;
|
3946
3946
|
updatedAt: Date;
|
@@ -3992,9 +3992,9 @@ export declare const commentContract: {
|
|
3992
3992
|
};
|
3993
3993
|
}[];
|
3994
3994
|
agent: {
|
3995
|
+
name: string;
|
3995
3996
|
id: string;
|
3996
3997
|
address: string | null;
|
3997
|
-
name: string;
|
3998
3998
|
email: string;
|
3999
3999
|
createdAt: Date;
|
4000
4000
|
updatedAt: Date;
|
@@ -4079,10 +4079,10 @@ export declare const commentContract: {
|
|
4079
4079
|
}[];
|
4080
4080
|
}[];
|
4081
4081
|
contact: {
|
4082
|
+
name: string;
|
4082
4083
|
id: string;
|
4083
4084
|
channel: string | null;
|
4084
4085
|
address: string | null;
|
4085
|
-
name: string;
|
4086
4086
|
createdAt: Date;
|
4087
4087
|
updatedAt: Date;
|
4088
4088
|
deletedAt: Date | null;
|
@@ -4127,8 +4127,8 @@ export declare const commentContract: {
|
|
4127
4127
|
createdAt: Date;
|
4128
4128
|
updatedAt: Date;
|
4129
4129
|
deletedAt: Date | null;
|
4130
|
-
address?: string | null | undefined;
|
4131
4130
|
name?: string | undefined;
|
4131
|
+
address?: string | null | undefined;
|
4132
4132
|
phone?: string | null | undefined;
|
4133
4133
|
industry?: string | null | undefined;
|
4134
4134
|
} | null;
|
@@ -4136,8 +4136,8 @@ export declare const commentContract: {
|
|
4136
4136
|
contactProfile: string | null;
|
4137
4137
|
socialProfileUrl: string | null;
|
4138
4138
|
tags: {
|
4139
|
-
id: string;
|
4140
4139
|
name: string;
|
4140
|
+
id: string;
|
4141
4141
|
createdAt: Date;
|
4142
4142
|
updatedAt: Date;
|
4143
4143
|
deletedAt: Date | null;
|
@@ -4162,8 +4162,8 @@ export declare const commentContract: {
|
|
4162
4162
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4163
4163
|
id: string;
|
4164
4164
|
metadata: {
|
4165
|
-
id: string;
|
4166
4165
|
name: string;
|
4166
|
+
id: string;
|
4167
4167
|
picture?: string | undefined;
|
4168
4168
|
additionalCredentials?: any;
|
4169
4169
|
};
|
@@ -4227,8 +4227,8 @@ export declare const commentContract: {
|
|
4227
4227
|
}[];
|
4228
4228
|
}[];
|
4229
4229
|
tags: {
|
4230
|
-
id: string;
|
4231
4230
|
name: string;
|
4231
|
+
id: string;
|
4232
4232
|
createdAt: Date;
|
4233
4233
|
updatedAt: Date;
|
4234
4234
|
deletedAt: Date | null;
|
@@ -4240,9 +4240,9 @@ export declare const commentContract: {
|
|
4240
4240
|
updatedAt: Date;
|
4241
4241
|
deletedAt: Date | null;
|
4242
4242
|
actor: {
|
4243
|
+
name: string;
|
4243
4244
|
id: string;
|
4244
4245
|
address: string | null;
|
4245
|
-
name: string;
|
4246
4246
|
email: string;
|
4247
4247
|
createdAt: Date;
|
4248
4248
|
updatedAt: Date;
|
@@ -4298,9 +4298,9 @@ export declare const commentContract: {
|
|
4298
4298
|
creatorId: string;
|
4299
4299
|
reasonToAssign: string | null;
|
4300
4300
|
creator?: {
|
4301
|
+
name: string;
|
4301
4302
|
id: string;
|
4302
4303
|
address: string | null;
|
4303
|
-
name: string;
|
4304
4304
|
email: string;
|
4305
4305
|
createdAt: Date;
|
4306
4306
|
updatedAt: Date;
|
@@ -4342,9 +4342,9 @@ export declare const commentContract: {
|
|
4342
4342
|
};
|
4343
4343
|
} | null | undefined;
|
4344
4344
|
assignee?: {
|
4345
|
+
name: string;
|
4345
4346
|
id: string;
|
4346
4347
|
address: string | null;
|
4347
|
-
name: string;
|
4348
4348
|
email: string;
|
4349
4349
|
createdAt: Date;
|
4350
4350
|
updatedAt: Date;
|
@@ -4394,9 +4394,9 @@ export declare const commentContract: {
|
|
4394
4394
|
updatedAt: Date;
|
4395
4395
|
deletedAt: Date | null;
|
4396
4396
|
actor: {
|
4397
|
+
name: string;
|
4397
4398
|
id: string;
|
4398
4399
|
address: string | null;
|
4399
|
-
name: string;
|
4400
4400
|
email: string;
|
4401
4401
|
createdAt: Date;
|
4402
4402
|
updatedAt: Date;
|
@@ -4448,9 +4448,9 @@ export declare const commentContract: {
|
|
4448
4448
|
};
|
4449
4449
|
}[];
|
4450
4450
|
agent: {
|
4451
|
+
name: string;
|
4451
4452
|
id: string;
|
4452
4453
|
address: string | null;
|
4453
|
-
name: string;
|
4454
4454
|
email: string;
|
4455
4455
|
createdAt: Date;
|
4456
4456
|
updatedAt: Date;
|
@@ -4535,10 +4535,10 @@ export declare const commentContract: {
|
|
4535
4535
|
}[];
|
4536
4536
|
}[];
|
4537
4537
|
contact: {
|
4538
|
+
name: string;
|
4538
4539
|
id: string;
|
4539
4540
|
channel: string | null;
|
4540
4541
|
address: string | null;
|
4541
|
-
name: string;
|
4542
4542
|
createdAt: Date;
|
4543
4543
|
updatedAt: Date;
|
4544
4544
|
deletedAt: Date | null;
|
@@ -4583,8 +4583,8 @@ export declare const commentContract: {
|
|
4583
4583
|
createdAt: Date;
|
4584
4584
|
updatedAt: Date;
|
4585
4585
|
deletedAt: Date | null;
|
4586
|
-
address?: string | null | undefined;
|
4587
4586
|
name?: string | undefined;
|
4587
|
+
address?: string | null | undefined;
|
4588
4588
|
phone?: string | null | undefined;
|
4589
4589
|
industry?: string | null | undefined;
|
4590
4590
|
} | null;
|
@@ -4592,8 +4592,8 @@ export declare const commentContract: {
|
|
4592
4592
|
contactProfile: string | null;
|
4593
4593
|
socialProfileUrl: string | null;
|
4594
4594
|
tags: {
|
4595
|
-
id: string;
|
4596
4595
|
name: string;
|
4596
|
+
id: string;
|
4597
4597
|
createdAt: Date;
|
4598
4598
|
updatedAt: Date;
|
4599
4599
|
deletedAt: Date | null;
|
@@ -4618,8 +4618,8 @@ export declare const commentContract: {
|
|
4618
4618
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4619
4619
|
id: string;
|
4620
4620
|
metadata: {
|
4621
|
-
id: string;
|
4622
4621
|
name: string;
|
4622
|
+
id: string;
|
4623
4623
|
picture?: string | undefined;
|
4624
4624
|
additionalCredentials?: any;
|
4625
4625
|
};
|
@@ -4683,8 +4683,8 @@ export declare const commentContract: {
|
|
4683
4683
|
}[];
|
4684
4684
|
}[];
|
4685
4685
|
tags: {
|
4686
|
-
id: string;
|
4687
4686
|
name: string;
|
4687
|
+
id: string;
|
4688
4688
|
createdAt: Date;
|
4689
4689
|
updatedAt: Date;
|
4690
4690
|
deletedAt: Date | null;
|
@@ -4696,9 +4696,9 @@ export declare const commentContract: {
|
|
4696
4696
|
updatedAt: Date;
|
4697
4697
|
deletedAt: Date | null;
|
4698
4698
|
actor: {
|
4699
|
+
name: string;
|
4699
4700
|
id: string;
|
4700
4701
|
address: string | null;
|
4701
|
-
name: string;
|
4702
4702
|
email: string;
|
4703
4703
|
createdAt: Date;
|
4704
4704
|
updatedAt: Date;
|
@@ -4754,9 +4754,9 @@ export declare const commentContract: {
|
|
4754
4754
|
creatorId: string;
|
4755
4755
|
reasonToAssign: string | null;
|
4756
4756
|
creator?: {
|
4757
|
+
name: string;
|
4757
4758
|
id: string;
|
4758
4759
|
address: string | null;
|
4759
|
-
name: string;
|
4760
4760
|
email: string;
|
4761
4761
|
createdAt: Date;
|
4762
4762
|
updatedAt: Date;
|
@@ -4798,9 +4798,9 @@ export declare const commentContract: {
|
|
4798
4798
|
};
|
4799
4799
|
} | null | undefined;
|
4800
4800
|
assignee?: {
|
4801
|
+
name: string;
|
4801
4802
|
id: string;
|
4802
4803
|
address: string | null;
|
4803
|
-
name: string;
|
4804
4804
|
email: string;
|
4805
4805
|
createdAt: Date;
|
4806
4806
|
updatedAt: Date;
|
@@ -4850,9 +4850,9 @@ export declare const commentContract: {
|
|
4850
4850
|
updatedAt: Date;
|
4851
4851
|
deletedAt: Date | null;
|
4852
4852
|
actor: {
|
4853
|
+
name: string;
|
4853
4854
|
id: string;
|
4854
4855
|
address: string | null;
|
4855
|
-
name: string;
|
4856
4856
|
email: string;
|
4857
4857
|
createdAt: Date;
|
4858
4858
|
updatedAt: Date;
|
@@ -4904,9 +4904,9 @@ export declare const commentContract: {
|
|
4904
4904
|
};
|
4905
4905
|
}[];
|
4906
4906
|
agent: {
|
4907
|
+
name: string;
|
4907
4908
|
id: string;
|
4908
4909
|
address: string | null;
|
4909
|
-
name: string;
|
4910
4910
|
email: string;
|
4911
4911
|
createdAt: Date;
|
4912
4912
|
updatedAt: Date;
|
@@ -5139,9 +5139,9 @@ export declare const commentContract: {
|
|
5139
5139
|
telephonySignature: string | null;
|
5140
5140
|
}>;
|
5141
5141
|
}, "strip", z.ZodTypeAny, {
|
5142
|
+
name: string;
|
5142
5143
|
id: string;
|
5143
5144
|
address: string | null;
|
5144
|
-
name: string;
|
5145
5145
|
email: string;
|
5146
5146
|
createdAt: Date;
|
5147
5147
|
updatedAt: Date;
|
@@ -5182,9 +5182,9 @@ export declare const commentContract: {
|
|
5182
5182
|
telephonySignature: string | null;
|
5183
5183
|
};
|
5184
5184
|
}, {
|
5185
|
+
name: string;
|
5185
5186
|
id: string;
|
5186
5187
|
address: string | null;
|
5187
|
-
name: string;
|
5188
5188
|
email: string;
|
5189
5189
|
createdAt: Date;
|
5190
5190
|
updatedAt: Date;
|
@@ -5256,9 +5256,9 @@ export declare const commentContract: {
|
|
5256
5256
|
updatedAt: Date;
|
5257
5257
|
deletedAt: Date | null;
|
5258
5258
|
actor: {
|
5259
|
+
name: string;
|
5259
5260
|
id: string;
|
5260
5261
|
address: string | null;
|
5261
|
-
name: string;
|
5262
5262
|
email: string;
|
5263
5263
|
createdAt: Date;
|
5264
5264
|
updatedAt: Date;
|
@@ -5315,9 +5315,9 @@ export declare const commentContract: {
|
|
5315
5315
|
updatedAt: Date;
|
5316
5316
|
deletedAt: Date | null;
|
5317
5317
|
actor: {
|
5318
|
+
name: string;
|
5318
5319
|
id: string;
|
5319
5320
|
address: string | null;
|
5320
|
-
name: string;
|
5321
5321
|
email: string;
|
5322
5322
|
createdAt: Date;
|
5323
5323
|
updatedAt: Date;
|
@@ -5501,9 +5501,9 @@ export declare const commentContract: {
|
|
5501
5501
|
telephonySignature: string | null;
|
5502
5502
|
}>;
|
5503
5503
|
}, "strip", z.ZodTypeAny, {
|
5504
|
+
name: string;
|
5504
5505
|
id: string;
|
5505
5506
|
address: string | null;
|
5506
|
-
name: string;
|
5507
5507
|
email: string;
|
5508
5508
|
createdAt: Date;
|
5509
5509
|
updatedAt: Date;
|
@@ -5544,9 +5544,9 @@ export declare const commentContract: {
|
|
5544
5544
|
telephonySignature: string | null;
|
5545
5545
|
};
|
5546
5546
|
}, {
|
5547
|
+
name: string;
|
5547
5548
|
id: string;
|
5548
5549
|
address: string | null;
|
5549
|
-
name: string;
|
5550
5550
|
email: string;
|
5551
5551
|
createdAt: Date;
|
5552
5552
|
updatedAt: Date;
|
@@ -5706,9 +5706,9 @@ export declare const commentContract: {
|
|
5706
5706
|
telephonySignature: string | null;
|
5707
5707
|
}>;
|
5708
5708
|
}, "strip", z.ZodTypeAny, {
|
5709
|
+
name: string;
|
5709
5710
|
id: string;
|
5710
5711
|
address: string | null;
|
5711
|
-
name: string;
|
5712
5712
|
email: string;
|
5713
5713
|
createdAt: Date;
|
5714
5714
|
updatedAt: Date;
|
@@ -5749,9 +5749,9 @@ export declare const commentContract: {
|
|
5749
5749
|
telephonySignature: string | null;
|
5750
5750
|
};
|
5751
5751
|
}, {
|
5752
|
+
name: string;
|
5752
5753
|
id: string;
|
5753
5754
|
address: string | null;
|
5754
|
-
name: string;
|
5755
5755
|
email: string;
|
5756
5756
|
createdAt: Date;
|
5757
5757
|
updatedAt: Date;
|
@@ -5996,14 +5996,14 @@ export declare const commentContract: {
|
|
5996
5996
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5997
5997
|
name: z.ZodString;
|
5998
5998
|
}, "strip", z.ZodTypeAny, {
|
5999
|
-
id: string;
|
6000
5999
|
name: string;
|
6000
|
+
id: string;
|
6001
6001
|
createdAt: Date;
|
6002
6002
|
updatedAt: Date;
|
6003
6003
|
deletedAt: Date | null;
|
6004
6004
|
}, {
|
6005
|
-
id: string;
|
6006
6005
|
name: string;
|
6006
|
+
id: string;
|
6007
6007
|
createdAt: Date;
|
6008
6008
|
updatedAt: Date;
|
6009
6009
|
deletedAt: Date | null;
|
@@ -6126,14 +6126,14 @@ export declare const commentContract: {
|
|
6126
6126
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6127
6127
|
name: z.ZodString;
|
6128
6128
|
}, "strip", z.ZodTypeAny, {
|
6129
|
-
id: string;
|
6130
6129
|
name: string;
|
6130
|
+
id: string;
|
6131
6131
|
createdAt: Date;
|
6132
6132
|
updatedAt: Date;
|
6133
6133
|
deletedAt: Date | null;
|
6134
6134
|
}, {
|
6135
|
-
id: string;
|
6136
6135
|
name: string;
|
6136
|
+
id: string;
|
6137
6137
|
createdAt: Date;
|
6138
6138
|
updatedAt: Date;
|
6139
6139
|
deletedAt: Date | null;
|
@@ -6289,8 +6289,8 @@ export declare const commentContract: {
|
|
6289
6289
|
createdAt: Date;
|
6290
6290
|
updatedAt: Date;
|
6291
6291
|
deletedAt: Date | null;
|
6292
|
-
address?: string | null | undefined;
|
6293
6292
|
name?: string | undefined;
|
6293
|
+
address?: string | null | undefined;
|
6294
6294
|
phone?: string | null | undefined;
|
6295
6295
|
industry?: string | null | undefined;
|
6296
6296
|
}, {
|
@@ -6298,8 +6298,8 @@ export declare const commentContract: {
|
|
6298
6298
|
createdAt: Date;
|
6299
6299
|
updatedAt: Date;
|
6300
6300
|
deletedAt: Date | null;
|
6301
|
-
address?: string | null | undefined;
|
6302
6301
|
name?: string | undefined;
|
6302
|
+
address?: string | null | undefined;
|
6303
6303
|
phone?: string | null | undefined;
|
6304
6304
|
industry?: string | null | undefined;
|
6305
6305
|
}>>;
|
@@ -6317,13 +6317,13 @@ export declare const commentContract: {
|
|
6317
6317
|
picture: z.ZodOptional<z.ZodString>;
|
6318
6318
|
additionalCredentials: z.ZodAny;
|
6319
6319
|
}, "strip", z.ZodTypeAny, {
|
6320
|
-
id: string;
|
6321
6320
|
name: string;
|
6321
|
+
id: string;
|
6322
6322
|
picture?: string | undefined;
|
6323
6323
|
additionalCredentials?: any;
|
6324
6324
|
}, {
|
6325
|
-
id: string;
|
6326
6325
|
name: string;
|
6326
|
+
id: string;
|
6327
6327
|
picture?: string | undefined;
|
6328
6328
|
additionalCredentials?: any;
|
6329
6329
|
}>;
|
@@ -6331,8 +6331,8 @@ export declare const commentContract: {
|
|
6331
6331
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6332
6332
|
id: string;
|
6333
6333
|
metadata: {
|
6334
|
-
id: string;
|
6335
6334
|
name: string;
|
6335
|
+
id: string;
|
6336
6336
|
picture?: string | undefined;
|
6337
6337
|
additionalCredentials?: any;
|
6338
6338
|
};
|
@@ -6345,8 +6345,8 @@ export declare const commentContract: {
|
|
6345
6345
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6346
6346
|
id: string;
|
6347
6347
|
metadata: {
|
6348
|
-
id: string;
|
6349
6348
|
name: string;
|
6349
|
+
id: string;
|
6350
6350
|
picture?: string | undefined;
|
6351
6351
|
additionalCredentials?: any;
|
6352
6352
|
};
|
@@ -6656,10 +6656,10 @@ export declare const commentContract: {
|
|
6656
6656
|
};
|
6657
6657
|
}>, "many">>;
|
6658
6658
|
}, "strip", z.ZodTypeAny, {
|
6659
|
+
name: string;
|
6659
6660
|
id: string;
|
6660
6661
|
channel: string | null;
|
6661
6662
|
address: string | null;
|
6662
|
-
name: string;
|
6663
6663
|
createdAt: Date;
|
6664
6664
|
updatedAt: Date;
|
6665
6665
|
deletedAt: Date | null;
|
@@ -6704,8 +6704,8 @@ export declare const commentContract: {
|
|
6704
6704
|
createdAt: Date;
|
6705
6705
|
updatedAt: Date;
|
6706
6706
|
deletedAt: Date | null;
|
6707
|
-
address?: string | null | undefined;
|
6708
6707
|
name?: string | undefined;
|
6708
|
+
address?: string | null | undefined;
|
6709
6709
|
phone?: string | null | undefined;
|
6710
6710
|
industry?: string | null | undefined;
|
6711
6711
|
} | null;
|
@@ -6713,8 +6713,8 @@ export declare const commentContract: {
|
|
6713
6713
|
contactProfile: string | null;
|
6714
6714
|
socialProfileUrl: string | null;
|
6715
6715
|
tags: {
|
6716
|
-
id: string;
|
6717
6716
|
name: string;
|
6717
|
+
id: string;
|
6718
6718
|
createdAt: Date;
|
6719
6719
|
updatedAt: Date;
|
6720
6720
|
deletedAt: Date | null;
|
@@ -6739,8 +6739,8 @@ export declare const commentContract: {
|
|
6739
6739
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6740
6740
|
id: string;
|
6741
6741
|
metadata: {
|
6742
|
-
id: string;
|
6743
6742
|
name: string;
|
6743
|
+
id: string;
|
6744
6744
|
picture?: string | undefined;
|
6745
6745
|
additionalCredentials?: any;
|
6746
6746
|
};
|
@@ -6767,10 +6767,10 @@ export declare const commentContract: {
|
|
6767
6767
|
};
|
6768
6768
|
}[] | undefined;
|
6769
6769
|
}, {
|
6770
|
+
name: string;
|
6770
6771
|
id: string;
|
6771
6772
|
channel: string | null;
|
6772
6773
|
address: string | null;
|
6773
|
-
name: string;
|
6774
6774
|
createdAt: Date;
|
6775
6775
|
updatedAt: Date;
|
6776
6776
|
deletedAt: Date | null;
|
@@ -6815,8 +6815,8 @@ export declare const commentContract: {
|
|
6815
6815
|
createdAt: Date;
|
6816
6816
|
updatedAt: Date;
|
6817
6817
|
deletedAt: Date | null;
|
6818
|
-
address?: string | null | undefined;
|
6819
6818
|
name?: string | undefined;
|
6819
|
+
address?: string | null | undefined;
|
6820
6820
|
phone?: string | null | undefined;
|
6821
6821
|
industry?: string | null | undefined;
|
6822
6822
|
} | null;
|
@@ -6824,8 +6824,8 @@ export declare const commentContract: {
|
|
6824
6824
|
contactProfile: string | null;
|
6825
6825
|
socialProfileUrl: string | null;
|
6826
6826
|
tags: {
|
6827
|
-
id: string;
|
6828
6827
|
name: string;
|
6828
|
+
id: string;
|
6829
6829
|
createdAt: Date;
|
6830
6830
|
updatedAt: Date;
|
6831
6831
|
deletedAt: Date | null;
|
@@ -6850,8 +6850,8 @@ export declare const commentContract: {
|
|
6850
6850
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6851
6851
|
id: string;
|
6852
6852
|
metadata: {
|
6853
|
-
id: string;
|
6854
6853
|
name: string;
|
6854
|
+
id: string;
|
6855
6855
|
picture?: string | undefined;
|
6856
6856
|
additionalCredentials?: any;
|
6857
6857
|
};
|
@@ -7001,9 +7001,9 @@ export declare const commentContract: {
|
|
7001
7001
|
telephonySignature: string | null;
|
7002
7002
|
}>;
|
7003
7003
|
}, "strip", z.ZodTypeAny, {
|
7004
|
+
name: string;
|
7004
7005
|
id: string;
|
7005
7006
|
address: string | null;
|
7006
|
-
name: string;
|
7007
7007
|
email: string;
|
7008
7008
|
createdAt: Date;
|
7009
7009
|
updatedAt: Date;
|
@@ -7044,9 +7044,9 @@ export declare const commentContract: {
|
|
7044
7044
|
telephonySignature: string | null;
|
7045
7045
|
};
|
7046
7046
|
}, {
|
7047
|
+
name: string;
|
7047
7048
|
id: string;
|
7048
7049
|
address: string | null;
|
7049
|
-
name: string;
|
7050
7050
|
email: string;
|
7051
7051
|
createdAt: Date;
|
7052
7052
|
updatedAt: Date;
|
@@ -7118,9 +7118,9 @@ export declare const commentContract: {
|
|
7118
7118
|
updatedAt: Date;
|
7119
7119
|
deletedAt: Date | null;
|
7120
7120
|
actor: {
|
7121
|
+
name: string;
|
7121
7122
|
id: string;
|
7122
7123
|
address: string | null;
|
7123
|
-
name: string;
|
7124
7124
|
email: string;
|
7125
7125
|
createdAt: Date;
|
7126
7126
|
updatedAt: Date;
|
@@ -7177,9 +7177,9 @@ export declare const commentContract: {
|
|
7177
7177
|
updatedAt: Date;
|
7178
7178
|
deletedAt: Date | null;
|
7179
7179
|
actor: {
|
7180
|
+
name: string;
|
7180
7181
|
id: string;
|
7181
7182
|
address: string | null;
|
7182
|
-
name: string;
|
7183
7183
|
email: string;
|
7184
7184
|
createdAt: Date;
|
7185
7185
|
updatedAt: Date;
|
@@ -7264,10 +7264,10 @@ export declare const commentContract: {
|
|
7264
7264
|
}[];
|
7265
7265
|
}[];
|
7266
7266
|
contact: {
|
7267
|
+
name: string;
|
7267
7268
|
id: string;
|
7268
7269
|
channel: string | null;
|
7269
7270
|
address: string | null;
|
7270
|
-
name: string;
|
7271
7271
|
createdAt: Date;
|
7272
7272
|
updatedAt: Date;
|
7273
7273
|
deletedAt: Date | null;
|
@@ -7312,8 +7312,8 @@ export declare const commentContract: {
|
|
7312
7312
|
createdAt: Date;
|
7313
7313
|
updatedAt: Date;
|
7314
7314
|
deletedAt: Date | null;
|
7315
|
-
address?: string | null | undefined;
|
7316
7315
|
name?: string | undefined;
|
7316
|
+
address?: string | null | undefined;
|
7317
7317
|
phone?: string | null | undefined;
|
7318
7318
|
industry?: string | null | undefined;
|
7319
7319
|
} | null;
|
@@ -7321,8 +7321,8 @@ export declare const commentContract: {
|
|
7321
7321
|
contactProfile: string | null;
|
7322
7322
|
socialProfileUrl: string | null;
|
7323
7323
|
tags: {
|
7324
|
-
id: string;
|
7325
7324
|
name: string;
|
7325
|
+
id: string;
|
7326
7326
|
createdAt: Date;
|
7327
7327
|
updatedAt: Date;
|
7328
7328
|
deletedAt: Date | null;
|
@@ -7347,8 +7347,8 @@ export declare const commentContract: {
|
|
7347
7347
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7348
7348
|
id: string;
|
7349
7349
|
metadata: {
|
7350
|
-
id: string;
|
7351
7350
|
name: string;
|
7351
|
+
id: string;
|
7352
7352
|
picture?: string | undefined;
|
7353
7353
|
additionalCredentials?: any;
|
7354
7354
|
};
|
@@ -7412,8 +7412,8 @@ export declare const commentContract: {
|
|
7412
7412
|
}[];
|
7413
7413
|
}[];
|
7414
7414
|
tags: {
|
7415
|
-
id: string;
|
7416
7415
|
name: string;
|
7416
|
+
id: string;
|
7417
7417
|
createdAt: Date;
|
7418
7418
|
updatedAt: Date;
|
7419
7419
|
deletedAt: Date | null;
|
@@ -7425,9 +7425,9 @@ export declare const commentContract: {
|
|
7425
7425
|
updatedAt: Date;
|
7426
7426
|
deletedAt: Date | null;
|
7427
7427
|
actor: {
|
7428
|
+
name: string;
|
7428
7429
|
id: string;
|
7429
7430
|
address: string | null;
|
7430
|
-
name: string;
|
7431
7431
|
email: string;
|
7432
7432
|
createdAt: Date;
|
7433
7433
|
updatedAt: Date;
|
@@ -7483,9 +7483,9 @@ export declare const commentContract: {
|
|
7483
7483
|
creatorId: string;
|
7484
7484
|
reasonToAssign: string | null;
|
7485
7485
|
creator?: {
|
7486
|
+
name: string;
|
7486
7487
|
id: string;
|
7487
7488
|
address: string | null;
|
7488
|
-
name: string;
|
7489
7489
|
email: string;
|
7490
7490
|
createdAt: Date;
|
7491
7491
|
updatedAt: Date;
|
@@ -7527,9 +7527,9 @@ export declare const commentContract: {
|
|
7527
7527
|
};
|
7528
7528
|
} | null | undefined;
|
7529
7529
|
assignee?: {
|
7530
|
+
name: string;
|
7530
7531
|
id: string;
|
7531
7532
|
address: string | null;
|
7532
|
-
name: string;
|
7533
7533
|
email: string;
|
7534
7534
|
createdAt: Date;
|
7535
7535
|
updatedAt: Date;
|
@@ -7605,10 +7605,10 @@ export declare const commentContract: {
|
|
7605
7605
|
}[];
|
7606
7606
|
}[];
|
7607
7607
|
contact: {
|
7608
|
+
name: string;
|
7608
7609
|
id: string;
|
7609
7610
|
channel: string | null;
|
7610
7611
|
address: string | null;
|
7611
|
-
name: string;
|
7612
7612
|
createdAt: Date;
|
7613
7613
|
updatedAt: Date;
|
7614
7614
|
deletedAt: Date | null;
|
@@ -7653,8 +7653,8 @@ export declare const commentContract: {
|
|
7653
7653
|
createdAt: Date;
|
7654
7654
|
updatedAt: Date;
|
7655
7655
|
deletedAt: Date | null;
|
7656
|
-
address?: string | null | undefined;
|
7657
7656
|
name?: string | undefined;
|
7657
|
+
address?: string | null | undefined;
|
7658
7658
|
phone?: string | null | undefined;
|
7659
7659
|
industry?: string | null | undefined;
|
7660
7660
|
} | null;
|
@@ -7662,8 +7662,8 @@ export declare const commentContract: {
|
|
7662
7662
|
contactProfile: string | null;
|
7663
7663
|
socialProfileUrl: string | null;
|
7664
7664
|
tags: {
|
7665
|
-
id: string;
|
7666
7665
|
name: string;
|
7666
|
+
id: string;
|
7667
7667
|
createdAt: Date;
|
7668
7668
|
updatedAt: Date;
|
7669
7669
|
deletedAt: Date | null;
|
@@ -7688,8 +7688,8 @@ export declare const commentContract: {
|
|
7688
7688
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7689
7689
|
id: string;
|
7690
7690
|
metadata: {
|
7691
|
-
id: string;
|
7692
7691
|
name: string;
|
7692
|
+
id: string;
|
7693
7693
|
picture?: string | undefined;
|
7694
7694
|
additionalCredentials?: any;
|
7695
7695
|
};
|
@@ -7753,8 +7753,8 @@ export declare const commentContract: {
|
|
7753
7753
|
}[];
|
7754
7754
|
}[];
|
7755
7755
|
tags: {
|
7756
|
-
id: string;
|
7757
7756
|
name: string;
|
7757
|
+
id: string;
|
7758
7758
|
createdAt: Date;
|
7759
7759
|
updatedAt: Date;
|
7760
7760
|
deletedAt: Date | null;
|
@@ -7766,9 +7766,9 @@ export declare const commentContract: {
|
|
7766
7766
|
updatedAt: Date;
|
7767
7767
|
deletedAt: Date | null;
|
7768
7768
|
actor: {
|
7769
|
+
name: string;
|
7769
7770
|
id: string;
|
7770
7771
|
address: string | null;
|
7771
|
-
name: string;
|
7772
7772
|
email: string;
|
7773
7773
|
createdAt: Date;
|
7774
7774
|
updatedAt: Date;
|
@@ -7824,9 +7824,9 @@ export declare const commentContract: {
|
|
7824
7824
|
creatorId: string;
|
7825
7825
|
reasonToAssign: string | null;
|
7826
7826
|
creator?: {
|
7827
|
+
name: string;
|
7827
7828
|
id: string;
|
7828
7829
|
address: string | null;
|
7829
|
-
name: string;
|
7830
7830
|
email: string;
|
7831
7831
|
createdAt: Date;
|
7832
7832
|
updatedAt: Date;
|
@@ -7868,9 +7868,9 @@ export declare const commentContract: {
|
|
7868
7868
|
};
|
7869
7869
|
} | null | undefined;
|
7870
7870
|
assignee?: {
|
7871
|
+
name: string;
|
7871
7872
|
id: string;
|
7872
7873
|
address: string | null;
|
7873
|
-
name: string;
|
7874
7874
|
email: string;
|
7875
7875
|
createdAt: Date;
|
7876
7876
|
updatedAt: Date;
|
@@ -8031,9 +8031,9 @@ export declare const commentContract: {
|
|
8031
8031
|
telephonySignature: string | null;
|
8032
8032
|
}>;
|
8033
8033
|
}, "strip", z.ZodTypeAny, {
|
8034
|
+
name: string;
|
8034
8035
|
id: string;
|
8035
8036
|
address: string | null;
|
8036
|
-
name: string;
|
8037
8037
|
email: string;
|
8038
8038
|
createdAt: Date;
|
8039
8039
|
updatedAt: Date;
|
@@ -8074,9 +8074,9 @@ export declare const commentContract: {
|
|
8074
8074
|
telephonySignature: string | null;
|
8075
8075
|
};
|
8076
8076
|
}, {
|
8077
|
+
name: string;
|
8077
8078
|
id: string;
|
8078
8079
|
address: string | null;
|
8079
|
-
name: string;
|
8080
8080
|
email: string;
|
8081
8081
|
createdAt: Date;
|
8082
8082
|
updatedAt: Date;
|
@@ -8156,10 +8156,10 @@ export declare const commentContract: {
|
|
8156
8156
|
}[];
|
8157
8157
|
}[];
|
8158
8158
|
contact: {
|
8159
|
+
name: string;
|
8159
8160
|
id: string;
|
8160
8161
|
channel: string | null;
|
8161
8162
|
address: string | null;
|
8162
|
-
name: string;
|
8163
8163
|
createdAt: Date;
|
8164
8164
|
updatedAt: Date;
|
8165
8165
|
deletedAt: Date | null;
|
@@ -8204,8 +8204,8 @@ export declare const commentContract: {
|
|
8204
8204
|
createdAt: Date;
|
8205
8205
|
updatedAt: Date;
|
8206
8206
|
deletedAt: Date | null;
|
8207
|
-
address?: string | null | undefined;
|
8208
8207
|
name?: string | undefined;
|
8208
|
+
address?: string | null | undefined;
|
8209
8209
|
phone?: string | null | undefined;
|
8210
8210
|
industry?: string | null | undefined;
|
8211
8211
|
} | null;
|
@@ -8213,8 +8213,8 @@ export declare const commentContract: {
|
|
8213
8213
|
contactProfile: string | null;
|
8214
8214
|
socialProfileUrl: string | null;
|
8215
8215
|
tags: {
|
8216
|
-
id: string;
|
8217
8216
|
name: string;
|
8217
|
+
id: string;
|
8218
8218
|
createdAt: Date;
|
8219
8219
|
updatedAt: Date;
|
8220
8220
|
deletedAt: Date | null;
|
@@ -8239,8 +8239,8 @@ export declare const commentContract: {
|
|
8239
8239
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8240
8240
|
id: string;
|
8241
8241
|
metadata: {
|
8242
|
-
id: string;
|
8243
8242
|
name: string;
|
8243
|
+
id: string;
|
8244
8244
|
picture?: string | undefined;
|
8245
8245
|
additionalCredentials?: any;
|
8246
8246
|
};
|
@@ -8304,8 +8304,8 @@ export declare const commentContract: {
|
|
8304
8304
|
}[];
|
8305
8305
|
}[];
|
8306
8306
|
tags: {
|
8307
|
-
id: string;
|
8308
8307
|
name: string;
|
8308
|
+
id: string;
|
8309
8309
|
createdAt: Date;
|
8310
8310
|
updatedAt: Date;
|
8311
8311
|
deletedAt: Date | null;
|
@@ -8317,9 +8317,9 @@ export declare const commentContract: {
|
|
8317
8317
|
updatedAt: Date;
|
8318
8318
|
deletedAt: Date | null;
|
8319
8319
|
actor: {
|
8320
|
+
name: string;
|
8320
8321
|
id: string;
|
8321
8322
|
address: string | null;
|
8322
|
-
name: string;
|
8323
8323
|
email: string;
|
8324
8324
|
createdAt: Date;
|
8325
8325
|
updatedAt: Date;
|
@@ -8375,9 +8375,9 @@ export declare const commentContract: {
|
|
8375
8375
|
creatorId: string;
|
8376
8376
|
reasonToAssign: string | null;
|
8377
8377
|
creator?: {
|
8378
|
+
name: string;
|
8378
8379
|
id: string;
|
8379
8380
|
address: string | null;
|
8380
|
-
name: string;
|
8381
8381
|
email: string;
|
8382
8382
|
createdAt: Date;
|
8383
8383
|
updatedAt: Date;
|
@@ -8419,9 +8419,9 @@ export declare const commentContract: {
|
|
8419
8419
|
};
|
8420
8420
|
} | null | undefined;
|
8421
8421
|
assignee?: {
|
8422
|
+
name: string;
|
8422
8423
|
id: string;
|
8423
8424
|
address: string | null;
|
8424
|
-
name: string;
|
8425
8425
|
email: string;
|
8426
8426
|
createdAt: Date;
|
8427
8427
|
updatedAt: Date;
|
@@ -8471,9 +8471,9 @@ export declare const commentContract: {
|
|
8471
8471
|
updatedAt: Date;
|
8472
8472
|
deletedAt: Date | null;
|
8473
8473
|
actor: {
|
8474
|
+
name: string;
|
8474
8475
|
id: string;
|
8475
8476
|
address: string | null;
|
8476
|
-
name: string;
|
8477
8477
|
email: string;
|
8478
8478
|
createdAt: Date;
|
8479
8479
|
updatedAt: Date;
|
@@ -8525,9 +8525,9 @@ export declare const commentContract: {
|
|
8525
8525
|
};
|
8526
8526
|
}[];
|
8527
8527
|
agent: {
|
8528
|
+
name: string;
|
8528
8529
|
id: string;
|
8529
8530
|
address: string | null;
|
8530
|
-
name: string;
|
8531
8531
|
email: string;
|
8532
8532
|
createdAt: Date;
|
8533
8533
|
updatedAt: Date;
|
@@ -8609,10 +8609,10 @@ export declare const commentContract: {
|
|
8609
8609
|
}[];
|
8610
8610
|
}[];
|
8611
8611
|
contact: {
|
8612
|
+
name: string;
|
8612
8613
|
id: string;
|
8613
8614
|
channel: string | null;
|
8614
8615
|
address: string | null;
|
8615
|
-
name: string;
|
8616
8616
|
createdAt: Date;
|
8617
8617
|
updatedAt: Date;
|
8618
8618
|
deletedAt: Date | null;
|
@@ -8657,8 +8657,8 @@ export declare const commentContract: {
|
|
8657
8657
|
createdAt: Date;
|
8658
8658
|
updatedAt: Date;
|
8659
8659
|
deletedAt: Date | null;
|
8660
|
-
address?: string | null | undefined;
|
8661
8660
|
name?: string | undefined;
|
8661
|
+
address?: string | null | undefined;
|
8662
8662
|
phone?: string | null | undefined;
|
8663
8663
|
industry?: string | null | undefined;
|
8664
8664
|
} | null;
|
@@ -8666,8 +8666,8 @@ export declare const commentContract: {
|
|
8666
8666
|
contactProfile: string | null;
|
8667
8667
|
socialProfileUrl: string | null;
|
8668
8668
|
tags: {
|
8669
|
-
id: string;
|
8670
8669
|
name: string;
|
8670
|
+
id: string;
|
8671
8671
|
createdAt: Date;
|
8672
8672
|
updatedAt: Date;
|
8673
8673
|
deletedAt: Date | null;
|
@@ -8692,8 +8692,8 @@ export declare const commentContract: {
|
|
8692
8692
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8693
8693
|
id: string;
|
8694
8694
|
metadata: {
|
8695
|
-
id: string;
|
8696
8695
|
name: string;
|
8696
|
+
id: string;
|
8697
8697
|
picture?: string | undefined;
|
8698
8698
|
additionalCredentials?: any;
|
8699
8699
|
};
|
@@ -8757,8 +8757,8 @@ export declare const commentContract: {
|
|
8757
8757
|
}[];
|
8758
8758
|
}[];
|
8759
8759
|
tags: {
|
8760
|
-
id: string;
|
8761
8760
|
name: string;
|
8761
|
+
id: string;
|
8762
8762
|
createdAt: Date;
|
8763
8763
|
updatedAt: Date;
|
8764
8764
|
deletedAt: Date | null;
|
@@ -8770,9 +8770,9 @@ export declare const commentContract: {
|
|
8770
8770
|
updatedAt: Date;
|
8771
8771
|
deletedAt: Date | null;
|
8772
8772
|
actor: {
|
8773
|
+
name: string;
|
8773
8774
|
id: string;
|
8774
8775
|
address: string | null;
|
8775
|
-
name: string;
|
8776
8776
|
email: string;
|
8777
8777
|
createdAt: Date;
|
8778
8778
|
updatedAt: Date;
|
@@ -8828,9 +8828,9 @@ export declare const commentContract: {
|
|
8828
8828
|
creatorId: string;
|
8829
8829
|
reasonToAssign: string | null;
|
8830
8830
|
creator?: {
|
8831
|
+
name: string;
|
8831
8832
|
id: string;
|
8832
8833
|
address: string | null;
|
8833
|
-
name: string;
|
8834
8834
|
email: string;
|
8835
8835
|
createdAt: Date;
|
8836
8836
|
updatedAt: Date;
|
@@ -8872,9 +8872,9 @@ export declare const commentContract: {
|
|
8872
8872
|
};
|
8873
8873
|
} | null | undefined;
|
8874
8874
|
assignee?: {
|
8875
|
+
name: string;
|
8875
8876
|
id: string;
|
8876
8877
|
address: string | null;
|
8877
|
-
name: string;
|
8878
8878
|
email: string;
|
8879
8879
|
createdAt: Date;
|
8880
8880
|
updatedAt: Date;
|
@@ -8924,9 +8924,9 @@ export declare const commentContract: {
|
|
8924
8924
|
updatedAt: Date;
|
8925
8925
|
deletedAt: Date | null;
|
8926
8926
|
actor: {
|
8927
|
+
name: string;
|
8927
8928
|
id: string;
|
8928
8929
|
address: string | null;
|
8929
|
-
name: string;
|
8930
8930
|
email: string;
|
8931
8931
|
createdAt: Date;
|
8932
8932
|
updatedAt: Date;
|
@@ -8978,9 +8978,9 @@ export declare const commentContract: {
|
|
8978
8978
|
};
|
8979
8979
|
}[];
|
8980
8980
|
agent: {
|
8981
|
+
name: string;
|
8981
8982
|
id: string;
|
8982
8983
|
address: string | null;
|
8983
|
-
name: string;
|
8984
8984
|
email: string;
|
8985
8985
|
createdAt: Date;
|
8986
8986
|
updatedAt: Date;
|
@@ -9224,9 +9224,9 @@ export declare const commentContract: {
|
|
9224
9224
|
telephonySignature: string | null;
|
9225
9225
|
}>;
|
9226
9226
|
}, "strip", z.ZodTypeAny, {
|
9227
|
+
name: string;
|
9227
9228
|
id: string;
|
9228
9229
|
address: string | null;
|
9229
|
-
name: string;
|
9230
9230
|
email: string;
|
9231
9231
|
createdAt: Date;
|
9232
9232
|
updatedAt: Date;
|
@@ -9267,9 +9267,9 @@ export declare const commentContract: {
|
|
9267
9267
|
telephonySignature: string | null;
|
9268
9268
|
};
|
9269
9269
|
}, {
|
9270
|
+
name: string;
|
9270
9271
|
id: string;
|
9271
9272
|
address: string | null;
|
9272
|
-
name: string;
|
9273
9273
|
email: string;
|
9274
9274
|
createdAt: Date;
|
9275
9275
|
updatedAt: Date;
|
@@ -9341,9 +9341,9 @@ export declare const commentContract: {
|
|
9341
9341
|
updatedAt: Date;
|
9342
9342
|
deletedAt: Date | null;
|
9343
9343
|
actor: {
|
9344
|
+
name: string;
|
9344
9345
|
id: string;
|
9345
9346
|
address: string | null;
|
9346
|
-
name: string;
|
9347
9347
|
email: string;
|
9348
9348
|
createdAt: Date;
|
9349
9349
|
updatedAt: Date;
|
@@ -9400,9 +9400,9 @@ export declare const commentContract: {
|
|
9400
9400
|
updatedAt: Date;
|
9401
9401
|
deletedAt: Date | null;
|
9402
9402
|
actor: {
|
9403
|
+
name: string;
|
9403
9404
|
id: string;
|
9404
9405
|
address: string | null;
|
9405
|
-
name: string;
|
9406
9406
|
email: string;
|
9407
9407
|
createdAt: Date;
|
9408
9408
|
updatedAt: Date;
|
@@ -9586,9 +9586,9 @@ export declare const commentContract: {
|
|
9586
9586
|
telephonySignature: string | null;
|
9587
9587
|
}>;
|
9588
9588
|
}, "strip", z.ZodTypeAny, {
|
9589
|
+
name: string;
|
9589
9590
|
id: string;
|
9590
9591
|
address: string | null;
|
9591
|
-
name: string;
|
9592
9592
|
email: string;
|
9593
9593
|
createdAt: Date;
|
9594
9594
|
updatedAt: Date;
|
@@ -9629,9 +9629,9 @@ export declare const commentContract: {
|
|
9629
9629
|
telephonySignature: string | null;
|
9630
9630
|
};
|
9631
9631
|
}, {
|
9632
|
+
name: string;
|
9632
9633
|
id: string;
|
9633
9634
|
address: string | null;
|
9634
|
-
name: string;
|
9635
9635
|
email: string;
|
9636
9636
|
createdAt: Date;
|
9637
9637
|
updatedAt: Date;
|
@@ -9791,9 +9791,9 @@ export declare const commentContract: {
|
|
9791
9791
|
telephonySignature: string | null;
|
9792
9792
|
}>;
|
9793
9793
|
}, "strip", z.ZodTypeAny, {
|
9794
|
+
name: string;
|
9794
9795
|
id: string;
|
9795
9796
|
address: string | null;
|
9796
|
-
name: string;
|
9797
9797
|
email: string;
|
9798
9798
|
createdAt: Date;
|
9799
9799
|
updatedAt: Date;
|
@@ -9834,9 +9834,9 @@ export declare const commentContract: {
|
|
9834
9834
|
telephonySignature: string | null;
|
9835
9835
|
};
|
9836
9836
|
}, {
|
9837
|
+
name: string;
|
9837
9838
|
id: string;
|
9838
9839
|
address: string | null;
|
9839
|
-
name: string;
|
9840
9840
|
email: string;
|
9841
9841
|
createdAt: Date;
|
9842
9842
|
updatedAt: Date;
|
@@ -10081,14 +10081,14 @@ export declare const commentContract: {
|
|
10081
10081
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10082
10082
|
name: z.ZodString;
|
10083
10083
|
}, "strip", z.ZodTypeAny, {
|
10084
|
-
id: string;
|
10085
10084
|
name: string;
|
10085
|
+
id: string;
|
10086
10086
|
createdAt: Date;
|
10087
10087
|
updatedAt: Date;
|
10088
10088
|
deletedAt: Date | null;
|
10089
10089
|
}, {
|
10090
|
-
id: string;
|
10091
10090
|
name: string;
|
10091
|
+
id: string;
|
10092
10092
|
createdAt: Date;
|
10093
10093
|
updatedAt: Date;
|
10094
10094
|
deletedAt: Date | null;
|
@@ -10211,14 +10211,14 @@ export declare const commentContract: {
|
|
10211
10211
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10212
10212
|
name: z.ZodString;
|
10213
10213
|
}, "strip", z.ZodTypeAny, {
|
10214
|
-
id: string;
|
10215
10214
|
name: string;
|
10215
|
+
id: string;
|
10216
10216
|
createdAt: Date;
|
10217
10217
|
updatedAt: Date;
|
10218
10218
|
deletedAt: Date | null;
|
10219
10219
|
}, {
|
10220
|
-
id: string;
|
10221
10220
|
name: string;
|
10221
|
+
id: string;
|
10222
10222
|
createdAt: Date;
|
10223
10223
|
updatedAt: Date;
|
10224
10224
|
deletedAt: Date | null;
|
@@ -10374,8 +10374,8 @@ export declare const commentContract: {
|
|
10374
10374
|
createdAt: Date;
|
10375
10375
|
updatedAt: Date;
|
10376
10376
|
deletedAt: Date | null;
|
10377
|
-
address?: string | null | undefined;
|
10378
10377
|
name?: string | undefined;
|
10378
|
+
address?: string | null | undefined;
|
10379
10379
|
phone?: string | null | undefined;
|
10380
10380
|
industry?: string | null | undefined;
|
10381
10381
|
}, {
|
@@ -10383,8 +10383,8 @@ export declare const commentContract: {
|
|
10383
10383
|
createdAt: Date;
|
10384
10384
|
updatedAt: Date;
|
10385
10385
|
deletedAt: Date | null;
|
10386
|
-
address?: string | null | undefined;
|
10387
10386
|
name?: string | undefined;
|
10387
|
+
address?: string | null | undefined;
|
10388
10388
|
phone?: string | null | undefined;
|
10389
10389
|
industry?: string | null | undefined;
|
10390
10390
|
}>>;
|
@@ -10402,13 +10402,13 @@ export declare const commentContract: {
|
|
10402
10402
|
picture: z.ZodOptional<z.ZodString>;
|
10403
10403
|
additionalCredentials: z.ZodAny;
|
10404
10404
|
}, "strip", z.ZodTypeAny, {
|
10405
|
-
id: string;
|
10406
10405
|
name: string;
|
10406
|
+
id: string;
|
10407
10407
|
picture?: string | undefined;
|
10408
10408
|
additionalCredentials?: any;
|
10409
10409
|
}, {
|
10410
|
-
id: string;
|
10411
10410
|
name: string;
|
10411
|
+
id: string;
|
10412
10412
|
picture?: string | undefined;
|
10413
10413
|
additionalCredentials?: any;
|
10414
10414
|
}>;
|
@@ -10416,8 +10416,8 @@ export declare const commentContract: {
|
|
10416
10416
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10417
10417
|
id: string;
|
10418
10418
|
metadata: {
|
10419
|
-
id: string;
|
10420
10419
|
name: string;
|
10420
|
+
id: string;
|
10421
10421
|
picture?: string | undefined;
|
10422
10422
|
additionalCredentials?: any;
|
10423
10423
|
};
|
@@ -10430,8 +10430,8 @@ export declare const commentContract: {
|
|
10430
10430
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10431
10431
|
id: string;
|
10432
10432
|
metadata: {
|
10433
|
-
id: string;
|
10434
10433
|
name: string;
|
10434
|
+
id: string;
|
10435
10435
|
picture?: string | undefined;
|
10436
10436
|
additionalCredentials?: any;
|
10437
10437
|
};
|
@@ -10741,10 +10741,10 @@ export declare const commentContract: {
|
|
10741
10741
|
};
|
10742
10742
|
}>, "many">>;
|
10743
10743
|
}, "strip", z.ZodTypeAny, {
|
10744
|
+
name: string;
|
10744
10745
|
id: string;
|
10745
10746
|
channel: string | null;
|
10746
10747
|
address: string | null;
|
10747
|
-
name: string;
|
10748
10748
|
createdAt: Date;
|
10749
10749
|
updatedAt: Date;
|
10750
10750
|
deletedAt: Date | null;
|
@@ -10789,8 +10789,8 @@ export declare const commentContract: {
|
|
10789
10789
|
createdAt: Date;
|
10790
10790
|
updatedAt: Date;
|
10791
10791
|
deletedAt: Date | null;
|
10792
|
-
address?: string | null | undefined;
|
10793
10792
|
name?: string | undefined;
|
10793
|
+
address?: string | null | undefined;
|
10794
10794
|
phone?: string | null | undefined;
|
10795
10795
|
industry?: string | null | undefined;
|
10796
10796
|
} | null;
|
@@ -10798,8 +10798,8 @@ export declare const commentContract: {
|
|
10798
10798
|
contactProfile: string | null;
|
10799
10799
|
socialProfileUrl: string | null;
|
10800
10800
|
tags: {
|
10801
|
-
id: string;
|
10802
10801
|
name: string;
|
10802
|
+
id: string;
|
10803
10803
|
createdAt: Date;
|
10804
10804
|
updatedAt: Date;
|
10805
10805
|
deletedAt: Date | null;
|
@@ -10824,8 +10824,8 @@ export declare const commentContract: {
|
|
10824
10824
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10825
10825
|
id: string;
|
10826
10826
|
metadata: {
|
10827
|
-
id: string;
|
10828
10827
|
name: string;
|
10828
|
+
id: string;
|
10829
10829
|
picture?: string | undefined;
|
10830
10830
|
additionalCredentials?: any;
|
10831
10831
|
};
|
@@ -10852,10 +10852,10 @@ export declare const commentContract: {
|
|
10852
10852
|
};
|
10853
10853
|
}[] | undefined;
|
10854
10854
|
}, {
|
10855
|
+
name: string;
|
10855
10856
|
id: string;
|
10856
10857
|
channel: string | null;
|
10857
10858
|
address: string | null;
|
10858
|
-
name: string;
|
10859
10859
|
createdAt: Date;
|
10860
10860
|
updatedAt: Date;
|
10861
10861
|
deletedAt: Date | null;
|
@@ -10900,8 +10900,8 @@ export declare const commentContract: {
|
|
10900
10900
|
createdAt: Date;
|
10901
10901
|
updatedAt: Date;
|
10902
10902
|
deletedAt: Date | null;
|
10903
|
-
address?: string | null | undefined;
|
10904
10903
|
name?: string | undefined;
|
10904
|
+
address?: string | null | undefined;
|
10905
10905
|
phone?: string | null | undefined;
|
10906
10906
|
industry?: string | null | undefined;
|
10907
10907
|
} | null;
|
@@ -10909,8 +10909,8 @@ export declare const commentContract: {
|
|
10909
10909
|
contactProfile: string | null;
|
10910
10910
|
socialProfileUrl: string | null;
|
10911
10911
|
tags: {
|
10912
|
-
id: string;
|
10913
10912
|
name: string;
|
10913
|
+
id: string;
|
10914
10914
|
createdAt: Date;
|
10915
10915
|
updatedAt: Date;
|
10916
10916
|
deletedAt: Date | null;
|
@@ -10935,8 +10935,8 @@ export declare const commentContract: {
|
|
10935
10935
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10936
10936
|
id: string;
|
10937
10937
|
metadata: {
|
10938
|
-
id: string;
|
10939
10938
|
name: string;
|
10939
|
+
id: string;
|
10940
10940
|
picture?: string | undefined;
|
10941
10941
|
additionalCredentials?: any;
|
10942
10942
|
};
|
@@ -11086,9 +11086,9 @@ export declare const commentContract: {
|
|
11086
11086
|
telephonySignature: string | null;
|
11087
11087
|
}>;
|
11088
11088
|
}, "strip", z.ZodTypeAny, {
|
11089
|
+
name: string;
|
11089
11090
|
id: string;
|
11090
11091
|
address: string | null;
|
11091
|
-
name: string;
|
11092
11092
|
email: string;
|
11093
11093
|
createdAt: Date;
|
11094
11094
|
updatedAt: Date;
|
@@ -11129,9 +11129,9 @@ export declare const commentContract: {
|
|
11129
11129
|
telephonySignature: string | null;
|
11130
11130
|
};
|
11131
11131
|
}, {
|
11132
|
+
name: string;
|
11132
11133
|
id: string;
|
11133
11134
|
address: string | null;
|
11134
|
-
name: string;
|
11135
11135
|
email: string;
|
11136
11136
|
createdAt: Date;
|
11137
11137
|
updatedAt: Date;
|
@@ -11203,9 +11203,9 @@ export declare const commentContract: {
|
|
11203
11203
|
updatedAt: Date;
|
11204
11204
|
deletedAt: Date | null;
|
11205
11205
|
actor: {
|
11206
|
+
name: string;
|
11206
11207
|
id: string;
|
11207
11208
|
address: string | null;
|
11208
|
-
name: string;
|
11209
11209
|
email: string;
|
11210
11210
|
createdAt: Date;
|
11211
11211
|
updatedAt: Date;
|
@@ -11262,9 +11262,9 @@ export declare const commentContract: {
|
|
11262
11262
|
updatedAt: Date;
|
11263
11263
|
deletedAt: Date | null;
|
11264
11264
|
actor: {
|
11265
|
+
name: string;
|
11265
11266
|
id: string;
|
11266
11267
|
address: string | null;
|
11267
|
-
name: string;
|
11268
11268
|
email: string;
|
11269
11269
|
createdAt: Date;
|
11270
11270
|
updatedAt: Date;
|
@@ -11349,10 +11349,10 @@ export declare const commentContract: {
|
|
11349
11349
|
}[];
|
11350
11350
|
}[];
|
11351
11351
|
contact: {
|
11352
|
+
name: string;
|
11352
11353
|
id: string;
|
11353
11354
|
channel: string | null;
|
11354
11355
|
address: string | null;
|
11355
|
-
name: string;
|
11356
11356
|
createdAt: Date;
|
11357
11357
|
updatedAt: Date;
|
11358
11358
|
deletedAt: Date | null;
|
@@ -11397,8 +11397,8 @@ export declare const commentContract: {
|
|
11397
11397
|
createdAt: Date;
|
11398
11398
|
updatedAt: Date;
|
11399
11399
|
deletedAt: Date | null;
|
11400
|
-
address?: string | null | undefined;
|
11401
11400
|
name?: string | undefined;
|
11401
|
+
address?: string | null | undefined;
|
11402
11402
|
phone?: string | null | undefined;
|
11403
11403
|
industry?: string | null | undefined;
|
11404
11404
|
} | null;
|
@@ -11406,8 +11406,8 @@ export declare const commentContract: {
|
|
11406
11406
|
contactProfile: string | null;
|
11407
11407
|
socialProfileUrl: string | null;
|
11408
11408
|
tags: {
|
11409
|
-
id: string;
|
11410
11409
|
name: string;
|
11410
|
+
id: string;
|
11411
11411
|
createdAt: Date;
|
11412
11412
|
updatedAt: Date;
|
11413
11413
|
deletedAt: Date | null;
|
@@ -11432,8 +11432,8 @@ export declare const commentContract: {
|
|
11432
11432
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11433
11433
|
id: string;
|
11434
11434
|
metadata: {
|
11435
|
-
id: string;
|
11436
11435
|
name: string;
|
11436
|
+
id: string;
|
11437
11437
|
picture?: string | undefined;
|
11438
11438
|
additionalCredentials?: any;
|
11439
11439
|
};
|
@@ -11497,8 +11497,8 @@ export declare const commentContract: {
|
|
11497
11497
|
}[];
|
11498
11498
|
}[];
|
11499
11499
|
tags: {
|
11500
|
-
id: string;
|
11501
11500
|
name: string;
|
11501
|
+
id: string;
|
11502
11502
|
createdAt: Date;
|
11503
11503
|
updatedAt: Date;
|
11504
11504
|
deletedAt: Date | null;
|
@@ -11510,9 +11510,9 @@ export declare const commentContract: {
|
|
11510
11510
|
updatedAt: Date;
|
11511
11511
|
deletedAt: Date | null;
|
11512
11512
|
actor: {
|
11513
|
+
name: string;
|
11513
11514
|
id: string;
|
11514
11515
|
address: string | null;
|
11515
|
-
name: string;
|
11516
11516
|
email: string;
|
11517
11517
|
createdAt: Date;
|
11518
11518
|
updatedAt: Date;
|
@@ -11568,9 +11568,9 @@ export declare const commentContract: {
|
|
11568
11568
|
creatorId: string;
|
11569
11569
|
reasonToAssign: string | null;
|
11570
11570
|
creator?: {
|
11571
|
+
name: string;
|
11571
11572
|
id: string;
|
11572
11573
|
address: string | null;
|
11573
|
-
name: string;
|
11574
11574
|
email: string;
|
11575
11575
|
createdAt: Date;
|
11576
11576
|
updatedAt: Date;
|
@@ -11612,9 +11612,9 @@ export declare const commentContract: {
|
|
11612
11612
|
};
|
11613
11613
|
} | null | undefined;
|
11614
11614
|
assignee?: {
|
11615
|
+
name: string;
|
11615
11616
|
id: string;
|
11616
11617
|
address: string | null;
|
11617
|
-
name: string;
|
11618
11618
|
email: string;
|
11619
11619
|
createdAt: Date;
|
11620
11620
|
updatedAt: Date;
|
@@ -11690,10 +11690,10 @@ export declare const commentContract: {
|
|
11690
11690
|
}[];
|
11691
11691
|
}[];
|
11692
11692
|
contact: {
|
11693
|
+
name: string;
|
11693
11694
|
id: string;
|
11694
11695
|
channel: string | null;
|
11695
11696
|
address: string | null;
|
11696
|
-
name: string;
|
11697
11697
|
createdAt: Date;
|
11698
11698
|
updatedAt: Date;
|
11699
11699
|
deletedAt: Date | null;
|
@@ -11738,8 +11738,8 @@ export declare const commentContract: {
|
|
11738
11738
|
createdAt: Date;
|
11739
11739
|
updatedAt: Date;
|
11740
11740
|
deletedAt: Date | null;
|
11741
|
-
address?: string | null | undefined;
|
11742
11741
|
name?: string | undefined;
|
11742
|
+
address?: string | null | undefined;
|
11743
11743
|
phone?: string | null | undefined;
|
11744
11744
|
industry?: string | null | undefined;
|
11745
11745
|
} | null;
|
@@ -11747,8 +11747,8 @@ export declare const commentContract: {
|
|
11747
11747
|
contactProfile: string | null;
|
11748
11748
|
socialProfileUrl: string | null;
|
11749
11749
|
tags: {
|
11750
|
-
id: string;
|
11751
11750
|
name: string;
|
11751
|
+
id: string;
|
11752
11752
|
createdAt: Date;
|
11753
11753
|
updatedAt: Date;
|
11754
11754
|
deletedAt: Date | null;
|
@@ -11773,8 +11773,8 @@ export declare const commentContract: {
|
|
11773
11773
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11774
11774
|
id: string;
|
11775
11775
|
metadata: {
|
11776
|
-
id: string;
|
11777
11776
|
name: string;
|
11777
|
+
id: string;
|
11778
11778
|
picture?: string | undefined;
|
11779
11779
|
additionalCredentials?: any;
|
11780
11780
|
};
|
@@ -11838,8 +11838,8 @@ export declare const commentContract: {
|
|
11838
11838
|
}[];
|
11839
11839
|
}[];
|
11840
11840
|
tags: {
|
11841
|
-
id: string;
|
11842
11841
|
name: string;
|
11842
|
+
id: string;
|
11843
11843
|
createdAt: Date;
|
11844
11844
|
updatedAt: Date;
|
11845
11845
|
deletedAt: Date | null;
|
@@ -11851,9 +11851,9 @@ export declare const commentContract: {
|
|
11851
11851
|
updatedAt: Date;
|
11852
11852
|
deletedAt: Date | null;
|
11853
11853
|
actor: {
|
11854
|
+
name: string;
|
11854
11855
|
id: string;
|
11855
11856
|
address: string | null;
|
11856
|
-
name: string;
|
11857
11857
|
email: string;
|
11858
11858
|
createdAt: Date;
|
11859
11859
|
updatedAt: Date;
|
@@ -11909,9 +11909,9 @@ export declare const commentContract: {
|
|
11909
11909
|
creatorId: string;
|
11910
11910
|
reasonToAssign: string | null;
|
11911
11911
|
creator?: {
|
11912
|
+
name: string;
|
11912
11913
|
id: string;
|
11913
11914
|
address: string | null;
|
11914
|
-
name: string;
|
11915
11915
|
email: string;
|
11916
11916
|
createdAt: Date;
|
11917
11917
|
updatedAt: Date;
|
@@ -11953,9 +11953,9 @@ export declare const commentContract: {
|
|
11953
11953
|
};
|
11954
11954
|
} | null | undefined;
|
11955
11955
|
assignee?: {
|
11956
|
+
name: string;
|
11956
11957
|
id: string;
|
11957
11958
|
address: string | null;
|
11958
|
-
name: string;
|
11959
11959
|
email: string;
|
11960
11960
|
createdAt: Date;
|
11961
11961
|
updatedAt: Date;
|
@@ -12116,9 +12116,9 @@ export declare const commentContract: {
|
|
12116
12116
|
telephonySignature: string | null;
|
12117
12117
|
}>;
|
12118
12118
|
}, "strip", z.ZodTypeAny, {
|
12119
|
+
name: string;
|
12119
12120
|
id: string;
|
12120
12121
|
address: string | null;
|
12121
|
-
name: string;
|
12122
12122
|
email: string;
|
12123
12123
|
createdAt: Date;
|
12124
12124
|
updatedAt: Date;
|
@@ -12159,9 +12159,9 @@ export declare const commentContract: {
|
|
12159
12159
|
telephonySignature: string | null;
|
12160
12160
|
};
|
12161
12161
|
}, {
|
12162
|
+
name: string;
|
12162
12163
|
id: string;
|
12163
12164
|
address: string | null;
|
12164
|
-
name: string;
|
12165
12165
|
email: string;
|
12166
12166
|
createdAt: Date;
|
12167
12167
|
updatedAt: Date;
|
@@ -12241,10 +12241,10 @@ export declare const commentContract: {
|
|
12241
12241
|
}[];
|
12242
12242
|
}[];
|
12243
12243
|
contact: {
|
12244
|
+
name: string;
|
12244
12245
|
id: string;
|
12245
12246
|
channel: string | null;
|
12246
12247
|
address: string | null;
|
12247
|
-
name: string;
|
12248
12248
|
createdAt: Date;
|
12249
12249
|
updatedAt: Date;
|
12250
12250
|
deletedAt: Date | null;
|
@@ -12289,8 +12289,8 @@ export declare const commentContract: {
|
|
12289
12289
|
createdAt: Date;
|
12290
12290
|
updatedAt: Date;
|
12291
12291
|
deletedAt: Date | null;
|
12292
|
-
address?: string | null | undefined;
|
12293
12292
|
name?: string | undefined;
|
12293
|
+
address?: string | null | undefined;
|
12294
12294
|
phone?: string | null | undefined;
|
12295
12295
|
industry?: string | null | undefined;
|
12296
12296
|
} | null;
|
@@ -12298,8 +12298,8 @@ export declare const commentContract: {
|
|
12298
12298
|
contactProfile: string | null;
|
12299
12299
|
socialProfileUrl: string | null;
|
12300
12300
|
tags: {
|
12301
|
-
id: string;
|
12302
12301
|
name: string;
|
12302
|
+
id: string;
|
12303
12303
|
createdAt: Date;
|
12304
12304
|
updatedAt: Date;
|
12305
12305
|
deletedAt: Date | null;
|
@@ -12324,8 +12324,8 @@ export declare const commentContract: {
|
|
12324
12324
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12325
12325
|
id: string;
|
12326
12326
|
metadata: {
|
12327
|
-
id: string;
|
12328
12327
|
name: string;
|
12328
|
+
id: string;
|
12329
12329
|
picture?: string | undefined;
|
12330
12330
|
additionalCredentials?: any;
|
12331
12331
|
};
|
@@ -12389,8 +12389,8 @@ export declare const commentContract: {
|
|
12389
12389
|
}[];
|
12390
12390
|
}[];
|
12391
12391
|
tags: {
|
12392
|
-
id: string;
|
12393
12392
|
name: string;
|
12393
|
+
id: string;
|
12394
12394
|
createdAt: Date;
|
12395
12395
|
updatedAt: Date;
|
12396
12396
|
deletedAt: Date | null;
|
@@ -12402,9 +12402,9 @@ export declare const commentContract: {
|
|
12402
12402
|
updatedAt: Date;
|
12403
12403
|
deletedAt: Date | null;
|
12404
12404
|
actor: {
|
12405
|
+
name: string;
|
12405
12406
|
id: string;
|
12406
12407
|
address: string | null;
|
12407
|
-
name: string;
|
12408
12408
|
email: string;
|
12409
12409
|
createdAt: Date;
|
12410
12410
|
updatedAt: Date;
|
@@ -12460,9 +12460,9 @@ export declare const commentContract: {
|
|
12460
12460
|
creatorId: string;
|
12461
12461
|
reasonToAssign: string | null;
|
12462
12462
|
creator?: {
|
12463
|
+
name: string;
|
12463
12464
|
id: string;
|
12464
12465
|
address: string | null;
|
12465
|
-
name: string;
|
12466
12466
|
email: string;
|
12467
12467
|
createdAt: Date;
|
12468
12468
|
updatedAt: Date;
|
@@ -12504,9 +12504,9 @@ export declare const commentContract: {
|
|
12504
12504
|
};
|
12505
12505
|
} | null | undefined;
|
12506
12506
|
assignee?: {
|
12507
|
+
name: string;
|
12507
12508
|
id: string;
|
12508
12509
|
address: string | null;
|
12509
|
-
name: string;
|
12510
12510
|
email: string;
|
12511
12511
|
createdAt: Date;
|
12512
12512
|
updatedAt: Date;
|
@@ -12556,9 +12556,9 @@ export declare const commentContract: {
|
|
12556
12556
|
updatedAt: Date;
|
12557
12557
|
deletedAt: Date | null;
|
12558
12558
|
actor: {
|
12559
|
+
name: string;
|
12559
12560
|
id: string;
|
12560
12561
|
address: string | null;
|
12561
|
-
name: string;
|
12562
12562
|
email: string;
|
12563
12563
|
createdAt: Date;
|
12564
12564
|
updatedAt: Date;
|
@@ -12610,9 +12610,9 @@ export declare const commentContract: {
|
|
12610
12610
|
};
|
12611
12611
|
}[];
|
12612
12612
|
agent: {
|
12613
|
+
name: string;
|
12613
12614
|
id: string;
|
12614
12615
|
address: string | null;
|
12615
|
-
name: string;
|
12616
12616
|
email: string;
|
12617
12617
|
createdAt: Date;
|
12618
12618
|
updatedAt: Date;
|
@@ -12694,10 +12694,10 @@ export declare const commentContract: {
|
|
12694
12694
|
}[];
|
12695
12695
|
}[];
|
12696
12696
|
contact: {
|
12697
|
+
name: string;
|
12697
12698
|
id: string;
|
12698
12699
|
channel: string | null;
|
12699
12700
|
address: string | null;
|
12700
|
-
name: string;
|
12701
12701
|
createdAt: Date;
|
12702
12702
|
updatedAt: Date;
|
12703
12703
|
deletedAt: Date | null;
|
@@ -12742,8 +12742,8 @@ export declare const commentContract: {
|
|
12742
12742
|
createdAt: Date;
|
12743
12743
|
updatedAt: Date;
|
12744
12744
|
deletedAt: Date | null;
|
12745
|
-
address?: string | null | undefined;
|
12746
12745
|
name?: string | undefined;
|
12746
|
+
address?: string | null | undefined;
|
12747
12747
|
phone?: string | null | undefined;
|
12748
12748
|
industry?: string | null | undefined;
|
12749
12749
|
} | null;
|
@@ -12751,8 +12751,8 @@ export declare const commentContract: {
|
|
12751
12751
|
contactProfile: string | null;
|
12752
12752
|
socialProfileUrl: string | null;
|
12753
12753
|
tags: {
|
12754
|
-
id: string;
|
12755
12754
|
name: string;
|
12755
|
+
id: string;
|
12756
12756
|
createdAt: Date;
|
12757
12757
|
updatedAt: Date;
|
12758
12758
|
deletedAt: Date | null;
|
@@ -12777,8 +12777,8 @@ export declare const commentContract: {
|
|
12777
12777
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12778
12778
|
id: string;
|
12779
12779
|
metadata: {
|
12780
|
-
id: string;
|
12781
12780
|
name: string;
|
12781
|
+
id: string;
|
12782
12782
|
picture?: string | undefined;
|
12783
12783
|
additionalCredentials?: any;
|
12784
12784
|
};
|
@@ -12842,8 +12842,8 @@ export declare const commentContract: {
|
|
12842
12842
|
}[];
|
12843
12843
|
}[];
|
12844
12844
|
tags: {
|
12845
|
-
id: string;
|
12846
12845
|
name: string;
|
12846
|
+
id: string;
|
12847
12847
|
createdAt: Date;
|
12848
12848
|
updatedAt: Date;
|
12849
12849
|
deletedAt: Date | null;
|
@@ -12855,9 +12855,9 @@ export declare const commentContract: {
|
|
12855
12855
|
updatedAt: Date;
|
12856
12856
|
deletedAt: Date | null;
|
12857
12857
|
actor: {
|
12858
|
+
name: string;
|
12858
12859
|
id: string;
|
12859
12860
|
address: string | null;
|
12860
|
-
name: string;
|
12861
12861
|
email: string;
|
12862
12862
|
createdAt: Date;
|
12863
12863
|
updatedAt: Date;
|
@@ -12913,9 +12913,9 @@ export declare const commentContract: {
|
|
12913
12913
|
creatorId: string;
|
12914
12914
|
reasonToAssign: string | null;
|
12915
12915
|
creator?: {
|
12916
|
+
name: string;
|
12916
12917
|
id: string;
|
12917
12918
|
address: string | null;
|
12918
|
-
name: string;
|
12919
12919
|
email: string;
|
12920
12920
|
createdAt: Date;
|
12921
12921
|
updatedAt: Date;
|
@@ -12957,9 +12957,9 @@ export declare const commentContract: {
|
|
12957
12957
|
};
|
12958
12958
|
} | null | undefined;
|
12959
12959
|
assignee?: {
|
12960
|
+
name: string;
|
12960
12961
|
id: string;
|
12961
12962
|
address: string | null;
|
12962
|
-
name: string;
|
12963
12963
|
email: string;
|
12964
12964
|
createdAt: Date;
|
12965
12965
|
updatedAt: Date;
|
@@ -13009,9 +13009,9 @@ export declare const commentContract: {
|
|
13009
13009
|
updatedAt: Date;
|
13010
13010
|
deletedAt: Date | null;
|
13011
13011
|
actor: {
|
13012
|
+
name: string;
|
13012
13013
|
id: string;
|
13013
13014
|
address: string | null;
|
13014
|
-
name: string;
|
13015
13015
|
email: string;
|
13016
13016
|
createdAt: Date;
|
13017
13017
|
updatedAt: Date;
|
@@ -13063,9 +13063,9 @@ export declare const commentContract: {
|
|
13063
13063
|
};
|
13064
13064
|
}[];
|
13065
13065
|
agent: {
|
13066
|
+
name: string;
|
13066
13067
|
id: string;
|
13067
13068
|
address: string | null;
|
13068
|
-
name: string;
|
13069
13069
|
email: string;
|
13070
13070
|
createdAt: Date;
|
13071
13071
|
updatedAt: Date;
|
@@ -13150,10 +13150,10 @@ export declare const commentContract: {
|
|
13150
13150
|
}[];
|
13151
13151
|
}[];
|
13152
13152
|
contact: {
|
13153
|
+
name: string;
|
13153
13154
|
id: string;
|
13154
13155
|
channel: string | null;
|
13155
13156
|
address: string | null;
|
13156
|
-
name: string;
|
13157
13157
|
createdAt: Date;
|
13158
13158
|
updatedAt: Date;
|
13159
13159
|
deletedAt: Date | null;
|
@@ -13198,8 +13198,8 @@ export declare const commentContract: {
|
|
13198
13198
|
createdAt: Date;
|
13199
13199
|
updatedAt: Date;
|
13200
13200
|
deletedAt: Date | null;
|
13201
|
-
address?: string | null | undefined;
|
13202
13201
|
name?: string | undefined;
|
13202
|
+
address?: string | null | undefined;
|
13203
13203
|
phone?: string | null | undefined;
|
13204
13204
|
industry?: string | null | undefined;
|
13205
13205
|
} | null;
|
@@ -13207,8 +13207,8 @@ export declare const commentContract: {
|
|
13207
13207
|
contactProfile: string | null;
|
13208
13208
|
socialProfileUrl: string | null;
|
13209
13209
|
tags: {
|
13210
|
-
id: string;
|
13211
13210
|
name: string;
|
13211
|
+
id: string;
|
13212
13212
|
createdAt: Date;
|
13213
13213
|
updatedAt: Date;
|
13214
13214
|
deletedAt: Date | null;
|
@@ -13233,8 +13233,8 @@ export declare const commentContract: {
|
|
13233
13233
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13234
13234
|
id: string;
|
13235
13235
|
metadata: {
|
13236
|
-
id: string;
|
13237
13236
|
name: string;
|
13237
|
+
id: string;
|
13238
13238
|
picture?: string | undefined;
|
13239
13239
|
additionalCredentials?: any;
|
13240
13240
|
};
|
@@ -13298,8 +13298,8 @@ export declare const commentContract: {
|
|
13298
13298
|
}[];
|
13299
13299
|
}[];
|
13300
13300
|
tags: {
|
13301
|
-
id: string;
|
13302
13301
|
name: string;
|
13302
|
+
id: string;
|
13303
13303
|
createdAt: Date;
|
13304
13304
|
updatedAt: Date;
|
13305
13305
|
deletedAt: Date | null;
|
@@ -13311,9 +13311,9 @@ export declare const commentContract: {
|
|
13311
13311
|
updatedAt: Date;
|
13312
13312
|
deletedAt: Date | null;
|
13313
13313
|
actor: {
|
13314
|
+
name: string;
|
13314
13315
|
id: string;
|
13315
13316
|
address: string | null;
|
13316
|
-
name: string;
|
13317
13317
|
email: string;
|
13318
13318
|
createdAt: Date;
|
13319
13319
|
updatedAt: Date;
|
@@ -13369,9 +13369,9 @@ export declare const commentContract: {
|
|
13369
13369
|
creatorId: string;
|
13370
13370
|
reasonToAssign: string | null;
|
13371
13371
|
creator?: {
|
13372
|
+
name: string;
|
13372
13373
|
id: string;
|
13373
13374
|
address: string | null;
|
13374
|
-
name: string;
|
13375
13375
|
email: string;
|
13376
13376
|
createdAt: Date;
|
13377
13377
|
updatedAt: Date;
|
@@ -13413,9 +13413,9 @@ export declare const commentContract: {
|
|
13413
13413
|
};
|
13414
13414
|
} | null | undefined;
|
13415
13415
|
assignee?: {
|
13416
|
+
name: string;
|
13416
13417
|
id: string;
|
13417
13418
|
address: string | null;
|
13418
|
-
name: string;
|
13419
13419
|
email: string;
|
13420
13420
|
createdAt: Date;
|
13421
13421
|
updatedAt: Date;
|
@@ -13465,9 +13465,9 @@ export declare const commentContract: {
|
|
13465
13465
|
updatedAt: Date;
|
13466
13466
|
deletedAt: Date | null;
|
13467
13467
|
actor: {
|
13468
|
+
name: string;
|
13468
13469
|
id: string;
|
13469
13470
|
address: string | null;
|
13470
|
-
name: string;
|
13471
13471
|
email: string;
|
13472
13472
|
createdAt: Date;
|
13473
13473
|
updatedAt: Date;
|
@@ -13519,9 +13519,9 @@ export declare const commentContract: {
|
|
13519
13519
|
};
|
13520
13520
|
}[];
|
13521
13521
|
agent: {
|
13522
|
+
name: string;
|
13522
13523
|
id: string;
|
13523
13524
|
address: string | null;
|
13524
|
-
name: string;
|
13525
13525
|
email: string;
|
13526
13526
|
createdAt: Date;
|
13527
13527
|
updatedAt: Date;
|
@@ -13606,10 +13606,10 @@ export declare const commentContract: {
|
|
13606
13606
|
}[];
|
13607
13607
|
}[];
|
13608
13608
|
contact: {
|
13609
|
+
name: string;
|
13609
13610
|
id: string;
|
13610
13611
|
channel: string | null;
|
13611
13612
|
address: string | null;
|
13612
|
-
name: string;
|
13613
13613
|
createdAt: Date;
|
13614
13614
|
updatedAt: Date;
|
13615
13615
|
deletedAt: Date | null;
|
@@ -13654,8 +13654,8 @@ export declare const commentContract: {
|
|
13654
13654
|
createdAt: Date;
|
13655
13655
|
updatedAt: Date;
|
13656
13656
|
deletedAt: Date | null;
|
13657
|
-
address?: string | null | undefined;
|
13658
13657
|
name?: string | undefined;
|
13658
|
+
address?: string | null | undefined;
|
13659
13659
|
phone?: string | null | undefined;
|
13660
13660
|
industry?: string | null | undefined;
|
13661
13661
|
} | null;
|
@@ -13663,8 +13663,8 @@ export declare const commentContract: {
|
|
13663
13663
|
contactProfile: string | null;
|
13664
13664
|
socialProfileUrl: string | null;
|
13665
13665
|
tags: {
|
13666
|
-
id: string;
|
13667
13666
|
name: string;
|
13667
|
+
id: string;
|
13668
13668
|
createdAt: Date;
|
13669
13669
|
updatedAt: Date;
|
13670
13670
|
deletedAt: Date | null;
|
@@ -13689,8 +13689,8 @@ export declare const commentContract: {
|
|
13689
13689
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13690
13690
|
id: string;
|
13691
13691
|
metadata: {
|
13692
|
-
id: string;
|
13693
13692
|
name: string;
|
13693
|
+
id: string;
|
13694
13694
|
picture?: string | undefined;
|
13695
13695
|
additionalCredentials?: any;
|
13696
13696
|
};
|
@@ -13754,8 +13754,8 @@ export declare const commentContract: {
|
|
13754
13754
|
}[];
|
13755
13755
|
}[];
|
13756
13756
|
tags: {
|
13757
|
-
id: string;
|
13758
13757
|
name: string;
|
13758
|
+
id: string;
|
13759
13759
|
createdAt: Date;
|
13760
13760
|
updatedAt: Date;
|
13761
13761
|
deletedAt: Date | null;
|
@@ -13767,9 +13767,9 @@ export declare const commentContract: {
|
|
13767
13767
|
updatedAt: Date;
|
13768
13768
|
deletedAt: Date | null;
|
13769
13769
|
actor: {
|
13770
|
+
name: string;
|
13770
13771
|
id: string;
|
13771
13772
|
address: string | null;
|
13772
|
-
name: string;
|
13773
13773
|
email: string;
|
13774
13774
|
createdAt: Date;
|
13775
13775
|
updatedAt: Date;
|
@@ -13825,9 +13825,9 @@ export declare const commentContract: {
|
|
13825
13825
|
creatorId: string;
|
13826
13826
|
reasonToAssign: string | null;
|
13827
13827
|
creator?: {
|
13828
|
+
name: string;
|
13828
13829
|
id: string;
|
13829
13830
|
address: string | null;
|
13830
|
-
name: string;
|
13831
13831
|
email: string;
|
13832
13832
|
createdAt: Date;
|
13833
13833
|
updatedAt: Date;
|
@@ -13869,9 +13869,9 @@ export declare const commentContract: {
|
|
13869
13869
|
};
|
13870
13870
|
} | null | undefined;
|
13871
13871
|
assignee?: {
|
13872
|
+
name: string;
|
13872
13873
|
id: string;
|
13873
13874
|
address: string | null;
|
13874
|
-
name: string;
|
13875
13875
|
email: string;
|
13876
13876
|
createdAt: Date;
|
13877
13877
|
updatedAt: Date;
|
@@ -13921,9 +13921,9 @@ export declare const commentContract: {
|
|
13921
13921
|
updatedAt: Date;
|
13922
13922
|
deletedAt: Date | null;
|
13923
13923
|
actor: {
|
13924
|
+
name: string;
|
13924
13925
|
id: string;
|
13925
13926
|
address: string | null;
|
13926
|
-
name: string;
|
13927
13927
|
email: string;
|
13928
13928
|
createdAt: Date;
|
13929
13929
|
updatedAt: Date;
|
@@ -13975,9 +13975,9 @@ export declare const commentContract: {
|
|
13975
13975
|
};
|
13976
13976
|
}[];
|
13977
13977
|
agent: {
|
13978
|
+
name: string;
|
13978
13979
|
id: string;
|
13979
13980
|
address: string | null;
|
13980
|
-
name: string;
|
13981
13981
|
email: string;
|
13982
13982
|
createdAt: Date;
|
13983
13983
|
updatedAt: Date;
|