@kl1/contracts 1.2.44-uat → 1.2.46-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- 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 +343 -343
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1365 -1644
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- 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 +12 -12
- 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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1435 -1750
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +122 -143
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- 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/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- 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 +1182 -1407
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +103 -48
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +31 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +240 -240
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- 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 +12 -20
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1188 -1413
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- 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 +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- 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 +427 -8713
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- 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/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4397 -4941
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4933
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -153,9 +153,9 @@ export declare const commentContract: {
|
|
|
153
153
|
telephonySignature: string | null;
|
|
154
154
|
}>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
-
name: string;
|
|
157
156
|
id: string;
|
|
158
157
|
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;
|
|
200
199
|
id: string;
|
|
201
200
|
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;
|
|
274
273
|
id: string;
|
|
275
274
|
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;
|
|
333
332
|
id: string;
|
|
334
333
|
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;
|
|
519
518
|
id: string;
|
|
520
519
|
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;
|
|
562
561
|
id: string;
|
|
563
562
|
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;
|
|
724
723
|
id: string;
|
|
725
724
|
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;
|
|
767
766
|
id: string;
|
|
768
767
|
address: string | null;
|
|
768
|
+
name: string;
|
|
769
769
|
email: string;
|
|
770
770
|
createdAt: Date;
|
|
771
771
|
updatedAt: Date;
|
|
@@ -908,10 +908,9 @@ export declare const commentContract: {
|
|
|
908
908
|
fileSize: z.ZodNumber;
|
|
909
909
|
fileKey: z.ZodString;
|
|
910
910
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
911
|
-
status: z.
|
|
911
|
+
status: z.ZodOptional<z.ZodString>;
|
|
912
912
|
}, "strip", z.ZodTypeAny, {
|
|
913
913
|
id: string;
|
|
914
|
-
status: string | null;
|
|
915
914
|
createdAt: Date;
|
|
916
915
|
updatedAt: Date;
|
|
917
916
|
deletedAt: Date | null;
|
|
@@ -920,9 +919,9 @@ export declare const commentContract: {
|
|
|
920
919
|
bucketName: string;
|
|
921
920
|
fileSize: number;
|
|
922
921
|
fileUrl: string | null;
|
|
922
|
+
status?: string | undefined;
|
|
923
923
|
}, {
|
|
924
924
|
id: string;
|
|
925
|
-
status: string | null;
|
|
926
925
|
createdAt: Date;
|
|
927
926
|
updatedAt: Date;
|
|
928
927
|
deletedAt: Date | null;
|
|
@@ -931,6 +930,7 @@ export declare const commentContract: {
|
|
|
931
930
|
bucketName: string;
|
|
932
931
|
fileSize: number;
|
|
933
932
|
fileUrl: string | null;
|
|
933
|
+
status?: string | undefined;
|
|
934
934
|
}>, "many">;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
936
|
id: string;
|
|
@@ -957,7 +957,6 @@ export declare const commentContract: {
|
|
|
957
957
|
dateValue: Date | null;
|
|
958
958
|
uploads: {
|
|
959
959
|
id: string;
|
|
960
|
-
status: string | null;
|
|
961
960
|
createdAt: Date;
|
|
962
961
|
updatedAt: Date;
|
|
963
962
|
deletedAt: Date | null;
|
|
@@ -966,6 +965,7 @@ export declare const commentContract: {
|
|
|
966
965
|
bucketName: string;
|
|
967
966
|
fileSize: number;
|
|
968
967
|
fileUrl: string | null;
|
|
968
|
+
status?: string | undefined;
|
|
969
969
|
}[];
|
|
970
970
|
}, {
|
|
971
971
|
id: string;
|
|
@@ -992,7 +992,6 @@ export declare const commentContract: {
|
|
|
992
992
|
dateValue: Date | null;
|
|
993
993
|
uploads: {
|
|
994
994
|
id: string;
|
|
995
|
-
status: string | null;
|
|
996
995
|
createdAt: Date;
|
|
997
996
|
updatedAt: Date;
|
|
998
997
|
deletedAt: Date | null;
|
|
@@ -1001,6 +1000,7 @@ export declare const commentContract: {
|
|
|
1001
1000
|
bucketName: string;
|
|
1002
1001
|
fileSize: number;
|
|
1003
1002
|
fileUrl: string | null;
|
|
1003
|
+
status?: string | undefined;
|
|
1004
1004
|
}[];
|
|
1005
1005
|
}>, "many">;
|
|
1006
1006
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -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
|
-
name: string;
|
|
1014
1013
|
id: string;
|
|
1014
|
+
name: string;
|
|
1015
1015
|
createdAt: Date;
|
|
1016
1016
|
updatedAt: Date;
|
|
1017
1017
|
deletedAt: Date | null;
|
|
1018
1018
|
}, {
|
|
1019
|
-
name: string;
|
|
1020
1019
|
id: string;
|
|
1020
|
+
name: 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
|
-
name: string;
|
|
1144
1143
|
id: string;
|
|
1144
|
+
name: string;
|
|
1145
1145
|
createdAt: Date;
|
|
1146
1146
|
updatedAt: Date;
|
|
1147
1147
|
deletedAt: Date | null;
|
|
1148
1148
|
}, {
|
|
1149
|
-
name: string;
|
|
1150
1149
|
id: string;
|
|
1150
|
+
name: 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
|
-
name?: string | undefined;
|
|
1307
1306
|
address?: string | null | undefined;
|
|
1307
|
+
name?: string | 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
|
-
name?: string | undefined;
|
|
1316
1315
|
address?: string | null | undefined;
|
|
1316
|
+
name?: string | 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
|
-
name: string;
|
|
1335
1334
|
id: string;
|
|
1335
|
+
name: string;
|
|
1336
1336
|
picture?: string | undefined;
|
|
1337
1337
|
additionalCredentials?: any;
|
|
1338
1338
|
}, {
|
|
1339
|
-
name: string;
|
|
1340
1339
|
id: string;
|
|
1340
|
+
name: 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
|
-
name: string;
|
|
1349
1348
|
id: string;
|
|
1349
|
+
name: 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
|
-
name: string;
|
|
1363
1362
|
id: string;
|
|
1363
|
+
name: string;
|
|
1364
1364
|
picture?: string | undefined;
|
|
1365
1365
|
additionalCredentials?: any;
|
|
1366
1366
|
};
|
|
@@ -1470,10 +1470,9 @@ export declare const commentContract: {
|
|
|
1470
1470
|
fileSize: z.ZodNumber;
|
|
1471
1471
|
fileKey: z.ZodString;
|
|
1472
1472
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
1473
|
-
status: z.
|
|
1473
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1474
1474
|
}, "strip", z.ZodTypeAny, {
|
|
1475
1475
|
id: string;
|
|
1476
|
-
status: string | null;
|
|
1477
1476
|
createdAt: Date;
|
|
1478
1477
|
updatedAt: Date;
|
|
1479
1478
|
deletedAt: Date | null;
|
|
@@ -1482,9 +1481,9 @@ export declare const commentContract: {
|
|
|
1482
1481
|
bucketName: string;
|
|
1483
1482
|
fileSize: number;
|
|
1484
1483
|
fileUrl: string | null;
|
|
1484
|
+
status?: string | undefined;
|
|
1485
1485
|
}, {
|
|
1486
1486
|
id: string;
|
|
1487
|
-
status: string | null;
|
|
1488
1487
|
createdAt: Date;
|
|
1489
1488
|
updatedAt: Date;
|
|
1490
1489
|
deletedAt: Date | null;
|
|
@@ -1493,6 +1492,7 @@ export declare const commentContract: {
|
|
|
1493
1492
|
bucketName: string;
|
|
1494
1493
|
fileSize: number;
|
|
1495
1494
|
fileUrl: string | null;
|
|
1495
|
+
status?: string | undefined;
|
|
1496
1496
|
}>, "many">;
|
|
1497
1497
|
}, "strip", z.ZodTypeAny, {
|
|
1498
1498
|
id: string;
|
|
@@ -1519,7 +1519,6 @@ export declare const commentContract: {
|
|
|
1519
1519
|
dateValue: Date | null;
|
|
1520
1520
|
uploads: {
|
|
1521
1521
|
id: string;
|
|
1522
|
-
status: string | null;
|
|
1523
1522
|
createdAt: Date;
|
|
1524
1523
|
updatedAt: Date;
|
|
1525
1524
|
deletedAt: Date | null;
|
|
@@ -1528,6 +1527,7 @@ export declare const commentContract: {
|
|
|
1528
1527
|
bucketName: string;
|
|
1529
1528
|
fileSize: number;
|
|
1530
1529
|
fileUrl: string | null;
|
|
1530
|
+
status?: string | undefined;
|
|
1531
1531
|
}[];
|
|
1532
1532
|
}, {
|
|
1533
1533
|
id: string;
|
|
@@ -1554,7 +1554,6 @@ export declare const commentContract: {
|
|
|
1554
1554
|
dateValue: Date | null;
|
|
1555
1555
|
uploads: {
|
|
1556
1556
|
id: string;
|
|
1557
|
-
status: string | null;
|
|
1558
1557
|
createdAt: Date;
|
|
1559
1558
|
updatedAt: Date;
|
|
1560
1559
|
deletedAt: Date | null;
|
|
@@ -1563,6 +1562,7 @@ export declare const commentContract: {
|
|
|
1563
1562
|
bucketName: string;
|
|
1564
1563
|
fileSize: number;
|
|
1565
1564
|
fileUrl: string | null;
|
|
1565
|
+
status?: string | undefined;
|
|
1566
1566
|
}[];
|
|
1567
1567
|
}>, "many">;
|
|
1568
1568
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -1670,10 +1670,10 @@ export declare const commentContract: {
|
|
|
1670
1670
|
};
|
|
1671
1671
|
}>, "many">>;
|
|
1672
1672
|
}, "strip", z.ZodTypeAny, {
|
|
1673
|
-
name: string;
|
|
1674
1673
|
id: string;
|
|
1675
1674
|
channel: string | null;
|
|
1676
1675
|
address: string | null;
|
|
1676
|
+
name: string;
|
|
1677
1677
|
createdAt: Date;
|
|
1678
1678
|
updatedAt: Date;
|
|
1679
1679
|
deletedAt: Date | null;
|
|
@@ -1702,7 +1702,6 @@ export declare const commentContract: {
|
|
|
1702
1702
|
dateValue: Date | null;
|
|
1703
1703
|
uploads: {
|
|
1704
1704
|
id: string;
|
|
1705
|
-
status: string | null;
|
|
1706
1705
|
createdAt: Date;
|
|
1707
1706
|
updatedAt: Date;
|
|
1708
1707
|
deletedAt: Date | null;
|
|
@@ -1711,6 +1710,7 @@ export declare const commentContract: {
|
|
|
1711
1710
|
bucketName: string;
|
|
1712
1711
|
fileSize: number;
|
|
1713
1712
|
fileUrl: string | null;
|
|
1713
|
+
status?: string | undefined;
|
|
1714
1714
|
}[];
|
|
1715
1715
|
}[];
|
|
1716
1716
|
company: {
|
|
@@ -1718,8 +1718,8 @@ export declare const commentContract: {
|
|
|
1718
1718
|
createdAt: Date;
|
|
1719
1719
|
updatedAt: Date;
|
|
1720
1720
|
deletedAt: Date | null;
|
|
1721
|
-
name?: string | undefined;
|
|
1722
1721
|
address?: string | null | undefined;
|
|
1722
|
+
name?: string | 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
|
-
name: string;
|
|
1731
1730
|
id: string;
|
|
1731
|
+
name: 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
|
-
name: string;
|
|
1757
1756
|
id: string;
|
|
1757
|
+
name: 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;
|
|
1785
1784
|
id: string;
|
|
1786
1785
|
channel: string | null;
|
|
1787
1786
|
address: string | null;
|
|
1787
|
+
name: string;
|
|
1788
1788
|
createdAt: Date;
|
|
1789
1789
|
updatedAt: Date;
|
|
1790
1790
|
deletedAt: Date | null;
|
|
@@ -1813,7 +1813,6 @@ export declare const commentContract: {
|
|
|
1813
1813
|
dateValue: Date | null;
|
|
1814
1814
|
uploads: {
|
|
1815
1815
|
id: string;
|
|
1816
|
-
status: string | null;
|
|
1817
1816
|
createdAt: Date;
|
|
1818
1817
|
updatedAt: Date;
|
|
1819
1818
|
deletedAt: Date | null;
|
|
@@ -1822,6 +1821,7 @@ export declare const commentContract: {
|
|
|
1822
1821
|
bucketName: string;
|
|
1823
1822
|
fileSize: number;
|
|
1824
1823
|
fileUrl: string | null;
|
|
1824
|
+
status?: string | undefined;
|
|
1825
1825
|
}[];
|
|
1826
1826
|
}[];
|
|
1827
1827
|
company: {
|
|
@@ -1829,8 +1829,8 @@ export declare const commentContract: {
|
|
|
1829
1829
|
createdAt: Date;
|
|
1830
1830
|
updatedAt: Date;
|
|
1831
1831
|
deletedAt: Date | null;
|
|
1832
|
-
name?: string | undefined;
|
|
1833
1832
|
address?: string | null | undefined;
|
|
1833
|
+
name?: string | 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
|
-
name: string;
|
|
1842
1841
|
id: string;
|
|
1842
|
+
name: 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
|
-
name: string;
|
|
1868
1867
|
id: string;
|
|
1868
|
+
name: 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;
|
|
2019
2018
|
id: string;
|
|
2020
2019
|
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;
|
|
2062
2061
|
id: string;
|
|
2063
2062
|
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;
|
|
2136
2135
|
id: string;
|
|
2137
2136
|
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;
|
|
2195
2194
|
id: string;
|
|
2196
2195
|
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;
|
|
2282
2281
|
id: string;
|
|
2283
2282
|
channel: string | null;
|
|
2284
2283
|
address: string | null;
|
|
2284
|
+
name: string;
|
|
2285
2285
|
createdAt: Date;
|
|
2286
2286
|
updatedAt: Date;
|
|
2287
2287
|
deletedAt: Date | null;
|
|
@@ -2310,7 +2310,6 @@ export declare const commentContract: {
|
|
|
2310
2310
|
dateValue: Date | null;
|
|
2311
2311
|
uploads: {
|
|
2312
2312
|
id: string;
|
|
2313
|
-
status: string | null;
|
|
2314
2313
|
createdAt: Date;
|
|
2315
2314
|
updatedAt: Date;
|
|
2316
2315
|
deletedAt: Date | null;
|
|
@@ -2319,6 +2318,7 @@ export declare const commentContract: {
|
|
|
2319
2318
|
bucketName: string;
|
|
2320
2319
|
fileSize: number;
|
|
2321
2320
|
fileUrl: string | null;
|
|
2321
|
+
status?: string | undefined;
|
|
2322
2322
|
}[];
|
|
2323
2323
|
}[];
|
|
2324
2324
|
company: {
|
|
@@ -2326,8 +2326,8 @@ export declare const commentContract: {
|
|
|
2326
2326
|
createdAt: Date;
|
|
2327
2327
|
updatedAt: Date;
|
|
2328
2328
|
deletedAt: Date | null;
|
|
2329
|
-
name?: string | undefined;
|
|
2330
2329
|
address?: string | null | undefined;
|
|
2330
|
+
name?: string | 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
|
-
name: string;
|
|
2339
2338
|
id: string;
|
|
2339
|
+
name: 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
|
-
name: string;
|
|
2365
2364
|
id: string;
|
|
2365
|
+
name: string;
|
|
2366
2366
|
picture?: string | undefined;
|
|
2367
2367
|
additionalCredentials?: any;
|
|
2368
2368
|
};
|
|
@@ -2414,7 +2414,6 @@ export declare const commentContract: {
|
|
|
2414
2414
|
dateValue: Date | null;
|
|
2415
2415
|
uploads: {
|
|
2416
2416
|
id: string;
|
|
2417
|
-
status: string | null;
|
|
2418
2417
|
createdAt: Date;
|
|
2419
2418
|
updatedAt: Date;
|
|
2420
2419
|
deletedAt: Date | null;
|
|
@@ -2423,11 +2422,12 @@ export declare const commentContract: {
|
|
|
2423
2422
|
bucketName: string;
|
|
2424
2423
|
fileSize: number;
|
|
2425
2424
|
fileUrl: string | null;
|
|
2425
|
+
status?: string | undefined;
|
|
2426
2426
|
}[];
|
|
2427
2427
|
}[];
|
|
2428
2428
|
tags: {
|
|
2429
|
-
name: string;
|
|
2430
2429
|
id: string;
|
|
2430
|
+
name: 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;
|
|
2443
2442
|
id: string;
|
|
2444
2443
|
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;
|
|
2501
2500
|
id: string;
|
|
2502
2501
|
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;
|
|
2545
2544
|
id: string;
|
|
2546
2545
|
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;
|
|
2623
2622
|
id: string;
|
|
2624
2623
|
channel: string | null;
|
|
2625
2624
|
address: string | null;
|
|
2625
|
+
name: string;
|
|
2626
2626
|
createdAt: Date;
|
|
2627
2627
|
updatedAt: Date;
|
|
2628
2628
|
deletedAt: Date | null;
|
|
@@ -2651,7 +2651,6 @@ export declare const commentContract: {
|
|
|
2651
2651
|
dateValue: Date | null;
|
|
2652
2652
|
uploads: {
|
|
2653
2653
|
id: string;
|
|
2654
|
-
status: string | null;
|
|
2655
2654
|
createdAt: Date;
|
|
2656
2655
|
updatedAt: Date;
|
|
2657
2656
|
deletedAt: Date | null;
|
|
@@ -2660,6 +2659,7 @@ export declare const commentContract: {
|
|
|
2660
2659
|
bucketName: string;
|
|
2661
2660
|
fileSize: number;
|
|
2662
2661
|
fileUrl: string | null;
|
|
2662
|
+
status?: string | undefined;
|
|
2663
2663
|
}[];
|
|
2664
2664
|
}[];
|
|
2665
2665
|
company: {
|
|
@@ -2667,8 +2667,8 @@ export declare const commentContract: {
|
|
|
2667
2667
|
createdAt: Date;
|
|
2668
2668
|
updatedAt: Date;
|
|
2669
2669
|
deletedAt: Date | null;
|
|
2670
|
-
name?: string | undefined;
|
|
2671
2670
|
address?: string | null | undefined;
|
|
2671
|
+
name?: string | 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
|
-
name: string;
|
|
2680
2679
|
id: string;
|
|
2680
|
+
name: 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
|
-
name: string;
|
|
2706
2705
|
id: string;
|
|
2706
|
+
name: string;
|
|
2707
2707
|
picture?: string | undefined;
|
|
2708
2708
|
additionalCredentials?: any;
|
|
2709
2709
|
};
|
|
@@ -2755,7 +2755,6 @@ export declare const commentContract: {
|
|
|
2755
2755
|
dateValue: Date | null;
|
|
2756
2756
|
uploads: {
|
|
2757
2757
|
id: string;
|
|
2758
|
-
status: string | null;
|
|
2759
2758
|
createdAt: Date;
|
|
2760
2759
|
updatedAt: Date;
|
|
2761
2760
|
deletedAt: Date | null;
|
|
@@ -2764,11 +2763,12 @@ export declare const commentContract: {
|
|
|
2764
2763
|
bucketName: string;
|
|
2765
2764
|
fileSize: number;
|
|
2766
2765
|
fileUrl: string | null;
|
|
2766
|
+
status?: string | undefined;
|
|
2767
2767
|
}[];
|
|
2768
2768
|
}[];
|
|
2769
2769
|
tags: {
|
|
2770
|
-
name: string;
|
|
2771
2770
|
id: string;
|
|
2771
|
+
name: 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;
|
|
2784
2783
|
id: string;
|
|
2785
2784
|
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;
|
|
2842
2841
|
id: string;
|
|
2843
2842
|
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;
|
|
2886
2885
|
id: string;
|
|
2887
2886
|
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;
|
|
3049
3048
|
id: string;
|
|
3050
3049
|
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;
|
|
3092
3091
|
id: string;
|
|
3093
3092
|
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;
|
|
3174
3173
|
id: string;
|
|
3175
3174
|
channel: string | null;
|
|
3176
3175
|
address: string | null;
|
|
3176
|
+
name: string;
|
|
3177
3177
|
createdAt: Date;
|
|
3178
3178
|
updatedAt: Date;
|
|
3179
3179
|
deletedAt: Date | null;
|
|
@@ -3202,7 +3202,6 @@ export declare const commentContract: {
|
|
|
3202
3202
|
dateValue: Date | null;
|
|
3203
3203
|
uploads: {
|
|
3204
3204
|
id: string;
|
|
3205
|
-
status: string | null;
|
|
3206
3205
|
createdAt: Date;
|
|
3207
3206
|
updatedAt: Date;
|
|
3208
3207
|
deletedAt: Date | null;
|
|
@@ -3211,6 +3210,7 @@ export declare const commentContract: {
|
|
|
3211
3210
|
bucketName: string;
|
|
3212
3211
|
fileSize: number;
|
|
3213
3212
|
fileUrl: string | null;
|
|
3213
|
+
status?: string | undefined;
|
|
3214
3214
|
}[];
|
|
3215
3215
|
}[];
|
|
3216
3216
|
company: {
|
|
@@ -3218,8 +3218,8 @@ export declare const commentContract: {
|
|
|
3218
3218
|
createdAt: Date;
|
|
3219
3219
|
updatedAt: Date;
|
|
3220
3220
|
deletedAt: Date | null;
|
|
3221
|
-
name?: string | undefined;
|
|
3222
3221
|
address?: string | null | undefined;
|
|
3222
|
+
name?: string | 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
|
-
name: string;
|
|
3231
3230
|
id: string;
|
|
3231
|
+
name: 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
|
-
name: string;
|
|
3257
3256
|
id: string;
|
|
3257
|
+
name: string;
|
|
3258
3258
|
picture?: string | undefined;
|
|
3259
3259
|
additionalCredentials?: any;
|
|
3260
3260
|
};
|
|
@@ -3306,7 +3306,6 @@ export declare const commentContract: {
|
|
|
3306
3306
|
dateValue: Date | null;
|
|
3307
3307
|
uploads: {
|
|
3308
3308
|
id: string;
|
|
3309
|
-
status: string | null;
|
|
3310
3309
|
createdAt: Date;
|
|
3311
3310
|
updatedAt: Date;
|
|
3312
3311
|
deletedAt: Date | null;
|
|
@@ -3315,11 +3314,12 @@ export declare const commentContract: {
|
|
|
3315
3314
|
bucketName: string;
|
|
3316
3315
|
fileSize: number;
|
|
3317
3316
|
fileUrl: string | null;
|
|
3317
|
+
status?: string | undefined;
|
|
3318
3318
|
}[];
|
|
3319
3319
|
}[];
|
|
3320
3320
|
tags: {
|
|
3321
|
-
name: string;
|
|
3322
3321
|
id: string;
|
|
3322
|
+
name: 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;
|
|
3335
3334
|
id: string;
|
|
3336
3335
|
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;
|
|
3393
3392
|
id: string;
|
|
3394
3393
|
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;
|
|
3437
3436
|
id: string;
|
|
3438
3437
|
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;
|
|
3489
3488
|
id: string;
|
|
3490
3489
|
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;
|
|
3543
3542
|
id: string;
|
|
3544
3543
|
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;
|
|
3627
3626
|
id: string;
|
|
3628
3627
|
channel: string | null;
|
|
3629
3628
|
address: string | null;
|
|
3629
|
+
name: string;
|
|
3630
3630
|
createdAt: Date;
|
|
3631
3631
|
updatedAt: Date;
|
|
3632
3632
|
deletedAt: Date | null;
|
|
@@ -3655,7 +3655,6 @@ export declare const commentContract: {
|
|
|
3655
3655
|
dateValue: Date | null;
|
|
3656
3656
|
uploads: {
|
|
3657
3657
|
id: string;
|
|
3658
|
-
status: string | null;
|
|
3659
3658
|
createdAt: Date;
|
|
3660
3659
|
updatedAt: Date;
|
|
3661
3660
|
deletedAt: Date | null;
|
|
@@ -3664,6 +3663,7 @@ export declare const commentContract: {
|
|
|
3664
3663
|
bucketName: string;
|
|
3665
3664
|
fileSize: number;
|
|
3666
3665
|
fileUrl: string | null;
|
|
3666
|
+
status?: string | undefined;
|
|
3667
3667
|
}[];
|
|
3668
3668
|
}[];
|
|
3669
3669
|
company: {
|
|
@@ -3671,8 +3671,8 @@ export declare const commentContract: {
|
|
|
3671
3671
|
createdAt: Date;
|
|
3672
3672
|
updatedAt: Date;
|
|
3673
3673
|
deletedAt: Date | null;
|
|
3674
|
-
name?: string | undefined;
|
|
3675
3674
|
address?: string | null | undefined;
|
|
3675
|
+
name?: string | 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
|
-
name: string;
|
|
3684
3683
|
id: string;
|
|
3684
|
+
name: 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
|
-
name: string;
|
|
3710
3709
|
id: string;
|
|
3710
|
+
name: string;
|
|
3711
3711
|
picture?: string | undefined;
|
|
3712
3712
|
additionalCredentials?: any;
|
|
3713
3713
|
};
|
|
@@ -3759,7 +3759,6 @@ export declare const commentContract: {
|
|
|
3759
3759
|
dateValue: Date | null;
|
|
3760
3760
|
uploads: {
|
|
3761
3761
|
id: string;
|
|
3762
|
-
status: string | null;
|
|
3763
3762
|
createdAt: Date;
|
|
3764
3763
|
updatedAt: Date;
|
|
3765
3764
|
deletedAt: Date | null;
|
|
@@ -3768,11 +3767,12 @@ export declare const commentContract: {
|
|
|
3768
3767
|
bucketName: string;
|
|
3769
3768
|
fileSize: number;
|
|
3770
3769
|
fileUrl: string | null;
|
|
3770
|
+
status?: string | undefined;
|
|
3771
3771
|
}[];
|
|
3772
3772
|
}[];
|
|
3773
3773
|
tags: {
|
|
3774
|
-
name: string;
|
|
3775
3774
|
id: string;
|
|
3775
|
+
name: 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;
|
|
3788
3787
|
id: string;
|
|
3789
3788
|
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;
|
|
3846
3845
|
id: string;
|
|
3847
3846
|
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;
|
|
3890
3889
|
id: string;
|
|
3891
3890
|
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;
|
|
3942
3941
|
id: string;
|
|
3943
3942
|
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;
|
|
3996
3995
|
id: string;
|
|
3997
3996
|
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;
|
|
4083
4082
|
id: string;
|
|
4084
4083
|
channel: string | null;
|
|
4085
4084
|
address: string | null;
|
|
4085
|
+
name: string;
|
|
4086
4086
|
createdAt: Date;
|
|
4087
4087
|
updatedAt: Date;
|
|
4088
4088
|
deletedAt: Date | null;
|
|
@@ -4111,7 +4111,6 @@ export declare const commentContract: {
|
|
|
4111
4111
|
dateValue: Date | null;
|
|
4112
4112
|
uploads: {
|
|
4113
4113
|
id: string;
|
|
4114
|
-
status: string | null;
|
|
4115
4114
|
createdAt: Date;
|
|
4116
4115
|
updatedAt: Date;
|
|
4117
4116
|
deletedAt: Date | null;
|
|
@@ -4120,6 +4119,7 @@ export declare const commentContract: {
|
|
|
4120
4119
|
bucketName: string;
|
|
4121
4120
|
fileSize: number;
|
|
4122
4121
|
fileUrl: string | null;
|
|
4122
|
+
status?: string | undefined;
|
|
4123
4123
|
}[];
|
|
4124
4124
|
}[];
|
|
4125
4125
|
company: {
|
|
@@ -4127,8 +4127,8 @@ export declare const commentContract: {
|
|
|
4127
4127
|
createdAt: Date;
|
|
4128
4128
|
updatedAt: Date;
|
|
4129
4129
|
deletedAt: Date | null;
|
|
4130
|
-
name?: string | undefined;
|
|
4131
4130
|
address?: string | null | undefined;
|
|
4131
|
+
name?: string | 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
|
-
name: string;
|
|
4140
4139
|
id: string;
|
|
4140
|
+
name: 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
|
-
name: string;
|
|
4166
4165
|
id: string;
|
|
4166
|
+
name: string;
|
|
4167
4167
|
picture?: string | undefined;
|
|
4168
4168
|
additionalCredentials?: any;
|
|
4169
4169
|
};
|
|
@@ -4215,7 +4215,6 @@ export declare const commentContract: {
|
|
|
4215
4215
|
dateValue: Date | null;
|
|
4216
4216
|
uploads: {
|
|
4217
4217
|
id: string;
|
|
4218
|
-
status: string | null;
|
|
4219
4218
|
createdAt: Date;
|
|
4220
4219
|
updatedAt: Date;
|
|
4221
4220
|
deletedAt: Date | null;
|
|
@@ -4224,11 +4223,12 @@ export declare const commentContract: {
|
|
|
4224
4223
|
bucketName: string;
|
|
4225
4224
|
fileSize: number;
|
|
4226
4225
|
fileUrl: string | null;
|
|
4226
|
+
status?: string | undefined;
|
|
4227
4227
|
}[];
|
|
4228
4228
|
}[];
|
|
4229
4229
|
tags: {
|
|
4230
|
-
name: string;
|
|
4231
4230
|
id: string;
|
|
4231
|
+
name: 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;
|
|
4244
4243
|
id: string;
|
|
4245
4244
|
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;
|
|
4302
4301
|
id: string;
|
|
4303
4302
|
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;
|
|
4346
4345
|
id: string;
|
|
4347
4346
|
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;
|
|
4398
4397
|
id: string;
|
|
4399
4398
|
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;
|
|
4452
4451
|
id: string;
|
|
4453
4452
|
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;
|
|
4539
4538
|
id: string;
|
|
4540
4539
|
channel: string | null;
|
|
4541
4540
|
address: string | null;
|
|
4541
|
+
name: string;
|
|
4542
4542
|
createdAt: Date;
|
|
4543
4543
|
updatedAt: Date;
|
|
4544
4544
|
deletedAt: Date | null;
|
|
@@ -4567,7 +4567,6 @@ export declare const commentContract: {
|
|
|
4567
4567
|
dateValue: Date | null;
|
|
4568
4568
|
uploads: {
|
|
4569
4569
|
id: string;
|
|
4570
|
-
status: string | null;
|
|
4571
4570
|
createdAt: Date;
|
|
4572
4571
|
updatedAt: Date;
|
|
4573
4572
|
deletedAt: Date | null;
|
|
@@ -4576,6 +4575,7 @@ export declare const commentContract: {
|
|
|
4576
4575
|
bucketName: string;
|
|
4577
4576
|
fileSize: number;
|
|
4578
4577
|
fileUrl: string | null;
|
|
4578
|
+
status?: string | undefined;
|
|
4579
4579
|
}[];
|
|
4580
4580
|
}[];
|
|
4581
4581
|
company: {
|
|
@@ -4583,8 +4583,8 @@ export declare const commentContract: {
|
|
|
4583
4583
|
createdAt: Date;
|
|
4584
4584
|
updatedAt: Date;
|
|
4585
4585
|
deletedAt: Date | null;
|
|
4586
|
-
name?: string | undefined;
|
|
4587
4586
|
address?: string | null | undefined;
|
|
4587
|
+
name?: string | 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
|
-
name: string;
|
|
4596
4595
|
id: string;
|
|
4596
|
+
name: 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
|
-
name: string;
|
|
4622
4621
|
id: string;
|
|
4622
|
+
name: string;
|
|
4623
4623
|
picture?: string | undefined;
|
|
4624
4624
|
additionalCredentials?: any;
|
|
4625
4625
|
};
|
|
@@ -4671,7 +4671,6 @@ export declare const commentContract: {
|
|
|
4671
4671
|
dateValue: Date | null;
|
|
4672
4672
|
uploads: {
|
|
4673
4673
|
id: string;
|
|
4674
|
-
status: string | null;
|
|
4675
4674
|
createdAt: Date;
|
|
4676
4675
|
updatedAt: Date;
|
|
4677
4676
|
deletedAt: Date | null;
|
|
@@ -4680,11 +4679,12 @@ export declare const commentContract: {
|
|
|
4680
4679
|
bucketName: string;
|
|
4681
4680
|
fileSize: number;
|
|
4682
4681
|
fileUrl: string | null;
|
|
4682
|
+
status?: string | undefined;
|
|
4683
4683
|
}[];
|
|
4684
4684
|
}[];
|
|
4685
4685
|
tags: {
|
|
4686
|
-
name: string;
|
|
4687
4686
|
id: string;
|
|
4687
|
+
name: 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;
|
|
4700
4699
|
id: string;
|
|
4701
4700
|
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;
|
|
4758
4757
|
id: string;
|
|
4759
4758
|
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;
|
|
4802
4801
|
id: string;
|
|
4803
4802
|
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;
|
|
4854
4853
|
id: string;
|
|
4855
4854
|
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;
|
|
4908
4907
|
id: string;
|
|
4909
4908
|
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;
|
|
5143
5142
|
id: string;
|
|
5144
5143
|
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;
|
|
5186
5185
|
id: string;
|
|
5187
5186
|
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;
|
|
5260
5259
|
id: string;
|
|
5261
5260
|
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;
|
|
5319
5318
|
id: string;
|
|
5320
5319
|
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;
|
|
5505
5504
|
id: string;
|
|
5506
5505
|
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;
|
|
5548
5547
|
id: string;
|
|
5549
5548
|
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;
|
|
5710
5709
|
id: string;
|
|
5711
5710
|
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;
|
|
5753
5752
|
id: string;
|
|
5754
5753
|
address: string | null;
|
|
5754
|
+
name: string;
|
|
5755
5755
|
email: string;
|
|
5756
5756
|
createdAt: Date;
|
|
5757
5757
|
updatedAt: Date;
|
|
@@ -5894,10 +5894,9 @@ export declare const commentContract: {
|
|
|
5894
5894
|
fileSize: z.ZodNumber;
|
|
5895
5895
|
fileKey: z.ZodString;
|
|
5896
5896
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5897
|
-
status: z.
|
|
5897
|
+
status: z.ZodOptional<z.ZodString>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
5899
5899
|
id: string;
|
|
5900
|
-
status: string | null;
|
|
5901
5900
|
createdAt: Date;
|
|
5902
5901
|
updatedAt: Date;
|
|
5903
5902
|
deletedAt: Date | null;
|
|
@@ -5906,9 +5905,9 @@ export declare const commentContract: {
|
|
|
5906
5905
|
bucketName: string;
|
|
5907
5906
|
fileSize: number;
|
|
5908
5907
|
fileUrl: string | null;
|
|
5908
|
+
status?: string | undefined;
|
|
5909
5909
|
}, {
|
|
5910
5910
|
id: string;
|
|
5911
|
-
status: string | null;
|
|
5912
5911
|
createdAt: Date;
|
|
5913
5912
|
updatedAt: Date;
|
|
5914
5913
|
deletedAt: Date | null;
|
|
@@ -5917,6 +5916,7 @@ export declare const commentContract: {
|
|
|
5917
5916
|
bucketName: string;
|
|
5918
5917
|
fileSize: number;
|
|
5919
5918
|
fileUrl: string | null;
|
|
5919
|
+
status?: string | undefined;
|
|
5920
5920
|
}>, "many">;
|
|
5921
5921
|
}, "strip", z.ZodTypeAny, {
|
|
5922
5922
|
id: string;
|
|
@@ -5943,7 +5943,6 @@ export declare const commentContract: {
|
|
|
5943
5943
|
dateValue: Date | null;
|
|
5944
5944
|
uploads: {
|
|
5945
5945
|
id: string;
|
|
5946
|
-
status: string | null;
|
|
5947
5946
|
createdAt: Date;
|
|
5948
5947
|
updatedAt: Date;
|
|
5949
5948
|
deletedAt: Date | null;
|
|
@@ -5952,6 +5951,7 @@ export declare const commentContract: {
|
|
|
5952
5951
|
bucketName: string;
|
|
5953
5952
|
fileSize: number;
|
|
5954
5953
|
fileUrl: string | null;
|
|
5954
|
+
status?: string | undefined;
|
|
5955
5955
|
}[];
|
|
5956
5956
|
}, {
|
|
5957
5957
|
id: string;
|
|
@@ -5978,7 +5978,6 @@ export declare const commentContract: {
|
|
|
5978
5978
|
dateValue: Date | null;
|
|
5979
5979
|
uploads: {
|
|
5980
5980
|
id: string;
|
|
5981
|
-
status: string | null;
|
|
5982
5981
|
createdAt: Date;
|
|
5983
5982
|
updatedAt: Date;
|
|
5984
5983
|
deletedAt: Date | null;
|
|
@@ -5987,6 +5986,7 @@ export declare const commentContract: {
|
|
|
5987
5986
|
bucketName: string;
|
|
5988
5987
|
fileSize: number;
|
|
5989
5988
|
fileUrl: string | null;
|
|
5989
|
+
status?: string | undefined;
|
|
5990
5990
|
}[];
|
|
5991
5991
|
}>, "many">;
|
|
5992
5992
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -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
|
-
name: string;
|
|
6000
5999
|
id: string;
|
|
6000
|
+
name: string;
|
|
6001
6001
|
createdAt: Date;
|
|
6002
6002
|
updatedAt: Date;
|
|
6003
6003
|
deletedAt: Date | null;
|
|
6004
6004
|
}, {
|
|
6005
|
-
name: string;
|
|
6006
6005
|
id: string;
|
|
6006
|
+
name: 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
|
-
name: string;
|
|
6130
6129
|
id: string;
|
|
6130
|
+
name: string;
|
|
6131
6131
|
createdAt: Date;
|
|
6132
6132
|
updatedAt: Date;
|
|
6133
6133
|
deletedAt: Date | null;
|
|
6134
6134
|
}, {
|
|
6135
|
-
name: string;
|
|
6136
6135
|
id: string;
|
|
6136
|
+
name: 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
|
-
name?: string | undefined;
|
|
6293
6292
|
address?: string | null | undefined;
|
|
6293
|
+
name?: string | 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
|
-
name?: string | undefined;
|
|
6302
6301
|
address?: string | null | undefined;
|
|
6302
|
+
name?: string | 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
|
-
name: string;
|
|
6321
6320
|
id: string;
|
|
6321
|
+
name: string;
|
|
6322
6322
|
picture?: string | undefined;
|
|
6323
6323
|
additionalCredentials?: any;
|
|
6324
6324
|
}, {
|
|
6325
|
-
name: string;
|
|
6326
6325
|
id: string;
|
|
6326
|
+
name: 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
|
-
name: string;
|
|
6335
6334
|
id: string;
|
|
6335
|
+
name: 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
|
-
name: string;
|
|
6349
6348
|
id: string;
|
|
6349
|
+
name: string;
|
|
6350
6350
|
picture?: string | undefined;
|
|
6351
6351
|
additionalCredentials?: any;
|
|
6352
6352
|
};
|
|
@@ -6456,10 +6456,9 @@ export declare const commentContract: {
|
|
|
6456
6456
|
fileSize: z.ZodNumber;
|
|
6457
6457
|
fileKey: z.ZodString;
|
|
6458
6458
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6459
|
-
status: z.
|
|
6459
|
+
status: z.ZodOptional<z.ZodString>;
|
|
6460
6460
|
}, "strip", z.ZodTypeAny, {
|
|
6461
6461
|
id: string;
|
|
6462
|
-
status: string | null;
|
|
6463
6462
|
createdAt: Date;
|
|
6464
6463
|
updatedAt: Date;
|
|
6465
6464
|
deletedAt: Date | null;
|
|
@@ -6468,9 +6467,9 @@ export declare const commentContract: {
|
|
|
6468
6467
|
bucketName: string;
|
|
6469
6468
|
fileSize: number;
|
|
6470
6469
|
fileUrl: string | null;
|
|
6470
|
+
status?: string | undefined;
|
|
6471
6471
|
}, {
|
|
6472
6472
|
id: string;
|
|
6473
|
-
status: string | null;
|
|
6474
6473
|
createdAt: Date;
|
|
6475
6474
|
updatedAt: Date;
|
|
6476
6475
|
deletedAt: Date | null;
|
|
@@ -6479,6 +6478,7 @@ export declare const commentContract: {
|
|
|
6479
6478
|
bucketName: string;
|
|
6480
6479
|
fileSize: number;
|
|
6481
6480
|
fileUrl: string | null;
|
|
6481
|
+
status?: string | undefined;
|
|
6482
6482
|
}>, "many">;
|
|
6483
6483
|
}, "strip", z.ZodTypeAny, {
|
|
6484
6484
|
id: string;
|
|
@@ -6505,7 +6505,6 @@ export declare const commentContract: {
|
|
|
6505
6505
|
dateValue: Date | null;
|
|
6506
6506
|
uploads: {
|
|
6507
6507
|
id: string;
|
|
6508
|
-
status: string | null;
|
|
6509
6508
|
createdAt: Date;
|
|
6510
6509
|
updatedAt: Date;
|
|
6511
6510
|
deletedAt: Date | null;
|
|
@@ -6514,6 +6513,7 @@ export declare const commentContract: {
|
|
|
6514
6513
|
bucketName: string;
|
|
6515
6514
|
fileSize: number;
|
|
6516
6515
|
fileUrl: string | null;
|
|
6516
|
+
status?: string | undefined;
|
|
6517
6517
|
}[];
|
|
6518
6518
|
}, {
|
|
6519
6519
|
id: string;
|
|
@@ -6540,7 +6540,6 @@ export declare const commentContract: {
|
|
|
6540
6540
|
dateValue: Date | null;
|
|
6541
6541
|
uploads: {
|
|
6542
6542
|
id: string;
|
|
6543
|
-
status: string | null;
|
|
6544
6543
|
createdAt: Date;
|
|
6545
6544
|
updatedAt: Date;
|
|
6546
6545
|
deletedAt: Date | null;
|
|
@@ -6549,6 +6548,7 @@ export declare const commentContract: {
|
|
|
6549
6548
|
bucketName: string;
|
|
6550
6549
|
fileSize: number;
|
|
6551
6550
|
fileUrl: string | null;
|
|
6551
|
+
status?: string | undefined;
|
|
6552
6552
|
}[];
|
|
6553
6553
|
}>, "many">;
|
|
6554
6554
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -6656,10 +6656,10 @@ export declare const commentContract: {
|
|
|
6656
6656
|
};
|
|
6657
6657
|
}>, "many">>;
|
|
6658
6658
|
}, "strip", z.ZodTypeAny, {
|
|
6659
|
-
name: string;
|
|
6660
6659
|
id: string;
|
|
6661
6660
|
channel: string | null;
|
|
6662
6661
|
address: string | null;
|
|
6662
|
+
name: string;
|
|
6663
6663
|
createdAt: Date;
|
|
6664
6664
|
updatedAt: Date;
|
|
6665
6665
|
deletedAt: Date | null;
|
|
@@ -6688,7 +6688,6 @@ export declare const commentContract: {
|
|
|
6688
6688
|
dateValue: Date | null;
|
|
6689
6689
|
uploads: {
|
|
6690
6690
|
id: string;
|
|
6691
|
-
status: string | null;
|
|
6692
6691
|
createdAt: Date;
|
|
6693
6692
|
updatedAt: Date;
|
|
6694
6693
|
deletedAt: Date | null;
|
|
@@ -6697,6 +6696,7 @@ export declare const commentContract: {
|
|
|
6697
6696
|
bucketName: string;
|
|
6698
6697
|
fileSize: number;
|
|
6699
6698
|
fileUrl: string | null;
|
|
6699
|
+
status?: string | undefined;
|
|
6700
6700
|
}[];
|
|
6701
6701
|
}[];
|
|
6702
6702
|
company: {
|
|
@@ -6704,8 +6704,8 @@ export declare const commentContract: {
|
|
|
6704
6704
|
createdAt: Date;
|
|
6705
6705
|
updatedAt: Date;
|
|
6706
6706
|
deletedAt: Date | null;
|
|
6707
|
-
name?: string | undefined;
|
|
6708
6707
|
address?: string | null | undefined;
|
|
6708
|
+
name?: string | 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
|
-
name: string;
|
|
6717
6716
|
id: string;
|
|
6717
|
+
name: 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
|
-
name: string;
|
|
6743
6742
|
id: string;
|
|
6743
|
+
name: 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;
|
|
6771
6770
|
id: string;
|
|
6772
6771
|
channel: string | null;
|
|
6773
6772
|
address: string | null;
|
|
6773
|
+
name: string;
|
|
6774
6774
|
createdAt: Date;
|
|
6775
6775
|
updatedAt: Date;
|
|
6776
6776
|
deletedAt: Date | null;
|
|
@@ -6799,7 +6799,6 @@ export declare const commentContract: {
|
|
|
6799
6799
|
dateValue: Date | null;
|
|
6800
6800
|
uploads: {
|
|
6801
6801
|
id: string;
|
|
6802
|
-
status: string | null;
|
|
6803
6802
|
createdAt: Date;
|
|
6804
6803
|
updatedAt: Date;
|
|
6805
6804
|
deletedAt: Date | null;
|
|
@@ -6808,6 +6807,7 @@ export declare const commentContract: {
|
|
|
6808
6807
|
bucketName: string;
|
|
6809
6808
|
fileSize: number;
|
|
6810
6809
|
fileUrl: string | null;
|
|
6810
|
+
status?: string | undefined;
|
|
6811
6811
|
}[];
|
|
6812
6812
|
}[];
|
|
6813
6813
|
company: {
|
|
@@ -6815,8 +6815,8 @@ export declare const commentContract: {
|
|
|
6815
6815
|
createdAt: Date;
|
|
6816
6816
|
updatedAt: Date;
|
|
6817
6817
|
deletedAt: Date | null;
|
|
6818
|
-
name?: string | undefined;
|
|
6819
6818
|
address?: string | null | undefined;
|
|
6819
|
+
name?: string | 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
|
-
name: string;
|
|
6828
6827
|
id: string;
|
|
6828
|
+
name: 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
|
-
name: string;
|
|
6854
6853
|
id: string;
|
|
6854
|
+
name: 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;
|
|
7005
7004
|
id: string;
|
|
7006
7005
|
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;
|
|
7048
7047
|
id: string;
|
|
7049
7048
|
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;
|
|
7122
7121
|
id: string;
|
|
7123
7122
|
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;
|
|
7181
7180
|
id: string;
|
|
7182
7181
|
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;
|
|
7268
7267
|
id: string;
|
|
7269
7268
|
channel: string | null;
|
|
7270
7269
|
address: string | null;
|
|
7270
|
+
name: string;
|
|
7271
7271
|
createdAt: Date;
|
|
7272
7272
|
updatedAt: Date;
|
|
7273
7273
|
deletedAt: Date | null;
|
|
@@ -7296,7 +7296,6 @@ export declare const commentContract: {
|
|
|
7296
7296
|
dateValue: Date | null;
|
|
7297
7297
|
uploads: {
|
|
7298
7298
|
id: string;
|
|
7299
|
-
status: string | null;
|
|
7300
7299
|
createdAt: Date;
|
|
7301
7300
|
updatedAt: Date;
|
|
7302
7301
|
deletedAt: Date | null;
|
|
@@ -7305,6 +7304,7 @@ export declare const commentContract: {
|
|
|
7305
7304
|
bucketName: string;
|
|
7306
7305
|
fileSize: number;
|
|
7307
7306
|
fileUrl: string | null;
|
|
7307
|
+
status?: string | undefined;
|
|
7308
7308
|
}[];
|
|
7309
7309
|
}[];
|
|
7310
7310
|
company: {
|
|
@@ -7312,8 +7312,8 @@ export declare const commentContract: {
|
|
|
7312
7312
|
createdAt: Date;
|
|
7313
7313
|
updatedAt: Date;
|
|
7314
7314
|
deletedAt: Date | null;
|
|
7315
|
-
name?: string | undefined;
|
|
7316
7315
|
address?: string | null | undefined;
|
|
7316
|
+
name?: string | 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
|
-
name: string;
|
|
7325
7324
|
id: string;
|
|
7325
|
+
name: 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
|
-
name: string;
|
|
7351
7350
|
id: string;
|
|
7351
|
+
name: string;
|
|
7352
7352
|
picture?: string | undefined;
|
|
7353
7353
|
additionalCredentials?: any;
|
|
7354
7354
|
};
|
|
@@ -7400,7 +7400,6 @@ export declare const commentContract: {
|
|
|
7400
7400
|
dateValue: Date | null;
|
|
7401
7401
|
uploads: {
|
|
7402
7402
|
id: string;
|
|
7403
|
-
status: string | null;
|
|
7404
7403
|
createdAt: Date;
|
|
7405
7404
|
updatedAt: Date;
|
|
7406
7405
|
deletedAt: Date | null;
|
|
@@ -7409,11 +7408,12 @@ export declare const commentContract: {
|
|
|
7409
7408
|
bucketName: string;
|
|
7410
7409
|
fileSize: number;
|
|
7411
7410
|
fileUrl: string | null;
|
|
7411
|
+
status?: string | undefined;
|
|
7412
7412
|
}[];
|
|
7413
7413
|
}[];
|
|
7414
7414
|
tags: {
|
|
7415
|
-
name: string;
|
|
7416
7415
|
id: string;
|
|
7416
|
+
name: 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;
|
|
7429
7428
|
id: string;
|
|
7430
7429
|
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;
|
|
7487
7486
|
id: string;
|
|
7488
7487
|
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;
|
|
7531
7530
|
id: string;
|
|
7532
7531
|
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;
|
|
7609
7608
|
id: string;
|
|
7610
7609
|
channel: string | null;
|
|
7611
7610
|
address: string | null;
|
|
7611
|
+
name: string;
|
|
7612
7612
|
createdAt: Date;
|
|
7613
7613
|
updatedAt: Date;
|
|
7614
7614
|
deletedAt: Date | null;
|
|
@@ -7637,7 +7637,6 @@ export declare const commentContract: {
|
|
|
7637
7637
|
dateValue: Date | null;
|
|
7638
7638
|
uploads: {
|
|
7639
7639
|
id: string;
|
|
7640
|
-
status: string | null;
|
|
7641
7640
|
createdAt: Date;
|
|
7642
7641
|
updatedAt: Date;
|
|
7643
7642
|
deletedAt: Date | null;
|
|
@@ -7646,6 +7645,7 @@ export declare const commentContract: {
|
|
|
7646
7645
|
bucketName: string;
|
|
7647
7646
|
fileSize: number;
|
|
7648
7647
|
fileUrl: string | null;
|
|
7648
|
+
status?: string | undefined;
|
|
7649
7649
|
}[];
|
|
7650
7650
|
}[];
|
|
7651
7651
|
company: {
|
|
@@ -7653,8 +7653,8 @@ export declare const commentContract: {
|
|
|
7653
7653
|
createdAt: Date;
|
|
7654
7654
|
updatedAt: Date;
|
|
7655
7655
|
deletedAt: Date | null;
|
|
7656
|
-
name?: string | undefined;
|
|
7657
7656
|
address?: string | null | undefined;
|
|
7657
|
+
name?: string | 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
|
-
name: string;
|
|
7666
7665
|
id: string;
|
|
7666
|
+
name: 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
|
-
name: string;
|
|
7692
7691
|
id: string;
|
|
7692
|
+
name: string;
|
|
7693
7693
|
picture?: string | undefined;
|
|
7694
7694
|
additionalCredentials?: any;
|
|
7695
7695
|
};
|
|
@@ -7741,7 +7741,6 @@ export declare const commentContract: {
|
|
|
7741
7741
|
dateValue: Date | null;
|
|
7742
7742
|
uploads: {
|
|
7743
7743
|
id: string;
|
|
7744
|
-
status: string | null;
|
|
7745
7744
|
createdAt: Date;
|
|
7746
7745
|
updatedAt: Date;
|
|
7747
7746
|
deletedAt: Date | null;
|
|
@@ -7750,11 +7749,12 @@ export declare const commentContract: {
|
|
|
7750
7749
|
bucketName: string;
|
|
7751
7750
|
fileSize: number;
|
|
7752
7751
|
fileUrl: string | null;
|
|
7752
|
+
status?: string | undefined;
|
|
7753
7753
|
}[];
|
|
7754
7754
|
}[];
|
|
7755
7755
|
tags: {
|
|
7756
|
-
name: string;
|
|
7757
7756
|
id: string;
|
|
7757
|
+
name: 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;
|
|
7770
7769
|
id: string;
|
|
7771
7770
|
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;
|
|
7828
7827
|
id: string;
|
|
7829
7828
|
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;
|
|
7872
7871
|
id: string;
|
|
7873
7872
|
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;
|
|
8035
8034
|
id: string;
|
|
8036
8035
|
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;
|
|
8078
8077
|
id: string;
|
|
8079
8078
|
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;
|
|
8160
8159
|
id: string;
|
|
8161
8160
|
channel: string | null;
|
|
8162
8161
|
address: string | null;
|
|
8162
|
+
name: string;
|
|
8163
8163
|
createdAt: Date;
|
|
8164
8164
|
updatedAt: Date;
|
|
8165
8165
|
deletedAt: Date | null;
|
|
@@ -8188,7 +8188,6 @@ export declare const commentContract: {
|
|
|
8188
8188
|
dateValue: Date | null;
|
|
8189
8189
|
uploads: {
|
|
8190
8190
|
id: string;
|
|
8191
|
-
status: string | null;
|
|
8192
8191
|
createdAt: Date;
|
|
8193
8192
|
updatedAt: Date;
|
|
8194
8193
|
deletedAt: Date | null;
|
|
@@ -8197,6 +8196,7 @@ export declare const commentContract: {
|
|
|
8197
8196
|
bucketName: string;
|
|
8198
8197
|
fileSize: number;
|
|
8199
8198
|
fileUrl: string | null;
|
|
8199
|
+
status?: string | undefined;
|
|
8200
8200
|
}[];
|
|
8201
8201
|
}[];
|
|
8202
8202
|
company: {
|
|
@@ -8204,8 +8204,8 @@ export declare const commentContract: {
|
|
|
8204
8204
|
createdAt: Date;
|
|
8205
8205
|
updatedAt: Date;
|
|
8206
8206
|
deletedAt: Date | null;
|
|
8207
|
-
name?: string | undefined;
|
|
8208
8207
|
address?: string | null | undefined;
|
|
8208
|
+
name?: string | 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
|
-
name: string;
|
|
8217
8216
|
id: string;
|
|
8217
|
+
name: 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
|
-
name: string;
|
|
8243
8242
|
id: string;
|
|
8243
|
+
name: string;
|
|
8244
8244
|
picture?: string | undefined;
|
|
8245
8245
|
additionalCredentials?: any;
|
|
8246
8246
|
};
|
|
@@ -8292,7 +8292,6 @@ export declare const commentContract: {
|
|
|
8292
8292
|
dateValue: Date | null;
|
|
8293
8293
|
uploads: {
|
|
8294
8294
|
id: string;
|
|
8295
|
-
status: string | null;
|
|
8296
8295
|
createdAt: Date;
|
|
8297
8296
|
updatedAt: Date;
|
|
8298
8297
|
deletedAt: Date | null;
|
|
@@ -8301,11 +8300,12 @@ export declare const commentContract: {
|
|
|
8301
8300
|
bucketName: string;
|
|
8302
8301
|
fileSize: number;
|
|
8303
8302
|
fileUrl: string | null;
|
|
8303
|
+
status?: string | undefined;
|
|
8304
8304
|
}[];
|
|
8305
8305
|
}[];
|
|
8306
8306
|
tags: {
|
|
8307
|
-
name: string;
|
|
8308
8307
|
id: string;
|
|
8308
|
+
name: 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;
|
|
8321
8320
|
id: string;
|
|
8322
8321
|
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;
|
|
8379
8378
|
id: string;
|
|
8380
8379
|
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;
|
|
8423
8422
|
id: string;
|
|
8424
8423
|
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;
|
|
8475
8474
|
id: string;
|
|
8476
8475
|
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;
|
|
8529
8528
|
id: string;
|
|
8530
8529
|
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;
|
|
8613
8612
|
id: string;
|
|
8614
8613
|
channel: string | null;
|
|
8615
8614
|
address: string | null;
|
|
8615
|
+
name: string;
|
|
8616
8616
|
createdAt: Date;
|
|
8617
8617
|
updatedAt: Date;
|
|
8618
8618
|
deletedAt: Date | null;
|
|
@@ -8641,7 +8641,6 @@ export declare const commentContract: {
|
|
|
8641
8641
|
dateValue: Date | null;
|
|
8642
8642
|
uploads: {
|
|
8643
8643
|
id: string;
|
|
8644
|
-
status: string | null;
|
|
8645
8644
|
createdAt: Date;
|
|
8646
8645
|
updatedAt: Date;
|
|
8647
8646
|
deletedAt: Date | null;
|
|
@@ -8650,6 +8649,7 @@ export declare const commentContract: {
|
|
|
8650
8649
|
bucketName: string;
|
|
8651
8650
|
fileSize: number;
|
|
8652
8651
|
fileUrl: string | null;
|
|
8652
|
+
status?: string | undefined;
|
|
8653
8653
|
}[];
|
|
8654
8654
|
}[];
|
|
8655
8655
|
company: {
|
|
@@ -8657,8 +8657,8 @@ export declare const commentContract: {
|
|
|
8657
8657
|
createdAt: Date;
|
|
8658
8658
|
updatedAt: Date;
|
|
8659
8659
|
deletedAt: Date | null;
|
|
8660
|
-
name?: string | undefined;
|
|
8661
8660
|
address?: string | null | undefined;
|
|
8661
|
+
name?: string | 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
|
-
name: string;
|
|
8670
8669
|
id: string;
|
|
8670
|
+
name: 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
|
-
name: string;
|
|
8696
8695
|
id: string;
|
|
8696
|
+
name: string;
|
|
8697
8697
|
picture?: string | undefined;
|
|
8698
8698
|
additionalCredentials?: any;
|
|
8699
8699
|
};
|
|
@@ -8745,7 +8745,6 @@ export declare const commentContract: {
|
|
|
8745
8745
|
dateValue: Date | null;
|
|
8746
8746
|
uploads: {
|
|
8747
8747
|
id: string;
|
|
8748
|
-
status: string | null;
|
|
8749
8748
|
createdAt: Date;
|
|
8750
8749
|
updatedAt: Date;
|
|
8751
8750
|
deletedAt: Date | null;
|
|
@@ -8754,11 +8753,12 @@ export declare const commentContract: {
|
|
|
8754
8753
|
bucketName: string;
|
|
8755
8754
|
fileSize: number;
|
|
8756
8755
|
fileUrl: string | null;
|
|
8756
|
+
status?: string | undefined;
|
|
8757
8757
|
}[];
|
|
8758
8758
|
}[];
|
|
8759
8759
|
tags: {
|
|
8760
|
-
name: string;
|
|
8761
8760
|
id: string;
|
|
8761
|
+
name: 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;
|
|
8774
8773
|
id: string;
|
|
8775
8774
|
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;
|
|
8832
8831
|
id: string;
|
|
8833
8832
|
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;
|
|
8876
8875
|
id: string;
|
|
8877
8876
|
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;
|
|
8928
8927
|
id: string;
|
|
8929
8928
|
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;
|
|
8982
8981
|
id: string;
|
|
8983
8982
|
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;
|
|
9228
9227
|
id: string;
|
|
9229
9228
|
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;
|
|
9271
9270
|
id: string;
|
|
9272
9271
|
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;
|
|
9345
9344
|
id: string;
|
|
9346
9345
|
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;
|
|
9404
9403
|
id: string;
|
|
9405
9404
|
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;
|
|
9590
9589
|
id: string;
|
|
9591
9590
|
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;
|
|
9633
9632
|
id: string;
|
|
9634
9633
|
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;
|
|
9795
9794
|
id: string;
|
|
9796
9795
|
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;
|
|
9838
9837
|
id: string;
|
|
9839
9838
|
address: string | null;
|
|
9839
|
+
name: string;
|
|
9840
9840
|
email: string;
|
|
9841
9841
|
createdAt: Date;
|
|
9842
9842
|
updatedAt: Date;
|
|
@@ -9979,10 +9979,9 @@ export declare const commentContract: {
|
|
|
9979
9979
|
fileSize: z.ZodNumber;
|
|
9980
9980
|
fileKey: z.ZodString;
|
|
9981
9981
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
9982
|
-
status: z.
|
|
9982
|
+
status: z.ZodOptional<z.ZodString>;
|
|
9983
9983
|
}, "strip", z.ZodTypeAny, {
|
|
9984
9984
|
id: string;
|
|
9985
|
-
status: string | null;
|
|
9986
9985
|
createdAt: Date;
|
|
9987
9986
|
updatedAt: Date;
|
|
9988
9987
|
deletedAt: Date | null;
|
|
@@ -9991,9 +9990,9 @@ export declare const commentContract: {
|
|
|
9991
9990
|
bucketName: string;
|
|
9992
9991
|
fileSize: number;
|
|
9993
9992
|
fileUrl: string | null;
|
|
9993
|
+
status?: string | undefined;
|
|
9994
9994
|
}, {
|
|
9995
9995
|
id: string;
|
|
9996
|
-
status: string | null;
|
|
9997
9996
|
createdAt: Date;
|
|
9998
9997
|
updatedAt: Date;
|
|
9999
9998
|
deletedAt: Date | null;
|
|
@@ -10002,6 +10001,7 @@ export declare const commentContract: {
|
|
|
10002
10001
|
bucketName: string;
|
|
10003
10002
|
fileSize: number;
|
|
10004
10003
|
fileUrl: string | null;
|
|
10004
|
+
status?: string | undefined;
|
|
10005
10005
|
}>, "many">;
|
|
10006
10006
|
}, "strip", z.ZodTypeAny, {
|
|
10007
10007
|
id: string;
|
|
@@ -10028,7 +10028,6 @@ export declare const commentContract: {
|
|
|
10028
10028
|
dateValue: Date | null;
|
|
10029
10029
|
uploads: {
|
|
10030
10030
|
id: string;
|
|
10031
|
-
status: string | null;
|
|
10032
10031
|
createdAt: Date;
|
|
10033
10032
|
updatedAt: Date;
|
|
10034
10033
|
deletedAt: Date | null;
|
|
@@ -10037,6 +10036,7 @@ export declare const commentContract: {
|
|
|
10037
10036
|
bucketName: string;
|
|
10038
10037
|
fileSize: number;
|
|
10039
10038
|
fileUrl: string | null;
|
|
10039
|
+
status?: string | undefined;
|
|
10040
10040
|
}[];
|
|
10041
10041
|
}, {
|
|
10042
10042
|
id: string;
|
|
@@ -10063,7 +10063,6 @@ export declare const commentContract: {
|
|
|
10063
10063
|
dateValue: Date | null;
|
|
10064
10064
|
uploads: {
|
|
10065
10065
|
id: string;
|
|
10066
|
-
status: string | null;
|
|
10067
10066
|
createdAt: Date;
|
|
10068
10067
|
updatedAt: Date;
|
|
10069
10068
|
deletedAt: Date | null;
|
|
@@ -10072,6 +10071,7 @@ export declare const commentContract: {
|
|
|
10072
10071
|
bucketName: string;
|
|
10073
10072
|
fileSize: number;
|
|
10074
10073
|
fileUrl: string | null;
|
|
10074
|
+
status?: string | undefined;
|
|
10075
10075
|
}[];
|
|
10076
10076
|
}>, "many">;
|
|
10077
10077
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -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
|
-
name: string;
|
|
10085
10084
|
id: string;
|
|
10085
|
+
name: string;
|
|
10086
10086
|
createdAt: Date;
|
|
10087
10087
|
updatedAt: Date;
|
|
10088
10088
|
deletedAt: Date | null;
|
|
10089
10089
|
}, {
|
|
10090
|
-
name: string;
|
|
10091
10090
|
id: string;
|
|
10091
|
+
name: 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
|
-
name: string;
|
|
10215
10214
|
id: string;
|
|
10215
|
+
name: string;
|
|
10216
10216
|
createdAt: Date;
|
|
10217
10217
|
updatedAt: Date;
|
|
10218
10218
|
deletedAt: Date | null;
|
|
10219
10219
|
}, {
|
|
10220
|
-
name: string;
|
|
10221
10220
|
id: string;
|
|
10221
|
+
name: 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
|
-
name?: string | undefined;
|
|
10378
10377
|
address?: string | null | undefined;
|
|
10378
|
+
name?: string | 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
|
-
name?: string | undefined;
|
|
10387
10386
|
address?: string | null | undefined;
|
|
10387
|
+
name?: string | 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
|
-
name: string;
|
|
10406
10405
|
id: string;
|
|
10406
|
+
name: string;
|
|
10407
10407
|
picture?: string | undefined;
|
|
10408
10408
|
additionalCredentials?: any;
|
|
10409
10409
|
}, {
|
|
10410
|
-
name: string;
|
|
10411
10410
|
id: string;
|
|
10411
|
+
name: 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
|
-
name: string;
|
|
10420
10419
|
id: string;
|
|
10420
|
+
name: 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
|
-
name: string;
|
|
10434
10433
|
id: string;
|
|
10434
|
+
name: string;
|
|
10435
10435
|
picture?: string | undefined;
|
|
10436
10436
|
additionalCredentials?: any;
|
|
10437
10437
|
};
|
|
@@ -10541,10 +10541,9 @@ export declare const commentContract: {
|
|
|
10541
10541
|
fileSize: z.ZodNumber;
|
|
10542
10542
|
fileKey: z.ZodString;
|
|
10543
10543
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
10544
|
-
status: z.
|
|
10544
|
+
status: z.ZodOptional<z.ZodString>;
|
|
10545
10545
|
}, "strip", z.ZodTypeAny, {
|
|
10546
10546
|
id: string;
|
|
10547
|
-
status: string | null;
|
|
10548
10547
|
createdAt: Date;
|
|
10549
10548
|
updatedAt: Date;
|
|
10550
10549
|
deletedAt: Date | null;
|
|
@@ -10553,9 +10552,9 @@ export declare const commentContract: {
|
|
|
10553
10552
|
bucketName: string;
|
|
10554
10553
|
fileSize: number;
|
|
10555
10554
|
fileUrl: string | null;
|
|
10555
|
+
status?: string | undefined;
|
|
10556
10556
|
}, {
|
|
10557
10557
|
id: string;
|
|
10558
|
-
status: string | null;
|
|
10559
10558
|
createdAt: Date;
|
|
10560
10559
|
updatedAt: Date;
|
|
10561
10560
|
deletedAt: Date | null;
|
|
@@ -10564,6 +10563,7 @@ export declare const commentContract: {
|
|
|
10564
10563
|
bucketName: string;
|
|
10565
10564
|
fileSize: number;
|
|
10566
10565
|
fileUrl: string | null;
|
|
10566
|
+
status?: string | undefined;
|
|
10567
10567
|
}>, "many">;
|
|
10568
10568
|
}, "strip", z.ZodTypeAny, {
|
|
10569
10569
|
id: string;
|
|
@@ -10590,7 +10590,6 @@ export declare const commentContract: {
|
|
|
10590
10590
|
dateValue: Date | null;
|
|
10591
10591
|
uploads: {
|
|
10592
10592
|
id: string;
|
|
10593
|
-
status: string | null;
|
|
10594
10593
|
createdAt: Date;
|
|
10595
10594
|
updatedAt: Date;
|
|
10596
10595
|
deletedAt: Date | null;
|
|
@@ -10599,6 +10598,7 @@ export declare const commentContract: {
|
|
|
10599
10598
|
bucketName: string;
|
|
10600
10599
|
fileSize: number;
|
|
10601
10600
|
fileUrl: string | null;
|
|
10601
|
+
status?: string | undefined;
|
|
10602
10602
|
}[];
|
|
10603
10603
|
}, {
|
|
10604
10604
|
id: string;
|
|
@@ -10625,7 +10625,6 @@ export declare const commentContract: {
|
|
|
10625
10625
|
dateValue: Date | null;
|
|
10626
10626
|
uploads: {
|
|
10627
10627
|
id: string;
|
|
10628
|
-
status: string | null;
|
|
10629
10628
|
createdAt: Date;
|
|
10630
10629
|
updatedAt: Date;
|
|
10631
10630
|
deletedAt: Date | null;
|
|
@@ -10634,6 +10633,7 @@ export declare const commentContract: {
|
|
|
10634
10633
|
bucketName: string;
|
|
10635
10634
|
fileSize: number;
|
|
10636
10635
|
fileUrl: string | null;
|
|
10636
|
+
status?: string | undefined;
|
|
10637
10637
|
}[];
|
|
10638
10638
|
}>, "many">;
|
|
10639
10639
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -10741,10 +10741,10 @@ export declare const commentContract: {
|
|
|
10741
10741
|
};
|
|
10742
10742
|
}>, "many">>;
|
|
10743
10743
|
}, "strip", z.ZodTypeAny, {
|
|
10744
|
-
name: string;
|
|
10745
10744
|
id: string;
|
|
10746
10745
|
channel: string | null;
|
|
10747
10746
|
address: string | null;
|
|
10747
|
+
name: string;
|
|
10748
10748
|
createdAt: Date;
|
|
10749
10749
|
updatedAt: Date;
|
|
10750
10750
|
deletedAt: Date | null;
|
|
@@ -10773,7 +10773,6 @@ export declare const commentContract: {
|
|
|
10773
10773
|
dateValue: Date | null;
|
|
10774
10774
|
uploads: {
|
|
10775
10775
|
id: string;
|
|
10776
|
-
status: string | null;
|
|
10777
10776
|
createdAt: Date;
|
|
10778
10777
|
updatedAt: Date;
|
|
10779
10778
|
deletedAt: Date | null;
|
|
@@ -10782,6 +10781,7 @@ export declare const commentContract: {
|
|
|
10782
10781
|
bucketName: string;
|
|
10783
10782
|
fileSize: number;
|
|
10784
10783
|
fileUrl: string | null;
|
|
10784
|
+
status?: string | undefined;
|
|
10785
10785
|
}[];
|
|
10786
10786
|
}[];
|
|
10787
10787
|
company: {
|
|
@@ -10789,8 +10789,8 @@ export declare const commentContract: {
|
|
|
10789
10789
|
createdAt: Date;
|
|
10790
10790
|
updatedAt: Date;
|
|
10791
10791
|
deletedAt: Date | null;
|
|
10792
|
-
name?: string | undefined;
|
|
10793
10792
|
address?: string | null | undefined;
|
|
10793
|
+
name?: string | 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
|
-
name: string;
|
|
10802
10801
|
id: string;
|
|
10802
|
+
name: 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
|
-
name: string;
|
|
10828
10827
|
id: string;
|
|
10828
|
+
name: 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;
|
|
10856
10855
|
id: string;
|
|
10857
10856
|
channel: string | null;
|
|
10858
10857
|
address: string | null;
|
|
10858
|
+
name: string;
|
|
10859
10859
|
createdAt: Date;
|
|
10860
10860
|
updatedAt: Date;
|
|
10861
10861
|
deletedAt: Date | null;
|
|
@@ -10884,7 +10884,6 @@ export declare const commentContract: {
|
|
|
10884
10884
|
dateValue: Date | null;
|
|
10885
10885
|
uploads: {
|
|
10886
10886
|
id: string;
|
|
10887
|
-
status: string | null;
|
|
10888
10887
|
createdAt: Date;
|
|
10889
10888
|
updatedAt: Date;
|
|
10890
10889
|
deletedAt: Date | null;
|
|
@@ -10893,6 +10892,7 @@ export declare const commentContract: {
|
|
|
10893
10892
|
bucketName: string;
|
|
10894
10893
|
fileSize: number;
|
|
10895
10894
|
fileUrl: string | null;
|
|
10895
|
+
status?: string | undefined;
|
|
10896
10896
|
}[];
|
|
10897
10897
|
}[];
|
|
10898
10898
|
company: {
|
|
@@ -10900,8 +10900,8 @@ export declare const commentContract: {
|
|
|
10900
10900
|
createdAt: Date;
|
|
10901
10901
|
updatedAt: Date;
|
|
10902
10902
|
deletedAt: Date | null;
|
|
10903
|
-
name?: string | undefined;
|
|
10904
10903
|
address?: string | null | undefined;
|
|
10904
|
+
name?: string | 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
|
-
name: string;
|
|
10913
10912
|
id: string;
|
|
10913
|
+
name: 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
|
-
name: string;
|
|
10939
10938
|
id: string;
|
|
10939
|
+
name: 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;
|
|
11090
11089
|
id: string;
|
|
11091
11090
|
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;
|
|
11133
11132
|
id: string;
|
|
11134
11133
|
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;
|
|
11207
11206
|
id: string;
|
|
11208
11207
|
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;
|
|
11266
11265
|
id: string;
|
|
11267
11266
|
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;
|
|
11353
11352
|
id: string;
|
|
11354
11353
|
channel: string | null;
|
|
11355
11354
|
address: string | null;
|
|
11355
|
+
name: string;
|
|
11356
11356
|
createdAt: Date;
|
|
11357
11357
|
updatedAt: Date;
|
|
11358
11358
|
deletedAt: Date | null;
|
|
@@ -11381,7 +11381,6 @@ export declare const commentContract: {
|
|
|
11381
11381
|
dateValue: Date | null;
|
|
11382
11382
|
uploads: {
|
|
11383
11383
|
id: string;
|
|
11384
|
-
status: string | null;
|
|
11385
11384
|
createdAt: Date;
|
|
11386
11385
|
updatedAt: Date;
|
|
11387
11386
|
deletedAt: Date | null;
|
|
@@ -11390,6 +11389,7 @@ export declare const commentContract: {
|
|
|
11390
11389
|
bucketName: string;
|
|
11391
11390
|
fileSize: number;
|
|
11392
11391
|
fileUrl: string | null;
|
|
11392
|
+
status?: string | undefined;
|
|
11393
11393
|
}[];
|
|
11394
11394
|
}[];
|
|
11395
11395
|
company: {
|
|
@@ -11397,8 +11397,8 @@ export declare const commentContract: {
|
|
|
11397
11397
|
createdAt: Date;
|
|
11398
11398
|
updatedAt: Date;
|
|
11399
11399
|
deletedAt: Date | null;
|
|
11400
|
-
name?: string | undefined;
|
|
11401
11400
|
address?: string | null | undefined;
|
|
11401
|
+
name?: string | 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
|
-
name: string;
|
|
11410
11409
|
id: string;
|
|
11410
|
+
name: 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
|
-
name: string;
|
|
11436
11435
|
id: string;
|
|
11436
|
+
name: string;
|
|
11437
11437
|
picture?: string | undefined;
|
|
11438
11438
|
additionalCredentials?: any;
|
|
11439
11439
|
};
|
|
@@ -11485,7 +11485,6 @@ export declare const commentContract: {
|
|
|
11485
11485
|
dateValue: Date | null;
|
|
11486
11486
|
uploads: {
|
|
11487
11487
|
id: string;
|
|
11488
|
-
status: string | null;
|
|
11489
11488
|
createdAt: Date;
|
|
11490
11489
|
updatedAt: Date;
|
|
11491
11490
|
deletedAt: Date | null;
|
|
@@ -11494,11 +11493,12 @@ export declare const commentContract: {
|
|
|
11494
11493
|
bucketName: string;
|
|
11495
11494
|
fileSize: number;
|
|
11496
11495
|
fileUrl: string | null;
|
|
11496
|
+
status?: string | undefined;
|
|
11497
11497
|
}[];
|
|
11498
11498
|
}[];
|
|
11499
11499
|
tags: {
|
|
11500
|
-
name: string;
|
|
11501
11500
|
id: string;
|
|
11501
|
+
name: 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;
|
|
11514
11513
|
id: string;
|
|
11515
11514
|
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;
|
|
11572
11571
|
id: string;
|
|
11573
11572
|
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;
|
|
11616
11615
|
id: string;
|
|
11617
11616
|
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;
|
|
11694
11693
|
id: string;
|
|
11695
11694
|
channel: string | null;
|
|
11696
11695
|
address: string | null;
|
|
11696
|
+
name: string;
|
|
11697
11697
|
createdAt: Date;
|
|
11698
11698
|
updatedAt: Date;
|
|
11699
11699
|
deletedAt: Date | null;
|
|
@@ -11722,7 +11722,6 @@ export declare const commentContract: {
|
|
|
11722
11722
|
dateValue: Date | null;
|
|
11723
11723
|
uploads: {
|
|
11724
11724
|
id: string;
|
|
11725
|
-
status: string | null;
|
|
11726
11725
|
createdAt: Date;
|
|
11727
11726
|
updatedAt: Date;
|
|
11728
11727
|
deletedAt: Date | null;
|
|
@@ -11731,6 +11730,7 @@ export declare const commentContract: {
|
|
|
11731
11730
|
bucketName: string;
|
|
11732
11731
|
fileSize: number;
|
|
11733
11732
|
fileUrl: string | null;
|
|
11733
|
+
status?: string | undefined;
|
|
11734
11734
|
}[];
|
|
11735
11735
|
}[];
|
|
11736
11736
|
company: {
|
|
@@ -11738,8 +11738,8 @@ export declare const commentContract: {
|
|
|
11738
11738
|
createdAt: Date;
|
|
11739
11739
|
updatedAt: Date;
|
|
11740
11740
|
deletedAt: Date | null;
|
|
11741
|
-
name?: string | undefined;
|
|
11742
11741
|
address?: string | null | undefined;
|
|
11742
|
+
name?: string | 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
|
-
name: string;
|
|
11751
11750
|
id: string;
|
|
11751
|
+
name: 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
|
-
name: string;
|
|
11777
11776
|
id: string;
|
|
11777
|
+
name: string;
|
|
11778
11778
|
picture?: string | undefined;
|
|
11779
11779
|
additionalCredentials?: any;
|
|
11780
11780
|
};
|
|
@@ -11826,7 +11826,6 @@ export declare const commentContract: {
|
|
|
11826
11826
|
dateValue: Date | null;
|
|
11827
11827
|
uploads: {
|
|
11828
11828
|
id: string;
|
|
11829
|
-
status: string | null;
|
|
11830
11829
|
createdAt: Date;
|
|
11831
11830
|
updatedAt: Date;
|
|
11832
11831
|
deletedAt: Date | null;
|
|
@@ -11835,11 +11834,12 @@ export declare const commentContract: {
|
|
|
11835
11834
|
bucketName: string;
|
|
11836
11835
|
fileSize: number;
|
|
11837
11836
|
fileUrl: string | null;
|
|
11837
|
+
status?: string | undefined;
|
|
11838
11838
|
}[];
|
|
11839
11839
|
}[];
|
|
11840
11840
|
tags: {
|
|
11841
|
-
name: string;
|
|
11842
11841
|
id: string;
|
|
11842
|
+
name: 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;
|
|
11855
11854
|
id: string;
|
|
11856
11855
|
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;
|
|
11913
11912
|
id: string;
|
|
11914
11913
|
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;
|
|
11957
11956
|
id: string;
|
|
11958
11957
|
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;
|
|
12120
12119
|
id: string;
|
|
12121
12120
|
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;
|
|
12163
12162
|
id: string;
|
|
12164
12163
|
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;
|
|
12245
12244
|
id: string;
|
|
12246
12245
|
channel: string | null;
|
|
12247
12246
|
address: string | null;
|
|
12247
|
+
name: string;
|
|
12248
12248
|
createdAt: Date;
|
|
12249
12249
|
updatedAt: Date;
|
|
12250
12250
|
deletedAt: Date | null;
|
|
@@ -12273,7 +12273,6 @@ export declare const commentContract: {
|
|
|
12273
12273
|
dateValue: Date | null;
|
|
12274
12274
|
uploads: {
|
|
12275
12275
|
id: string;
|
|
12276
|
-
status: string | null;
|
|
12277
12276
|
createdAt: Date;
|
|
12278
12277
|
updatedAt: Date;
|
|
12279
12278
|
deletedAt: Date | null;
|
|
@@ -12282,6 +12281,7 @@ export declare const commentContract: {
|
|
|
12282
12281
|
bucketName: string;
|
|
12283
12282
|
fileSize: number;
|
|
12284
12283
|
fileUrl: string | null;
|
|
12284
|
+
status?: string | undefined;
|
|
12285
12285
|
}[];
|
|
12286
12286
|
}[];
|
|
12287
12287
|
company: {
|
|
@@ -12289,8 +12289,8 @@ export declare const commentContract: {
|
|
|
12289
12289
|
createdAt: Date;
|
|
12290
12290
|
updatedAt: Date;
|
|
12291
12291
|
deletedAt: Date | null;
|
|
12292
|
-
name?: string | undefined;
|
|
12293
12292
|
address?: string | null | undefined;
|
|
12293
|
+
name?: string | 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
|
-
name: string;
|
|
12302
12301
|
id: string;
|
|
12302
|
+
name: 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
|
-
name: string;
|
|
12328
12327
|
id: string;
|
|
12328
|
+
name: string;
|
|
12329
12329
|
picture?: string | undefined;
|
|
12330
12330
|
additionalCredentials?: any;
|
|
12331
12331
|
};
|
|
@@ -12377,7 +12377,6 @@ export declare const commentContract: {
|
|
|
12377
12377
|
dateValue: Date | null;
|
|
12378
12378
|
uploads: {
|
|
12379
12379
|
id: string;
|
|
12380
|
-
status: string | null;
|
|
12381
12380
|
createdAt: Date;
|
|
12382
12381
|
updatedAt: Date;
|
|
12383
12382
|
deletedAt: Date | null;
|
|
@@ -12386,11 +12385,12 @@ export declare const commentContract: {
|
|
|
12386
12385
|
bucketName: string;
|
|
12387
12386
|
fileSize: number;
|
|
12388
12387
|
fileUrl: string | null;
|
|
12388
|
+
status?: string | undefined;
|
|
12389
12389
|
}[];
|
|
12390
12390
|
}[];
|
|
12391
12391
|
tags: {
|
|
12392
|
-
name: string;
|
|
12393
12392
|
id: string;
|
|
12393
|
+
name: 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;
|
|
12406
12405
|
id: string;
|
|
12407
12406
|
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;
|
|
12464
12463
|
id: string;
|
|
12465
12464
|
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;
|
|
12508
12507
|
id: string;
|
|
12509
12508
|
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;
|
|
12560
12559
|
id: string;
|
|
12561
12560
|
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;
|
|
12614
12613
|
id: string;
|
|
12615
12614
|
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;
|
|
12698
12697
|
id: string;
|
|
12699
12698
|
channel: string | null;
|
|
12700
12699
|
address: string | null;
|
|
12700
|
+
name: string;
|
|
12701
12701
|
createdAt: Date;
|
|
12702
12702
|
updatedAt: Date;
|
|
12703
12703
|
deletedAt: Date | null;
|
|
@@ -12726,7 +12726,6 @@ export declare const commentContract: {
|
|
|
12726
12726
|
dateValue: Date | null;
|
|
12727
12727
|
uploads: {
|
|
12728
12728
|
id: string;
|
|
12729
|
-
status: string | null;
|
|
12730
12729
|
createdAt: Date;
|
|
12731
12730
|
updatedAt: Date;
|
|
12732
12731
|
deletedAt: Date | null;
|
|
@@ -12735,6 +12734,7 @@ export declare const commentContract: {
|
|
|
12735
12734
|
bucketName: string;
|
|
12736
12735
|
fileSize: number;
|
|
12737
12736
|
fileUrl: string | null;
|
|
12737
|
+
status?: string | undefined;
|
|
12738
12738
|
}[];
|
|
12739
12739
|
}[];
|
|
12740
12740
|
company: {
|
|
@@ -12742,8 +12742,8 @@ export declare const commentContract: {
|
|
|
12742
12742
|
createdAt: Date;
|
|
12743
12743
|
updatedAt: Date;
|
|
12744
12744
|
deletedAt: Date | null;
|
|
12745
|
-
name?: string | undefined;
|
|
12746
12745
|
address?: string | null | undefined;
|
|
12746
|
+
name?: string | 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
|
-
name: string;
|
|
12755
12754
|
id: string;
|
|
12755
|
+
name: 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
|
-
name: string;
|
|
12781
12780
|
id: string;
|
|
12781
|
+
name: string;
|
|
12782
12782
|
picture?: string | undefined;
|
|
12783
12783
|
additionalCredentials?: any;
|
|
12784
12784
|
};
|
|
@@ -12830,7 +12830,6 @@ export declare const commentContract: {
|
|
|
12830
12830
|
dateValue: Date | null;
|
|
12831
12831
|
uploads: {
|
|
12832
12832
|
id: string;
|
|
12833
|
-
status: string | null;
|
|
12834
12833
|
createdAt: Date;
|
|
12835
12834
|
updatedAt: Date;
|
|
12836
12835
|
deletedAt: Date | null;
|
|
@@ -12839,11 +12838,12 @@ export declare const commentContract: {
|
|
|
12839
12838
|
bucketName: string;
|
|
12840
12839
|
fileSize: number;
|
|
12841
12840
|
fileUrl: string | null;
|
|
12841
|
+
status?: string | undefined;
|
|
12842
12842
|
}[];
|
|
12843
12843
|
}[];
|
|
12844
12844
|
tags: {
|
|
12845
|
-
name: string;
|
|
12846
12845
|
id: string;
|
|
12846
|
+
name: 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;
|
|
12859
12858
|
id: string;
|
|
12860
12859
|
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;
|
|
12917
12916
|
id: string;
|
|
12918
12917
|
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;
|
|
12961
12960
|
id: string;
|
|
12962
12961
|
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;
|
|
13013
13012
|
id: string;
|
|
13014
13013
|
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;
|
|
13067
13066
|
id: string;
|
|
13068
13067
|
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;
|
|
13154
13153
|
id: string;
|
|
13155
13154
|
channel: string | null;
|
|
13156
13155
|
address: string | null;
|
|
13156
|
+
name: string;
|
|
13157
13157
|
createdAt: Date;
|
|
13158
13158
|
updatedAt: Date;
|
|
13159
13159
|
deletedAt: Date | null;
|
|
@@ -13182,7 +13182,6 @@ export declare const commentContract: {
|
|
|
13182
13182
|
dateValue: Date | null;
|
|
13183
13183
|
uploads: {
|
|
13184
13184
|
id: string;
|
|
13185
|
-
status: string | null;
|
|
13186
13185
|
createdAt: Date;
|
|
13187
13186
|
updatedAt: Date;
|
|
13188
13187
|
deletedAt: Date | null;
|
|
@@ -13191,6 +13190,7 @@ export declare const commentContract: {
|
|
|
13191
13190
|
bucketName: string;
|
|
13192
13191
|
fileSize: number;
|
|
13193
13192
|
fileUrl: string | null;
|
|
13193
|
+
status?: string | undefined;
|
|
13194
13194
|
}[];
|
|
13195
13195
|
}[];
|
|
13196
13196
|
company: {
|
|
@@ -13198,8 +13198,8 @@ export declare const commentContract: {
|
|
|
13198
13198
|
createdAt: Date;
|
|
13199
13199
|
updatedAt: Date;
|
|
13200
13200
|
deletedAt: Date | null;
|
|
13201
|
-
name?: string | undefined;
|
|
13202
13201
|
address?: string | null | undefined;
|
|
13202
|
+
name?: string | 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
|
-
name: string;
|
|
13211
13210
|
id: string;
|
|
13211
|
+
name: 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
|
-
name: string;
|
|
13237
13236
|
id: string;
|
|
13237
|
+
name: string;
|
|
13238
13238
|
picture?: string | undefined;
|
|
13239
13239
|
additionalCredentials?: any;
|
|
13240
13240
|
};
|
|
@@ -13286,7 +13286,6 @@ export declare const commentContract: {
|
|
|
13286
13286
|
dateValue: Date | null;
|
|
13287
13287
|
uploads: {
|
|
13288
13288
|
id: string;
|
|
13289
|
-
status: string | null;
|
|
13290
13289
|
createdAt: Date;
|
|
13291
13290
|
updatedAt: Date;
|
|
13292
13291
|
deletedAt: Date | null;
|
|
@@ -13295,11 +13294,12 @@ export declare const commentContract: {
|
|
|
13295
13294
|
bucketName: string;
|
|
13296
13295
|
fileSize: number;
|
|
13297
13296
|
fileUrl: string | null;
|
|
13297
|
+
status?: string | undefined;
|
|
13298
13298
|
}[];
|
|
13299
13299
|
}[];
|
|
13300
13300
|
tags: {
|
|
13301
|
-
name: string;
|
|
13302
13301
|
id: string;
|
|
13302
|
+
name: 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;
|
|
13315
13314
|
id: string;
|
|
13316
13315
|
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;
|
|
13373
13372
|
id: string;
|
|
13374
13373
|
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;
|
|
13417
13416
|
id: string;
|
|
13418
13417
|
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;
|
|
13469
13468
|
id: string;
|
|
13470
13469
|
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;
|
|
13523
13522
|
id: string;
|
|
13524
13523
|
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;
|
|
13610
13609
|
id: string;
|
|
13611
13610
|
channel: string | null;
|
|
13612
13611
|
address: string | null;
|
|
13612
|
+
name: string;
|
|
13613
13613
|
createdAt: Date;
|
|
13614
13614
|
updatedAt: Date;
|
|
13615
13615
|
deletedAt: Date | null;
|
|
@@ -13638,7 +13638,6 @@ export declare const commentContract: {
|
|
|
13638
13638
|
dateValue: Date | null;
|
|
13639
13639
|
uploads: {
|
|
13640
13640
|
id: string;
|
|
13641
|
-
status: string | null;
|
|
13642
13641
|
createdAt: Date;
|
|
13643
13642
|
updatedAt: Date;
|
|
13644
13643
|
deletedAt: Date | null;
|
|
@@ -13647,6 +13646,7 @@ export declare const commentContract: {
|
|
|
13647
13646
|
bucketName: string;
|
|
13648
13647
|
fileSize: number;
|
|
13649
13648
|
fileUrl: string | null;
|
|
13649
|
+
status?: string | undefined;
|
|
13650
13650
|
}[];
|
|
13651
13651
|
}[];
|
|
13652
13652
|
company: {
|
|
@@ -13654,8 +13654,8 @@ export declare const commentContract: {
|
|
|
13654
13654
|
createdAt: Date;
|
|
13655
13655
|
updatedAt: Date;
|
|
13656
13656
|
deletedAt: Date | null;
|
|
13657
|
-
name?: string | undefined;
|
|
13658
13657
|
address?: string | null | undefined;
|
|
13658
|
+
name?: string | 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
|
-
name: string;
|
|
13667
13666
|
id: string;
|
|
13667
|
+
name: 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
|
-
name: string;
|
|
13693
13692
|
id: string;
|
|
13693
|
+
name: string;
|
|
13694
13694
|
picture?: string | undefined;
|
|
13695
13695
|
additionalCredentials?: any;
|
|
13696
13696
|
};
|
|
@@ -13742,7 +13742,6 @@ export declare const commentContract: {
|
|
|
13742
13742
|
dateValue: Date | null;
|
|
13743
13743
|
uploads: {
|
|
13744
13744
|
id: string;
|
|
13745
|
-
status: string | null;
|
|
13746
13745
|
createdAt: Date;
|
|
13747
13746
|
updatedAt: Date;
|
|
13748
13747
|
deletedAt: Date | null;
|
|
@@ -13751,11 +13750,12 @@ export declare const commentContract: {
|
|
|
13751
13750
|
bucketName: string;
|
|
13752
13751
|
fileSize: number;
|
|
13753
13752
|
fileUrl: string | null;
|
|
13753
|
+
status?: string | undefined;
|
|
13754
13754
|
}[];
|
|
13755
13755
|
}[];
|
|
13756
13756
|
tags: {
|
|
13757
|
-
name: string;
|
|
13758
13757
|
id: string;
|
|
13758
|
+
name: 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;
|
|
13771
13770
|
id: string;
|
|
13772
13771
|
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;
|
|
13829
13828
|
id: string;
|
|
13830
13829
|
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;
|
|
13873
13872
|
id: string;
|
|
13874
13873
|
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;
|
|
13925
13924
|
id: string;
|
|
13926
13925
|
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;
|
|
13979
13978
|
id: string;
|
|
13980
13979
|
address: string | null;
|
|
13980
|
+
name: string;
|
|
13981
13981
|
email: string;
|
|
13982
13982
|
createdAt: Date;
|
|
13983
13983
|
updatedAt: Date;
|