@kl1/contracts 1.2.27-uat → 1.2.29-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/activity-log/index.d.ts +21 -21
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +152 -168
- package/dist/api-contracts/src/attribute/index.d.ts.map +1 -1
- package/dist/api-contracts/src/attribute/schema.d.ts +8 -11
- package/dist/api-contracts/src/attribute/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/attribute-option/schema.d.ts +2 -3
- package/dist/api-contracts/src/attribute-option/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/auth/index.d.ts +51 -55
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +111 -123
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/schema.d.ts +12 -13
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +6 -8
- package/dist/api-contracts/src/aws/index.d.ts.map +1 -1
- package/dist/api-contracts/src/botpress/index.d.ts +41 -45
- package/dist/api-contracts/src/botpress/index.d.ts.map +1 -1
- 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 +60 -72
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/business-calendar/schema.d.ts +18 -23
- package/dist/api-contracts/src/business-calendar/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/call-log/schema.d.ts +4 -5
- package/dist/api-contracts/src/call-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +121 -130
- package/dist/api-contracts/src/category/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/schema.d.ts +4 -5
- package/dist/api-contracts/src/category/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +1697 -1543
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +66 -54
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +86 -72
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +17916 -14660
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +3981 -3226
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +4020 -3555
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +468 -525
- package/dist/api-contracts/src/comment/index.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/schema.d.ts +118 -136
- package/dist/api-contracts/src/comment/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/validation.d.ts +1 -1
- package/dist/api-contracts/src/company/index.d.ts +113 -140
- package/dist/api-contracts/src/company/index.d.ts.map +1 -1
- package/dist/api-contracts/src/company/schema.d.ts +24 -33
- package/dist/api-contracts/src/company/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/company/validation.d.ts +66 -82
- package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/index.d.ts +816 -934
- package/dist/api-contracts/src/contact/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/schema.d.ts +68 -82
- package/dist/api-contracts/src/contact/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/validation.d.ts +352 -433
- package/dist/api-contracts/src/contact/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contact-email/schema.d.ts +2 -3
- package/dist/api-contracts/src/contact-email/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contact-phone/schema.d.ts +2 -3
- package/dist/api-contracts/src/contact-phone/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +35561 -32035
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/custom-field/schema.d.ts +2 -3
- package/dist/api-contracts/src/custom-field/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/custom-field/validation.d.ts +2 -2
- package/dist/api-contracts/src/custom-field-upload/schema.d.ts +2 -3
- package/dist/api-contracts/src/custom-field-upload/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +54 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -0
- package/dist/api-contracts/src/cx-log/index.d.ts +917 -944
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +594 -626
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +39 -39
- package/dist/api-contracts/src/dashboard/index.d.ts +376 -417
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +38 -39
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +18 -24
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/index.d.ts +3 -4
- package/dist/api-contracts/src/evaluate-form/index.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/schema.d.ts +2 -3
- package/dist/api-contracts/src/evaluate-form/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/export/index.d.ts +3 -4
- package/dist/api-contracts/src/export/index.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +116 -122
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +3386 -2890
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +138 -140
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +150 -160
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/group/schema.d.ts +2 -3
- package/dist/api-contracts/src/group/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +176 -55
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +29 -5
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +10 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +3718 -3231
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +16 -16
- package/dist/api-contracts/src/line/index.d.ts +3738 -3263
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +15 -16
- package/dist/api-contracts/src/line/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +164 -153
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/log-form/schema.d.ts +2 -3
- package/dist/api-contracts/src/log-form/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +246 -256
- package/dist/api-contracts/src/mail/account-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +3 -4
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +3050 -3095
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +44 -50
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/message-contract.d.ts +379 -385
- package/dist/api-contracts/src/mail/message-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +1509 -1532
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message-validation.schema.d.ts +16 -16
- 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 +486 -490
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +468 -473
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +3718 -3233
- 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 +146 -156
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +38 -42
- package/dist/api-contracts/src/notification/index.d.ts.map +1 -1
- 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/permission/index.d.ts +17 -17
- package/dist/api-contracts/src/presence-status/index.d.ts +81 -84
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/index.d.ts +280 -344
- package/dist/api-contracts/src/public-api/index.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/schema.d.ts +44 -58
- package/dist/api-contracts/src/public-api/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/validation.d.ts +108 -133
- package/dist/api-contracts/src/public-api/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +83 -88
- package/dist/api-contracts/src/role/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +260 -241
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +96 -118
- package/dist/api-contracts/src/snippet/index.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/schema.d.ts +24 -31
- package/dist/api-contracts/src/snippet/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/validation.d.ts +4 -5
- package/dist/api-contracts/src/snippet/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +233 -255
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +276 -306
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +84 -91
- package/dist/api-contracts/src/tag/index.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/schema.d.ts +4 -5
- package/dist/api-contracts/src/tag/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tag-group/schema.d.ts +2 -3
- package/dist/api-contracts/src/tag-group/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +2955 -2496
- 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 +68 -72
- 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 +6 -7
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/call-report.schema.d.ts +38 -38
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +1329 -1394
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +222 -242
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/validation.d.ts +45 -52
- package/dist/api-contracts/src/telephony-cdr/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-extension/index.d.ts +21 -21
- package/dist/api-contracts/src/telephony-extension/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-live-queue-call/schema.d.ts +2 -3
- package/dist/api-contracts/src/telephony-live-queue-call/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-queue-call-count/schema.d.ts +2 -3
- package/dist/api-contracts/src/telephony-queue-call-count/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +4 -5
- package/dist/api-contracts/src/tenant/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +958 -1057
- package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/schema.d.ts +100 -123
- package/dist/api-contracts/src/ticket/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/validation.d.ts +55 -57
- package/dist/api-contracts/src/ticket/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/upload/index.d.ts +34 -36
- package/dist/api-contracts/src/upload/index.d.ts.map +1 -1
- package/dist/api-contracts/src/upload/schema.d.ts +2 -3
- package/dist/api-contracts/src/upload/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/user/index.d.ts +130 -136
- package/dist/api-contracts/src/user/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +8 -9
- package/dist/api-contracts/src/user/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +35 -36
- 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 +6 -7
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +3442 -2983
- 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 +8425 -6944
- 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 +3577 -3105
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +2 -3
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +152 -163
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +4 -5
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +1860 -1543
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +4 -5
- package/dist/api-contracts/src/workflow-rule/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +173 -192
- package/dist/api-contracts/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +10 -13
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/validation.d.ts +20 -21
- package/dist/api-contracts/src/wrap-up-form/validation.d.ts.map +1 -1
- package/dist/api-contracts/utils.d.ts +3 -4
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +3 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +3271 -3172
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3270 -3172
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -22,27 +22,9 @@ export declare const commentContract: {
|
|
22
22
|
}>;
|
23
23
|
summary: "Create a comment.";
|
24
24
|
method: "POST";
|
25
|
-
path: "ticket-service/comment";
|
26
|
-
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
27
|
-
'x-tenant': z.ZodString;
|
28
|
-
authorization: z.ZodString;
|
29
|
-
'x-code': z.ZodOptional<z.ZodString>;
|
30
|
-
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
31
|
-
}, "strip", z.ZodTypeAny, {
|
32
|
-
'x-tenant': string;
|
33
|
-
authorization: string;
|
34
|
-
'x-client-timezone': string;
|
35
|
-
'x-code'?: string | undefined;
|
36
|
-
}, {
|
37
|
-
'x-tenant': string;
|
38
|
-
authorization: string;
|
39
|
-
'x-code'?: string | undefined;
|
40
|
-
'x-client-timezone'?: string | undefined;
|
41
|
-
}>>>;
|
42
25
|
responses: {
|
43
|
-
201: z.ZodObject<
|
26
|
+
201: z.ZodObject<{
|
44
27
|
requestId: z.ZodString;
|
45
|
-
}, {
|
46
28
|
comment: z.ZodObject<{
|
47
29
|
id: z.ZodString;
|
48
30
|
createdAt: z.ZodDate;
|
@@ -171,9 +153,9 @@ export declare const commentContract: {
|
|
171
153
|
telephonySignature: string | null;
|
172
154
|
}>;
|
173
155
|
}, "strip", z.ZodTypeAny, {
|
174
|
-
name: string;
|
175
156
|
id: string;
|
176
157
|
address: string | null;
|
158
|
+
name: string;
|
177
159
|
email: string;
|
178
160
|
createdAt: Date;
|
179
161
|
updatedAt: Date;
|
@@ -214,9 +196,9 @@ export declare const commentContract: {
|
|
214
196
|
telephonySignature: string | null;
|
215
197
|
};
|
216
198
|
}, {
|
217
|
-
name: string;
|
218
199
|
id: string;
|
219
200
|
address: string | null;
|
201
|
+
name: string;
|
220
202
|
email: string;
|
221
203
|
createdAt: Date;
|
222
204
|
updatedAt: Date;
|
@@ -288,9 +270,9 @@ export declare const commentContract: {
|
|
288
270
|
updatedAt: Date;
|
289
271
|
deletedAt: Date | null;
|
290
272
|
actor: {
|
291
|
-
name: string;
|
292
273
|
id: string;
|
293
274
|
address: string | null;
|
275
|
+
name: string;
|
294
276
|
email: string;
|
295
277
|
createdAt: Date;
|
296
278
|
updatedAt: Date;
|
@@ -347,9 +329,9 @@ export declare const commentContract: {
|
|
347
329
|
updatedAt: Date;
|
348
330
|
deletedAt: Date | null;
|
349
331
|
actor: {
|
350
|
-
name: string;
|
351
332
|
id: string;
|
352
333
|
address: string | null;
|
334
|
+
name: string;
|
353
335
|
email: string;
|
354
336
|
createdAt: Date;
|
355
337
|
updatedAt: Date;
|
@@ -402,12 +384,11 @@ export declare const commentContract: {
|
|
402
384
|
}>, "many">;
|
403
385
|
comment: z.ZodString;
|
404
386
|
mentions: z.ZodArray<z.ZodString, "many">;
|
405
|
-
ticket: z.ZodObject<
|
387
|
+
ticket: z.ZodObject<{
|
406
388
|
id: z.ZodString;
|
407
389
|
createdAt: z.ZodDate;
|
408
390
|
updatedAt: z.ZodDate;
|
409
391
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
410
|
-
}, {
|
411
392
|
title: z.ZodString;
|
412
393
|
description: z.ZodNullable<z.ZodString>;
|
413
394
|
type: z.ZodString;
|
@@ -534,9 +515,9 @@ export declare const commentContract: {
|
|
534
515
|
telephonySignature: string | null;
|
535
516
|
}>;
|
536
517
|
}, "strip", z.ZodTypeAny, {
|
537
|
-
name: string;
|
538
518
|
id: string;
|
539
519
|
address: string | null;
|
520
|
+
name: string;
|
540
521
|
email: string;
|
541
522
|
createdAt: Date;
|
542
523
|
updatedAt: Date;
|
@@ -577,9 +558,9 @@ export declare const commentContract: {
|
|
577
558
|
telephonySignature: string | null;
|
578
559
|
};
|
579
560
|
}, {
|
580
|
-
name: string;
|
581
561
|
id: string;
|
582
562
|
address: string | null;
|
563
|
+
name: string;
|
583
564
|
email: string;
|
584
565
|
createdAt: Date;
|
585
566
|
updatedAt: Date;
|
@@ -739,9 +720,9 @@ export declare const commentContract: {
|
|
739
720
|
telephonySignature: string | null;
|
740
721
|
}>;
|
741
722
|
}, "strip", z.ZodTypeAny, {
|
742
|
-
name: string;
|
743
723
|
id: string;
|
744
724
|
address: string | null;
|
725
|
+
name: string;
|
745
726
|
email: string;
|
746
727
|
createdAt: Date;
|
747
728
|
updatedAt: Date;
|
@@ -782,9 +763,9 @@ export declare const commentContract: {
|
|
782
763
|
telephonySignature: string | null;
|
783
764
|
};
|
784
765
|
}, {
|
785
|
-
name: string;
|
786
766
|
id: string;
|
787
767
|
address: string | null;
|
768
|
+
name: string;
|
788
769
|
email: string;
|
789
770
|
createdAt: Date;
|
790
771
|
updatedAt: Date;
|
@@ -827,22 +808,20 @@ export declare const commentContract: {
|
|
827
808
|
}>>>;
|
828
809
|
reasonToAssign: z.ZodNullable<z.ZodString>;
|
829
810
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
830
|
-
customFields: z.ZodArray<z.ZodObject<
|
811
|
+
customFields: z.ZodArray<z.ZodObject<{
|
831
812
|
id: z.ZodString;
|
832
813
|
createdAt: z.ZodDate;
|
833
814
|
updatedAt: z.ZodDate;
|
834
815
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
835
|
-
}, {
|
836
816
|
textValue: z.ZodNullable<z.ZodString>;
|
837
817
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
838
818
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
839
819
|
dateValue: z.ZodNullable<z.ZodDate>;
|
840
|
-
attribute: z.ZodObject<Omit<
|
820
|
+
attribute: z.ZodObject<Omit<{
|
841
821
|
id: z.ZodString;
|
842
822
|
createdAt: z.ZodDate;
|
843
823
|
updatedAt: z.ZodDate;
|
844
824
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
845
|
-
}, {
|
846
825
|
systemName: z.ZodString;
|
847
826
|
displayName: z.ZodString;
|
848
827
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -851,14 +830,13 @@ export declare const commentContract: {
|
|
851
830
|
isArchived: z.ZodBoolean;
|
852
831
|
isRequired: z.ZodBoolean;
|
853
832
|
isUnique: z.ZodBoolean;
|
854
|
-
options: z.ZodArray<z.ZodObject<
|
855
|
-
|
833
|
+
options: z.ZodArray<z.ZodObject<{
|
834
|
+
position: z.ZodNumber;
|
856
835
|
value: z.ZodString;
|
836
|
+
label: z.ZodString;
|
857
837
|
isDefault: z.ZodBoolean;
|
858
|
-
position: z.ZodNumber;
|
859
|
-
}, {
|
860
838
|
id: z.ZodString;
|
861
|
-
}
|
839
|
+
}, "strip", z.ZodTypeAny, {
|
862
840
|
id: string;
|
863
841
|
position: number;
|
864
842
|
value: string;
|
@@ -871,15 +849,14 @@ export declare const commentContract: {
|
|
871
849
|
label: string;
|
872
850
|
isDefault: boolean;
|
873
851
|
}>, "many">;
|
874
|
-
group: z.ZodObject<
|
852
|
+
group: z.ZodObject<{
|
875
853
|
id: z.ZodString;
|
876
854
|
createdAt: z.ZodDate;
|
877
855
|
updatedAt: z.ZodDate;
|
878
856
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
879
|
-
}, {
|
880
857
|
systemName: z.ZodString;
|
881
858
|
displayName: z.ZodString;
|
882
|
-
}
|
859
|
+
}, "strip", z.ZodTypeAny, {
|
883
860
|
id: string;
|
884
861
|
createdAt: Date;
|
885
862
|
updatedAt: Date;
|
@@ -894,7 +871,7 @@ export declare const commentContract: {
|
|
894
871
|
systemName: string;
|
895
872
|
displayName: string;
|
896
873
|
}>;
|
897
|
-
}
|
874
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
898
875
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
899
876
|
id: string;
|
900
877
|
position: number;
|
@@ -921,19 +898,18 @@ export declare const commentContract: {
|
|
921
898
|
isRequired: boolean;
|
922
899
|
isUnique: boolean;
|
923
900
|
}>;
|
924
|
-
uploads: z.ZodArray<z.ZodObject<
|
901
|
+
uploads: z.ZodArray<z.ZodObject<{
|
925
902
|
id: z.ZodString;
|
926
903
|
createdAt: z.ZodDate;
|
927
904
|
updatedAt: z.ZodDate;
|
928
905
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
929
|
-
}, {
|
930
906
|
bucketName: z.ZodString;
|
931
907
|
fileName: z.ZodString;
|
932
908
|
fileSize: z.ZodNumber;
|
933
909
|
fileKey: z.ZodString;
|
934
910
|
fileUrl: z.ZodNullable<z.ZodString>;
|
935
911
|
status: z.ZodNullable<z.ZodString>;
|
936
|
-
}
|
912
|
+
}, "strip", z.ZodTypeAny, {
|
937
913
|
id: string;
|
938
914
|
status: string | null;
|
939
915
|
createdAt: Date;
|
@@ -956,7 +932,7 @@ export declare const commentContract: {
|
|
956
932
|
fileSize: number;
|
957
933
|
fileUrl: string | null;
|
958
934
|
}>, "many">;
|
959
|
-
}
|
935
|
+
}, "strip", z.ZodTypeAny, {
|
960
936
|
id: string;
|
961
937
|
createdAt: Date;
|
962
938
|
updatedAt: Date;
|
@@ -1027,32 +1003,30 @@ export declare const commentContract: {
|
|
1027
1003
|
fileUrl: string | null;
|
1028
1004
|
}[];
|
1029
1005
|
}>, "many">;
|
1030
|
-
tags: z.ZodArray<z.ZodObject<
|
1006
|
+
tags: z.ZodArray<z.ZodObject<{
|
1031
1007
|
id: z.ZodString;
|
1032
1008
|
createdAt: z.ZodDate;
|
1033
1009
|
updatedAt: z.ZodDate;
|
1034
1010
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1035
|
-
}, {
|
1036
1011
|
name: z.ZodString;
|
1037
|
-
}
|
1038
|
-
name: string;
|
1012
|
+
}, "strip", z.ZodTypeAny, {
|
1039
1013
|
id: string;
|
1014
|
+
name: string;
|
1040
1015
|
createdAt: Date;
|
1041
1016
|
updatedAt: Date;
|
1042
1017
|
deletedAt: Date | null;
|
1043
1018
|
}, {
|
1044
|
-
name: string;
|
1045
1019
|
id: string;
|
1020
|
+
name: string;
|
1046
1021
|
createdAt: Date;
|
1047
1022
|
updatedAt: Date;
|
1048
1023
|
deletedAt: Date | null;
|
1049
1024
|
}>, "many">;
|
1050
|
-
categories: z.ZodArray<z.ZodObject<
|
1025
|
+
categories: z.ZodArray<z.ZodObject<{
|
1051
1026
|
id: z.ZodString;
|
1052
1027
|
createdAt: z.ZodDate;
|
1053
1028
|
updatedAt: z.ZodDate;
|
1054
1029
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1055
|
-
}, {
|
1056
1030
|
value: z.ZodString;
|
1057
1031
|
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
1058
1032
|
parentId: z.ZodNullable<z.ZodString>;
|
@@ -1105,7 +1079,7 @@ export declare const commentContract: {
|
|
1105
1079
|
childCategoryList: any[];
|
1106
1080
|
}[];
|
1107
1081
|
}>, "many">;
|
1108
|
-
}
|
1082
|
+
}, "strip", z.ZodTypeAny, {
|
1109
1083
|
id: string;
|
1110
1084
|
value: string;
|
1111
1085
|
createdAt: Date;
|
@@ -1159,52 +1133,48 @@ export declare const commentContract: {
|
|
1159
1133
|
notes: z.ZodNullable<z.ZodString>;
|
1160
1134
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1161
1135
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1162
|
-
tags: z.ZodArray<z.ZodObject<
|
1136
|
+
tags: z.ZodArray<z.ZodObject<{
|
1163
1137
|
id: z.ZodString;
|
1164
1138
|
createdAt: z.ZodDate;
|
1165
1139
|
updatedAt: z.ZodDate;
|
1166
1140
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1167
|
-
}, {
|
1168
1141
|
name: z.ZodString;
|
1169
|
-
}
|
1170
|
-
name: string;
|
1142
|
+
}, "strip", z.ZodTypeAny, {
|
1171
1143
|
id: string;
|
1144
|
+
name: string;
|
1172
1145
|
createdAt: Date;
|
1173
1146
|
updatedAt: Date;
|
1174
1147
|
deletedAt: Date | null;
|
1175
1148
|
}, {
|
1176
|
-
name: string;
|
1177
1149
|
id: string;
|
1150
|
+
name: string;
|
1178
1151
|
createdAt: Date;
|
1179
1152
|
updatedAt: Date;
|
1180
1153
|
deletedAt: Date | null;
|
1181
1154
|
}>, "many">;
|
1182
|
-
company: z.ZodNullable<z.ZodObject<Omit<
|
1155
|
+
company: z.ZodNullable<z.ZodObject<Omit<{
|
1183
1156
|
id: z.ZodString;
|
1184
1157
|
createdAt: z.ZodDate;
|
1185
1158
|
updatedAt: z.ZodDate;
|
1186
1159
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1187
|
-
}, {
|
1188
1160
|
name: z.ZodOptional<z.ZodString>;
|
1189
1161
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1190
1162
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1191
1163
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1192
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<
|
1164
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1193
1165
|
id: z.ZodString;
|
1194
1166
|
createdAt: z.ZodDate;
|
1195
1167
|
updatedAt: z.ZodDate;
|
1196
1168
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1197
|
-
}, {
|
1198
1169
|
textValue: z.ZodNullable<z.ZodString>;
|
1199
1170
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1200
1171
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1201
1172
|
dateValue: z.ZodNullable<z.ZodDate>;
|
1202
|
-
attribute: z.ZodObject<Omit<
|
1173
|
+
attribute: z.ZodObject<Omit<{
|
1203
1174
|
id: z.ZodString;
|
1204
1175
|
createdAt: z.ZodDate;
|
1205
1176
|
updatedAt: z.ZodDate;
|
1206
1177
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1207
|
-
}, {
|
1208
1178
|
systemName: z.ZodString;
|
1209
1179
|
displayName: z.ZodString;
|
1210
1180
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -1213,14 +1183,13 @@ export declare const commentContract: {
|
|
1213
1183
|
isArchived: z.ZodBoolean;
|
1214
1184
|
isRequired: z.ZodBoolean;
|
1215
1185
|
isUnique: z.ZodBoolean;
|
1216
|
-
options: z.ZodArray<z.ZodObject<
|
1217
|
-
|
1186
|
+
options: z.ZodArray<z.ZodObject<{
|
1187
|
+
position: z.ZodNumber;
|
1218
1188
|
value: z.ZodString;
|
1189
|
+
label: z.ZodString;
|
1219
1190
|
isDefault: z.ZodBoolean;
|
1220
|
-
position: z.ZodNumber;
|
1221
|
-
}, {
|
1222
1191
|
id: z.ZodString;
|
1223
|
-
}
|
1192
|
+
}, "strip", z.ZodTypeAny, {
|
1224
1193
|
id: string;
|
1225
1194
|
position: number;
|
1226
1195
|
value: string;
|
@@ -1233,15 +1202,14 @@ export declare const commentContract: {
|
|
1233
1202
|
label: string;
|
1234
1203
|
isDefault: boolean;
|
1235
1204
|
}>, "many">;
|
1236
|
-
group: z.ZodObject<
|
1205
|
+
group: z.ZodObject<{
|
1237
1206
|
id: z.ZodString;
|
1238
1207
|
createdAt: z.ZodDate;
|
1239
1208
|
updatedAt: z.ZodDate;
|
1240
1209
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1241
|
-
}, {
|
1242
1210
|
systemName: z.ZodString;
|
1243
1211
|
displayName: z.ZodString;
|
1244
|
-
}
|
1212
|
+
}, "strip", z.ZodTypeAny, {
|
1245
1213
|
id: string;
|
1246
1214
|
createdAt: Date;
|
1247
1215
|
updatedAt: Date;
|
@@ -1256,7 +1224,7 @@ export declare const commentContract: {
|
|
1256
1224
|
systemName: string;
|
1257
1225
|
displayName: string;
|
1258
1226
|
}>;
|
1259
|
-
}
|
1227
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
1260
1228
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1261
1229
|
id: string;
|
1262
1230
|
position: number;
|
@@ -1283,7 +1251,7 @@ export declare const commentContract: {
|
|
1283
1251
|
isRequired: boolean;
|
1284
1252
|
isUnique: boolean;
|
1285
1253
|
}>;
|
1286
|
-
}
|
1254
|
+
}, "strip", z.ZodTypeAny, {
|
1287
1255
|
id: string;
|
1288
1256
|
createdAt: Date;
|
1289
1257
|
updatedAt: Date;
|
@@ -1330,13 +1298,13 @@ export declare const commentContract: {
|
|
1330
1298
|
numberValue: number | null;
|
1331
1299
|
dateValue: Date | null;
|
1332
1300
|
}>, "many">>;
|
1333
|
-
}
|
1301
|
+
}, "customFields">, "strip", z.ZodTypeAny, {
|
1334
1302
|
id: string;
|
1335
1303
|
createdAt: Date;
|
1336
1304
|
updatedAt: Date;
|
1337
1305
|
deletedAt: Date | null;
|
1338
|
-
name?: string | undefined;
|
1339
1306
|
address?: string | null | undefined;
|
1307
|
+
name?: string | undefined;
|
1340
1308
|
phone?: string | null | undefined;
|
1341
1309
|
industry?: string | null | undefined;
|
1342
1310
|
}, {
|
@@ -1344,8 +1312,8 @@ export declare const commentContract: {
|
|
1344
1312
|
createdAt: Date;
|
1345
1313
|
updatedAt: Date;
|
1346
1314
|
deletedAt: Date | null;
|
1347
|
-
name?: string | undefined;
|
1348
1315
|
address?: string | null | undefined;
|
1316
|
+
name?: string | undefined;
|
1349
1317
|
phone?: string | null | undefined;
|
1350
1318
|
industry?: string | null | undefined;
|
1351
1319
|
}>>;
|
@@ -1363,13 +1331,13 @@ export declare const commentContract: {
|
|
1363
1331
|
picture: z.ZodOptional<z.ZodString>;
|
1364
1332
|
additionalCredentials: z.ZodAny;
|
1365
1333
|
}, "strip", z.ZodTypeAny, {
|
1366
|
-
name: string;
|
1367
1334
|
id: string;
|
1335
|
+
name: string;
|
1368
1336
|
picture?: string | undefined;
|
1369
1337
|
additionalCredentials?: any;
|
1370
1338
|
}, {
|
1371
|
-
name: string;
|
1372
1339
|
id: string;
|
1340
|
+
name: string;
|
1373
1341
|
picture?: string | undefined;
|
1374
1342
|
additionalCredentials?: any;
|
1375
1343
|
}>;
|
@@ -1377,8 +1345,8 @@ export declare const commentContract: {
|
|
1377
1345
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1378
1346
|
id: string;
|
1379
1347
|
metadata: {
|
1380
|
-
name: string;
|
1381
1348
|
id: string;
|
1349
|
+
name: string;
|
1382
1350
|
picture?: string | undefined;
|
1383
1351
|
additionalCredentials?: any;
|
1384
1352
|
};
|
@@ -1391,8 +1359,8 @@ export declare const commentContract: {
|
|
1391
1359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1392
1360
|
id: string;
|
1393
1361
|
metadata: {
|
1394
|
-
name: string;
|
1395
1362
|
id: string;
|
1363
|
+
name: string;
|
1396
1364
|
picture?: string | undefined;
|
1397
1365
|
additionalCredentials?: any;
|
1398
1366
|
};
|
@@ -1411,12 +1379,11 @@ export declare const commentContract: {
|
|
1411
1379
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1412
1380
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1413
1381
|
dateValue: z.ZodNullable<z.ZodDate>;
|
1414
|
-
attribute: z.ZodObject<Omit<
|
1382
|
+
attribute: z.ZodObject<Omit<{
|
1415
1383
|
id: z.ZodString;
|
1416
1384
|
createdAt: z.ZodDate;
|
1417
1385
|
updatedAt: z.ZodDate;
|
1418
1386
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1419
|
-
}, {
|
1420
1387
|
systemName: z.ZodString;
|
1421
1388
|
displayName: z.ZodString;
|
1422
1389
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -1425,14 +1392,13 @@ export declare const commentContract: {
|
|
1425
1392
|
isArchived: z.ZodBoolean;
|
1426
1393
|
isRequired: z.ZodBoolean;
|
1427
1394
|
isUnique: z.ZodBoolean;
|
1428
|
-
options: z.ZodArray<z.ZodObject<
|
1429
|
-
|
1395
|
+
options: z.ZodArray<z.ZodObject<{
|
1396
|
+
position: z.ZodNumber;
|
1430
1397
|
value: z.ZodString;
|
1398
|
+
label: z.ZodString;
|
1431
1399
|
isDefault: z.ZodBoolean;
|
1432
|
-
position: z.ZodNumber;
|
1433
|
-
}, {
|
1434
1400
|
id: z.ZodString;
|
1435
|
-
}
|
1401
|
+
}, "strip", z.ZodTypeAny, {
|
1436
1402
|
id: string;
|
1437
1403
|
position: number;
|
1438
1404
|
value: string;
|
@@ -1445,15 +1411,14 @@ export declare const commentContract: {
|
|
1445
1411
|
label: string;
|
1446
1412
|
isDefault: boolean;
|
1447
1413
|
}>, "many">;
|
1448
|
-
group: z.ZodObject<
|
1414
|
+
group: z.ZodObject<{
|
1449
1415
|
id: z.ZodString;
|
1450
1416
|
createdAt: z.ZodDate;
|
1451
1417
|
updatedAt: z.ZodDate;
|
1452
1418
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1453
|
-
}, {
|
1454
1419
|
systemName: z.ZodString;
|
1455
1420
|
displayName: z.ZodString;
|
1456
|
-
}
|
1421
|
+
}, "strip", z.ZodTypeAny, {
|
1457
1422
|
id: string;
|
1458
1423
|
createdAt: Date;
|
1459
1424
|
updatedAt: Date;
|
@@ -1468,7 +1433,7 @@ export declare const commentContract: {
|
|
1468
1433
|
systemName: string;
|
1469
1434
|
displayName: string;
|
1470
1435
|
}>;
|
1471
|
-
}
|
1436
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
1472
1437
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1473
1438
|
id: string;
|
1474
1439
|
position: number;
|
@@ -1495,19 +1460,18 @@ export declare const commentContract: {
|
|
1495
1460
|
isRequired: boolean;
|
1496
1461
|
isUnique: boolean;
|
1497
1462
|
}>;
|
1498
|
-
uploads: z.ZodArray<z.ZodObject<
|
1463
|
+
uploads: z.ZodArray<z.ZodObject<{
|
1499
1464
|
id: z.ZodString;
|
1500
1465
|
createdAt: z.ZodDate;
|
1501
1466
|
updatedAt: z.ZodDate;
|
1502
1467
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1503
|
-
}, {
|
1504
1468
|
bucketName: z.ZodString;
|
1505
1469
|
fileName: z.ZodString;
|
1506
1470
|
fileSize: z.ZodNumber;
|
1507
1471
|
fileKey: z.ZodString;
|
1508
1472
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1509
1473
|
status: z.ZodNullable<z.ZodString>;
|
1510
|
-
}
|
1474
|
+
}, "strip", z.ZodTypeAny, {
|
1511
1475
|
id: string;
|
1512
1476
|
status: string | null;
|
1513
1477
|
createdAt: Date;
|
@@ -1706,10 +1670,10 @@ export declare const commentContract: {
|
|
1706
1670
|
};
|
1707
1671
|
}>, "many">>;
|
1708
1672
|
}, "strip", z.ZodTypeAny, {
|
1709
|
-
name: string;
|
1710
1673
|
id: string;
|
1711
1674
|
channel: string | null;
|
1712
1675
|
address: string | null;
|
1676
|
+
name: string;
|
1713
1677
|
createdAt: Date;
|
1714
1678
|
updatedAt: Date;
|
1715
1679
|
deletedAt: Date | null;
|
@@ -1754,8 +1718,8 @@ export declare const commentContract: {
|
|
1754
1718
|
createdAt: Date;
|
1755
1719
|
updatedAt: Date;
|
1756
1720
|
deletedAt: Date | null;
|
1757
|
-
name?: string | undefined;
|
1758
1721
|
address?: string | null | undefined;
|
1722
|
+
name?: string | undefined;
|
1759
1723
|
phone?: string | null | undefined;
|
1760
1724
|
industry?: string | null | undefined;
|
1761
1725
|
} | null;
|
@@ -1763,8 +1727,8 @@ export declare const commentContract: {
|
|
1763
1727
|
contactProfile: string | null;
|
1764
1728
|
socialProfileUrl: string | null;
|
1765
1729
|
tags: {
|
1766
|
-
name: string;
|
1767
1730
|
id: string;
|
1731
|
+
name: string;
|
1768
1732
|
createdAt: Date;
|
1769
1733
|
updatedAt: Date;
|
1770
1734
|
deletedAt: Date | null;
|
@@ -1789,8 +1753,8 @@ export declare const commentContract: {
|
|
1789
1753
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1790
1754
|
id: string;
|
1791
1755
|
metadata: {
|
1792
|
-
name: string;
|
1793
1756
|
id: string;
|
1757
|
+
name: string;
|
1794
1758
|
picture?: string | undefined;
|
1795
1759
|
additionalCredentials?: any;
|
1796
1760
|
};
|
@@ -1817,10 +1781,10 @@ export declare const commentContract: {
|
|
1817
1781
|
};
|
1818
1782
|
}[] | undefined;
|
1819
1783
|
}, {
|
1820
|
-
name: string;
|
1821
1784
|
id: string;
|
1822
1785
|
channel: string | null;
|
1823
1786
|
address: string | null;
|
1787
|
+
name: string;
|
1824
1788
|
createdAt: Date;
|
1825
1789
|
updatedAt: Date;
|
1826
1790
|
deletedAt: Date | null;
|
@@ -1865,8 +1829,8 @@ export declare const commentContract: {
|
|
1865
1829
|
createdAt: Date;
|
1866
1830
|
updatedAt: Date;
|
1867
1831
|
deletedAt: Date | null;
|
1868
|
-
name?: string | undefined;
|
1869
1832
|
address?: string | null | undefined;
|
1833
|
+
name?: string | undefined;
|
1870
1834
|
phone?: string | null | undefined;
|
1871
1835
|
industry?: string | null | undefined;
|
1872
1836
|
} | null;
|
@@ -1874,8 +1838,8 @@ export declare const commentContract: {
|
|
1874
1838
|
contactProfile: string | null;
|
1875
1839
|
socialProfileUrl: string | null;
|
1876
1840
|
tags: {
|
1877
|
-
name: string;
|
1878
1841
|
id: string;
|
1842
|
+
name: string;
|
1879
1843
|
createdAt: Date;
|
1880
1844
|
updatedAt: Date;
|
1881
1845
|
deletedAt: Date | null;
|
@@ -1900,8 +1864,8 @@ export declare const commentContract: {
|
|
1900
1864
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1901
1865
|
id: string;
|
1902
1866
|
metadata: {
|
1903
|
-
name: string;
|
1904
1867
|
id: string;
|
1868
|
+
name: string;
|
1905
1869
|
picture?: string | undefined;
|
1906
1870
|
additionalCredentials?: any;
|
1907
1871
|
};
|
@@ -2051,9 +2015,9 @@ export declare const commentContract: {
|
|
2051
2015
|
telephonySignature: string | null;
|
2052
2016
|
}>;
|
2053
2017
|
}, "strip", z.ZodTypeAny, {
|
2054
|
-
name: string;
|
2055
2018
|
id: string;
|
2056
2019
|
address: string | null;
|
2020
|
+
name: string;
|
2057
2021
|
email: string;
|
2058
2022
|
createdAt: Date;
|
2059
2023
|
updatedAt: Date;
|
@@ -2094,9 +2058,9 @@ export declare const commentContract: {
|
|
2094
2058
|
telephonySignature: string | null;
|
2095
2059
|
};
|
2096
2060
|
}, {
|
2097
|
-
name: string;
|
2098
2061
|
id: string;
|
2099
2062
|
address: string | null;
|
2063
|
+
name: string;
|
2100
2064
|
email: string;
|
2101
2065
|
createdAt: Date;
|
2102
2066
|
updatedAt: Date;
|
@@ -2168,9 +2132,9 @@ export declare const commentContract: {
|
|
2168
2132
|
updatedAt: Date;
|
2169
2133
|
deletedAt: Date | null;
|
2170
2134
|
actor: {
|
2171
|
-
name: string;
|
2172
2135
|
id: string;
|
2173
2136
|
address: string | null;
|
2137
|
+
name: string;
|
2174
2138
|
email: string;
|
2175
2139
|
createdAt: Date;
|
2176
2140
|
updatedAt: Date;
|
@@ -2227,9 +2191,9 @@ export declare const commentContract: {
|
|
2227
2191
|
updatedAt: Date;
|
2228
2192
|
deletedAt: Date | null;
|
2229
2193
|
actor: {
|
2230
|
-
name: string;
|
2231
2194
|
id: string;
|
2232
2195
|
address: string | null;
|
2196
|
+
name: string;
|
2233
2197
|
email: string;
|
2234
2198
|
createdAt: Date;
|
2235
2199
|
updatedAt: Date;
|
@@ -2280,7 +2244,7 @@ export declare const commentContract: {
|
|
2280
2244
|
entity: string;
|
2281
2245
|
};
|
2282
2246
|
}>, "many">;
|
2283
|
-
}
|
2247
|
+
}, "strip", z.ZodTypeAny, {
|
2284
2248
|
type: string;
|
2285
2249
|
id: string;
|
2286
2250
|
channel: string;
|
@@ -2314,10 +2278,10 @@ export declare const commentContract: {
|
|
2314
2278
|
}[];
|
2315
2279
|
}[];
|
2316
2280
|
contact: {
|
2317
|
-
name: string;
|
2318
2281
|
id: string;
|
2319
2282
|
channel: string | null;
|
2320
2283
|
address: string | null;
|
2284
|
+
name: string;
|
2321
2285
|
createdAt: Date;
|
2322
2286
|
updatedAt: Date;
|
2323
2287
|
deletedAt: Date | null;
|
@@ -2362,8 +2326,8 @@ export declare const commentContract: {
|
|
2362
2326
|
createdAt: Date;
|
2363
2327
|
updatedAt: Date;
|
2364
2328
|
deletedAt: Date | null;
|
2365
|
-
name?: string | undefined;
|
2366
2329
|
address?: string | null | undefined;
|
2330
|
+
name?: string | undefined;
|
2367
2331
|
phone?: string | null | undefined;
|
2368
2332
|
industry?: string | null | undefined;
|
2369
2333
|
} | null;
|
@@ -2371,8 +2335,8 @@ export declare const commentContract: {
|
|
2371
2335
|
contactProfile: string | null;
|
2372
2336
|
socialProfileUrl: string | null;
|
2373
2337
|
tags: {
|
2374
|
-
name: string;
|
2375
2338
|
id: string;
|
2339
|
+
name: string;
|
2376
2340
|
createdAt: Date;
|
2377
2341
|
updatedAt: Date;
|
2378
2342
|
deletedAt: Date | null;
|
@@ -2397,8 +2361,8 @@ export declare const commentContract: {
|
|
2397
2361
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2398
2362
|
id: string;
|
2399
2363
|
metadata: {
|
2400
|
-
name: string;
|
2401
2364
|
id: string;
|
2365
|
+
name: string;
|
2402
2366
|
picture?: string | undefined;
|
2403
2367
|
additionalCredentials?: any;
|
2404
2368
|
};
|
@@ -2462,8 +2426,8 @@ export declare const commentContract: {
|
|
2462
2426
|
}[];
|
2463
2427
|
}[];
|
2464
2428
|
tags: {
|
2465
|
-
name: string;
|
2466
2429
|
id: string;
|
2430
|
+
name: string;
|
2467
2431
|
createdAt: Date;
|
2468
2432
|
updatedAt: Date;
|
2469
2433
|
deletedAt: Date | null;
|
@@ -2475,9 +2439,9 @@ export declare const commentContract: {
|
|
2475
2439
|
updatedAt: Date;
|
2476
2440
|
deletedAt: Date | null;
|
2477
2441
|
actor: {
|
2478
|
-
name: string;
|
2479
2442
|
id: string;
|
2480
2443
|
address: string | null;
|
2444
|
+
name: string;
|
2481
2445
|
email: string;
|
2482
2446
|
createdAt: Date;
|
2483
2447
|
updatedAt: Date;
|
@@ -2532,10 +2496,10 @@ export declare const commentContract: {
|
|
2532
2496
|
assigneeId: string;
|
2533
2497
|
creatorId: string;
|
2534
2498
|
reasonToAssign: string | null;
|
2535
|
-
|
2536
|
-
name: string;
|
2499
|
+
creator?: {
|
2537
2500
|
id: string;
|
2538
2501
|
address: string | null;
|
2502
|
+
name: string;
|
2539
2503
|
email: string;
|
2540
2504
|
createdAt: Date;
|
2541
2505
|
updatedAt: Date;
|
@@ -2576,10 +2540,10 @@ export declare const commentContract: {
|
|
2576
2540
|
telephonySignature: string | null;
|
2577
2541
|
};
|
2578
2542
|
} | null | undefined;
|
2579
|
-
|
2580
|
-
name: string;
|
2543
|
+
assignee?: {
|
2581
2544
|
id: string;
|
2582
2545
|
address: string | null;
|
2546
|
+
name: string;
|
2583
2547
|
email: string;
|
2584
2548
|
createdAt: Date;
|
2585
2549
|
updatedAt: Date;
|
@@ -2655,10 +2619,10 @@ export declare const commentContract: {
|
|
2655
2619
|
}[];
|
2656
2620
|
}[];
|
2657
2621
|
contact: {
|
2658
|
-
name: string;
|
2659
2622
|
id: string;
|
2660
2623
|
channel: string | null;
|
2661
2624
|
address: string | null;
|
2625
|
+
name: string;
|
2662
2626
|
createdAt: Date;
|
2663
2627
|
updatedAt: Date;
|
2664
2628
|
deletedAt: Date | null;
|
@@ -2703,8 +2667,8 @@ export declare const commentContract: {
|
|
2703
2667
|
createdAt: Date;
|
2704
2668
|
updatedAt: Date;
|
2705
2669
|
deletedAt: Date | null;
|
2706
|
-
name?: string | undefined;
|
2707
2670
|
address?: string | null | undefined;
|
2671
|
+
name?: string | undefined;
|
2708
2672
|
phone?: string | null | undefined;
|
2709
2673
|
industry?: string | null | undefined;
|
2710
2674
|
} | null;
|
@@ -2712,8 +2676,8 @@ export declare const commentContract: {
|
|
2712
2676
|
contactProfile: string | null;
|
2713
2677
|
socialProfileUrl: string | null;
|
2714
2678
|
tags: {
|
2715
|
-
name: string;
|
2716
2679
|
id: string;
|
2680
|
+
name: string;
|
2717
2681
|
createdAt: Date;
|
2718
2682
|
updatedAt: Date;
|
2719
2683
|
deletedAt: Date | null;
|
@@ -2738,8 +2702,8 @@ export declare const commentContract: {
|
|
2738
2702
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2739
2703
|
id: string;
|
2740
2704
|
metadata: {
|
2741
|
-
name: string;
|
2742
2705
|
id: string;
|
2706
|
+
name: string;
|
2743
2707
|
picture?: string | undefined;
|
2744
2708
|
additionalCredentials?: any;
|
2745
2709
|
};
|
@@ -2803,8 +2767,8 @@ export declare const commentContract: {
|
|
2803
2767
|
}[];
|
2804
2768
|
}[];
|
2805
2769
|
tags: {
|
2806
|
-
name: string;
|
2807
2770
|
id: string;
|
2771
|
+
name: string;
|
2808
2772
|
createdAt: Date;
|
2809
2773
|
updatedAt: Date;
|
2810
2774
|
deletedAt: Date | null;
|
@@ -2816,9 +2780,9 @@ export declare const commentContract: {
|
|
2816
2780
|
updatedAt: Date;
|
2817
2781
|
deletedAt: Date | null;
|
2818
2782
|
actor: {
|
2819
|
-
name: string;
|
2820
2783
|
id: string;
|
2821
2784
|
address: string | null;
|
2785
|
+
name: string;
|
2822
2786
|
email: string;
|
2823
2787
|
createdAt: Date;
|
2824
2788
|
updatedAt: Date;
|
@@ -2873,10 +2837,10 @@ export declare const commentContract: {
|
|
2873
2837
|
assigneeId: string;
|
2874
2838
|
creatorId: string;
|
2875
2839
|
reasonToAssign: string | null;
|
2876
|
-
|
2877
|
-
name: string;
|
2840
|
+
creator?: {
|
2878
2841
|
id: string;
|
2879
2842
|
address: string | null;
|
2843
|
+
name: string;
|
2880
2844
|
email: string;
|
2881
2845
|
createdAt: Date;
|
2882
2846
|
updatedAt: Date;
|
@@ -2917,10 +2881,10 @@ export declare const commentContract: {
|
|
2917
2881
|
telephonySignature: string | null;
|
2918
2882
|
};
|
2919
2883
|
} | null | undefined;
|
2920
|
-
|
2921
|
-
name: string;
|
2884
|
+
assignee?: {
|
2922
2885
|
id: string;
|
2923
2886
|
address: string | null;
|
2887
|
+
name: string;
|
2924
2888
|
email: string;
|
2925
2889
|
createdAt: Date;
|
2926
2890
|
updatedAt: Date;
|
@@ -3081,9 +3045,9 @@ export declare const commentContract: {
|
|
3081
3045
|
telephonySignature: string | null;
|
3082
3046
|
}>;
|
3083
3047
|
}, "strip", z.ZodTypeAny, {
|
3084
|
-
name: string;
|
3085
3048
|
id: string;
|
3086
3049
|
address: string | null;
|
3050
|
+
name: string;
|
3087
3051
|
email: string;
|
3088
3052
|
createdAt: Date;
|
3089
3053
|
updatedAt: Date;
|
@@ -3124,9 +3088,9 @@ export declare const commentContract: {
|
|
3124
3088
|
telephonySignature: string | null;
|
3125
3089
|
};
|
3126
3090
|
}, {
|
3127
|
-
name: string;
|
3128
3091
|
id: string;
|
3129
3092
|
address: string | null;
|
3093
|
+
name: string;
|
3130
3094
|
email: string;
|
3131
3095
|
createdAt: Date;
|
3132
3096
|
updatedAt: Date;
|
@@ -3206,10 +3170,10 @@ export declare const commentContract: {
|
|
3206
3170
|
}[];
|
3207
3171
|
}[];
|
3208
3172
|
contact: {
|
3209
|
-
name: string;
|
3210
3173
|
id: string;
|
3211
3174
|
channel: string | null;
|
3212
3175
|
address: string | null;
|
3176
|
+
name: string;
|
3213
3177
|
createdAt: Date;
|
3214
3178
|
updatedAt: Date;
|
3215
3179
|
deletedAt: Date | null;
|
@@ -3254,8 +3218,8 @@ export declare const commentContract: {
|
|
3254
3218
|
createdAt: Date;
|
3255
3219
|
updatedAt: Date;
|
3256
3220
|
deletedAt: Date | null;
|
3257
|
-
name?: string | undefined;
|
3258
3221
|
address?: string | null | undefined;
|
3222
|
+
name?: string | undefined;
|
3259
3223
|
phone?: string | null | undefined;
|
3260
3224
|
industry?: string | null | undefined;
|
3261
3225
|
} | null;
|
@@ -3263,8 +3227,8 @@ export declare const commentContract: {
|
|
3263
3227
|
contactProfile: string | null;
|
3264
3228
|
socialProfileUrl: string | null;
|
3265
3229
|
tags: {
|
3266
|
-
name: string;
|
3267
3230
|
id: string;
|
3231
|
+
name: string;
|
3268
3232
|
createdAt: Date;
|
3269
3233
|
updatedAt: Date;
|
3270
3234
|
deletedAt: Date | null;
|
@@ -3289,8 +3253,8 @@ export declare const commentContract: {
|
|
3289
3253
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3290
3254
|
id: string;
|
3291
3255
|
metadata: {
|
3292
|
-
name: string;
|
3293
3256
|
id: string;
|
3257
|
+
name: string;
|
3294
3258
|
picture?: string | undefined;
|
3295
3259
|
additionalCredentials?: any;
|
3296
3260
|
};
|
@@ -3354,8 +3318,8 @@ export declare const commentContract: {
|
|
3354
3318
|
}[];
|
3355
3319
|
}[];
|
3356
3320
|
tags: {
|
3357
|
-
name: string;
|
3358
3321
|
id: string;
|
3322
|
+
name: string;
|
3359
3323
|
createdAt: Date;
|
3360
3324
|
updatedAt: Date;
|
3361
3325
|
deletedAt: Date | null;
|
@@ -3367,9 +3331,9 @@ export declare const commentContract: {
|
|
3367
3331
|
updatedAt: Date;
|
3368
3332
|
deletedAt: Date | null;
|
3369
3333
|
actor: {
|
3370
|
-
name: string;
|
3371
3334
|
id: string;
|
3372
3335
|
address: string | null;
|
3336
|
+
name: string;
|
3373
3337
|
email: string;
|
3374
3338
|
createdAt: Date;
|
3375
3339
|
updatedAt: Date;
|
@@ -3424,10 +3388,10 @@ export declare const commentContract: {
|
|
3424
3388
|
assigneeId: string;
|
3425
3389
|
creatorId: string;
|
3426
3390
|
reasonToAssign: string | null;
|
3427
|
-
|
3428
|
-
name: string;
|
3391
|
+
creator?: {
|
3429
3392
|
id: string;
|
3430
3393
|
address: string | null;
|
3394
|
+
name: string;
|
3431
3395
|
email: string;
|
3432
3396
|
createdAt: Date;
|
3433
3397
|
updatedAt: Date;
|
@@ -3468,10 +3432,10 @@ export declare const commentContract: {
|
|
3468
3432
|
telephonySignature: string | null;
|
3469
3433
|
};
|
3470
3434
|
} | null | undefined;
|
3471
|
-
|
3472
|
-
name: string;
|
3435
|
+
assignee?: {
|
3473
3436
|
id: string;
|
3474
3437
|
address: string | null;
|
3438
|
+
name: string;
|
3475
3439
|
email: string;
|
3476
3440
|
createdAt: Date;
|
3477
3441
|
updatedAt: Date;
|
@@ -3521,9 +3485,9 @@ export declare const commentContract: {
|
|
3521
3485
|
updatedAt: Date;
|
3522
3486
|
deletedAt: Date | null;
|
3523
3487
|
actor: {
|
3524
|
-
name: string;
|
3525
3488
|
id: string;
|
3526
3489
|
address: string | null;
|
3490
|
+
name: string;
|
3527
3491
|
email: string;
|
3528
3492
|
createdAt: Date;
|
3529
3493
|
updatedAt: Date;
|
@@ -3575,9 +3539,9 @@ export declare const commentContract: {
|
|
3575
3539
|
};
|
3576
3540
|
}[];
|
3577
3541
|
agent: {
|
3578
|
-
name: string;
|
3579
3542
|
id: string;
|
3580
3543
|
address: string | null;
|
3544
|
+
name: string;
|
3581
3545
|
email: string;
|
3582
3546
|
createdAt: Date;
|
3583
3547
|
updatedAt: Date;
|
@@ -3659,10 +3623,10 @@ export declare const commentContract: {
|
|
3659
3623
|
}[];
|
3660
3624
|
}[];
|
3661
3625
|
contact: {
|
3662
|
-
name: string;
|
3663
3626
|
id: string;
|
3664
3627
|
channel: string | null;
|
3665
3628
|
address: string | null;
|
3629
|
+
name: string;
|
3666
3630
|
createdAt: Date;
|
3667
3631
|
updatedAt: Date;
|
3668
3632
|
deletedAt: Date | null;
|
@@ -3707,8 +3671,8 @@ export declare const commentContract: {
|
|
3707
3671
|
createdAt: Date;
|
3708
3672
|
updatedAt: Date;
|
3709
3673
|
deletedAt: Date | null;
|
3710
|
-
name?: string | undefined;
|
3711
3674
|
address?: string | null | undefined;
|
3675
|
+
name?: string | undefined;
|
3712
3676
|
phone?: string | null | undefined;
|
3713
3677
|
industry?: string | null | undefined;
|
3714
3678
|
} | null;
|
@@ -3716,8 +3680,8 @@ export declare const commentContract: {
|
|
3716
3680
|
contactProfile: string | null;
|
3717
3681
|
socialProfileUrl: string | null;
|
3718
3682
|
tags: {
|
3719
|
-
name: string;
|
3720
3683
|
id: string;
|
3684
|
+
name: string;
|
3721
3685
|
createdAt: Date;
|
3722
3686
|
updatedAt: Date;
|
3723
3687
|
deletedAt: Date | null;
|
@@ -3742,8 +3706,8 @@ export declare const commentContract: {
|
|
3742
3706
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3743
3707
|
id: string;
|
3744
3708
|
metadata: {
|
3745
|
-
name: string;
|
3746
3709
|
id: string;
|
3710
|
+
name: string;
|
3747
3711
|
picture?: string | undefined;
|
3748
3712
|
additionalCredentials?: any;
|
3749
3713
|
};
|
@@ -3807,8 +3771,8 @@ export declare const commentContract: {
|
|
3807
3771
|
}[];
|
3808
3772
|
}[];
|
3809
3773
|
tags: {
|
3810
|
-
name: string;
|
3811
3774
|
id: string;
|
3775
|
+
name: string;
|
3812
3776
|
createdAt: Date;
|
3813
3777
|
updatedAt: Date;
|
3814
3778
|
deletedAt: Date | null;
|
@@ -3820,9 +3784,9 @@ export declare const commentContract: {
|
|
3820
3784
|
updatedAt: Date;
|
3821
3785
|
deletedAt: Date | null;
|
3822
3786
|
actor: {
|
3823
|
-
name: string;
|
3824
3787
|
id: string;
|
3825
3788
|
address: string | null;
|
3789
|
+
name: string;
|
3826
3790
|
email: string;
|
3827
3791
|
createdAt: Date;
|
3828
3792
|
updatedAt: Date;
|
@@ -3877,10 +3841,10 @@ export declare const commentContract: {
|
|
3877
3841
|
assigneeId: string;
|
3878
3842
|
creatorId: string;
|
3879
3843
|
reasonToAssign: string | null;
|
3880
|
-
|
3881
|
-
name: string;
|
3844
|
+
creator?: {
|
3882
3845
|
id: string;
|
3883
3846
|
address: string | null;
|
3847
|
+
name: string;
|
3884
3848
|
email: string;
|
3885
3849
|
createdAt: Date;
|
3886
3850
|
updatedAt: Date;
|
@@ -3921,10 +3885,10 @@ export declare const commentContract: {
|
|
3921
3885
|
telephonySignature: string | null;
|
3922
3886
|
};
|
3923
3887
|
} | null | undefined;
|
3924
|
-
|
3925
|
-
name: string;
|
3888
|
+
assignee?: {
|
3926
3889
|
id: string;
|
3927
3890
|
address: string | null;
|
3891
|
+
name: string;
|
3928
3892
|
email: string;
|
3929
3893
|
createdAt: Date;
|
3930
3894
|
updatedAt: Date;
|
@@ -3974,9 +3938,9 @@ export declare const commentContract: {
|
|
3974
3938
|
updatedAt: Date;
|
3975
3939
|
deletedAt: Date | null;
|
3976
3940
|
actor: {
|
3977
|
-
name: string;
|
3978
3941
|
id: string;
|
3979
3942
|
address: string | null;
|
3943
|
+
name: string;
|
3980
3944
|
email: string;
|
3981
3945
|
createdAt: Date;
|
3982
3946
|
updatedAt: Date;
|
@@ -4028,9 +3992,9 @@ export declare const commentContract: {
|
|
4028
3992
|
};
|
4029
3993
|
}[];
|
4030
3994
|
agent: {
|
4031
|
-
name: string;
|
4032
3995
|
id: string;
|
4033
3996
|
address: string | null;
|
3997
|
+
name: string;
|
4034
3998
|
email: string;
|
4035
3999
|
createdAt: Date;
|
4036
4000
|
updatedAt: Date;
|
@@ -4074,7 +4038,7 @@ export declare const commentContract: {
|
|
4074
4038
|
mentions: string[];
|
4075
4039
|
comment: string;
|
4076
4040
|
}>;
|
4077
|
-
}
|
4041
|
+
}, "strip", z.ZodTypeAny, {
|
4078
4042
|
requestId: string;
|
4079
4043
|
comment: {
|
4080
4044
|
id: string;
|
@@ -4115,10 +4079,10 @@ export declare const commentContract: {
|
|
4115
4079
|
}[];
|
4116
4080
|
}[];
|
4117
4081
|
contact: {
|
4118
|
-
name: string;
|
4119
4082
|
id: string;
|
4120
4083
|
channel: string | null;
|
4121
4084
|
address: string | null;
|
4085
|
+
name: string;
|
4122
4086
|
createdAt: Date;
|
4123
4087
|
updatedAt: Date;
|
4124
4088
|
deletedAt: Date | null;
|
@@ -4163,8 +4127,8 @@ export declare const commentContract: {
|
|
4163
4127
|
createdAt: Date;
|
4164
4128
|
updatedAt: Date;
|
4165
4129
|
deletedAt: Date | null;
|
4166
|
-
name?: string | undefined;
|
4167
4130
|
address?: string | null | undefined;
|
4131
|
+
name?: string | undefined;
|
4168
4132
|
phone?: string | null | undefined;
|
4169
4133
|
industry?: string | null | undefined;
|
4170
4134
|
} | null;
|
@@ -4172,8 +4136,8 @@ export declare const commentContract: {
|
|
4172
4136
|
contactProfile: string | null;
|
4173
4137
|
socialProfileUrl: string | null;
|
4174
4138
|
tags: {
|
4175
|
-
name: string;
|
4176
4139
|
id: string;
|
4140
|
+
name: string;
|
4177
4141
|
createdAt: Date;
|
4178
4142
|
updatedAt: Date;
|
4179
4143
|
deletedAt: Date | null;
|
@@ -4198,8 +4162,8 @@ export declare const commentContract: {
|
|
4198
4162
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4199
4163
|
id: string;
|
4200
4164
|
metadata: {
|
4201
|
-
name: string;
|
4202
4165
|
id: string;
|
4166
|
+
name: string;
|
4203
4167
|
picture?: string | undefined;
|
4204
4168
|
additionalCredentials?: any;
|
4205
4169
|
};
|
@@ -4263,8 +4227,8 @@ export declare const commentContract: {
|
|
4263
4227
|
}[];
|
4264
4228
|
}[];
|
4265
4229
|
tags: {
|
4266
|
-
name: string;
|
4267
4230
|
id: string;
|
4231
|
+
name: string;
|
4268
4232
|
createdAt: Date;
|
4269
4233
|
updatedAt: Date;
|
4270
4234
|
deletedAt: Date | null;
|
@@ -4276,9 +4240,9 @@ export declare const commentContract: {
|
|
4276
4240
|
updatedAt: Date;
|
4277
4241
|
deletedAt: Date | null;
|
4278
4242
|
actor: {
|
4279
|
-
name: string;
|
4280
4243
|
id: string;
|
4281
4244
|
address: string | null;
|
4245
|
+
name: string;
|
4282
4246
|
email: string;
|
4283
4247
|
createdAt: Date;
|
4284
4248
|
updatedAt: Date;
|
@@ -4333,10 +4297,10 @@ export declare const commentContract: {
|
|
4333
4297
|
assigneeId: string;
|
4334
4298
|
creatorId: string;
|
4335
4299
|
reasonToAssign: string | null;
|
4336
|
-
|
4337
|
-
name: string;
|
4300
|
+
creator?: {
|
4338
4301
|
id: string;
|
4339
4302
|
address: string | null;
|
4303
|
+
name: string;
|
4340
4304
|
email: string;
|
4341
4305
|
createdAt: Date;
|
4342
4306
|
updatedAt: Date;
|
@@ -4377,10 +4341,10 @@ export declare const commentContract: {
|
|
4377
4341
|
telephonySignature: string | null;
|
4378
4342
|
};
|
4379
4343
|
} | null | undefined;
|
4380
|
-
|
4381
|
-
name: string;
|
4344
|
+
assignee?: {
|
4382
4345
|
id: string;
|
4383
4346
|
address: string | null;
|
4347
|
+
name: string;
|
4384
4348
|
email: string;
|
4385
4349
|
createdAt: Date;
|
4386
4350
|
updatedAt: Date;
|
@@ -4430,9 +4394,9 @@ export declare const commentContract: {
|
|
4430
4394
|
updatedAt: Date;
|
4431
4395
|
deletedAt: Date | null;
|
4432
4396
|
actor: {
|
4433
|
-
name: string;
|
4434
4397
|
id: string;
|
4435
4398
|
address: string | null;
|
4399
|
+
name: string;
|
4436
4400
|
email: string;
|
4437
4401
|
createdAt: Date;
|
4438
4402
|
updatedAt: Date;
|
@@ -4484,9 +4448,9 @@ export declare const commentContract: {
|
|
4484
4448
|
};
|
4485
4449
|
}[];
|
4486
4450
|
agent: {
|
4487
|
-
name: string;
|
4488
4451
|
id: string;
|
4489
4452
|
address: string | null;
|
4453
|
+
name: string;
|
4490
4454
|
email: string;
|
4491
4455
|
createdAt: Date;
|
4492
4456
|
updatedAt: Date;
|
@@ -4571,10 +4535,10 @@ export declare const commentContract: {
|
|
4571
4535
|
}[];
|
4572
4536
|
}[];
|
4573
4537
|
contact: {
|
4574
|
-
name: string;
|
4575
4538
|
id: string;
|
4576
4539
|
channel: string | null;
|
4577
4540
|
address: string | null;
|
4541
|
+
name: string;
|
4578
4542
|
createdAt: Date;
|
4579
4543
|
updatedAt: Date;
|
4580
4544
|
deletedAt: Date | null;
|
@@ -4619,8 +4583,8 @@ export declare const commentContract: {
|
|
4619
4583
|
createdAt: Date;
|
4620
4584
|
updatedAt: Date;
|
4621
4585
|
deletedAt: Date | null;
|
4622
|
-
name?: string | undefined;
|
4623
4586
|
address?: string | null | undefined;
|
4587
|
+
name?: string | undefined;
|
4624
4588
|
phone?: string | null | undefined;
|
4625
4589
|
industry?: string | null | undefined;
|
4626
4590
|
} | null;
|
@@ -4628,8 +4592,8 @@ export declare const commentContract: {
|
|
4628
4592
|
contactProfile: string | null;
|
4629
4593
|
socialProfileUrl: string | null;
|
4630
4594
|
tags: {
|
4631
|
-
name: string;
|
4632
4595
|
id: string;
|
4596
|
+
name: string;
|
4633
4597
|
createdAt: Date;
|
4634
4598
|
updatedAt: Date;
|
4635
4599
|
deletedAt: Date | null;
|
@@ -4654,8 +4618,8 @@ export declare const commentContract: {
|
|
4654
4618
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4655
4619
|
id: string;
|
4656
4620
|
metadata: {
|
4657
|
-
name: string;
|
4658
4621
|
id: string;
|
4622
|
+
name: string;
|
4659
4623
|
picture?: string | undefined;
|
4660
4624
|
additionalCredentials?: any;
|
4661
4625
|
};
|
@@ -4719,8 +4683,8 @@ export declare const commentContract: {
|
|
4719
4683
|
}[];
|
4720
4684
|
}[];
|
4721
4685
|
tags: {
|
4722
|
-
name: string;
|
4723
4686
|
id: string;
|
4687
|
+
name: string;
|
4724
4688
|
createdAt: Date;
|
4725
4689
|
updatedAt: Date;
|
4726
4690
|
deletedAt: Date | null;
|
@@ -4732,9 +4696,9 @@ export declare const commentContract: {
|
|
4732
4696
|
updatedAt: Date;
|
4733
4697
|
deletedAt: Date | null;
|
4734
4698
|
actor: {
|
4735
|
-
name: string;
|
4736
4699
|
id: string;
|
4737
4700
|
address: string | null;
|
4701
|
+
name: string;
|
4738
4702
|
email: string;
|
4739
4703
|
createdAt: Date;
|
4740
4704
|
updatedAt: Date;
|
@@ -4789,10 +4753,10 @@ export declare const commentContract: {
|
|
4789
4753
|
assigneeId: string;
|
4790
4754
|
creatorId: string;
|
4791
4755
|
reasonToAssign: string | null;
|
4792
|
-
|
4793
|
-
name: string;
|
4756
|
+
creator?: {
|
4794
4757
|
id: string;
|
4795
4758
|
address: string | null;
|
4759
|
+
name: string;
|
4796
4760
|
email: string;
|
4797
4761
|
createdAt: Date;
|
4798
4762
|
updatedAt: Date;
|
@@ -4833,10 +4797,10 @@ export declare const commentContract: {
|
|
4833
4797
|
telephonySignature: string | null;
|
4834
4798
|
};
|
4835
4799
|
} | null | undefined;
|
4836
|
-
|
4837
|
-
name: string;
|
4800
|
+
assignee?: {
|
4838
4801
|
id: string;
|
4839
4802
|
address: string | null;
|
4803
|
+
name: string;
|
4840
4804
|
email: string;
|
4841
4805
|
createdAt: Date;
|
4842
4806
|
updatedAt: Date;
|
@@ -4886,9 +4850,9 @@ export declare const commentContract: {
|
|
4886
4850
|
updatedAt: Date;
|
4887
4851
|
deletedAt: Date | null;
|
4888
4852
|
actor: {
|
4889
|
-
name: string;
|
4890
4853
|
id: string;
|
4891
4854
|
address: string | null;
|
4855
|
+
name: string;
|
4892
4856
|
email: string;
|
4893
4857
|
createdAt: Date;
|
4894
4858
|
updatedAt: Date;
|
@@ -4940,9 +4904,9 @@ export declare const commentContract: {
|
|
4940
4904
|
};
|
4941
4905
|
}[];
|
4942
4906
|
agent: {
|
4943
|
-
name: string;
|
4944
4907
|
id: string;
|
4945
4908
|
address: string | null;
|
4909
|
+
name: string;
|
4946
4910
|
email: string;
|
4947
4911
|
createdAt: Date;
|
4948
4912
|
updatedAt: Date;
|
@@ -5015,20 +4979,6 @@ export declare const commentContract: {
|
|
5015
4979
|
error?: any;
|
5016
4980
|
}>;
|
5017
4981
|
};
|
5018
|
-
};
|
5019
|
-
getComments: {
|
5020
|
-
summary: "Get all comments.";
|
5021
|
-
method: "GET";
|
5022
|
-
query: z.ZodOptional<z.ZodObject<{
|
5023
|
-
ticketId: z.ZodOptional<z.ZodString>;
|
5024
|
-
deleted: z.ZodEffects<z.ZodDefault<z.ZodEnum<["true", "false"]>>, boolean, "false" | "true" | undefined>;
|
5025
|
-
}, "strip", z.ZodTypeAny, {
|
5026
|
-
deleted: boolean;
|
5027
|
-
ticketId?: string | undefined;
|
5028
|
-
}, {
|
5029
|
-
deleted?: "false" | "true" | undefined;
|
5030
|
-
ticketId?: string | undefined;
|
5031
|
-
}>>;
|
5032
4982
|
path: "ticket-service/comment";
|
5033
4983
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5034
4984
|
'x-tenant': z.ZodString;
|
@@ -5046,6 +4996,20 @@ export declare const commentContract: {
|
|
5046
4996
|
'x-code'?: string | undefined;
|
5047
4997
|
'x-client-timezone'?: string | undefined;
|
5048
4998
|
}>>>;
|
4999
|
+
};
|
5000
|
+
getComments: {
|
5001
|
+
summary: "Get all comments.";
|
5002
|
+
method: "GET";
|
5003
|
+
query: z.ZodOptional<z.ZodObject<{
|
5004
|
+
ticketId: z.ZodOptional<z.ZodString>;
|
5005
|
+
deleted: z.ZodEffects<z.ZodDefault<z.ZodEnum<["true", "false"]>>, boolean, "false" | "true" | undefined>;
|
5006
|
+
}, "strip", z.ZodTypeAny, {
|
5007
|
+
deleted: boolean;
|
5008
|
+
ticketId?: string | undefined;
|
5009
|
+
}, {
|
5010
|
+
ticketId?: string | undefined;
|
5011
|
+
deleted?: "false" | "true" | undefined;
|
5012
|
+
}>>;
|
5049
5013
|
responses: {
|
5050
5014
|
201: z.ZodArray<z.ZodObject<{
|
5051
5015
|
id: z.ZodString;
|
@@ -5175,9 +5139,9 @@ export declare const commentContract: {
|
|
5175
5139
|
telephonySignature: string | null;
|
5176
5140
|
}>;
|
5177
5141
|
}, "strip", z.ZodTypeAny, {
|
5178
|
-
name: string;
|
5179
5142
|
id: string;
|
5180
5143
|
address: string | null;
|
5144
|
+
name: string;
|
5181
5145
|
email: string;
|
5182
5146
|
createdAt: Date;
|
5183
5147
|
updatedAt: Date;
|
@@ -5218,9 +5182,9 @@ export declare const commentContract: {
|
|
5218
5182
|
telephonySignature: string | null;
|
5219
5183
|
};
|
5220
5184
|
}, {
|
5221
|
-
name: string;
|
5222
5185
|
id: string;
|
5223
5186
|
address: string | null;
|
5187
|
+
name: string;
|
5224
5188
|
email: string;
|
5225
5189
|
createdAt: Date;
|
5226
5190
|
updatedAt: Date;
|
@@ -5292,9 +5256,9 @@ export declare const commentContract: {
|
|
5292
5256
|
updatedAt: Date;
|
5293
5257
|
deletedAt: Date | null;
|
5294
5258
|
actor: {
|
5295
|
-
name: string;
|
5296
5259
|
id: string;
|
5297
5260
|
address: string | null;
|
5261
|
+
name: string;
|
5298
5262
|
email: string;
|
5299
5263
|
createdAt: Date;
|
5300
5264
|
updatedAt: Date;
|
@@ -5351,9 +5315,9 @@ export declare const commentContract: {
|
|
5351
5315
|
updatedAt: Date;
|
5352
5316
|
deletedAt: Date | null;
|
5353
5317
|
actor: {
|
5354
|
-
name: string;
|
5355
5318
|
id: string;
|
5356
5319
|
address: string | null;
|
5320
|
+
name: string;
|
5357
5321
|
email: string;
|
5358
5322
|
createdAt: Date;
|
5359
5323
|
updatedAt: Date;
|
@@ -5406,12 +5370,11 @@ export declare const commentContract: {
|
|
5406
5370
|
}>, "many">;
|
5407
5371
|
comment: z.ZodString;
|
5408
5372
|
mentions: z.ZodArray<z.ZodString, "many">;
|
5409
|
-
ticket: z.ZodObject<
|
5373
|
+
ticket: z.ZodObject<{
|
5410
5374
|
id: z.ZodString;
|
5411
5375
|
createdAt: z.ZodDate;
|
5412
5376
|
updatedAt: z.ZodDate;
|
5413
5377
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5414
|
-
}, {
|
5415
5378
|
title: z.ZodString;
|
5416
5379
|
description: z.ZodNullable<z.ZodString>;
|
5417
5380
|
type: z.ZodString;
|
@@ -5538,9 +5501,9 @@ export declare const commentContract: {
|
|
5538
5501
|
telephonySignature: string | null;
|
5539
5502
|
}>;
|
5540
5503
|
}, "strip", z.ZodTypeAny, {
|
5541
|
-
name: string;
|
5542
5504
|
id: string;
|
5543
5505
|
address: string | null;
|
5506
|
+
name: string;
|
5544
5507
|
email: string;
|
5545
5508
|
createdAt: Date;
|
5546
5509
|
updatedAt: Date;
|
@@ -5581,9 +5544,9 @@ export declare const commentContract: {
|
|
5581
5544
|
telephonySignature: string | null;
|
5582
5545
|
};
|
5583
5546
|
}, {
|
5584
|
-
name: string;
|
5585
5547
|
id: string;
|
5586
5548
|
address: string | null;
|
5549
|
+
name: string;
|
5587
5550
|
email: string;
|
5588
5551
|
createdAt: Date;
|
5589
5552
|
updatedAt: Date;
|
@@ -5743,9 +5706,9 @@ export declare const commentContract: {
|
|
5743
5706
|
telephonySignature: string | null;
|
5744
5707
|
}>;
|
5745
5708
|
}, "strip", z.ZodTypeAny, {
|
5746
|
-
name: string;
|
5747
5709
|
id: string;
|
5748
5710
|
address: string | null;
|
5711
|
+
name: string;
|
5749
5712
|
email: string;
|
5750
5713
|
createdAt: Date;
|
5751
5714
|
updatedAt: Date;
|
@@ -5786,9 +5749,9 @@ export declare const commentContract: {
|
|
5786
5749
|
telephonySignature: string | null;
|
5787
5750
|
};
|
5788
5751
|
}, {
|
5789
|
-
name: string;
|
5790
5752
|
id: string;
|
5791
5753
|
address: string | null;
|
5754
|
+
name: string;
|
5792
5755
|
email: string;
|
5793
5756
|
createdAt: Date;
|
5794
5757
|
updatedAt: Date;
|
@@ -5831,22 +5794,20 @@ export declare const commentContract: {
|
|
5831
5794
|
}>>>;
|
5832
5795
|
reasonToAssign: z.ZodNullable<z.ZodString>;
|
5833
5796
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
5834
|
-
customFields: z.ZodArray<z.ZodObject<
|
5797
|
+
customFields: z.ZodArray<z.ZodObject<{
|
5835
5798
|
id: z.ZodString;
|
5836
5799
|
createdAt: z.ZodDate;
|
5837
5800
|
updatedAt: z.ZodDate;
|
5838
5801
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5839
|
-
}, {
|
5840
5802
|
textValue: z.ZodNullable<z.ZodString>;
|
5841
5803
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
5842
5804
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
5843
5805
|
dateValue: z.ZodNullable<z.ZodDate>;
|
5844
|
-
attribute: z.ZodObject<Omit<
|
5806
|
+
attribute: z.ZodObject<Omit<{
|
5845
5807
|
id: z.ZodString;
|
5846
5808
|
createdAt: z.ZodDate;
|
5847
5809
|
updatedAt: z.ZodDate;
|
5848
5810
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5849
|
-
}, {
|
5850
5811
|
systemName: z.ZodString;
|
5851
5812
|
displayName: z.ZodString;
|
5852
5813
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -5855,14 +5816,13 @@ export declare const commentContract: {
|
|
5855
5816
|
isArchived: z.ZodBoolean;
|
5856
5817
|
isRequired: z.ZodBoolean;
|
5857
5818
|
isUnique: z.ZodBoolean;
|
5858
|
-
options: z.ZodArray<z.ZodObject<
|
5859
|
-
|
5819
|
+
options: z.ZodArray<z.ZodObject<{
|
5820
|
+
position: z.ZodNumber;
|
5860
5821
|
value: z.ZodString;
|
5822
|
+
label: z.ZodString;
|
5861
5823
|
isDefault: z.ZodBoolean;
|
5862
|
-
position: z.ZodNumber;
|
5863
|
-
}, {
|
5864
5824
|
id: z.ZodString;
|
5865
|
-
}
|
5825
|
+
}, "strip", z.ZodTypeAny, {
|
5866
5826
|
id: string;
|
5867
5827
|
position: number;
|
5868
5828
|
value: string;
|
@@ -5875,15 +5835,14 @@ export declare const commentContract: {
|
|
5875
5835
|
label: string;
|
5876
5836
|
isDefault: boolean;
|
5877
5837
|
}>, "many">;
|
5878
|
-
group: z.ZodObject<
|
5838
|
+
group: z.ZodObject<{
|
5879
5839
|
id: z.ZodString;
|
5880
5840
|
createdAt: z.ZodDate;
|
5881
5841
|
updatedAt: z.ZodDate;
|
5882
5842
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5883
|
-
}, {
|
5884
5843
|
systemName: z.ZodString;
|
5885
5844
|
displayName: z.ZodString;
|
5886
|
-
}
|
5845
|
+
}, "strip", z.ZodTypeAny, {
|
5887
5846
|
id: string;
|
5888
5847
|
createdAt: Date;
|
5889
5848
|
updatedAt: Date;
|
@@ -5898,7 +5857,7 @@ export declare const commentContract: {
|
|
5898
5857
|
systemName: string;
|
5899
5858
|
displayName: string;
|
5900
5859
|
}>;
|
5901
|
-
}
|
5860
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
5902
5861
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
5903
5862
|
id: string;
|
5904
5863
|
position: number;
|
@@ -5925,19 +5884,18 @@ export declare const commentContract: {
|
|
5925
5884
|
isRequired: boolean;
|
5926
5885
|
isUnique: boolean;
|
5927
5886
|
}>;
|
5928
|
-
uploads: z.ZodArray<z.ZodObject<
|
5887
|
+
uploads: z.ZodArray<z.ZodObject<{
|
5929
5888
|
id: z.ZodString;
|
5930
5889
|
createdAt: z.ZodDate;
|
5931
5890
|
updatedAt: z.ZodDate;
|
5932
5891
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5933
|
-
}, {
|
5934
5892
|
bucketName: z.ZodString;
|
5935
5893
|
fileName: z.ZodString;
|
5936
5894
|
fileSize: z.ZodNumber;
|
5937
5895
|
fileKey: z.ZodString;
|
5938
5896
|
fileUrl: z.ZodNullable<z.ZodString>;
|
5939
5897
|
status: z.ZodNullable<z.ZodString>;
|
5940
|
-
}
|
5898
|
+
}, "strip", z.ZodTypeAny, {
|
5941
5899
|
id: string;
|
5942
5900
|
status: string | null;
|
5943
5901
|
createdAt: Date;
|
@@ -5960,7 +5918,7 @@ export declare const commentContract: {
|
|
5960
5918
|
fileSize: number;
|
5961
5919
|
fileUrl: string | null;
|
5962
5920
|
}>, "many">;
|
5963
|
-
}
|
5921
|
+
}, "strip", z.ZodTypeAny, {
|
5964
5922
|
id: string;
|
5965
5923
|
createdAt: Date;
|
5966
5924
|
updatedAt: Date;
|
@@ -6031,32 +5989,30 @@ export declare const commentContract: {
|
|
6031
5989
|
fileUrl: string | null;
|
6032
5990
|
}[];
|
6033
5991
|
}>, "many">;
|
6034
|
-
tags: z.ZodArray<z.ZodObject<
|
5992
|
+
tags: z.ZodArray<z.ZodObject<{
|
6035
5993
|
id: z.ZodString;
|
6036
5994
|
createdAt: z.ZodDate;
|
6037
5995
|
updatedAt: z.ZodDate;
|
6038
5996
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6039
|
-
}, {
|
6040
5997
|
name: z.ZodString;
|
6041
|
-
}
|
6042
|
-
name: string;
|
5998
|
+
}, "strip", z.ZodTypeAny, {
|
6043
5999
|
id: string;
|
6000
|
+
name: string;
|
6044
6001
|
createdAt: Date;
|
6045
6002
|
updatedAt: Date;
|
6046
6003
|
deletedAt: Date | null;
|
6047
6004
|
}, {
|
6048
|
-
name: string;
|
6049
6005
|
id: string;
|
6006
|
+
name: string;
|
6050
6007
|
createdAt: Date;
|
6051
6008
|
updatedAt: Date;
|
6052
6009
|
deletedAt: Date | null;
|
6053
6010
|
}>, "many">;
|
6054
|
-
categories: z.ZodArray<z.ZodObject<
|
6011
|
+
categories: z.ZodArray<z.ZodObject<{
|
6055
6012
|
id: z.ZodString;
|
6056
6013
|
createdAt: z.ZodDate;
|
6057
6014
|
updatedAt: z.ZodDate;
|
6058
6015
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6059
|
-
}, {
|
6060
6016
|
value: z.ZodString;
|
6061
6017
|
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
6062
6018
|
parentId: z.ZodNullable<z.ZodString>;
|
@@ -6109,7 +6065,7 @@ export declare const commentContract: {
|
|
6109
6065
|
childCategoryList: any[];
|
6110
6066
|
}[];
|
6111
6067
|
}>, "many">;
|
6112
|
-
}
|
6068
|
+
}, "strip", z.ZodTypeAny, {
|
6113
6069
|
id: string;
|
6114
6070
|
value: string;
|
6115
6071
|
createdAt: Date;
|
@@ -6163,52 +6119,48 @@ export declare const commentContract: {
|
|
6163
6119
|
notes: z.ZodNullable<z.ZodString>;
|
6164
6120
|
contactProfile: z.ZodNullable<z.ZodString>;
|
6165
6121
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
6166
|
-
tags: z.ZodArray<z.ZodObject<
|
6122
|
+
tags: z.ZodArray<z.ZodObject<{
|
6167
6123
|
id: z.ZodString;
|
6168
6124
|
createdAt: z.ZodDate;
|
6169
6125
|
updatedAt: z.ZodDate;
|
6170
6126
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6171
|
-
}, {
|
6172
6127
|
name: z.ZodString;
|
6173
|
-
}
|
6174
|
-
name: string;
|
6128
|
+
}, "strip", z.ZodTypeAny, {
|
6175
6129
|
id: string;
|
6130
|
+
name: string;
|
6176
6131
|
createdAt: Date;
|
6177
6132
|
updatedAt: Date;
|
6178
6133
|
deletedAt: Date | null;
|
6179
6134
|
}, {
|
6180
|
-
name: string;
|
6181
6135
|
id: string;
|
6136
|
+
name: string;
|
6182
6137
|
createdAt: Date;
|
6183
6138
|
updatedAt: Date;
|
6184
6139
|
deletedAt: Date | null;
|
6185
6140
|
}>, "many">;
|
6186
|
-
company: z.ZodNullable<z.ZodObject<Omit<
|
6141
|
+
company: z.ZodNullable<z.ZodObject<Omit<{
|
6187
6142
|
id: z.ZodString;
|
6188
6143
|
createdAt: z.ZodDate;
|
6189
6144
|
updatedAt: z.ZodDate;
|
6190
6145
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6191
|
-
}, {
|
6192
6146
|
name: z.ZodOptional<z.ZodString>;
|
6193
6147
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6194
6148
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6195
6149
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6196
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<
|
6150
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
6197
6151
|
id: z.ZodString;
|
6198
6152
|
createdAt: z.ZodDate;
|
6199
6153
|
updatedAt: z.ZodDate;
|
6200
6154
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6201
|
-
}, {
|
6202
6155
|
textValue: z.ZodNullable<z.ZodString>;
|
6203
6156
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
6204
6157
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
6205
6158
|
dateValue: z.ZodNullable<z.ZodDate>;
|
6206
|
-
attribute: z.ZodObject<Omit<
|
6159
|
+
attribute: z.ZodObject<Omit<{
|
6207
6160
|
id: z.ZodString;
|
6208
6161
|
createdAt: z.ZodDate;
|
6209
6162
|
updatedAt: z.ZodDate;
|
6210
6163
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6211
|
-
}, {
|
6212
6164
|
systemName: z.ZodString;
|
6213
6165
|
displayName: z.ZodString;
|
6214
6166
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -6217,14 +6169,13 @@ export declare const commentContract: {
|
|
6217
6169
|
isArchived: z.ZodBoolean;
|
6218
6170
|
isRequired: z.ZodBoolean;
|
6219
6171
|
isUnique: z.ZodBoolean;
|
6220
|
-
options: z.ZodArray<z.ZodObject<
|
6221
|
-
|
6172
|
+
options: z.ZodArray<z.ZodObject<{
|
6173
|
+
position: z.ZodNumber;
|
6222
6174
|
value: z.ZodString;
|
6175
|
+
label: z.ZodString;
|
6223
6176
|
isDefault: z.ZodBoolean;
|
6224
|
-
position: z.ZodNumber;
|
6225
|
-
}, {
|
6226
6177
|
id: z.ZodString;
|
6227
|
-
}
|
6178
|
+
}, "strip", z.ZodTypeAny, {
|
6228
6179
|
id: string;
|
6229
6180
|
position: number;
|
6230
6181
|
value: string;
|
@@ -6237,15 +6188,14 @@ export declare const commentContract: {
|
|
6237
6188
|
label: string;
|
6238
6189
|
isDefault: boolean;
|
6239
6190
|
}>, "many">;
|
6240
|
-
group: z.ZodObject<
|
6191
|
+
group: z.ZodObject<{
|
6241
6192
|
id: z.ZodString;
|
6242
6193
|
createdAt: z.ZodDate;
|
6243
6194
|
updatedAt: z.ZodDate;
|
6244
6195
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6245
|
-
}, {
|
6246
6196
|
systemName: z.ZodString;
|
6247
6197
|
displayName: z.ZodString;
|
6248
|
-
}
|
6198
|
+
}, "strip", z.ZodTypeAny, {
|
6249
6199
|
id: string;
|
6250
6200
|
createdAt: Date;
|
6251
6201
|
updatedAt: Date;
|
@@ -6260,7 +6210,7 @@ export declare const commentContract: {
|
|
6260
6210
|
systemName: string;
|
6261
6211
|
displayName: string;
|
6262
6212
|
}>;
|
6263
|
-
}
|
6213
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
6264
6214
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
6265
6215
|
id: string;
|
6266
6216
|
position: number;
|
@@ -6287,7 +6237,7 @@ export declare const commentContract: {
|
|
6287
6237
|
isRequired: boolean;
|
6288
6238
|
isUnique: boolean;
|
6289
6239
|
}>;
|
6290
|
-
}
|
6240
|
+
}, "strip", z.ZodTypeAny, {
|
6291
6241
|
id: string;
|
6292
6242
|
createdAt: Date;
|
6293
6243
|
updatedAt: Date;
|
@@ -6334,13 +6284,13 @@ export declare const commentContract: {
|
|
6334
6284
|
numberValue: number | null;
|
6335
6285
|
dateValue: Date | null;
|
6336
6286
|
}>, "many">>;
|
6337
|
-
}
|
6287
|
+
}, "customFields">, "strip", z.ZodTypeAny, {
|
6338
6288
|
id: string;
|
6339
6289
|
createdAt: Date;
|
6340
6290
|
updatedAt: Date;
|
6341
6291
|
deletedAt: Date | null;
|
6342
|
-
name?: string | undefined;
|
6343
6292
|
address?: string | null | undefined;
|
6293
|
+
name?: string | undefined;
|
6344
6294
|
phone?: string | null | undefined;
|
6345
6295
|
industry?: string | null | undefined;
|
6346
6296
|
}, {
|
@@ -6348,8 +6298,8 @@ export declare const commentContract: {
|
|
6348
6298
|
createdAt: Date;
|
6349
6299
|
updatedAt: Date;
|
6350
6300
|
deletedAt: Date | null;
|
6351
|
-
name?: string | undefined;
|
6352
6301
|
address?: string | null | undefined;
|
6302
|
+
name?: string | undefined;
|
6353
6303
|
phone?: string | null | undefined;
|
6354
6304
|
industry?: string | null | undefined;
|
6355
6305
|
}>>;
|
@@ -6367,13 +6317,13 @@ export declare const commentContract: {
|
|
6367
6317
|
picture: z.ZodOptional<z.ZodString>;
|
6368
6318
|
additionalCredentials: z.ZodAny;
|
6369
6319
|
}, "strip", z.ZodTypeAny, {
|
6370
|
-
name: string;
|
6371
6320
|
id: string;
|
6321
|
+
name: string;
|
6372
6322
|
picture?: string | undefined;
|
6373
6323
|
additionalCredentials?: any;
|
6374
6324
|
}, {
|
6375
|
-
name: string;
|
6376
6325
|
id: string;
|
6326
|
+
name: string;
|
6377
6327
|
picture?: string | undefined;
|
6378
6328
|
additionalCredentials?: any;
|
6379
6329
|
}>;
|
@@ -6381,8 +6331,8 @@ export declare const commentContract: {
|
|
6381
6331
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6382
6332
|
id: string;
|
6383
6333
|
metadata: {
|
6384
|
-
name: string;
|
6385
6334
|
id: string;
|
6335
|
+
name: string;
|
6386
6336
|
picture?: string | undefined;
|
6387
6337
|
additionalCredentials?: any;
|
6388
6338
|
};
|
@@ -6395,8 +6345,8 @@ export declare const commentContract: {
|
|
6395
6345
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6396
6346
|
id: string;
|
6397
6347
|
metadata: {
|
6398
|
-
name: string;
|
6399
6348
|
id: string;
|
6349
|
+
name: string;
|
6400
6350
|
picture?: string | undefined;
|
6401
6351
|
additionalCredentials?: any;
|
6402
6352
|
};
|
@@ -6415,12 +6365,11 @@ export declare const commentContract: {
|
|
6415
6365
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
6416
6366
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
6417
6367
|
dateValue: z.ZodNullable<z.ZodDate>;
|
6418
|
-
attribute: z.ZodObject<Omit<
|
6368
|
+
attribute: z.ZodObject<Omit<{
|
6419
6369
|
id: z.ZodString;
|
6420
6370
|
createdAt: z.ZodDate;
|
6421
6371
|
updatedAt: z.ZodDate;
|
6422
6372
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6423
|
-
}, {
|
6424
6373
|
systemName: z.ZodString;
|
6425
6374
|
displayName: z.ZodString;
|
6426
6375
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -6429,14 +6378,13 @@ export declare const commentContract: {
|
|
6429
6378
|
isArchived: z.ZodBoolean;
|
6430
6379
|
isRequired: z.ZodBoolean;
|
6431
6380
|
isUnique: z.ZodBoolean;
|
6432
|
-
options: z.ZodArray<z.ZodObject<
|
6433
|
-
|
6381
|
+
options: z.ZodArray<z.ZodObject<{
|
6382
|
+
position: z.ZodNumber;
|
6434
6383
|
value: z.ZodString;
|
6384
|
+
label: z.ZodString;
|
6435
6385
|
isDefault: z.ZodBoolean;
|
6436
|
-
position: z.ZodNumber;
|
6437
|
-
}, {
|
6438
6386
|
id: z.ZodString;
|
6439
|
-
}
|
6387
|
+
}, "strip", z.ZodTypeAny, {
|
6440
6388
|
id: string;
|
6441
6389
|
position: number;
|
6442
6390
|
value: string;
|
@@ -6449,15 +6397,14 @@ export declare const commentContract: {
|
|
6449
6397
|
label: string;
|
6450
6398
|
isDefault: boolean;
|
6451
6399
|
}>, "many">;
|
6452
|
-
group: z.ZodObject<
|
6400
|
+
group: z.ZodObject<{
|
6453
6401
|
id: z.ZodString;
|
6454
6402
|
createdAt: z.ZodDate;
|
6455
6403
|
updatedAt: z.ZodDate;
|
6456
6404
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6457
|
-
}, {
|
6458
6405
|
systemName: z.ZodString;
|
6459
6406
|
displayName: z.ZodString;
|
6460
|
-
}
|
6407
|
+
}, "strip", z.ZodTypeAny, {
|
6461
6408
|
id: string;
|
6462
6409
|
createdAt: Date;
|
6463
6410
|
updatedAt: Date;
|
@@ -6472,7 +6419,7 @@ export declare const commentContract: {
|
|
6472
6419
|
systemName: string;
|
6473
6420
|
displayName: string;
|
6474
6421
|
}>;
|
6475
|
-
}
|
6422
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
6476
6423
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
6477
6424
|
id: string;
|
6478
6425
|
position: number;
|
@@ -6499,19 +6446,18 @@ export declare const commentContract: {
|
|
6499
6446
|
isRequired: boolean;
|
6500
6447
|
isUnique: boolean;
|
6501
6448
|
}>;
|
6502
|
-
uploads: z.ZodArray<z.ZodObject<
|
6449
|
+
uploads: z.ZodArray<z.ZodObject<{
|
6503
6450
|
id: z.ZodString;
|
6504
6451
|
createdAt: z.ZodDate;
|
6505
6452
|
updatedAt: z.ZodDate;
|
6506
6453
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6507
|
-
}, {
|
6508
6454
|
bucketName: z.ZodString;
|
6509
6455
|
fileName: z.ZodString;
|
6510
6456
|
fileSize: z.ZodNumber;
|
6511
6457
|
fileKey: z.ZodString;
|
6512
6458
|
fileUrl: z.ZodNullable<z.ZodString>;
|
6513
6459
|
status: z.ZodNullable<z.ZodString>;
|
6514
|
-
}
|
6460
|
+
}, "strip", z.ZodTypeAny, {
|
6515
6461
|
id: string;
|
6516
6462
|
status: string | null;
|
6517
6463
|
createdAt: Date;
|
@@ -6710,10 +6656,10 @@ export declare const commentContract: {
|
|
6710
6656
|
};
|
6711
6657
|
}>, "many">>;
|
6712
6658
|
}, "strip", z.ZodTypeAny, {
|
6713
|
-
name: string;
|
6714
6659
|
id: string;
|
6715
6660
|
channel: string | null;
|
6716
6661
|
address: string | null;
|
6662
|
+
name: string;
|
6717
6663
|
createdAt: Date;
|
6718
6664
|
updatedAt: Date;
|
6719
6665
|
deletedAt: Date | null;
|
@@ -6758,8 +6704,8 @@ export declare const commentContract: {
|
|
6758
6704
|
createdAt: Date;
|
6759
6705
|
updatedAt: Date;
|
6760
6706
|
deletedAt: Date | null;
|
6761
|
-
name?: string | undefined;
|
6762
6707
|
address?: string | null | undefined;
|
6708
|
+
name?: string | undefined;
|
6763
6709
|
phone?: string | null | undefined;
|
6764
6710
|
industry?: string | null | undefined;
|
6765
6711
|
} | null;
|
@@ -6767,8 +6713,8 @@ export declare const commentContract: {
|
|
6767
6713
|
contactProfile: string | null;
|
6768
6714
|
socialProfileUrl: string | null;
|
6769
6715
|
tags: {
|
6770
|
-
name: string;
|
6771
6716
|
id: string;
|
6717
|
+
name: string;
|
6772
6718
|
createdAt: Date;
|
6773
6719
|
updatedAt: Date;
|
6774
6720
|
deletedAt: Date | null;
|
@@ -6793,8 +6739,8 @@ export declare const commentContract: {
|
|
6793
6739
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6794
6740
|
id: string;
|
6795
6741
|
metadata: {
|
6796
|
-
name: string;
|
6797
6742
|
id: string;
|
6743
|
+
name: string;
|
6798
6744
|
picture?: string | undefined;
|
6799
6745
|
additionalCredentials?: any;
|
6800
6746
|
};
|
@@ -6821,10 +6767,10 @@ export declare const commentContract: {
|
|
6821
6767
|
};
|
6822
6768
|
}[] | undefined;
|
6823
6769
|
}, {
|
6824
|
-
name: string;
|
6825
6770
|
id: string;
|
6826
6771
|
channel: string | null;
|
6827
6772
|
address: string | null;
|
6773
|
+
name: string;
|
6828
6774
|
createdAt: Date;
|
6829
6775
|
updatedAt: Date;
|
6830
6776
|
deletedAt: Date | null;
|
@@ -6869,8 +6815,8 @@ export declare const commentContract: {
|
|
6869
6815
|
createdAt: Date;
|
6870
6816
|
updatedAt: Date;
|
6871
6817
|
deletedAt: Date | null;
|
6872
|
-
name?: string | undefined;
|
6873
6818
|
address?: string | null | undefined;
|
6819
|
+
name?: string | undefined;
|
6874
6820
|
phone?: string | null | undefined;
|
6875
6821
|
industry?: string | null | undefined;
|
6876
6822
|
} | null;
|
@@ -6878,8 +6824,8 @@ export declare const commentContract: {
|
|
6878
6824
|
contactProfile: string | null;
|
6879
6825
|
socialProfileUrl: string | null;
|
6880
6826
|
tags: {
|
6881
|
-
name: string;
|
6882
6827
|
id: string;
|
6828
|
+
name: string;
|
6883
6829
|
createdAt: Date;
|
6884
6830
|
updatedAt: Date;
|
6885
6831
|
deletedAt: Date | null;
|
@@ -6904,8 +6850,8 @@ export declare const commentContract: {
|
|
6904
6850
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6905
6851
|
id: string;
|
6906
6852
|
metadata: {
|
6907
|
-
name: string;
|
6908
6853
|
id: string;
|
6854
|
+
name: string;
|
6909
6855
|
picture?: string | undefined;
|
6910
6856
|
additionalCredentials?: any;
|
6911
6857
|
};
|
@@ -7055,9 +7001,9 @@ export declare const commentContract: {
|
|
7055
7001
|
telephonySignature: string | null;
|
7056
7002
|
}>;
|
7057
7003
|
}, "strip", z.ZodTypeAny, {
|
7058
|
-
name: string;
|
7059
7004
|
id: string;
|
7060
7005
|
address: string | null;
|
7006
|
+
name: string;
|
7061
7007
|
email: string;
|
7062
7008
|
createdAt: Date;
|
7063
7009
|
updatedAt: Date;
|
@@ -7098,9 +7044,9 @@ export declare const commentContract: {
|
|
7098
7044
|
telephonySignature: string | null;
|
7099
7045
|
};
|
7100
7046
|
}, {
|
7101
|
-
name: string;
|
7102
7047
|
id: string;
|
7103
7048
|
address: string | null;
|
7049
|
+
name: string;
|
7104
7050
|
email: string;
|
7105
7051
|
createdAt: Date;
|
7106
7052
|
updatedAt: Date;
|
@@ -7172,9 +7118,9 @@ export declare const commentContract: {
|
|
7172
7118
|
updatedAt: Date;
|
7173
7119
|
deletedAt: Date | null;
|
7174
7120
|
actor: {
|
7175
|
-
name: string;
|
7176
7121
|
id: string;
|
7177
7122
|
address: string | null;
|
7123
|
+
name: string;
|
7178
7124
|
email: string;
|
7179
7125
|
createdAt: Date;
|
7180
7126
|
updatedAt: Date;
|
@@ -7231,9 +7177,9 @@ export declare const commentContract: {
|
|
7231
7177
|
updatedAt: Date;
|
7232
7178
|
deletedAt: Date | null;
|
7233
7179
|
actor: {
|
7234
|
-
name: string;
|
7235
7180
|
id: string;
|
7236
7181
|
address: string | null;
|
7182
|
+
name: string;
|
7237
7183
|
email: string;
|
7238
7184
|
createdAt: Date;
|
7239
7185
|
updatedAt: Date;
|
@@ -7284,7 +7230,7 @@ export declare const commentContract: {
|
|
7284
7230
|
entity: string;
|
7285
7231
|
};
|
7286
7232
|
}>, "many">;
|
7287
|
-
}
|
7233
|
+
}, "strip", z.ZodTypeAny, {
|
7288
7234
|
type: string;
|
7289
7235
|
id: string;
|
7290
7236
|
channel: string;
|
@@ -7318,10 +7264,10 @@ export declare const commentContract: {
|
|
7318
7264
|
}[];
|
7319
7265
|
}[];
|
7320
7266
|
contact: {
|
7321
|
-
name: string;
|
7322
7267
|
id: string;
|
7323
7268
|
channel: string | null;
|
7324
7269
|
address: string | null;
|
7270
|
+
name: string;
|
7325
7271
|
createdAt: Date;
|
7326
7272
|
updatedAt: Date;
|
7327
7273
|
deletedAt: Date | null;
|
@@ -7366,8 +7312,8 @@ export declare const commentContract: {
|
|
7366
7312
|
createdAt: Date;
|
7367
7313
|
updatedAt: Date;
|
7368
7314
|
deletedAt: Date | null;
|
7369
|
-
name?: string | undefined;
|
7370
7315
|
address?: string | null | undefined;
|
7316
|
+
name?: string | undefined;
|
7371
7317
|
phone?: string | null | undefined;
|
7372
7318
|
industry?: string | null | undefined;
|
7373
7319
|
} | null;
|
@@ -7375,8 +7321,8 @@ export declare const commentContract: {
|
|
7375
7321
|
contactProfile: string | null;
|
7376
7322
|
socialProfileUrl: string | null;
|
7377
7323
|
tags: {
|
7378
|
-
name: string;
|
7379
7324
|
id: string;
|
7325
|
+
name: string;
|
7380
7326
|
createdAt: Date;
|
7381
7327
|
updatedAt: Date;
|
7382
7328
|
deletedAt: Date | null;
|
@@ -7401,8 +7347,8 @@ export declare const commentContract: {
|
|
7401
7347
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7402
7348
|
id: string;
|
7403
7349
|
metadata: {
|
7404
|
-
name: string;
|
7405
7350
|
id: string;
|
7351
|
+
name: string;
|
7406
7352
|
picture?: string | undefined;
|
7407
7353
|
additionalCredentials?: any;
|
7408
7354
|
};
|
@@ -7466,8 +7412,8 @@ export declare const commentContract: {
|
|
7466
7412
|
}[];
|
7467
7413
|
}[];
|
7468
7414
|
tags: {
|
7469
|
-
name: string;
|
7470
7415
|
id: string;
|
7416
|
+
name: string;
|
7471
7417
|
createdAt: Date;
|
7472
7418
|
updatedAt: Date;
|
7473
7419
|
deletedAt: Date | null;
|
@@ -7479,9 +7425,9 @@ export declare const commentContract: {
|
|
7479
7425
|
updatedAt: Date;
|
7480
7426
|
deletedAt: Date | null;
|
7481
7427
|
actor: {
|
7482
|
-
name: string;
|
7483
7428
|
id: string;
|
7484
7429
|
address: string | null;
|
7430
|
+
name: string;
|
7485
7431
|
email: string;
|
7486
7432
|
createdAt: Date;
|
7487
7433
|
updatedAt: Date;
|
@@ -7536,10 +7482,10 @@ export declare const commentContract: {
|
|
7536
7482
|
assigneeId: string;
|
7537
7483
|
creatorId: string;
|
7538
7484
|
reasonToAssign: string | null;
|
7539
|
-
|
7540
|
-
name: string;
|
7485
|
+
creator?: {
|
7541
7486
|
id: string;
|
7542
7487
|
address: string | null;
|
7488
|
+
name: string;
|
7543
7489
|
email: string;
|
7544
7490
|
createdAt: Date;
|
7545
7491
|
updatedAt: Date;
|
@@ -7580,10 +7526,10 @@ export declare const commentContract: {
|
|
7580
7526
|
telephonySignature: string | null;
|
7581
7527
|
};
|
7582
7528
|
} | null | undefined;
|
7583
|
-
|
7584
|
-
name: string;
|
7529
|
+
assignee?: {
|
7585
7530
|
id: string;
|
7586
7531
|
address: string | null;
|
7532
|
+
name: string;
|
7587
7533
|
email: string;
|
7588
7534
|
createdAt: Date;
|
7589
7535
|
updatedAt: Date;
|
@@ -7659,10 +7605,10 @@ export declare const commentContract: {
|
|
7659
7605
|
}[];
|
7660
7606
|
}[];
|
7661
7607
|
contact: {
|
7662
|
-
name: string;
|
7663
7608
|
id: string;
|
7664
7609
|
channel: string | null;
|
7665
7610
|
address: string | null;
|
7611
|
+
name: string;
|
7666
7612
|
createdAt: Date;
|
7667
7613
|
updatedAt: Date;
|
7668
7614
|
deletedAt: Date | null;
|
@@ -7707,8 +7653,8 @@ export declare const commentContract: {
|
|
7707
7653
|
createdAt: Date;
|
7708
7654
|
updatedAt: Date;
|
7709
7655
|
deletedAt: Date | null;
|
7710
|
-
name?: string | undefined;
|
7711
7656
|
address?: string | null | undefined;
|
7657
|
+
name?: string | undefined;
|
7712
7658
|
phone?: string | null | undefined;
|
7713
7659
|
industry?: string | null | undefined;
|
7714
7660
|
} | null;
|
@@ -7716,8 +7662,8 @@ export declare const commentContract: {
|
|
7716
7662
|
contactProfile: string | null;
|
7717
7663
|
socialProfileUrl: string | null;
|
7718
7664
|
tags: {
|
7719
|
-
name: string;
|
7720
7665
|
id: string;
|
7666
|
+
name: string;
|
7721
7667
|
createdAt: Date;
|
7722
7668
|
updatedAt: Date;
|
7723
7669
|
deletedAt: Date | null;
|
@@ -7742,8 +7688,8 @@ export declare const commentContract: {
|
|
7742
7688
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7743
7689
|
id: string;
|
7744
7690
|
metadata: {
|
7745
|
-
name: string;
|
7746
7691
|
id: string;
|
7692
|
+
name: string;
|
7747
7693
|
picture?: string | undefined;
|
7748
7694
|
additionalCredentials?: any;
|
7749
7695
|
};
|
@@ -7807,8 +7753,8 @@ export declare const commentContract: {
|
|
7807
7753
|
}[];
|
7808
7754
|
}[];
|
7809
7755
|
tags: {
|
7810
|
-
name: string;
|
7811
7756
|
id: string;
|
7757
|
+
name: string;
|
7812
7758
|
createdAt: Date;
|
7813
7759
|
updatedAt: Date;
|
7814
7760
|
deletedAt: Date | null;
|
@@ -7820,9 +7766,9 @@ export declare const commentContract: {
|
|
7820
7766
|
updatedAt: Date;
|
7821
7767
|
deletedAt: Date | null;
|
7822
7768
|
actor: {
|
7823
|
-
name: string;
|
7824
7769
|
id: string;
|
7825
7770
|
address: string | null;
|
7771
|
+
name: string;
|
7826
7772
|
email: string;
|
7827
7773
|
createdAt: Date;
|
7828
7774
|
updatedAt: Date;
|
@@ -7877,10 +7823,10 @@ export declare const commentContract: {
|
|
7877
7823
|
assigneeId: string;
|
7878
7824
|
creatorId: string;
|
7879
7825
|
reasonToAssign: string | null;
|
7880
|
-
|
7881
|
-
name: string;
|
7826
|
+
creator?: {
|
7882
7827
|
id: string;
|
7883
7828
|
address: string | null;
|
7829
|
+
name: string;
|
7884
7830
|
email: string;
|
7885
7831
|
createdAt: Date;
|
7886
7832
|
updatedAt: Date;
|
@@ -7921,10 +7867,10 @@ export declare const commentContract: {
|
|
7921
7867
|
telephonySignature: string | null;
|
7922
7868
|
};
|
7923
7869
|
} | null | undefined;
|
7924
|
-
|
7925
|
-
name: string;
|
7870
|
+
assignee?: {
|
7926
7871
|
id: string;
|
7927
7872
|
address: string | null;
|
7873
|
+
name: string;
|
7928
7874
|
email: string;
|
7929
7875
|
createdAt: Date;
|
7930
7876
|
updatedAt: Date;
|
@@ -8085,9 +8031,9 @@ export declare const commentContract: {
|
|
8085
8031
|
telephonySignature: string | null;
|
8086
8032
|
}>;
|
8087
8033
|
}, "strip", z.ZodTypeAny, {
|
8088
|
-
name: string;
|
8089
8034
|
id: string;
|
8090
8035
|
address: string | null;
|
8036
|
+
name: string;
|
8091
8037
|
email: string;
|
8092
8038
|
createdAt: Date;
|
8093
8039
|
updatedAt: Date;
|
@@ -8128,9 +8074,9 @@ export declare const commentContract: {
|
|
8128
8074
|
telephonySignature: string | null;
|
8129
8075
|
};
|
8130
8076
|
}, {
|
8131
|
-
name: string;
|
8132
8077
|
id: string;
|
8133
8078
|
address: string | null;
|
8079
|
+
name: string;
|
8134
8080
|
email: string;
|
8135
8081
|
createdAt: Date;
|
8136
8082
|
updatedAt: Date;
|
@@ -8210,10 +8156,10 @@ export declare const commentContract: {
|
|
8210
8156
|
}[];
|
8211
8157
|
}[];
|
8212
8158
|
contact: {
|
8213
|
-
name: string;
|
8214
8159
|
id: string;
|
8215
8160
|
channel: string | null;
|
8216
8161
|
address: string | null;
|
8162
|
+
name: string;
|
8217
8163
|
createdAt: Date;
|
8218
8164
|
updatedAt: Date;
|
8219
8165
|
deletedAt: Date | null;
|
@@ -8258,8 +8204,8 @@ export declare const commentContract: {
|
|
8258
8204
|
createdAt: Date;
|
8259
8205
|
updatedAt: Date;
|
8260
8206
|
deletedAt: Date | null;
|
8261
|
-
name?: string | undefined;
|
8262
8207
|
address?: string | null | undefined;
|
8208
|
+
name?: string | undefined;
|
8263
8209
|
phone?: string | null | undefined;
|
8264
8210
|
industry?: string | null | undefined;
|
8265
8211
|
} | null;
|
@@ -8267,8 +8213,8 @@ export declare const commentContract: {
|
|
8267
8213
|
contactProfile: string | null;
|
8268
8214
|
socialProfileUrl: string | null;
|
8269
8215
|
tags: {
|
8270
|
-
name: string;
|
8271
8216
|
id: string;
|
8217
|
+
name: string;
|
8272
8218
|
createdAt: Date;
|
8273
8219
|
updatedAt: Date;
|
8274
8220
|
deletedAt: Date | null;
|
@@ -8293,8 +8239,8 @@ export declare const commentContract: {
|
|
8293
8239
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8294
8240
|
id: string;
|
8295
8241
|
metadata: {
|
8296
|
-
name: string;
|
8297
8242
|
id: string;
|
8243
|
+
name: string;
|
8298
8244
|
picture?: string | undefined;
|
8299
8245
|
additionalCredentials?: any;
|
8300
8246
|
};
|
@@ -8358,8 +8304,8 @@ export declare const commentContract: {
|
|
8358
8304
|
}[];
|
8359
8305
|
}[];
|
8360
8306
|
tags: {
|
8361
|
-
name: string;
|
8362
8307
|
id: string;
|
8308
|
+
name: string;
|
8363
8309
|
createdAt: Date;
|
8364
8310
|
updatedAt: Date;
|
8365
8311
|
deletedAt: Date | null;
|
@@ -8371,9 +8317,9 @@ export declare const commentContract: {
|
|
8371
8317
|
updatedAt: Date;
|
8372
8318
|
deletedAt: Date | null;
|
8373
8319
|
actor: {
|
8374
|
-
name: string;
|
8375
8320
|
id: string;
|
8376
8321
|
address: string | null;
|
8322
|
+
name: string;
|
8377
8323
|
email: string;
|
8378
8324
|
createdAt: Date;
|
8379
8325
|
updatedAt: Date;
|
@@ -8428,10 +8374,10 @@ export declare const commentContract: {
|
|
8428
8374
|
assigneeId: string;
|
8429
8375
|
creatorId: string;
|
8430
8376
|
reasonToAssign: string | null;
|
8431
|
-
|
8432
|
-
name: string;
|
8377
|
+
creator?: {
|
8433
8378
|
id: string;
|
8434
8379
|
address: string | null;
|
8380
|
+
name: string;
|
8435
8381
|
email: string;
|
8436
8382
|
createdAt: Date;
|
8437
8383
|
updatedAt: Date;
|
@@ -8472,10 +8418,10 @@ export declare const commentContract: {
|
|
8472
8418
|
telephonySignature: string | null;
|
8473
8419
|
};
|
8474
8420
|
} | null | undefined;
|
8475
|
-
|
8476
|
-
name: string;
|
8421
|
+
assignee?: {
|
8477
8422
|
id: string;
|
8478
8423
|
address: string | null;
|
8424
|
+
name: string;
|
8479
8425
|
email: string;
|
8480
8426
|
createdAt: Date;
|
8481
8427
|
updatedAt: Date;
|
@@ -8525,9 +8471,9 @@ export declare const commentContract: {
|
|
8525
8471
|
updatedAt: Date;
|
8526
8472
|
deletedAt: Date | null;
|
8527
8473
|
actor: {
|
8528
|
-
name: string;
|
8529
8474
|
id: string;
|
8530
8475
|
address: string | null;
|
8476
|
+
name: string;
|
8531
8477
|
email: string;
|
8532
8478
|
createdAt: Date;
|
8533
8479
|
updatedAt: Date;
|
@@ -8579,9 +8525,9 @@ export declare const commentContract: {
|
|
8579
8525
|
};
|
8580
8526
|
}[];
|
8581
8527
|
agent: {
|
8582
|
-
name: string;
|
8583
8528
|
id: string;
|
8584
8529
|
address: string | null;
|
8530
|
+
name: string;
|
8585
8531
|
email: string;
|
8586
8532
|
createdAt: Date;
|
8587
8533
|
updatedAt: Date;
|
@@ -8663,10 +8609,10 @@ export declare const commentContract: {
|
|
8663
8609
|
}[];
|
8664
8610
|
}[];
|
8665
8611
|
contact: {
|
8666
|
-
name: string;
|
8667
8612
|
id: string;
|
8668
8613
|
channel: string | null;
|
8669
8614
|
address: string | null;
|
8615
|
+
name: string;
|
8670
8616
|
createdAt: Date;
|
8671
8617
|
updatedAt: Date;
|
8672
8618
|
deletedAt: Date | null;
|
@@ -8711,8 +8657,8 @@ export declare const commentContract: {
|
|
8711
8657
|
createdAt: Date;
|
8712
8658
|
updatedAt: Date;
|
8713
8659
|
deletedAt: Date | null;
|
8714
|
-
name?: string | undefined;
|
8715
8660
|
address?: string | null | undefined;
|
8661
|
+
name?: string | undefined;
|
8716
8662
|
phone?: string | null | undefined;
|
8717
8663
|
industry?: string | null | undefined;
|
8718
8664
|
} | null;
|
@@ -8720,8 +8666,8 @@ export declare const commentContract: {
|
|
8720
8666
|
contactProfile: string | null;
|
8721
8667
|
socialProfileUrl: string | null;
|
8722
8668
|
tags: {
|
8723
|
-
name: string;
|
8724
8669
|
id: string;
|
8670
|
+
name: string;
|
8725
8671
|
createdAt: Date;
|
8726
8672
|
updatedAt: Date;
|
8727
8673
|
deletedAt: Date | null;
|
@@ -8746,8 +8692,8 @@ export declare const commentContract: {
|
|
8746
8692
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8747
8693
|
id: string;
|
8748
8694
|
metadata: {
|
8749
|
-
name: string;
|
8750
8695
|
id: string;
|
8696
|
+
name: string;
|
8751
8697
|
picture?: string | undefined;
|
8752
8698
|
additionalCredentials?: any;
|
8753
8699
|
};
|
@@ -8811,8 +8757,8 @@ export declare const commentContract: {
|
|
8811
8757
|
}[];
|
8812
8758
|
}[];
|
8813
8759
|
tags: {
|
8814
|
-
name: string;
|
8815
8760
|
id: string;
|
8761
|
+
name: string;
|
8816
8762
|
createdAt: Date;
|
8817
8763
|
updatedAt: Date;
|
8818
8764
|
deletedAt: Date | null;
|
@@ -8824,9 +8770,9 @@ export declare const commentContract: {
|
|
8824
8770
|
updatedAt: Date;
|
8825
8771
|
deletedAt: Date | null;
|
8826
8772
|
actor: {
|
8827
|
-
name: string;
|
8828
8773
|
id: string;
|
8829
8774
|
address: string | null;
|
8775
|
+
name: string;
|
8830
8776
|
email: string;
|
8831
8777
|
createdAt: Date;
|
8832
8778
|
updatedAt: Date;
|
@@ -8881,10 +8827,10 @@ export declare const commentContract: {
|
|
8881
8827
|
assigneeId: string;
|
8882
8828
|
creatorId: string;
|
8883
8829
|
reasonToAssign: string | null;
|
8884
|
-
|
8885
|
-
name: string;
|
8830
|
+
creator?: {
|
8886
8831
|
id: string;
|
8887
8832
|
address: string | null;
|
8833
|
+
name: string;
|
8888
8834
|
email: string;
|
8889
8835
|
createdAt: Date;
|
8890
8836
|
updatedAt: Date;
|
@@ -8925,10 +8871,10 @@ export declare const commentContract: {
|
|
8925
8871
|
telephonySignature: string | null;
|
8926
8872
|
};
|
8927
8873
|
} | null | undefined;
|
8928
|
-
|
8929
|
-
name: string;
|
8874
|
+
assignee?: {
|
8930
8875
|
id: string;
|
8931
8876
|
address: string | null;
|
8877
|
+
name: string;
|
8932
8878
|
email: string;
|
8933
8879
|
createdAt: Date;
|
8934
8880
|
updatedAt: Date;
|
@@ -8978,9 +8924,9 @@ export declare const commentContract: {
|
|
8978
8924
|
updatedAt: Date;
|
8979
8925
|
deletedAt: Date | null;
|
8980
8926
|
actor: {
|
8981
|
-
name: string;
|
8982
8927
|
id: string;
|
8983
8928
|
address: string | null;
|
8929
|
+
name: string;
|
8984
8930
|
email: string;
|
8985
8931
|
createdAt: Date;
|
8986
8932
|
updatedAt: Date;
|
@@ -9032,9 +8978,9 @@ export declare const commentContract: {
|
|
9032
8978
|
};
|
9033
8979
|
}[];
|
9034
8980
|
agent: {
|
9035
|
-
name: string;
|
9036
8981
|
id: string;
|
9037
8982
|
address: string | null;
|
8983
|
+
name: string;
|
9038
8984
|
email: string;
|
9039
8985
|
createdAt: Date;
|
9040
8986
|
updatedAt: Date;
|
@@ -9106,6 +9052,23 @@ export declare const commentContract: {
|
|
9106
9052
|
error?: any;
|
9107
9053
|
}>;
|
9108
9054
|
};
|
9055
|
+
path: "ticket-service/comment";
|
9056
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9057
|
+
'x-tenant': z.ZodString;
|
9058
|
+
authorization: z.ZodString;
|
9059
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
9060
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9061
|
+
}, "strip", z.ZodTypeAny, {
|
9062
|
+
'x-tenant': string;
|
9063
|
+
authorization: string;
|
9064
|
+
'x-client-timezone': string;
|
9065
|
+
'x-code'?: string | undefined;
|
9066
|
+
}, {
|
9067
|
+
'x-tenant': string;
|
9068
|
+
authorization: string;
|
9069
|
+
'x-code'?: string | undefined;
|
9070
|
+
'x-client-timezone'?: string | undefined;
|
9071
|
+
}>>>;
|
9109
9072
|
};
|
9110
9073
|
updateComment: {
|
9111
9074
|
body: z.ZodObject<{
|
@@ -9130,27 +9093,9 @@ export declare const commentContract: {
|
|
9130
9093
|
}, {
|
9131
9094
|
id: string;
|
9132
9095
|
}>;
|
9133
|
-
path: "ticket-service/comment/:id";
|
9134
|
-
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9135
|
-
'x-tenant': z.ZodString;
|
9136
|
-
authorization: z.ZodString;
|
9137
|
-
'x-code': z.ZodOptional<z.ZodString>;
|
9138
|
-
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9139
|
-
}, "strip", z.ZodTypeAny, {
|
9140
|
-
'x-tenant': string;
|
9141
|
-
authorization: string;
|
9142
|
-
'x-client-timezone': string;
|
9143
|
-
'x-code'?: string | undefined;
|
9144
|
-
}, {
|
9145
|
-
'x-tenant': string;
|
9146
|
-
authorization: string;
|
9147
|
-
'x-code'?: string | undefined;
|
9148
|
-
'x-client-timezone'?: string | undefined;
|
9149
|
-
}>>>;
|
9150
9096
|
responses: {
|
9151
|
-
200: z.ZodObject<
|
9097
|
+
200: z.ZodObject<{
|
9152
9098
|
requestId: z.ZodString;
|
9153
|
-
}, {
|
9154
9099
|
comment: z.ZodObject<{
|
9155
9100
|
id: z.ZodString;
|
9156
9101
|
createdAt: z.ZodDate;
|
@@ -9279,9 +9224,9 @@ export declare const commentContract: {
|
|
9279
9224
|
telephonySignature: string | null;
|
9280
9225
|
}>;
|
9281
9226
|
}, "strip", z.ZodTypeAny, {
|
9282
|
-
name: string;
|
9283
9227
|
id: string;
|
9284
9228
|
address: string | null;
|
9229
|
+
name: string;
|
9285
9230
|
email: string;
|
9286
9231
|
createdAt: Date;
|
9287
9232
|
updatedAt: Date;
|
@@ -9322,9 +9267,9 @@ export declare const commentContract: {
|
|
9322
9267
|
telephonySignature: string | null;
|
9323
9268
|
};
|
9324
9269
|
}, {
|
9325
|
-
name: string;
|
9326
9270
|
id: string;
|
9327
9271
|
address: string | null;
|
9272
|
+
name: string;
|
9328
9273
|
email: string;
|
9329
9274
|
createdAt: Date;
|
9330
9275
|
updatedAt: Date;
|
@@ -9396,9 +9341,9 @@ export declare const commentContract: {
|
|
9396
9341
|
updatedAt: Date;
|
9397
9342
|
deletedAt: Date | null;
|
9398
9343
|
actor: {
|
9399
|
-
name: string;
|
9400
9344
|
id: string;
|
9401
9345
|
address: string | null;
|
9346
|
+
name: string;
|
9402
9347
|
email: string;
|
9403
9348
|
createdAt: Date;
|
9404
9349
|
updatedAt: Date;
|
@@ -9455,9 +9400,9 @@ export declare const commentContract: {
|
|
9455
9400
|
updatedAt: Date;
|
9456
9401
|
deletedAt: Date | null;
|
9457
9402
|
actor: {
|
9458
|
-
name: string;
|
9459
9403
|
id: string;
|
9460
9404
|
address: string | null;
|
9405
|
+
name: string;
|
9461
9406
|
email: string;
|
9462
9407
|
createdAt: Date;
|
9463
9408
|
updatedAt: Date;
|
@@ -9510,12 +9455,11 @@ export declare const commentContract: {
|
|
9510
9455
|
}>, "many">;
|
9511
9456
|
comment: z.ZodString;
|
9512
9457
|
mentions: z.ZodArray<z.ZodString, "many">;
|
9513
|
-
ticket: z.ZodObject<
|
9458
|
+
ticket: z.ZodObject<{
|
9514
9459
|
id: z.ZodString;
|
9515
9460
|
createdAt: z.ZodDate;
|
9516
9461
|
updatedAt: z.ZodDate;
|
9517
9462
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9518
|
-
}, {
|
9519
9463
|
title: z.ZodString;
|
9520
9464
|
description: z.ZodNullable<z.ZodString>;
|
9521
9465
|
type: z.ZodString;
|
@@ -9642,9 +9586,9 @@ export declare const commentContract: {
|
|
9642
9586
|
telephonySignature: string | null;
|
9643
9587
|
}>;
|
9644
9588
|
}, "strip", z.ZodTypeAny, {
|
9645
|
-
name: string;
|
9646
9589
|
id: string;
|
9647
9590
|
address: string | null;
|
9591
|
+
name: string;
|
9648
9592
|
email: string;
|
9649
9593
|
createdAt: Date;
|
9650
9594
|
updatedAt: Date;
|
@@ -9685,9 +9629,9 @@ export declare const commentContract: {
|
|
9685
9629
|
telephonySignature: string | null;
|
9686
9630
|
};
|
9687
9631
|
}, {
|
9688
|
-
name: string;
|
9689
9632
|
id: string;
|
9690
9633
|
address: string | null;
|
9634
|
+
name: string;
|
9691
9635
|
email: string;
|
9692
9636
|
createdAt: Date;
|
9693
9637
|
updatedAt: Date;
|
@@ -9847,9 +9791,9 @@ export declare const commentContract: {
|
|
9847
9791
|
telephonySignature: string | null;
|
9848
9792
|
}>;
|
9849
9793
|
}, "strip", z.ZodTypeAny, {
|
9850
|
-
name: string;
|
9851
9794
|
id: string;
|
9852
9795
|
address: string | null;
|
9796
|
+
name: string;
|
9853
9797
|
email: string;
|
9854
9798
|
createdAt: Date;
|
9855
9799
|
updatedAt: Date;
|
@@ -9890,9 +9834,9 @@ export declare const commentContract: {
|
|
9890
9834
|
telephonySignature: string | null;
|
9891
9835
|
};
|
9892
9836
|
}, {
|
9893
|
-
name: string;
|
9894
9837
|
id: string;
|
9895
9838
|
address: string | null;
|
9839
|
+
name: string;
|
9896
9840
|
email: string;
|
9897
9841
|
createdAt: Date;
|
9898
9842
|
updatedAt: Date;
|
@@ -9935,22 +9879,20 @@ export declare const commentContract: {
|
|
9935
9879
|
}>>>;
|
9936
9880
|
reasonToAssign: z.ZodNullable<z.ZodString>;
|
9937
9881
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
9938
|
-
customFields: z.ZodArray<z.ZodObject<
|
9882
|
+
customFields: z.ZodArray<z.ZodObject<{
|
9939
9883
|
id: z.ZodString;
|
9940
9884
|
createdAt: z.ZodDate;
|
9941
9885
|
updatedAt: z.ZodDate;
|
9942
9886
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9943
|
-
}, {
|
9944
9887
|
textValue: z.ZodNullable<z.ZodString>;
|
9945
9888
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
9946
9889
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
9947
9890
|
dateValue: z.ZodNullable<z.ZodDate>;
|
9948
|
-
attribute: z.ZodObject<Omit<
|
9891
|
+
attribute: z.ZodObject<Omit<{
|
9949
9892
|
id: z.ZodString;
|
9950
9893
|
createdAt: z.ZodDate;
|
9951
9894
|
updatedAt: z.ZodDate;
|
9952
9895
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9953
|
-
}, {
|
9954
9896
|
systemName: z.ZodString;
|
9955
9897
|
displayName: z.ZodString;
|
9956
9898
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -9959,14 +9901,13 @@ export declare const commentContract: {
|
|
9959
9901
|
isArchived: z.ZodBoolean;
|
9960
9902
|
isRequired: z.ZodBoolean;
|
9961
9903
|
isUnique: z.ZodBoolean;
|
9962
|
-
options: z.ZodArray<z.ZodObject<
|
9963
|
-
|
9904
|
+
options: z.ZodArray<z.ZodObject<{
|
9905
|
+
position: z.ZodNumber;
|
9964
9906
|
value: z.ZodString;
|
9907
|
+
label: z.ZodString;
|
9965
9908
|
isDefault: z.ZodBoolean;
|
9966
|
-
position: z.ZodNumber;
|
9967
|
-
}, {
|
9968
9909
|
id: z.ZodString;
|
9969
|
-
}
|
9910
|
+
}, "strip", z.ZodTypeAny, {
|
9970
9911
|
id: string;
|
9971
9912
|
position: number;
|
9972
9913
|
value: string;
|
@@ -9979,15 +9920,14 @@ export declare const commentContract: {
|
|
9979
9920
|
label: string;
|
9980
9921
|
isDefault: boolean;
|
9981
9922
|
}>, "many">;
|
9982
|
-
group: z.ZodObject<
|
9923
|
+
group: z.ZodObject<{
|
9983
9924
|
id: z.ZodString;
|
9984
9925
|
createdAt: z.ZodDate;
|
9985
9926
|
updatedAt: z.ZodDate;
|
9986
9927
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9987
|
-
}, {
|
9988
9928
|
systemName: z.ZodString;
|
9989
9929
|
displayName: z.ZodString;
|
9990
|
-
}
|
9930
|
+
}, "strip", z.ZodTypeAny, {
|
9991
9931
|
id: string;
|
9992
9932
|
createdAt: Date;
|
9993
9933
|
updatedAt: Date;
|
@@ -10002,7 +9942,7 @@ export declare const commentContract: {
|
|
10002
9942
|
systemName: string;
|
10003
9943
|
displayName: string;
|
10004
9944
|
}>;
|
10005
|
-
}
|
9945
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
10006
9946
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10007
9947
|
id: string;
|
10008
9948
|
position: number;
|
@@ -10029,19 +9969,18 @@ export declare const commentContract: {
|
|
10029
9969
|
isRequired: boolean;
|
10030
9970
|
isUnique: boolean;
|
10031
9971
|
}>;
|
10032
|
-
uploads: z.ZodArray<z.ZodObject<
|
9972
|
+
uploads: z.ZodArray<z.ZodObject<{
|
10033
9973
|
id: z.ZodString;
|
10034
9974
|
createdAt: z.ZodDate;
|
10035
9975
|
updatedAt: z.ZodDate;
|
10036
9976
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10037
|
-
}, {
|
10038
9977
|
bucketName: z.ZodString;
|
10039
9978
|
fileName: z.ZodString;
|
10040
9979
|
fileSize: z.ZodNumber;
|
10041
9980
|
fileKey: z.ZodString;
|
10042
9981
|
fileUrl: z.ZodNullable<z.ZodString>;
|
10043
9982
|
status: z.ZodNullable<z.ZodString>;
|
10044
|
-
}
|
9983
|
+
}, "strip", z.ZodTypeAny, {
|
10045
9984
|
id: string;
|
10046
9985
|
status: string | null;
|
10047
9986
|
createdAt: Date;
|
@@ -10064,7 +10003,7 @@ export declare const commentContract: {
|
|
10064
10003
|
fileSize: number;
|
10065
10004
|
fileUrl: string | null;
|
10066
10005
|
}>, "many">;
|
10067
|
-
}
|
10006
|
+
}, "strip", z.ZodTypeAny, {
|
10068
10007
|
id: string;
|
10069
10008
|
createdAt: Date;
|
10070
10009
|
updatedAt: Date;
|
@@ -10135,32 +10074,30 @@ export declare const commentContract: {
|
|
10135
10074
|
fileUrl: string | null;
|
10136
10075
|
}[];
|
10137
10076
|
}>, "many">;
|
10138
|
-
tags: z.ZodArray<z.ZodObject<
|
10077
|
+
tags: z.ZodArray<z.ZodObject<{
|
10139
10078
|
id: z.ZodString;
|
10140
10079
|
createdAt: z.ZodDate;
|
10141
10080
|
updatedAt: z.ZodDate;
|
10142
10081
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10143
|
-
}, {
|
10144
10082
|
name: z.ZodString;
|
10145
|
-
}
|
10146
|
-
name: string;
|
10083
|
+
}, "strip", z.ZodTypeAny, {
|
10147
10084
|
id: string;
|
10085
|
+
name: string;
|
10148
10086
|
createdAt: Date;
|
10149
10087
|
updatedAt: Date;
|
10150
10088
|
deletedAt: Date | null;
|
10151
10089
|
}, {
|
10152
|
-
name: string;
|
10153
10090
|
id: string;
|
10091
|
+
name: string;
|
10154
10092
|
createdAt: Date;
|
10155
10093
|
updatedAt: Date;
|
10156
10094
|
deletedAt: Date | null;
|
10157
10095
|
}>, "many">;
|
10158
|
-
categories: z.ZodArray<z.ZodObject<
|
10096
|
+
categories: z.ZodArray<z.ZodObject<{
|
10159
10097
|
id: z.ZodString;
|
10160
10098
|
createdAt: z.ZodDate;
|
10161
10099
|
updatedAt: z.ZodDate;
|
10162
10100
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10163
|
-
}, {
|
10164
10101
|
value: z.ZodString;
|
10165
10102
|
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
10166
10103
|
parentId: z.ZodNullable<z.ZodString>;
|
@@ -10213,7 +10150,7 @@ export declare const commentContract: {
|
|
10213
10150
|
childCategoryList: any[];
|
10214
10151
|
}[];
|
10215
10152
|
}>, "many">;
|
10216
|
-
}
|
10153
|
+
}, "strip", z.ZodTypeAny, {
|
10217
10154
|
id: string;
|
10218
10155
|
value: string;
|
10219
10156
|
createdAt: Date;
|
@@ -10267,52 +10204,48 @@ export declare const commentContract: {
|
|
10267
10204
|
notes: z.ZodNullable<z.ZodString>;
|
10268
10205
|
contactProfile: z.ZodNullable<z.ZodString>;
|
10269
10206
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
10270
|
-
tags: z.ZodArray<z.ZodObject<
|
10207
|
+
tags: z.ZodArray<z.ZodObject<{
|
10271
10208
|
id: z.ZodString;
|
10272
10209
|
createdAt: z.ZodDate;
|
10273
10210
|
updatedAt: z.ZodDate;
|
10274
10211
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10275
|
-
}, {
|
10276
10212
|
name: z.ZodString;
|
10277
|
-
}
|
10278
|
-
name: string;
|
10213
|
+
}, "strip", z.ZodTypeAny, {
|
10279
10214
|
id: string;
|
10215
|
+
name: string;
|
10280
10216
|
createdAt: Date;
|
10281
10217
|
updatedAt: Date;
|
10282
10218
|
deletedAt: Date | null;
|
10283
10219
|
}, {
|
10284
|
-
name: string;
|
10285
10220
|
id: string;
|
10221
|
+
name: string;
|
10286
10222
|
createdAt: Date;
|
10287
10223
|
updatedAt: Date;
|
10288
10224
|
deletedAt: Date | null;
|
10289
10225
|
}>, "many">;
|
10290
|
-
company: z.ZodNullable<z.ZodObject<Omit<
|
10226
|
+
company: z.ZodNullable<z.ZodObject<Omit<{
|
10291
10227
|
id: z.ZodString;
|
10292
10228
|
createdAt: z.ZodDate;
|
10293
10229
|
updatedAt: z.ZodDate;
|
10294
10230
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10295
|
-
}, {
|
10296
10231
|
name: z.ZodOptional<z.ZodString>;
|
10297
10232
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10298
10233
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10299
10234
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10300
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<
|
10235
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
10301
10236
|
id: z.ZodString;
|
10302
10237
|
createdAt: z.ZodDate;
|
10303
10238
|
updatedAt: z.ZodDate;
|
10304
10239
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10305
|
-
}, {
|
10306
10240
|
textValue: z.ZodNullable<z.ZodString>;
|
10307
10241
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
10308
10242
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
10309
10243
|
dateValue: z.ZodNullable<z.ZodDate>;
|
10310
|
-
attribute: z.ZodObject<Omit<
|
10244
|
+
attribute: z.ZodObject<Omit<{
|
10311
10245
|
id: z.ZodString;
|
10312
10246
|
createdAt: z.ZodDate;
|
10313
10247
|
updatedAt: z.ZodDate;
|
10314
10248
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10315
|
-
}, {
|
10316
10249
|
systemName: z.ZodString;
|
10317
10250
|
displayName: z.ZodString;
|
10318
10251
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -10321,14 +10254,13 @@ export declare const commentContract: {
|
|
10321
10254
|
isArchived: z.ZodBoolean;
|
10322
10255
|
isRequired: z.ZodBoolean;
|
10323
10256
|
isUnique: z.ZodBoolean;
|
10324
|
-
options: z.ZodArray<z.ZodObject<
|
10325
|
-
|
10257
|
+
options: z.ZodArray<z.ZodObject<{
|
10258
|
+
position: z.ZodNumber;
|
10326
10259
|
value: z.ZodString;
|
10260
|
+
label: z.ZodString;
|
10327
10261
|
isDefault: z.ZodBoolean;
|
10328
|
-
position: z.ZodNumber;
|
10329
|
-
}, {
|
10330
10262
|
id: z.ZodString;
|
10331
|
-
}
|
10263
|
+
}, "strip", z.ZodTypeAny, {
|
10332
10264
|
id: string;
|
10333
10265
|
position: number;
|
10334
10266
|
value: string;
|
@@ -10341,15 +10273,14 @@ export declare const commentContract: {
|
|
10341
10273
|
label: string;
|
10342
10274
|
isDefault: boolean;
|
10343
10275
|
}>, "many">;
|
10344
|
-
group: z.ZodObject<
|
10276
|
+
group: z.ZodObject<{
|
10345
10277
|
id: z.ZodString;
|
10346
10278
|
createdAt: z.ZodDate;
|
10347
10279
|
updatedAt: z.ZodDate;
|
10348
10280
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10349
|
-
}, {
|
10350
10281
|
systemName: z.ZodString;
|
10351
10282
|
displayName: z.ZodString;
|
10352
|
-
}
|
10283
|
+
}, "strip", z.ZodTypeAny, {
|
10353
10284
|
id: string;
|
10354
10285
|
createdAt: Date;
|
10355
10286
|
updatedAt: Date;
|
@@ -10364,7 +10295,7 @@ export declare const commentContract: {
|
|
10364
10295
|
systemName: string;
|
10365
10296
|
displayName: string;
|
10366
10297
|
}>;
|
10367
|
-
}
|
10298
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
10368
10299
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10369
10300
|
id: string;
|
10370
10301
|
position: number;
|
@@ -10391,7 +10322,7 @@ export declare const commentContract: {
|
|
10391
10322
|
isRequired: boolean;
|
10392
10323
|
isUnique: boolean;
|
10393
10324
|
}>;
|
10394
|
-
}
|
10325
|
+
}, "strip", z.ZodTypeAny, {
|
10395
10326
|
id: string;
|
10396
10327
|
createdAt: Date;
|
10397
10328
|
updatedAt: Date;
|
@@ -10438,13 +10369,13 @@ export declare const commentContract: {
|
|
10438
10369
|
numberValue: number | null;
|
10439
10370
|
dateValue: Date | null;
|
10440
10371
|
}>, "many">>;
|
10441
|
-
}
|
10372
|
+
}, "customFields">, "strip", z.ZodTypeAny, {
|
10442
10373
|
id: string;
|
10443
10374
|
createdAt: Date;
|
10444
10375
|
updatedAt: Date;
|
10445
10376
|
deletedAt: Date | null;
|
10446
|
-
name?: string | undefined;
|
10447
10377
|
address?: string | null | undefined;
|
10378
|
+
name?: string | undefined;
|
10448
10379
|
phone?: string | null | undefined;
|
10449
10380
|
industry?: string | null | undefined;
|
10450
10381
|
}, {
|
@@ -10452,8 +10383,8 @@ export declare const commentContract: {
|
|
10452
10383
|
createdAt: Date;
|
10453
10384
|
updatedAt: Date;
|
10454
10385
|
deletedAt: Date | null;
|
10455
|
-
name?: string | undefined;
|
10456
10386
|
address?: string | null | undefined;
|
10387
|
+
name?: string | undefined;
|
10457
10388
|
phone?: string | null | undefined;
|
10458
10389
|
industry?: string | null | undefined;
|
10459
10390
|
}>>;
|
@@ -10471,13 +10402,13 @@ export declare const commentContract: {
|
|
10471
10402
|
picture: z.ZodOptional<z.ZodString>;
|
10472
10403
|
additionalCredentials: z.ZodAny;
|
10473
10404
|
}, "strip", z.ZodTypeAny, {
|
10474
|
-
name: string;
|
10475
10405
|
id: string;
|
10406
|
+
name: string;
|
10476
10407
|
picture?: string | undefined;
|
10477
10408
|
additionalCredentials?: any;
|
10478
10409
|
}, {
|
10479
|
-
name: string;
|
10480
10410
|
id: string;
|
10411
|
+
name: string;
|
10481
10412
|
picture?: string | undefined;
|
10482
10413
|
additionalCredentials?: any;
|
10483
10414
|
}>;
|
@@ -10485,8 +10416,8 @@ export declare const commentContract: {
|
|
10485
10416
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10486
10417
|
id: string;
|
10487
10418
|
metadata: {
|
10488
|
-
name: string;
|
10489
10419
|
id: string;
|
10420
|
+
name: string;
|
10490
10421
|
picture?: string | undefined;
|
10491
10422
|
additionalCredentials?: any;
|
10492
10423
|
};
|
@@ -10499,8 +10430,8 @@ export declare const commentContract: {
|
|
10499
10430
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10500
10431
|
id: string;
|
10501
10432
|
metadata: {
|
10502
|
-
name: string;
|
10503
10433
|
id: string;
|
10434
|
+
name: string;
|
10504
10435
|
picture?: string | undefined;
|
10505
10436
|
additionalCredentials?: any;
|
10506
10437
|
};
|
@@ -10519,12 +10450,11 @@ export declare const commentContract: {
|
|
10519
10450
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
10520
10451
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
10521
10452
|
dateValue: z.ZodNullable<z.ZodDate>;
|
10522
|
-
attribute: z.ZodObject<Omit<
|
10453
|
+
attribute: z.ZodObject<Omit<{
|
10523
10454
|
id: z.ZodString;
|
10524
10455
|
createdAt: z.ZodDate;
|
10525
10456
|
updatedAt: z.ZodDate;
|
10526
10457
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10527
|
-
}, {
|
10528
10458
|
systemName: z.ZodString;
|
10529
10459
|
displayName: z.ZodString;
|
10530
10460
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -10533,14 +10463,13 @@ export declare const commentContract: {
|
|
10533
10463
|
isArchived: z.ZodBoolean;
|
10534
10464
|
isRequired: z.ZodBoolean;
|
10535
10465
|
isUnique: z.ZodBoolean;
|
10536
|
-
options: z.ZodArray<z.ZodObject<
|
10537
|
-
|
10466
|
+
options: z.ZodArray<z.ZodObject<{
|
10467
|
+
position: z.ZodNumber;
|
10538
10468
|
value: z.ZodString;
|
10469
|
+
label: z.ZodString;
|
10539
10470
|
isDefault: z.ZodBoolean;
|
10540
|
-
position: z.ZodNumber;
|
10541
|
-
}, {
|
10542
10471
|
id: z.ZodString;
|
10543
|
-
}
|
10472
|
+
}, "strip", z.ZodTypeAny, {
|
10544
10473
|
id: string;
|
10545
10474
|
position: number;
|
10546
10475
|
value: string;
|
@@ -10553,15 +10482,14 @@ export declare const commentContract: {
|
|
10553
10482
|
label: string;
|
10554
10483
|
isDefault: boolean;
|
10555
10484
|
}>, "many">;
|
10556
|
-
group: z.ZodObject<
|
10485
|
+
group: z.ZodObject<{
|
10557
10486
|
id: z.ZodString;
|
10558
10487
|
createdAt: z.ZodDate;
|
10559
10488
|
updatedAt: z.ZodDate;
|
10560
10489
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10561
|
-
}, {
|
10562
10490
|
systemName: z.ZodString;
|
10563
10491
|
displayName: z.ZodString;
|
10564
|
-
}
|
10492
|
+
}, "strip", z.ZodTypeAny, {
|
10565
10493
|
id: string;
|
10566
10494
|
createdAt: Date;
|
10567
10495
|
updatedAt: Date;
|
@@ -10576,7 +10504,7 @@ export declare const commentContract: {
|
|
10576
10504
|
systemName: string;
|
10577
10505
|
displayName: string;
|
10578
10506
|
}>;
|
10579
|
-
}
|
10507
|
+
}, "options" | "group">, "strip", z.ZodTypeAny, {
|
10580
10508
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10581
10509
|
id: string;
|
10582
10510
|
position: number;
|
@@ -10603,19 +10531,18 @@ export declare const commentContract: {
|
|
10603
10531
|
isRequired: boolean;
|
10604
10532
|
isUnique: boolean;
|
10605
10533
|
}>;
|
10606
|
-
uploads: z.ZodArray<z.ZodObject<
|
10534
|
+
uploads: z.ZodArray<z.ZodObject<{
|
10607
10535
|
id: z.ZodString;
|
10608
10536
|
createdAt: z.ZodDate;
|
10609
10537
|
updatedAt: z.ZodDate;
|
10610
10538
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10611
|
-
}, {
|
10612
10539
|
bucketName: z.ZodString;
|
10613
10540
|
fileName: z.ZodString;
|
10614
10541
|
fileSize: z.ZodNumber;
|
10615
10542
|
fileKey: z.ZodString;
|
10616
10543
|
fileUrl: z.ZodNullable<z.ZodString>;
|
10617
10544
|
status: z.ZodNullable<z.ZodString>;
|
10618
|
-
}
|
10545
|
+
}, "strip", z.ZodTypeAny, {
|
10619
10546
|
id: string;
|
10620
10547
|
status: string | null;
|
10621
10548
|
createdAt: Date;
|
@@ -10814,10 +10741,10 @@ export declare const commentContract: {
|
|
10814
10741
|
};
|
10815
10742
|
}>, "many">>;
|
10816
10743
|
}, "strip", z.ZodTypeAny, {
|
10817
|
-
name: string;
|
10818
10744
|
id: string;
|
10819
10745
|
channel: string | null;
|
10820
10746
|
address: string | null;
|
10747
|
+
name: string;
|
10821
10748
|
createdAt: Date;
|
10822
10749
|
updatedAt: Date;
|
10823
10750
|
deletedAt: Date | null;
|
@@ -10862,8 +10789,8 @@ export declare const commentContract: {
|
|
10862
10789
|
createdAt: Date;
|
10863
10790
|
updatedAt: Date;
|
10864
10791
|
deletedAt: Date | null;
|
10865
|
-
name?: string | undefined;
|
10866
10792
|
address?: string | null | undefined;
|
10793
|
+
name?: string | undefined;
|
10867
10794
|
phone?: string | null | undefined;
|
10868
10795
|
industry?: string | null | undefined;
|
10869
10796
|
} | null;
|
@@ -10871,8 +10798,8 @@ export declare const commentContract: {
|
|
10871
10798
|
contactProfile: string | null;
|
10872
10799
|
socialProfileUrl: string | null;
|
10873
10800
|
tags: {
|
10874
|
-
name: string;
|
10875
10801
|
id: string;
|
10802
|
+
name: string;
|
10876
10803
|
createdAt: Date;
|
10877
10804
|
updatedAt: Date;
|
10878
10805
|
deletedAt: Date | null;
|
@@ -10897,8 +10824,8 @@ export declare const commentContract: {
|
|
10897
10824
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10898
10825
|
id: string;
|
10899
10826
|
metadata: {
|
10900
|
-
name: string;
|
10901
10827
|
id: string;
|
10828
|
+
name: string;
|
10902
10829
|
picture?: string | undefined;
|
10903
10830
|
additionalCredentials?: any;
|
10904
10831
|
};
|
@@ -10925,10 +10852,10 @@ export declare const commentContract: {
|
|
10925
10852
|
};
|
10926
10853
|
}[] | undefined;
|
10927
10854
|
}, {
|
10928
|
-
name: string;
|
10929
10855
|
id: string;
|
10930
10856
|
channel: string | null;
|
10931
10857
|
address: string | null;
|
10858
|
+
name: string;
|
10932
10859
|
createdAt: Date;
|
10933
10860
|
updatedAt: Date;
|
10934
10861
|
deletedAt: Date | null;
|
@@ -10973,8 +10900,8 @@ export declare const commentContract: {
|
|
10973
10900
|
createdAt: Date;
|
10974
10901
|
updatedAt: Date;
|
10975
10902
|
deletedAt: Date | null;
|
10976
|
-
name?: string | undefined;
|
10977
10903
|
address?: string | null | undefined;
|
10904
|
+
name?: string | undefined;
|
10978
10905
|
phone?: string | null | undefined;
|
10979
10906
|
industry?: string | null | undefined;
|
10980
10907
|
} | null;
|
@@ -10982,8 +10909,8 @@ export declare const commentContract: {
|
|
10982
10909
|
contactProfile: string | null;
|
10983
10910
|
socialProfileUrl: string | null;
|
10984
10911
|
tags: {
|
10985
|
-
name: string;
|
10986
10912
|
id: string;
|
10913
|
+
name: string;
|
10987
10914
|
createdAt: Date;
|
10988
10915
|
updatedAt: Date;
|
10989
10916
|
deletedAt: Date | null;
|
@@ -11008,8 +10935,8 @@ export declare const commentContract: {
|
|
11008
10935
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11009
10936
|
id: string;
|
11010
10937
|
metadata: {
|
11011
|
-
name: string;
|
11012
10938
|
id: string;
|
10939
|
+
name: string;
|
11013
10940
|
picture?: string | undefined;
|
11014
10941
|
additionalCredentials?: any;
|
11015
10942
|
};
|
@@ -11159,9 +11086,9 @@ export declare const commentContract: {
|
|
11159
11086
|
telephonySignature: string | null;
|
11160
11087
|
}>;
|
11161
11088
|
}, "strip", z.ZodTypeAny, {
|
11162
|
-
name: string;
|
11163
11089
|
id: string;
|
11164
11090
|
address: string | null;
|
11091
|
+
name: string;
|
11165
11092
|
email: string;
|
11166
11093
|
createdAt: Date;
|
11167
11094
|
updatedAt: Date;
|
@@ -11202,9 +11129,9 @@ export declare const commentContract: {
|
|
11202
11129
|
telephonySignature: string | null;
|
11203
11130
|
};
|
11204
11131
|
}, {
|
11205
|
-
name: string;
|
11206
11132
|
id: string;
|
11207
11133
|
address: string | null;
|
11134
|
+
name: string;
|
11208
11135
|
email: string;
|
11209
11136
|
createdAt: Date;
|
11210
11137
|
updatedAt: Date;
|
@@ -11276,9 +11203,9 @@ export declare const commentContract: {
|
|
11276
11203
|
updatedAt: Date;
|
11277
11204
|
deletedAt: Date | null;
|
11278
11205
|
actor: {
|
11279
|
-
name: string;
|
11280
11206
|
id: string;
|
11281
11207
|
address: string | null;
|
11208
|
+
name: string;
|
11282
11209
|
email: string;
|
11283
11210
|
createdAt: Date;
|
11284
11211
|
updatedAt: Date;
|
@@ -11335,9 +11262,9 @@ export declare const commentContract: {
|
|
11335
11262
|
updatedAt: Date;
|
11336
11263
|
deletedAt: Date | null;
|
11337
11264
|
actor: {
|
11338
|
-
name: string;
|
11339
11265
|
id: string;
|
11340
11266
|
address: string | null;
|
11267
|
+
name: string;
|
11341
11268
|
email: string;
|
11342
11269
|
createdAt: Date;
|
11343
11270
|
updatedAt: Date;
|
@@ -11388,7 +11315,7 @@ export declare const commentContract: {
|
|
11388
11315
|
entity: string;
|
11389
11316
|
};
|
11390
11317
|
}>, "many">;
|
11391
|
-
}
|
11318
|
+
}, "strip", z.ZodTypeAny, {
|
11392
11319
|
type: string;
|
11393
11320
|
id: string;
|
11394
11321
|
channel: string;
|
@@ -11422,10 +11349,10 @@ export declare const commentContract: {
|
|
11422
11349
|
}[];
|
11423
11350
|
}[];
|
11424
11351
|
contact: {
|
11425
|
-
name: string;
|
11426
11352
|
id: string;
|
11427
11353
|
channel: string | null;
|
11428
11354
|
address: string | null;
|
11355
|
+
name: string;
|
11429
11356
|
createdAt: Date;
|
11430
11357
|
updatedAt: Date;
|
11431
11358
|
deletedAt: Date | null;
|
@@ -11470,8 +11397,8 @@ export declare const commentContract: {
|
|
11470
11397
|
createdAt: Date;
|
11471
11398
|
updatedAt: Date;
|
11472
11399
|
deletedAt: Date | null;
|
11473
|
-
name?: string | undefined;
|
11474
11400
|
address?: string | null | undefined;
|
11401
|
+
name?: string | undefined;
|
11475
11402
|
phone?: string | null | undefined;
|
11476
11403
|
industry?: string | null | undefined;
|
11477
11404
|
} | null;
|
@@ -11479,8 +11406,8 @@ export declare const commentContract: {
|
|
11479
11406
|
contactProfile: string | null;
|
11480
11407
|
socialProfileUrl: string | null;
|
11481
11408
|
tags: {
|
11482
|
-
name: string;
|
11483
11409
|
id: string;
|
11410
|
+
name: string;
|
11484
11411
|
createdAt: Date;
|
11485
11412
|
updatedAt: Date;
|
11486
11413
|
deletedAt: Date | null;
|
@@ -11505,8 +11432,8 @@ export declare const commentContract: {
|
|
11505
11432
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11506
11433
|
id: string;
|
11507
11434
|
metadata: {
|
11508
|
-
name: string;
|
11509
11435
|
id: string;
|
11436
|
+
name: string;
|
11510
11437
|
picture?: string | undefined;
|
11511
11438
|
additionalCredentials?: any;
|
11512
11439
|
};
|
@@ -11570,8 +11497,8 @@ export declare const commentContract: {
|
|
11570
11497
|
}[];
|
11571
11498
|
}[];
|
11572
11499
|
tags: {
|
11573
|
-
name: string;
|
11574
11500
|
id: string;
|
11501
|
+
name: string;
|
11575
11502
|
createdAt: Date;
|
11576
11503
|
updatedAt: Date;
|
11577
11504
|
deletedAt: Date | null;
|
@@ -11583,9 +11510,9 @@ export declare const commentContract: {
|
|
11583
11510
|
updatedAt: Date;
|
11584
11511
|
deletedAt: Date | null;
|
11585
11512
|
actor: {
|
11586
|
-
name: string;
|
11587
11513
|
id: string;
|
11588
11514
|
address: string | null;
|
11515
|
+
name: string;
|
11589
11516
|
email: string;
|
11590
11517
|
createdAt: Date;
|
11591
11518
|
updatedAt: Date;
|
@@ -11640,10 +11567,10 @@ export declare const commentContract: {
|
|
11640
11567
|
assigneeId: string;
|
11641
11568
|
creatorId: string;
|
11642
11569
|
reasonToAssign: string | null;
|
11643
|
-
|
11644
|
-
name: string;
|
11570
|
+
creator?: {
|
11645
11571
|
id: string;
|
11646
11572
|
address: string | null;
|
11573
|
+
name: string;
|
11647
11574
|
email: string;
|
11648
11575
|
createdAt: Date;
|
11649
11576
|
updatedAt: Date;
|
@@ -11684,10 +11611,10 @@ export declare const commentContract: {
|
|
11684
11611
|
telephonySignature: string | null;
|
11685
11612
|
};
|
11686
11613
|
} | null | undefined;
|
11687
|
-
|
11688
|
-
name: string;
|
11614
|
+
assignee?: {
|
11689
11615
|
id: string;
|
11690
11616
|
address: string | null;
|
11617
|
+
name: string;
|
11691
11618
|
email: string;
|
11692
11619
|
createdAt: Date;
|
11693
11620
|
updatedAt: Date;
|
@@ -11763,10 +11690,10 @@ export declare const commentContract: {
|
|
11763
11690
|
}[];
|
11764
11691
|
}[];
|
11765
11692
|
contact: {
|
11766
|
-
name: string;
|
11767
11693
|
id: string;
|
11768
11694
|
channel: string | null;
|
11769
11695
|
address: string | null;
|
11696
|
+
name: string;
|
11770
11697
|
createdAt: Date;
|
11771
11698
|
updatedAt: Date;
|
11772
11699
|
deletedAt: Date | null;
|
@@ -11811,8 +11738,8 @@ export declare const commentContract: {
|
|
11811
11738
|
createdAt: Date;
|
11812
11739
|
updatedAt: Date;
|
11813
11740
|
deletedAt: Date | null;
|
11814
|
-
name?: string | undefined;
|
11815
11741
|
address?: string | null | undefined;
|
11742
|
+
name?: string | undefined;
|
11816
11743
|
phone?: string | null | undefined;
|
11817
11744
|
industry?: string | null | undefined;
|
11818
11745
|
} | null;
|
@@ -11820,8 +11747,8 @@ export declare const commentContract: {
|
|
11820
11747
|
contactProfile: string | null;
|
11821
11748
|
socialProfileUrl: string | null;
|
11822
11749
|
tags: {
|
11823
|
-
name: string;
|
11824
11750
|
id: string;
|
11751
|
+
name: string;
|
11825
11752
|
createdAt: Date;
|
11826
11753
|
updatedAt: Date;
|
11827
11754
|
deletedAt: Date | null;
|
@@ -11846,8 +11773,8 @@ export declare const commentContract: {
|
|
11846
11773
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11847
11774
|
id: string;
|
11848
11775
|
metadata: {
|
11849
|
-
name: string;
|
11850
11776
|
id: string;
|
11777
|
+
name: string;
|
11851
11778
|
picture?: string | undefined;
|
11852
11779
|
additionalCredentials?: any;
|
11853
11780
|
};
|
@@ -11911,8 +11838,8 @@ export declare const commentContract: {
|
|
11911
11838
|
}[];
|
11912
11839
|
}[];
|
11913
11840
|
tags: {
|
11914
|
-
name: string;
|
11915
11841
|
id: string;
|
11842
|
+
name: string;
|
11916
11843
|
createdAt: Date;
|
11917
11844
|
updatedAt: Date;
|
11918
11845
|
deletedAt: Date | null;
|
@@ -11924,9 +11851,9 @@ export declare const commentContract: {
|
|
11924
11851
|
updatedAt: Date;
|
11925
11852
|
deletedAt: Date | null;
|
11926
11853
|
actor: {
|
11927
|
-
name: string;
|
11928
11854
|
id: string;
|
11929
11855
|
address: string | null;
|
11856
|
+
name: string;
|
11930
11857
|
email: string;
|
11931
11858
|
createdAt: Date;
|
11932
11859
|
updatedAt: Date;
|
@@ -11981,10 +11908,10 @@ export declare const commentContract: {
|
|
11981
11908
|
assigneeId: string;
|
11982
11909
|
creatorId: string;
|
11983
11910
|
reasonToAssign: string | null;
|
11984
|
-
|
11985
|
-
name: string;
|
11911
|
+
creator?: {
|
11986
11912
|
id: string;
|
11987
11913
|
address: string | null;
|
11914
|
+
name: string;
|
11988
11915
|
email: string;
|
11989
11916
|
createdAt: Date;
|
11990
11917
|
updatedAt: Date;
|
@@ -12025,10 +11952,10 @@ export declare const commentContract: {
|
|
12025
11952
|
telephonySignature: string | null;
|
12026
11953
|
};
|
12027
11954
|
} | null | undefined;
|
12028
|
-
|
12029
|
-
name: string;
|
11955
|
+
assignee?: {
|
12030
11956
|
id: string;
|
12031
11957
|
address: string | null;
|
11958
|
+
name: string;
|
12032
11959
|
email: string;
|
12033
11960
|
createdAt: Date;
|
12034
11961
|
updatedAt: Date;
|
@@ -12189,9 +12116,9 @@ export declare const commentContract: {
|
|
12189
12116
|
telephonySignature: string | null;
|
12190
12117
|
}>;
|
12191
12118
|
}, "strip", z.ZodTypeAny, {
|
12192
|
-
name: string;
|
12193
12119
|
id: string;
|
12194
12120
|
address: string | null;
|
12121
|
+
name: string;
|
12195
12122
|
email: string;
|
12196
12123
|
createdAt: Date;
|
12197
12124
|
updatedAt: Date;
|
@@ -12232,9 +12159,9 @@ export declare const commentContract: {
|
|
12232
12159
|
telephonySignature: string | null;
|
12233
12160
|
};
|
12234
12161
|
}, {
|
12235
|
-
name: string;
|
12236
12162
|
id: string;
|
12237
12163
|
address: string | null;
|
12164
|
+
name: string;
|
12238
12165
|
email: string;
|
12239
12166
|
createdAt: Date;
|
12240
12167
|
updatedAt: Date;
|
@@ -12314,10 +12241,10 @@ export declare const commentContract: {
|
|
12314
12241
|
}[];
|
12315
12242
|
}[];
|
12316
12243
|
contact: {
|
12317
|
-
name: string;
|
12318
12244
|
id: string;
|
12319
12245
|
channel: string | null;
|
12320
12246
|
address: string | null;
|
12247
|
+
name: string;
|
12321
12248
|
createdAt: Date;
|
12322
12249
|
updatedAt: Date;
|
12323
12250
|
deletedAt: Date | null;
|
@@ -12362,8 +12289,8 @@ export declare const commentContract: {
|
|
12362
12289
|
createdAt: Date;
|
12363
12290
|
updatedAt: Date;
|
12364
12291
|
deletedAt: Date | null;
|
12365
|
-
name?: string | undefined;
|
12366
12292
|
address?: string | null | undefined;
|
12293
|
+
name?: string | undefined;
|
12367
12294
|
phone?: string | null | undefined;
|
12368
12295
|
industry?: string | null | undefined;
|
12369
12296
|
} | null;
|
@@ -12371,8 +12298,8 @@ export declare const commentContract: {
|
|
12371
12298
|
contactProfile: string | null;
|
12372
12299
|
socialProfileUrl: string | null;
|
12373
12300
|
tags: {
|
12374
|
-
name: string;
|
12375
12301
|
id: string;
|
12302
|
+
name: string;
|
12376
12303
|
createdAt: Date;
|
12377
12304
|
updatedAt: Date;
|
12378
12305
|
deletedAt: Date | null;
|
@@ -12397,8 +12324,8 @@ export declare const commentContract: {
|
|
12397
12324
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12398
12325
|
id: string;
|
12399
12326
|
metadata: {
|
12400
|
-
name: string;
|
12401
12327
|
id: string;
|
12328
|
+
name: string;
|
12402
12329
|
picture?: string | undefined;
|
12403
12330
|
additionalCredentials?: any;
|
12404
12331
|
};
|
@@ -12462,8 +12389,8 @@ export declare const commentContract: {
|
|
12462
12389
|
}[];
|
12463
12390
|
}[];
|
12464
12391
|
tags: {
|
12465
|
-
name: string;
|
12466
12392
|
id: string;
|
12393
|
+
name: string;
|
12467
12394
|
createdAt: Date;
|
12468
12395
|
updatedAt: Date;
|
12469
12396
|
deletedAt: Date | null;
|
@@ -12475,9 +12402,9 @@ export declare const commentContract: {
|
|
12475
12402
|
updatedAt: Date;
|
12476
12403
|
deletedAt: Date | null;
|
12477
12404
|
actor: {
|
12478
|
-
name: string;
|
12479
12405
|
id: string;
|
12480
12406
|
address: string | null;
|
12407
|
+
name: string;
|
12481
12408
|
email: string;
|
12482
12409
|
createdAt: Date;
|
12483
12410
|
updatedAt: Date;
|
@@ -12532,10 +12459,10 @@ export declare const commentContract: {
|
|
12532
12459
|
assigneeId: string;
|
12533
12460
|
creatorId: string;
|
12534
12461
|
reasonToAssign: string | null;
|
12535
|
-
|
12536
|
-
name: string;
|
12462
|
+
creator?: {
|
12537
12463
|
id: string;
|
12538
12464
|
address: string | null;
|
12465
|
+
name: string;
|
12539
12466
|
email: string;
|
12540
12467
|
createdAt: Date;
|
12541
12468
|
updatedAt: Date;
|
@@ -12576,10 +12503,10 @@ export declare const commentContract: {
|
|
12576
12503
|
telephonySignature: string | null;
|
12577
12504
|
};
|
12578
12505
|
} | null | undefined;
|
12579
|
-
|
12580
|
-
name: string;
|
12506
|
+
assignee?: {
|
12581
12507
|
id: string;
|
12582
12508
|
address: string | null;
|
12509
|
+
name: string;
|
12583
12510
|
email: string;
|
12584
12511
|
createdAt: Date;
|
12585
12512
|
updatedAt: Date;
|
@@ -12629,9 +12556,9 @@ export declare const commentContract: {
|
|
12629
12556
|
updatedAt: Date;
|
12630
12557
|
deletedAt: Date | null;
|
12631
12558
|
actor: {
|
12632
|
-
name: string;
|
12633
12559
|
id: string;
|
12634
12560
|
address: string | null;
|
12561
|
+
name: string;
|
12635
12562
|
email: string;
|
12636
12563
|
createdAt: Date;
|
12637
12564
|
updatedAt: Date;
|
@@ -12683,9 +12610,9 @@ export declare const commentContract: {
|
|
12683
12610
|
};
|
12684
12611
|
}[];
|
12685
12612
|
agent: {
|
12686
|
-
name: string;
|
12687
12613
|
id: string;
|
12688
12614
|
address: string | null;
|
12615
|
+
name: string;
|
12689
12616
|
email: string;
|
12690
12617
|
createdAt: Date;
|
12691
12618
|
updatedAt: Date;
|
@@ -12767,10 +12694,10 @@ export declare const commentContract: {
|
|
12767
12694
|
}[];
|
12768
12695
|
}[];
|
12769
12696
|
contact: {
|
12770
|
-
name: string;
|
12771
12697
|
id: string;
|
12772
12698
|
channel: string | null;
|
12773
12699
|
address: string | null;
|
12700
|
+
name: string;
|
12774
12701
|
createdAt: Date;
|
12775
12702
|
updatedAt: Date;
|
12776
12703
|
deletedAt: Date | null;
|
@@ -12815,8 +12742,8 @@ export declare const commentContract: {
|
|
12815
12742
|
createdAt: Date;
|
12816
12743
|
updatedAt: Date;
|
12817
12744
|
deletedAt: Date | null;
|
12818
|
-
name?: string | undefined;
|
12819
12745
|
address?: string | null | undefined;
|
12746
|
+
name?: string | undefined;
|
12820
12747
|
phone?: string | null | undefined;
|
12821
12748
|
industry?: string | null | undefined;
|
12822
12749
|
} | null;
|
@@ -12824,8 +12751,8 @@ export declare const commentContract: {
|
|
12824
12751
|
contactProfile: string | null;
|
12825
12752
|
socialProfileUrl: string | null;
|
12826
12753
|
tags: {
|
12827
|
-
name: string;
|
12828
12754
|
id: string;
|
12755
|
+
name: string;
|
12829
12756
|
createdAt: Date;
|
12830
12757
|
updatedAt: Date;
|
12831
12758
|
deletedAt: Date | null;
|
@@ -12850,8 +12777,8 @@ export declare const commentContract: {
|
|
12850
12777
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12851
12778
|
id: string;
|
12852
12779
|
metadata: {
|
12853
|
-
name: string;
|
12854
12780
|
id: string;
|
12781
|
+
name: string;
|
12855
12782
|
picture?: string | undefined;
|
12856
12783
|
additionalCredentials?: any;
|
12857
12784
|
};
|
@@ -12915,8 +12842,8 @@ export declare const commentContract: {
|
|
12915
12842
|
}[];
|
12916
12843
|
}[];
|
12917
12844
|
tags: {
|
12918
|
-
name: string;
|
12919
12845
|
id: string;
|
12846
|
+
name: string;
|
12920
12847
|
createdAt: Date;
|
12921
12848
|
updatedAt: Date;
|
12922
12849
|
deletedAt: Date | null;
|
@@ -12928,9 +12855,9 @@ export declare const commentContract: {
|
|
12928
12855
|
updatedAt: Date;
|
12929
12856
|
deletedAt: Date | null;
|
12930
12857
|
actor: {
|
12931
|
-
name: string;
|
12932
12858
|
id: string;
|
12933
12859
|
address: string | null;
|
12860
|
+
name: string;
|
12934
12861
|
email: string;
|
12935
12862
|
createdAt: Date;
|
12936
12863
|
updatedAt: Date;
|
@@ -12985,10 +12912,10 @@ export declare const commentContract: {
|
|
12985
12912
|
assigneeId: string;
|
12986
12913
|
creatorId: string;
|
12987
12914
|
reasonToAssign: string | null;
|
12988
|
-
|
12989
|
-
name: string;
|
12915
|
+
creator?: {
|
12990
12916
|
id: string;
|
12991
12917
|
address: string | null;
|
12918
|
+
name: string;
|
12992
12919
|
email: string;
|
12993
12920
|
createdAt: Date;
|
12994
12921
|
updatedAt: Date;
|
@@ -13029,10 +12956,10 @@ export declare const commentContract: {
|
|
13029
12956
|
telephonySignature: string | null;
|
13030
12957
|
};
|
13031
12958
|
} | null | undefined;
|
13032
|
-
|
13033
|
-
name: string;
|
12959
|
+
assignee?: {
|
13034
12960
|
id: string;
|
13035
12961
|
address: string | null;
|
12962
|
+
name: string;
|
13036
12963
|
email: string;
|
13037
12964
|
createdAt: Date;
|
13038
12965
|
updatedAt: Date;
|
@@ -13082,9 +13009,9 @@ export declare const commentContract: {
|
|
13082
13009
|
updatedAt: Date;
|
13083
13010
|
deletedAt: Date | null;
|
13084
13011
|
actor: {
|
13085
|
-
name: string;
|
13086
13012
|
id: string;
|
13087
13013
|
address: string | null;
|
13014
|
+
name: string;
|
13088
13015
|
email: string;
|
13089
13016
|
createdAt: Date;
|
13090
13017
|
updatedAt: Date;
|
@@ -13136,9 +13063,9 @@ export declare const commentContract: {
|
|
13136
13063
|
};
|
13137
13064
|
}[];
|
13138
13065
|
agent: {
|
13139
|
-
name: string;
|
13140
13066
|
id: string;
|
13141
13067
|
address: string | null;
|
13068
|
+
name: string;
|
13142
13069
|
email: string;
|
13143
13070
|
createdAt: Date;
|
13144
13071
|
updatedAt: Date;
|
@@ -13182,7 +13109,7 @@ export declare const commentContract: {
|
|
13182
13109
|
mentions: string[];
|
13183
13110
|
comment: string;
|
13184
13111
|
}>;
|
13185
|
-
}
|
13112
|
+
}, "strip", z.ZodTypeAny, {
|
13186
13113
|
requestId: string;
|
13187
13114
|
comment: {
|
13188
13115
|
id: string;
|
@@ -13223,10 +13150,10 @@ export declare const commentContract: {
|
|
13223
13150
|
}[];
|
13224
13151
|
}[];
|
13225
13152
|
contact: {
|
13226
|
-
name: string;
|
13227
13153
|
id: string;
|
13228
13154
|
channel: string | null;
|
13229
13155
|
address: string | null;
|
13156
|
+
name: string;
|
13230
13157
|
createdAt: Date;
|
13231
13158
|
updatedAt: Date;
|
13232
13159
|
deletedAt: Date | null;
|
@@ -13271,8 +13198,8 @@ export declare const commentContract: {
|
|
13271
13198
|
createdAt: Date;
|
13272
13199
|
updatedAt: Date;
|
13273
13200
|
deletedAt: Date | null;
|
13274
|
-
name?: string | undefined;
|
13275
13201
|
address?: string | null | undefined;
|
13202
|
+
name?: string | undefined;
|
13276
13203
|
phone?: string | null | undefined;
|
13277
13204
|
industry?: string | null | undefined;
|
13278
13205
|
} | null;
|
@@ -13280,8 +13207,8 @@ export declare const commentContract: {
|
|
13280
13207
|
contactProfile: string | null;
|
13281
13208
|
socialProfileUrl: string | null;
|
13282
13209
|
tags: {
|
13283
|
-
name: string;
|
13284
13210
|
id: string;
|
13211
|
+
name: string;
|
13285
13212
|
createdAt: Date;
|
13286
13213
|
updatedAt: Date;
|
13287
13214
|
deletedAt: Date | null;
|
@@ -13306,8 +13233,8 @@ export declare const commentContract: {
|
|
13306
13233
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13307
13234
|
id: string;
|
13308
13235
|
metadata: {
|
13309
|
-
name: string;
|
13310
13236
|
id: string;
|
13237
|
+
name: string;
|
13311
13238
|
picture?: string | undefined;
|
13312
13239
|
additionalCredentials?: any;
|
13313
13240
|
};
|
@@ -13371,8 +13298,8 @@ export declare const commentContract: {
|
|
13371
13298
|
}[];
|
13372
13299
|
}[];
|
13373
13300
|
tags: {
|
13374
|
-
name: string;
|
13375
13301
|
id: string;
|
13302
|
+
name: string;
|
13376
13303
|
createdAt: Date;
|
13377
13304
|
updatedAt: Date;
|
13378
13305
|
deletedAt: Date | null;
|
@@ -13384,9 +13311,9 @@ export declare const commentContract: {
|
|
13384
13311
|
updatedAt: Date;
|
13385
13312
|
deletedAt: Date | null;
|
13386
13313
|
actor: {
|
13387
|
-
name: string;
|
13388
13314
|
id: string;
|
13389
13315
|
address: string | null;
|
13316
|
+
name: string;
|
13390
13317
|
email: string;
|
13391
13318
|
createdAt: Date;
|
13392
13319
|
updatedAt: Date;
|
@@ -13441,10 +13368,10 @@ export declare const commentContract: {
|
|
13441
13368
|
assigneeId: string;
|
13442
13369
|
creatorId: string;
|
13443
13370
|
reasonToAssign: string | null;
|
13444
|
-
|
13445
|
-
name: string;
|
13371
|
+
creator?: {
|
13446
13372
|
id: string;
|
13447
13373
|
address: string | null;
|
13374
|
+
name: string;
|
13448
13375
|
email: string;
|
13449
13376
|
createdAt: Date;
|
13450
13377
|
updatedAt: Date;
|
@@ -13485,10 +13412,10 @@ export declare const commentContract: {
|
|
13485
13412
|
telephonySignature: string | null;
|
13486
13413
|
};
|
13487
13414
|
} | null | undefined;
|
13488
|
-
|
13489
|
-
name: string;
|
13415
|
+
assignee?: {
|
13490
13416
|
id: string;
|
13491
13417
|
address: string | null;
|
13418
|
+
name: string;
|
13492
13419
|
email: string;
|
13493
13420
|
createdAt: Date;
|
13494
13421
|
updatedAt: Date;
|
@@ -13538,9 +13465,9 @@ export declare const commentContract: {
|
|
13538
13465
|
updatedAt: Date;
|
13539
13466
|
deletedAt: Date | null;
|
13540
13467
|
actor: {
|
13541
|
-
name: string;
|
13542
13468
|
id: string;
|
13543
13469
|
address: string | null;
|
13470
|
+
name: string;
|
13544
13471
|
email: string;
|
13545
13472
|
createdAt: Date;
|
13546
13473
|
updatedAt: Date;
|
@@ -13592,9 +13519,9 @@ export declare const commentContract: {
|
|
13592
13519
|
};
|
13593
13520
|
}[];
|
13594
13521
|
agent: {
|
13595
|
-
name: string;
|
13596
13522
|
id: string;
|
13597
13523
|
address: string | null;
|
13524
|
+
name: string;
|
13598
13525
|
email: string;
|
13599
13526
|
createdAt: Date;
|
13600
13527
|
updatedAt: Date;
|
@@ -13679,10 +13606,10 @@ export declare const commentContract: {
|
|
13679
13606
|
}[];
|
13680
13607
|
}[];
|
13681
13608
|
contact: {
|
13682
|
-
name: string;
|
13683
13609
|
id: string;
|
13684
13610
|
channel: string | null;
|
13685
13611
|
address: string | null;
|
13612
|
+
name: string;
|
13686
13613
|
createdAt: Date;
|
13687
13614
|
updatedAt: Date;
|
13688
13615
|
deletedAt: Date | null;
|
@@ -13727,8 +13654,8 @@ export declare const commentContract: {
|
|
13727
13654
|
createdAt: Date;
|
13728
13655
|
updatedAt: Date;
|
13729
13656
|
deletedAt: Date | null;
|
13730
|
-
name?: string | undefined;
|
13731
13657
|
address?: string | null | undefined;
|
13658
|
+
name?: string | undefined;
|
13732
13659
|
phone?: string | null | undefined;
|
13733
13660
|
industry?: string | null | undefined;
|
13734
13661
|
} | null;
|
@@ -13736,8 +13663,8 @@ export declare const commentContract: {
|
|
13736
13663
|
contactProfile: string | null;
|
13737
13664
|
socialProfileUrl: string | null;
|
13738
13665
|
tags: {
|
13739
|
-
name: string;
|
13740
13666
|
id: string;
|
13667
|
+
name: string;
|
13741
13668
|
createdAt: Date;
|
13742
13669
|
updatedAt: Date;
|
13743
13670
|
deletedAt: Date | null;
|
@@ -13762,8 +13689,8 @@ export declare const commentContract: {
|
|
13762
13689
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13763
13690
|
id: string;
|
13764
13691
|
metadata: {
|
13765
|
-
name: string;
|
13766
13692
|
id: string;
|
13693
|
+
name: string;
|
13767
13694
|
picture?: string | undefined;
|
13768
13695
|
additionalCredentials?: any;
|
13769
13696
|
};
|
@@ -13827,8 +13754,8 @@ export declare const commentContract: {
|
|
13827
13754
|
}[];
|
13828
13755
|
}[];
|
13829
13756
|
tags: {
|
13830
|
-
name: string;
|
13831
13757
|
id: string;
|
13758
|
+
name: string;
|
13832
13759
|
createdAt: Date;
|
13833
13760
|
updatedAt: Date;
|
13834
13761
|
deletedAt: Date | null;
|
@@ -13840,9 +13767,9 @@ export declare const commentContract: {
|
|
13840
13767
|
updatedAt: Date;
|
13841
13768
|
deletedAt: Date | null;
|
13842
13769
|
actor: {
|
13843
|
-
name: string;
|
13844
13770
|
id: string;
|
13845
13771
|
address: string | null;
|
13772
|
+
name: string;
|
13846
13773
|
email: string;
|
13847
13774
|
createdAt: Date;
|
13848
13775
|
updatedAt: Date;
|
@@ -13897,10 +13824,10 @@ export declare const commentContract: {
|
|
13897
13824
|
assigneeId: string;
|
13898
13825
|
creatorId: string;
|
13899
13826
|
reasonToAssign: string | null;
|
13900
|
-
|
13901
|
-
name: string;
|
13827
|
+
creator?: {
|
13902
13828
|
id: string;
|
13903
13829
|
address: string | null;
|
13830
|
+
name: string;
|
13904
13831
|
email: string;
|
13905
13832
|
createdAt: Date;
|
13906
13833
|
updatedAt: Date;
|
@@ -13941,10 +13868,10 @@ export declare const commentContract: {
|
|
13941
13868
|
telephonySignature: string | null;
|
13942
13869
|
};
|
13943
13870
|
} | null | undefined;
|
13944
|
-
|
13945
|
-
name: string;
|
13871
|
+
assignee?: {
|
13946
13872
|
id: string;
|
13947
13873
|
address: string | null;
|
13874
|
+
name: string;
|
13948
13875
|
email: string;
|
13949
13876
|
createdAt: Date;
|
13950
13877
|
updatedAt: Date;
|
@@ -13994,9 +13921,9 @@ export declare const commentContract: {
|
|
13994
13921
|
updatedAt: Date;
|
13995
13922
|
deletedAt: Date | null;
|
13996
13923
|
actor: {
|
13997
|
-
name: string;
|
13998
13924
|
id: string;
|
13999
13925
|
address: string | null;
|
13926
|
+
name: string;
|
14000
13927
|
email: string;
|
14001
13928
|
createdAt: Date;
|
14002
13929
|
updatedAt: Date;
|
@@ -14048,9 +13975,9 @@ export declare const commentContract: {
|
|
14048
13975
|
};
|
14049
13976
|
}[];
|
14050
13977
|
agent: {
|
14051
|
-
name: string;
|
14052
13978
|
id: string;
|
14053
13979
|
address: string | null;
|
13980
|
+
name: string;
|
14054
13981
|
email: string;
|
14055
13982
|
createdAt: Date;
|
14056
13983
|
updatedAt: Date;
|
@@ -14106,18 +14033,6 @@ export declare const commentContract: {
|
|
14106
14033
|
error?: any;
|
14107
14034
|
}>;
|
14108
14035
|
};
|
14109
|
-
};
|
14110
|
-
deleteComment: {
|
14111
|
-
body: null;
|
14112
|
-
summary: "Delete a comment.";
|
14113
|
-
method: "DELETE";
|
14114
|
-
pathParams: z.ZodObject<{
|
14115
|
-
id: z.ZodString;
|
14116
|
-
}, "strip", z.ZodTypeAny, {
|
14117
|
-
id: string;
|
14118
|
-
}, {
|
14119
|
-
id: string;
|
14120
|
-
}>;
|
14121
14036
|
path: "ticket-service/comment/:id";
|
14122
14037
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
14123
14038
|
'x-tenant': z.ZodString;
|
@@ -14135,12 +14050,23 @@ export declare const commentContract: {
|
|
14135
14050
|
'x-code'?: string | undefined;
|
14136
14051
|
'x-client-timezone'?: string | undefined;
|
14137
14052
|
}>>>;
|
14053
|
+
};
|
14054
|
+
deleteComment: {
|
14055
|
+
body: null;
|
14056
|
+
summary: "Delete a comment.";
|
14057
|
+
method: "DELETE";
|
14058
|
+
pathParams: z.ZodObject<{
|
14059
|
+
id: z.ZodString;
|
14060
|
+
}, "strip", z.ZodTypeAny, {
|
14061
|
+
id: string;
|
14062
|
+
}, {
|
14063
|
+
id: string;
|
14064
|
+
}>;
|
14138
14065
|
responses: {
|
14139
|
-
200: z.ZodObject<
|
14066
|
+
200: z.ZodObject<{
|
14140
14067
|
requestId: z.ZodString;
|
14141
|
-
}, {
|
14142
14068
|
message: z.ZodString;
|
14143
|
-
}
|
14069
|
+
}, "strip", z.ZodTypeAny, {
|
14144
14070
|
message: string;
|
14145
14071
|
requestId: string;
|
14146
14072
|
}, {
|
@@ -14158,6 +14084,23 @@ export declare const commentContract: {
|
|
14158
14084
|
error?: any;
|
14159
14085
|
}>;
|
14160
14086
|
};
|
14087
|
+
path: "ticket-service/comment/:id";
|
14088
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
14089
|
+
'x-tenant': z.ZodString;
|
14090
|
+
authorization: z.ZodString;
|
14091
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
14092
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
14093
|
+
}, "strip", z.ZodTypeAny, {
|
14094
|
+
'x-tenant': string;
|
14095
|
+
authorization: string;
|
14096
|
+
'x-client-timezone': string;
|
14097
|
+
'x-code'?: string | undefined;
|
14098
|
+
}, {
|
14099
|
+
'x-tenant': string;
|
14100
|
+
authorization: string;
|
14101
|
+
'x-code'?: string | undefined;
|
14102
|
+
'x-client-timezone'?: string | undefined;
|
14103
|
+
}>>>;
|
14161
14104
|
};
|
14162
14105
|
};
|
14163
14106
|
//# sourceMappingURL=index.d.ts.map
|