@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
|
@@ -308,9 +308,9 @@ export declare const ticketContract: {
|
|
|
308
308
|
telephonySignature: string | null;
|
|
309
309
|
}>;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
-
name: string;
|
|
312
311
|
id: string;
|
|
313
312
|
address: string | null;
|
|
313
|
+
name: string;
|
|
314
314
|
email: string;
|
|
315
315
|
createdAt: Date;
|
|
316
316
|
updatedAt: Date;
|
|
@@ -351,9 +351,9 @@ export declare const ticketContract: {
|
|
|
351
351
|
telephonySignature: string | null;
|
|
352
352
|
};
|
|
353
353
|
}, {
|
|
354
|
-
name: string;
|
|
355
354
|
id: string;
|
|
356
355
|
address: string | null;
|
|
356
|
+
name: string;
|
|
357
357
|
email: string;
|
|
358
358
|
createdAt: Date;
|
|
359
359
|
updatedAt: Date;
|
|
@@ -513,9 +513,9 @@ export declare const ticketContract: {
|
|
|
513
513
|
telephonySignature: string | null;
|
|
514
514
|
}>;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
name: string;
|
|
517
516
|
id: string;
|
|
518
517
|
address: string | null;
|
|
518
|
+
name: string;
|
|
519
519
|
email: string;
|
|
520
520
|
createdAt: Date;
|
|
521
521
|
updatedAt: Date;
|
|
@@ -556,9 +556,9 @@ export declare const ticketContract: {
|
|
|
556
556
|
telephonySignature: string | null;
|
|
557
557
|
};
|
|
558
558
|
}, {
|
|
559
|
-
name: string;
|
|
560
559
|
id: string;
|
|
561
560
|
address: string | null;
|
|
561
|
+
name: string;
|
|
562
562
|
email: string;
|
|
563
563
|
createdAt: Date;
|
|
564
564
|
updatedAt: Date;
|
|
@@ -701,10 +701,9 @@ export declare const ticketContract: {
|
|
|
701
701
|
fileSize: z.ZodNumber;
|
|
702
702
|
fileKey: z.ZodString;
|
|
703
703
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
704
|
-
status: z.
|
|
704
|
+
status: z.ZodOptional<z.ZodString>;
|
|
705
705
|
}, "strip", z.ZodTypeAny, {
|
|
706
706
|
id: string;
|
|
707
|
-
status: string | null;
|
|
708
707
|
createdAt: Date;
|
|
709
708
|
updatedAt: Date;
|
|
710
709
|
deletedAt: Date | null;
|
|
@@ -713,9 +712,9 @@ export declare const ticketContract: {
|
|
|
713
712
|
bucketName: string;
|
|
714
713
|
fileSize: number;
|
|
715
714
|
fileUrl: string | null;
|
|
715
|
+
status?: string | undefined;
|
|
716
716
|
}, {
|
|
717
717
|
id: string;
|
|
718
|
-
status: string | null;
|
|
719
718
|
createdAt: Date;
|
|
720
719
|
updatedAt: Date;
|
|
721
720
|
deletedAt: Date | null;
|
|
@@ -724,6 +723,7 @@ export declare const ticketContract: {
|
|
|
724
723
|
bucketName: string;
|
|
725
724
|
fileSize: number;
|
|
726
725
|
fileUrl: string | null;
|
|
726
|
+
status?: string | undefined;
|
|
727
727
|
}>, "many">;
|
|
728
728
|
}, "strip", z.ZodTypeAny, {
|
|
729
729
|
id: string;
|
|
@@ -750,7 +750,6 @@ export declare const ticketContract: {
|
|
|
750
750
|
dateValue: Date | null;
|
|
751
751
|
uploads: {
|
|
752
752
|
id: string;
|
|
753
|
-
status: string | null;
|
|
754
753
|
createdAt: Date;
|
|
755
754
|
updatedAt: Date;
|
|
756
755
|
deletedAt: Date | null;
|
|
@@ -759,6 +758,7 @@ export declare const ticketContract: {
|
|
|
759
758
|
bucketName: string;
|
|
760
759
|
fileSize: number;
|
|
761
760
|
fileUrl: string | null;
|
|
761
|
+
status?: string | undefined;
|
|
762
762
|
}[];
|
|
763
763
|
}, {
|
|
764
764
|
id: string;
|
|
@@ -785,7 +785,6 @@ export declare const ticketContract: {
|
|
|
785
785
|
dateValue: Date | null;
|
|
786
786
|
uploads: {
|
|
787
787
|
id: string;
|
|
788
|
-
status: string | null;
|
|
789
788
|
createdAt: Date;
|
|
790
789
|
updatedAt: Date;
|
|
791
790
|
deletedAt: Date | null;
|
|
@@ -794,6 +793,7 @@ export declare const ticketContract: {
|
|
|
794
793
|
bucketName: string;
|
|
795
794
|
fileSize: number;
|
|
796
795
|
fileUrl: string | null;
|
|
796
|
+
status?: string | undefined;
|
|
797
797
|
}[];
|
|
798
798
|
}>, "many">;
|
|
799
799
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -803,14 +803,14 @@ export declare const ticketContract: {
|
|
|
803
803
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
804
804
|
name: z.ZodString;
|
|
805
805
|
}, "strip", z.ZodTypeAny, {
|
|
806
|
-
name: string;
|
|
807
806
|
id: string;
|
|
807
|
+
name: string;
|
|
808
808
|
createdAt: Date;
|
|
809
809
|
updatedAt: Date;
|
|
810
810
|
deletedAt: Date | null;
|
|
811
811
|
}, {
|
|
812
|
-
name: string;
|
|
813
812
|
id: string;
|
|
813
|
+
name: string;
|
|
814
814
|
createdAt: Date;
|
|
815
815
|
updatedAt: Date;
|
|
816
816
|
deletedAt: Date | null;
|
|
@@ -933,14 +933,14 @@ export declare const ticketContract: {
|
|
|
933
933
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
934
934
|
name: z.ZodString;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
name: string;
|
|
937
936
|
id: string;
|
|
937
|
+
name: string;
|
|
938
938
|
createdAt: Date;
|
|
939
939
|
updatedAt: Date;
|
|
940
940
|
deletedAt: Date | null;
|
|
941
941
|
}, {
|
|
942
|
-
name: string;
|
|
943
942
|
id: string;
|
|
943
|
+
name: string;
|
|
944
944
|
createdAt: Date;
|
|
945
945
|
updatedAt: Date;
|
|
946
946
|
deletedAt: Date | null;
|
|
@@ -1096,8 +1096,8 @@ export declare const ticketContract: {
|
|
|
1096
1096
|
createdAt: Date;
|
|
1097
1097
|
updatedAt: Date;
|
|
1098
1098
|
deletedAt: Date | null;
|
|
1099
|
-
name?: string | undefined;
|
|
1100
1099
|
address?: string | null | undefined;
|
|
1100
|
+
name?: string | undefined;
|
|
1101
1101
|
phone?: string | null | undefined;
|
|
1102
1102
|
industry?: string | null | undefined;
|
|
1103
1103
|
}, {
|
|
@@ -1105,8 +1105,8 @@ export declare const ticketContract: {
|
|
|
1105
1105
|
createdAt: Date;
|
|
1106
1106
|
updatedAt: Date;
|
|
1107
1107
|
deletedAt: Date | null;
|
|
1108
|
-
name?: string | undefined;
|
|
1109
1108
|
address?: string | null | undefined;
|
|
1109
|
+
name?: string | undefined;
|
|
1110
1110
|
phone?: string | null | undefined;
|
|
1111
1111
|
industry?: string | null | undefined;
|
|
1112
1112
|
}>>;
|
|
@@ -1124,13 +1124,13 @@ export declare const ticketContract: {
|
|
|
1124
1124
|
picture: z.ZodOptional<z.ZodString>;
|
|
1125
1125
|
additionalCredentials: z.ZodAny;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
name: string;
|
|
1128
1127
|
id: string;
|
|
1128
|
+
name: string;
|
|
1129
1129
|
picture?: string | undefined;
|
|
1130
1130
|
additionalCredentials?: any;
|
|
1131
1131
|
}, {
|
|
1132
|
-
name: string;
|
|
1133
1132
|
id: string;
|
|
1133
|
+
name: string;
|
|
1134
1134
|
picture?: string | undefined;
|
|
1135
1135
|
additionalCredentials?: any;
|
|
1136
1136
|
}>;
|
|
@@ -1138,8 +1138,8 @@ export declare const ticketContract: {
|
|
|
1138
1138
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1139
1139
|
id: string;
|
|
1140
1140
|
metadata: {
|
|
1141
|
-
name: string;
|
|
1142
1141
|
id: string;
|
|
1142
|
+
name: string;
|
|
1143
1143
|
picture?: string | undefined;
|
|
1144
1144
|
additionalCredentials?: any;
|
|
1145
1145
|
};
|
|
@@ -1152,8 +1152,8 @@ export declare const ticketContract: {
|
|
|
1152
1152
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1153
1153
|
id: string;
|
|
1154
1154
|
metadata: {
|
|
1155
|
-
name: string;
|
|
1156
1155
|
id: string;
|
|
1156
|
+
name: string;
|
|
1157
1157
|
picture?: string | undefined;
|
|
1158
1158
|
additionalCredentials?: any;
|
|
1159
1159
|
};
|
|
@@ -1263,10 +1263,9 @@ export declare const ticketContract: {
|
|
|
1263
1263
|
fileSize: z.ZodNumber;
|
|
1264
1264
|
fileKey: z.ZodString;
|
|
1265
1265
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
1266
|
-
status: z.
|
|
1266
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1267
1267
|
}, "strip", z.ZodTypeAny, {
|
|
1268
1268
|
id: string;
|
|
1269
|
-
status: string | null;
|
|
1270
1269
|
createdAt: Date;
|
|
1271
1270
|
updatedAt: Date;
|
|
1272
1271
|
deletedAt: Date | null;
|
|
@@ -1275,9 +1274,9 @@ export declare const ticketContract: {
|
|
|
1275
1274
|
bucketName: string;
|
|
1276
1275
|
fileSize: number;
|
|
1277
1276
|
fileUrl: string | null;
|
|
1277
|
+
status?: string | undefined;
|
|
1278
1278
|
}, {
|
|
1279
1279
|
id: string;
|
|
1280
|
-
status: string | null;
|
|
1281
1280
|
createdAt: Date;
|
|
1282
1281
|
updatedAt: Date;
|
|
1283
1282
|
deletedAt: Date | null;
|
|
@@ -1286,6 +1285,7 @@ export declare const ticketContract: {
|
|
|
1286
1285
|
bucketName: string;
|
|
1287
1286
|
fileSize: number;
|
|
1288
1287
|
fileUrl: string | null;
|
|
1288
|
+
status?: string | undefined;
|
|
1289
1289
|
}>, "many">;
|
|
1290
1290
|
}, "strip", z.ZodTypeAny, {
|
|
1291
1291
|
id: string;
|
|
@@ -1312,7 +1312,6 @@ export declare const ticketContract: {
|
|
|
1312
1312
|
dateValue: Date | null;
|
|
1313
1313
|
uploads: {
|
|
1314
1314
|
id: string;
|
|
1315
|
-
status: string | null;
|
|
1316
1315
|
createdAt: Date;
|
|
1317
1316
|
updatedAt: Date;
|
|
1318
1317
|
deletedAt: Date | null;
|
|
@@ -1321,6 +1320,7 @@ export declare const ticketContract: {
|
|
|
1321
1320
|
bucketName: string;
|
|
1322
1321
|
fileSize: number;
|
|
1323
1322
|
fileUrl: string | null;
|
|
1323
|
+
status?: string | undefined;
|
|
1324
1324
|
}[];
|
|
1325
1325
|
}, {
|
|
1326
1326
|
id: string;
|
|
@@ -1347,7 +1347,6 @@ export declare const ticketContract: {
|
|
|
1347
1347
|
dateValue: Date | null;
|
|
1348
1348
|
uploads: {
|
|
1349
1349
|
id: string;
|
|
1350
|
-
status: string | null;
|
|
1351
1350
|
createdAt: Date;
|
|
1352
1351
|
updatedAt: Date;
|
|
1353
1352
|
deletedAt: Date | null;
|
|
@@ -1356,6 +1355,7 @@ export declare const ticketContract: {
|
|
|
1356
1355
|
bucketName: string;
|
|
1357
1356
|
fileSize: number;
|
|
1358
1357
|
fileUrl: string | null;
|
|
1358
|
+
status?: string | undefined;
|
|
1359
1359
|
}[];
|
|
1360
1360
|
}>, "many">;
|
|
1361
1361
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -1463,10 +1463,10 @@ export declare const ticketContract: {
|
|
|
1463
1463
|
};
|
|
1464
1464
|
}>, "many">>;
|
|
1465
1465
|
}, "strip", z.ZodTypeAny, {
|
|
1466
|
-
name: string;
|
|
1467
1466
|
id: string;
|
|
1468
1467
|
channel: string | null;
|
|
1469
1468
|
address: string | null;
|
|
1469
|
+
name: string;
|
|
1470
1470
|
createdAt: Date;
|
|
1471
1471
|
updatedAt: Date;
|
|
1472
1472
|
deletedAt: Date | null;
|
|
@@ -1495,7 +1495,6 @@ export declare const ticketContract: {
|
|
|
1495
1495
|
dateValue: Date | null;
|
|
1496
1496
|
uploads: {
|
|
1497
1497
|
id: string;
|
|
1498
|
-
status: string | null;
|
|
1499
1498
|
createdAt: Date;
|
|
1500
1499
|
updatedAt: Date;
|
|
1501
1500
|
deletedAt: Date | null;
|
|
@@ -1504,6 +1503,7 @@ export declare const ticketContract: {
|
|
|
1504
1503
|
bucketName: string;
|
|
1505
1504
|
fileSize: number;
|
|
1506
1505
|
fileUrl: string | null;
|
|
1506
|
+
status?: string | undefined;
|
|
1507
1507
|
}[];
|
|
1508
1508
|
}[];
|
|
1509
1509
|
company: {
|
|
@@ -1511,8 +1511,8 @@ export declare const ticketContract: {
|
|
|
1511
1511
|
createdAt: Date;
|
|
1512
1512
|
updatedAt: Date;
|
|
1513
1513
|
deletedAt: Date | null;
|
|
1514
|
-
name?: string | undefined;
|
|
1515
1514
|
address?: string | null | undefined;
|
|
1515
|
+
name?: string | undefined;
|
|
1516
1516
|
phone?: string | null | undefined;
|
|
1517
1517
|
industry?: string | null | undefined;
|
|
1518
1518
|
} | null;
|
|
@@ -1520,8 +1520,8 @@ export declare const ticketContract: {
|
|
|
1520
1520
|
contactProfile: string | null;
|
|
1521
1521
|
socialProfileUrl: string | null;
|
|
1522
1522
|
tags: {
|
|
1523
|
-
name: string;
|
|
1524
1523
|
id: string;
|
|
1524
|
+
name: string;
|
|
1525
1525
|
createdAt: Date;
|
|
1526
1526
|
updatedAt: Date;
|
|
1527
1527
|
deletedAt: Date | null;
|
|
@@ -1546,8 +1546,8 @@ export declare const ticketContract: {
|
|
|
1546
1546
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1547
1547
|
id: string;
|
|
1548
1548
|
metadata: {
|
|
1549
|
-
name: string;
|
|
1550
1549
|
id: string;
|
|
1550
|
+
name: string;
|
|
1551
1551
|
picture?: string | undefined;
|
|
1552
1552
|
additionalCredentials?: any;
|
|
1553
1553
|
};
|
|
@@ -1574,10 +1574,10 @@ export declare const ticketContract: {
|
|
|
1574
1574
|
};
|
|
1575
1575
|
}[] | undefined;
|
|
1576
1576
|
}, {
|
|
1577
|
-
name: string;
|
|
1578
1577
|
id: string;
|
|
1579
1578
|
channel: string | null;
|
|
1580
1579
|
address: string | null;
|
|
1580
|
+
name: string;
|
|
1581
1581
|
createdAt: Date;
|
|
1582
1582
|
updatedAt: Date;
|
|
1583
1583
|
deletedAt: Date | null;
|
|
@@ -1606,7 +1606,6 @@ export declare const ticketContract: {
|
|
|
1606
1606
|
dateValue: Date | null;
|
|
1607
1607
|
uploads: {
|
|
1608
1608
|
id: string;
|
|
1609
|
-
status: string | null;
|
|
1610
1609
|
createdAt: Date;
|
|
1611
1610
|
updatedAt: Date;
|
|
1612
1611
|
deletedAt: Date | null;
|
|
@@ -1615,6 +1614,7 @@ export declare const ticketContract: {
|
|
|
1615
1614
|
bucketName: string;
|
|
1616
1615
|
fileSize: number;
|
|
1617
1616
|
fileUrl: string | null;
|
|
1617
|
+
status?: string | undefined;
|
|
1618
1618
|
}[];
|
|
1619
1619
|
}[];
|
|
1620
1620
|
company: {
|
|
@@ -1622,8 +1622,8 @@ export declare const ticketContract: {
|
|
|
1622
1622
|
createdAt: Date;
|
|
1623
1623
|
updatedAt: Date;
|
|
1624
1624
|
deletedAt: Date | null;
|
|
1625
|
-
name?: string | undefined;
|
|
1626
1625
|
address?: string | null | undefined;
|
|
1626
|
+
name?: string | undefined;
|
|
1627
1627
|
phone?: string | null | undefined;
|
|
1628
1628
|
industry?: string | null | undefined;
|
|
1629
1629
|
} | null;
|
|
@@ -1631,8 +1631,8 @@ export declare const ticketContract: {
|
|
|
1631
1631
|
contactProfile: string | null;
|
|
1632
1632
|
socialProfileUrl: string | null;
|
|
1633
1633
|
tags: {
|
|
1634
|
-
name: string;
|
|
1635
1634
|
id: string;
|
|
1635
|
+
name: string;
|
|
1636
1636
|
createdAt: Date;
|
|
1637
1637
|
updatedAt: Date;
|
|
1638
1638
|
deletedAt: Date | null;
|
|
@@ -1657,8 +1657,8 @@ export declare const ticketContract: {
|
|
|
1657
1657
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1658
1658
|
id: string;
|
|
1659
1659
|
metadata: {
|
|
1660
|
-
name: string;
|
|
1661
1660
|
id: string;
|
|
1661
|
+
name: string;
|
|
1662
1662
|
picture?: string | undefined;
|
|
1663
1663
|
additionalCredentials?: any;
|
|
1664
1664
|
};
|
|
@@ -1808,9 +1808,9 @@ export declare const ticketContract: {
|
|
|
1808
1808
|
telephonySignature: string | null;
|
|
1809
1809
|
}>;
|
|
1810
1810
|
}, "strip", z.ZodTypeAny, {
|
|
1811
|
-
name: string;
|
|
1812
1811
|
id: string;
|
|
1813
1812
|
address: string | null;
|
|
1813
|
+
name: string;
|
|
1814
1814
|
email: string;
|
|
1815
1815
|
createdAt: Date;
|
|
1816
1816
|
updatedAt: Date;
|
|
@@ -1851,9 +1851,9 @@ export declare const ticketContract: {
|
|
|
1851
1851
|
telephonySignature: string | null;
|
|
1852
1852
|
};
|
|
1853
1853
|
}, {
|
|
1854
|
-
name: string;
|
|
1855
1854
|
id: string;
|
|
1856
1855
|
address: string | null;
|
|
1856
|
+
name: string;
|
|
1857
1857
|
email: string;
|
|
1858
1858
|
createdAt: Date;
|
|
1859
1859
|
updatedAt: Date;
|
|
@@ -1925,9 +1925,9 @@ export declare const ticketContract: {
|
|
|
1925
1925
|
updatedAt: Date;
|
|
1926
1926
|
deletedAt: Date | null;
|
|
1927
1927
|
actor: {
|
|
1928
|
-
name: string;
|
|
1929
1928
|
id: string;
|
|
1930
1929
|
address: string | null;
|
|
1930
|
+
name: string;
|
|
1931
1931
|
email: string;
|
|
1932
1932
|
createdAt: Date;
|
|
1933
1933
|
updatedAt: Date;
|
|
@@ -1984,9 +1984,9 @@ export declare const ticketContract: {
|
|
|
1984
1984
|
updatedAt: Date;
|
|
1985
1985
|
deletedAt: Date | null;
|
|
1986
1986
|
actor: {
|
|
1987
|
-
name: string;
|
|
1988
1987
|
id: string;
|
|
1989
1988
|
address: string | null;
|
|
1989
|
+
name: string;
|
|
1990
1990
|
email: string;
|
|
1991
1991
|
createdAt: Date;
|
|
1992
1992
|
updatedAt: Date;
|
|
@@ -2071,10 +2071,10 @@ export declare const ticketContract: {
|
|
|
2071
2071
|
}[];
|
|
2072
2072
|
}[];
|
|
2073
2073
|
contact: {
|
|
2074
|
-
name: string;
|
|
2075
2074
|
id: string;
|
|
2076
2075
|
channel: string | null;
|
|
2077
2076
|
address: string | null;
|
|
2077
|
+
name: string;
|
|
2078
2078
|
createdAt: Date;
|
|
2079
2079
|
updatedAt: Date;
|
|
2080
2080
|
deletedAt: Date | null;
|
|
@@ -2103,7 +2103,6 @@ export declare const ticketContract: {
|
|
|
2103
2103
|
dateValue: Date | null;
|
|
2104
2104
|
uploads: {
|
|
2105
2105
|
id: string;
|
|
2106
|
-
status: string | null;
|
|
2107
2106
|
createdAt: Date;
|
|
2108
2107
|
updatedAt: Date;
|
|
2109
2108
|
deletedAt: Date | null;
|
|
@@ -2112,6 +2111,7 @@ export declare const ticketContract: {
|
|
|
2112
2111
|
bucketName: string;
|
|
2113
2112
|
fileSize: number;
|
|
2114
2113
|
fileUrl: string | null;
|
|
2114
|
+
status?: string | undefined;
|
|
2115
2115
|
}[];
|
|
2116
2116
|
}[];
|
|
2117
2117
|
company: {
|
|
@@ -2119,8 +2119,8 @@ export declare const ticketContract: {
|
|
|
2119
2119
|
createdAt: Date;
|
|
2120
2120
|
updatedAt: Date;
|
|
2121
2121
|
deletedAt: Date | null;
|
|
2122
|
-
name?: string | undefined;
|
|
2123
2122
|
address?: string | null | undefined;
|
|
2123
|
+
name?: string | undefined;
|
|
2124
2124
|
phone?: string | null | undefined;
|
|
2125
2125
|
industry?: string | null | undefined;
|
|
2126
2126
|
} | null;
|
|
@@ -2128,8 +2128,8 @@ export declare const ticketContract: {
|
|
|
2128
2128
|
contactProfile: string | null;
|
|
2129
2129
|
socialProfileUrl: string | null;
|
|
2130
2130
|
tags: {
|
|
2131
|
-
name: string;
|
|
2132
2131
|
id: string;
|
|
2132
|
+
name: string;
|
|
2133
2133
|
createdAt: Date;
|
|
2134
2134
|
updatedAt: Date;
|
|
2135
2135
|
deletedAt: Date | null;
|
|
@@ -2154,8 +2154,8 @@ export declare const ticketContract: {
|
|
|
2154
2154
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2155
2155
|
id: string;
|
|
2156
2156
|
metadata: {
|
|
2157
|
-
name: string;
|
|
2158
2157
|
id: string;
|
|
2158
|
+
name: string;
|
|
2159
2159
|
picture?: string | undefined;
|
|
2160
2160
|
additionalCredentials?: any;
|
|
2161
2161
|
};
|
|
@@ -2207,7 +2207,6 @@ export declare const ticketContract: {
|
|
|
2207
2207
|
dateValue: Date | null;
|
|
2208
2208
|
uploads: {
|
|
2209
2209
|
id: string;
|
|
2210
|
-
status: string | null;
|
|
2211
2210
|
createdAt: Date;
|
|
2212
2211
|
updatedAt: Date;
|
|
2213
2212
|
deletedAt: Date | null;
|
|
@@ -2216,11 +2215,12 @@ export declare const ticketContract: {
|
|
|
2216
2215
|
bucketName: string;
|
|
2217
2216
|
fileSize: number;
|
|
2218
2217
|
fileUrl: string | null;
|
|
2218
|
+
status?: string | undefined;
|
|
2219
2219
|
}[];
|
|
2220
2220
|
}[];
|
|
2221
2221
|
tags: {
|
|
2222
|
-
name: string;
|
|
2223
2222
|
id: string;
|
|
2223
|
+
name: string;
|
|
2224
2224
|
createdAt: Date;
|
|
2225
2225
|
updatedAt: Date;
|
|
2226
2226
|
deletedAt: Date | null;
|
|
@@ -2232,9 +2232,9 @@ export declare const ticketContract: {
|
|
|
2232
2232
|
updatedAt: Date;
|
|
2233
2233
|
deletedAt: Date | null;
|
|
2234
2234
|
actor: {
|
|
2235
|
-
name: string;
|
|
2236
2235
|
id: string;
|
|
2237
2236
|
address: string | null;
|
|
2237
|
+
name: string;
|
|
2238
2238
|
email: string;
|
|
2239
2239
|
createdAt: Date;
|
|
2240
2240
|
updatedAt: Date;
|
|
@@ -2290,9 +2290,9 @@ export declare const ticketContract: {
|
|
|
2290
2290
|
creatorId: string;
|
|
2291
2291
|
reasonToAssign: string | null;
|
|
2292
2292
|
creator?: {
|
|
2293
|
-
name: string;
|
|
2294
2293
|
id: string;
|
|
2295
2294
|
address: string | null;
|
|
2295
|
+
name: string;
|
|
2296
2296
|
email: string;
|
|
2297
2297
|
createdAt: Date;
|
|
2298
2298
|
updatedAt: Date;
|
|
@@ -2334,9 +2334,9 @@ export declare const ticketContract: {
|
|
|
2334
2334
|
};
|
|
2335
2335
|
} | null | undefined;
|
|
2336
2336
|
assignee?: {
|
|
2337
|
-
name: string;
|
|
2338
2337
|
id: string;
|
|
2339
2338
|
address: string | null;
|
|
2339
|
+
name: string;
|
|
2340
2340
|
email: string;
|
|
2341
2341
|
createdAt: Date;
|
|
2342
2342
|
updatedAt: Date;
|
|
@@ -2412,10 +2412,10 @@ export declare const ticketContract: {
|
|
|
2412
2412
|
}[];
|
|
2413
2413
|
}[];
|
|
2414
2414
|
contact: {
|
|
2415
|
-
name: string;
|
|
2416
2415
|
id: string;
|
|
2417
2416
|
channel: string | null;
|
|
2418
2417
|
address: string | null;
|
|
2418
|
+
name: string;
|
|
2419
2419
|
createdAt: Date;
|
|
2420
2420
|
updatedAt: Date;
|
|
2421
2421
|
deletedAt: Date | null;
|
|
@@ -2444,7 +2444,6 @@ export declare const ticketContract: {
|
|
|
2444
2444
|
dateValue: Date | null;
|
|
2445
2445
|
uploads: {
|
|
2446
2446
|
id: string;
|
|
2447
|
-
status: string | null;
|
|
2448
2447
|
createdAt: Date;
|
|
2449
2448
|
updatedAt: Date;
|
|
2450
2449
|
deletedAt: Date | null;
|
|
@@ -2453,6 +2452,7 @@ export declare const ticketContract: {
|
|
|
2453
2452
|
bucketName: string;
|
|
2454
2453
|
fileSize: number;
|
|
2455
2454
|
fileUrl: string | null;
|
|
2455
|
+
status?: string | undefined;
|
|
2456
2456
|
}[];
|
|
2457
2457
|
}[];
|
|
2458
2458
|
company: {
|
|
@@ -2460,8 +2460,8 @@ export declare const ticketContract: {
|
|
|
2460
2460
|
createdAt: Date;
|
|
2461
2461
|
updatedAt: Date;
|
|
2462
2462
|
deletedAt: Date | null;
|
|
2463
|
-
name?: string | undefined;
|
|
2464
2463
|
address?: string | null | undefined;
|
|
2464
|
+
name?: string | undefined;
|
|
2465
2465
|
phone?: string | null | undefined;
|
|
2466
2466
|
industry?: string | null | undefined;
|
|
2467
2467
|
} | null;
|
|
@@ -2469,8 +2469,8 @@ export declare const ticketContract: {
|
|
|
2469
2469
|
contactProfile: string | null;
|
|
2470
2470
|
socialProfileUrl: string | null;
|
|
2471
2471
|
tags: {
|
|
2472
|
-
name: string;
|
|
2473
2472
|
id: string;
|
|
2473
|
+
name: string;
|
|
2474
2474
|
createdAt: Date;
|
|
2475
2475
|
updatedAt: Date;
|
|
2476
2476
|
deletedAt: Date | null;
|
|
@@ -2495,8 +2495,8 @@ export declare const ticketContract: {
|
|
|
2495
2495
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2496
2496
|
id: string;
|
|
2497
2497
|
metadata: {
|
|
2498
|
-
name: string;
|
|
2499
2498
|
id: string;
|
|
2499
|
+
name: string;
|
|
2500
2500
|
picture?: string | undefined;
|
|
2501
2501
|
additionalCredentials?: any;
|
|
2502
2502
|
};
|
|
@@ -2548,7 +2548,6 @@ export declare const ticketContract: {
|
|
|
2548
2548
|
dateValue: Date | null;
|
|
2549
2549
|
uploads: {
|
|
2550
2550
|
id: string;
|
|
2551
|
-
status: string | null;
|
|
2552
2551
|
createdAt: Date;
|
|
2553
2552
|
updatedAt: Date;
|
|
2554
2553
|
deletedAt: Date | null;
|
|
@@ -2557,11 +2556,12 @@ export declare const ticketContract: {
|
|
|
2557
2556
|
bucketName: string;
|
|
2558
2557
|
fileSize: number;
|
|
2559
2558
|
fileUrl: string | null;
|
|
2559
|
+
status?: string | undefined;
|
|
2560
2560
|
}[];
|
|
2561
2561
|
}[];
|
|
2562
2562
|
tags: {
|
|
2563
|
-
name: string;
|
|
2564
2563
|
id: string;
|
|
2564
|
+
name: string;
|
|
2565
2565
|
createdAt: Date;
|
|
2566
2566
|
updatedAt: Date;
|
|
2567
2567
|
deletedAt: Date | null;
|
|
@@ -2573,9 +2573,9 @@ export declare const ticketContract: {
|
|
|
2573
2573
|
updatedAt: Date;
|
|
2574
2574
|
deletedAt: Date | null;
|
|
2575
2575
|
actor: {
|
|
2576
|
-
name: string;
|
|
2577
2576
|
id: string;
|
|
2578
2577
|
address: string | null;
|
|
2578
|
+
name: string;
|
|
2579
2579
|
email: string;
|
|
2580
2580
|
createdAt: Date;
|
|
2581
2581
|
updatedAt: Date;
|
|
@@ -2631,9 +2631,9 @@ export declare const ticketContract: {
|
|
|
2631
2631
|
creatorId: string;
|
|
2632
2632
|
reasonToAssign: string | null;
|
|
2633
2633
|
creator?: {
|
|
2634
|
-
name: string;
|
|
2635
2634
|
id: string;
|
|
2636
2635
|
address: string | null;
|
|
2636
|
+
name: string;
|
|
2637
2637
|
email: string;
|
|
2638
2638
|
createdAt: Date;
|
|
2639
2639
|
updatedAt: Date;
|
|
@@ -2675,9 +2675,9 @@ export declare const ticketContract: {
|
|
|
2675
2675
|
};
|
|
2676
2676
|
} | null | undefined;
|
|
2677
2677
|
assignee?: {
|
|
2678
|
-
name: string;
|
|
2679
2678
|
id: string;
|
|
2680
2679
|
address: string | null;
|
|
2680
|
+
name: string;
|
|
2681
2681
|
email: string;
|
|
2682
2682
|
createdAt: Date;
|
|
2683
2683
|
updatedAt: Date;
|
|
@@ -2755,10 +2755,10 @@ export declare const ticketContract: {
|
|
|
2755
2755
|
}[];
|
|
2756
2756
|
}[];
|
|
2757
2757
|
contact: {
|
|
2758
|
-
name: string;
|
|
2759
2758
|
id: string;
|
|
2760
2759
|
channel: string | null;
|
|
2761
2760
|
address: string | null;
|
|
2761
|
+
name: string;
|
|
2762
2762
|
createdAt: Date;
|
|
2763
2763
|
updatedAt: Date;
|
|
2764
2764
|
deletedAt: Date | null;
|
|
@@ -2787,7 +2787,6 @@ export declare const ticketContract: {
|
|
|
2787
2787
|
dateValue: Date | null;
|
|
2788
2788
|
uploads: {
|
|
2789
2789
|
id: string;
|
|
2790
|
-
status: string | null;
|
|
2791
2790
|
createdAt: Date;
|
|
2792
2791
|
updatedAt: Date;
|
|
2793
2792
|
deletedAt: Date | null;
|
|
@@ -2796,6 +2795,7 @@ export declare const ticketContract: {
|
|
|
2796
2795
|
bucketName: string;
|
|
2797
2796
|
fileSize: number;
|
|
2798
2797
|
fileUrl: string | null;
|
|
2798
|
+
status?: string | undefined;
|
|
2799
2799
|
}[];
|
|
2800
2800
|
}[];
|
|
2801
2801
|
company: {
|
|
@@ -2803,8 +2803,8 @@ export declare const ticketContract: {
|
|
|
2803
2803
|
createdAt: Date;
|
|
2804
2804
|
updatedAt: Date;
|
|
2805
2805
|
deletedAt: Date | null;
|
|
2806
|
-
name?: string | undefined;
|
|
2807
2806
|
address?: string | null | undefined;
|
|
2807
|
+
name?: string | undefined;
|
|
2808
2808
|
phone?: string | null | undefined;
|
|
2809
2809
|
industry?: string | null | undefined;
|
|
2810
2810
|
} | null;
|
|
@@ -2812,8 +2812,8 @@ export declare const ticketContract: {
|
|
|
2812
2812
|
contactProfile: string | null;
|
|
2813
2813
|
socialProfileUrl: string | null;
|
|
2814
2814
|
tags: {
|
|
2815
|
-
name: string;
|
|
2816
2815
|
id: string;
|
|
2816
|
+
name: string;
|
|
2817
2817
|
createdAt: Date;
|
|
2818
2818
|
updatedAt: Date;
|
|
2819
2819
|
deletedAt: Date | null;
|
|
@@ -2838,8 +2838,8 @@ export declare const ticketContract: {
|
|
|
2838
2838
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2839
2839
|
id: string;
|
|
2840
2840
|
metadata: {
|
|
2841
|
-
name: string;
|
|
2842
2841
|
id: string;
|
|
2842
|
+
name: string;
|
|
2843
2843
|
picture?: string | undefined;
|
|
2844
2844
|
additionalCredentials?: any;
|
|
2845
2845
|
};
|
|
@@ -2891,7 +2891,6 @@ export declare const ticketContract: {
|
|
|
2891
2891
|
dateValue: Date | null;
|
|
2892
2892
|
uploads: {
|
|
2893
2893
|
id: string;
|
|
2894
|
-
status: string | null;
|
|
2895
2894
|
createdAt: Date;
|
|
2896
2895
|
updatedAt: Date;
|
|
2897
2896
|
deletedAt: Date | null;
|
|
@@ -2900,11 +2899,12 @@ export declare const ticketContract: {
|
|
|
2900
2899
|
bucketName: string;
|
|
2901
2900
|
fileSize: number;
|
|
2902
2901
|
fileUrl: string | null;
|
|
2902
|
+
status?: string | undefined;
|
|
2903
2903
|
}[];
|
|
2904
2904
|
}[];
|
|
2905
2905
|
tags: {
|
|
2906
|
-
name: string;
|
|
2907
2906
|
id: string;
|
|
2907
|
+
name: string;
|
|
2908
2908
|
createdAt: Date;
|
|
2909
2909
|
updatedAt: Date;
|
|
2910
2910
|
deletedAt: Date | null;
|
|
@@ -2916,9 +2916,9 @@ export declare const ticketContract: {
|
|
|
2916
2916
|
updatedAt: Date;
|
|
2917
2917
|
deletedAt: Date | null;
|
|
2918
2918
|
actor: {
|
|
2919
|
-
name: string;
|
|
2920
2919
|
id: string;
|
|
2921
2920
|
address: string | null;
|
|
2921
|
+
name: string;
|
|
2922
2922
|
email: string;
|
|
2923
2923
|
createdAt: Date;
|
|
2924
2924
|
updatedAt: Date;
|
|
@@ -2974,9 +2974,9 @@ export declare const ticketContract: {
|
|
|
2974
2974
|
creatorId: string;
|
|
2975
2975
|
reasonToAssign: string | null;
|
|
2976
2976
|
creator?: {
|
|
2977
|
-
name: string;
|
|
2978
2977
|
id: string;
|
|
2979
2978
|
address: string | null;
|
|
2979
|
+
name: string;
|
|
2980
2980
|
email: string;
|
|
2981
2981
|
createdAt: Date;
|
|
2982
2982
|
updatedAt: Date;
|
|
@@ -3018,9 +3018,9 @@ export declare const ticketContract: {
|
|
|
3018
3018
|
};
|
|
3019
3019
|
} | null | undefined;
|
|
3020
3020
|
assignee?: {
|
|
3021
|
-
name: string;
|
|
3022
3021
|
id: string;
|
|
3023
3022
|
address: string | null;
|
|
3023
|
+
name: string;
|
|
3024
3024
|
email: string;
|
|
3025
3025
|
createdAt: Date;
|
|
3026
3026
|
updatedAt: Date;
|
|
@@ -3099,10 +3099,10 @@ export declare const ticketContract: {
|
|
|
3099
3099
|
}[];
|
|
3100
3100
|
}[];
|
|
3101
3101
|
contact: {
|
|
3102
|
-
name: string;
|
|
3103
3102
|
id: string;
|
|
3104
3103
|
channel: string | null;
|
|
3105
3104
|
address: string | null;
|
|
3105
|
+
name: string;
|
|
3106
3106
|
createdAt: Date;
|
|
3107
3107
|
updatedAt: Date;
|
|
3108
3108
|
deletedAt: Date | null;
|
|
@@ -3131,7 +3131,6 @@ export declare const ticketContract: {
|
|
|
3131
3131
|
dateValue: Date | null;
|
|
3132
3132
|
uploads: {
|
|
3133
3133
|
id: string;
|
|
3134
|
-
status: string | null;
|
|
3135
3134
|
createdAt: Date;
|
|
3136
3135
|
updatedAt: Date;
|
|
3137
3136
|
deletedAt: Date | null;
|
|
@@ -3140,6 +3139,7 @@ export declare const ticketContract: {
|
|
|
3140
3139
|
bucketName: string;
|
|
3141
3140
|
fileSize: number;
|
|
3142
3141
|
fileUrl: string | null;
|
|
3142
|
+
status?: string | undefined;
|
|
3143
3143
|
}[];
|
|
3144
3144
|
}[];
|
|
3145
3145
|
company: {
|
|
@@ -3147,8 +3147,8 @@ export declare const ticketContract: {
|
|
|
3147
3147
|
createdAt: Date;
|
|
3148
3148
|
updatedAt: Date;
|
|
3149
3149
|
deletedAt: Date | null;
|
|
3150
|
-
name?: string | undefined;
|
|
3151
3150
|
address?: string | null | undefined;
|
|
3151
|
+
name?: string | undefined;
|
|
3152
3152
|
phone?: string | null | undefined;
|
|
3153
3153
|
industry?: string | null | undefined;
|
|
3154
3154
|
} | null;
|
|
@@ -3156,8 +3156,8 @@ export declare const ticketContract: {
|
|
|
3156
3156
|
contactProfile: string | null;
|
|
3157
3157
|
socialProfileUrl: string | null;
|
|
3158
3158
|
tags: {
|
|
3159
|
-
name: string;
|
|
3160
3159
|
id: string;
|
|
3160
|
+
name: string;
|
|
3161
3161
|
createdAt: Date;
|
|
3162
3162
|
updatedAt: Date;
|
|
3163
3163
|
deletedAt: Date | null;
|
|
@@ -3182,8 +3182,8 @@ export declare const ticketContract: {
|
|
|
3182
3182
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3183
3183
|
id: string;
|
|
3184
3184
|
metadata: {
|
|
3185
|
-
name: string;
|
|
3186
3185
|
id: string;
|
|
3186
|
+
name: string;
|
|
3187
3187
|
picture?: string | undefined;
|
|
3188
3188
|
additionalCredentials?: any;
|
|
3189
3189
|
};
|
|
@@ -3235,7 +3235,6 @@ export declare const ticketContract: {
|
|
|
3235
3235
|
dateValue: Date | null;
|
|
3236
3236
|
uploads: {
|
|
3237
3237
|
id: string;
|
|
3238
|
-
status: string | null;
|
|
3239
3238
|
createdAt: Date;
|
|
3240
3239
|
updatedAt: Date;
|
|
3241
3240
|
deletedAt: Date | null;
|
|
@@ -3244,11 +3243,12 @@ export declare const ticketContract: {
|
|
|
3244
3243
|
bucketName: string;
|
|
3245
3244
|
fileSize: number;
|
|
3246
3245
|
fileUrl: string | null;
|
|
3246
|
+
status?: string | undefined;
|
|
3247
3247
|
}[];
|
|
3248
3248
|
}[];
|
|
3249
3249
|
tags: {
|
|
3250
|
-
name: string;
|
|
3251
3250
|
id: string;
|
|
3251
|
+
name: string;
|
|
3252
3252
|
createdAt: Date;
|
|
3253
3253
|
updatedAt: Date;
|
|
3254
3254
|
deletedAt: Date | null;
|
|
@@ -3260,9 +3260,9 @@ export declare const ticketContract: {
|
|
|
3260
3260
|
updatedAt: Date;
|
|
3261
3261
|
deletedAt: Date | null;
|
|
3262
3262
|
actor: {
|
|
3263
|
-
name: string;
|
|
3264
3263
|
id: string;
|
|
3265
3264
|
address: string | null;
|
|
3265
|
+
name: string;
|
|
3266
3266
|
email: string;
|
|
3267
3267
|
createdAt: Date;
|
|
3268
3268
|
updatedAt: Date;
|
|
@@ -3318,9 +3318,9 @@ export declare const ticketContract: {
|
|
|
3318
3318
|
creatorId: string;
|
|
3319
3319
|
reasonToAssign: string | null;
|
|
3320
3320
|
creator?: {
|
|
3321
|
-
name: string;
|
|
3322
3321
|
id: string;
|
|
3323
3322
|
address: string | null;
|
|
3323
|
+
name: string;
|
|
3324
3324
|
email: string;
|
|
3325
3325
|
createdAt: Date;
|
|
3326
3326
|
updatedAt: Date;
|
|
@@ -3362,9 +3362,9 @@ export declare const ticketContract: {
|
|
|
3362
3362
|
};
|
|
3363
3363
|
} | null | undefined;
|
|
3364
3364
|
assignee?: {
|
|
3365
|
-
name: string;
|
|
3366
3365
|
id: string;
|
|
3367
3366
|
address: string | null;
|
|
3367
|
+
name: string;
|
|
3368
3368
|
email: string;
|
|
3369
3369
|
createdAt: Date;
|
|
3370
3370
|
updatedAt: Date;
|
|
@@ -3599,10 +3599,10 @@ export declare const ticketContract: {
|
|
|
3599
3599
|
}[];
|
|
3600
3600
|
}[];
|
|
3601
3601
|
contact: {
|
|
3602
|
-
name: string;
|
|
3603
3602
|
id: string;
|
|
3604
3603
|
channel: string | null;
|
|
3605
3604
|
address: string | null;
|
|
3605
|
+
name: string;
|
|
3606
3606
|
createdAt: Date;
|
|
3607
3607
|
updatedAt: Date;
|
|
3608
3608
|
deletedAt: Date | null;
|
|
@@ -3631,7 +3631,6 @@ export declare const ticketContract: {
|
|
|
3631
3631
|
dateValue: Date | null;
|
|
3632
3632
|
uploads: {
|
|
3633
3633
|
id: string;
|
|
3634
|
-
status: string | null;
|
|
3635
3634
|
createdAt: Date;
|
|
3636
3635
|
updatedAt: Date;
|
|
3637
3636
|
deletedAt: Date | null;
|
|
@@ -3640,6 +3639,7 @@ export declare const ticketContract: {
|
|
|
3640
3639
|
bucketName: string;
|
|
3641
3640
|
fileSize: number;
|
|
3642
3641
|
fileUrl: string | null;
|
|
3642
|
+
status?: string | undefined;
|
|
3643
3643
|
}[];
|
|
3644
3644
|
}[];
|
|
3645
3645
|
company: {
|
|
@@ -3647,8 +3647,8 @@ export declare const ticketContract: {
|
|
|
3647
3647
|
createdAt: Date;
|
|
3648
3648
|
updatedAt: Date;
|
|
3649
3649
|
deletedAt: Date | null;
|
|
3650
|
-
name?: string | undefined;
|
|
3651
3650
|
address?: string | null | undefined;
|
|
3651
|
+
name?: string | undefined;
|
|
3652
3652
|
phone?: string | null | undefined;
|
|
3653
3653
|
industry?: string | null | undefined;
|
|
3654
3654
|
} | null;
|
|
@@ -3656,8 +3656,8 @@ export declare const ticketContract: {
|
|
|
3656
3656
|
contactProfile: string | null;
|
|
3657
3657
|
socialProfileUrl: string | null;
|
|
3658
3658
|
tags: {
|
|
3659
|
-
name: string;
|
|
3660
3659
|
id: string;
|
|
3660
|
+
name: string;
|
|
3661
3661
|
createdAt: Date;
|
|
3662
3662
|
updatedAt: Date;
|
|
3663
3663
|
deletedAt: Date | null;
|
|
@@ -3682,8 +3682,8 @@ export declare const ticketContract: {
|
|
|
3682
3682
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3683
3683
|
id: string;
|
|
3684
3684
|
metadata: {
|
|
3685
|
-
name: string;
|
|
3686
3685
|
id: string;
|
|
3686
|
+
name: string;
|
|
3687
3687
|
picture?: string | undefined;
|
|
3688
3688
|
additionalCredentials?: any;
|
|
3689
3689
|
};
|
|
@@ -3735,7 +3735,6 @@ export declare const ticketContract: {
|
|
|
3735
3735
|
dateValue: Date | null;
|
|
3736
3736
|
uploads: {
|
|
3737
3737
|
id: string;
|
|
3738
|
-
status: string | null;
|
|
3739
3738
|
createdAt: Date;
|
|
3740
3739
|
updatedAt: Date;
|
|
3741
3740
|
deletedAt: Date | null;
|
|
@@ -3744,11 +3743,12 @@ export declare const ticketContract: {
|
|
|
3744
3743
|
bucketName: string;
|
|
3745
3744
|
fileSize: number;
|
|
3746
3745
|
fileUrl: string | null;
|
|
3746
|
+
status?: string | undefined;
|
|
3747
3747
|
}[];
|
|
3748
3748
|
}[];
|
|
3749
3749
|
tags: {
|
|
3750
|
-
name: string;
|
|
3751
3750
|
id: string;
|
|
3751
|
+
name: string;
|
|
3752
3752
|
createdAt: Date;
|
|
3753
3753
|
updatedAt: Date;
|
|
3754
3754
|
deletedAt: Date | null;
|
|
@@ -3760,9 +3760,9 @@ export declare const ticketContract: {
|
|
|
3760
3760
|
updatedAt: Date;
|
|
3761
3761
|
deletedAt: Date | null;
|
|
3762
3762
|
actor: {
|
|
3763
|
-
name: string;
|
|
3764
3763
|
id: string;
|
|
3765
3764
|
address: string | null;
|
|
3765
|
+
name: string;
|
|
3766
3766
|
email: string;
|
|
3767
3767
|
createdAt: Date;
|
|
3768
3768
|
updatedAt: Date;
|
|
@@ -3818,9 +3818,9 @@ export declare const ticketContract: {
|
|
|
3818
3818
|
creatorId: string;
|
|
3819
3819
|
reasonToAssign: string | null;
|
|
3820
3820
|
creator?: {
|
|
3821
|
-
name: string;
|
|
3822
3821
|
id: string;
|
|
3823
3822
|
address: string | null;
|
|
3823
|
+
name: string;
|
|
3824
3824
|
email: string;
|
|
3825
3825
|
createdAt: Date;
|
|
3826
3826
|
updatedAt: Date;
|
|
@@ -3862,9 +3862,9 @@ export declare const ticketContract: {
|
|
|
3862
3862
|
};
|
|
3863
3863
|
} | null | undefined;
|
|
3864
3864
|
assignee?: {
|
|
3865
|
-
name: string;
|
|
3866
3865
|
id: string;
|
|
3867
3866
|
address: string | null;
|
|
3867
|
+
name: string;
|
|
3868
3868
|
email: string;
|
|
3869
3869
|
createdAt: Date;
|
|
3870
3870
|
updatedAt: Date;
|
|
@@ -3940,10 +3940,10 @@ export declare const ticketContract: {
|
|
|
3940
3940
|
}[];
|
|
3941
3941
|
}[];
|
|
3942
3942
|
contact: {
|
|
3943
|
-
name: string;
|
|
3944
3943
|
id: string;
|
|
3945
3944
|
channel: string | null;
|
|
3946
3945
|
address: string | null;
|
|
3946
|
+
name: string;
|
|
3947
3947
|
createdAt: Date;
|
|
3948
3948
|
updatedAt: Date;
|
|
3949
3949
|
deletedAt: Date | null;
|
|
@@ -3972,7 +3972,6 @@ export declare const ticketContract: {
|
|
|
3972
3972
|
dateValue: Date | null;
|
|
3973
3973
|
uploads: {
|
|
3974
3974
|
id: string;
|
|
3975
|
-
status: string | null;
|
|
3976
3975
|
createdAt: Date;
|
|
3977
3976
|
updatedAt: Date;
|
|
3978
3977
|
deletedAt: Date | null;
|
|
@@ -3981,6 +3980,7 @@ export declare const ticketContract: {
|
|
|
3981
3980
|
bucketName: string;
|
|
3982
3981
|
fileSize: number;
|
|
3983
3982
|
fileUrl: string | null;
|
|
3983
|
+
status?: string | undefined;
|
|
3984
3984
|
}[];
|
|
3985
3985
|
}[];
|
|
3986
3986
|
company: {
|
|
@@ -3988,8 +3988,8 @@ export declare const ticketContract: {
|
|
|
3988
3988
|
createdAt: Date;
|
|
3989
3989
|
updatedAt: Date;
|
|
3990
3990
|
deletedAt: Date | null;
|
|
3991
|
-
name?: string | undefined;
|
|
3992
3991
|
address?: string | null | undefined;
|
|
3992
|
+
name?: string | undefined;
|
|
3993
3993
|
phone?: string | null | undefined;
|
|
3994
3994
|
industry?: string | null | undefined;
|
|
3995
3995
|
} | null;
|
|
@@ -3997,8 +3997,8 @@ export declare const ticketContract: {
|
|
|
3997
3997
|
contactProfile: string | null;
|
|
3998
3998
|
socialProfileUrl: string | null;
|
|
3999
3999
|
tags: {
|
|
4000
|
-
name: string;
|
|
4001
4000
|
id: string;
|
|
4001
|
+
name: string;
|
|
4002
4002
|
createdAt: Date;
|
|
4003
4003
|
updatedAt: Date;
|
|
4004
4004
|
deletedAt: Date | null;
|
|
@@ -4023,8 +4023,8 @@ export declare const ticketContract: {
|
|
|
4023
4023
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4024
4024
|
id: string;
|
|
4025
4025
|
metadata: {
|
|
4026
|
-
name: string;
|
|
4027
4026
|
id: string;
|
|
4027
|
+
name: string;
|
|
4028
4028
|
picture?: string | undefined;
|
|
4029
4029
|
additionalCredentials?: any;
|
|
4030
4030
|
};
|
|
@@ -4076,7 +4076,6 @@ export declare const ticketContract: {
|
|
|
4076
4076
|
dateValue: Date | null;
|
|
4077
4077
|
uploads: {
|
|
4078
4078
|
id: string;
|
|
4079
|
-
status: string | null;
|
|
4080
4079
|
createdAt: Date;
|
|
4081
4080
|
updatedAt: Date;
|
|
4082
4081
|
deletedAt: Date | null;
|
|
@@ -4085,11 +4084,12 @@ export declare const ticketContract: {
|
|
|
4085
4084
|
bucketName: string;
|
|
4086
4085
|
fileSize: number;
|
|
4087
4086
|
fileUrl: string | null;
|
|
4087
|
+
status?: string | undefined;
|
|
4088
4088
|
}[];
|
|
4089
4089
|
}[];
|
|
4090
4090
|
tags: {
|
|
4091
|
-
name: string;
|
|
4092
4091
|
id: string;
|
|
4092
|
+
name: string;
|
|
4093
4093
|
createdAt: Date;
|
|
4094
4094
|
updatedAt: Date;
|
|
4095
4095
|
deletedAt: Date | null;
|
|
@@ -4101,9 +4101,9 @@ export declare const ticketContract: {
|
|
|
4101
4101
|
updatedAt: Date;
|
|
4102
4102
|
deletedAt: Date | null;
|
|
4103
4103
|
actor: {
|
|
4104
|
-
name: string;
|
|
4105
4104
|
id: string;
|
|
4106
4105
|
address: string | null;
|
|
4106
|
+
name: string;
|
|
4107
4107
|
email: string;
|
|
4108
4108
|
createdAt: Date;
|
|
4109
4109
|
updatedAt: Date;
|
|
@@ -4159,9 +4159,9 @@ export declare const ticketContract: {
|
|
|
4159
4159
|
creatorId: string;
|
|
4160
4160
|
reasonToAssign: string | null;
|
|
4161
4161
|
creator?: {
|
|
4162
|
-
name: string;
|
|
4163
4162
|
id: string;
|
|
4164
4163
|
address: string | null;
|
|
4164
|
+
name: string;
|
|
4165
4165
|
email: string;
|
|
4166
4166
|
createdAt: Date;
|
|
4167
4167
|
updatedAt: Date;
|
|
@@ -4203,9 +4203,9 @@ export declare const ticketContract: {
|
|
|
4203
4203
|
};
|
|
4204
4204
|
} | null | undefined;
|
|
4205
4205
|
assignee?: {
|
|
4206
|
-
name: string;
|
|
4207
4206
|
id: string;
|
|
4208
4207
|
address: string | null;
|
|
4208
|
+
name: string;
|
|
4209
4209
|
email: string;
|
|
4210
4210
|
createdAt: Date;
|
|
4211
4211
|
updatedAt: Date;
|
|
@@ -4283,10 +4283,10 @@ export declare const ticketContract: {
|
|
|
4283
4283
|
}[];
|
|
4284
4284
|
}[];
|
|
4285
4285
|
contact: {
|
|
4286
|
-
name: string;
|
|
4287
4286
|
id: string;
|
|
4288
4287
|
channel: string | null;
|
|
4289
4288
|
address: string | null;
|
|
4289
|
+
name: string;
|
|
4290
4290
|
createdAt: Date;
|
|
4291
4291
|
updatedAt: Date;
|
|
4292
4292
|
deletedAt: Date | null;
|
|
@@ -4315,7 +4315,6 @@ export declare const ticketContract: {
|
|
|
4315
4315
|
dateValue: Date | null;
|
|
4316
4316
|
uploads: {
|
|
4317
4317
|
id: string;
|
|
4318
|
-
status: string | null;
|
|
4319
4318
|
createdAt: Date;
|
|
4320
4319
|
updatedAt: Date;
|
|
4321
4320
|
deletedAt: Date | null;
|
|
@@ -4324,6 +4323,7 @@ export declare const ticketContract: {
|
|
|
4324
4323
|
bucketName: string;
|
|
4325
4324
|
fileSize: number;
|
|
4326
4325
|
fileUrl: string | null;
|
|
4326
|
+
status?: string | undefined;
|
|
4327
4327
|
}[];
|
|
4328
4328
|
}[];
|
|
4329
4329
|
company: {
|
|
@@ -4331,8 +4331,8 @@ export declare const ticketContract: {
|
|
|
4331
4331
|
createdAt: Date;
|
|
4332
4332
|
updatedAt: Date;
|
|
4333
4333
|
deletedAt: Date | null;
|
|
4334
|
-
name?: string | undefined;
|
|
4335
4334
|
address?: string | null | undefined;
|
|
4335
|
+
name?: string | undefined;
|
|
4336
4336
|
phone?: string | null | undefined;
|
|
4337
4337
|
industry?: string | null | undefined;
|
|
4338
4338
|
} | null;
|
|
@@ -4340,8 +4340,8 @@ export declare const ticketContract: {
|
|
|
4340
4340
|
contactProfile: string | null;
|
|
4341
4341
|
socialProfileUrl: string | null;
|
|
4342
4342
|
tags: {
|
|
4343
|
-
name: string;
|
|
4344
4343
|
id: string;
|
|
4344
|
+
name: string;
|
|
4345
4345
|
createdAt: Date;
|
|
4346
4346
|
updatedAt: Date;
|
|
4347
4347
|
deletedAt: Date | null;
|
|
@@ -4366,8 +4366,8 @@ export declare const ticketContract: {
|
|
|
4366
4366
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4367
4367
|
id: string;
|
|
4368
4368
|
metadata: {
|
|
4369
|
-
name: string;
|
|
4370
4369
|
id: string;
|
|
4370
|
+
name: string;
|
|
4371
4371
|
picture?: string | undefined;
|
|
4372
4372
|
additionalCredentials?: any;
|
|
4373
4373
|
};
|
|
@@ -4419,7 +4419,6 @@ export declare const ticketContract: {
|
|
|
4419
4419
|
dateValue: Date | null;
|
|
4420
4420
|
uploads: {
|
|
4421
4421
|
id: string;
|
|
4422
|
-
status: string | null;
|
|
4423
4422
|
createdAt: Date;
|
|
4424
4423
|
updatedAt: Date;
|
|
4425
4424
|
deletedAt: Date | null;
|
|
@@ -4428,11 +4427,12 @@ export declare const ticketContract: {
|
|
|
4428
4427
|
bucketName: string;
|
|
4429
4428
|
fileSize: number;
|
|
4430
4429
|
fileUrl: string | null;
|
|
4430
|
+
status?: string | undefined;
|
|
4431
4431
|
}[];
|
|
4432
4432
|
}[];
|
|
4433
4433
|
tags: {
|
|
4434
|
-
name: string;
|
|
4435
4434
|
id: string;
|
|
4435
|
+
name: string;
|
|
4436
4436
|
createdAt: Date;
|
|
4437
4437
|
updatedAt: Date;
|
|
4438
4438
|
deletedAt: Date | null;
|
|
@@ -4444,9 +4444,9 @@ export declare const ticketContract: {
|
|
|
4444
4444
|
updatedAt: Date;
|
|
4445
4445
|
deletedAt: Date | null;
|
|
4446
4446
|
actor: {
|
|
4447
|
-
name: string;
|
|
4448
4447
|
id: string;
|
|
4449
4448
|
address: string | null;
|
|
4449
|
+
name: string;
|
|
4450
4450
|
email: string;
|
|
4451
4451
|
createdAt: Date;
|
|
4452
4452
|
updatedAt: Date;
|
|
@@ -4502,9 +4502,9 @@ export declare const ticketContract: {
|
|
|
4502
4502
|
creatorId: string;
|
|
4503
4503
|
reasonToAssign: string | null;
|
|
4504
4504
|
creator?: {
|
|
4505
|
-
name: string;
|
|
4506
4505
|
id: string;
|
|
4507
4506
|
address: string | null;
|
|
4507
|
+
name: string;
|
|
4508
4508
|
email: string;
|
|
4509
4509
|
createdAt: Date;
|
|
4510
4510
|
updatedAt: Date;
|
|
@@ -4546,9 +4546,9 @@ export declare const ticketContract: {
|
|
|
4546
4546
|
};
|
|
4547
4547
|
} | null | undefined;
|
|
4548
4548
|
assignee?: {
|
|
4549
|
-
name: string;
|
|
4550
4549
|
id: string;
|
|
4551
4550
|
address: string | null;
|
|
4551
|
+
name: string;
|
|
4552
4552
|
email: string;
|
|
4553
4553
|
createdAt: Date;
|
|
4554
4554
|
updatedAt: Date;
|
|
@@ -4630,10 +4630,10 @@ export declare const ticketContract: {
|
|
|
4630
4630
|
}[];
|
|
4631
4631
|
}[];
|
|
4632
4632
|
contact: {
|
|
4633
|
-
name: string;
|
|
4634
4633
|
id: string;
|
|
4635
4634
|
channel: string | null;
|
|
4636
4635
|
address: string | null;
|
|
4636
|
+
name: string;
|
|
4637
4637
|
createdAt: Date;
|
|
4638
4638
|
updatedAt: Date;
|
|
4639
4639
|
deletedAt: Date | null;
|
|
@@ -4662,7 +4662,6 @@ export declare const ticketContract: {
|
|
|
4662
4662
|
dateValue: Date | null;
|
|
4663
4663
|
uploads: {
|
|
4664
4664
|
id: string;
|
|
4665
|
-
status: string | null;
|
|
4666
4665
|
createdAt: Date;
|
|
4667
4666
|
updatedAt: Date;
|
|
4668
4667
|
deletedAt: Date | null;
|
|
@@ -4671,6 +4670,7 @@ export declare const ticketContract: {
|
|
|
4671
4670
|
bucketName: string;
|
|
4672
4671
|
fileSize: number;
|
|
4673
4672
|
fileUrl: string | null;
|
|
4673
|
+
status?: string | undefined;
|
|
4674
4674
|
}[];
|
|
4675
4675
|
}[];
|
|
4676
4676
|
company: {
|
|
@@ -4678,8 +4678,8 @@ export declare const ticketContract: {
|
|
|
4678
4678
|
createdAt: Date;
|
|
4679
4679
|
updatedAt: Date;
|
|
4680
4680
|
deletedAt: Date | null;
|
|
4681
|
-
name?: string | undefined;
|
|
4682
4681
|
address?: string | null | undefined;
|
|
4682
|
+
name?: string | undefined;
|
|
4683
4683
|
phone?: string | null | undefined;
|
|
4684
4684
|
industry?: string | null | undefined;
|
|
4685
4685
|
} | null;
|
|
@@ -4687,8 +4687,8 @@ export declare const ticketContract: {
|
|
|
4687
4687
|
contactProfile: string | null;
|
|
4688
4688
|
socialProfileUrl: string | null;
|
|
4689
4689
|
tags: {
|
|
4690
|
-
name: string;
|
|
4691
4690
|
id: string;
|
|
4691
|
+
name: string;
|
|
4692
4692
|
createdAt: Date;
|
|
4693
4693
|
updatedAt: Date;
|
|
4694
4694
|
deletedAt: Date | null;
|
|
@@ -4713,8 +4713,8 @@ export declare const ticketContract: {
|
|
|
4713
4713
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4714
4714
|
id: string;
|
|
4715
4715
|
metadata: {
|
|
4716
|
-
name: string;
|
|
4717
4716
|
id: string;
|
|
4717
|
+
name: string;
|
|
4718
4718
|
picture?: string | undefined;
|
|
4719
4719
|
additionalCredentials?: any;
|
|
4720
4720
|
};
|
|
@@ -4766,7 +4766,6 @@ export declare const ticketContract: {
|
|
|
4766
4766
|
dateValue: Date | null;
|
|
4767
4767
|
uploads: {
|
|
4768
4768
|
id: string;
|
|
4769
|
-
status: string | null;
|
|
4770
4769
|
createdAt: Date;
|
|
4771
4770
|
updatedAt: Date;
|
|
4772
4771
|
deletedAt: Date | null;
|
|
@@ -4775,11 +4774,12 @@ export declare const ticketContract: {
|
|
|
4775
4774
|
bucketName: string;
|
|
4776
4775
|
fileSize: number;
|
|
4777
4776
|
fileUrl: string | null;
|
|
4777
|
+
status?: string | undefined;
|
|
4778
4778
|
}[];
|
|
4779
4779
|
}[];
|
|
4780
4780
|
tags: {
|
|
4781
|
-
name: string;
|
|
4782
4781
|
id: string;
|
|
4782
|
+
name: string;
|
|
4783
4783
|
createdAt: Date;
|
|
4784
4784
|
updatedAt: Date;
|
|
4785
4785
|
deletedAt: Date | null;
|
|
@@ -4791,9 +4791,9 @@ export declare const ticketContract: {
|
|
|
4791
4791
|
updatedAt: Date;
|
|
4792
4792
|
deletedAt: Date | null;
|
|
4793
4793
|
actor: {
|
|
4794
|
-
name: string;
|
|
4795
4794
|
id: string;
|
|
4796
4795
|
address: string | null;
|
|
4796
|
+
name: string;
|
|
4797
4797
|
email: string;
|
|
4798
4798
|
createdAt: Date;
|
|
4799
4799
|
updatedAt: Date;
|
|
@@ -4849,9 +4849,9 @@ export declare const ticketContract: {
|
|
|
4849
4849
|
creatorId: string;
|
|
4850
4850
|
reasonToAssign: string | null;
|
|
4851
4851
|
creator?: {
|
|
4852
|
-
name: string;
|
|
4853
4852
|
id: string;
|
|
4854
4853
|
address: string | null;
|
|
4854
|
+
name: string;
|
|
4855
4855
|
email: string;
|
|
4856
4856
|
createdAt: Date;
|
|
4857
4857
|
updatedAt: Date;
|
|
@@ -4893,9 +4893,9 @@ export declare const ticketContract: {
|
|
|
4893
4893
|
};
|
|
4894
4894
|
} | null | undefined;
|
|
4895
4895
|
assignee?: {
|
|
4896
|
-
name: string;
|
|
4897
4896
|
id: string;
|
|
4898
4897
|
address: string | null;
|
|
4898
|
+
name: string;
|
|
4899
4899
|
email: string;
|
|
4900
4900
|
createdAt: Date;
|
|
4901
4901
|
updatedAt: Date;
|
|
@@ -4979,10 +4979,10 @@ export declare const ticketContract: {
|
|
|
4979
4979
|
}[];
|
|
4980
4980
|
}[];
|
|
4981
4981
|
contact: {
|
|
4982
|
-
name: string;
|
|
4983
4982
|
id: string;
|
|
4984
4983
|
channel: string | null;
|
|
4985
4984
|
address: string | null;
|
|
4985
|
+
name: string;
|
|
4986
4986
|
createdAt: Date;
|
|
4987
4987
|
updatedAt: Date;
|
|
4988
4988
|
deletedAt: Date | null;
|
|
@@ -5011,7 +5011,6 @@ export declare const ticketContract: {
|
|
|
5011
5011
|
dateValue: Date | null;
|
|
5012
5012
|
uploads: {
|
|
5013
5013
|
id: string;
|
|
5014
|
-
status: string | null;
|
|
5015
5014
|
createdAt: Date;
|
|
5016
5015
|
updatedAt: Date;
|
|
5017
5016
|
deletedAt: Date | null;
|
|
@@ -5020,6 +5019,7 @@ export declare const ticketContract: {
|
|
|
5020
5019
|
bucketName: string;
|
|
5021
5020
|
fileSize: number;
|
|
5022
5021
|
fileUrl: string | null;
|
|
5022
|
+
status?: string | undefined;
|
|
5023
5023
|
}[];
|
|
5024
5024
|
}[];
|
|
5025
5025
|
company: {
|
|
@@ -5027,8 +5027,8 @@ export declare const ticketContract: {
|
|
|
5027
5027
|
createdAt: Date;
|
|
5028
5028
|
updatedAt: Date;
|
|
5029
5029
|
deletedAt: Date | null;
|
|
5030
|
-
name?: string | undefined;
|
|
5031
5030
|
address?: string | null | undefined;
|
|
5031
|
+
name?: string | undefined;
|
|
5032
5032
|
phone?: string | null | undefined;
|
|
5033
5033
|
industry?: string | null | undefined;
|
|
5034
5034
|
} | null;
|
|
@@ -5036,8 +5036,8 @@ export declare const ticketContract: {
|
|
|
5036
5036
|
contactProfile: string | null;
|
|
5037
5037
|
socialProfileUrl: string | null;
|
|
5038
5038
|
tags: {
|
|
5039
|
-
name: string;
|
|
5040
5039
|
id: string;
|
|
5040
|
+
name: string;
|
|
5041
5041
|
createdAt: Date;
|
|
5042
5042
|
updatedAt: Date;
|
|
5043
5043
|
deletedAt: Date | null;
|
|
@@ -5062,8 +5062,8 @@ export declare const ticketContract: {
|
|
|
5062
5062
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5063
5063
|
id: string;
|
|
5064
5064
|
metadata: {
|
|
5065
|
-
name: string;
|
|
5066
5065
|
id: string;
|
|
5066
|
+
name: string;
|
|
5067
5067
|
picture?: string | undefined;
|
|
5068
5068
|
additionalCredentials?: any;
|
|
5069
5069
|
};
|
|
@@ -5115,7 +5115,6 @@ export declare const ticketContract: {
|
|
|
5115
5115
|
dateValue: Date | null;
|
|
5116
5116
|
uploads: {
|
|
5117
5117
|
id: string;
|
|
5118
|
-
status: string | null;
|
|
5119
5118
|
createdAt: Date;
|
|
5120
5119
|
updatedAt: Date;
|
|
5121
5120
|
deletedAt: Date | null;
|
|
@@ -5124,11 +5123,12 @@ export declare const ticketContract: {
|
|
|
5124
5123
|
bucketName: string;
|
|
5125
5124
|
fileSize: number;
|
|
5126
5125
|
fileUrl: string | null;
|
|
5126
|
+
status?: string | undefined;
|
|
5127
5127
|
}[];
|
|
5128
5128
|
}[];
|
|
5129
5129
|
tags: {
|
|
5130
|
-
name: string;
|
|
5131
5130
|
id: string;
|
|
5131
|
+
name: string;
|
|
5132
5132
|
createdAt: Date;
|
|
5133
5133
|
updatedAt: Date;
|
|
5134
5134
|
deletedAt: Date | null;
|
|
@@ -5140,9 +5140,9 @@ export declare const ticketContract: {
|
|
|
5140
5140
|
updatedAt: Date;
|
|
5141
5141
|
deletedAt: Date | null;
|
|
5142
5142
|
actor: {
|
|
5143
|
-
name: string;
|
|
5144
5143
|
id: string;
|
|
5145
5144
|
address: string | null;
|
|
5145
|
+
name: string;
|
|
5146
5146
|
email: string;
|
|
5147
5147
|
createdAt: Date;
|
|
5148
5148
|
updatedAt: Date;
|
|
@@ -5198,9 +5198,9 @@ export declare const ticketContract: {
|
|
|
5198
5198
|
creatorId: string;
|
|
5199
5199
|
reasonToAssign: string | null;
|
|
5200
5200
|
creator?: {
|
|
5201
|
-
name: string;
|
|
5202
5201
|
id: string;
|
|
5203
5202
|
address: string | null;
|
|
5203
|
+
name: string;
|
|
5204
5204
|
email: string;
|
|
5205
5205
|
createdAt: Date;
|
|
5206
5206
|
updatedAt: Date;
|
|
@@ -5242,9 +5242,9 @@ export declare const ticketContract: {
|
|
|
5242
5242
|
};
|
|
5243
5243
|
} | null | undefined;
|
|
5244
5244
|
assignee?: {
|
|
5245
|
-
name: string;
|
|
5246
5245
|
id: string;
|
|
5247
5246
|
address: string | null;
|
|
5247
|
+
name: string;
|
|
5248
5248
|
email: string;
|
|
5249
5249
|
createdAt: Date;
|
|
5250
5250
|
updatedAt: Date;
|
|
@@ -5329,10 +5329,10 @@ export declare const ticketContract: {
|
|
|
5329
5329
|
}[];
|
|
5330
5330
|
}[];
|
|
5331
5331
|
contact: {
|
|
5332
|
-
name: string;
|
|
5333
5332
|
id: string;
|
|
5334
5333
|
channel: string | null;
|
|
5335
5334
|
address: string | null;
|
|
5335
|
+
name: string;
|
|
5336
5336
|
createdAt: Date;
|
|
5337
5337
|
updatedAt: Date;
|
|
5338
5338
|
deletedAt: Date | null;
|
|
@@ -5361,7 +5361,6 @@ export declare const ticketContract: {
|
|
|
5361
5361
|
dateValue: Date | null;
|
|
5362
5362
|
uploads: {
|
|
5363
5363
|
id: string;
|
|
5364
|
-
status: string | null;
|
|
5365
5364
|
createdAt: Date;
|
|
5366
5365
|
updatedAt: Date;
|
|
5367
5366
|
deletedAt: Date | null;
|
|
@@ -5370,6 +5369,7 @@ export declare const ticketContract: {
|
|
|
5370
5369
|
bucketName: string;
|
|
5371
5370
|
fileSize: number;
|
|
5372
5371
|
fileUrl: string | null;
|
|
5372
|
+
status?: string | undefined;
|
|
5373
5373
|
}[];
|
|
5374
5374
|
}[];
|
|
5375
5375
|
company: {
|
|
@@ -5377,8 +5377,8 @@ export declare const ticketContract: {
|
|
|
5377
5377
|
createdAt: Date;
|
|
5378
5378
|
updatedAt: Date;
|
|
5379
5379
|
deletedAt: Date | null;
|
|
5380
|
-
name?: string | undefined;
|
|
5381
5380
|
address?: string | null | undefined;
|
|
5381
|
+
name?: string | undefined;
|
|
5382
5382
|
phone?: string | null | undefined;
|
|
5383
5383
|
industry?: string | null | undefined;
|
|
5384
5384
|
} | null;
|
|
@@ -5386,8 +5386,8 @@ export declare const ticketContract: {
|
|
|
5386
5386
|
contactProfile: string | null;
|
|
5387
5387
|
socialProfileUrl: string | null;
|
|
5388
5388
|
tags: {
|
|
5389
|
-
name: string;
|
|
5390
5389
|
id: string;
|
|
5390
|
+
name: string;
|
|
5391
5391
|
createdAt: Date;
|
|
5392
5392
|
updatedAt: Date;
|
|
5393
5393
|
deletedAt: Date | null;
|
|
@@ -5412,8 +5412,8 @@ export declare const ticketContract: {
|
|
|
5412
5412
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5413
5413
|
id: string;
|
|
5414
5414
|
metadata: {
|
|
5415
|
-
name: string;
|
|
5416
5415
|
id: string;
|
|
5416
|
+
name: string;
|
|
5417
5417
|
picture?: string | undefined;
|
|
5418
5418
|
additionalCredentials?: any;
|
|
5419
5419
|
};
|
|
@@ -5465,7 +5465,6 @@ export declare const ticketContract: {
|
|
|
5465
5465
|
dateValue: Date | null;
|
|
5466
5466
|
uploads: {
|
|
5467
5467
|
id: string;
|
|
5468
|
-
status: string | null;
|
|
5469
5468
|
createdAt: Date;
|
|
5470
5469
|
updatedAt: Date;
|
|
5471
5470
|
deletedAt: Date | null;
|
|
@@ -5474,11 +5473,12 @@ export declare const ticketContract: {
|
|
|
5474
5473
|
bucketName: string;
|
|
5475
5474
|
fileSize: number;
|
|
5476
5475
|
fileUrl: string | null;
|
|
5476
|
+
status?: string | undefined;
|
|
5477
5477
|
}[];
|
|
5478
5478
|
}[];
|
|
5479
5479
|
tags: {
|
|
5480
|
-
name: string;
|
|
5481
5480
|
id: string;
|
|
5481
|
+
name: string;
|
|
5482
5482
|
createdAt: Date;
|
|
5483
5483
|
updatedAt: Date;
|
|
5484
5484
|
deletedAt: Date | null;
|
|
@@ -5490,9 +5490,9 @@ export declare const ticketContract: {
|
|
|
5490
5490
|
updatedAt: Date;
|
|
5491
5491
|
deletedAt: Date | null;
|
|
5492
5492
|
actor: {
|
|
5493
|
-
name: string;
|
|
5494
5493
|
id: string;
|
|
5495
5494
|
address: string | null;
|
|
5495
|
+
name: string;
|
|
5496
5496
|
email: string;
|
|
5497
5497
|
createdAt: Date;
|
|
5498
5498
|
updatedAt: Date;
|
|
@@ -5548,9 +5548,9 @@ export declare const ticketContract: {
|
|
|
5548
5548
|
creatorId: string;
|
|
5549
5549
|
reasonToAssign: string | null;
|
|
5550
5550
|
creator?: {
|
|
5551
|
-
name: string;
|
|
5552
5551
|
id: string;
|
|
5553
5552
|
address: string | null;
|
|
5553
|
+
name: string;
|
|
5554
5554
|
email: string;
|
|
5555
5555
|
createdAt: Date;
|
|
5556
5556
|
updatedAt: Date;
|
|
@@ -5592,9 +5592,9 @@ export declare const ticketContract: {
|
|
|
5592
5592
|
};
|
|
5593
5593
|
} | null | undefined;
|
|
5594
5594
|
assignee?: {
|
|
5595
|
-
name: string;
|
|
5596
5595
|
id: string;
|
|
5597
5596
|
address: string | null;
|
|
5597
|
+
name: string;
|
|
5598
5598
|
email: string;
|
|
5599
5599
|
createdAt: Date;
|
|
5600
5600
|
updatedAt: Date;
|
|
@@ -5834,9 +5834,9 @@ export declare const ticketContract: {
|
|
|
5834
5834
|
telephonySignature: string | null;
|
|
5835
5835
|
}>;
|
|
5836
5836
|
}, "strip", z.ZodTypeAny, {
|
|
5837
|
-
name: string;
|
|
5838
5837
|
id: string;
|
|
5839
5838
|
address: string | null;
|
|
5839
|
+
name: string;
|
|
5840
5840
|
email: string;
|
|
5841
5841
|
createdAt: Date;
|
|
5842
5842
|
updatedAt: Date;
|
|
@@ -5877,9 +5877,9 @@ export declare const ticketContract: {
|
|
|
5877
5877
|
telephonySignature: string | null;
|
|
5878
5878
|
};
|
|
5879
5879
|
}, {
|
|
5880
|
-
name: string;
|
|
5881
5880
|
id: string;
|
|
5882
5881
|
address: string | null;
|
|
5882
|
+
name: string;
|
|
5883
5883
|
email: string;
|
|
5884
5884
|
createdAt: Date;
|
|
5885
5885
|
updatedAt: Date;
|
|
@@ -6039,9 +6039,9 @@ export declare const ticketContract: {
|
|
|
6039
6039
|
telephonySignature: string | null;
|
|
6040
6040
|
}>;
|
|
6041
6041
|
}, "strip", z.ZodTypeAny, {
|
|
6042
|
-
name: string;
|
|
6043
6042
|
id: string;
|
|
6044
6043
|
address: string | null;
|
|
6044
|
+
name: string;
|
|
6045
6045
|
email: string;
|
|
6046
6046
|
createdAt: Date;
|
|
6047
6047
|
updatedAt: Date;
|
|
@@ -6082,9 +6082,9 @@ export declare const ticketContract: {
|
|
|
6082
6082
|
telephonySignature: string | null;
|
|
6083
6083
|
};
|
|
6084
6084
|
}, {
|
|
6085
|
-
name: string;
|
|
6086
6085
|
id: string;
|
|
6087
6086
|
address: string | null;
|
|
6087
|
+
name: string;
|
|
6088
6088
|
email: string;
|
|
6089
6089
|
createdAt: Date;
|
|
6090
6090
|
updatedAt: Date;
|
|
@@ -6227,10 +6227,9 @@ export declare const ticketContract: {
|
|
|
6227
6227
|
fileSize: z.ZodNumber;
|
|
6228
6228
|
fileKey: z.ZodString;
|
|
6229
6229
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6230
|
-
status: z.
|
|
6230
|
+
status: z.ZodOptional<z.ZodString>;
|
|
6231
6231
|
}, "strip", z.ZodTypeAny, {
|
|
6232
6232
|
id: string;
|
|
6233
|
-
status: string | null;
|
|
6234
6233
|
createdAt: Date;
|
|
6235
6234
|
updatedAt: Date;
|
|
6236
6235
|
deletedAt: Date | null;
|
|
@@ -6239,9 +6238,9 @@ export declare const ticketContract: {
|
|
|
6239
6238
|
bucketName: string;
|
|
6240
6239
|
fileSize: number;
|
|
6241
6240
|
fileUrl: string | null;
|
|
6241
|
+
status?: string | undefined;
|
|
6242
6242
|
}, {
|
|
6243
6243
|
id: string;
|
|
6244
|
-
status: string | null;
|
|
6245
6244
|
createdAt: Date;
|
|
6246
6245
|
updatedAt: Date;
|
|
6247
6246
|
deletedAt: Date | null;
|
|
@@ -6250,6 +6249,7 @@ export declare const ticketContract: {
|
|
|
6250
6249
|
bucketName: string;
|
|
6251
6250
|
fileSize: number;
|
|
6252
6251
|
fileUrl: string | null;
|
|
6252
|
+
status?: string | undefined;
|
|
6253
6253
|
}>, "many">;
|
|
6254
6254
|
}, "strip", z.ZodTypeAny, {
|
|
6255
6255
|
id: string;
|
|
@@ -6276,7 +6276,6 @@ export declare const ticketContract: {
|
|
|
6276
6276
|
dateValue: Date | null;
|
|
6277
6277
|
uploads: {
|
|
6278
6278
|
id: string;
|
|
6279
|
-
status: string | null;
|
|
6280
6279
|
createdAt: Date;
|
|
6281
6280
|
updatedAt: Date;
|
|
6282
6281
|
deletedAt: Date | null;
|
|
@@ -6285,6 +6284,7 @@ export declare const ticketContract: {
|
|
|
6285
6284
|
bucketName: string;
|
|
6286
6285
|
fileSize: number;
|
|
6287
6286
|
fileUrl: string | null;
|
|
6287
|
+
status?: string | undefined;
|
|
6288
6288
|
}[];
|
|
6289
6289
|
}, {
|
|
6290
6290
|
id: string;
|
|
@@ -6311,7 +6311,6 @@ export declare const ticketContract: {
|
|
|
6311
6311
|
dateValue: Date | null;
|
|
6312
6312
|
uploads: {
|
|
6313
6313
|
id: string;
|
|
6314
|
-
status: string | null;
|
|
6315
6314
|
createdAt: Date;
|
|
6316
6315
|
updatedAt: Date;
|
|
6317
6316
|
deletedAt: Date | null;
|
|
@@ -6320,6 +6319,7 @@ export declare const ticketContract: {
|
|
|
6320
6319
|
bucketName: string;
|
|
6321
6320
|
fileSize: number;
|
|
6322
6321
|
fileUrl: string | null;
|
|
6322
|
+
status?: string | undefined;
|
|
6323
6323
|
}[];
|
|
6324
6324
|
}>, "many">;
|
|
6325
6325
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -6329,14 +6329,14 @@ export declare const ticketContract: {
|
|
|
6329
6329
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6330
6330
|
name: z.ZodString;
|
|
6331
6331
|
}, "strip", z.ZodTypeAny, {
|
|
6332
|
-
name: string;
|
|
6333
6332
|
id: string;
|
|
6333
|
+
name: string;
|
|
6334
6334
|
createdAt: Date;
|
|
6335
6335
|
updatedAt: Date;
|
|
6336
6336
|
deletedAt: Date | null;
|
|
6337
6337
|
}, {
|
|
6338
|
-
name: string;
|
|
6339
6338
|
id: string;
|
|
6339
|
+
name: string;
|
|
6340
6340
|
createdAt: Date;
|
|
6341
6341
|
updatedAt: Date;
|
|
6342
6342
|
deletedAt: Date | null;
|
|
@@ -6459,14 +6459,14 @@ export declare const ticketContract: {
|
|
|
6459
6459
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6460
6460
|
name: z.ZodString;
|
|
6461
6461
|
}, "strip", z.ZodTypeAny, {
|
|
6462
|
-
name: string;
|
|
6463
6462
|
id: string;
|
|
6463
|
+
name: string;
|
|
6464
6464
|
createdAt: Date;
|
|
6465
6465
|
updatedAt: Date;
|
|
6466
6466
|
deletedAt: Date | null;
|
|
6467
6467
|
}, {
|
|
6468
|
-
name: string;
|
|
6469
6468
|
id: string;
|
|
6469
|
+
name: string;
|
|
6470
6470
|
createdAt: Date;
|
|
6471
6471
|
updatedAt: Date;
|
|
6472
6472
|
deletedAt: Date | null;
|
|
@@ -6622,8 +6622,8 @@ export declare const ticketContract: {
|
|
|
6622
6622
|
createdAt: Date;
|
|
6623
6623
|
updatedAt: Date;
|
|
6624
6624
|
deletedAt: Date | null;
|
|
6625
|
-
name?: string | undefined;
|
|
6626
6625
|
address?: string | null | undefined;
|
|
6626
|
+
name?: string | undefined;
|
|
6627
6627
|
phone?: string | null | undefined;
|
|
6628
6628
|
industry?: string | null | undefined;
|
|
6629
6629
|
}, {
|
|
@@ -6631,8 +6631,8 @@ export declare const ticketContract: {
|
|
|
6631
6631
|
createdAt: Date;
|
|
6632
6632
|
updatedAt: Date;
|
|
6633
6633
|
deletedAt: Date | null;
|
|
6634
|
-
name?: string | undefined;
|
|
6635
6634
|
address?: string | null | undefined;
|
|
6635
|
+
name?: string | undefined;
|
|
6636
6636
|
phone?: string | null | undefined;
|
|
6637
6637
|
industry?: string | null | undefined;
|
|
6638
6638
|
}>>;
|
|
@@ -6650,13 +6650,13 @@ export declare const ticketContract: {
|
|
|
6650
6650
|
picture: z.ZodOptional<z.ZodString>;
|
|
6651
6651
|
additionalCredentials: z.ZodAny;
|
|
6652
6652
|
}, "strip", z.ZodTypeAny, {
|
|
6653
|
-
name: string;
|
|
6654
6653
|
id: string;
|
|
6654
|
+
name: string;
|
|
6655
6655
|
picture?: string | undefined;
|
|
6656
6656
|
additionalCredentials?: any;
|
|
6657
6657
|
}, {
|
|
6658
|
-
name: string;
|
|
6659
6658
|
id: string;
|
|
6659
|
+
name: string;
|
|
6660
6660
|
picture?: string | undefined;
|
|
6661
6661
|
additionalCredentials?: any;
|
|
6662
6662
|
}>;
|
|
@@ -6664,8 +6664,8 @@ export declare const ticketContract: {
|
|
|
6664
6664
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6665
6665
|
id: string;
|
|
6666
6666
|
metadata: {
|
|
6667
|
-
name: string;
|
|
6668
6667
|
id: string;
|
|
6668
|
+
name: string;
|
|
6669
6669
|
picture?: string | undefined;
|
|
6670
6670
|
additionalCredentials?: any;
|
|
6671
6671
|
};
|
|
@@ -6678,8 +6678,8 @@ export declare const ticketContract: {
|
|
|
6678
6678
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6679
6679
|
id: string;
|
|
6680
6680
|
metadata: {
|
|
6681
|
-
name: string;
|
|
6682
6681
|
id: string;
|
|
6682
|
+
name: string;
|
|
6683
6683
|
picture?: string | undefined;
|
|
6684
6684
|
additionalCredentials?: any;
|
|
6685
6685
|
};
|
|
@@ -6789,10 +6789,9 @@ export declare const ticketContract: {
|
|
|
6789
6789
|
fileSize: z.ZodNumber;
|
|
6790
6790
|
fileKey: z.ZodString;
|
|
6791
6791
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6792
|
-
status: z.
|
|
6792
|
+
status: z.ZodOptional<z.ZodString>;
|
|
6793
6793
|
}, "strip", z.ZodTypeAny, {
|
|
6794
6794
|
id: string;
|
|
6795
|
-
status: string | null;
|
|
6796
6795
|
createdAt: Date;
|
|
6797
6796
|
updatedAt: Date;
|
|
6798
6797
|
deletedAt: Date | null;
|
|
@@ -6801,9 +6800,9 @@ export declare const ticketContract: {
|
|
|
6801
6800
|
bucketName: string;
|
|
6802
6801
|
fileSize: number;
|
|
6803
6802
|
fileUrl: string | null;
|
|
6803
|
+
status?: string | undefined;
|
|
6804
6804
|
}, {
|
|
6805
6805
|
id: string;
|
|
6806
|
-
status: string | null;
|
|
6807
6806
|
createdAt: Date;
|
|
6808
6807
|
updatedAt: Date;
|
|
6809
6808
|
deletedAt: Date | null;
|
|
@@ -6812,6 +6811,7 @@ export declare const ticketContract: {
|
|
|
6812
6811
|
bucketName: string;
|
|
6813
6812
|
fileSize: number;
|
|
6814
6813
|
fileUrl: string | null;
|
|
6814
|
+
status?: string | undefined;
|
|
6815
6815
|
}>, "many">;
|
|
6816
6816
|
}, "strip", z.ZodTypeAny, {
|
|
6817
6817
|
id: string;
|
|
@@ -6838,7 +6838,6 @@ export declare const ticketContract: {
|
|
|
6838
6838
|
dateValue: Date | null;
|
|
6839
6839
|
uploads: {
|
|
6840
6840
|
id: string;
|
|
6841
|
-
status: string | null;
|
|
6842
6841
|
createdAt: Date;
|
|
6843
6842
|
updatedAt: Date;
|
|
6844
6843
|
deletedAt: Date | null;
|
|
@@ -6847,6 +6846,7 @@ export declare const ticketContract: {
|
|
|
6847
6846
|
bucketName: string;
|
|
6848
6847
|
fileSize: number;
|
|
6849
6848
|
fileUrl: string | null;
|
|
6849
|
+
status?: string | undefined;
|
|
6850
6850
|
}[];
|
|
6851
6851
|
}, {
|
|
6852
6852
|
id: string;
|
|
@@ -6873,7 +6873,6 @@ export declare const ticketContract: {
|
|
|
6873
6873
|
dateValue: Date | null;
|
|
6874
6874
|
uploads: {
|
|
6875
6875
|
id: string;
|
|
6876
|
-
status: string | null;
|
|
6877
6876
|
createdAt: Date;
|
|
6878
6877
|
updatedAt: Date;
|
|
6879
6878
|
deletedAt: Date | null;
|
|
@@ -6882,6 +6881,7 @@ export declare const ticketContract: {
|
|
|
6882
6881
|
bucketName: string;
|
|
6883
6882
|
fileSize: number;
|
|
6884
6883
|
fileUrl: string | null;
|
|
6884
|
+
status?: string | undefined;
|
|
6885
6885
|
}[];
|
|
6886
6886
|
}>, "many">;
|
|
6887
6887
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -6989,10 +6989,10 @@ export declare const ticketContract: {
|
|
|
6989
6989
|
};
|
|
6990
6990
|
}>, "many">>;
|
|
6991
6991
|
}, "strip", z.ZodTypeAny, {
|
|
6992
|
-
name: string;
|
|
6993
6992
|
id: string;
|
|
6994
6993
|
channel: string | null;
|
|
6995
6994
|
address: string | null;
|
|
6995
|
+
name: string;
|
|
6996
6996
|
createdAt: Date;
|
|
6997
6997
|
updatedAt: Date;
|
|
6998
6998
|
deletedAt: Date | null;
|
|
@@ -7021,7 +7021,6 @@ export declare const ticketContract: {
|
|
|
7021
7021
|
dateValue: Date | null;
|
|
7022
7022
|
uploads: {
|
|
7023
7023
|
id: string;
|
|
7024
|
-
status: string | null;
|
|
7025
7024
|
createdAt: Date;
|
|
7026
7025
|
updatedAt: Date;
|
|
7027
7026
|
deletedAt: Date | null;
|
|
@@ -7030,6 +7029,7 @@ export declare const ticketContract: {
|
|
|
7030
7029
|
bucketName: string;
|
|
7031
7030
|
fileSize: number;
|
|
7032
7031
|
fileUrl: string | null;
|
|
7032
|
+
status?: string | undefined;
|
|
7033
7033
|
}[];
|
|
7034
7034
|
}[];
|
|
7035
7035
|
company: {
|
|
@@ -7037,8 +7037,8 @@ export declare const ticketContract: {
|
|
|
7037
7037
|
createdAt: Date;
|
|
7038
7038
|
updatedAt: Date;
|
|
7039
7039
|
deletedAt: Date | null;
|
|
7040
|
-
name?: string | undefined;
|
|
7041
7040
|
address?: string | null | undefined;
|
|
7041
|
+
name?: string | undefined;
|
|
7042
7042
|
phone?: string | null | undefined;
|
|
7043
7043
|
industry?: string | null | undefined;
|
|
7044
7044
|
} | null;
|
|
@@ -7046,8 +7046,8 @@ export declare const ticketContract: {
|
|
|
7046
7046
|
contactProfile: string | null;
|
|
7047
7047
|
socialProfileUrl: string | null;
|
|
7048
7048
|
tags: {
|
|
7049
|
-
name: string;
|
|
7050
7049
|
id: string;
|
|
7050
|
+
name: string;
|
|
7051
7051
|
createdAt: Date;
|
|
7052
7052
|
updatedAt: Date;
|
|
7053
7053
|
deletedAt: Date | null;
|
|
@@ -7072,8 +7072,8 @@ export declare const ticketContract: {
|
|
|
7072
7072
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7073
7073
|
id: string;
|
|
7074
7074
|
metadata: {
|
|
7075
|
-
name: string;
|
|
7076
7075
|
id: string;
|
|
7076
|
+
name: string;
|
|
7077
7077
|
picture?: string | undefined;
|
|
7078
7078
|
additionalCredentials?: any;
|
|
7079
7079
|
};
|
|
@@ -7100,10 +7100,10 @@ export declare const ticketContract: {
|
|
|
7100
7100
|
};
|
|
7101
7101
|
}[] | undefined;
|
|
7102
7102
|
}, {
|
|
7103
|
-
name: string;
|
|
7104
7103
|
id: string;
|
|
7105
7104
|
channel: string | null;
|
|
7106
7105
|
address: string | null;
|
|
7106
|
+
name: string;
|
|
7107
7107
|
createdAt: Date;
|
|
7108
7108
|
updatedAt: Date;
|
|
7109
7109
|
deletedAt: Date | null;
|
|
@@ -7132,7 +7132,6 @@ export declare const ticketContract: {
|
|
|
7132
7132
|
dateValue: Date | null;
|
|
7133
7133
|
uploads: {
|
|
7134
7134
|
id: string;
|
|
7135
|
-
status: string | null;
|
|
7136
7135
|
createdAt: Date;
|
|
7137
7136
|
updatedAt: Date;
|
|
7138
7137
|
deletedAt: Date | null;
|
|
@@ -7141,6 +7140,7 @@ export declare const ticketContract: {
|
|
|
7141
7140
|
bucketName: string;
|
|
7142
7141
|
fileSize: number;
|
|
7143
7142
|
fileUrl: string | null;
|
|
7143
|
+
status?: string | undefined;
|
|
7144
7144
|
}[];
|
|
7145
7145
|
}[];
|
|
7146
7146
|
company: {
|
|
@@ -7148,8 +7148,8 @@ export declare const ticketContract: {
|
|
|
7148
7148
|
createdAt: Date;
|
|
7149
7149
|
updatedAt: Date;
|
|
7150
7150
|
deletedAt: Date | null;
|
|
7151
|
-
name?: string | undefined;
|
|
7152
7151
|
address?: string | null | undefined;
|
|
7152
|
+
name?: string | undefined;
|
|
7153
7153
|
phone?: string | null | undefined;
|
|
7154
7154
|
industry?: string | null | undefined;
|
|
7155
7155
|
} | null;
|
|
@@ -7157,8 +7157,8 @@ export declare const ticketContract: {
|
|
|
7157
7157
|
contactProfile: string | null;
|
|
7158
7158
|
socialProfileUrl: string | null;
|
|
7159
7159
|
tags: {
|
|
7160
|
-
name: string;
|
|
7161
7160
|
id: string;
|
|
7161
|
+
name: string;
|
|
7162
7162
|
createdAt: Date;
|
|
7163
7163
|
updatedAt: Date;
|
|
7164
7164
|
deletedAt: Date | null;
|
|
@@ -7183,8 +7183,8 @@ export declare const ticketContract: {
|
|
|
7183
7183
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7184
7184
|
id: string;
|
|
7185
7185
|
metadata: {
|
|
7186
|
-
name: string;
|
|
7187
7186
|
id: string;
|
|
7187
|
+
name: string;
|
|
7188
7188
|
picture?: string | undefined;
|
|
7189
7189
|
additionalCredentials?: any;
|
|
7190
7190
|
};
|
|
@@ -7334,9 +7334,9 @@ export declare const ticketContract: {
|
|
|
7334
7334
|
telephonySignature: string | null;
|
|
7335
7335
|
}>;
|
|
7336
7336
|
}, "strip", z.ZodTypeAny, {
|
|
7337
|
-
name: string;
|
|
7338
7337
|
id: string;
|
|
7339
7338
|
address: string | null;
|
|
7339
|
+
name: string;
|
|
7340
7340
|
email: string;
|
|
7341
7341
|
createdAt: Date;
|
|
7342
7342
|
updatedAt: Date;
|
|
@@ -7377,9 +7377,9 @@ export declare const ticketContract: {
|
|
|
7377
7377
|
telephonySignature: string | null;
|
|
7378
7378
|
};
|
|
7379
7379
|
}, {
|
|
7380
|
-
name: string;
|
|
7381
7380
|
id: string;
|
|
7382
7381
|
address: string | null;
|
|
7382
|
+
name: string;
|
|
7383
7383
|
email: string;
|
|
7384
7384
|
createdAt: Date;
|
|
7385
7385
|
updatedAt: Date;
|
|
@@ -7451,9 +7451,9 @@ export declare const ticketContract: {
|
|
|
7451
7451
|
updatedAt: Date;
|
|
7452
7452
|
deletedAt: Date | null;
|
|
7453
7453
|
actor: {
|
|
7454
|
-
name: string;
|
|
7455
7454
|
id: string;
|
|
7456
7455
|
address: string | null;
|
|
7456
|
+
name: string;
|
|
7457
7457
|
email: string;
|
|
7458
7458
|
createdAt: Date;
|
|
7459
7459
|
updatedAt: Date;
|
|
@@ -7510,9 +7510,9 @@ export declare const ticketContract: {
|
|
|
7510
7510
|
updatedAt: Date;
|
|
7511
7511
|
deletedAt: Date | null;
|
|
7512
7512
|
actor: {
|
|
7513
|
-
name: string;
|
|
7514
7513
|
id: string;
|
|
7515
7514
|
address: string | null;
|
|
7515
|
+
name: string;
|
|
7516
7516
|
email: string;
|
|
7517
7517
|
createdAt: Date;
|
|
7518
7518
|
updatedAt: Date;
|
|
@@ -7597,10 +7597,10 @@ export declare const ticketContract: {
|
|
|
7597
7597
|
}[];
|
|
7598
7598
|
}[];
|
|
7599
7599
|
contact: {
|
|
7600
|
-
name: string;
|
|
7601
7600
|
id: string;
|
|
7602
7601
|
channel: string | null;
|
|
7603
7602
|
address: string | null;
|
|
7603
|
+
name: string;
|
|
7604
7604
|
createdAt: Date;
|
|
7605
7605
|
updatedAt: Date;
|
|
7606
7606
|
deletedAt: Date | null;
|
|
@@ -7629,7 +7629,6 @@ export declare const ticketContract: {
|
|
|
7629
7629
|
dateValue: Date | null;
|
|
7630
7630
|
uploads: {
|
|
7631
7631
|
id: string;
|
|
7632
|
-
status: string | null;
|
|
7633
7632
|
createdAt: Date;
|
|
7634
7633
|
updatedAt: Date;
|
|
7635
7634
|
deletedAt: Date | null;
|
|
@@ -7638,6 +7637,7 @@ export declare const ticketContract: {
|
|
|
7638
7637
|
bucketName: string;
|
|
7639
7638
|
fileSize: number;
|
|
7640
7639
|
fileUrl: string | null;
|
|
7640
|
+
status?: string | undefined;
|
|
7641
7641
|
}[];
|
|
7642
7642
|
}[];
|
|
7643
7643
|
company: {
|
|
@@ -7645,8 +7645,8 @@ export declare const ticketContract: {
|
|
|
7645
7645
|
createdAt: Date;
|
|
7646
7646
|
updatedAt: Date;
|
|
7647
7647
|
deletedAt: Date | null;
|
|
7648
|
-
name?: string | undefined;
|
|
7649
7648
|
address?: string | null | undefined;
|
|
7649
|
+
name?: string | undefined;
|
|
7650
7650
|
phone?: string | null | undefined;
|
|
7651
7651
|
industry?: string | null | undefined;
|
|
7652
7652
|
} | null;
|
|
@@ -7654,8 +7654,8 @@ export declare const ticketContract: {
|
|
|
7654
7654
|
contactProfile: string | null;
|
|
7655
7655
|
socialProfileUrl: string | null;
|
|
7656
7656
|
tags: {
|
|
7657
|
-
name: string;
|
|
7658
7657
|
id: string;
|
|
7658
|
+
name: string;
|
|
7659
7659
|
createdAt: Date;
|
|
7660
7660
|
updatedAt: Date;
|
|
7661
7661
|
deletedAt: Date | null;
|
|
@@ -7680,8 +7680,8 @@ export declare const ticketContract: {
|
|
|
7680
7680
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7681
7681
|
id: string;
|
|
7682
7682
|
metadata: {
|
|
7683
|
-
name: string;
|
|
7684
7683
|
id: string;
|
|
7684
|
+
name: string;
|
|
7685
7685
|
picture?: string | undefined;
|
|
7686
7686
|
additionalCredentials?: any;
|
|
7687
7687
|
};
|
|
@@ -7733,7 +7733,6 @@ export declare const ticketContract: {
|
|
|
7733
7733
|
dateValue: Date | null;
|
|
7734
7734
|
uploads: {
|
|
7735
7735
|
id: string;
|
|
7736
|
-
status: string | null;
|
|
7737
7736
|
createdAt: Date;
|
|
7738
7737
|
updatedAt: Date;
|
|
7739
7738
|
deletedAt: Date | null;
|
|
@@ -7742,11 +7741,12 @@ export declare const ticketContract: {
|
|
|
7742
7741
|
bucketName: string;
|
|
7743
7742
|
fileSize: number;
|
|
7744
7743
|
fileUrl: string | null;
|
|
7744
|
+
status?: string | undefined;
|
|
7745
7745
|
}[];
|
|
7746
7746
|
}[];
|
|
7747
7747
|
tags: {
|
|
7748
|
-
name: string;
|
|
7749
7748
|
id: string;
|
|
7749
|
+
name: string;
|
|
7750
7750
|
createdAt: Date;
|
|
7751
7751
|
updatedAt: Date;
|
|
7752
7752
|
deletedAt: Date | null;
|
|
@@ -7758,9 +7758,9 @@ export declare const ticketContract: {
|
|
|
7758
7758
|
updatedAt: Date;
|
|
7759
7759
|
deletedAt: Date | null;
|
|
7760
7760
|
actor: {
|
|
7761
|
-
name: string;
|
|
7762
7761
|
id: string;
|
|
7763
7762
|
address: string | null;
|
|
7763
|
+
name: string;
|
|
7764
7764
|
email: string;
|
|
7765
7765
|
createdAt: Date;
|
|
7766
7766
|
updatedAt: Date;
|
|
@@ -7816,9 +7816,9 @@ export declare const ticketContract: {
|
|
|
7816
7816
|
creatorId: string;
|
|
7817
7817
|
reasonToAssign: string | null;
|
|
7818
7818
|
creator?: {
|
|
7819
|
-
name: string;
|
|
7820
7819
|
id: string;
|
|
7821
7820
|
address: string | null;
|
|
7821
|
+
name: string;
|
|
7822
7822
|
email: string;
|
|
7823
7823
|
createdAt: Date;
|
|
7824
7824
|
updatedAt: Date;
|
|
@@ -7860,9 +7860,9 @@ export declare const ticketContract: {
|
|
|
7860
7860
|
};
|
|
7861
7861
|
} | null | undefined;
|
|
7862
7862
|
assignee?: {
|
|
7863
|
-
name: string;
|
|
7864
7863
|
id: string;
|
|
7865
7864
|
address: string | null;
|
|
7865
|
+
name: string;
|
|
7866
7866
|
email: string;
|
|
7867
7867
|
createdAt: Date;
|
|
7868
7868
|
updatedAt: Date;
|
|
@@ -7938,10 +7938,10 @@ export declare const ticketContract: {
|
|
|
7938
7938
|
}[];
|
|
7939
7939
|
}[];
|
|
7940
7940
|
contact: {
|
|
7941
|
-
name: string;
|
|
7942
7941
|
id: string;
|
|
7943
7942
|
channel: string | null;
|
|
7944
7943
|
address: string | null;
|
|
7944
|
+
name: string;
|
|
7945
7945
|
createdAt: Date;
|
|
7946
7946
|
updatedAt: Date;
|
|
7947
7947
|
deletedAt: Date | null;
|
|
@@ -7970,7 +7970,6 @@ export declare const ticketContract: {
|
|
|
7970
7970
|
dateValue: Date | null;
|
|
7971
7971
|
uploads: {
|
|
7972
7972
|
id: string;
|
|
7973
|
-
status: string | null;
|
|
7974
7973
|
createdAt: Date;
|
|
7975
7974
|
updatedAt: Date;
|
|
7976
7975
|
deletedAt: Date | null;
|
|
@@ -7979,6 +7978,7 @@ export declare const ticketContract: {
|
|
|
7979
7978
|
bucketName: string;
|
|
7980
7979
|
fileSize: number;
|
|
7981
7980
|
fileUrl: string | null;
|
|
7981
|
+
status?: string | undefined;
|
|
7982
7982
|
}[];
|
|
7983
7983
|
}[];
|
|
7984
7984
|
company: {
|
|
@@ -7986,8 +7986,8 @@ export declare const ticketContract: {
|
|
|
7986
7986
|
createdAt: Date;
|
|
7987
7987
|
updatedAt: Date;
|
|
7988
7988
|
deletedAt: Date | null;
|
|
7989
|
-
name?: string | undefined;
|
|
7990
7989
|
address?: string | null | undefined;
|
|
7990
|
+
name?: string | undefined;
|
|
7991
7991
|
phone?: string | null | undefined;
|
|
7992
7992
|
industry?: string | null | undefined;
|
|
7993
7993
|
} | null;
|
|
@@ -7995,8 +7995,8 @@ export declare const ticketContract: {
|
|
|
7995
7995
|
contactProfile: string | null;
|
|
7996
7996
|
socialProfileUrl: string | null;
|
|
7997
7997
|
tags: {
|
|
7998
|
-
name: string;
|
|
7999
7998
|
id: string;
|
|
7999
|
+
name: string;
|
|
8000
8000
|
createdAt: Date;
|
|
8001
8001
|
updatedAt: Date;
|
|
8002
8002
|
deletedAt: Date | null;
|
|
@@ -8021,8 +8021,8 @@ export declare const ticketContract: {
|
|
|
8021
8021
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8022
8022
|
id: string;
|
|
8023
8023
|
metadata: {
|
|
8024
|
-
name: string;
|
|
8025
8024
|
id: string;
|
|
8025
|
+
name: string;
|
|
8026
8026
|
picture?: string | undefined;
|
|
8027
8027
|
additionalCredentials?: any;
|
|
8028
8028
|
};
|
|
@@ -8074,7 +8074,6 @@ export declare const ticketContract: {
|
|
|
8074
8074
|
dateValue: Date | null;
|
|
8075
8075
|
uploads: {
|
|
8076
8076
|
id: string;
|
|
8077
|
-
status: string | null;
|
|
8078
8077
|
createdAt: Date;
|
|
8079
8078
|
updatedAt: Date;
|
|
8080
8079
|
deletedAt: Date | null;
|
|
@@ -8083,11 +8082,12 @@ export declare const ticketContract: {
|
|
|
8083
8082
|
bucketName: string;
|
|
8084
8083
|
fileSize: number;
|
|
8085
8084
|
fileUrl: string | null;
|
|
8085
|
+
status?: string | undefined;
|
|
8086
8086
|
}[];
|
|
8087
8087
|
}[];
|
|
8088
8088
|
tags: {
|
|
8089
|
-
name: string;
|
|
8090
8089
|
id: string;
|
|
8090
|
+
name: string;
|
|
8091
8091
|
createdAt: Date;
|
|
8092
8092
|
updatedAt: Date;
|
|
8093
8093
|
deletedAt: Date | null;
|
|
@@ -8099,9 +8099,9 @@ export declare const ticketContract: {
|
|
|
8099
8099
|
updatedAt: Date;
|
|
8100
8100
|
deletedAt: Date | null;
|
|
8101
8101
|
actor: {
|
|
8102
|
-
name: string;
|
|
8103
8102
|
id: string;
|
|
8104
8103
|
address: string | null;
|
|
8104
|
+
name: string;
|
|
8105
8105
|
email: string;
|
|
8106
8106
|
createdAt: Date;
|
|
8107
8107
|
updatedAt: Date;
|
|
@@ -8157,9 +8157,9 @@ export declare const ticketContract: {
|
|
|
8157
8157
|
creatorId: string;
|
|
8158
8158
|
reasonToAssign: string | null;
|
|
8159
8159
|
creator?: {
|
|
8160
|
-
name: string;
|
|
8161
8160
|
id: string;
|
|
8162
8161
|
address: string | null;
|
|
8162
|
+
name: string;
|
|
8163
8163
|
email: string;
|
|
8164
8164
|
createdAt: Date;
|
|
8165
8165
|
updatedAt: Date;
|
|
@@ -8201,9 +8201,9 @@ export declare const ticketContract: {
|
|
|
8201
8201
|
};
|
|
8202
8202
|
} | null | undefined;
|
|
8203
8203
|
assignee?: {
|
|
8204
|
-
name: string;
|
|
8205
8204
|
id: string;
|
|
8206
8205
|
address: string | null;
|
|
8206
|
+
name: string;
|
|
8207
8207
|
email: string;
|
|
8208
8208
|
createdAt: Date;
|
|
8209
8209
|
updatedAt: Date;
|
|
@@ -8281,10 +8281,10 @@ export declare const ticketContract: {
|
|
|
8281
8281
|
}[];
|
|
8282
8282
|
}[];
|
|
8283
8283
|
contact: {
|
|
8284
|
-
name: string;
|
|
8285
8284
|
id: string;
|
|
8286
8285
|
channel: string | null;
|
|
8287
8286
|
address: string | null;
|
|
8287
|
+
name: string;
|
|
8288
8288
|
createdAt: Date;
|
|
8289
8289
|
updatedAt: Date;
|
|
8290
8290
|
deletedAt: Date | null;
|
|
@@ -8313,7 +8313,6 @@ export declare const ticketContract: {
|
|
|
8313
8313
|
dateValue: Date | null;
|
|
8314
8314
|
uploads: {
|
|
8315
8315
|
id: string;
|
|
8316
|
-
status: string | null;
|
|
8317
8316
|
createdAt: Date;
|
|
8318
8317
|
updatedAt: Date;
|
|
8319
8318
|
deletedAt: Date | null;
|
|
@@ -8322,6 +8321,7 @@ export declare const ticketContract: {
|
|
|
8322
8321
|
bucketName: string;
|
|
8323
8322
|
fileSize: number;
|
|
8324
8323
|
fileUrl: string | null;
|
|
8324
|
+
status?: string | undefined;
|
|
8325
8325
|
}[];
|
|
8326
8326
|
}[];
|
|
8327
8327
|
company: {
|
|
@@ -8329,8 +8329,8 @@ export declare const ticketContract: {
|
|
|
8329
8329
|
createdAt: Date;
|
|
8330
8330
|
updatedAt: Date;
|
|
8331
8331
|
deletedAt: Date | null;
|
|
8332
|
-
name?: string | undefined;
|
|
8333
8332
|
address?: string | null | undefined;
|
|
8333
|
+
name?: string | undefined;
|
|
8334
8334
|
phone?: string | null | undefined;
|
|
8335
8335
|
industry?: string | null | undefined;
|
|
8336
8336
|
} | null;
|
|
@@ -8338,8 +8338,8 @@ export declare const ticketContract: {
|
|
|
8338
8338
|
contactProfile: string | null;
|
|
8339
8339
|
socialProfileUrl: string | null;
|
|
8340
8340
|
tags: {
|
|
8341
|
-
name: string;
|
|
8342
8341
|
id: string;
|
|
8342
|
+
name: string;
|
|
8343
8343
|
createdAt: Date;
|
|
8344
8344
|
updatedAt: Date;
|
|
8345
8345
|
deletedAt: Date | null;
|
|
@@ -8364,8 +8364,8 @@ export declare const ticketContract: {
|
|
|
8364
8364
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8365
8365
|
id: string;
|
|
8366
8366
|
metadata: {
|
|
8367
|
-
name: string;
|
|
8368
8367
|
id: string;
|
|
8368
|
+
name: string;
|
|
8369
8369
|
picture?: string | undefined;
|
|
8370
8370
|
additionalCredentials?: any;
|
|
8371
8371
|
};
|
|
@@ -8417,7 +8417,6 @@ export declare const ticketContract: {
|
|
|
8417
8417
|
dateValue: Date | null;
|
|
8418
8418
|
uploads: {
|
|
8419
8419
|
id: string;
|
|
8420
|
-
status: string | null;
|
|
8421
8420
|
createdAt: Date;
|
|
8422
8421
|
updatedAt: Date;
|
|
8423
8422
|
deletedAt: Date | null;
|
|
@@ -8426,11 +8425,12 @@ export declare const ticketContract: {
|
|
|
8426
8425
|
bucketName: string;
|
|
8427
8426
|
fileSize: number;
|
|
8428
8427
|
fileUrl: string | null;
|
|
8428
|
+
status?: string | undefined;
|
|
8429
8429
|
}[];
|
|
8430
8430
|
}[];
|
|
8431
8431
|
tags: {
|
|
8432
|
-
name: string;
|
|
8433
8432
|
id: string;
|
|
8433
|
+
name: string;
|
|
8434
8434
|
createdAt: Date;
|
|
8435
8435
|
updatedAt: Date;
|
|
8436
8436
|
deletedAt: Date | null;
|
|
@@ -8442,9 +8442,9 @@ export declare const ticketContract: {
|
|
|
8442
8442
|
updatedAt: Date;
|
|
8443
8443
|
deletedAt: Date | null;
|
|
8444
8444
|
actor: {
|
|
8445
|
-
name: string;
|
|
8446
8445
|
id: string;
|
|
8447
8446
|
address: string | null;
|
|
8447
|
+
name: string;
|
|
8448
8448
|
email: string;
|
|
8449
8449
|
createdAt: Date;
|
|
8450
8450
|
updatedAt: Date;
|
|
@@ -8500,9 +8500,9 @@ export declare const ticketContract: {
|
|
|
8500
8500
|
creatorId: string;
|
|
8501
8501
|
reasonToAssign: string | null;
|
|
8502
8502
|
creator?: {
|
|
8503
|
-
name: string;
|
|
8504
8503
|
id: string;
|
|
8505
8504
|
address: string | null;
|
|
8505
|
+
name: string;
|
|
8506
8506
|
email: string;
|
|
8507
8507
|
createdAt: Date;
|
|
8508
8508
|
updatedAt: Date;
|
|
@@ -8544,9 +8544,9 @@ export declare const ticketContract: {
|
|
|
8544
8544
|
};
|
|
8545
8545
|
} | null | undefined;
|
|
8546
8546
|
assignee?: {
|
|
8547
|
-
name: string;
|
|
8548
8547
|
id: string;
|
|
8549
8548
|
address: string | null;
|
|
8549
|
+
name: string;
|
|
8550
8550
|
email: string;
|
|
8551
8551
|
createdAt: Date;
|
|
8552
8552
|
updatedAt: Date;
|
|
@@ -8625,10 +8625,10 @@ export declare const ticketContract: {
|
|
|
8625
8625
|
}[];
|
|
8626
8626
|
}[];
|
|
8627
8627
|
contact: {
|
|
8628
|
-
name: string;
|
|
8629
8628
|
id: string;
|
|
8630
8629
|
channel: string | null;
|
|
8631
8630
|
address: string | null;
|
|
8631
|
+
name: string;
|
|
8632
8632
|
createdAt: Date;
|
|
8633
8633
|
updatedAt: Date;
|
|
8634
8634
|
deletedAt: Date | null;
|
|
@@ -8657,7 +8657,6 @@ export declare const ticketContract: {
|
|
|
8657
8657
|
dateValue: Date | null;
|
|
8658
8658
|
uploads: {
|
|
8659
8659
|
id: string;
|
|
8660
|
-
status: string | null;
|
|
8661
8660
|
createdAt: Date;
|
|
8662
8661
|
updatedAt: Date;
|
|
8663
8662
|
deletedAt: Date | null;
|
|
@@ -8666,6 +8665,7 @@ export declare const ticketContract: {
|
|
|
8666
8665
|
bucketName: string;
|
|
8667
8666
|
fileSize: number;
|
|
8668
8667
|
fileUrl: string | null;
|
|
8668
|
+
status?: string | undefined;
|
|
8669
8669
|
}[];
|
|
8670
8670
|
}[];
|
|
8671
8671
|
company: {
|
|
@@ -8673,8 +8673,8 @@ export declare const ticketContract: {
|
|
|
8673
8673
|
createdAt: Date;
|
|
8674
8674
|
updatedAt: Date;
|
|
8675
8675
|
deletedAt: Date | null;
|
|
8676
|
-
name?: string | undefined;
|
|
8677
8676
|
address?: string | null | undefined;
|
|
8677
|
+
name?: string | undefined;
|
|
8678
8678
|
phone?: string | null | undefined;
|
|
8679
8679
|
industry?: string | null | undefined;
|
|
8680
8680
|
} | null;
|
|
@@ -8682,8 +8682,8 @@ export declare const ticketContract: {
|
|
|
8682
8682
|
contactProfile: string | null;
|
|
8683
8683
|
socialProfileUrl: string | null;
|
|
8684
8684
|
tags: {
|
|
8685
|
-
name: string;
|
|
8686
8685
|
id: string;
|
|
8686
|
+
name: string;
|
|
8687
8687
|
createdAt: Date;
|
|
8688
8688
|
updatedAt: Date;
|
|
8689
8689
|
deletedAt: Date | null;
|
|
@@ -8708,8 +8708,8 @@ export declare const ticketContract: {
|
|
|
8708
8708
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8709
8709
|
id: string;
|
|
8710
8710
|
metadata: {
|
|
8711
|
-
name: string;
|
|
8712
8711
|
id: string;
|
|
8712
|
+
name: string;
|
|
8713
8713
|
picture?: string | undefined;
|
|
8714
8714
|
additionalCredentials?: any;
|
|
8715
8715
|
};
|
|
@@ -8761,7 +8761,6 @@ export declare const ticketContract: {
|
|
|
8761
8761
|
dateValue: Date | null;
|
|
8762
8762
|
uploads: {
|
|
8763
8763
|
id: string;
|
|
8764
|
-
status: string | null;
|
|
8765
8764
|
createdAt: Date;
|
|
8766
8765
|
updatedAt: Date;
|
|
8767
8766
|
deletedAt: Date | null;
|
|
@@ -8770,11 +8769,12 @@ export declare const ticketContract: {
|
|
|
8770
8769
|
bucketName: string;
|
|
8771
8770
|
fileSize: number;
|
|
8772
8771
|
fileUrl: string | null;
|
|
8772
|
+
status?: string | undefined;
|
|
8773
8773
|
}[];
|
|
8774
8774
|
}[];
|
|
8775
8775
|
tags: {
|
|
8776
|
-
name: string;
|
|
8777
8776
|
id: string;
|
|
8777
|
+
name: string;
|
|
8778
8778
|
createdAt: Date;
|
|
8779
8779
|
updatedAt: Date;
|
|
8780
8780
|
deletedAt: Date | null;
|
|
@@ -8786,9 +8786,9 @@ export declare const ticketContract: {
|
|
|
8786
8786
|
updatedAt: Date;
|
|
8787
8787
|
deletedAt: Date | null;
|
|
8788
8788
|
actor: {
|
|
8789
|
-
name: string;
|
|
8790
8789
|
id: string;
|
|
8791
8790
|
address: string | null;
|
|
8791
|
+
name: string;
|
|
8792
8792
|
email: string;
|
|
8793
8793
|
createdAt: Date;
|
|
8794
8794
|
updatedAt: Date;
|
|
@@ -8844,9 +8844,9 @@ export declare const ticketContract: {
|
|
|
8844
8844
|
creatorId: string;
|
|
8845
8845
|
reasonToAssign: string | null;
|
|
8846
8846
|
creator?: {
|
|
8847
|
-
name: string;
|
|
8848
8847
|
id: string;
|
|
8849
8848
|
address: string | null;
|
|
8849
|
+
name: string;
|
|
8850
8850
|
email: string;
|
|
8851
8851
|
createdAt: Date;
|
|
8852
8852
|
updatedAt: Date;
|
|
@@ -8888,9 +8888,9 @@ export declare const ticketContract: {
|
|
|
8888
8888
|
};
|
|
8889
8889
|
} | null | undefined;
|
|
8890
8890
|
assignee?: {
|
|
8891
|
-
name: string;
|
|
8892
8891
|
id: string;
|
|
8893
8892
|
address: string | null;
|
|
8893
|
+
name: string;
|
|
8894
8894
|
email: string;
|
|
8895
8895
|
createdAt: Date;
|
|
8896
8896
|
updatedAt: Date;
|
|
@@ -9043,10 +9043,10 @@ export declare const ticketContract: {
|
|
|
9043
9043
|
}[];
|
|
9044
9044
|
}[];
|
|
9045
9045
|
contact: {
|
|
9046
|
-
name: string;
|
|
9047
9046
|
id: string;
|
|
9048
9047
|
channel: string | null;
|
|
9049
9048
|
address: string | null;
|
|
9049
|
+
name: string;
|
|
9050
9050
|
createdAt: Date;
|
|
9051
9051
|
updatedAt: Date;
|
|
9052
9052
|
deletedAt: Date | null;
|
|
@@ -9075,7 +9075,6 @@ export declare const ticketContract: {
|
|
|
9075
9075
|
dateValue: Date | null;
|
|
9076
9076
|
uploads: {
|
|
9077
9077
|
id: string;
|
|
9078
|
-
status: string | null;
|
|
9079
9078
|
createdAt: Date;
|
|
9080
9079
|
updatedAt: Date;
|
|
9081
9080
|
deletedAt: Date | null;
|
|
@@ -9084,6 +9083,7 @@ export declare const ticketContract: {
|
|
|
9084
9083
|
bucketName: string;
|
|
9085
9084
|
fileSize: number;
|
|
9086
9085
|
fileUrl: string | null;
|
|
9086
|
+
status?: string | undefined;
|
|
9087
9087
|
}[];
|
|
9088
9088
|
}[];
|
|
9089
9089
|
company: {
|
|
@@ -9091,8 +9091,8 @@ export declare const ticketContract: {
|
|
|
9091
9091
|
createdAt: Date;
|
|
9092
9092
|
updatedAt: Date;
|
|
9093
9093
|
deletedAt: Date | null;
|
|
9094
|
-
name?: string | undefined;
|
|
9095
9094
|
address?: string | null | undefined;
|
|
9095
|
+
name?: string | undefined;
|
|
9096
9096
|
phone?: string | null | undefined;
|
|
9097
9097
|
industry?: string | null | undefined;
|
|
9098
9098
|
} | null;
|
|
@@ -9100,8 +9100,8 @@ export declare const ticketContract: {
|
|
|
9100
9100
|
contactProfile: string | null;
|
|
9101
9101
|
socialProfileUrl: string | null;
|
|
9102
9102
|
tags: {
|
|
9103
|
-
name: string;
|
|
9104
9103
|
id: string;
|
|
9104
|
+
name: string;
|
|
9105
9105
|
createdAt: Date;
|
|
9106
9106
|
updatedAt: Date;
|
|
9107
9107
|
deletedAt: Date | null;
|
|
@@ -9126,8 +9126,8 @@ export declare const ticketContract: {
|
|
|
9126
9126
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9127
9127
|
id: string;
|
|
9128
9128
|
metadata: {
|
|
9129
|
-
name: string;
|
|
9130
9129
|
id: string;
|
|
9130
|
+
name: string;
|
|
9131
9131
|
picture?: string | undefined;
|
|
9132
9132
|
additionalCredentials?: any;
|
|
9133
9133
|
};
|
|
@@ -9179,7 +9179,6 @@ export declare const ticketContract: {
|
|
|
9179
9179
|
dateValue: Date | null;
|
|
9180
9180
|
uploads: {
|
|
9181
9181
|
id: string;
|
|
9182
|
-
status: string | null;
|
|
9183
9182
|
createdAt: Date;
|
|
9184
9183
|
updatedAt: Date;
|
|
9185
9184
|
deletedAt: Date | null;
|
|
@@ -9188,11 +9187,12 @@ export declare const ticketContract: {
|
|
|
9188
9187
|
bucketName: string;
|
|
9189
9188
|
fileSize: number;
|
|
9190
9189
|
fileUrl: string | null;
|
|
9190
|
+
status?: string | undefined;
|
|
9191
9191
|
}[];
|
|
9192
9192
|
}[];
|
|
9193
9193
|
tags: {
|
|
9194
|
-
name: string;
|
|
9195
9194
|
id: string;
|
|
9195
|
+
name: string;
|
|
9196
9196
|
createdAt: Date;
|
|
9197
9197
|
updatedAt: Date;
|
|
9198
9198
|
deletedAt: Date | null;
|
|
@@ -9204,9 +9204,9 @@ export declare const ticketContract: {
|
|
|
9204
9204
|
updatedAt: Date;
|
|
9205
9205
|
deletedAt: Date | null;
|
|
9206
9206
|
actor: {
|
|
9207
|
-
name: string;
|
|
9208
9207
|
id: string;
|
|
9209
9208
|
address: string | null;
|
|
9209
|
+
name: string;
|
|
9210
9210
|
email: string;
|
|
9211
9211
|
createdAt: Date;
|
|
9212
9212
|
updatedAt: Date;
|
|
@@ -9262,9 +9262,9 @@ export declare const ticketContract: {
|
|
|
9262
9262
|
creatorId: string;
|
|
9263
9263
|
reasonToAssign: string | null;
|
|
9264
9264
|
creator?: {
|
|
9265
|
-
name: string;
|
|
9266
9265
|
id: string;
|
|
9267
9266
|
address: string | null;
|
|
9267
|
+
name: string;
|
|
9268
9268
|
email: string;
|
|
9269
9269
|
createdAt: Date;
|
|
9270
9270
|
updatedAt: Date;
|
|
@@ -9306,9 +9306,9 @@ export declare const ticketContract: {
|
|
|
9306
9306
|
};
|
|
9307
9307
|
} | null | undefined;
|
|
9308
9308
|
assignee?: {
|
|
9309
|
-
name: string;
|
|
9310
9309
|
id: string;
|
|
9311
9310
|
address: string | null;
|
|
9311
|
+
name: string;
|
|
9312
9312
|
email: string;
|
|
9313
9313
|
createdAt: Date;
|
|
9314
9314
|
updatedAt: Date;
|
|
@@ -9384,10 +9384,10 @@ export declare const ticketContract: {
|
|
|
9384
9384
|
}[];
|
|
9385
9385
|
}[];
|
|
9386
9386
|
contact: {
|
|
9387
|
-
name: string;
|
|
9388
9387
|
id: string;
|
|
9389
9388
|
channel: string | null;
|
|
9390
9389
|
address: string | null;
|
|
9390
|
+
name: string;
|
|
9391
9391
|
createdAt: Date;
|
|
9392
9392
|
updatedAt: Date;
|
|
9393
9393
|
deletedAt: Date | null;
|
|
@@ -9416,7 +9416,6 @@ export declare const ticketContract: {
|
|
|
9416
9416
|
dateValue: Date | null;
|
|
9417
9417
|
uploads: {
|
|
9418
9418
|
id: string;
|
|
9419
|
-
status: string | null;
|
|
9420
9419
|
createdAt: Date;
|
|
9421
9420
|
updatedAt: Date;
|
|
9422
9421
|
deletedAt: Date | null;
|
|
@@ -9425,6 +9424,7 @@ export declare const ticketContract: {
|
|
|
9425
9424
|
bucketName: string;
|
|
9426
9425
|
fileSize: number;
|
|
9427
9426
|
fileUrl: string | null;
|
|
9427
|
+
status?: string | undefined;
|
|
9428
9428
|
}[];
|
|
9429
9429
|
}[];
|
|
9430
9430
|
company: {
|
|
@@ -9432,8 +9432,8 @@ export declare const ticketContract: {
|
|
|
9432
9432
|
createdAt: Date;
|
|
9433
9433
|
updatedAt: Date;
|
|
9434
9434
|
deletedAt: Date | null;
|
|
9435
|
-
name?: string | undefined;
|
|
9436
9435
|
address?: string | null | undefined;
|
|
9436
|
+
name?: string | undefined;
|
|
9437
9437
|
phone?: string | null | undefined;
|
|
9438
9438
|
industry?: string | null | undefined;
|
|
9439
9439
|
} | null;
|
|
@@ -9441,8 +9441,8 @@ export declare const ticketContract: {
|
|
|
9441
9441
|
contactProfile: string | null;
|
|
9442
9442
|
socialProfileUrl: string | null;
|
|
9443
9443
|
tags: {
|
|
9444
|
-
name: string;
|
|
9445
9444
|
id: string;
|
|
9445
|
+
name: string;
|
|
9446
9446
|
createdAt: Date;
|
|
9447
9447
|
updatedAt: Date;
|
|
9448
9448
|
deletedAt: Date | null;
|
|
@@ -9467,8 +9467,8 @@ export declare const ticketContract: {
|
|
|
9467
9467
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9468
9468
|
id: string;
|
|
9469
9469
|
metadata: {
|
|
9470
|
-
name: string;
|
|
9471
9470
|
id: string;
|
|
9471
|
+
name: string;
|
|
9472
9472
|
picture?: string | undefined;
|
|
9473
9473
|
additionalCredentials?: any;
|
|
9474
9474
|
};
|
|
@@ -9520,7 +9520,6 @@ export declare const ticketContract: {
|
|
|
9520
9520
|
dateValue: Date | null;
|
|
9521
9521
|
uploads: {
|
|
9522
9522
|
id: string;
|
|
9523
|
-
status: string | null;
|
|
9524
9523
|
createdAt: Date;
|
|
9525
9524
|
updatedAt: Date;
|
|
9526
9525
|
deletedAt: Date | null;
|
|
@@ -9529,11 +9528,12 @@ export declare const ticketContract: {
|
|
|
9529
9528
|
bucketName: string;
|
|
9530
9529
|
fileSize: number;
|
|
9531
9530
|
fileUrl: string | null;
|
|
9531
|
+
status?: string | undefined;
|
|
9532
9532
|
}[];
|
|
9533
9533
|
}[];
|
|
9534
9534
|
tags: {
|
|
9535
|
-
name: string;
|
|
9536
9535
|
id: string;
|
|
9536
|
+
name: string;
|
|
9537
9537
|
createdAt: Date;
|
|
9538
9538
|
updatedAt: Date;
|
|
9539
9539
|
deletedAt: Date | null;
|
|
@@ -9545,9 +9545,9 @@ export declare const ticketContract: {
|
|
|
9545
9545
|
updatedAt: Date;
|
|
9546
9546
|
deletedAt: Date | null;
|
|
9547
9547
|
actor: {
|
|
9548
|
-
name: string;
|
|
9549
9548
|
id: string;
|
|
9550
9549
|
address: string | null;
|
|
9550
|
+
name: string;
|
|
9551
9551
|
email: string;
|
|
9552
9552
|
createdAt: Date;
|
|
9553
9553
|
updatedAt: Date;
|
|
@@ -9603,9 +9603,9 @@ export declare const ticketContract: {
|
|
|
9603
9603
|
creatorId: string;
|
|
9604
9604
|
reasonToAssign: string | null;
|
|
9605
9605
|
creator?: {
|
|
9606
|
-
name: string;
|
|
9607
9606
|
id: string;
|
|
9608
9607
|
address: string | null;
|
|
9608
|
+
name: string;
|
|
9609
9609
|
email: string;
|
|
9610
9610
|
createdAt: Date;
|
|
9611
9611
|
updatedAt: Date;
|
|
@@ -9647,9 +9647,9 @@ export declare const ticketContract: {
|
|
|
9647
9647
|
};
|
|
9648
9648
|
} | null | undefined;
|
|
9649
9649
|
assignee?: {
|
|
9650
|
-
name: string;
|
|
9651
9650
|
id: string;
|
|
9652
9651
|
address: string | null;
|
|
9652
|
+
name: string;
|
|
9653
9653
|
email: string;
|
|
9654
9654
|
createdAt: Date;
|
|
9655
9655
|
updatedAt: Date;
|
|
@@ -9727,10 +9727,10 @@ export declare const ticketContract: {
|
|
|
9727
9727
|
}[];
|
|
9728
9728
|
}[];
|
|
9729
9729
|
contact: {
|
|
9730
|
-
name: string;
|
|
9731
9730
|
id: string;
|
|
9732
9731
|
channel: string | null;
|
|
9733
9732
|
address: string | null;
|
|
9733
|
+
name: string;
|
|
9734
9734
|
createdAt: Date;
|
|
9735
9735
|
updatedAt: Date;
|
|
9736
9736
|
deletedAt: Date | null;
|
|
@@ -9759,7 +9759,6 @@ export declare const ticketContract: {
|
|
|
9759
9759
|
dateValue: Date | null;
|
|
9760
9760
|
uploads: {
|
|
9761
9761
|
id: string;
|
|
9762
|
-
status: string | null;
|
|
9763
9762
|
createdAt: Date;
|
|
9764
9763
|
updatedAt: Date;
|
|
9765
9764
|
deletedAt: Date | null;
|
|
@@ -9768,6 +9767,7 @@ export declare const ticketContract: {
|
|
|
9768
9767
|
bucketName: string;
|
|
9769
9768
|
fileSize: number;
|
|
9770
9769
|
fileUrl: string | null;
|
|
9770
|
+
status?: string | undefined;
|
|
9771
9771
|
}[];
|
|
9772
9772
|
}[];
|
|
9773
9773
|
company: {
|
|
@@ -9775,8 +9775,8 @@ export declare const ticketContract: {
|
|
|
9775
9775
|
createdAt: Date;
|
|
9776
9776
|
updatedAt: Date;
|
|
9777
9777
|
deletedAt: Date | null;
|
|
9778
|
-
name?: string | undefined;
|
|
9779
9778
|
address?: string | null | undefined;
|
|
9779
|
+
name?: string | undefined;
|
|
9780
9780
|
phone?: string | null | undefined;
|
|
9781
9781
|
industry?: string | null | undefined;
|
|
9782
9782
|
} | null;
|
|
@@ -9784,8 +9784,8 @@ export declare const ticketContract: {
|
|
|
9784
9784
|
contactProfile: string | null;
|
|
9785
9785
|
socialProfileUrl: string | null;
|
|
9786
9786
|
tags: {
|
|
9787
|
-
name: string;
|
|
9788
9787
|
id: string;
|
|
9788
|
+
name: string;
|
|
9789
9789
|
createdAt: Date;
|
|
9790
9790
|
updatedAt: Date;
|
|
9791
9791
|
deletedAt: Date | null;
|
|
@@ -9810,8 +9810,8 @@ export declare const ticketContract: {
|
|
|
9810
9810
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9811
9811
|
id: string;
|
|
9812
9812
|
metadata: {
|
|
9813
|
-
name: string;
|
|
9814
9813
|
id: string;
|
|
9814
|
+
name: string;
|
|
9815
9815
|
picture?: string | undefined;
|
|
9816
9816
|
additionalCredentials?: any;
|
|
9817
9817
|
};
|
|
@@ -9863,7 +9863,6 @@ export declare const ticketContract: {
|
|
|
9863
9863
|
dateValue: Date | null;
|
|
9864
9864
|
uploads: {
|
|
9865
9865
|
id: string;
|
|
9866
|
-
status: string | null;
|
|
9867
9866
|
createdAt: Date;
|
|
9868
9867
|
updatedAt: Date;
|
|
9869
9868
|
deletedAt: Date | null;
|
|
@@ -9872,11 +9871,12 @@ export declare const ticketContract: {
|
|
|
9872
9871
|
bucketName: string;
|
|
9873
9872
|
fileSize: number;
|
|
9874
9873
|
fileUrl: string | null;
|
|
9874
|
+
status?: string | undefined;
|
|
9875
9875
|
}[];
|
|
9876
9876
|
}[];
|
|
9877
9877
|
tags: {
|
|
9878
|
-
name: string;
|
|
9879
9878
|
id: string;
|
|
9879
|
+
name: string;
|
|
9880
9880
|
createdAt: Date;
|
|
9881
9881
|
updatedAt: Date;
|
|
9882
9882
|
deletedAt: Date | null;
|
|
@@ -9888,9 +9888,9 @@ export declare const ticketContract: {
|
|
|
9888
9888
|
updatedAt: Date;
|
|
9889
9889
|
deletedAt: Date | null;
|
|
9890
9890
|
actor: {
|
|
9891
|
-
name: string;
|
|
9892
9891
|
id: string;
|
|
9893
9892
|
address: string | null;
|
|
9893
|
+
name: string;
|
|
9894
9894
|
email: string;
|
|
9895
9895
|
createdAt: Date;
|
|
9896
9896
|
updatedAt: Date;
|
|
@@ -9946,9 +9946,9 @@ export declare const ticketContract: {
|
|
|
9946
9946
|
creatorId: string;
|
|
9947
9947
|
reasonToAssign: string | null;
|
|
9948
9948
|
creator?: {
|
|
9949
|
-
name: string;
|
|
9950
9949
|
id: string;
|
|
9951
9950
|
address: string | null;
|
|
9951
|
+
name: string;
|
|
9952
9952
|
email: string;
|
|
9953
9953
|
createdAt: Date;
|
|
9954
9954
|
updatedAt: Date;
|
|
@@ -9990,9 +9990,9 @@ export declare const ticketContract: {
|
|
|
9990
9990
|
};
|
|
9991
9991
|
} | null | undefined;
|
|
9992
9992
|
assignee?: {
|
|
9993
|
-
name: string;
|
|
9994
9993
|
id: string;
|
|
9995
9994
|
address: string | null;
|
|
9995
|
+
name: string;
|
|
9996
9996
|
email: string;
|
|
9997
9997
|
createdAt: Date;
|
|
9998
9998
|
updatedAt: Date;
|
|
@@ -10074,10 +10074,10 @@ export declare const ticketContract: {
|
|
|
10074
10074
|
}[];
|
|
10075
10075
|
}[];
|
|
10076
10076
|
contact: {
|
|
10077
|
-
name: string;
|
|
10078
10077
|
id: string;
|
|
10079
10078
|
channel: string | null;
|
|
10080
10079
|
address: string | null;
|
|
10080
|
+
name: string;
|
|
10081
10081
|
createdAt: Date;
|
|
10082
10082
|
updatedAt: Date;
|
|
10083
10083
|
deletedAt: Date | null;
|
|
@@ -10106,7 +10106,6 @@ export declare const ticketContract: {
|
|
|
10106
10106
|
dateValue: Date | null;
|
|
10107
10107
|
uploads: {
|
|
10108
10108
|
id: string;
|
|
10109
|
-
status: string | null;
|
|
10110
10109
|
createdAt: Date;
|
|
10111
10110
|
updatedAt: Date;
|
|
10112
10111
|
deletedAt: Date | null;
|
|
@@ -10115,6 +10114,7 @@ export declare const ticketContract: {
|
|
|
10115
10114
|
bucketName: string;
|
|
10116
10115
|
fileSize: number;
|
|
10117
10116
|
fileUrl: string | null;
|
|
10117
|
+
status?: string | undefined;
|
|
10118
10118
|
}[];
|
|
10119
10119
|
}[];
|
|
10120
10120
|
company: {
|
|
@@ -10122,8 +10122,8 @@ export declare const ticketContract: {
|
|
|
10122
10122
|
createdAt: Date;
|
|
10123
10123
|
updatedAt: Date;
|
|
10124
10124
|
deletedAt: Date | null;
|
|
10125
|
-
name?: string | undefined;
|
|
10126
10125
|
address?: string | null | undefined;
|
|
10126
|
+
name?: string | undefined;
|
|
10127
10127
|
phone?: string | null | undefined;
|
|
10128
10128
|
industry?: string | null | undefined;
|
|
10129
10129
|
} | null;
|
|
@@ -10131,8 +10131,8 @@ export declare const ticketContract: {
|
|
|
10131
10131
|
contactProfile: string | null;
|
|
10132
10132
|
socialProfileUrl: string | null;
|
|
10133
10133
|
tags: {
|
|
10134
|
-
name: string;
|
|
10135
10134
|
id: string;
|
|
10135
|
+
name: string;
|
|
10136
10136
|
createdAt: Date;
|
|
10137
10137
|
updatedAt: Date;
|
|
10138
10138
|
deletedAt: Date | null;
|
|
@@ -10157,8 +10157,8 @@ export declare const ticketContract: {
|
|
|
10157
10157
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10158
10158
|
id: string;
|
|
10159
10159
|
metadata: {
|
|
10160
|
-
name: string;
|
|
10161
10160
|
id: string;
|
|
10161
|
+
name: string;
|
|
10162
10162
|
picture?: string | undefined;
|
|
10163
10163
|
additionalCredentials?: any;
|
|
10164
10164
|
};
|
|
@@ -10210,7 +10210,6 @@ export declare const ticketContract: {
|
|
|
10210
10210
|
dateValue: Date | null;
|
|
10211
10211
|
uploads: {
|
|
10212
10212
|
id: string;
|
|
10213
|
-
status: string | null;
|
|
10214
10213
|
createdAt: Date;
|
|
10215
10214
|
updatedAt: Date;
|
|
10216
10215
|
deletedAt: Date | null;
|
|
@@ -10219,11 +10218,12 @@ export declare const ticketContract: {
|
|
|
10219
10218
|
bucketName: string;
|
|
10220
10219
|
fileSize: number;
|
|
10221
10220
|
fileUrl: string | null;
|
|
10221
|
+
status?: string | undefined;
|
|
10222
10222
|
}[];
|
|
10223
10223
|
}[];
|
|
10224
10224
|
tags: {
|
|
10225
|
-
name: string;
|
|
10226
10225
|
id: string;
|
|
10226
|
+
name: string;
|
|
10227
10227
|
createdAt: Date;
|
|
10228
10228
|
updatedAt: Date;
|
|
10229
10229
|
deletedAt: Date | null;
|
|
@@ -10235,9 +10235,9 @@ export declare const ticketContract: {
|
|
|
10235
10235
|
updatedAt: Date;
|
|
10236
10236
|
deletedAt: Date | null;
|
|
10237
10237
|
actor: {
|
|
10238
|
-
name: string;
|
|
10239
10238
|
id: string;
|
|
10240
10239
|
address: string | null;
|
|
10240
|
+
name: string;
|
|
10241
10241
|
email: string;
|
|
10242
10242
|
createdAt: Date;
|
|
10243
10243
|
updatedAt: Date;
|
|
@@ -10293,9 +10293,9 @@ export declare const ticketContract: {
|
|
|
10293
10293
|
creatorId: string;
|
|
10294
10294
|
reasonToAssign: string | null;
|
|
10295
10295
|
creator?: {
|
|
10296
|
-
name: string;
|
|
10297
10296
|
id: string;
|
|
10298
10297
|
address: string | null;
|
|
10298
|
+
name: string;
|
|
10299
10299
|
email: string;
|
|
10300
10300
|
createdAt: Date;
|
|
10301
10301
|
updatedAt: Date;
|
|
@@ -10337,9 +10337,9 @@ export declare const ticketContract: {
|
|
|
10337
10337
|
};
|
|
10338
10338
|
} | null | undefined;
|
|
10339
10339
|
assignee?: {
|
|
10340
|
-
name: string;
|
|
10341
10340
|
id: string;
|
|
10342
10341
|
address: string | null;
|
|
10342
|
+
name: string;
|
|
10343
10343
|
email: string;
|
|
10344
10344
|
createdAt: Date;
|
|
10345
10345
|
updatedAt: Date;
|
|
@@ -10423,10 +10423,10 @@ export declare const ticketContract: {
|
|
|
10423
10423
|
}[];
|
|
10424
10424
|
}[];
|
|
10425
10425
|
contact: {
|
|
10426
|
-
name: string;
|
|
10427
10426
|
id: string;
|
|
10428
10427
|
channel: string | null;
|
|
10429
10428
|
address: string | null;
|
|
10429
|
+
name: string;
|
|
10430
10430
|
createdAt: Date;
|
|
10431
10431
|
updatedAt: Date;
|
|
10432
10432
|
deletedAt: Date | null;
|
|
@@ -10455,7 +10455,6 @@ export declare const ticketContract: {
|
|
|
10455
10455
|
dateValue: Date | null;
|
|
10456
10456
|
uploads: {
|
|
10457
10457
|
id: string;
|
|
10458
|
-
status: string | null;
|
|
10459
10458
|
createdAt: Date;
|
|
10460
10459
|
updatedAt: Date;
|
|
10461
10460
|
deletedAt: Date | null;
|
|
@@ -10464,6 +10463,7 @@ export declare const ticketContract: {
|
|
|
10464
10463
|
bucketName: string;
|
|
10465
10464
|
fileSize: number;
|
|
10466
10465
|
fileUrl: string | null;
|
|
10466
|
+
status?: string | undefined;
|
|
10467
10467
|
}[];
|
|
10468
10468
|
}[];
|
|
10469
10469
|
company: {
|
|
@@ -10471,8 +10471,8 @@ export declare const ticketContract: {
|
|
|
10471
10471
|
createdAt: Date;
|
|
10472
10472
|
updatedAt: Date;
|
|
10473
10473
|
deletedAt: Date | null;
|
|
10474
|
-
name?: string | undefined;
|
|
10475
10474
|
address?: string | null | undefined;
|
|
10475
|
+
name?: string | undefined;
|
|
10476
10476
|
phone?: string | null | undefined;
|
|
10477
10477
|
industry?: string | null | undefined;
|
|
10478
10478
|
} | null;
|
|
@@ -10480,8 +10480,8 @@ export declare const ticketContract: {
|
|
|
10480
10480
|
contactProfile: string | null;
|
|
10481
10481
|
socialProfileUrl: string | null;
|
|
10482
10482
|
tags: {
|
|
10483
|
-
name: string;
|
|
10484
10483
|
id: string;
|
|
10484
|
+
name: string;
|
|
10485
10485
|
createdAt: Date;
|
|
10486
10486
|
updatedAt: Date;
|
|
10487
10487
|
deletedAt: Date | null;
|
|
@@ -10506,8 +10506,8 @@ export declare const ticketContract: {
|
|
|
10506
10506
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10507
10507
|
id: string;
|
|
10508
10508
|
metadata: {
|
|
10509
|
-
name: string;
|
|
10510
10509
|
id: string;
|
|
10510
|
+
name: string;
|
|
10511
10511
|
picture?: string | undefined;
|
|
10512
10512
|
additionalCredentials?: any;
|
|
10513
10513
|
};
|
|
@@ -10559,7 +10559,6 @@ export declare const ticketContract: {
|
|
|
10559
10559
|
dateValue: Date | null;
|
|
10560
10560
|
uploads: {
|
|
10561
10561
|
id: string;
|
|
10562
|
-
status: string | null;
|
|
10563
10562
|
createdAt: Date;
|
|
10564
10563
|
updatedAt: Date;
|
|
10565
10564
|
deletedAt: Date | null;
|
|
@@ -10568,11 +10567,12 @@ export declare const ticketContract: {
|
|
|
10568
10567
|
bucketName: string;
|
|
10569
10568
|
fileSize: number;
|
|
10570
10569
|
fileUrl: string | null;
|
|
10570
|
+
status?: string | undefined;
|
|
10571
10571
|
}[];
|
|
10572
10572
|
}[];
|
|
10573
10573
|
tags: {
|
|
10574
|
-
name: string;
|
|
10575
10574
|
id: string;
|
|
10575
|
+
name: string;
|
|
10576
10576
|
createdAt: Date;
|
|
10577
10577
|
updatedAt: Date;
|
|
10578
10578
|
deletedAt: Date | null;
|
|
@@ -10584,9 +10584,9 @@ export declare const ticketContract: {
|
|
|
10584
10584
|
updatedAt: Date;
|
|
10585
10585
|
deletedAt: Date | null;
|
|
10586
10586
|
actor: {
|
|
10587
|
-
name: string;
|
|
10588
10587
|
id: string;
|
|
10589
10588
|
address: string | null;
|
|
10589
|
+
name: string;
|
|
10590
10590
|
email: string;
|
|
10591
10591
|
createdAt: Date;
|
|
10592
10592
|
updatedAt: Date;
|
|
@@ -10642,9 +10642,9 @@ export declare const ticketContract: {
|
|
|
10642
10642
|
creatorId: string;
|
|
10643
10643
|
reasonToAssign: string | null;
|
|
10644
10644
|
creator?: {
|
|
10645
|
-
name: string;
|
|
10646
10645
|
id: string;
|
|
10647
10646
|
address: string | null;
|
|
10647
|
+
name: string;
|
|
10648
10648
|
email: string;
|
|
10649
10649
|
createdAt: Date;
|
|
10650
10650
|
updatedAt: Date;
|
|
@@ -10686,9 +10686,9 @@ export declare const ticketContract: {
|
|
|
10686
10686
|
};
|
|
10687
10687
|
} | null | undefined;
|
|
10688
10688
|
assignee?: {
|
|
10689
|
-
name: string;
|
|
10690
10689
|
id: string;
|
|
10691
10690
|
address: string | null;
|
|
10691
|
+
name: string;
|
|
10692
10692
|
email: string;
|
|
10693
10693
|
createdAt: Date;
|
|
10694
10694
|
updatedAt: Date;
|
|
@@ -10773,10 +10773,10 @@ export declare const ticketContract: {
|
|
|
10773
10773
|
}[];
|
|
10774
10774
|
}[];
|
|
10775
10775
|
contact: {
|
|
10776
|
-
name: string;
|
|
10777
10776
|
id: string;
|
|
10778
10777
|
channel: string | null;
|
|
10779
10778
|
address: string | null;
|
|
10779
|
+
name: string;
|
|
10780
10780
|
createdAt: Date;
|
|
10781
10781
|
updatedAt: Date;
|
|
10782
10782
|
deletedAt: Date | null;
|
|
@@ -10805,7 +10805,6 @@ export declare const ticketContract: {
|
|
|
10805
10805
|
dateValue: Date | null;
|
|
10806
10806
|
uploads: {
|
|
10807
10807
|
id: string;
|
|
10808
|
-
status: string | null;
|
|
10809
10808
|
createdAt: Date;
|
|
10810
10809
|
updatedAt: Date;
|
|
10811
10810
|
deletedAt: Date | null;
|
|
@@ -10814,6 +10813,7 @@ export declare const ticketContract: {
|
|
|
10814
10813
|
bucketName: string;
|
|
10815
10814
|
fileSize: number;
|
|
10816
10815
|
fileUrl: string | null;
|
|
10816
|
+
status?: string | undefined;
|
|
10817
10817
|
}[];
|
|
10818
10818
|
}[];
|
|
10819
10819
|
company: {
|
|
@@ -10821,8 +10821,8 @@ export declare const ticketContract: {
|
|
|
10821
10821
|
createdAt: Date;
|
|
10822
10822
|
updatedAt: Date;
|
|
10823
10823
|
deletedAt: Date | null;
|
|
10824
|
-
name?: string | undefined;
|
|
10825
10824
|
address?: string | null | undefined;
|
|
10825
|
+
name?: string | undefined;
|
|
10826
10826
|
phone?: string | null | undefined;
|
|
10827
10827
|
industry?: string | null | undefined;
|
|
10828
10828
|
} | null;
|
|
@@ -10830,8 +10830,8 @@ export declare const ticketContract: {
|
|
|
10830
10830
|
contactProfile: string | null;
|
|
10831
10831
|
socialProfileUrl: string | null;
|
|
10832
10832
|
tags: {
|
|
10833
|
-
name: string;
|
|
10834
10833
|
id: string;
|
|
10834
|
+
name: string;
|
|
10835
10835
|
createdAt: Date;
|
|
10836
10836
|
updatedAt: Date;
|
|
10837
10837
|
deletedAt: Date | null;
|
|
@@ -10856,8 +10856,8 @@ export declare const ticketContract: {
|
|
|
10856
10856
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10857
10857
|
id: string;
|
|
10858
10858
|
metadata: {
|
|
10859
|
-
name: string;
|
|
10860
10859
|
id: string;
|
|
10860
|
+
name: string;
|
|
10861
10861
|
picture?: string | undefined;
|
|
10862
10862
|
additionalCredentials?: any;
|
|
10863
10863
|
};
|
|
@@ -10909,7 +10909,6 @@ export declare const ticketContract: {
|
|
|
10909
10909
|
dateValue: Date | null;
|
|
10910
10910
|
uploads: {
|
|
10911
10911
|
id: string;
|
|
10912
|
-
status: string | null;
|
|
10913
10912
|
createdAt: Date;
|
|
10914
10913
|
updatedAt: Date;
|
|
10915
10914
|
deletedAt: Date | null;
|
|
@@ -10918,11 +10917,12 @@ export declare const ticketContract: {
|
|
|
10918
10917
|
bucketName: string;
|
|
10919
10918
|
fileSize: number;
|
|
10920
10919
|
fileUrl: string | null;
|
|
10920
|
+
status?: string | undefined;
|
|
10921
10921
|
}[];
|
|
10922
10922
|
}[];
|
|
10923
10923
|
tags: {
|
|
10924
|
-
name: string;
|
|
10925
10924
|
id: string;
|
|
10925
|
+
name: string;
|
|
10926
10926
|
createdAt: Date;
|
|
10927
10927
|
updatedAt: Date;
|
|
10928
10928
|
deletedAt: Date | null;
|
|
@@ -10934,9 +10934,9 @@ export declare const ticketContract: {
|
|
|
10934
10934
|
updatedAt: Date;
|
|
10935
10935
|
deletedAt: Date | null;
|
|
10936
10936
|
actor: {
|
|
10937
|
-
name: string;
|
|
10938
10937
|
id: string;
|
|
10939
10938
|
address: string | null;
|
|
10939
|
+
name: string;
|
|
10940
10940
|
email: string;
|
|
10941
10941
|
createdAt: Date;
|
|
10942
10942
|
updatedAt: Date;
|
|
@@ -10992,9 +10992,9 @@ export declare const ticketContract: {
|
|
|
10992
10992
|
creatorId: string;
|
|
10993
10993
|
reasonToAssign: string | null;
|
|
10994
10994
|
creator?: {
|
|
10995
|
-
name: string;
|
|
10996
10995
|
id: string;
|
|
10997
10996
|
address: string | null;
|
|
10997
|
+
name: string;
|
|
10998
10998
|
email: string;
|
|
10999
10999
|
createdAt: Date;
|
|
11000
11000
|
updatedAt: Date;
|
|
@@ -11036,9 +11036,9 @@ export declare const ticketContract: {
|
|
|
11036
11036
|
};
|
|
11037
11037
|
} | null | undefined;
|
|
11038
11038
|
assignee?: {
|
|
11039
|
-
name: string;
|
|
11040
11039
|
id: string;
|
|
11041
11040
|
address: string | null;
|
|
11041
|
+
name: string;
|
|
11042
11042
|
email: string;
|
|
11043
11043
|
createdAt: Date;
|
|
11044
11044
|
updatedAt: Date;
|
|
@@ -11440,9 +11440,9 @@ export declare const ticketContract: {
|
|
|
11440
11440
|
telephonySignature: string | null;
|
|
11441
11441
|
}>;
|
|
11442
11442
|
}, "strip", z.ZodTypeAny, {
|
|
11443
|
-
name: string;
|
|
11444
11443
|
id: string;
|
|
11445
11444
|
address: string | null;
|
|
11445
|
+
name: string;
|
|
11446
11446
|
email: string;
|
|
11447
11447
|
createdAt: Date;
|
|
11448
11448
|
updatedAt: Date;
|
|
@@ -11483,9 +11483,9 @@ export declare const ticketContract: {
|
|
|
11483
11483
|
telephonySignature: string | null;
|
|
11484
11484
|
};
|
|
11485
11485
|
}, {
|
|
11486
|
-
name: string;
|
|
11487
11486
|
id: string;
|
|
11488
11487
|
address: string | null;
|
|
11488
|
+
name: string;
|
|
11489
11489
|
email: string;
|
|
11490
11490
|
createdAt: Date;
|
|
11491
11491
|
updatedAt: Date;
|
|
@@ -11645,9 +11645,9 @@ export declare const ticketContract: {
|
|
|
11645
11645
|
telephonySignature: string | null;
|
|
11646
11646
|
}>;
|
|
11647
11647
|
}, "strip", z.ZodTypeAny, {
|
|
11648
|
-
name: string;
|
|
11649
11648
|
id: string;
|
|
11650
11649
|
address: string | null;
|
|
11650
|
+
name: string;
|
|
11651
11651
|
email: string;
|
|
11652
11652
|
createdAt: Date;
|
|
11653
11653
|
updatedAt: Date;
|
|
@@ -11688,9 +11688,9 @@ export declare const ticketContract: {
|
|
|
11688
11688
|
telephonySignature: string | null;
|
|
11689
11689
|
};
|
|
11690
11690
|
}, {
|
|
11691
|
-
name: string;
|
|
11692
11691
|
id: string;
|
|
11693
11692
|
address: string | null;
|
|
11693
|
+
name: string;
|
|
11694
11694
|
email: string;
|
|
11695
11695
|
createdAt: Date;
|
|
11696
11696
|
updatedAt: Date;
|
|
@@ -11833,10 +11833,9 @@ export declare const ticketContract: {
|
|
|
11833
11833
|
fileSize: z.ZodNumber;
|
|
11834
11834
|
fileKey: z.ZodString;
|
|
11835
11835
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
11836
|
-
status: z.
|
|
11836
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11837
11837
|
}, "strip", z.ZodTypeAny, {
|
|
11838
11838
|
id: string;
|
|
11839
|
-
status: string | null;
|
|
11840
11839
|
createdAt: Date;
|
|
11841
11840
|
updatedAt: Date;
|
|
11842
11841
|
deletedAt: Date | null;
|
|
@@ -11845,9 +11844,9 @@ export declare const ticketContract: {
|
|
|
11845
11844
|
bucketName: string;
|
|
11846
11845
|
fileSize: number;
|
|
11847
11846
|
fileUrl: string | null;
|
|
11847
|
+
status?: string | undefined;
|
|
11848
11848
|
}, {
|
|
11849
11849
|
id: string;
|
|
11850
|
-
status: string | null;
|
|
11851
11850
|
createdAt: Date;
|
|
11852
11851
|
updatedAt: Date;
|
|
11853
11852
|
deletedAt: Date | null;
|
|
@@ -11856,6 +11855,7 @@ export declare const ticketContract: {
|
|
|
11856
11855
|
bucketName: string;
|
|
11857
11856
|
fileSize: number;
|
|
11858
11857
|
fileUrl: string | null;
|
|
11858
|
+
status?: string | undefined;
|
|
11859
11859
|
}>, "many">;
|
|
11860
11860
|
}, "strip", z.ZodTypeAny, {
|
|
11861
11861
|
id: string;
|
|
@@ -11882,7 +11882,6 @@ export declare const ticketContract: {
|
|
|
11882
11882
|
dateValue: Date | null;
|
|
11883
11883
|
uploads: {
|
|
11884
11884
|
id: string;
|
|
11885
|
-
status: string | null;
|
|
11886
11885
|
createdAt: Date;
|
|
11887
11886
|
updatedAt: Date;
|
|
11888
11887
|
deletedAt: Date | null;
|
|
@@ -11891,6 +11890,7 @@ export declare const ticketContract: {
|
|
|
11891
11890
|
bucketName: string;
|
|
11892
11891
|
fileSize: number;
|
|
11893
11892
|
fileUrl: string | null;
|
|
11893
|
+
status?: string | undefined;
|
|
11894
11894
|
}[];
|
|
11895
11895
|
}, {
|
|
11896
11896
|
id: string;
|
|
@@ -11917,7 +11917,6 @@ export declare const ticketContract: {
|
|
|
11917
11917
|
dateValue: Date | null;
|
|
11918
11918
|
uploads: {
|
|
11919
11919
|
id: string;
|
|
11920
|
-
status: string | null;
|
|
11921
11920
|
createdAt: Date;
|
|
11922
11921
|
updatedAt: Date;
|
|
11923
11922
|
deletedAt: Date | null;
|
|
@@ -11926,6 +11925,7 @@ export declare const ticketContract: {
|
|
|
11926
11925
|
bucketName: string;
|
|
11927
11926
|
fileSize: number;
|
|
11928
11927
|
fileUrl: string | null;
|
|
11928
|
+
status?: string | undefined;
|
|
11929
11929
|
}[];
|
|
11930
11930
|
}>, "many">;
|
|
11931
11931
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -11935,14 +11935,14 @@ export declare const ticketContract: {
|
|
|
11935
11935
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
11936
11936
|
name: z.ZodString;
|
|
11937
11937
|
}, "strip", z.ZodTypeAny, {
|
|
11938
|
-
name: string;
|
|
11939
11938
|
id: string;
|
|
11939
|
+
name: string;
|
|
11940
11940
|
createdAt: Date;
|
|
11941
11941
|
updatedAt: Date;
|
|
11942
11942
|
deletedAt: Date | null;
|
|
11943
11943
|
}, {
|
|
11944
|
-
name: string;
|
|
11945
11944
|
id: string;
|
|
11945
|
+
name: string;
|
|
11946
11946
|
createdAt: Date;
|
|
11947
11947
|
updatedAt: Date;
|
|
11948
11948
|
deletedAt: Date | null;
|
|
@@ -12065,14 +12065,14 @@ export declare const ticketContract: {
|
|
|
12065
12065
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
12066
12066
|
name: z.ZodString;
|
|
12067
12067
|
}, "strip", z.ZodTypeAny, {
|
|
12068
|
-
name: string;
|
|
12069
12068
|
id: string;
|
|
12069
|
+
name: string;
|
|
12070
12070
|
createdAt: Date;
|
|
12071
12071
|
updatedAt: Date;
|
|
12072
12072
|
deletedAt: Date | null;
|
|
12073
12073
|
}, {
|
|
12074
|
-
name: string;
|
|
12075
12074
|
id: string;
|
|
12075
|
+
name: string;
|
|
12076
12076
|
createdAt: Date;
|
|
12077
12077
|
updatedAt: Date;
|
|
12078
12078
|
deletedAt: Date | null;
|
|
@@ -12228,8 +12228,8 @@ export declare const ticketContract: {
|
|
|
12228
12228
|
createdAt: Date;
|
|
12229
12229
|
updatedAt: Date;
|
|
12230
12230
|
deletedAt: Date | null;
|
|
12231
|
-
name?: string | undefined;
|
|
12232
12231
|
address?: string | null | undefined;
|
|
12232
|
+
name?: string | undefined;
|
|
12233
12233
|
phone?: string | null | undefined;
|
|
12234
12234
|
industry?: string | null | undefined;
|
|
12235
12235
|
}, {
|
|
@@ -12237,8 +12237,8 @@ export declare const ticketContract: {
|
|
|
12237
12237
|
createdAt: Date;
|
|
12238
12238
|
updatedAt: Date;
|
|
12239
12239
|
deletedAt: Date | null;
|
|
12240
|
-
name?: string | undefined;
|
|
12241
12240
|
address?: string | null | undefined;
|
|
12241
|
+
name?: string | undefined;
|
|
12242
12242
|
phone?: string | null | undefined;
|
|
12243
12243
|
industry?: string | null | undefined;
|
|
12244
12244
|
}>>;
|
|
@@ -12256,13 +12256,13 @@ export declare const ticketContract: {
|
|
|
12256
12256
|
picture: z.ZodOptional<z.ZodString>;
|
|
12257
12257
|
additionalCredentials: z.ZodAny;
|
|
12258
12258
|
}, "strip", z.ZodTypeAny, {
|
|
12259
|
-
name: string;
|
|
12260
12259
|
id: string;
|
|
12260
|
+
name: string;
|
|
12261
12261
|
picture?: string | undefined;
|
|
12262
12262
|
additionalCredentials?: any;
|
|
12263
12263
|
}, {
|
|
12264
|
-
name: string;
|
|
12265
12264
|
id: string;
|
|
12265
|
+
name: string;
|
|
12266
12266
|
picture?: string | undefined;
|
|
12267
12267
|
additionalCredentials?: any;
|
|
12268
12268
|
}>;
|
|
@@ -12270,8 +12270,8 @@ export declare const ticketContract: {
|
|
|
12270
12270
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12271
12271
|
id: string;
|
|
12272
12272
|
metadata: {
|
|
12273
|
-
name: string;
|
|
12274
12273
|
id: string;
|
|
12274
|
+
name: string;
|
|
12275
12275
|
picture?: string | undefined;
|
|
12276
12276
|
additionalCredentials?: any;
|
|
12277
12277
|
};
|
|
@@ -12284,8 +12284,8 @@ export declare const ticketContract: {
|
|
|
12284
12284
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12285
12285
|
id: string;
|
|
12286
12286
|
metadata: {
|
|
12287
|
-
name: string;
|
|
12288
12287
|
id: string;
|
|
12288
|
+
name: string;
|
|
12289
12289
|
picture?: string | undefined;
|
|
12290
12290
|
additionalCredentials?: any;
|
|
12291
12291
|
};
|
|
@@ -12395,10 +12395,9 @@ export declare const ticketContract: {
|
|
|
12395
12395
|
fileSize: z.ZodNumber;
|
|
12396
12396
|
fileKey: z.ZodString;
|
|
12397
12397
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
12398
|
-
status: z.
|
|
12398
|
+
status: z.ZodOptional<z.ZodString>;
|
|
12399
12399
|
}, "strip", z.ZodTypeAny, {
|
|
12400
12400
|
id: string;
|
|
12401
|
-
status: string | null;
|
|
12402
12401
|
createdAt: Date;
|
|
12403
12402
|
updatedAt: Date;
|
|
12404
12403
|
deletedAt: Date | null;
|
|
@@ -12407,9 +12406,9 @@ export declare const ticketContract: {
|
|
|
12407
12406
|
bucketName: string;
|
|
12408
12407
|
fileSize: number;
|
|
12409
12408
|
fileUrl: string | null;
|
|
12409
|
+
status?: string | undefined;
|
|
12410
12410
|
}, {
|
|
12411
12411
|
id: string;
|
|
12412
|
-
status: string | null;
|
|
12413
12412
|
createdAt: Date;
|
|
12414
12413
|
updatedAt: Date;
|
|
12415
12414
|
deletedAt: Date | null;
|
|
@@ -12418,6 +12417,7 @@ export declare const ticketContract: {
|
|
|
12418
12417
|
bucketName: string;
|
|
12419
12418
|
fileSize: number;
|
|
12420
12419
|
fileUrl: string | null;
|
|
12420
|
+
status?: string | undefined;
|
|
12421
12421
|
}>, "many">;
|
|
12422
12422
|
}, "strip", z.ZodTypeAny, {
|
|
12423
12423
|
id: string;
|
|
@@ -12444,7 +12444,6 @@ export declare const ticketContract: {
|
|
|
12444
12444
|
dateValue: Date | null;
|
|
12445
12445
|
uploads: {
|
|
12446
12446
|
id: string;
|
|
12447
|
-
status: string | null;
|
|
12448
12447
|
createdAt: Date;
|
|
12449
12448
|
updatedAt: Date;
|
|
12450
12449
|
deletedAt: Date | null;
|
|
@@ -12453,6 +12452,7 @@ export declare const ticketContract: {
|
|
|
12453
12452
|
bucketName: string;
|
|
12454
12453
|
fileSize: number;
|
|
12455
12454
|
fileUrl: string | null;
|
|
12455
|
+
status?: string | undefined;
|
|
12456
12456
|
}[];
|
|
12457
12457
|
}, {
|
|
12458
12458
|
id: string;
|
|
@@ -12479,7 +12479,6 @@ export declare const ticketContract: {
|
|
|
12479
12479
|
dateValue: Date | null;
|
|
12480
12480
|
uploads: {
|
|
12481
12481
|
id: string;
|
|
12482
|
-
status: string | null;
|
|
12483
12482
|
createdAt: Date;
|
|
12484
12483
|
updatedAt: Date;
|
|
12485
12484
|
deletedAt: Date | null;
|
|
@@ -12488,6 +12487,7 @@ export declare const ticketContract: {
|
|
|
12488
12487
|
bucketName: string;
|
|
12489
12488
|
fileSize: number;
|
|
12490
12489
|
fileUrl: string | null;
|
|
12490
|
+
status?: string | undefined;
|
|
12491
12491
|
}[];
|
|
12492
12492
|
}>, "many">;
|
|
12493
12493
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -12595,10 +12595,10 @@ export declare const ticketContract: {
|
|
|
12595
12595
|
};
|
|
12596
12596
|
}>, "many">>;
|
|
12597
12597
|
}, "strip", z.ZodTypeAny, {
|
|
12598
|
-
name: string;
|
|
12599
12598
|
id: string;
|
|
12600
12599
|
channel: string | null;
|
|
12601
12600
|
address: string | null;
|
|
12601
|
+
name: string;
|
|
12602
12602
|
createdAt: Date;
|
|
12603
12603
|
updatedAt: Date;
|
|
12604
12604
|
deletedAt: Date | null;
|
|
@@ -12627,7 +12627,6 @@ export declare const ticketContract: {
|
|
|
12627
12627
|
dateValue: Date | null;
|
|
12628
12628
|
uploads: {
|
|
12629
12629
|
id: string;
|
|
12630
|
-
status: string | null;
|
|
12631
12630
|
createdAt: Date;
|
|
12632
12631
|
updatedAt: Date;
|
|
12633
12632
|
deletedAt: Date | null;
|
|
@@ -12636,6 +12635,7 @@ export declare const ticketContract: {
|
|
|
12636
12635
|
bucketName: string;
|
|
12637
12636
|
fileSize: number;
|
|
12638
12637
|
fileUrl: string | null;
|
|
12638
|
+
status?: string | undefined;
|
|
12639
12639
|
}[];
|
|
12640
12640
|
}[];
|
|
12641
12641
|
company: {
|
|
@@ -12643,8 +12643,8 @@ export declare const ticketContract: {
|
|
|
12643
12643
|
createdAt: Date;
|
|
12644
12644
|
updatedAt: Date;
|
|
12645
12645
|
deletedAt: Date | null;
|
|
12646
|
-
name?: string | undefined;
|
|
12647
12646
|
address?: string | null | undefined;
|
|
12647
|
+
name?: string | undefined;
|
|
12648
12648
|
phone?: string | null | undefined;
|
|
12649
12649
|
industry?: string | null | undefined;
|
|
12650
12650
|
} | null;
|
|
@@ -12652,8 +12652,8 @@ export declare const ticketContract: {
|
|
|
12652
12652
|
contactProfile: string | null;
|
|
12653
12653
|
socialProfileUrl: string | null;
|
|
12654
12654
|
tags: {
|
|
12655
|
-
name: string;
|
|
12656
12655
|
id: string;
|
|
12656
|
+
name: string;
|
|
12657
12657
|
createdAt: Date;
|
|
12658
12658
|
updatedAt: Date;
|
|
12659
12659
|
deletedAt: Date | null;
|
|
@@ -12678,8 +12678,8 @@ export declare const ticketContract: {
|
|
|
12678
12678
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12679
12679
|
id: string;
|
|
12680
12680
|
metadata: {
|
|
12681
|
-
name: string;
|
|
12682
12681
|
id: string;
|
|
12682
|
+
name: string;
|
|
12683
12683
|
picture?: string | undefined;
|
|
12684
12684
|
additionalCredentials?: any;
|
|
12685
12685
|
};
|
|
@@ -12706,10 +12706,10 @@ export declare const ticketContract: {
|
|
|
12706
12706
|
};
|
|
12707
12707
|
}[] | undefined;
|
|
12708
12708
|
}, {
|
|
12709
|
-
name: string;
|
|
12710
12709
|
id: string;
|
|
12711
12710
|
channel: string | null;
|
|
12712
12711
|
address: string | null;
|
|
12712
|
+
name: string;
|
|
12713
12713
|
createdAt: Date;
|
|
12714
12714
|
updatedAt: Date;
|
|
12715
12715
|
deletedAt: Date | null;
|
|
@@ -12738,7 +12738,6 @@ export declare const ticketContract: {
|
|
|
12738
12738
|
dateValue: Date | null;
|
|
12739
12739
|
uploads: {
|
|
12740
12740
|
id: string;
|
|
12741
|
-
status: string | null;
|
|
12742
12741
|
createdAt: Date;
|
|
12743
12742
|
updatedAt: Date;
|
|
12744
12743
|
deletedAt: Date | null;
|
|
@@ -12747,6 +12746,7 @@ export declare const ticketContract: {
|
|
|
12747
12746
|
bucketName: string;
|
|
12748
12747
|
fileSize: number;
|
|
12749
12748
|
fileUrl: string | null;
|
|
12749
|
+
status?: string | undefined;
|
|
12750
12750
|
}[];
|
|
12751
12751
|
}[];
|
|
12752
12752
|
company: {
|
|
@@ -12754,8 +12754,8 @@ export declare const ticketContract: {
|
|
|
12754
12754
|
createdAt: Date;
|
|
12755
12755
|
updatedAt: Date;
|
|
12756
12756
|
deletedAt: Date | null;
|
|
12757
|
-
name?: string | undefined;
|
|
12758
12757
|
address?: string | null | undefined;
|
|
12758
|
+
name?: string | undefined;
|
|
12759
12759
|
phone?: string | null | undefined;
|
|
12760
12760
|
industry?: string | null | undefined;
|
|
12761
12761
|
} | null;
|
|
@@ -12763,8 +12763,8 @@ export declare const ticketContract: {
|
|
|
12763
12763
|
contactProfile: string | null;
|
|
12764
12764
|
socialProfileUrl: string | null;
|
|
12765
12765
|
tags: {
|
|
12766
|
-
name: string;
|
|
12767
12766
|
id: string;
|
|
12767
|
+
name: string;
|
|
12768
12768
|
createdAt: Date;
|
|
12769
12769
|
updatedAt: Date;
|
|
12770
12770
|
deletedAt: Date | null;
|
|
@@ -12789,8 +12789,8 @@ export declare const ticketContract: {
|
|
|
12789
12789
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12790
12790
|
id: string;
|
|
12791
12791
|
metadata: {
|
|
12792
|
-
name: string;
|
|
12793
12792
|
id: string;
|
|
12793
|
+
name: string;
|
|
12794
12794
|
picture?: string | undefined;
|
|
12795
12795
|
additionalCredentials?: any;
|
|
12796
12796
|
};
|
|
@@ -12940,9 +12940,9 @@ export declare const ticketContract: {
|
|
|
12940
12940
|
telephonySignature: string | null;
|
|
12941
12941
|
}>;
|
|
12942
12942
|
}, "strip", z.ZodTypeAny, {
|
|
12943
|
-
name: string;
|
|
12944
12943
|
id: string;
|
|
12945
12944
|
address: string | null;
|
|
12945
|
+
name: string;
|
|
12946
12946
|
email: string;
|
|
12947
12947
|
createdAt: Date;
|
|
12948
12948
|
updatedAt: Date;
|
|
@@ -12983,9 +12983,9 @@ export declare const ticketContract: {
|
|
|
12983
12983
|
telephonySignature: string | null;
|
|
12984
12984
|
};
|
|
12985
12985
|
}, {
|
|
12986
|
-
name: string;
|
|
12987
12986
|
id: string;
|
|
12988
12987
|
address: string | null;
|
|
12988
|
+
name: string;
|
|
12989
12989
|
email: string;
|
|
12990
12990
|
createdAt: Date;
|
|
12991
12991
|
updatedAt: Date;
|
|
@@ -13057,9 +13057,9 @@ export declare const ticketContract: {
|
|
|
13057
13057
|
updatedAt: Date;
|
|
13058
13058
|
deletedAt: Date | null;
|
|
13059
13059
|
actor: {
|
|
13060
|
-
name: string;
|
|
13061
13060
|
id: string;
|
|
13062
13061
|
address: string | null;
|
|
13062
|
+
name: string;
|
|
13063
13063
|
email: string;
|
|
13064
13064
|
createdAt: Date;
|
|
13065
13065
|
updatedAt: Date;
|
|
@@ -13116,9 +13116,9 @@ export declare const ticketContract: {
|
|
|
13116
13116
|
updatedAt: Date;
|
|
13117
13117
|
deletedAt: Date | null;
|
|
13118
13118
|
actor: {
|
|
13119
|
-
name: string;
|
|
13120
13119
|
id: string;
|
|
13121
13120
|
address: string | null;
|
|
13121
|
+
name: string;
|
|
13122
13122
|
email: string;
|
|
13123
13123
|
createdAt: Date;
|
|
13124
13124
|
updatedAt: Date;
|
|
@@ -13203,10 +13203,10 @@ export declare const ticketContract: {
|
|
|
13203
13203
|
}[];
|
|
13204
13204
|
}[];
|
|
13205
13205
|
contact: {
|
|
13206
|
-
name: string;
|
|
13207
13206
|
id: string;
|
|
13208
13207
|
channel: string | null;
|
|
13209
13208
|
address: string | null;
|
|
13209
|
+
name: string;
|
|
13210
13210
|
createdAt: Date;
|
|
13211
13211
|
updatedAt: Date;
|
|
13212
13212
|
deletedAt: Date | null;
|
|
@@ -13235,7 +13235,6 @@ export declare const ticketContract: {
|
|
|
13235
13235
|
dateValue: Date | null;
|
|
13236
13236
|
uploads: {
|
|
13237
13237
|
id: string;
|
|
13238
|
-
status: string | null;
|
|
13239
13238
|
createdAt: Date;
|
|
13240
13239
|
updatedAt: Date;
|
|
13241
13240
|
deletedAt: Date | null;
|
|
@@ -13244,6 +13243,7 @@ export declare const ticketContract: {
|
|
|
13244
13243
|
bucketName: string;
|
|
13245
13244
|
fileSize: number;
|
|
13246
13245
|
fileUrl: string | null;
|
|
13246
|
+
status?: string | undefined;
|
|
13247
13247
|
}[];
|
|
13248
13248
|
}[];
|
|
13249
13249
|
company: {
|
|
@@ -13251,8 +13251,8 @@ export declare const ticketContract: {
|
|
|
13251
13251
|
createdAt: Date;
|
|
13252
13252
|
updatedAt: Date;
|
|
13253
13253
|
deletedAt: Date | null;
|
|
13254
|
-
name?: string | undefined;
|
|
13255
13254
|
address?: string | null | undefined;
|
|
13255
|
+
name?: string | undefined;
|
|
13256
13256
|
phone?: string | null | undefined;
|
|
13257
13257
|
industry?: string | null | undefined;
|
|
13258
13258
|
} | null;
|
|
@@ -13260,8 +13260,8 @@ export declare const ticketContract: {
|
|
|
13260
13260
|
contactProfile: string | null;
|
|
13261
13261
|
socialProfileUrl: string | null;
|
|
13262
13262
|
tags: {
|
|
13263
|
-
name: string;
|
|
13264
13263
|
id: string;
|
|
13264
|
+
name: string;
|
|
13265
13265
|
createdAt: Date;
|
|
13266
13266
|
updatedAt: Date;
|
|
13267
13267
|
deletedAt: Date | null;
|
|
@@ -13286,8 +13286,8 @@ export declare const ticketContract: {
|
|
|
13286
13286
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13287
13287
|
id: string;
|
|
13288
13288
|
metadata: {
|
|
13289
|
-
name: string;
|
|
13290
13289
|
id: string;
|
|
13290
|
+
name: string;
|
|
13291
13291
|
picture?: string | undefined;
|
|
13292
13292
|
additionalCredentials?: any;
|
|
13293
13293
|
};
|
|
@@ -13339,7 +13339,6 @@ export declare const ticketContract: {
|
|
|
13339
13339
|
dateValue: Date | null;
|
|
13340
13340
|
uploads: {
|
|
13341
13341
|
id: string;
|
|
13342
|
-
status: string | null;
|
|
13343
13342
|
createdAt: Date;
|
|
13344
13343
|
updatedAt: Date;
|
|
13345
13344
|
deletedAt: Date | null;
|
|
@@ -13348,11 +13347,12 @@ export declare const ticketContract: {
|
|
|
13348
13347
|
bucketName: string;
|
|
13349
13348
|
fileSize: number;
|
|
13350
13349
|
fileUrl: string | null;
|
|
13350
|
+
status?: string | undefined;
|
|
13351
13351
|
}[];
|
|
13352
13352
|
}[];
|
|
13353
13353
|
tags: {
|
|
13354
|
-
name: string;
|
|
13355
13354
|
id: string;
|
|
13355
|
+
name: string;
|
|
13356
13356
|
createdAt: Date;
|
|
13357
13357
|
updatedAt: Date;
|
|
13358
13358
|
deletedAt: Date | null;
|
|
@@ -13364,9 +13364,9 @@ export declare const ticketContract: {
|
|
|
13364
13364
|
updatedAt: Date;
|
|
13365
13365
|
deletedAt: Date | null;
|
|
13366
13366
|
actor: {
|
|
13367
|
-
name: string;
|
|
13368
13367
|
id: string;
|
|
13369
13368
|
address: string | null;
|
|
13369
|
+
name: string;
|
|
13370
13370
|
email: string;
|
|
13371
13371
|
createdAt: Date;
|
|
13372
13372
|
updatedAt: Date;
|
|
@@ -13422,9 +13422,9 @@ export declare const ticketContract: {
|
|
|
13422
13422
|
creatorId: string;
|
|
13423
13423
|
reasonToAssign: string | null;
|
|
13424
13424
|
creator?: {
|
|
13425
|
-
name: string;
|
|
13426
13425
|
id: string;
|
|
13427
13426
|
address: string | null;
|
|
13427
|
+
name: string;
|
|
13428
13428
|
email: string;
|
|
13429
13429
|
createdAt: Date;
|
|
13430
13430
|
updatedAt: Date;
|
|
@@ -13466,9 +13466,9 @@ export declare const ticketContract: {
|
|
|
13466
13466
|
};
|
|
13467
13467
|
} | null | undefined;
|
|
13468
13468
|
assignee?: {
|
|
13469
|
-
name: string;
|
|
13470
13469
|
id: string;
|
|
13471
13470
|
address: string | null;
|
|
13471
|
+
name: string;
|
|
13472
13472
|
email: string;
|
|
13473
13473
|
createdAt: Date;
|
|
13474
13474
|
updatedAt: Date;
|
|
@@ -13544,10 +13544,10 @@ export declare const ticketContract: {
|
|
|
13544
13544
|
}[];
|
|
13545
13545
|
}[];
|
|
13546
13546
|
contact: {
|
|
13547
|
-
name: string;
|
|
13548
13547
|
id: string;
|
|
13549
13548
|
channel: string | null;
|
|
13550
13549
|
address: string | null;
|
|
13550
|
+
name: string;
|
|
13551
13551
|
createdAt: Date;
|
|
13552
13552
|
updatedAt: Date;
|
|
13553
13553
|
deletedAt: Date | null;
|
|
@@ -13576,7 +13576,6 @@ export declare const ticketContract: {
|
|
|
13576
13576
|
dateValue: Date | null;
|
|
13577
13577
|
uploads: {
|
|
13578
13578
|
id: string;
|
|
13579
|
-
status: string | null;
|
|
13580
13579
|
createdAt: Date;
|
|
13581
13580
|
updatedAt: Date;
|
|
13582
13581
|
deletedAt: Date | null;
|
|
@@ -13585,6 +13584,7 @@ export declare const ticketContract: {
|
|
|
13585
13584
|
bucketName: string;
|
|
13586
13585
|
fileSize: number;
|
|
13587
13586
|
fileUrl: string | null;
|
|
13587
|
+
status?: string | undefined;
|
|
13588
13588
|
}[];
|
|
13589
13589
|
}[];
|
|
13590
13590
|
company: {
|
|
@@ -13592,8 +13592,8 @@ export declare const ticketContract: {
|
|
|
13592
13592
|
createdAt: Date;
|
|
13593
13593
|
updatedAt: Date;
|
|
13594
13594
|
deletedAt: Date | null;
|
|
13595
|
-
name?: string | undefined;
|
|
13596
13595
|
address?: string | null | undefined;
|
|
13596
|
+
name?: string | undefined;
|
|
13597
13597
|
phone?: string | null | undefined;
|
|
13598
13598
|
industry?: string | null | undefined;
|
|
13599
13599
|
} | null;
|
|
@@ -13601,8 +13601,8 @@ export declare const ticketContract: {
|
|
|
13601
13601
|
contactProfile: string | null;
|
|
13602
13602
|
socialProfileUrl: string | null;
|
|
13603
13603
|
tags: {
|
|
13604
|
-
name: string;
|
|
13605
13604
|
id: string;
|
|
13605
|
+
name: string;
|
|
13606
13606
|
createdAt: Date;
|
|
13607
13607
|
updatedAt: Date;
|
|
13608
13608
|
deletedAt: Date | null;
|
|
@@ -13627,8 +13627,8 @@ export declare const ticketContract: {
|
|
|
13627
13627
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13628
13628
|
id: string;
|
|
13629
13629
|
metadata: {
|
|
13630
|
-
name: string;
|
|
13631
13630
|
id: string;
|
|
13631
|
+
name: string;
|
|
13632
13632
|
picture?: string | undefined;
|
|
13633
13633
|
additionalCredentials?: any;
|
|
13634
13634
|
};
|
|
@@ -13680,7 +13680,6 @@ export declare const ticketContract: {
|
|
|
13680
13680
|
dateValue: Date | null;
|
|
13681
13681
|
uploads: {
|
|
13682
13682
|
id: string;
|
|
13683
|
-
status: string | null;
|
|
13684
13683
|
createdAt: Date;
|
|
13685
13684
|
updatedAt: Date;
|
|
13686
13685
|
deletedAt: Date | null;
|
|
@@ -13689,11 +13688,12 @@ export declare const ticketContract: {
|
|
|
13689
13688
|
bucketName: string;
|
|
13690
13689
|
fileSize: number;
|
|
13691
13690
|
fileUrl: string | null;
|
|
13691
|
+
status?: string | undefined;
|
|
13692
13692
|
}[];
|
|
13693
13693
|
}[];
|
|
13694
13694
|
tags: {
|
|
13695
|
-
name: string;
|
|
13696
13695
|
id: string;
|
|
13696
|
+
name: string;
|
|
13697
13697
|
createdAt: Date;
|
|
13698
13698
|
updatedAt: Date;
|
|
13699
13699
|
deletedAt: Date | null;
|
|
@@ -13705,9 +13705,9 @@ export declare const ticketContract: {
|
|
|
13705
13705
|
updatedAt: Date;
|
|
13706
13706
|
deletedAt: Date | null;
|
|
13707
13707
|
actor: {
|
|
13708
|
-
name: string;
|
|
13709
13708
|
id: string;
|
|
13710
13709
|
address: string | null;
|
|
13710
|
+
name: string;
|
|
13711
13711
|
email: string;
|
|
13712
13712
|
createdAt: Date;
|
|
13713
13713
|
updatedAt: Date;
|
|
@@ -13763,9 +13763,9 @@ export declare const ticketContract: {
|
|
|
13763
13763
|
creatorId: string;
|
|
13764
13764
|
reasonToAssign: string | null;
|
|
13765
13765
|
creator?: {
|
|
13766
|
-
name: string;
|
|
13767
13766
|
id: string;
|
|
13768
13767
|
address: string | null;
|
|
13768
|
+
name: string;
|
|
13769
13769
|
email: string;
|
|
13770
13770
|
createdAt: Date;
|
|
13771
13771
|
updatedAt: Date;
|
|
@@ -13807,9 +13807,9 @@ export declare const ticketContract: {
|
|
|
13807
13807
|
};
|
|
13808
13808
|
} | null | undefined;
|
|
13809
13809
|
assignee?: {
|
|
13810
|
-
name: string;
|
|
13811
13810
|
id: string;
|
|
13812
13811
|
address: string | null;
|
|
13812
|
+
name: string;
|
|
13813
13813
|
email: string;
|
|
13814
13814
|
createdAt: Date;
|
|
13815
13815
|
updatedAt: Date;
|
|
@@ -13887,10 +13887,10 @@ export declare const ticketContract: {
|
|
|
13887
13887
|
}[];
|
|
13888
13888
|
}[];
|
|
13889
13889
|
contact: {
|
|
13890
|
-
name: string;
|
|
13891
13890
|
id: string;
|
|
13892
13891
|
channel: string | null;
|
|
13893
13892
|
address: string | null;
|
|
13893
|
+
name: string;
|
|
13894
13894
|
createdAt: Date;
|
|
13895
13895
|
updatedAt: Date;
|
|
13896
13896
|
deletedAt: Date | null;
|
|
@@ -13919,7 +13919,6 @@ export declare const ticketContract: {
|
|
|
13919
13919
|
dateValue: Date | null;
|
|
13920
13920
|
uploads: {
|
|
13921
13921
|
id: string;
|
|
13922
|
-
status: string | null;
|
|
13923
13922
|
createdAt: Date;
|
|
13924
13923
|
updatedAt: Date;
|
|
13925
13924
|
deletedAt: Date | null;
|
|
@@ -13928,6 +13927,7 @@ export declare const ticketContract: {
|
|
|
13928
13927
|
bucketName: string;
|
|
13929
13928
|
fileSize: number;
|
|
13930
13929
|
fileUrl: string | null;
|
|
13930
|
+
status?: string | undefined;
|
|
13931
13931
|
}[];
|
|
13932
13932
|
}[];
|
|
13933
13933
|
company: {
|
|
@@ -13935,8 +13935,8 @@ export declare const ticketContract: {
|
|
|
13935
13935
|
createdAt: Date;
|
|
13936
13936
|
updatedAt: Date;
|
|
13937
13937
|
deletedAt: Date | null;
|
|
13938
|
-
name?: string | undefined;
|
|
13939
13938
|
address?: string | null | undefined;
|
|
13939
|
+
name?: string | undefined;
|
|
13940
13940
|
phone?: string | null | undefined;
|
|
13941
13941
|
industry?: string | null | undefined;
|
|
13942
13942
|
} | null;
|
|
@@ -13944,8 +13944,8 @@ export declare const ticketContract: {
|
|
|
13944
13944
|
contactProfile: string | null;
|
|
13945
13945
|
socialProfileUrl: string | null;
|
|
13946
13946
|
tags: {
|
|
13947
|
-
name: string;
|
|
13948
13947
|
id: string;
|
|
13948
|
+
name: string;
|
|
13949
13949
|
createdAt: Date;
|
|
13950
13950
|
updatedAt: Date;
|
|
13951
13951
|
deletedAt: Date | null;
|
|
@@ -13970,8 +13970,8 @@ export declare const ticketContract: {
|
|
|
13970
13970
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13971
13971
|
id: string;
|
|
13972
13972
|
metadata: {
|
|
13973
|
-
name: string;
|
|
13974
13973
|
id: string;
|
|
13974
|
+
name: string;
|
|
13975
13975
|
picture?: string | undefined;
|
|
13976
13976
|
additionalCredentials?: any;
|
|
13977
13977
|
};
|
|
@@ -14023,7 +14023,6 @@ export declare const ticketContract: {
|
|
|
14023
14023
|
dateValue: Date | null;
|
|
14024
14024
|
uploads: {
|
|
14025
14025
|
id: string;
|
|
14026
|
-
status: string | null;
|
|
14027
14026
|
createdAt: Date;
|
|
14028
14027
|
updatedAt: Date;
|
|
14029
14028
|
deletedAt: Date | null;
|
|
@@ -14032,11 +14031,12 @@ export declare const ticketContract: {
|
|
|
14032
14031
|
bucketName: string;
|
|
14033
14032
|
fileSize: number;
|
|
14034
14033
|
fileUrl: string | null;
|
|
14034
|
+
status?: string | undefined;
|
|
14035
14035
|
}[];
|
|
14036
14036
|
}[];
|
|
14037
14037
|
tags: {
|
|
14038
|
-
name: string;
|
|
14039
14038
|
id: string;
|
|
14039
|
+
name: string;
|
|
14040
14040
|
createdAt: Date;
|
|
14041
14041
|
updatedAt: Date;
|
|
14042
14042
|
deletedAt: Date | null;
|
|
@@ -14048,9 +14048,9 @@ export declare const ticketContract: {
|
|
|
14048
14048
|
updatedAt: Date;
|
|
14049
14049
|
deletedAt: Date | null;
|
|
14050
14050
|
actor: {
|
|
14051
|
-
name: string;
|
|
14052
14051
|
id: string;
|
|
14053
14052
|
address: string | null;
|
|
14053
|
+
name: string;
|
|
14054
14054
|
email: string;
|
|
14055
14055
|
createdAt: Date;
|
|
14056
14056
|
updatedAt: Date;
|
|
@@ -14106,9 +14106,9 @@ export declare const ticketContract: {
|
|
|
14106
14106
|
creatorId: string;
|
|
14107
14107
|
reasonToAssign: string | null;
|
|
14108
14108
|
creator?: {
|
|
14109
|
-
name: string;
|
|
14110
14109
|
id: string;
|
|
14111
14110
|
address: string | null;
|
|
14111
|
+
name: string;
|
|
14112
14112
|
email: string;
|
|
14113
14113
|
createdAt: Date;
|
|
14114
14114
|
updatedAt: Date;
|
|
@@ -14150,9 +14150,9 @@ export declare const ticketContract: {
|
|
|
14150
14150
|
};
|
|
14151
14151
|
} | null | undefined;
|
|
14152
14152
|
assignee?: {
|
|
14153
|
-
name: string;
|
|
14154
14153
|
id: string;
|
|
14155
14154
|
address: string | null;
|
|
14155
|
+
name: string;
|
|
14156
14156
|
email: string;
|
|
14157
14157
|
createdAt: Date;
|
|
14158
14158
|
updatedAt: Date;
|
|
@@ -14231,10 +14231,10 @@ export declare const ticketContract: {
|
|
|
14231
14231
|
}[];
|
|
14232
14232
|
}[];
|
|
14233
14233
|
contact: {
|
|
14234
|
-
name: string;
|
|
14235
14234
|
id: string;
|
|
14236
14235
|
channel: string | null;
|
|
14237
14236
|
address: string | null;
|
|
14237
|
+
name: string;
|
|
14238
14238
|
createdAt: Date;
|
|
14239
14239
|
updatedAt: Date;
|
|
14240
14240
|
deletedAt: Date | null;
|
|
@@ -14263,7 +14263,6 @@ export declare const ticketContract: {
|
|
|
14263
14263
|
dateValue: Date | null;
|
|
14264
14264
|
uploads: {
|
|
14265
14265
|
id: string;
|
|
14266
|
-
status: string | null;
|
|
14267
14266
|
createdAt: Date;
|
|
14268
14267
|
updatedAt: Date;
|
|
14269
14268
|
deletedAt: Date | null;
|
|
@@ -14272,6 +14271,7 @@ export declare const ticketContract: {
|
|
|
14272
14271
|
bucketName: string;
|
|
14273
14272
|
fileSize: number;
|
|
14274
14273
|
fileUrl: string | null;
|
|
14274
|
+
status?: string | undefined;
|
|
14275
14275
|
}[];
|
|
14276
14276
|
}[];
|
|
14277
14277
|
company: {
|
|
@@ -14279,8 +14279,8 @@ export declare const ticketContract: {
|
|
|
14279
14279
|
createdAt: Date;
|
|
14280
14280
|
updatedAt: Date;
|
|
14281
14281
|
deletedAt: Date | null;
|
|
14282
|
-
name?: string | undefined;
|
|
14283
14282
|
address?: string | null | undefined;
|
|
14283
|
+
name?: string | undefined;
|
|
14284
14284
|
phone?: string | null | undefined;
|
|
14285
14285
|
industry?: string | null | undefined;
|
|
14286
14286
|
} | null;
|
|
@@ -14288,8 +14288,8 @@ export declare const ticketContract: {
|
|
|
14288
14288
|
contactProfile: string | null;
|
|
14289
14289
|
socialProfileUrl: string | null;
|
|
14290
14290
|
tags: {
|
|
14291
|
-
name: string;
|
|
14292
14291
|
id: string;
|
|
14292
|
+
name: string;
|
|
14293
14293
|
createdAt: Date;
|
|
14294
14294
|
updatedAt: Date;
|
|
14295
14295
|
deletedAt: Date | null;
|
|
@@ -14314,8 +14314,8 @@ export declare const ticketContract: {
|
|
|
14314
14314
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
14315
14315
|
id: string;
|
|
14316
14316
|
metadata: {
|
|
14317
|
-
name: string;
|
|
14318
14317
|
id: string;
|
|
14318
|
+
name: string;
|
|
14319
14319
|
picture?: string | undefined;
|
|
14320
14320
|
additionalCredentials?: any;
|
|
14321
14321
|
};
|
|
@@ -14367,7 +14367,6 @@ export declare const ticketContract: {
|
|
|
14367
14367
|
dateValue: Date | null;
|
|
14368
14368
|
uploads: {
|
|
14369
14369
|
id: string;
|
|
14370
|
-
status: string | null;
|
|
14371
14370
|
createdAt: Date;
|
|
14372
14371
|
updatedAt: Date;
|
|
14373
14372
|
deletedAt: Date | null;
|
|
@@ -14376,11 +14375,12 @@ export declare const ticketContract: {
|
|
|
14376
14375
|
bucketName: string;
|
|
14377
14376
|
fileSize: number;
|
|
14378
14377
|
fileUrl: string | null;
|
|
14378
|
+
status?: string | undefined;
|
|
14379
14379
|
}[];
|
|
14380
14380
|
}[];
|
|
14381
14381
|
tags: {
|
|
14382
|
-
name: string;
|
|
14383
14382
|
id: string;
|
|
14383
|
+
name: string;
|
|
14384
14384
|
createdAt: Date;
|
|
14385
14385
|
updatedAt: Date;
|
|
14386
14386
|
deletedAt: Date | null;
|
|
@@ -14392,9 +14392,9 @@ export declare const ticketContract: {
|
|
|
14392
14392
|
updatedAt: Date;
|
|
14393
14393
|
deletedAt: Date | null;
|
|
14394
14394
|
actor: {
|
|
14395
|
-
name: string;
|
|
14396
14395
|
id: string;
|
|
14397
14396
|
address: string | null;
|
|
14397
|
+
name: string;
|
|
14398
14398
|
email: string;
|
|
14399
14399
|
createdAt: Date;
|
|
14400
14400
|
updatedAt: Date;
|
|
@@ -14450,9 +14450,9 @@ export declare const ticketContract: {
|
|
|
14450
14450
|
creatorId: string;
|
|
14451
14451
|
reasonToAssign: string | null;
|
|
14452
14452
|
creator?: {
|
|
14453
|
-
name: string;
|
|
14454
14453
|
id: string;
|
|
14455
14454
|
address: string | null;
|
|
14455
|
+
name: string;
|
|
14456
14456
|
email: string;
|
|
14457
14457
|
createdAt: Date;
|
|
14458
14458
|
updatedAt: Date;
|
|
@@ -14494,9 +14494,9 @@ export declare const ticketContract: {
|
|
|
14494
14494
|
};
|
|
14495
14495
|
} | null | undefined;
|
|
14496
14496
|
assignee?: {
|
|
14497
|
-
name: string;
|
|
14498
14497
|
id: string;
|
|
14499
14498
|
address: string | null;
|
|
14499
|
+
name: string;
|
|
14500
14500
|
email: string;
|
|
14501
14501
|
createdAt: Date;
|
|
14502
14502
|
updatedAt: Date;
|
|
@@ -15505,9 +15505,9 @@ export declare const ticketContract: {
|
|
|
15505
15505
|
telephonySignature: string | null;
|
|
15506
15506
|
}>;
|
|
15507
15507
|
}, "strip", z.ZodTypeAny, {
|
|
15508
|
-
name: string;
|
|
15509
15508
|
id: string;
|
|
15510
15509
|
address: string | null;
|
|
15510
|
+
name: string;
|
|
15511
15511
|
email: string;
|
|
15512
15512
|
createdAt: Date;
|
|
15513
15513
|
updatedAt: Date;
|
|
@@ -15548,9 +15548,9 @@ export declare const ticketContract: {
|
|
|
15548
15548
|
telephonySignature: string | null;
|
|
15549
15549
|
};
|
|
15550
15550
|
}, {
|
|
15551
|
-
name: string;
|
|
15552
15551
|
id: string;
|
|
15553
15552
|
address: string | null;
|
|
15553
|
+
name: string;
|
|
15554
15554
|
email: string;
|
|
15555
15555
|
createdAt: Date;
|
|
15556
15556
|
updatedAt: Date;
|
|
@@ -15710,9 +15710,9 @@ export declare const ticketContract: {
|
|
|
15710
15710
|
telephonySignature: string | null;
|
|
15711
15711
|
}>;
|
|
15712
15712
|
}, "strip", z.ZodTypeAny, {
|
|
15713
|
-
name: string;
|
|
15714
15713
|
id: string;
|
|
15715
15714
|
address: string | null;
|
|
15715
|
+
name: string;
|
|
15716
15716
|
email: string;
|
|
15717
15717
|
createdAt: Date;
|
|
15718
15718
|
updatedAt: Date;
|
|
@@ -15753,9 +15753,9 @@ export declare const ticketContract: {
|
|
|
15753
15753
|
telephonySignature: string | null;
|
|
15754
15754
|
};
|
|
15755
15755
|
}, {
|
|
15756
|
-
name: string;
|
|
15757
15756
|
id: string;
|
|
15758
15757
|
address: string | null;
|
|
15758
|
+
name: string;
|
|
15759
15759
|
email: string;
|
|
15760
15760
|
createdAt: Date;
|
|
15761
15761
|
updatedAt: Date;
|
|
@@ -15898,10 +15898,9 @@ export declare const ticketContract: {
|
|
|
15898
15898
|
fileSize: z.ZodNumber;
|
|
15899
15899
|
fileKey: z.ZodString;
|
|
15900
15900
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
15901
|
-
status: z.
|
|
15901
|
+
status: z.ZodOptional<z.ZodString>;
|
|
15902
15902
|
}, "strip", z.ZodTypeAny, {
|
|
15903
15903
|
id: string;
|
|
15904
|
-
status: string | null;
|
|
15905
15904
|
createdAt: Date;
|
|
15906
15905
|
updatedAt: Date;
|
|
15907
15906
|
deletedAt: Date | null;
|
|
@@ -15910,9 +15909,9 @@ export declare const ticketContract: {
|
|
|
15910
15909
|
bucketName: string;
|
|
15911
15910
|
fileSize: number;
|
|
15912
15911
|
fileUrl: string | null;
|
|
15912
|
+
status?: string | undefined;
|
|
15913
15913
|
}, {
|
|
15914
15914
|
id: string;
|
|
15915
|
-
status: string | null;
|
|
15916
15915
|
createdAt: Date;
|
|
15917
15916
|
updatedAt: Date;
|
|
15918
15917
|
deletedAt: Date | null;
|
|
@@ -15921,6 +15920,7 @@ export declare const ticketContract: {
|
|
|
15921
15920
|
bucketName: string;
|
|
15922
15921
|
fileSize: number;
|
|
15923
15922
|
fileUrl: string | null;
|
|
15923
|
+
status?: string | undefined;
|
|
15924
15924
|
}>, "many">;
|
|
15925
15925
|
}, "strip", z.ZodTypeAny, {
|
|
15926
15926
|
id: string;
|
|
@@ -15947,7 +15947,6 @@ export declare const ticketContract: {
|
|
|
15947
15947
|
dateValue: Date | null;
|
|
15948
15948
|
uploads: {
|
|
15949
15949
|
id: string;
|
|
15950
|
-
status: string | null;
|
|
15951
15950
|
createdAt: Date;
|
|
15952
15951
|
updatedAt: Date;
|
|
15953
15952
|
deletedAt: Date | null;
|
|
@@ -15956,6 +15955,7 @@ export declare const ticketContract: {
|
|
|
15956
15955
|
bucketName: string;
|
|
15957
15956
|
fileSize: number;
|
|
15958
15957
|
fileUrl: string | null;
|
|
15958
|
+
status?: string | undefined;
|
|
15959
15959
|
}[];
|
|
15960
15960
|
}, {
|
|
15961
15961
|
id: string;
|
|
@@ -15982,7 +15982,6 @@ export declare const ticketContract: {
|
|
|
15982
15982
|
dateValue: Date | null;
|
|
15983
15983
|
uploads: {
|
|
15984
15984
|
id: string;
|
|
15985
|
-
status: string | null;
|
|
15986
15985
|
createdAt: Date;
|
|
15987
15986
|
updatedAt: Date;
|
|
15988
15987
|
deletedAt: Date | null;
|
|
@@ -15991,6 +15990,7 @@ export declare const ticketContract: {
|
|
|
15991
15990
|
bucketName: string;
|
|
15992
15991
|
fileSize: number;
|
|
15993
15992
|
fileUrl: string | null;
|
|
15993
|
+
status?: string | undefined;
|
|
15994
15994
|
}[];
|
|
15995
15995
|
}>, "many">;
|
|
15996
15996
|
tags: z.ZodArray<z.ZodObject<{
|
|
@@ -16000,14 +16000,14 @@ export declare const ticketContract: {
|
|
|
16000
16000
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
16001
16001
|
name: z.ZodString;
|
|
16002
16002
|
}, "strip", z.ZodTypeAny, {
|
|
16003
|
-
name: string;
|
|
16004
16003
|
id: string;
|
|
16004
|
+
name: string;
|
|
16005
16005
|
createdAt: Date;
|
|
16006
16006
|
updatedAt: Date;
|
|
16007
16007
|
deletedAt: Date | null;
|
|
16008
16008
|
}, {
|
|
16009
|
-
name: string;
|
|
16010
16009
|
id: string;
|
|
16010
|
+
name: string;
|
|
16011
16011
|
createdAt: Date;
|
|
16012
16012
|
updatedAt: Date;
|
|
16013
16013
|
deletedAt: Date | null;
|
|
@@ -16130,14 +16130,14 @@ export declare const ticketContract: {
|
|
|
16130
16130
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
16131
16131
|
name: z.ZodString;
|
|
16132
16132
|
}, "strip", z.ZodTypeAny, {
|
|
16133
|
-
name: string;
|
|
16134
16133
|
id: string;
|
|
16134
|
+
name: string;
|
|
16135
16135
|
createdAt: Date;
|
|
16136
16136
|
updatedAt: Date;
|
|
16137
16137
|
deletedAt: Date | null;
|
|
16138
16138
|
}, {
|
|
16139
|
-
name: string;
|
|
16140
16139
|
id: string;
|
|
16140
|
+
name: string;
|
|
16141
16141
|
createdAt: Date;
|
|
16142
16142
|
updatedAt: Date;
|
|
16143
16143
|
deletedAt: Date | null;
|
|
@@ -16293,8 +16293,8 @@ export declare const ticketContract: {
|
|
|
16293
16293
|
createdAt: Date;
|
|
16294
16294
|
updatedAt: Date;
|
|
16295
16295
|
deletedAt: Date | null;
|
|
16296
|
-
name?: string | undefined;
|
|
16297
16296
|
address?: string | null | undefined;
|
|
16297
|
+
name?: string | undefined;
|
|
16298
16298
|
phone?: string | null | undefined;
|
|
16299
16299
|
industry?: string | null | undefined;
|
|
16300
16300
|
}, {
|
|
@@ -16302,8 +16302,8 @@ export declare const ticketContract: {
|
|
|
16302
16302
|
createdAt: Date;
|
|
16303
16303
|
updatedAt: Date;
|
|
16304
16304
|
deletedAt: Date | null;
|
|
16305
|
-
name?: string | undefined;
|
|
16306
16305
|
address?: string | null | undefined;
|
|
16306
|
+
name?: string | undefined;
|
|
16307
16307
|
phone?: string | null | undefined;
|
|
16308
16308
|
industry?: string | null | undefined;
|
|
16309
16309
|
}>>;
|
|
@@ -16321,13 +16321,13 @@ export declare const ticketContract: {
|
|
|
16321
16321
|
picture: z.ZodOptional<z.ZodString>;
|
|
16322
16322
|
additionalCredentials: z.ZodAny;
|
|
16323
16323
|
}, "strip", z.ZodTypeAny, {
|
|
16324
|
-
name: string;
|
|
16325
16324
|
id: string;
|
|
16325
|
+
name: string;
|
|
16326
16326
|
picture?: string | undefined;
|
|
16327
16327
|
additionalCredentials?: any;
|
|
16328
16328
|
}, {
|
|
16329
|
-
name: string;
|
|
16330
16329
|
id: string;
|
|
16330
|
+
name: string;
|
|
16331
16331
|
picture?: string | undefined;
|
|
16332
16332
|
additionalCredentials?: any;
|
|
16333
16333
|
}>;
|
|
@@ -16335,8 +16335,8 @@ export declare const ticketContract: {
|
|
|
16335
16335
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
16336
16336
|
id: string;
|
|
16337
16337
|
metadata: {
|
|
16338
|
-
name: string;
|
|
16339
16338
|
id: string;
|
|
16339
|
+
name: string;
|
|
16340
16340
|
picture?: string | undefined;
|
|
16341
16341
|
additionalCredentials?: any;
|
|
16342
16342
|
};
|
|
@@ -16349,8 +16349,8 @@ export declare const ticketContract: {
|
|
|
16349
16349
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
16350
16350
|
id: string;
|
|
16351
16351
|
metadata: {
|
|
16352
|
-
name: string;
|
|
16353
16352
|
id: string;
|
|
16353
|
+
name: string;
|
|
16354
16354
|
picture?: string | undefined;
|
|
16355
16355
|
additionalCredentials?: any;
|
|
16356
16356
|
};
|
|
@@ -16460,10 +16460,9 @@ export declare const ticketContract: {
|
|
|
16460
16460
|
fileSize: z.ZodNumber;
|
|
16461
16461
|
fileKey: z.ZodString;
|
|
16462
16462
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
16463
|
-
status: z.
|
|
16463
|
+
status: z.ZodOptional<z.ZodString>;
|
|
16464
16464
|
}, "strip", z.ZodTypeAny, {
|
|
16465
16465
|
id: string;
|
|
16466
|
-
status: string | null;
|
|
16467
16466
|
createdAt: Date;
|
|
16468
16467
|
updatedAt: Date;
|
|
16469
16468
|
deletedAt: Date | null;
|
|
@@ -16472,9 +16471,9 @@ export declare const ticketContract: {
|
|
|
16472
16471
|
bucketName: string;
|
|
16473
16472
|
fileSize: number;
|
|
16474
16473
|
fileUrl: string | null;
|
|
16474
|
+
status?: string | undefined;
|
|
16475
16475
|
}, {
|
|
16476
16476
|
id: string;
|
|
16477
|
-
status: string | null;
|
|
16478
16477
|
createdAt: Date;
|
|
16479
16478
|
updatedAt: Date;
|
|
16480
16479
|
deletedAt: Date | null;
|
|
@@ -16483,6 +16482,7 @@ export declare const ticketContract: {
|
|
|
16483
16482
|
bucketName: string;
|
|
16484
16483
|
fileSize: number;
|
|
16485
16484
|
fileUrl: string | null;
|
|
16485
|
+
status?: string | undefined;
|
|
16486
16486
|
}>, "many">;
|
|
16487
16487
|
}, "strip", z.ZodTypeAny, {
|
|
16488
16488
|
id: string;
|
|
@@ -16509,7 +16509,6 @@ export declare const ticketContract: {
|
|
|
16509
16509
|
dateValue: Date | null;
|
|
16510
16510
|
uploads: {
|
|
16511
16511
|
id: string;
|
|
16512
|
-
status: string | null;
|
|
16513
16512
|
createdAt: Date;
|
|
16514
16513
|
updatedAt: Date;
|
|
16515
16514
|
deletedAt: Date | null;
|
|
@@ -16518,6 +16517,7 @@ export declare const ticketContract: {
|
|
|
16518
16517
|
bucketName: string;
|
|
16519
16518
|
fileSize: number;
|
|
16520
16519
|
fileUrl: string | null;
|
|
16520
|
+
status?: string | undefined;
|
|
16521
16521
|
}[];
|
|
16522
16522
|
}, {
|
|
16523
16523
|
id: string;
|
|
@@ -16544,7 +16544,6 @@ export declare const ticketContract: {
|
|
|
16544
16544
|
dateValue: Date | null;
|
|
16545
16545
|
uploads: {
|
|
16546
16546
|
id: string;
|
|
16547
|
-
status: string | null;
|
|
16548
16547
|
createdAt: Date;
|
|
16549
16548
|
updatedAt: Date;
|
|
16550
16549
|
deletedAt: Date | null;
|
|
@@ -16553,6 +16552,7 @@ export declare const ticketContract: {
|
|
|
16553
16552
|
bucketName: string;
|
|
16554
16553
|
fileSize: number;
|
|
16555
16554
|
fileUrl: string | null;
|
|
16555
|
+
status?: string | undefined;
|
|
16556
16556
|
}[];
|
|
16557
16557
|
}>, "many">;
|
|
16558
16558
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -16660,10 +16660,10 @@ export declare const ticketContract: {
|
|
|
16660
16660
|
};
|
|
16661
16661
|
}>, "many">>;
|
|
16662
16662
|
}, "strip", z.ZodTypeAny, {
|
|
16663
|
-
name: string;
|
|
16664
16663
|
id: string;
|
|
16665
16664
|
channel: string | null;
|
|
16666
16665
|
address: string | null;
|
|
16666
|
+
name: string;
|
|
16667
16667
|
createdAt: Date;
|
|
16668
16668
|
updatedAt: Date;
|
|
16669
16669
|
deletedAt: Date | null;
|
|
@@ -16692,7 +16692,6 @@ export declare const ticketContract: {
|
|
|
16692
16692
|
dateValue: Date | null;
|
|
16693
16693
|
uploads: {
|
|
16694
16694
|
id: string;
|
|
16695
|
-
status: string | null;
|
|
16696
16695
|
createdAt: Date;
|
|
16697
16696
|
updatedAt: Date;
|
|
16698
16697
|
deletedAt: Date | null;
|
|
@@ -16701,6 +16700,7 @@ export declare const ticketContract: {
|
|
|
16701
16700
|
bucketName: string;
|
|
16702
16701
|
fileSize: number;
|
|
16703
16702
|
fileUrl: string | null;
|
|
16703
|
+
status?: string | undefined;
|
|
16704
16704
|
}[];
|
|
16705
16705
|
}[];
|
|
16706
16706
|
company: {
|
|
@@ -16708,8 +16708,8 @@ export declare const ticketContract: {
|
|
|
16708
16708
|
createdAt: Date;
|
|
16709
16709
|
updatedAt: Date;
|
|
16710
16710
|
deletedAt: Date | null;
|
|
16711
|
-
name?: string | undefined;
|
|
16712
16711
|
address?: string | null | undefined;
|
|
16712
|
+
name?: string | undefined;
|
|
16713
16713
|
phone?: string | null | undefined;
|
|
16714
16714
|
industry?: string | null | undefined;
|
|
16715
16715
|
} | null;
|
|
@@ -16717,8 +16717,8 @@ export declare const ticketContract: {
|
|
|
16717
16717
|
contactProfile: string | null;
|
|
16718
16718
|
socialProfileUrl: string | null;
|
|
16719
16719
|
tags: {
|
|
16720
|
-
name: string;
|
|
16721
16720
|
id: string;
|
|
16721
|
+
name: string;
|
|
16722
16722
|
createdAt: Date;
|
|
16723
16723
|
updatedAt: Date;
|
|
16724
16724
|
deletedAt: Date | null;
|
|
@@ -16743,8 +16743,8 @@ export declare const ticketContract: {
|
|
|
16743
16743
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
16744
16744
|
id: string;
|
|
16745
16745
|
metadata: {
|
|
16746
|
-
name: string;
|
|
16747
16746
|
id: string;
|
|
16747
|
+
name: string;
|
|
16748
16748
|
picture?: string | undefined;
|
|
16749
16749
|
additionalCredentials?: any;
|
|
16750
16750
|
};
|
|
@@ -16771,10 +16771,10 @@ export declare const ticketContract: {
|
|
|
16771
16771
|
};
|
|
16772
16772
|
}[] | undefined;
|
|
16773
16773
|
}, {
|
|
16774
|
-
name: string;
|
|
16775
16774
|
id: string;
|
|
16776
16775
|
channel: string | null;
|
|
16777
16776
|
address: string | null;
|
|
16777
|
+
name: string;
|
|
16778
16778
|
createdAt: Date;
|
|
16779
16779
|
updatedAt: Date;
|
|
16780
16780
|
deletedAt: Date | null;
|
|
@@ -16803,7 +16803,6 @@ export declare const ticketContract: {
|
|
|
16803
16803
|
dateValue: Date | null;
|
|
16804
16804
|
uploads: {
|
|
16805
16805
|
id: string;
|
|
16806
|
-
status: string | null;
|
|
16807
16806
|
createdAt: Date;
|
|
16808
16807
|
updatedAt: Date;
|
|
16809
16808
|
deletedAt: Date | null;
|
|
@@ -16812,6 +16811,7 @@ export declare const ticketContract: {
|
|
|
16812
16811
|
bucketName: string;
|
|
16813
16812
|
fileSize: number;
|
|
16814
16813
|
fileUrl: string | null;
|
|
16814
|
+
status?: string | undefined;
|
|
16815
16815
|
}[];
|
|
16816
16816
|
}[];
|
|
16817
16817
|
company: {
|
|
@@ -16819,8 +16819,8 @@ export declare const ticketContract: {
|
|
|
16819
16819
|
createdAt: Date;
|
|
16820
16820
|
updatedAt: Date;
|
|
16821
16821
|
deletedAt: Date | null;
|
|
16822
|
-
name?: string | undefined;
|
|
16823
16822
|
address?: string | null | undefined;
|
|
16823
|
+
name?: string | undefined;
|
|
16824
16824
|
phone?: string | null | undefined;
|
|
16825
16825
|
industry?: string | null | undefined;
|
|
16826
16826
|
} | null;
|
|
@@ -16828,8 +16828,8 @@ export declare const ticketContract: {
|
|
|
16828
16828
|
contactProfile: string | null;
|
|
16829
16829
|
socialProfileUrl: string | null;
|
|
16830
16830
|
tags: {
|
|
16831
|
-
name: string;
|
|
16832
16831
|
id: string;
|
|
16832
|
+
name: string;
|
|
16833
16833
|
createdAt: Date;
|
|
16834
16834
|
updatedAt: Date;
|
|
16835
16835
|
deletedAt: Date | null;
|
|
@@ -16854,8 +16854,8 @@ export declare const ticketContract: {
|
|
|
16854
16854
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
16855
16855
|
id: string;
|
|
16856
16856
|
metadata: {
|
|
16857
|
-
name: string;
|
|
16858
16857
|
id: string;
|
|
16858
|
+
name: string;
|
|
16859
16859
|
picture?: string | undefined;
|
|
16860
16860
|
additionalCredentials?: any;
|
|
16861
16861
|
};
|
|
@@ -17005,9 +17005,9 @@ export declare const ticketContract: {
|
|
|
17005
17005
|
telephonySignature: string | null;
|
|
17006
17006
|
}>;
|
|
17007
17007
|
}, "strip", z.ZodTypeAny, {
|
|
17008
|
-
name: string;
|
|
17009
17008
|
id: string;
|
|
17010
17009
|
address: string | null;
|
|
17010
|
+
name: string;
|
|
17011
17011
|
email: string;
|
|
17012
17012
|
createdAt: Date;
|
|
17013
17013
|
updatedAt: Date;
|
|
@@ -17048,9 +17048,9 @@ export declare const ticketContract: {
|
|
|
17048
17048
|
telephonySignature: string | null;
|
|
17049
17049
|
};
|
|
17050
17050
|
}, {
|
|
17051
|
-
name: string;
|
|
17052
17051
|
id: string;
|
|
17053
17052
|
address: string | null;
|
|
17053
|
+
name: string;
|
|
17054
17054
|
email: string;
|
|
17055
17055
|
createdAt: Date;
|
|
17056
17056
|
updatedAt: Date;
|
|
@@ -17122,9 +17122,9 @@ export declare const ticketContract: {
|
|
|
17122
17122
|
updatedAt: Date;
|
|
17123
17123
|
deletedAt: Date | null;
|
|
17124
17124
|
actor: {
|
|
17125
|
-
name: string;
|
|
17126
17125
|
id: string;
|
|
17127
17126
|
address: string | null;
|
|
17127
|
+
name: string;
|
|
17128
17128
|
email: string;
|
|
17129
17129
|
createdAt: Date;
|
|
17130
17130
|
updatedAt: Date;
|
|
@@ -17181,9 +17181,9 @@ export declare const ticketContract: {
|
|
|
17181
17181
|
updatedAt: Date;
|
|
17182
17182
|
deletedAt: Date | null;
|
|
17183
17183
|
actor: {
|
|
17184
|
-
name: string;
|
|
17185
17184
|
id: string;
|
|
17186
17185
|
address: string | null;
|
|
17186
|
+
name: string;
|
|
17187
17187
|
email: string;
|
|
17188
17188
|
createdAt: Date;
|
|
17189
17189
|
updatedAt: Date;
|
|
@@ -17268,10 +17268,10 @@ export declare const ticketContract: {
|
|
|
17268
17268
|
}[];
|
|
17269
17269
|
}[];
|
|
17270
17270
|
contact: {
|
|
17271
|
-
name: string;
|
|
17272
17271
|
id: string;
|
|
17273
17272
|
channel: string | null;
|
|
17274
17273
|
address: string | null;
|
|
17274
|
+
name: string;
|
|
17275
17275
|
createdAt: Date;
|
|
17276
17276
|
updatedAt: Date;
|
|
17277
17277
|
deletedAt: Date | null;
|
|
@@ -17300,7 +17300,6 @@ export declare const ticketContract: {
|
|
|
17300
17300
|
dateValue: Date | null;
|
|
17301
17301
|
uploads: {
|
|
17302
17302
|
id: string;
|
|
17303
|
-
status: string | null;
|
|
17304
17303
|
createdAt: Date;
|
|
17305
17304
|
updatedAt: Date;
|
|
17306
17305
|
deletedAt: Date | null;
|
|
@@ -17309,6 +17308,7 @@ export declare const ticketContract: {
|
|
|
17309
17308
|
bucketName: string;
|
|
17310
17309
|
fileSize: number;
|
|
17311
17310
|
fileUrl: string | null;
|
|
17311
|
+
status?: string | undefined;
|
|
17312
17312
|
}[];
|
|
17313
17313
|
}[];
|
|
17314
17314
|
company: {
|
|
@@ -17316,8 +17316,8 @@ export declare const ticketContract: {
|
|
|
17316
17316
|
createdAt: Date;
|
|
17317
17317
|
updatedAt: Date;
|
|
17318
17318
|
deletedAt: Date | null;
|
|
17319
|
-
name?: string | undefined;
|
|
17320
17319
|
address?: string | null | undefined;
|
|
17320
|
+
name?: string | undefined;
|
|
17321
17321
|
phone?: string | null | undefined;
|
|
17322
17322
|
industry?: string | null | undefined;
|
|
17323
17323
|
} | null;
|
|
@@ -17325,8 +17325,8 @@ export declare const ticketContract: {
|
|
|
17325
17325
|
contactProfile: string | null;
|
|
17326
17326
|
socialProfileUrl: string | null;
|
|
17327
17327
|
tags: {
|
|
17328
|
-
name: string;
|
|
17329
17328
|
id: string;
|
|
17329
|
+
name: string;
|
|
17330
17330
|
createdAt: Date;
|
|
17331
17331
|
updatedAt: Date;
|
|
17332
17332
|
deletedAt: Date | null;
|
|
@@ -17351,8 +17351,8 @@ export declare const ticketContract: {
|
|
|
17351
17351
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
17352
17352
|
id: string;
|
|
17353
17353
|
metadata: {
|
|
17354
|
-
name: string;
|
|
17355
17354
|
id: string;
|
|
17355
|
+
name: string;
|
|
17356
17356
|
picture?: string | undefined;
|
|
17357
17357
|
additionalCredentials?: any;
|
|
17358
17358
|
};
|
|
@@ -17404,7 +17404,6 @@ export declare const ticketContract: {
|
|
|
17404
17404
|
dateValue: Date | null;
|
|
17405
17405
|
uploads: {
|
|
17406
17406
|
id: string;
|
|
17407
|
-
status: string | null;
|
|
17408
17407
|
createdAt: Date;
|
|
17409
17408
|
updatedAt: Date;
|
|
17410
17409
|
deletedAt: Date | null;
|
|
@@ -17413,11 +17412,12 @@ export declare const ticketContract: {
|
|
|
17413
17412
|
bucketName: string;
|
|
17414
17413
|
fileSize: number;
|
|
17415
17414
|
fileUrl: string | null;
|
|
17415
|
+
status?: string | undefined;
|
|
17416
17416
|
}[];
|
|
17417
17417
|
}[];
|
|
17418
17418
|
tags: {
|
|
17419
|
-
name: string;
|
|
17420
17419
|
id: string;
|
|
17420
|
+
name: string;
|
|
17421
17421
|
createdAt: Date;
|
|
17422
17422
|
updatedAt: Date;
|
|
17423
17423
|
deletedAt: Date | null;
|
|
@@ -17429,9 +17429,9 @@ export declare const ticketContract: {
|
|
|
17429
17429
|
updatedAt: Date;
|
|
17430
17430
|
deletedAt: Date | null;
|
|
17431
17431
|
actor: {
|
|
17432
|
-
name: string;
|
|
17433
17432
|
id: string;
|
|
17434
17433
|
address: string | null;
|
|
17434
|
+
name: string;
|
|
17435
17435
|
email: string;
|
|
17436
17436
|
createdAt: Date;
|
|
17437
17437
|
updatedAt: Date;
|
|
@@ -17487,9 +17487,9 @@ export declare const ticketContract: {
|
|
|
17487
17487
|
creatorId: string;
|
|
17488
17488
|
reasonToAssign: string | null;
|
|
17489
17489
|
creator?: {
|
|
17490
|
-
name: string;
|
|
17491
17490
|
id: string;
|
|
17492
17491
|
address: string | null;
|
|
17492
|
+
name: string;
|
|
17493
17493
|
email: string;
|
|
17494
17494
|
createdAt: Date;
|
|
17495
17495
|
updatedAt: Date;
|
|
@@ -17531,9 +17531,9 @@ export declare const ticketContract: {
|
|
|
17531
17531
|
};
|
|
17532
17532
|
} | null | undefined;
|
|
17533
17533
|
assignee?: {
|
|
17534
|
-
name: string;
|
|
17535
17534
|
id: string;
|
|
17536
17535
|
address: string | null;
|
|
17536
|
+
name: string;
|
|
17537
17537
|
email: string;
|
|
17538
17538
|
createdAt: Date;
|
|
17539
17539
|
updatedAt: Date;
|
|
@@ -17609,10 +17609,10 @@ export declare const ticketContract: {
|
|
|
17609
17609
|
}[];
|
|
17610
17610
|
}[];
|
|
17611
17611
|
contact: {
|
|
17612
|
-
name: string;
|
|
17613
17612
|
id: string;
|
|
17614
17613
|
channel: string | null;
|
|
17615
17614
|
address: string | null;
|
|
17615
|
+
name: string;
|
|
17616
17616
|
createdAt: Date;
|
|
17617
17617
|
updatedAt: Date;
|
|
17618
17618
|
deletedAt: Date | null;
|
|
@@ -17641,7 +17641,6 @@ export declare const ticketContract: {
|
|
|
17641
17641
|
dateValue: Date | null;
|
|
17642
17642
|
uploads: {
|
|
17643
17643
|
id: string;
|
|
17644
|
-
status: string | null;
|
|
17645
17644
|
createdAt: Date;
|
|
17646
17645
|
updatedAt: Date;
|
|
17647
17646
|
deletedAt: Date | null;
|
|
@@ -17650,6 +17649,7 @@ export declare const ticketContract: {
|
|
|
17650
17649
|
bucketName: string;
|
|
17651
17650
|
fileSize: number;
|
|
17652
17651
|
fileUrl: string | null;
|
|
17652
|
+
status?: string | undefined;
|
|
17653
17653
|
}[];
|
|
17654
17654
|
}[];
|
|
17655
17655
|
company: {
|
|
@@ -17657,8 +17657,8 @@ export declare const ticketContract: {
|
|
|
17657
17657
|
createdAt: Date;
|
|
17658
17658
|
updatedAt: Date;
|
|
17659
17659
|
deletedAt: Date | null;
|
|
17660
|
-
name?: string | undefined;
|
|
17661
17660
|
address?: string | null | undefined;
|
|
17661
|
+
name?: string | undefined;
|
|
17662
17662
|
phone?: string | null | undefined;
|
|
17663
17663
|
industry?: string | null | undefined;
|
|
17664
17664
|
} | null;
|
|
@@ -17666,8 +17666,8 @@ export declare const ticketContract: {
|
|
|
17666
17666
|
contactProfile: string | null;
|
|
17667
17667
|
socialProfileUrl: string | null;
|
|
17668
17668
|
tags: {
|
|
17669
|
-
name: string;
|
|
17670
17669
|
id: string;
|
|
17670
|
+
name: string;
|
|
17671
17671
|
createdAt: Date;
|
|
17672
17672
|
updatedAt: Date;
|
|
17673
17673
|
deletedAt: Date | null;
|
|
@@ -17692,8 +17692,8 @@ export declare const ticketContract: {
|
|
|
17692
17692
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
17693
17693
|
id: string;
|
|
17694
17694
|
metadata: {
|
|
17695
|
-
name: string;
|
|
17696
17695
|
id: string;
|
|
17696
|
+
name: string;
|
|
17697
17697
|
picture?: string | undefined;
|
|
17698
17698
|
additionalCredentials?: any;
|
|
17699
17699
|
};
|
|
@@ -17745,7 +17745,6 @@ export declare const ticketContract: {
|
|
|
17745
17745
|
dateValue: Date | null;
|
|
17746
17746
|
uploads: {
|
|
17747
17747
|
id: string;
|
|
17748
|
-
status: string | null;
|
|
17749
17748
|
createdAt: Date;
|
|
17750
17749
|
updatedAt: Date;
|
|
17751
17750
|
deletedAt: Date | null;
|
|
@@ -17754,11 +17753,12 @@ export declare const ticketContract: {
|
|
|
17754
17753
|
bucketName: string;
|
|
17755
17754
|
fileSize: number;
|
|
17756
17755
|
fileUrl: string | null;
|
|
17756
|
+
status?: string | undefined;
|
|
17757
17757
|
}[];
|
|
17758
17758
|
}[];
|
|
17759
17759
|
tags: {
|
|
17760
|
-
name: string;
|
|
17761
17760
|
id: string;
|
|
17761
|
+
name: string;
|
|
17762
17762
|
createdAt: Date;
|
|
17763
17763
|
updatedAt: Date;
|
|
17764
17764
|
deletedAt: Date | null;
|
|
@@ -17770,9 +17770,9 @@ export declare const ticketContract: {
|
|
|
17770
17770
|
updatedAt: Date;
|
|
17771
17771
|
deletedAt: Date | null;
|
|
17772
17772
|
actor: {
|
|
17773
|
-
name: string;
|
|
17774
17773
|
id: string;
|
|
17775
17774
|
address: string | null;
|
|
17775
|
+
name: string;
|
|
17776
17776
|
email: string;
|
|
17777
17777
|
createdAt: Date;
|
|
17778
17778
|
updatedAt: Date;
|
|
@@ -17828,9 +17828,9 @@ export declare const ticketContract: {
|
|
|
17828
17828
|
creatorId: string;
|
|
17829
17829
|
reasonToAssign: string | null;
|
|
17830
17830
|
creator?: {
|
|
17831
|
-
name: string;
|
|
17832
17831
|
id: string;
|
|
17833
17832
|
address: string | null;
|
|
17833
|
+
name: string;
|
|
17834
17834
|
email: string;
|
|
17835
17835
|
createdAt: Date;
|
|
17836
17836
|
updatedAt: Date;
|
|
@@ -17872,9 +17872,9 @@ export declare const ticketContract: {
|
|
|
17872
17872
|
};
|
|
17873
17873
|
} | null | undefined;
|
|
17874
17874
|
assignee?: {
|
|
17875
|
-
name: string;
|
|
17876
17875
|
id: string;
|
|
17877
17876
|
address: string | null;
|
|
17877
|
+
name: string;
|
|
17878
17878
|
email: string;
|
|
17879
17879
|
createdAt: Date;
|
|
17880
17880
|
updatedAt: Date;
|
|
@@ -17952,10 +17952,10 @@ export declare const ticketContract: {
|
|
|
17952
17952
|
}[];
|
|
17953
17953
|
}[];
|
|
17954
17954
|
contact: {
|
|
17955
|
-
name: string;
|
|
17956
17955
|
id: string;
|
|
17957
17956
|
channel: string | null;
|
|
17958
17957
|
address: string | null;
|
|
17958
|
+
name: string;
|
|
17959
17959
|
createdAt: Date;
|
|
17960
17960
|
updatedAt: Date;
|
|
17961
17961
|
deletedAt: Date | null;
|
|
@@ -17984,7 +17984,6 @@ export declare const ticketContract: {
|
|
|
17984
17984
|
dateValue: Date | null;
|
|
17985
17985
|
uploads: {
|
|
17986
17986
|
id: string;
|
|
17987
|
-
status: string | null;
|
|
17988
17987
|
createdAt: Date;
|
|
17989
17988
|
updatedAt: Date;
|
|
17990
17989
|
deletedAt: Date | null;
|
|
@@ -17993,6 +17992,7 @@ export declare const ticketContract: {
|
|
|
17993
17992
|
bucketName: string;
|
|
17994
17993
|
fileSize: number;
|
|
17995
17994
|
fileUrl: string | null;
|
|
17995
|
+
status?: string | undefined;
|
|
17996
17996
|
}[];
|
|
17997
17997
|
}[];
|
|
17998
17998
|
company: {
|
|
@@ -18000,8 +18000,8 @@ export declare const ticketContract: {
|
|
|
18000
18000
|
createdAt: Date;
|
|
18001
18001
|
updatedAt: Date;
|
|
18002
18002
|
deletedAt: Date | null;
|
|
18003
|
-
name?: string | undefined;
|
|
18004
18003
|
address?: string | null | undefined;
|
|
18004
|
+
name?: string | undefined;
|
|
18005
18005
|
phone?: string | null | undefined;
|
|
18006
18006
|
industry?: string | null | undefined;
|
|
18007
18007
|
} | null;
|
|
@@ -18009,8 +18009,8 @@ export declare const ticketContract: {
|
|
|
18009
18009
|
contactProfile: string | null;
|
|
18010
18010
|
socialProfileUrl: string | null;
|
|
18011
18011
|
tags: {
|
|
18012
|
-
name: string;
|
|
18013
18012
|
id: string;
|
|
18013
|
+
name: string;
|
|
18014
18014
|
createdAt: Date;
|
|
18015
18015
|
updatedAt: Date;
|
|
18016
18016
|
deletedAt: Date | null;
|
|
@@ -18035,8 +18035,8 @@ export declare const ticketContract: {
|
|
|
18035
18035
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
18036
18036
|
id: string;
|
|
18037
18037
|
metadata: {
|
|
18038
|
-
name: string;
|
|
18039
18038
|
id: string;
|
|
18039
|
+
name: string;
|
|
18040
18040
|
picture?: string | undefined;
|
|
18041
18041
|
additionalCredentials?: any;
|
|
18042
18042
|
};
|
|
@@ -18088,7 +18088,6 @@ export declare const ticketContract: {
|
|
|
18088
18088
|
dateValue: Date | null;
|
|
18089
18089
|
uploads: {
|
|
18090
18090
|
id: string;
|
|
18091
|
-
status: string | null;
|
|
18092
18091
|
createdAt: Date;
|
|
18093
18092
|
updatedAt: Date;
|
|
18094
18093
|
deletedAt: Date | null;
|
|
@@ -18097,11 +18096,12 @@ export declare const ticketContract: {
|
|
|
18097
18096
|
bucketName: string;
|
|
18098
18097
|
fileSize: number;
|
|
18099
18098
|
fileUrl: string | null;
|
|
18099
|
+
status?: string | undefined;
|
|
18100
18100
|
}[];
|
|
18101
18101
|
}[];
|
|
18102
18102
|
tags: {
|
|
18103
|
-
name: string;
|
|
18104
18103
|
id: string;
|
|
18104
|
+
name: string;
|
|
18105
18105
|
createdAt: Date;
|
|
18106
18106
|
updatedAt: Date;
|
|
18107
18107
|
deletedAt: Date | null;
|
|
@@ -18113,9 +18113,9 @@ export declare const ticketContract: {
|
|
|
18113
18113
|
updatedAt: Date;
|
|
18114
18114
|
deletedAt: Date | null;
|
|
18115
18115
|
actor: {
|
|
18116
|
-
name: string;
|
|
18117
18116
|
id: string;
|
|
18118
18117
|
address: string | null;
|
|
18118
|
+
name: string;
|
|
18119
18119
|
email: string;
|
|
18120
18120
|
createdAt: Date;
|
|
18121
18121
|
updatedAt: Date;
|
|
@@ -18171,9 +18171,9 @@ export declare const ticketContract: {
|
|
|
18171
18171
|
creatorId: string;
|
|
18172
18172
|
reasonToAssign: string | null;
|
|
18173
18173
|
creator?: {
|
|
18174
|
-
name: string;
|
|
18175
18174
|
id: string;
|
|
18176
18175
|
address: string | null;
|
|
18176
|
+
name: string;
|
|
18177
18177
|
email: string;
|
|
18178
18178
|
createdAt: Date;
|
|
18179
18179
|
updatedAt: Date;
|
|
@@ -18215,9 +18215,9 @@ export declare const ticketContract: {
|
|
|
18215
18215
|
};
|
|
18216
18216
|
} | null | undefined;
|
|
18217
18217
|
assignee?: {
|
|
18218
|
-
name: string;
|
|
18219
18218
|
id: string;
|
|
18220
18219
|
address: string | null;
|
|
18220
|
+
name: string;
|
|
18221
18221
|
email: string;
|
|
18222
18222
|
createdAt: Date;
|
|
18223
18223
|
updatedAt: Date;
|
|
@@ -18296,10 +18296,10 @@ export declare const ticketContract: {
|
|
|
18296
18296
|
}[];
|
|
18297
18297
|
}[];
|
|
18298
18298
|
contact: {
|
|
18299
|
-
name: string;
|
|
18300
18299
|
id: string;
|
|
18301
18300
|
channel: string | null;
|
|
18302
18301
|
address: string | null;
|
|
18302
|
+
name: string;
|
|
18303
18303
|
createdAt: Date;
|
|
18304
18304
|
updatedAt: Date;
|
|
18305
18305
|
deletedAt: Date | null;
|
|
@@ -18328,7 +18328,6 @@ export declare const ticketContract: {
|
|
|
18328
18328
|
dateValue: Date | null;
|
|
18329
18329
|
uploads: {
|
|
18330
18330
|
id: string;
|
|
18331
|
-
status: string | null;
|
|
18332
18331
|
createdAt: Date;
|
|
18333
18332
|
updatedAt: Date;
|
|
18334
18333
|
deletedAt: Date | null;
|
|
@@ -18337,6 +18336,7 @@ export declare const ticketContract: {
|
|
|
18337
18336
|
bucketName: string;
|
|
18338
18337
|
fileSize: number;
|
|
18339
18338
|
fileUrl: string | null;
|
|
18339
|
+
status?: string | undefined;
|
|
18340
18340
|
}[];
|
|
18341
18341
|
}[];
|
|
18342
18342
|
company: {
|
|
@@ -18344,8 +18344,8 @@ export declare const ticketContract: {
|
|
|
18344
18344
|
createdAt: Date;
|
|
18345
18345
|
updatedAt: Date;
|
|
18346
18346
|
deletedAt: Date | null;
|
|
18347
|
-
name?: string | undefined;
|
|
18348
18347
|
address?: string | null | undefined;
|
|
18348
|
+
name?: string | undefined;
|
|
18349
18349
|
phone?: string | null | undefined;
|
|
18350
18350
|
industry?: string | null | undefined;
|
|
18351
18351
|
} | null;
|
|
@@ -18353,8 +18353,8 @@ export declare const ticketContract: {
|
|
|
18353
18353
|
contactProfile: string | null;
|
|
18354
18354
|
socialProfileUrl: string | null;
|
|
18355
18355
|
tags: {
|
|
18356
|
-
name: string;
|
|
18357
18356
|
id: string;
|
|
18357
|
+
name: string;
|
|
18358
18358
|
createdAt: Date;
|
|
18359
18359
|
updatedAt: Date;
|
|
18360
18360
|
deletedAt: Date | null;
|
|
@@ -18379,8 +18379,8 @@ export declare const ticketContract: {
|
|
|
18379
18379
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
18380
18380
|
id: string;
|
|
18381
18381
|
metadata: {
|
|
18382
|
-
name: string;
|
|
18383
18382
|
id: string;
|
|
18383
|
+
name: string;
|
|
18384
18384
|
picture?: string | undefined;
|
|
18385
18385
|
additionalCredentials?: any;
|
|
18386
18386
|
};
|
|
@@ -18432,7 +18432,6 @@ export declare const ticketContract: {
|
|
|
18432
18432
|
dateValue: Date | null;
|
|
18433
18433
|
uploads: {
|
|
18434
18434
|
id: string;
|
|
18435
|
-
status: string | null;
|
|
18436
18435
|
createdAt: Date;
|
|
18437
18436
|
updatedAt: Date;
|
|
18438
18437
|
deletedAt: Date | null;
|
|
@@ -18441,11 +18440,12 @@ export declare const ticketContract: {
|
|
|
18441
18440
|
bucketName: string;
|
|
18442
18441
|
fileSize: number;
|
|
18443
18442
|
fileUrl: string | null;
|
|
18443
|
+
status?: string | undefined;
|
|
18444
18444
|
}[];
|
|
18445
18445
|
}[];
|
|
18446
18446
|
tags: {
|
|
18447
|
-
name: string;
|
|
18448
18447
|
id: string;
|
|
18448
|
+
name: string;
|
|
18449
18449
|
createdAt: Date;
|
|
18450
18450
|
updatedAt: Date;
|
|
18451
18451
|
deletedAt: Date | null;
|
|
@@ -18457,9 +18457,9 @@ export declare const ticketContract: {
|
|
|
18457
18457
|
updatedAt: Date;
|
|
18458
18458
|
deletedAt: Date | null;
|
|
18459
18459
|
actor: {
|
|
18460
|
-
name: string;
|
|
18461
18460
|
id: string;
|
|
18462
18461
|
address: string | null;
|
|
18462
|
+
name: string;
|
|
18463
18463
|
email: string;
|
|
18464
18464
|
createdAt: Date;
|
|
18465
18465
|
updatedAt: Date;
|
|
@@ -18515,9 +18515,9 @@ export declare const ticketContract: {
|
|
|
18515
18515
|
creatorId: string;
|
|
18516
18516
|
reasonToAssign: string | null;
|
|
18517
18517
|
creator?: {
|
|
18518
|
-
name: string;
|
|
18519
18518
|
id: string;
|
|
18520
18519
|
address: string | null;
|
|
18520
|
+
name: string;
|
|
18521
18521
|
email: string;
|
|
18522
18522
|
createdAt: Date;
|
|
18523
18523
|
updatedAt: Date;
|
|
@@ -18559,9 +18559,9 @@ export declare const ticketContract: {
|
|
|
18559
18559
|
};
|
|
18560
18560
|
} | null | undefined;
|
|
18561
18561
|
assignee?: {
|
|
18562
|
-
name: string;
|
|
18563
18562
|
id: string;
|
|
18564
18563
|
address: string | null;
|
|
18564
|
+
name: string;
|
|
18565
18565
|
email: string;
|
|
18566
18566
|
createdAt: Date;
|
|
18567
18567
|
updatedAt: Date;
|
|
@@ -18922,10 +18922,9 @@ export declare const ticketContract: {
|
|
|
18922
18922
|
fileSize: z.ZodNumber;
|
|
18923
18923
|
fileKey: z.ZodString;
|
|
18924
18924
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
18925
|
-
status: z.
|
|
18925
|
+
status: z.ZodOptional<z.ZodString>;
|
|
18926
18926
|
}, "strip", z.ZodTypeAny, {
|
|
18927
18927
|
id: string;
|
|
18928
|
-
status: string | null;
|
|
18929
18928
|
createdAt: Date;
|
|
18930
18929
|
updatedAt: Date;
|
|
18931
18930
|
deletedAt: Date | null;
|
|
@@ -18934,9 +18933,9 @@ export declare const ticketContract: {
|
|
|
18934
18933
|
bucketName: string;
|
|
18935
18934
|
fileSize: number;
|
|
18936
18935
|
fileUrl: string | null;
|
|
18936
|
+
status?: string | undefined;
|
|
18937
18937
|
}, {
|
|
18938
18938
|
id: string;
|
|
18939
|
-
status: string | null;
|
|
18940
18939
|
createdAt: Date;
|
|
18941
18940
|
updatedAt: Date;
|
|
18942
18941
|
deletedAt: Date | null;
|
|
@@ -18945,6 +18944,7 @@ export declare const ticketContract: {
|
|
|
18945
18944
|
bucketName: string;
|
|
18946
18945
|
fileSize: number;
|
|
18947
18946
|
fileUrl: string | null;
|
|
18947
|
+
status?: string | undefined;
|
|
18948
18948
|
}>, "many">;
|
|
18949
18949
|
}, "strip", z.ZodTypeAny, {
|
|
18950
18950
|
id: string;
|
|
@@ -18971,7 +18971,6 @@ export declare const ticketContract: {
|
|
|
18971
18971
|
dateValue: Date | null;
|
|
18972
18972
|
uploads: {
|
|
18973
18973
|
id: string;
|
|
18974
|
-
status: string | null;
|
|
18975
18974
|
createdAt: Date;
|
|
18976
18975
|
updatedAt: Date;
|
|
18977
18976
|
deletedAt: Date | null;
|
|
@@ -18980,6 +18979,7 @@ export declare const ticketContract: {
|
|
|
18980
18979
|
bucketName: string;
|
|
18981
18980
|
fileSize: number;
|
|
18982
18981
|
fileUrl: string | null;
|
|
18982
|
+
status?: string | undefined;
|
|
18983
18983
|
}[];
|
|
18984
18984
|
}, {
|
|
18985
18985
|
id: string;
|
|
@@ -19006,7 +19006,6 @@ export declare const ticketContract: {
|
|
|
19006
19006
|
dateValue: Date | null;
|
|
19007
19007
|
uploads: {
|
|
19008
19008
|
id: string;
|
|
19009
|
-
status: string | null;
|
|
19010
19009
|
createdAt: Date;
|
|
19011
19010
|
updatedAt: Date;
|
|
19012
19011
|
deletedAt: Date | null;
|
|
@@ -19015,6 +19014,7 @@ export declare const ticketContract: {
|
|
|
19015
19014
|
bucketName: string;
|
|
19016
19015
|
fileSize: number;
|
|
19017
19016
|
fileUrl: string | null;
|
|
19017
|
+
status?: string | undefined;
|
|
19018
19018
|
}[];
|
|
19019
19019
|
}>;
|
|
19020
19020
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19043,7 +19043,6 @@ export declare const ticketContract: {
|
|
|
19043
19043
|
dateValue: Date | null;
|
|
19044
19044
|
uploads: {
|
|
19045
19045
|
id: string;
|
|
19046
|
-
status: string | null;
|
|
19047
19046
|
createdAt: Date;
|
|
19048
19047
|
updatedAt: Date;
|
|
19049
19048
|
deletedAt: Date | null;
|
|
@@ -19052,6 +19051,7 @@ export declare const ticketContract: {
|
|
|
19052
19051
|
bucketName: string;
|
|
19053
19052
|
fileSize: number;
|
|
19054
19053
|
fileUrl: string | null;
|
|
19054
|
+
status?: string | undefined;
|
|
19055
19055
|
}[];
|
|
19056
19056
|
};
|
|
19057
19057
|
requestId: string;
|
|
@@ -19081,7 +19081,6 @@ export declare const ticketContract: {
|
|
|
19081
19081
|
dateValue: Date | null;
|
|
19082
19082
|
uploads: {
|
|
19083
19083
|
id: string;
|
|
19084
|
-
status: string | null;
|
|
19085
19084
|
createdAt: Date;
|
|
19086
19085
|
updatedAt: Date;
|
|
19087
19086
|
deletedAt: Date | null;
|
|
@@ -19090,6 +19089,7 @@ export declare const ticketContract: {
|
|
|
19090
19089
|
bucketName: string;
|
|
19091
19090
|
fileSize: number;
|
|
19092
19091
|
fileUrl: string | null;
|
|
19092
|
+
status?: string | undefined;
|
|
19093
19093
|
}[];
|
|
19094
19094
|
};
|
|
19095
19095
|
requestId: string;
|