@kl1/contracts 1.2.38-uat → 1.2.39-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +2349 -2560
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +75 -87
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +84 -98
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6954 -2629
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1675 -721
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1512 -818
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +68 -68
- package/dist/api-contracts/src/comment/schema.d.ts +20 -20
- package/dist/api-contracts/src/contact/index.d.ts +97 -97
- package/dist/api-contracts/src/contact/schema.d.ts +12 -12
- package/dist/api-contracts/src/contact/validation.d.ts +56 -56
- package/dist/api-contracts/src/contract.d.ts +13847 -11876
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +87 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +190 -143
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +233 -119
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +77 -99
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +12 -55
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +81 -0
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1466 -1060
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +68 -77
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +53 -60
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +5 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1271 -836
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +1204 -757
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +71 -82
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +619 -7
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +619 -7
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +204 -0
- 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 +165 -5
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +1271 -836
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +53 -60
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/index.d.ts +59 -59
- package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
- package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
- package/dist/api-contracts/src/sms/index.d.ts +180 -146
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +22 -0
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +105 -105
- package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
- package/dist/api-contracts/src/telegram/index.d.ts +1091 -626
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
- 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 +10 -27
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/api-contracts/src/ticket/index.d.ts +111 -111
- package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
- 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 +20 -10
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1091 -626
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +1091 -626
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +1175 -724
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +569 -183
- package/dist/api-contracts/src/workflow-rule/index.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 +4837 -4272
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4830 -4272
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -3
|
@@ -119,38 +119,35 @@ export declare const lineContract: {
|
|
|
119
119
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
120
120
|
senderId: z.ZodOptional<z.ZodString>;
|
|
121
121
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
122
|
-
wabaBusinessId: z.
|
|
123
|
-
wabaExternalId: z.
|
|
124
|
-
phoneNumberId: z.
|
|
125
|
-
email: z.
|
|
126
|
-
clientId: z.
|
|
127
|
-
channelId: z.
|
|
122
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
123
|
+
wabaExternalId: z.ZodString;
|
|
124
|
+
phoneNumberId: z.ZodString;
|
|
125
|
+
email: z.ZodString;
|
|
126
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
127
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
128
128
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
129
129
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
130
130
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
131
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
132
131
|
}, "strip", z.ZodTypeAny, {
|
|
133
|
-
|
|
134
|
-
wabaExternalId
|
|
135
|
-
phoneNumberId
|
|
136
|
-
|
|
137
|
-
clientId?: string |
|
|
138
|
-
channelId?: string |
|
|
132
|
+
email: string;
|
|
133
|
+
wabaExternalId: string;
|
|
134
|
+
phoneNumberId: string;
|
|
135
|
+
wabaBusinessId?: string | undefined;
|
|
136
|
+
clientId?: string | undefined;
|
|
137
|
+
channelId?: string | undefined;
|
|
139
138
|
status?: "active" | "pending" | undefined;
|
|
140
139
|
apiKey?: string | undefined;
|
|
141
140
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
142
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
143
141
|
}, {
|
|
144
|
-
|
|
145
|
-
wabaExternalId
|
|
146
|
-
phoneNumberId
|
|
147
|
-
|
|
148
|
-
clientId?: string |
|
|
149
|
-
channelId?: string |
|
|
142
|
+
email: string;
|
|
143
|
+
wabaExternalId: string;
|
|
144
|
+
phoneNumberId: string;
|
|
145
|
+
wabaBusinessId?: string | undefined;
|
|
146
|
+
clientId?: string | undefined;
|
|
147
|
+
channelId?: string | undefined;
|
|
150
148
|
status?: "active" | "pending" | undefined;
|
|
151
149
|
apiKey?: string | undefined;
|
|
152
150
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
153
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
154
151
|
}>>;
|
|
155
152
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
156
153
|
mobileNumber: z.ZodString;
|
|
@@ -175,16 +172,15 @@ export declare const lineContract: {
|
|
|
175
172
|
additionalCredentials?: any;
|
|
176
173
|
senderId?: string | undefined;
|
|
177
174
|
whatsapp?: {
|
|
178
|
-
|
|
179
|
-
wabaExternalId
|
|
180
|
-
phoneNumberId
|
|
181
|
-
|
|
182
|
-
clientId?: string |
|
|
183
|
-
channelId?: string |
|
|
175
|
+
email: string;
|
|
176
|
+
wabaExternalId: string;
|
|
177
|
+
phoneNumberId: string;
|
|
178
|
+
wabaBusinessId?: string | undefined;
|
|
179
|
+
clientId?: string | undefined;
|
|
180
|
+
channelId?: string | undefined;
|
|
184
181
|
status?: "active" | "pending" | undefined;
|
|
185
182
|
apiKey?: string | undefined;
|
|
186
183
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
187
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
188
184
|
} | undefined;
|
|
189
185
|
vonageCredentials?: {
|
|
190
186
|
apiKey: string;
|
|
@@ -201,16 +197,15 @@ export declare const lineContract: {
|
|
|
201
197
|
additionalCredentials?: any;
|
|
202
198
|
senderId?: string | undefined;
|
|
203
199
|
whatsapp?: {
|
|
204
|
-
|
|
205
|
-
wabaExternalId
|
|
206
|
-
phoneNumberId
|
|
207
|
-
|
|
208
|
-
clientId?: string |
|
|
209
|
-
channelId?: string |
|
|
200
|
+
email: string;
|
|
201
|
+
wabaExternalId: string;
|
|
202
|
+
phoneNumberId: string;
|
|
203
|
+
wabaBusinessId?: string | undefined;
|
|
204
|
+
clientId?: string | undefined;
|
|
205
|
+
channelId?: string | undefined;
|
|
210
206
|
status?: "active" | "pending" | undefined;
|
|
211
207
|
apiKey?: string | undefined;
|
|
212
208
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
213
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
214
209
|
} | undefined;
|
|
215
210
|
vonageCredentials?: {
|
|
216
211
|
apiKey: string;
|
|
@@ -257,16 +252,15 @@ export declare const lineContract: {
|
|
|
257
252
|
additionalCredentials?: any;
|
|
258
253
|
senderId?: string | undefined;
|
|
259
254
|
whatsapp?: {
|
|
260
|
-
|
|
261
|
-
wabaExternalId
|
|
262
|
-
phoneNumberId
|
|
263
|
-
|
|
264
|
-
clientId?: string |
|
|
265
|
-
channelId?: string |
|
|
255
|
+
email: string;
|
|
256
|
+
wabaExternalId: string;
|
|
257
|
+
phoneNumberId: string;
|
|
258
|
+
wabaBusinessId?: string | undefined;
|
|
259
|
+
clientId?: string | undefined;
|
|
260
|
+
channelId?: string | undefined;
|
|
266
261
|
status?: "active" | "pending" | undefined;
|
|
267
262
|
apiKey?: string | undefined;
|
|
268
263
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
269
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
270
264
|
} | undefined;
|
|
271
265
|
vonageCredentials?: {
|
|
272
266
|
apiKey: string;
|
|
@@ -301,16 +295,15 @@ export declare const lineContract: {
|
|
|
301
295
|
additionalCredentials?: any;
|
|
302
296
|
senderId?: string | undefined;
|
|
303
297
|
whatsapp?: {
|
|
304
|
-
|
|
305
|
-
wabaExternalId
|
|
306
|
-
phoneNumberId
|
|
307
|
-
|
|
308
|
-
clientId?: string |
|
|
309
|
-
channelId?: string |
|
|
298
|
+
email: string;
|
|
299
|
+
wabaExternalId: string;
|
|
300
|
+
phoneNumberId: string;
|
|
301
|
+
wabaBusinessId?: string | undefined;
|
|
302
|
+
clientId?: string | undefined;
|
|
303
|
+
channelId?: string | undefined;
|
|
310
304
|
status?: "active" | "pending" | undefined;
|
|
311
305
|
apiKey?: string | undefined;
|
|
312
306
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
313
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
314
307
|
} | undefined;
|
|
315
308
|
vonageCredentials?: {
|
|
316
309
|
apiKey: string;
|
|
@@ -348,16 +341,15 @@ export declare const lineContract: {
|
|
|
348
341
|
additionalCredentials?: any;
|
|
349
342
|
senderId?: string | undefined;
|
|
350
343
|
whatsapp?: {
|
|
351
|
-
|
|
352
|
-
wabaExternalId
|
|
353
|
-
phoneNumberId
|
|
354
|
-
|
|
355
|
-
clientId?: string |
|
|
356
|
-
channelId?: string |
|
|
344
|
+
email: string;
|
|
345
|
+
wabaExternalId: string;
|
|
346
|
+
phoneNumberId: string;
|
|
347
|
+
wabaBusinessId?: string | undefined;
|
|
348
|
+
clientId?: string | undefined;
|
|
349
|
+
channelId?: string | undefined;
|
|
357
350
|
status?: "active" | "pending" | undefined;
|
|
358
351
|
apiKey?: string | undefined;
|
|
359
352
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
360
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
361
353
|
} | undefined;
|
|
362
354
|
vonageCredentials?: {
|
|
363
355
|
apiKey: string;
|
|
@@ -424,16 +416,15 @@ export declare const lineContract: {
|
|
|
424
416
|
additionalCredentials?: any;
|
|
425
417
|
senderId?: string | undefined;
|
|
426
418
|
whatsapp?: {
|
|
427
|
-
|
|
428
|
-
wabaExternalId
|
|
429
|
-
phoneNumberId
|
|
430
|
-
|
|
431
|
-
clientId?: string |
|
|
432
|
-
channelId?: string |
|
|
419
|
+
email: string;
|
|
420
|
+
wabaExternalId: string;
|
|
421
|
+
phoneNumberId: string;
|
|
422
|
+
wabaBusinessId?: string | undefined;
|
|
423
|
+
clientId?: string | undefined;
|
|
424
|
+
channelId?: string | undefined;
|
|
433
425
|
status?: "active" | "pending" | undefined;
|
|
434
426
|
apiKey?: string | undefined;
|
|
435
427
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
436
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
437
428
|
} | undefined;
|
|
438
429
|
vonageCredentials?: {
|
|
439
430
|
apiKey: string;
|
|
@@ -490,7 +481,7 @@ export declare const lineContract: {
|
|
|
490
481
|
message: z.ZodObject<{
|
|
491
482
|
message: z.ZodOptional<z.ZodString>;
|
|
492
483
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
493
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
|
484
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
494
485
|
readAt: z.ZodOptional<z.ZodDate>;
|
|
495
486
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
496
487
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -534,7 +525,7 @@ export declare const lineContract: {
|
|
|
534
525
|
phone: string | null;
|
|
535
526
|
}>;
|
|
536
527
|
}, "strip", z.ZodTypeAny, {
|
|
537
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
528
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
538
529
|
direction: "incoming" | "outgoing" | "system";
|
|
539
530
|
sender: {
|
|
540
531
|
name: string;
|
|
@@ -560,7 +551,7 @@ export declare const lineContract: {
|
|
|
560
551
|
fileSize: number;
|
|
561
552
|
} | undefined;
|
|
562
553
|
}, {
|
|
563
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
554
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
564
555
|
direction: "incoming" | "outgoing" | "system";
|
|
565
556
|
sender: {
|
|
566
557
|
name: string;
|
|
@@ -588,7 +579,7 @@ export declare const lineContract: {
|
|
|
588
579
|
}>;
|
|
589
580
|
}, "strip", z.ZodTypeAny, {
|
|
590
581
|
message: {
|
|
591
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
582
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
592
583
|
direction: "incoming" | "outgoing" | "system";
|
|
593
584
|
sender: {
|
|
594
585
|
name: string;
|
|
@@ -628,16 +619,15 @@ export declare const lineContract: {
|
|
|
628
619
|
additionalCredentials?: any;
|
|
629
620
|
senderId?: string | undefined;
|
|
630
621
|
whatsapp?: {
|
|
631
|
-
|
|
632
|
-
wabaExternalId
|
|
633
|
-
phoneNumberId
|
|
634
|
-
|
|
635
|
-
clientId?: string |
|
|
636
|
-
channelId?: string |
|
|
622
|
+
email: string;
|
|
623
|
+
wabaExternalId: string;
|
|
624
|
+
phoneNumberId: string;
|
|
625
|
+
wabaBusinessId?: string | undefined;
|
|
626
|
+
clientId?: string | undefined;
|
|
627
|
+
channelId?: string | undefined;
|
|
637
628
|
status?: "active" | "pending" | undefined;
|
|
638
629
|
apiKey?: string | undefined;
|
|
639
630
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
640
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
641
631
|
} | undefined;
|
|
642
632
|
vonageCredentials?: {
|
|
643
633
|
apiKey: string;
|
|
@@ -695,7 +685,7 @@ export declare const lineContract: {
|
|
|
695
685
|
stickerId: number;
|
|
696
686
|
}, {
|
|
697
687
|
message: {
|
|
698
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
688
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
699
689
|
direction: "incoming" | "outgoing" | "system";
|
|
700
690
|
sender: {
|
|
701
691
|
name: string;
|
|
@@ -735,16 +725,15 @@ export declare const lineContract: {
|
|
|
735
725
|
additionalCredentials?: any;
|
|
736
726
|
senderId?: string | undefined;
|
|
737
727
|
whatsapp?: {
|
|
738
|
-
|
|
739
|
-
wabaExternalId
|
|
740
|
-
phoneNumberId
|
|
741
|
-
|
|
742
|
-
clientId?: string |
|
|
743
|
-
channelId?: string |
|
|
728
|
+
email: string;
|
|
729
|
+
wabaExternalId: string;
|
|
730
|
+
phoneNumberId: string;
|
|
731
|
+
wabaBusinessId?: string | undefined;
|
|
732
|
+
clientId?: string | undefined;
|
|
733
|
+
channelId?: string | undefined;
|
|
744
734
|
status?: "active" | "pending" | undefined;
|
|
745
735
|
apiKey?: string | undefined;
|
|
746
736
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
747
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
748
737
|
} | undefined;
|
|
749
738
|
vonageCredentials?: {
|
|
750
739
|
apiKey: string;
|
|
@@ -897,38 +886,35 @@ export declare const lineContract: {
|
|
|
897
886
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
898
887
|
senderId: z.ZodOptional<z.ZodString>;
|
|
899
888
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
900
|
-
wabaBusinessId: z.
|
|
901
|
-
wabaExternalId: z.
|
|
902
|
-
phoneNumberId: z.
|
|
903
|
-
email: z.
|
|
904
|
-
clientId: z.
|
|
905
|
-
channelId: z.
|
|
889
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
890
|
+
wabaExternalId: z.ZodString;
|
|
891
|
+
phoneNumberId: z.ZodString;
|
|
892
|
+
email: z.ZodString;
|
|
893
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
894
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
906
895
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
907
896
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
908
897
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
909
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
910
898
|
}, "strip", z.ZodTypeAny, {
|
|
911
|
-
|
|
912
|
-
wabaExternalId
|
|
913
|
-
phoneNumberId
|
|
914
|
-
|
|
915
|
-
clientId?: string |
|
|
916
|
-
channelId?: string |
|
|
899
|
+
email: string;
|
|
900
|
+
wabaExternalId: string;
|
|
901
|
+
phoneNumberId: string;
|
|
902
|
+
wabaBusinessId?: string | undefined;
|
|
903
|
+
clientId?: string | undefined;
|
|
904
|
+
channelId?: string | undefined;
|
|
917
905
|
status?: "active" | "pending" | undefined;
|
|
918
906
|
apiKey?: string | undefined;
|
|
919
907
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
920
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
921
908
|
}, {
|
|
922
|
-
|
|
923
|
-
wabaExternalId
|
|
924
|
-
phoneNumberId
|
|
925
|
-
|
|
926
|
-
clientId?: string |
|
|
927
|
-
channelId?: string |
|
|
909
|
+
email: string;
|
|
910
|
+
wabaExternalId: string;
|
|
911
|
+
phoneNumberId: string;
|
|
912
|
+
wabaBusinessId?: string | undefined;
|
|
913
|
+
clientId?: string | undefined;
|
|
914
|
+
channelId?: string | undefined;
|
|
928
915
|
status?: "active" | "pending" | undefined;
|
|
929
916
|
apiKey?: string | undefined;
|
|
930
917
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
931
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
932
918
|
}>>;
|
|
933
919
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
934
920
|
mobileNumber: z.ZodString;
|
|
@@ -953,16 +939,15 @@ export declare const lineContract: {
|
|
|
953
939
|
additionalCredentials?: any;
|
|
954
940
|
senderId?: string | undefined;
|
|
955
941
|
whatsapp?: {
|
|
956
|
-
|
|
957
|
-
wabaExternalId
|
|
958
|
-
phoneNumberId
|
|
959
|
-
|
|
960
|
-
clientId?: string |
|
|
961
|
-
channelId?: string |
|
|
942
|
+
email: string;
|
|
943
|
+
wabaExternalId: string;
|
|
944
|
+
phoneNumberId: string;
|
|
945
|
+
wabaBusinessId?: string | undefined;
|
|
946
|
+
clientId?: string | undefined;
|
|
947
|
+
channelId?: string | undefined;
|
|
962
948
|
status?: "active" | "pending" | undefined;
|
|
963
949
|
apiKey?: string | undefined;
|
|
964
950
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
965
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
966
951
|
} | undefined;
|
|
967
952
|
vonageCredentials?: {
|
|
968
953
|
apiKey: string;
|
|
@@ -979,16 +964,15 @@ export declare const lineContract: {
|
|
|
979
964
|
additionalCredentials?: any;
|
|
980
965
|
senderId?: string | undefined;
|
|
981
966
|
whatsapp?: {
|
|
982
|
-
|
|
983
|
-
wabaExternalId
|
|
984
|
-
phoneNumberId
|
|
985
|
-
|
|
986
|
-
clientId?: string |
|
|
987
|
-
channelId?: string |
|
|
967
|
+
email: string;
|
|
968
|
+
wabaExternalId: string;
|
|
969
|
+
phoneNumberId: string;
|
|
970
|
+
wabaBusinessId?: string | undefined;
|
|
971
|
+
clientId?: string | undefined;
|
|
972
|
+
channelId?: string | undefined;
|
|
988
973
|
status?: "active" | "pending" | undefined;
|
|
989
974
|
apiKey?: string | undefined;
|
|
990
975
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
991
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
992
976
|
} | undefined;
|
|
993
977
|
vonageCredentials?: {
|
|
994
978
|
apiKey: string;
|
|
@@ -1035,16 +1019,15 @@ export declare const lineContract: {
|
|
|
1035
1019
|
additionalCredentials?: any;
|
|
1036
1020
|
senderId?: string | undefined;
|
|
1037
1021
|
whatsapp?: {
|
|
1038
|
-
|
|
1039
|
-
wabaExternalId
|
|
1040
|
-
phoneNumberId
|
|
1041
|
-
|
|
1042
|
-
clientId?: string |
|
|
1043
|
-
channelId?: string |
|
|
1022
|
+
email: string;
|
|
1023
|
+
wabaExternalId: string;
|
|
1024
|
+
phoneNumberId: string;
|
|
1025
|
+
wabaBusinessId?: string | undefined;
|
|
1026
|
+
clientId?: string | undefined;
|
|
1027
|
+
channelId?: string | undefined;
|
|
1044
1028
|
status?: "active" | "pending" | undefined;
|
|
1045
1029
|
apiKey?: string | undefined;
|
|
1046
1030
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1047
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1048
1031
|
} | undefined;
|
|
1049
1032
|
vonageCredentials?: {
|
|
1050
1033
|
apiKey: string;
|
|
@@ -1079,16 +1062,15 @@ export declare const lineContract: {
|
|
|
1079
1062
|
additionalCredentials?: any;
|
|
1080
1063
|
senderId?: string | undefined;
|
|
1081
1064
|
whatsapp?: {
|
|
1082
|
-
|
|
1083
|
-
wabaExternalId
|
|
1084
|
-
phoneNumberId
|
|
1085
|
-
|
|
1086
|
-
clientId?: string |
|
|
1087
|
-
channelId?: string |
|
|
1065
|
+
email: string;
|
|
1066
|
+
wabaExternalId: string;
|
|
1067
|
+
phoneNumberId: string;
|
|
1068
|
+
wabaBusinessId?: string | undefined;
|
|
1069
|
+
clientId?: string | undefined;
|
|
1070
|
+
channelId?: string | undefined;
|
|
1088
1071
|
status?: "active" | "pending" | undefined;
|
|
1089
1072
|
apiKey?: string | undefined;
|
|
1090
1073
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1091
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1092
1074
|
} | undefined;
|
|
1093
1075
|
vonageCredentials?: {
|
|
1094
1076
|
apiKey: string;
|
|
@@ -1125,16 +1107,15 @@ export declare const lineContract: {
|
|
|
1125
1107
|
additionalCredentials?: any;
|
|
1126
1108
|
senderId?: string | undefined;
|
|
1127
1109
|
whatsapp?: {
|
|
1128
|
-
|
|
1129
|
-
wabaExternalId
|
|
1130
|
-
phoneNumberId
|
|
1131
|
-
|
|
1132
|
-
clientId?: string |
|
|
1133
|
-
channelId?: string |
|
|
1110
|
+
email: string;
|
|
1111
|
+
wabaExternalId: string;
|
|
1112
|
+
phoneNumberId: string;
|
|
1113
|
+
wabaBusinessId?: string | undefined;
|
|
1114
|
+
clientId?: string | undefined;
|
|
1115
|
+
channelId?: string | undefined;
|
|
1134
1116
|
status?: "active" | "pending" | undefined;
|
|
1135
1117
|
apiKey?: string | undefined;
|
|
1136
1118
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1137
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1138
1119
|
} | undefined;
|
|
1139
1120
|
vonageCredentials?: {
|
|
1140
1121
|
apiKey: string;
|
|
@@ -1172,16 +1153,15 @@ export declare const lineContract: {
|
|
|
1172
1153
|
additionalCredentials?: any;
|
|
1173
1154
|
senderId?: string | undefined;
|
|
1174
1155
|
whatsapp?: {
|
|
1175
|
-
|
|
1176
|
-
wabaExternalId
|
|
1177
|
-
phoneNumberId
|
|
1178
|
-
|
|
1179
|
-
clientId?: string |
|
|
1180
|
-
channelId?: string |
|
|
1156
|
+
email: string;
|
|
1157
|
+
wabaExternalId: string;
|
|
1158
|
+
phoneNumberId: string;
|
|
1159
|
+
wabaBusinessId?: string | undefined;
|
|
1160
|
+
clientId?: string | undefined;
|
|
1161
|
+
channelId?: string | undefined;
|
|
1181
1162
|
status?: "active" | "pending" | undefined;
|
|
1182
1163
|
apiKey?: string | undefined;
|
|
1183
1164
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1184
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1185
1165
|
} | undefined;
|
|
1186
1166
|
vonageCredentials?: {
|
|
1187
1167
|
apiKey: string;
|
|
@@ -1368,38 +1348,35 @@ export declare const lineContract: {
|
|
|
1368
1348
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
1369
1349
|
senderId: z.ZodOptional<z.ZodString>;
|
|
1370
1350
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
1371
|
-
wabaBusinessId: z.
|
|
1372
|
-
wabaExternalId: z.
|
|
1373
|
-
phoneNumberId: z.
|
|
1374
|
-
email: z.
|
|
1375
|
-
clientId: z.
|
|
1376
|
-
channelId: z.
|
|
1351
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
1352
|
+
wabaExternalId: z.ZodString;
|
|
1353
|
+
phoneNumberId: z.ZodString;
|
|
1354
|
+
email: z.ZodString;
|
|
1355
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1356
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
1377
1357
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
1378
1358
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
1379
1359
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
1380
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
1381
1360
|
}, "strip", z.ZodTypeAny, {
|
|
1382
|
-
|
|
1383
|
-
wabaExternalId
|
|
1384
|
-
phoneNumberId
|
|
1385
|
-
|
|
1386
|
-
clientId?: string |
|
|
1387
|
-
channelId?: string |
|
|
1361
|
+
email: string;
|
|
1362
|
+
wabaExternalId: string;
|
|
1363
|
+
phoneNumberId: string;
|
|
1364
|
+
wabaBusinessId?: string | undefined;
|
|
1365
|
+
clientId?: string | undefined;
|
|
1366
|
+
channelId?: string | undefined;
|
|
1388
1367
|
status?: "active" | "pending" | undefined;
|
|
1389
1368
|
apiKey?: string | undefined;
|
|
1390
1369
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1391
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1392
1370
|
}, {
|
|
1393
|
-
|
|
1394
|
-
wabaExternalId
|
|
1395
|
-
phoneNumberId
|
|
1396
|
-
|
|
1397
|
-
clientId?: string |
|
|
1398
|
-
channelId?: string |
|
|
1371
|
+
email: string;
|
|
1372
|
+
wabaExternalId: string;
|
|
1373
|
+
phoneNumberId: string;
|
|
1374
|
+
wabaBusinessId?: string | undefined;
|
|
1375
|
+
clientId?: string | undefined;
|
|
1376
|
+
channelId?: string | undefined;
|
|
1399
1377
|
status?: "active" | "pending" | undefined;
|
|
1400
1378
|
apiKey?: string | undefined;
|
|
1401
1379
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1402
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1403
1380
|
}>>;
|
|
1404
1381
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
1405
1382
|
mobileNumber: z.ZodString;
|
|
@@ -1424,16 +1401,15 @@ export declare const lineContract: {
|
|
|
1424
1401
|
additionalCredentials?: any;
|
|
1425
1402
|
senderId?: string | undefined;
|
|
1426
1403
|
whatsapp?: {
|
|
1427
|
-
|
|
1428
|
-
wabaExternalId
|
|
1429
|
-
phoneNumberId
|
|
1430
|
-
|
|
1431
|
-
clientId?: string |
|
|
1432
|
-
channelId?: string |
|
|
1404
|
+
email: string;
|
|
1405
|
+
wabaExternalId: string;
|
|
1406
|
+
phoneNumberId: string;
|
|
1407
|
+
wabaBusinessId?: string | undefined;
|
|
1408
|
+
clientId?: string | undefined;
|
|
1409
|
+
channelId?: string | undefined;
|
|
1433
1410
|
status?: "active" | "pending" | undefined;
|
|
1434
1411
|
apiKey?: string | undefined;
|
|
1435
1412
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1436
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1437
1413
|
} | undefined;
|
|
1438
1414
|
vonageCredentials?: {
|
|
1439
1415
|
apiKey: string;
|
|
@@ -1450,16 +1426,15 @@ export declare const lineContract: {
|
|
|
1450
1426
|
additionalCredentials?: any;
|
|
1451
1427
|
senderId?: string | undefined;
|
|
1452
1428
|
whatsapp?: {
|
|
1453
|
-
|
|
1454
|
-
wabaExternalId
|
|
1455
|
-
phoneNumberId
|
|
1456
|
-
|
|
1457
|
-
clientId?: string |
|
|
1458
|
-
channelId?: string |
|
|
1429
|
+
email: string;
|
|
1430
|
+
wabaExternalId: string;
|
|
1431
|
+
phoneNumberId: string;
|
|
1432
|
+
wabaBusinessId?: string | undefined;
|
|
1433
|
+
clientId?: string | undefined;
|
|
1434
|
+
channelId?: string | undefined;
|
|
1459
1435
|
status?: "active" | "pending" | undefined;
|
|
1460
1436
|
apiKey?: string | undefined;
|
|
1461
1437
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1462
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1463
1438
|
} | undefined;
|
|
1464
1439
|
vonageCredentials?: {
|
|
1465
1440
|
apiKey: string;
|
|
@@ -1506,16 +1481,15 @@ export declare const lineContract: {
|
|
|
1506
1481
|
additionalCredentials?: any;
|
|
1507
1482
|
senderId?: string | undefined;
|
|
1508
1483
|
whatsapp?: {
|
|
1509
|
-
|
|
1510
|
-
wabaExternalId
|
|
1511
|
-
phoneNumberId
|
|
1512
|
-
|
|
1513
|
-
clientId?: string |
|
|
1514
|
-
channelId?: string |
|
|
1484
|
+
email: string;
|
|
1485
|
+
wabaExternalId: string;
|
|
1486
|
+
phoneNumberId: string;
|
|
1487
|
+
wabaBusinessId?: string | undefined;
|
|
1488
|
+
clientId?: string | undefined;
|
|
1489
|
+
channelId?: string | undefined;
|
|
1515
1490
|
status?: "active" | "pending" | undefined;
|
|
1516
1491
|
apiKey?: string | undefined;
|
|
1517
1492
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1518
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1519
1493
|
} | undefined;
|
|
1520
1494
|
vonageCredentials?: {
|
|
1521
1495
|
apiKey: string;
|
|
@@ -1550,16 +1524,15 @@ export declare const lineContract: {
|
|
|
1550
1524
|
additionalCredentials?: any;
|
|
1551
1525
|
senderId?: string | undefined;
|
|
1552
1526
|
whatsapp?: {
|
|
1553
|
-
|
|
1554
|
-
wabaExternalId
|
|
1555
|
-
phoneNumberId
|
|
1556
|
-
|
|
1557
|
-
clientId?: string |
|
|
1558
|
-
channelId?: string |
|
|
1527
|
+
email: string;
|
|
1528
|
+
wabaExternalId: string;
|
|
1529
|
+
phoneNumberId: string;
|
|
1530
|
+
wabaBusinessId?: string | undefined;
|
|
1531
|
+
clientId?: string | undefined;
|
|
1532
|
+
channelId?: string | undefined;
|
|
1559
1533
|
status?: "active" | "pending" | undefined;
|
|
1560
1534
|
apiKey?: string | undefined;
|
|
1561
1535
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1562
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1563
1536
|
} | undefined;
|
|
1564
1537
|
vonageCredentials?: {
|
|
1565
1538
|
apiKey: string;
|
|
@@ -1599,16 +1572,15 @@ export declare const lineContract: {
|
|
|
1599
1572
|
additionalCredentials?: any;
|
|
1600
1573
|
senderId?: string | undefined;
|
|
1601
1574
|
whatsapp?: {
|
|
1602
|
-
|
|
1603
|
-
wabaExternalId
|
|
1604
|
-
phoneNumberId
|
|
1605
|
-
|
|
1606
|
-
clientId?: string |
|
|
1607
|
-
channelId?: string |
|
|
1575
|
+
email: string;
|
|
1576
|
+
wabaExternalId: string;
|
|
1577
|
+
phoneNumberId: string;
|
|
1578
|
+
wabaBusinessId?: string | undefined;
|
|
1579
|
+
clientId?: string | undefined;
|
|
1580
|
+
channelId?: string | undefined;
|
|
1608
1581
|
status?: "active" | "pending" | undefined;
|
|
1609
1582
|
apiKey?: string | undefined;
|
|
1610
1583
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1611
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1612
1584
|
} | undefined;
|
|
1613
1585
|
vonageCredentials?: {
|
|
1614
1586
|
apiKey: string;
|
|
@@ -1687,16 +1659,15 @@ export declare const lineContract: {
|
|
|
1687
1659
|
additionalCredentials?: any;
|
|
1688
1660
|
senderId?: string | undefined;
|
|
1689
1661
|
whatsapp?: {
|
|
1690
|
-
|
|
1691
|
-
wabaExternalId
|
|
1692
|
-
phoneNumberId
|
|
1693
|
-
|
|
1694
|
-
clientId?: string |
|
|
1695
|
-
channelId?: string |
|
|
1662
|
+
email: string;
|
|
1663
|
+
wabaExternalId: string;
|
|
1664
|
+
phoneNumberId: string;
|
|
1665
|
+
wabaBusinessId?: string | undefined;
|
|
1666
|
+
clientId?: string | undefined;
|
|
1667
|
+
channelId?: string | undefined;
|
|
1696
1668
|
status?: "active" | "pending" | undefined;
|
|
1697
1669
|
apiKey?: string | undefined;
|
|
1698
1670
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1699
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1700
1671
|
} | undefined;
|
|
1701
1672
|
vonageCredentials?: {
|
|
1702
1673
|
apiKey: string;
|
|
@@ -1766,7 +1737,7 @@ export declare const lineContract: {
|
|
|
1766
1737
|
id: z.ZodOptional<z.ZodString>;
|
|
1767
1738
|
message: z.ZodOptional<z.ZodString>;
|
|
1768
1739
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
1769
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
|
1740
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
1770
1741
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1771
1742
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1772
1743
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -1822,7 +1793,7 @@ export declare const lineContract: {
|
|
|
1822
1793
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1823
1794
|
label: z.ZodOptional<z.ZodString>;
|
|
1824
1795
|
}, "strip", z.ZodTypeAny, {
|
|
1825
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
1796
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1826
1797
|
direction: "incoming" | "outgoing" | "system";
|
|
1827
1798
|
id?: string | undefined;
|
|
1828
1799
|
message?: string | undefined;
|
|
@@ -1857,7 +1828,7 @@ export declare const lineContract: {
|
|
|
1857
1828
|
editedAt?: string | Date | null | undefined;
|
|
1858
1829
|
label?: string | undefined;
|
|
1859
1830
|
}, {
|
|
1860
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
1831
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1861
1832
|
direction: "incoming" | "outgoing" | "system";
|
|
1862
1833
|
id?: string | undefined;
|
|
1863
1834
|
message?: string | undefined;
|
|
@@ -1894,7 +1865,7 @@ export declare const lineContract: {
|
|
|
1894
1865
|
}>;
|
|
1895
1866
|
}, "strip", z.ZodTypeAny, {
|
|
1896
1867
|
message: {
|
|
1897
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
1868
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
1898
1869
|
direction: "incoming" | "outgoing" | "system";
|
|
1899
1870
|
id?: string | undefined;
|
|
1900
1871
|
message?: string | undefined;
|
|
@@ -1943,16 +1914,15 @@ export declare const lineContract: {
|
|
|
1943
1914
|
additionalCredentials?: any;
|
|
1944
1915
|
senderId?: string | undefined;
|
|
1945
1916
|
whatsapp?: {
|
|
1946
|
-
|
|
1947
|
-
wabaExternalId
|
|
1948
|
-
phoneNumberId
|
|
1949
|
-
|
|
1950
|
-
clientId?: string |
|
|
1951
|
-
channelId?: string |
|
|
1917
|
+
email: string;
|
|
1918
|
+
wabaExternalId: string;
|
|
1919
|
+
phoneNumberId: string;
|
|
1920
|
+
wabaBusinessId?: string | undefined;
|
|
1921
|
+
clientId?: string | undefined;
|
|
1922
|
+
channelId?: string | undefined;
|
|
1952
1923
|
status?: "active" | "pending" | undefined;
|
|
1953
1924
|
apiKey?: string | undefined;
|
|
1954
1925
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1955
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1956
1926
|
} | undefined;
|
|
1957
1927
|
vonageCredentials?: {
|
|
1958
1928
|
apiKey: string;
|
|
@@ -2021,7 +1991,7 @@ export declare const lineContract: {
|
|
|
2021
1991
|
isBot: boolean | null;
|
|
2022
1992
|
}, {
|
|
2023
1993
|
message: {
|
|
2024
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
1994
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
2025
1995
|
direction: "incoming" | "outgoing" | "system";
|
|
2026
1996
|
id?: string | undefined;
|
|
2027
1997
|
message?: string | undefined;
|
|
@@ -2070,16 +2040,15 @@ export declare const lineContract: {
|
|
|
2070
2040
|
additionalCredentials?: any;
|
|
2071
2041
|
senderId?: string | undefined;
|
|
2072
2042
|
whatsapp?: {
|
|
2073
|
-
|
|
2074
|
-
wabaExternalId
|
|
2075
|
-
phoneNumberId
|
|
2076
|
-
|
|
2077
|
-
clientId?: string |
|
|
2078
|
-
channelId?: string |
|
|
2043
|
+
email: string;
|
|
2044
|
+
wabaExternalId: string;
|
|
2045
|
+
phoneNumberId: string;
|
|
2046
|
+
wabaBusinessId?: string | undefined;
|
|
2047
|
+
clientId?: string | undefined;
|
|
2048
|
+
channelId?: string | undefined;
|
|
2079
2049
|
status?: "active" | "pending" | undefined;
|
|
2080
2050
|
apiKey?: string | undefined;
|
|
2081
2051
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2082
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2083
2052
|
} | undefined;
|
|
2084
2053
|
vonageCredentials?: {
|
|
2085
2054
|
apiKey: string;
|
|
@@ -2152,7 +2121,7 @@ export declare const lineContract: {
|
|
|
2152
2121
|
200: z.ZodObject<{
|
|
2153
2122
|
requestId: z.ZodString;
|
|
2154
2123
|
data: z.ZodObject<{
|
|
2155
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
|
2124
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
2156
2125
|
message: z.ZodString;
|
|
2157
2126
|
id: z.ZodString;
|
|
2158
2127
|
url: z.ZodString;
|
|
@@ -2377,9 +2346,10 @@ export declare const lineContract: {
|
|
|
2377
2346
|
fileSize: z.ZodNumber;
|
|
2378
2347
|
fileKey: z.ZodString;
|
|
2379
2348
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2380
|
-
status: z.
|
|
2349
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2381
2350
|
}, "strip", z.ZodTypeAny, {
|
|
2382
2351
|
id: string;
|
|
2352
|
+
status: string | null;
|
|
2383
2353
|
createdAt: Date;
|
|
2384
2354
|
updatedAt: Date;
|
|
2385
2355
|
deletedAt: Date | null;
|
|
@@ -2388,9 +2358,9 @@ export declare const lineContract: {
|
|
|
2388
2358
|
bucketName: string;
|
|
2389
2359
|
fileSize: number;
|
|
2390
2360
|
fileUrl: string | null;
|
|
2391
|
-
status?: string | undefined;
|
|
2392
2361
|
}, {
|
|
2393
2362
|
id: string;
|
|
2363
|
+
status: string | null;
|
|
2394
2364
|
createdAt: Date;
|
|
2395
2365
|
updatedAt: Date;
|
|
2396
2366
|
deletedAt: Date | null;
|
|
@@ -2399,7 +2369,6 @@ export declare const lineContract: {
|
|
|
2399
2369
|
bucketName: string;
|
|
2400
2370
|
fileSize: number;
|
|
2401
2371
|
fileUrl: string | null;
|
|
2402
|
-
status?: string | undefined;
|
|
2403
2372
|
}>;
|
|
2404
2373
|
assignee: z.ZodObject<{
|
|
2405
2374
|
id: z.ZodString;
|
|
@@ -2994,9 +2963,10 @@ export declare const lineContract: {
|
|
|
2994
2963
|
fileSize: z.ZodNumber;
|
|
2995
2964
|
fileKey: z.ZodString;
|
|
2996
2965
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2997
|
-
status: z.
|
|
2966
|
+
status: z.ZodNullable<z.ZodString>;
|
|
2998
2967
|
}, "strip", z.ZodTypeAny, {
|
|
2999
2968
|
id: string;
|
|
2969
|
+
status: string | null;
|
|
3000
2970
|
createdAt: Date;
|
|
3001
2971
|
updatedAt: Date;
|
|
3002
2972
|
deletedAt: Date | null;
|
|
@@ -3005,9 +2975,9 @@ export declare const lineContract: {
|
|
|
3005
2975
|
bucketName: string;
|
|
3006
2976
|
fileSize: number;
|
|
3007
2977
|
fileUrl: string | null;
|
|
3008
|
-
status?: string | undefined;
|
|
3009
2978
|
}, {
|
|
3010
2979
|
id: string;
|
|
2980
|
+
status: string | null;
|
|
3011
2981
|
createdAt: Date;
|
|
3012
2982
|
updatedAt: Date;
|
|
3013
2983
|
deletedAt: Date | null;
|
|
@@ -3016,7 +2986,6 @@ export declare const lineContract: {
|
|
|
3016
2986
|
bucketName: string;
|
|
3017
2987
|
fileSize: number;
|
|
3018
2988
|
fileUrl: string | null;
|
|
3019
|
-
status?: string | undefined;
|
|
3020
2989
|
}>, "many">;
|
|
3021
2990
|
}, "strip", z.ZodTypeAny, {
|
|
3022
2991
|
id: string;
|
|
@@ -3043,6 +3012,7 @@ export declare const lineContract: {
|
|
|
3043
3012
|
dateValue: Date | null;
|
|
3044
3013
|
uploads: {
|
|
3045
3014
|
id: string;
|
|
3015
|
+
status: string | null;
|
|
3046
3016
|
createdAt: Date;
|
|
3047
3017
|
updatedAt: Date;
|
|
3048
3018
|
deletedAt: Date | null;
|
|
@@ -3051,7 +3021,6 @@ export declare const lineContract: {
|
|
|
3051
3021
|
bucketName: string;
|
|
3052
3022
|
fileSize: number;
|
|
3053
3023
|
fileUrl: string | null;
|
|
3054
|
-
status?: string | undefined;
|
|
3055
3024
|
}[];
|
|
3056
3025
|
}, {
|
|
3057
3026
|
id: string;
|
|
@@ -3078,6 +3047,7 @@ export declare const lineContract: {
|
|
|
3078
3047
|
dateValue: Date | null;
|
|
3079
3048
|
uploads: {
|
|
3080
3049
|
id: string;
|
|
3050
|
+
status: string | null;
|
|
3081
3051
|
createdAt: Date;
|
|
3082
3052
|
updatedAt: Date;
|
|
3083
3053
|
deletedAt: Date | null;
|
|
@@ -3086,7 +3056,6 @@ export declare const lineContract: {
|
|
|
3086
3056
|
bucketName: string;
|
|
3087
3057
|
fileSize: number;
|
|
3088
3058
|
fileUrl: string | null;
|
|
3089
|
-
status?: string | undefined;
|
|
3090
3059
|
}[];
|
|
3091
3060
|
}>, "many">;
|
|
3092
3061
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -3226,6 +3195,7 @@ export declare const lineContract: {
|
|
|
3226
3195
|
dateValue: Date | null;
|
|
3227
3196
|
uploads: {
|
|
3228
3197
|
id: string;
|
|
3198
|
+
status: string | null;
|
|
3229
3199
|
createdAt: Date;
|
|
3230
3200
|
updatedAt: Date;
|
|
3231
3201
|
deletedAt: Date | null;
|
|
@@ -3234,7 +3204,6 @@ export declare const lineContract: {
|
|
|
3234
3204
|
bucketName: string;
|
|
3235
3205
|
fileSize: number;
|
|
3236
3206
|
fileUrl: string | null;
|
|
3237
|
-
status?: string | undefined;
|
|
3238
3207
|
}[];
|
|
3239
3208
|
}[];
|
|
3240
3209
|
company: {
|
|
@@ -3337,6 +3306,7 @@ export declare const lineContract: {
|
|
|
3337
3306
|
dateValue: Date | null;
|
|
3338
3307
|
uploads: {
|
|
3339
3308
|
id: string;
|
|
3309
|
+
status: string | null;
|
|
3340
3310
|
createdAt: Date;
|
|
3341
3311
|
updatedAt: Date;
|
|
3342
3312
|
deletedAt: Date | null;
|
|
@@ -3345,7 +3315,6 @@ export declare const lineContract: {
|
|
|
3345
3315
|
bucketName: string;
|
|
3346
3316
|
fileSize: number;
|
|
3347
3317
|
fileUrl: string | null;
|
|
3348
|
-
status?: string | undefined;
|
|
3349
3318
|
}[];
|
|
3350
3319
|
}[];
|
|
3351
3320
|
company: {
|
|
@@ -3461,6 +3430,7 @@ export declare const lineContract: {
|
|
|
3461
3430
|
dateValue: Date | null;
|
|
3462
3431
|
uploads: {
|
|
3463
3432
|
id: string;
|
|
3433
|
+
status: string | null;
|
|
3464
3434
|
createdAt: Date;
|
|
3465
3435
|
updatedAt: Date;
|
|
3466
3436
|
deletedAt: Date | null;
|
|
@@ -3469,7 +3439,6 @@ export declare const lineContract: {
|
|
|
3469
3439
|
bucketName: string;
|
|
3470
3440
|
fileSize: number;
|
|
3471
3441
|
fileUrl: string | null;
|
|
3472
|
-
status?: string | undefined;
|
|
3473
3442
|
}[];
|
|
3474
3443
|
}[];
|
|
3475
3444
|
company: {
|
|
@@ -3587,6 +3556,7 @@ export declare const lineContract: {
|
|
|
3587
3556
|
dateValue: Date | null;
|
|
3588
3557
|
uploads: {
|
|
3589
3558
|
id: string;
|
|
3559
|
+
status: string | null;
|
|
3590
3560
|
createdAt: Date;
|
|
3591
3561
|
updatedAt: Date;
|
|
3592
3562
|
deletedAt: Date | null;
|
|
@@ -3595,7 +3565,6 @@ export declare const lineContract: {
|
|
|
3595
3565
|
bucketName: string;
|
|
3596
3566
|
fileSize: number;
|
|
3597
3567
|
fileUrl: string | null;
|
|
3598
|
-
status?: string | undefined;
|
|
3599
3568
|
}[];
|
|
3600
3569
|
}[];
|
|
3601
3570
|
company: {
|
|
@@ -4092,38 +4061,35 @@ export declare const lineContract: {
|
|
|
4092
4061
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
4093
4062
|
senderId: z.ZodOptional<z.ZodString>;
|
|
4094
4063
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
4095
|
-
wabaBusinessId: z.
|
|
4096
|
-
wabaExternalId: z.
|
|
4097
|
-
phoneNumberId: z.
|
|
4098
|
-
email: z.
|
|
4099
|
-
clientId: z.
|
|
4100
|
-
channelId: z.
|
|
4064
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
4065
|
+
wabaExternalId: z.ZodString;
|
|
4066
|
+
phoneNumberId: z.ZodString;
|
|
4067
|
+
email: z.ZodString;
|
|
4068
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
4069
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
4101
4070
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
4102
4071
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
4103
4072
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
4104
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
4105
4073
|
}, "strip", z.ZodTypeAny, {
|
|
4106
|
-
|
|
4107
|
-
wabaExternalId
|
|
4108
|
-
phoneNumberId
|
|
4109
|
-
|
|
4110
|
-
clientId?: string |
|
|
4111
|
-
channelId?: string |
|
|
4074
|
+
email: string;
|
|
4075
|
+
wabaExternalId: string;
|
|
4076
|
+
phoneNumberId: string;
|
|
4077
|
+
wabaBusinessId?: string | undefined;
|
|
4078
|
+
clientId?: string | undefined;
|
|
4079
|
+
channelId?: string | undefined;
|
|
4112
4080
|
status?: "active" | "pending" | undefined;
|
|
4113
4081
|
apiKey?: string | undefined;
|
|
4114
4082
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
4115
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
4116
4083
|
}, {
|
|
4117
|
-
|
|
4118
|
-
wabaExternalId
|
|
4119
|
-
phoneNumberId
|
|
4120
|
-
|
|
4121
|
-
clientId?: string |
|
|
4122
|
-
channelId?: string |
|
|
4084
|
+
email: string;
|
|
4085
|
+
wabaExternalId: string;
|
|
4086
|
+
phoneNumberId: string;
|
|
4087
|
+
wabaBusinessId?: string | undefined;
|
|
4088
|
+
clientId?: string | undefined;
|
|
4089
|
+
channelId?: string | undefined;
|
|
4123
4090
|
status?: "active" | "pending" | undefined;
|
|
4124
4091
|
apiKey?: string | undefined;
|
|
4125
4092
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
4126
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
4127
4093
|
}>>;
|
|
4128
4094
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
4129
4095
|
mobileNumber: z.ZodString;
|
|
@@ -4148,16 +4114,15 @@ export declare const lineContract: {
|
|
|
4148
4114
|
additionalCredentials?: any;
|
|
4149
4115
|
senderId?: string | undefined;
|
|
4150
4116
|
whatsapp?: {
|
|
4151
|
-
|
|
4152
|
-
wabaExternalId
|
|
4153
|
-
phoneNumberId
|
|
4154
|
-
|
|
4155
|
-
clientId?: string |
|
|
4156
|
-
channelId?: string |
|
|
4117
|
+
email: string;
|
|
4118
|
+
wabaExternalId: string;
|
|
4119
|
+
phoneNumberId: string;
|
|
4120
|
+
wabaBusinessId?: string | undefined;
|
|
4121
|
+
clientId?: string | undefined;
|
|
4122
|
+
channelId?: string | undefined;
|
|
4157
4123
|
status?: "active" | "pending" | undefined;
|
|
4158
4124
|
apiKey?: string | undefined;
|
|
4159
4125
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
4160
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
4161
4126
|
} | undefined;
|
|
4162
4127
|
vonageCredentials?: {
|
|
4163
4128
|
apiKey: string;
|
|
@@ -4174,16 +4139,15 @@ export declare const lineContract: {
|
|
|
4174
4139
|
additionalCredentials?: any;
|
|
4175
4140
|
senderId?: string | undefined;
|
|
4176
4141
|
whatsapp?: {
|
|
4177
|
-
|
|
4178
|
-
wabaExternalId
|
|
4179
|
-
phoneNumberId
|
|
4180
|
-
|
|
4181
|
-
clientId?: string |
|
|
4182
|
-
channelId?: string |
|
|
4142
|
+
email: string;
|
|
4143
|
+
wabaExternalId: string;
|
|
4144
|
+
phoneNumberId: string;
|
|
4145
|
+
wabaBusinessId?: string | undefined;
|
|
4146
|
+
clientId?: string | undefined;
|
|
4147
|
+
channelId?: string | undefined;
|
|
4183
4148
|
status?: "active" | "pending" | undefined;
|
|
4184
4149
|
apiKey?: string | undefined;
|
|
4185
4150
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
4186
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
4187
4151
|
} | undefined;
|
|
4188
4152
|
vonageCredentials?: {
|
|
4189
4153
|
apiKey: string;
|
|
@@ -4434,16 +4398,15 @@ export declare const lineContract: {
|
|
|
4434
4398
|
additionalCredentials?: any;
|
|
4435
4399
|
senderId?: string | undefined;
|
|
4436
4400
|
whatsapp?: {
|
|
4437
|
-
|
|
4438
|
-
wabaExternalId
|
|
4439
|
-
phoneNumberId
|
|
4440
|
-
|
|
4441
|
-
clientId?: string |
|
|
4442
|
-
channelId?: string |
|
|
4401
|
+
email: string;
|
|
4402
|
+
wabaExternalId: string;
|
|
4403
|
+
phoneNumberId: string;
|
|
4404
|
+
wabaBusinessId?: string | undefined;
|
|
4405
|
+
clientId?: string | undefined;
|
|
4406
|
+
channelId?: string | undefined;
|
|
4443
4407
|
status?: "active" | "pending" | undefined;
|
|
4444
4408
|
apiKey?: string | undefined;
|
|
4445
4409
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
4446
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
4447
4410
|
} | undefined;
|
|
4448
4411
|
vonageCredentials?: {
|
|
4449
4412
|
apiKey: string;
|
|
@@ -4525,16 +4488,15 @@ export declare const lineContract: {
|
|
|
4525
4488
|
additionalCredentials?: any;
|
|
4526
4489
|
senderId?: string | undefined;
|
|
4527
4490
|
whatsapp?: {
|
|
4528
|
-
|
|
4529
|
-
wabaExternalId
|
|
4530
|
-
phoneNumberId
|
|
4531
|
-
|
|
4532
|
-
clientId?: string |
|
|
4533
|
-
channelId?: string |
|
|
4491
|
+
email: string;
|
|
4492
|
+
wabaExternalId: string;
|
|
4493
|
+
phoneNumberId: string;
|
|
4494
|
+
wabaBusinessId?: string | undefined;
|
|
4495
|
+
clientId?: string | undefined;
|
|
4496
|
+
channelId?: string | undefined;
|
|
4534
4497
|
status?: "active" | "pending" | undefined;
|
|
4535
4498
|
apiKey?: string | undefined;
|
|
4536
4499
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
4537
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
4538
4500
|
} | undefined;
|
|
4539
4501
|
vonageCredentials?: {
|
|
4540
4502
|
apiKey: string;
|
|
@@ -4619,8 +4581,12 @@ export declare const lineContract: {
|
|
|
4619
4581
|
agentId: z.ZodNullable<z.ZodString>;
|
|
4620
4582
|
direction: z.ZodNullable<z.ZodString>;
|
|
4621
4583
|
startedDate: z.ZodNullable<z.ZodDate>;
|
|
4584
|
+
totalHoldDuration: z.ZodNullable<z.ZodNumber>;
|
|
4622
4585
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
|
4586
|
+
fullHandledTime: z.ZodNullable<z.ZodNumber>;
|
|
4623
4587
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
|
4588
|
+
resolutionTime: z.ZodNullable<z.ZodNumber>;
|
|
4589
|
+
fullResolutionTime: z.ZodNullable<z.ZodNumber>;
|
|
4624
4590
|
wrapUpForm: z.ZodNullable<z.ZodObject<{
|
|
4625
4591
|
id: z.ZodString;
|
|
4626
4592
|
createdAt: z.ZodDate;
|
|
@@ -4887,6 +4853,74 @@ export declare const lineContract: {
|
|
|
4887
4853
|
dateValue: Date | null;
|
|
4888
4854
|
}[] | null | undefined;
|
|
4889
4855
|
}>>;
|
|
4856
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4857
|
+
id: z.ZodString;
|
|
4858
|
+
createdAt: z.ZodDate;
|
|
4859
|
+
updatedAt: z.ZodDate;
|
|
4860
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4861
|
+
startedAt: z.ZodString;
|
|
4862
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
|
4863
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
4864
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4865
|
+
id: z.ZodString;
|
|
4866
|
+
createdAt: z.ZodDate;
|
|
4867
|
+
updatedAt: z.ZodDate;
|
|
4868
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4869
|
+
name: z.ZodString;
|
|
4870
|
+
position: z.ZodNumber;
|
|
4871
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
4872
|
+
}, "strip", z.ZodTypeAny, {
|
|
4873
|
+
name: string;
|
|
4874
|
+
id: string;
|
|
4875
|
+
position: number;
|
|
4876
|
+
createdAt: Date;
|
|
4877
|
+
updatedAt: Date;
|
|
4878
|
+
deletedAt: Date | null;
|
|
4879
|
+
isDefault: boolean;
|
|
4880
|
+
}, {
|
|
4881
|
+
name: string;
|
|
4882
|
+
id: string;
|
|
4883
|
+
position: number;
|
|
4884
|
+
createdAt: Date;
|
|
4885
|
+
updatedAt: Date;
|
|
4886
|
+
deletedAt: Date | null;
|
|
4887
|
+
isDefault?: boolean | undefined;
|
|
4888
|
+
}>>>;
|
|
4889
|
+
}, "strip", z.ZodTypeAny, {
|
|
4890
|
+
id: string;
|
|
4891
|
+
createdAt: Date;
|
|
4892
|
+
updatedAt: Date;
|
|
4893
|
+
deletedAt: Date | null;
|
|
4894
|
+
startedAt: string;
|
|
4895
|
+
endedAt: string | null;
|
|
4896
|
+
duration: number | null;
|
|
4897
|
+
holdLabel?: {
|
|
4898
|
+
name: string;
|
|
4899
|
+
id: string;
|
|
4900
|
+
position: number;
|
|
4901
|
+
createdAt: Date;
|
|
4902
|
+
updatedAt: Date;
|
|
4903
|
+
deletedAt: Date | null;
|
|
4904
|
+
isDefault: boolean;
|
|
4905
|
+
} | null | undefined;
|
|
4906
|
+
}, {
|
|
4907
|
+
id: string;
|
|
4908
|
+
createdAt: Date;
|
|
4909
|
+
updatedAt: Date;
|
|
4910
|
+
deletedAt: Date | null;
|
|
4911
|
+
startedAt: string;
|
|
4912
|
+
endedAt: string | null;
|
|
4913
|
+
duration: number | null;
|
|
4914
|
+
holdLabel?: {
|
|
4915
|
+
name: string;
|
|
4916
|
+
id: string;
|
|
4917
|
+
position: number;
|
|
4918
|
+
createdAt: Date;
|
|
4919
|
+
updatedAt: Date;
|
|
4920
|
+
deletedAt: Date | null;
|
|
4921
|
+
isDefault?: boolean | undefined;
|
|
4922
|
+
} | null | undefined;
|
|
4923
|
+
}>, "many">>>;
|
|
4890
4924
|
}, "strip", z.ZodTypeAny, {
|
|
4891
4925
|
id: string;
|
|
4892
4926
|
channel: string | null;
|
|
@@ -4901,8 +4935,12 @@ export declare const lineContract: {
|
|
|
4901
4935
|
entityName: string;
|
|
4902
4936
|
agentId: string | null;
|
|
4903
4937
|
startedDate: Date | null;
|
|
4938
|
+
totalHoldDuration: number | null;
|
|
4904
4939
|
handledTime: number | null;
|
|
4940
|
+
fullHandledTime: number | null;
|
|
4905
4941
|
firstResponseTime: number | null;
|
|
4942
|
+
resolutionTime: number | null;
|
|
4943
|
+
fullResolutionTime: number | null;
|
|
4906
4944
|
wrapUpForm: {
|
|
4907
4945
|
type: string;
|
|
4908
4946
|
id: string;
|
|
@@ -4955,6 +4993,24 @@ export declare const lineContract: {
|
|
|
4955
4993
|
dateValue: Date | null;
|
|
4956
4994
|
}[] | null | undefined;
|
|
4957
4995
|
} | null;
|
|
4996
|
+
holdLogs?: {
|
|
4997
|
+
id: string;
|
|
4998
|
+
createdAt: Date;
|
|
4999
|
+
updatedAt: Date;
|
|
5000
|
+
deletedAt: Date | null;
|
|
5001
|
+
startedAt: string;
|
|
5002
|
+
endedAt: string | null;
|
|
5003
|
+
duration: number | null;
|
|
5004
|
+
holdLabel?: {
|
|
5005
|
+
name: string;
|
|
5006
|
+
id: string;
|
|
5007
|
+
position: number;
|
|
5008
|
+
createdAt: Date;
|
|
5009
|
+
updatedAt: Date;
|
|
5010
|
+
deletedAt: Date | null;
|
|
5011
|
+
isDefault: boolean;
|
|
5012
|
+
} | null | undefined;
|
|
5013
|
+
}[] | null | undefined;
|
|
4958
5014
|
}, {
|
|
4959
5015
|
id: string;
|
|
4960
5016
|
channel: string | null;
|
|
@@ -4969,8 +5025,12 @@ export declare const lineContract: {
|
|
|
4969
5025
|
entityName: string;
|
|
4970
5026
|
agentId: string | null;
|
|
4971
5027
|
startedDate: Date | null;
|
|
5028
|
+
totalHoldDuration: number | null;
|
|
4972
5029
|
handledTime: number | null;
|
|
5030
|
+
fullHandledTime: number | null;
|
|
4973
5031
|
firstResponseTime: number | null;
|
|
5032
|
+
resolutionTime: number | null;
|
|
5033
|
+
fullResolutionTime: number | null;
|
|
4974
5034
|
wrapUpForm: {
|
|
4975
5035
|
type: string;
|
|
4976
5036
|
id: string;
|
|
@@ -5023,6 +5083,24 @@ export declare const lineContract: {
|
|
|
5023
5083
|
dateValue: Date | null;
|
|
5024
5084
|
}[] | null | undefined;
|
|
5025
5085
|
} | null;
|
|
5086
|
+
holdLogs?: {
|
|
5087
|
+
id: string;
|
|
5088
|
+
createdAt: Date;
|
|
5089
|
+
updatedAt: Date;
|
|
5090
|
+
deletedAt: Date | null;
|
|
5091
|
+
startedAt: string;
|
|
5092
|
+
endedAt: string | null;
|
|
5093
|
+
duration: number | null;
|
|
5094
|
+
holdLabel?: {
|
|
5095
|
+
name: string;
|
|
5096
|
+
id: string;
|
|
5097
|
+
position: number;
|
|
5098
|
+
createdAt: Date;
|
|
5099
|
+
updatedAt: Date;
|
|
5100
|
+
deletedAt: Date | null;
|
|
5101
|
+
isDefault?: boolean | undefined;
|
|
5102
|
+
} | null | undefined;
|
|
5103
|
+
}[] | null | undefined;
|
|
5026
5104
|
}>;
|
|
5027
5105
|
workflowRule: z.ZodObject<{
|
|
5028
5106
|
id: z.ZodString;
|
|
@@ -5064,16 +5142,15 @@ export declare const lineContract: {
|
|
|
5064
5142
|
additionalCredentials?: any;
|
|
5065
5143
|
senderId?: string | undefined;
|
|
5066
5144
|
whatsapp?: {
|
|
5067
|
-
|
|
5068
|
-
wabaExternalId
|
|
5069
|
-
phoneNumberId
|
|
5070
|
-
|
|
5071
|
-
clientId?: string |
|
|
5072
|
-
channelId?: string |
|
|
5145
|
+
email: string;
|
|
5146
|
+
wabaExternalId: string;
|
|
5147
|
+
phoneNumberId: string;
|
|
5148
|
+
wabaBusinessId?: string | undefined;
|
|
5149
|
+
clientId?: string | undefined;
|
|
5150
|
+
channelId?: string | undefined;
|
|
5073
5151
|
status?: "active" | "pending" | undefined;
|
|
5074
5152
|
apiKey?: string | undefined;
|
|
5075
5153
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
5076
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
5077
5154
|
} | undefined;
|
|
5078
5155
|
vonageCredentials?: {
|
|
5079
5156
|
apiKey: string;
|
|
@@ -5244,6 +5321,7 @@ export declare const lineContract: {
|
|
|
5244
5321
|
dateValue: Date | null;
|
|
5245
5322
|
uploads: {
|
|
5246
5323
|
id: string;
|
|
5324
|
+
status: string | null;
|
|
5247
5325
|
createdAt: Date;
|
|
5248
5326
|
updatedAt: Date;
|
|
5249
5327
|
deletedAt: Date | null;
|
|
@@ -5252,7 +5330,6 @@ export declare const lineContract: {
|
|
|
5252
5330
|
bucketName: string;
|
|
5253
5331
|
fileSize: number;
|
|
5254
5332
|
fileUrl: string | null;
|
|
5255
|
-
status?: string | undefined;
|
|
5256
5333
|
}[];
|
|
5257
5334
|
}[];
|
|
5258
5335
|
company: {
|
|
@@ -5387,8 +5464,12 @@ export declare const lineContract: {
|
|
|
5387
5464
|
entityName: string;
|
|
5388
5465
|
agentId: string | null;
|
|
5389
5466
|
startedDate: Date | null;
|
|
5467
|
+
totalHoldDuration: number | null;
|
|
5390
5468
|
handledTime: number | null;
|
|
5469
|
+
fullHandledTime: number | null;
|
|
5391
5470
|
firstResponseTime: number | null;
|
|
5471
|
+
resolutionTime: number | null;
|
|
5472
|
+
fullResolutionTime: number | null;
|
|
5392
5473
|
wrapUpForm: {
|
|
5393
5474
|
type: string;
|
|
5394
5475
|
id: string;
|
|
@@ -5441,6 +5522,24 @@ export declare const lineContract: {
|
|
|
5441
5522
|
dateValue: Date | null;
|
|
5442
5523
|
}[] | null | undefined;
|
|
5443
5524
|
} | null;
|
|
5525
|
+
holdLogs?: {
|
|
5526
|
+
id: string;
|
|
5527
|
+
createdAt: Date;
|
|
5528
|
+
updatedAt: Date;
|
|
5529
|
+
deletedAt: Date | null;
|
|
5530
|
+
startedAt: string;
|
|
5531
|
+
endedAt: string | null;
|
|
5532
|
+
duration: number | null;
|
|
5533
|
+
holdLabel?: {
|
|
5534
|
+
name: string;
|
|
5535
|
+
id: string;
|
|
5536
|
+
position: number;
|
|
5537
|
+
createdAt: Date;
|
|
5538
|
+
updatedAt: Date;
|
|
5539
|
+
deletedAt: Date | null;
|
|
5540
|
+
isDefault: boolean;
|
|
5541
|
+
} | null | undefined;
|
|
5542
|
+
}[] | null | undefined;
|
|
5444
5543
|
};
|
|
5445
5544
|
workflowRule: {
|
|
5446
5545
|
name: string;
|
|
@@ -5466,16 +5565,15 @@ export declare const lineContract: {
|
|
|
5466
5565
|
additionalCredentials?: any;
|
|
5467
5566
|
senderId?: string | undefined;
|
|
5468
5567
|
whatsapp?: {
|
|
5469
|
-
|
|
5470
|
-
wabaExternalId
|
|
5471
|
-
phoneNumberId
|
|
5472
|
-
|
|
5473
|
-
clientId?: string |
|
|
5474
|
-
channelId?: string |
|
|
5568
|
+
email: string;
|
|
5569
|
+
wabaExternalId: string;
|
|
5570
|
+
phoneNumberId: string;
|
|
5571
|
+
wabaBusinessId?: string | undefined;
|
|
5572
|
+
clientId?: string | undefined;
|
|
5573
|
+
channelId?: string | undefined;
|
|
5475
5574
|
status?: "active" | "pending" | undefined;
|
|
5476
5575
|
apiKey?: string | undefined;
|
|
5477
5576
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
5478
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
5479
5577
|
} | undefined;
|
|
5480
5578
|
vonageCredentials?: {
|
|
5481
5579
|
apiKey: string;
|
|
@@ -5646,6 +5744,7 @@ export declare const lineContract: {
|
|
|
5646
5744
|
dateValue: Date | null;
|
|
5647
5745
|
uploads: {
|
|
5648
5746
|
id: string;
|
|
5747
|
+
status: string | null;
|
|
5649
5748
|
createdAt: Date;
|
|
5650
5749
|
updatedAt: Date;
|
|
5651
5750
|
deletedAt: Date | null;
|
|
@@ -5654,7 +5753,6 @@ export declare const lineContract: {
|
|
|
5654
5753
|
bucketName: string;
|
|
5655
5754
|
fileSize: number;
|
|
5656
5755
|
fileUrl: string | null;
|
|
5657
|
-
status?: string | undefined;
|
|
5658
5756
|
}[];
|
|
5659
5757
|
}[];
|
|
5660
5758
|
company: {
|
|
@@ -5789,8 +5887,12 @@ export declare const lineContract: {
|
|
|
5789
5887
|
entityName: string;
|
|
5790
5888
|
agentId: string | null;
|
|
5791
5889
|
startedDate: Date | null;
|
|
5890
|
+
totalHoldDuration: number | null;
|
|
5792
5891
|
handledTime: number | null;
|
|
5892
|
+
fullHandledTime: number | null;
|
|
5793
5893
|
firstResponseTime: number | null;
|
|
5894
|
+
resolutionTime: number | null;
|
|
5895
|
+
fullResolutionTime: number | null;
|
|
5794
5896
|
wrapUpForm: {
|
|
5795
5897
|
type: string;
|
|
5796
5898
|
id: string;
|
|
@@ -5843,6 +5945,24 @@ export declare const lineContract: {
|
|
|
5843
5945
|
dateValue: Date | null;
|
|
5844
5946
|
}[] | null | undefined;
|
|
5845
5947
|
} | null;
|
|
5948
|
+
holdLogs?: {
|
|
5949
|
+
id: string;
|
|
5950
|
+
createdAt: Date;
|
|
5951
|
+
updatedAt: Date;
|
|
5952
|
+
deletedAt: Date | null;
|
|
5953
|
+
startedAt: string;
|
|
5954
|
+
endedAt: string | null;
|
|
5955
|
+
duration: number | null;
|
|
5956
|
+
holdLabel?: {
|
|
5957
|
+
name: string;
|
|
5958
|
+
id: string;
|
|
5959
|
+
position: number;
|
|
5960
|
+
createdAt: Date;
|
|
5961
|
+
updatedAt: Date;
|
|
5962
|
+
deletedAt: Date | null;
|
|
5963
|
+
isDefault?: boolean | undefined;
|
|
5964
|
+
} | null | undefined;
|
|
5965
|
+
}[] | null | undefined;
|
|
5846
5966
|
};
|
|
5847
5967
|
workflowRule: {
|
|
5848
5968
|
name: string;
|
|
@@ -5893,7 +6013,7 @@ export declare const lineContract: {
|
|
|
5893
6013
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5894
6014
|
message: z.ZodString;
|
|
5895
6015
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
5896
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
|
6016
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
5897
6017
|
readAt: z.ZodDate;
|
|
5898
6018
|
metadata: z.ZodAny;
|
|
5899
6019
|
platformId: z.ZodString;
|
|
@@ -5914,9 +6034,10 @@ export declare const lineContract: {
|
|
|
5914
6034
|
fileSize: z.ZodNumber;
|
|
5915
6035
|
fileKey: z.ZodString;
|
|
5916
6036
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5917
|
-
status: z.
|
|
6037
|
+
status: z.ZodNullable<z.ZodString>;
|
|
5918
6038
|
}, "strip", z.ZodTypeAny, {
|
|
5919
6039
|
id: string;
|
|
6040
|
+
status: string | null;
|
|
5920
6041
|
createdAt: Date;
|
|
5921
6042
|
updatedAt: Date;
|
|
5922
6043
|
deletedAt: Date | null;
|
|
@@ -5925,9 +6046,9 @@ export declare const lineContract: {
|
|
|
5925
6046
|
bucketName: string;
|
|
5926
6047
|
fileSize: number;
|
|
5927
6048
|
fileUrl: string | null;
|
|
5928
|
-
status?: string | undefined;
|
|
5929
6049
|
}, {
|
|
5930
6050
|
id: string;
|
|
6051
|
+
status: string | null;
|
|
5931
6052
|
createdAt: Date;
|
|
5932
6053
|
updatedAt: Date;
|
|
5933
6054
|
deletedAt: Date | null;
|
|
@@ -5936,7 +6057,6 @@ export declare const lineContract: {
|
|
|
5936
6057
|
bucketName: string;
|
|
5937
6058
|
fileSize: number;
|
|
5938
6059
|
fileUrl: string | null;
|
|
5939
|
-
status?: string | undefined;
|
|
5940
6060
|
}>;
|
|
5941
6061
|
actor: z.ZodObject<{
|
|
5942
6062
|
id: z.ZodString;
|
|
@@ -6551,7 +6671,7 @@ export declare const lineContract: {
|
|
|
6551
6671
|
};
|
|
6552
6672
|
}>;
|
|
6553
6673
|
}, "strip", z.ZodTypeAny, {
|
|
6554
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
6674
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6555
6675
|
message: string;
|
|
6556
6676
|
id: string;
|
|
6557
6677
|
url: string;
|
|
@@ -6605,6 +6725,7 @@ export declare const lineContract: {
|
|
|
6605
6725
|
};
|
|
6606
6726
|
upload: {
|
|
6607
6727
|
id: string;
|
|
6728
|
+
status: string | null;
|
|
6608
6729
|
createdAt: Date;
|
|
6609
6730
|
updatedAt: Date;
|
|
6610
6731
|
deletedAt: Date | null;
|
|
@@ -6613,7 +6734,6 @@ export declare const lineContract: {
|
|
|
6613
6734
|
bucketName: string;
|
|
6614
6735
|
fileSize: number;
|
|
6615
6736
|
fileUrl: string | null;
|
|
6616
|
-
status?: string | undefined;
|
|
6617
6737
|
};
|
|
6618
6738
|
assignee: {
|
|
6619
6739
|
name: string;
|
|
@@ -6713,7 +6833,7 @@ export declare const lineContract: {
|
|
|
6713
6833
|
metadata?: any;
|
|
6714
6834
|
template?: any;
|
|
6715
6835
|
}, {
|
|
6716
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
6836
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
6717
6837
|
message: string;
|
|
6718
6838
|
id: string;
|
|
6719
6839
|
url: string;
|
|
@@ -6767,6 +6887,7 @@ export declare const lineContract: {
|
|
|
6767
6887
|
};
|
|
6768
6888
|
upload: {
|
|
6769
6889
|
id: string;
|
|
6890
|
+
status: string | null;
|
|
6770
6891
|
createdAt: Date;
|
|
6771
6892
|
updatedAt: Date;
|
|
6772
6893
|
deletedAt: Date | null;
|
|
@@ -6775,7 +6896,6 @@ export declare const lineContract: {
|
|
|
6775
6896
|
bucketName: string;
|
|
6776
6897
|
fileSize: number;
|
|
6777
6898
|
fileUrl: string | null;
|
|
6778
|
-
status?: string | undefined;
|
|
6779
6899
|
};
|
|
6780
6900
|
assignee: {
|
|
6781
6901
|
name: string;
|
|
@@ -7087,7 +7207,7 @@ export declare const lineContract: {
|
|
|
7087
7207
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7088
7208
|
message: z.ZodString;
|
|
7089
7209
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
7090
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
|
7210
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
7091
7211
|
readAt: z.ZodDate;
|
|
7092
7212
|
metadata: z.ZodAny;
|
|
7093
7213
|
platformId: z.ZodString;
|
|
@@ -7486,9 +7606,10 @@ export declare const lineContract: {
|
|
|
7486
7606
|
fileSize: z.ZodNumber;
|
|
7487
7607
|
fileKey: z.ZodString;
|
|
7488
7608
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
7489
|
-
status: z.
|
|
7609
|
+
status: z.ZodNullable<z.ZodString>;
|
|
7490
7610
|
}, "strip", z.ZodTypeAny, {
|
|
7491
7611
|
id: string;
|
|
7612
|
+
status: string | null;
|
|
7492
7613
|
createdAt: Date;
|
|
7493
7614
|
updatedAt: Date;
|
|
7494
7615
|
deletedAt: Date | null;
|
|
@@ -7497,9 +7618,9 @@ export declare const lineContract: {
|
|
|
7497
7618
|
bucketName: string;
|
|
7498
7619
|
fileSize: number;
|
|
7499
7620
|
fileUrl: string | null;
|
|
7500
|
-
status?: string | undefined;
|
|
7501
7621
|
}, {
|
|
7502
7622
|
id: string;
|
|
7623
|
+
status: string | null;
|
|
7503
7624
|
createdAt: Date;
|
|
7504
7625
|
updatedAt: Date;
|
|
7505
7626
|
deletedAt: Date | null;
|
|
@@ -7508,7 +7629,6 @@ export declare const lineContract: {
|
|
|
7508
7629
|
bucketName: string;
|
|
7509
7630
|
fileSize: number;
|
|
7510
7631
|
fileUrl: string | null;
|
|
7511
|
-
status?: string | undefined;
|
|
7512
7632
|
}>, "many">;
|
|
7513
7633
|
}, "strip", z.ZodTypeAny, {
|
|
7514
7634
|
id: string;
|
|
@@ -7535,6 +7655,7 @@ export declare const lineContract: {
|
|
|
7535
7655
|
dateValue: Date | null;
|
|
7536
7656
|
uploads: {
|
|
7537
7657
|
id: string;
|
|
7658
|
+
status: string | null;
|
|
7538
7659
|
createdAt: Date;
|
|
7539
7660
|
updatedAt: Date;
|
|
7540
7661
|
deletedAt: Date | null;
|
|
@@ -7543,7 +7664,6 @@ export declare const lineContract: {
|
|
|
7543
7664
|
bucketName: string;
|
|
7544
7665
|
fileSize: number;
|
|
7545
7666
|
fileUrl: string | null;
|
|
7546
|
-
status?: string | undefined;
|
|
7547
7667
|
}[];
|
|
7548
7668
|
}, {
|
|
7549
7669
|
id: string;
|
|
@@ -7570,6 +7690,7 @@ export declare const lineContract: {
|
|
|
7570
7690
|
dateValue: Date | null;
|
|
7571
7691
|
uploads: {
|
|
7572
7692
|
id: string;
|
|
7693
|
+
status: string | null;
|
|
7573
7694
|
createdAt: Date;
|
|
7574
7695
|
updatedAt: Date;
|
|
7575
7696
|
deletedAt: Date | null;
|
|
@@ -7578,7 +7699,6 @@ export declare const lineContract: {
|
|
|
7578
7699
|
bucketName: string;
|
|
7579
7700
|
fileSize: number;
|
|
7580
7701
|
fileUrl: string | null;
|
|
7581
|
-
status?: string | undefined;
|
|
7582
7702
|
}[];
|
|
7583
7703
|
}>, "many">;
|
|
7584
7704
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -7718,6 +7838,7 @@ export declare const lineContract: {
|
|
|
7718
7838
|
dateValue: Date | null;
|
|
7719
7839
|
uploads: {
|
|
7720
7840
|
id: string;
|
|
7841
|
+
status: string | null;
|
|
7721
7842
|
createdAt: Date;
|
|
7722
7843
|
updatedAt: Date;
|
|
7723
7844
|
deletedAt: Date | null;
|
|
@@ -7726,7 +7847,6 @@ export declare const lineContract: {
|
|
|
7726
7847
|
bucketName: string;
|
|
7727
7848
|
fileSize: number;
|
|
7728
7849
|
fileUrl: string | null;
|
|
7729
|
-
status?: string | undefined;
|
|
7730
7850
|
}[];
|
|
7731
7851
|
}[];
|
|
7732
7852
|
company: {
|
|
@@ -7829,6 +7949,7 @@ export declare const lineContract: {
|
|
|
7829
7949
|
dateValue: Date | null;
|
|
7830
7950
|
uploads: {
|
|
7831
7951
|
id: string;
|
|
7952
|
+
status: string | null;
|
|
7832
7953
|
createdAt: Date;
|
|
7833
7954
|
updatedAt: Date;
|
|
7834
7955
|
deletedAt: Date | null;
|
|
@@ -7837,7 +7958,6 @@ export declare const lineContract: {
|
|
|
7837
7958
|
bucketName: string;
|
|
7838
7959
|
fileSize: number;
|
|
7839
7960
|
fileUrl: string | null;
|
|
7840
|
-
status?: string | undefined;
|
|
7841
7961
|
}[];
|
|
7842
7962
|
}[];
|
|
7843
7963
|
company: {
|
|
@@ -7953,6 +8073,7 @@ export declare const lineContract: {
|
|
|
7953
8073
|
dateValue: Date | null;
|
|
7954
8074
|
uploads: {
|
|
7955
8075
|
id: string;
|
|
8076
|
+
status: string | null;
|
|
7956
8077
|
createdAt: Date;
|
|
7957
8078
|
updatedAt: Date;
|
|
7958
8079
|
deletedAt: Date | null;
|
|
@@ -7961,7 +8082,6 @@ export declare const lineContract: {
|
|
|
7961
8082
|
bucketName: string;
|
|
7962
8083
|
fileSize: number;
|
|
7963
8084
|
fileUrl: string | null;
|
|
7964
|
-
status?: string | undefined;
|
|
7965
8085
|
}[];
|
|
7966
8086
|
}[];
|
|
7967
8087
|
company: {
|
|
@@ -8079,6 +8199,7 @@ export declare const lineContract: {
|
|
|
8079
8199
|
dateValue: Date | null;
|
|
8080
8200
|
uploads: {
|
|
8081
8201
|
id: string;
|
|
8202
|
+
status: string | null;
|
|
8082
8203
|
createdAt: Date;
|
|
8083
8204
|
updatedAt: Date;
|
|
8084
8205
|
deletedAt: Date | null;
|
|
@@ -8087,7 +8208,6 @@ export declare const lineContract: {
|
|
|
8087
8208
|
bucketName: string;
|
|
8088
8209
|
fileSize: number;
|
|
8089
8210
|
fileUrl: string | null;
|
|
8090
|
-
status?: string | undefined;
|
|
8091
8211
|
}[];
|
|
8092
8212
|
}[];
|
|
8093
8213
|
company: {
|
|
@@ -8584,38 +8704,35 @@ export declare const lineContract: {
|
|
|
8584
8704
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
8585
8705
|
senderId: z.ZodOptional<z.ZodString>;
|
|
8586
8706
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
8587
|
-
wabaBusinessId: z.
|
|
8588
|
-
wabaExternalId: z.
|
|
8589
|
-
phoneNumberId: z.
|
|
8590
|
-
email: z.
|
|
8591
|
-
clientId: z.
|
|
8592
|
-
channelId: z.
|
|
8707
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
8708
|
+
wabaExternalId: z.ZodString;
|
|
8709
|
+
phoneNumberId: z.ZodString;
|
|
8710
|
+
email: z.ZodString;
|
|
8711
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
8712
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
8593
8713
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
8594
8714
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
8595
8715
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
8596
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
8597
8716
|
}, "strip", z.ZodTypeAny, {
|
|
8598
|
-
|
|
8599
|
-
wabaExternalId
|
|
8600
|
-
phoneNumberId
|
|
8601
|
-
|
|
8602
|
-
clientId?: string |
|
|
8603
|
-
channelId?: string |
|
|
8717
|
+
email: string;
|
|
8718
|
+
wabaExternalId: string;
|
|
8719
|
+
phoneNumberId: string;
|
|
8720
|
+
wabaBusinessId?: string | undefined;
|
|
8721
|
+
clientId?: string | undefined;
|
|
8722
|
+
channelId?: string | undefined;
|
|
8604
8723
|
status?: "active" | "pending" | undefined;
|
|
8605
8724
|
apiKey?: string | undefined;
|
|
8606
8725
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8607
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8608
8726
|
}, {
|
|
8609
|
-
|
|
8610
|
-
wabaExternalId
|
|
8611
|
-
phoneNumberId
|
|
8612
|
-
|
|
8613
|
-
clientId?: string |
|
|
8614
|
-
channelId?: string |
|
|
8727
|
+
email: string;
|
|
8728
|
+
wabaExternalId: string;
|
|
8729
|
+
phoneNumberId: string;
|
|
8730
|
+
wabaBusinessId?: string | undefined;
|
|
8731
|
+
clientId?: string | undefined;
|
|
8732
|
+
channelId?: string | undefined;
|
|
8615
8733
|
status?: "active" | "pending" | undefined;
|
|
8616
8734
|
apiKey?: string | undefined;
|
|
8617
8735
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8618
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8619
8736
|
}>>;
|
|
8620
8737
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
8621
8738
|
mobileNumber: z.ZodString;
|
|
@@ -8640,16 +8757,15 @@ export declare const lineContract: {
|
|
|
8640
8757
|
additionalCredentials?: any;
|
|
8641
8758
|
senderId?: string | undefined;
|
|
8642
8759
|
whatsapp?: {
|
|
8643
|
-
|
|
8644
|
-
wabaExternalId
|
|
8645
|
-
phoneNumberId
|
|
8646
|
-
|
|
8647
|
-
clientId?: string |
|
|
8648
|
-
channelId?: string |
|
|
8760
|
+
email: string;
|
|
8761
|
+
wabaExternalId: string;
|
|
8762
|
+
phoneNumberId: string;
|
|
8763
|
+
wabaBusinessId?: string | undefined;
|
|
8764
|
+
clientId?: string | undefined;
|
|
8765
|
+
channelId?: string | undefined;
|
|
8649
8766
|
status?: "active" | "pending" | undefined;
|
|
8650
8767
|
apiKey?: string | undefined;
|
|
8651
8768
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8652
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8653
8769
|
} | undefined;
|
|
8654
8770
|
vonageCredentials?: {
|
|
8655
8771
|
apiKey: string;
|
|
@@ -8666,16 +8782,15 @@ export declare const lineContract: {
|
|
|
8666
8782
|
additionalCredentials?: any;
|
|
8667
8783
|
senderId?: string | undefined;
|
|
8668
8784
|
whatsapp?: {
|
|
8669
|
-
|
|
8670
|
-
wabaExternalId
|
|
8671
|
-
phoneNumberId
|
|
8672
|
-
|
|
8673
|
-
clientId?: string |
|
|
8674
|
-
channelId?: string |
|
|
8785
|
+
email: string;
|
|
8786
|
+
wabaExternalId: string;
|
|
8787
|
+
phoneNumberId: string;
|
|
8788
|
+
wabaBusinessId?: string | undefined;
|
|
8789
|
+
clientId?: string | undefined;
|
|
8790
|
+
channelId?: string | undefined;
|
|
8675
8791
|
status?: "active" | "pending" | undefined;
|
|
8676
8792
|
apiKey?: string | undefined;
|
|
8677
8793
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8678
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8679
8794
|
} | undefined;
|
|
8680
8795
|
vonageCredentials?: {
|
|
8681
8796
|
apiKey: string;
|
|
@@ -8926,16 +9041,15 @@ export declare const lineContract: {
|
|
|
8926
9041
|
additionalCredentials?: any;
|
|
8927
9042
|
senderId?: string | undefined;
|
|
8928
9043
|
whatsapp?: {
|
|
8929
|
-
|
|
8930
|
-
wabaExternalId
|
|
8931
|
-
phoneNumberId
|
|
8932
|
-
|
|
8933
|
-
clientId?: string |
|
|
8934
|
-
channelId?: string |
|
|
9044
|
+
email: string;
|
|
9045
|
+
wabaExternalId: string;
|
|
9046
|
+
phoneNumberId: string;
|
|
9047
|
+
wabaBusinessId?: string | undefined;
|
|
9048
|
+
clientId?: string | undefined;
|
|
9049
|
+
channelId?: string | undefined;
|
|
8935
9050
|
status?: "active" | "pending" | undefined;
|
|
8936
9051
|
apiKey?: string | undefined;
|
|
8937
9052
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8938
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8939
9053
|
} | undefined;
|
|
8940
9054
|
vonageCredentials?: {
|
|
8941
9055
|
apiKey: string;
|
|
@@ -9017,16 +9131,15 @@ export declare const lineContract: {
|
|
|
9017
9131
|
additionalCredentials?: any;
|
|
9018
9132
|
senderId?: string | undefined;
|
|
9019
9133
|
whatsapp?: {
|
|
9020
|
-
|
|
9021
|
-
wabaExternalId
|
|
9022
|
-
phoneNumberId
|
|
9023
|
-
|
|
9024
|
-
clientId?: string |
|
|
9025
|
-
channelId?: string |
|
|
9134
|
+
email: string;
|
|
9135
|
+
wabaExternalId: string;
|
|
9136
|
+
phoneNumberId: string;
|
|
9137
|
+
wabaBusinessId?: string | undefined;
|
|
9138
|
+
clientId?: string | undefined;
|
|
9139
|
+
channelId?: string | undefined;
|
|
9026
9140
|
status?: "active" | "pending" | undefined;
|
|
9027
9141
|
apiKey?: string | undefined;
|
|
9028
9142
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
9029
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
9030
9143
|
} | undefined;
|
|
9031
9144
|
vonageCredentials?: {
|
|
9032
9145
|
apiKey: string;
|
|
@@ -9111,8 +9224,12 @@ export declare const lineContract: {
|
|
|
9111
9224
|
agentId: z.ZodNullable<z.ZodString>;
|
|
9112
9225
|
direction: z.ZodNullable<z.ZodString>;
|
|
9113
9226
|
startedDate: z.ZodNullable<z.ZodDate>;
|
|
9227
|
+
totalHoldDuration: z.ZodNullable<z.ZodNumber>;
|
|
9114
9228
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
|
9229
|
+
fullHandledTime: z.ZodNullable<z.ZodNumber>;
|
|
9115
9230
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
|
9231
|
+
resolutionTime: z.ZodNullable<z.ZodNumber>;
|
|
9232
|
+
fullResolutionTime: z.ZodNullable<z.ZodNumber>;
|
|
9116
9233
|
wrapUpForm: z.ZodNullable<z.ZodObject<{
|
|
9117
9234
|
id: z.ZodString;
|
|
9118
9235
|
createdAt: z.ZodDate;
|
|
@@ -9379,6 +9496,74 @@ export declare const lineContract: {
|
|
|
9379
9496
|
dateValue: Date | null;
|
|
9380
9497
|
}[] | null | undefined;
|
|
9381
9498
|
}>>;
|
|
9499
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
9500
|
+
id: z.ZodString;
|
|
9501
|
+
createdAt: z.ZodDate;
|
|
9502
|
+
updatedAt: z.ZodDate;
|
|
9503
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9504
|
+
startedAt: z.ZodString;
|
|
9505
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
|
9506
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
9507
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9508
|
+
id: z.ZodString;
|
|
9509
|
+
createdAt: z.ZodDate;
|
|
9510
|
+
updatedAt: z.ZodDate;
|
|
9511
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9512
|
+
name: z.ZodString;
|
|
9513
|
+
position: z.ZodNumber;
|
|
9514
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
9515
|
+
}, "strip", z.ZodTypeAny, {
|
|
9516
|
+
name: string;
|
|
9517
|
+
id: string;
|
|
9518
|
+
position: number;
|
|
9519
|
+
createdAt: Date;
|
|
9520
|
+
updatedAt: Date;
|
|
9521
|
+
deletedAt: Date | null;
|
|
9522
|
+
isDefault: boolean;
|
|
9523
|
+
}, {
|
|
9524
|
+
name: string;
|
|
9525
|
+
id: string;
|
|
9526
|
+
position: number;
|
|
9527
|
+
createdAt: Date;
|
|
9528
|
+
updatedAt: Date;
|
|
9529
|
+
deletedAt: Date | null;
|
|
9530
|
+
isDefault?: boolean | undefined;
|
|
9531
|
+
}>>>;
|
|
9532
|
+
}, "strip", z.ZodTypeAny, {
|
|
9533
|
+
id: string;
|
|
9534
|
+
createdAt: Date;
|
|
9535
|
+
updatedAt: Date;
|
|
9536
|
+
deletedAt: Date | null;
|
|
9537
|
+
startedAt: string;
|
|
9538
|
+
endedAt: string | null;
|
|
9539
|
+
duration: number | null;
|
|
9540
|
+
holdLabel?: {
|
|
9541
|
+
name: string;
|
|
9542
|
+
id: string;
|
|
9543
|
+
position: number;
|
|
9544
|
+
createdAt: Date;
|
|
9545
|
+
updatedAt: Date;
|
|
9546
|
+
deletedAt: Date | null;
|
|
9547
|
+
isDefault: boolean;
|
|
9548
|
+
} | null | undefined;
|
|
9549
|
+
}, {
|
|
9550
|
+
id: string;
|
|
9551
|
+
createdAt: Date;
|
|
9552
|
+
updatedAt: Date;
|
|
9553
|
+
deletedAt: Date | null;
|
|
9554
|
+
startedAt: string;
|
|
9555
|
+
endedAt: string | null;
|
|
9556
|
+
duration: number | null;
|
|
9557
|
+
holdLabel?: {
|
|
9558
|
+
name: string;
|
|
9559
|
+
id: string;
|
|
9560
|
+
position: number;
|
|
9561
|
+
createdAt: Date;
|
|
9562
|
+
updatedAt: Date;
|
|
9563
|
+
deletedAt: Date | null;
|
|
9564
|
+
isDefault?: boolean | undefined;
|
|
9565
|
+
} | null | undefined;
|
|
9566
|
+
}>, "many">>>;
|
|
9382
9567
|
}, "strip", z.ZodTypeAny, {
|
|
9383
9568
|
id: string;
|
|
9384
9569
|
channel: string | null;
|
|
@@ -9393,8 +9578,12 @@ export declare const lineContract: {
|
|
|
9393
9578
|
entityName: string;
|
|
9394
9579
|
agentId: string | null;
|
|
9395
9580
|
startedDate: Date | null;
|
|
9581
|
+
totalHoldDuration: number | null;
|
|
9396
9582
|
handledTime: number | null;
|
|
9583
|
+
fullHandledTime: number | null;
|
|
9397
9584
|
firstResponseTime: number | null;
|
|
9585
|
+
resolutionTime: number | null;
|
|
9586
|
+
fullResolutionTime: number | null;
|
|
9398
9587
|
wrapUpForm: {
|
|
9399
9588
|
type: string;
|
|
9400
9589
|
id: string;
|
|
@@ -9447,6 +9636,24 @@ export declare const lineContract: {
|
|
|
9447
9636
|
dateValue: Date | null;
|
|
9448
9637
|
}[] | null | undefined;
|
|
9449
9638
|
} | null;
|
|
9639
|
+
holdLogs?: {
|
|
9640
|
+
id: string;
|
|
9641
|
+
createdAt: Date;
|
|
9642
|
+
updatedAt: Date;
|
|
9643
|
+
deletedAt: Date | null;
|
|
9644
|
+
startedAt: string;
|
|
9645
|
+
endedAt: string | null;
|
|
9646
|
+
duration: number | null;
|
|
9647
|
+
holdLabel?: {
|
|
9648
|
+
name: string;
|
|
9649
|
+
id: string;
|
|
9650
|
+
position: number;
|
|
9651
|
+
createdAt: Date;
|
|
9652
|
+
updatedAt: Date;
|
|
9653
|
+
deletedAt: Date | null;
|
|
9654
|
+
isDefault: boolean;
|
|
9655
|
+
} | null | undefined;
|
|
9656
|
+
}[] | null | undefined;
|
|
9450
9657
|
}, {
|
|
9451
9658
|
id: string;
|
|
9452
9659
|
channel: string | null;
|
|
@@ -9461,8 +9668,12 @@ export declare const lineContract: {
|
|
|
9461
9668
|
entityName: string;
|
|
9462
9669
|
agentId: string | null;
|
|
9463
9670
|
startedDate: Date | null;
|
|
9671
|
+
totalHoldDuration: number | null;
|
|
9464
9672
|
handledTime: number | null;
|
|
9673
|
+
fullHandledTime: number | null;
|
|
9465
9674
|
firstResponseTime: number | null;
|
|
9675
|
+
resolutionTime: number | null;
|
|
9676
|
+
fullResolutionTime: number | null;
|
|
9466
9677
|
wrapUpForm: {
|
|
9467
9678
|
type: string;
|
|
9468
9679
|
id: string;
|
|
@@ -9515,6 +9726,24 @@ export declare const lineContract: {
|
|
|
9515
9726
|
dateValue: Date | null;
|
|
9516
9727
|
}[] | null | undefined;
|
|
9517
9728
|
} | null;
|
|
9729
|
+
holdLogs?: {
|
|
9730
|
+
id: string;
|
|
9731
|
+
createdAt: Date;
|
|
9732
|
+
updatedAt: Date;
|
|
9733
|
+
deletedAt: Date | null;
|
|
9734
|
+
startedAt: string;
|
|
9735
|
+
endedAt: string | null;
|
|
9736
|
+
duration: number | null;
|
|
9737
|
+
holdLabel?: {
|
|
9738
|
+
name: string;
|
|
9739
|
+
id: string;
|
|
9740
|
+
position: number;
|
|
9741
|
+
createdAt: Date;
|
|
9742
|
+
updatedAt: Date;
|
|
9743
|
+
deletedAt: Date | null;
|
|
9744
|
+
isDefault?: boolean | undefined;
|
|
9745
|
+
} | null | undefined;
|
|
9746
|
+
}[] | null | undefined;
|
|
9518
9747
|
}>;
|
|
9519
9748
|
workflowRule: z.ZodObject<{
|
|
9520
9749
|
id: z.ZodString;
|
|
@@ -9556,16 +9785,15 @@ export declare const lineContract: {
|
|
|
9556
9785
|
additionalCredentials?: any;
|
|
9557
9786
|
senderId?: string | undefined;
|
|
9558
9787
|
whatsapp?: {
|
|
9559
|
-
|
|
9560
|
-
wabaExternalId
|
|
9561
|
-
phoneNumberId
|
|
9562
|
-
|
|
9563
|
-
clientId?: string |
|
|
9564
|
-
channelId?: string |
|
|
9788
|
+
email: string;
|
|
9789
|
+
wabaExternalId: string;
|
|
9790
|
+
phoneNumberId: string;
|
|
9791
|
+
wabaBusinessId?: string | undefined;
|
|
9792
|
+
clientId?: string | undefined;
|
|
9793
|
+
channelId?: string | undefined;
|
|
9565
9794
|
status?: "active" | "pending" | undefined;
|
|
9566
9795
|
apiKey?: string | undefined;
|
|
9567
9796
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
9568
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
9569
9797
|
} | undefined;
|
|
9570
9798
|
vonageCredentials?: {
|
|
9571
9799
|
apiKey: string;
|
|
@@ -9736,6 +9964,7 @@ export declare const lineContract: {
|
|
|
9736
9964
|
dateValue: Date | null;
|
|
9737
9965
|
uploads: {
|
|
9738
9966
|
id: string;
|
|
9967
|
+
status: string | null;
|
|
9739
9968
|
createdAt: Date;
|
|
9740
9969
|
updatedAt: Date;
|
|
9741
9970
|
deletedAt: Date | null;
|
|
@@ -9744,7 +9973,6 @@ export declare const lineContract: {
|
|
|
9744
9973
|
bucketName: string;
|
|
9745
9974
|
fileSize: number;
|
|
9746
9975
|
fileUrl: string | null;
|
|
9747
|
-
status?: string | undefined;
|
|
9748
9976
|
}[];
|
|
9749
9977
|
}[];
|
|
9750
9978
|
company: {
|
|
@@ -9879,8 +10107,12 @@ export declare const lineContract: {
|
|
|
9879
10107
|
entityName: string;
|
|
9880
10108
|
agentId: string | null;
|
|
9881
10109
|
startedDate: Date | null;
|
|
10110
|
+
totalHoldDuration: number | null;
|
|
9882
10111
|
handledTime: number | null;
|
|
10112
|
+
fullHandledTime: number | null;
|
|
9883
10113
|
firstResponseTime: number | null;
|
|
10114
|
+
resolutionTime: number | null;
|
|
10115
|
+
fullResolutionTime: number | null;
|
|
9884
10116
|
wrapUpForm: {
|
|
9885
10117
|
type: string;
|
|
9886
10118
|
id: string;
|
|
@@ -9933,6 +10165,24 @@ export declare const lineContract: {
|
|
|
9933
10165
|
dateValue: Date | null;
|
|
9934
10166
|
}[] | null | undefined;
|
|
9935
10167
|
} | null;
|
|
10168
|
+
holdLogs?: {
|
|
10169
|
+
id: string;
|
|
10170
|
+
createdAt: Date;
|
|
10171
|
+
updatedAt: Date;
|
|
10172
|
+
deletedAt: Date | null;
|
|
10173
|
+
startedAt: string;
|
|
10174
|
+
endedAt: string | null;
|
|
10175
|
+
duration: number | null;
|
|
10176
|
+
holdLabel?: {
|
|
10177
|
+
name: string;
|
|
10178
|
+
id: string;
|
|
10179
|
+
position: number;
|
|
10180
|
+
createdAt: Date;
|
|
10181
|
+
updatedAt: Date;
|
|
10182
|
+
deletedAt: Date | null;
|
|
10183
|
+
isDefault: boolean;
|
|
10184
|
+
} | null | undefined;
|
|
10185
|
+
}[] | null | undefined;
|
|
9936
10186
|
};
|
|
9937
10187
|
workflowRule: {
|
|
9938
10188
|
name: string;
|
|
@@ -9958,16 +10208,15 @@ export declare const lineContract: {
|
|
|
9958
10208
|
additionalCredentials?: any;
|
|
9959
10209
|
senderId?: string | undefined;
|
|
9960
10210
|
whatsapp?: {
|
|
9961
|
-
|
|
9962
|
-
wabaExternalId
|
|
9963
|
-
phoneNumberId
|
|
9964
|
-
|
|
9965
|
-
clientId?: string |
|
|
9966
|
-
channelId?: string |
|
|
10211
|
+
email: string;
|
|
10212
|
+
wabaExternalId: string;
|
|
10213
|
+
phoneNumberId: string;
|
|
10214
|
+
wabaBusinessId?: string | undefined;
|
|
10215
|
+
clientId?: string | undefined;
|
|
10216
|
+
channelId?: string | undefined;
|
|
9967
10217
|
status?: "active" | "pending" | undefined;
|
|
9968
10218
|
apiKey?: string | undefined;
|
|
9969
10219
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
9970
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
9971
10220
|
} | undefined;
|
|
9972
10221
|
vonageCredentials?: {
|
|
9973
10222
|
apiKey: string;
|
|
@@ -10138,6 +10387,7 @@ export declare const lineContract: {
|
|
|
10138
10387
|
dateValue: Date | null;
|
|
10139
10388
|
uploads: {
|
|
10140
10389
|
id: string;
|
|
10390
|
+
status: string | null;
|
|
10141
10391
|
createdAt: Date;
|
|
10142
10392
|
updatedAt: Date;
|
|
10143
10393
|
deletedAt: Date | null;
|
|
@@ -10146,7 +10396,6 @@ export declare const lineContract: {
|
|
|
10146
10396
|
bucketName: string;
|
|
10147
10397
|
fileSize: number;
|
|
10148
10398
|
fileUrl: string | null;
|
|
10149
|
-
status?: string | undefined;
|
|
10150
10399
|
}[];
|
|
10151
10400
|
}[];
|
|
10152
10401
|
company: {
|
|
@@ -10281,8 +10530,12 @@ export declare const lineContract: {
|
|
|
10281
10530
|
entityName: string;
|
|
10282
10531
|
agentId: string | null;
|
|
10283
10532
|
startedDate: Date | null;
|
|
10533
|
+
totalHoldDuration: number | null;
|
|
10284
10534
|
handledTime: number | null;
|
|
10535
|
+
fullHandledTime: number | null;
|
|
10285
10536
|
firstResponseTime: number | null;
|
|
10537
|
+
resolutionTime: number | null;
|
|
10538
|
+
fullResolutionTime: number | null;
|
|
10286
10539
|
wrapUpForm: {
|
|
10287
10540
|
type: string;
|
|
10288
10541
|
id: string;
|
|
@@ -10335,6 +10588,24 @@ export declare const lineContract: {
|
|
|
10335
10588
|
dateValue: Date | null;
|
|
10336
10589
|
}[] | null | undefined;
|
|
10337
10590
|
} | null;
|
|
10591
|
+
holdLogs?: {
|
|
10592
|
+
id: string;
|
|
10593
|
+
createdAt: Date;
|
|
10594
|
+
updatedAt: Date;
|
|
10595
|
+
deletedAt: Date | null;
|
|
10596
|
+
startedAt: string;
|
|
10597
|
+
endedAt: string | null;
|
|
10598
|
+
duration: number | null;
|
|
10599
|
+
holdLabel?: {
|
|
10600
|
+
name: string;
|
|
10601
|
+
id: string;
|
|
10602
|
+
position: number;
|
|
10603
|
+
createdAt: Date;
|
|
10604
|
+
updatedAt: Date;
|
|
10605
|
+
deletedAt: Date | null;
|
|
10606
|
+
isDefault?: boolean | undefined;
|
|
10607
|
+
} | null | undefined;
|
|
10608
|
+
}[] | null | undefined;
|
|
10338
10609
|
};
|
|
10339
10610
|
workflowRule: {
|
|
10340
10611
|
name: string;
|
|
@@ -10357,9 +10628,10 @@ export declare const lineContract: {
|
|
|
10357
10628
|
fileSize: z.ZodNumber;
|
|
10358
10629
|
fileKey: z.ZodString;
|
|
10359
10630
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
10360
|
-
status: z.
|
|
10631
|
+
status: z.ZodNullable<z.ZodString>;
|
|
10361
10632
|
}, "strip", z.ZodTypeAny, {
|
|
10362
10633
|
id: string;
|
|
10634
|
+
status: string | null;
|
|
10363
10635
|
createdAt: Date;
|
|
10364
10636
|
updatedAt: Date;
|
|
10365
10637
|
deletedAt: Date | null;
|
|
@@ -10368,9 +10640,9 @@ export declare const lineContract: {
|
|
|
10368
10640
|
bucketName: string;
|
|
10369
10641
|
fileSize: number;
|
|
10370
10642
|
fileUrl: string | null;
|
|
10371
|
-
status?: string | undefined;
|
|
10372
10643
|
}, {
|
|
10373
10644
|
id: string;
|
|
10645
|
+
status: string | null;
|
|
10374
10646
|
createdAt: Date;
|
|
10375
10647
|
updatedAt: Date;
|
|
10376
10648
|
deletedAt: Date | null;
|
|
@@ -10379,7 +10651,6 @@ export declare const lineContract: {
|
|
|
10379
10651
|
bucketName: string;
|
|
10380
10652
|
fileSize: number;
|
|
10381
10653
|
fileUrl: string | null;
|
|
10382
|
-
status?: string | undefined;
|
|
10383
10654
|
}>;
|
|
10384
10655
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
|
10385
10656
|
id: z.ZodString;
|
|
@@ -10388,7 +10659,7 @@ export declare const lineContract: {
|
|
|
10388
10659
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10389
10660
|
message: z.ZodString;
|
|
10390
10661
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
10391
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
|
10662
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
10392
10663
|
readAt: z.ZodDate;
|
|
10393
10664
|
metadata: z.ZodAny;
|
|
10394
10665
|
platformId: z.ZodString;
|
|
@@ -10409,9 +10680,10 @@ export declare const lineContract: {
|
|
|
10409
10680
|
fileSize: z.ZodNumber;
|
|
10410
10681
|
fileKey: z.ZodString;
|
|
10411
10682
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
10412
|
-
status: z.
|
|
10683
|
+
status: z.ZodNullable<z.ZodString>;
|
|
10413
10684
|
}, "strip", z.ZodTypeAny, {
|
|
10414
10685
|
id: string;
|
|
10686
|
+
status: string | null;
|
|
10415
10687
|
createdAt: Date;
|
|
10416
10688
|
updatedAt: Date;
|
|
10417
10689
|
deletedAt: Date | null;
|
|
@@ -10420,9 +10692,9 @@ export declare const lineContract: {
|
|
|
10420
10692
|
bucketName: string;
|
|
10421
10693
|
fileSize: number;
|
|
10422
10694
|
fileUrl: string | null;
|
|
10423
|
-
status?: string | undefined;
|
|
10424
10695
|
}, {
|
|
10425
10696
|
id: string;
|
|
10697
|
+
status: string | null;
|
|
10426
10698
|
createdAt: Date;
|
|
10427
10699
|
updatedAt: Date;
|
|
10428
10700
|
deletedAt: Date | null;
|
|
@@ -10431,7 +10703,6 @@ export declare const lineContract: {
|
|
|
10431
10703
|
bucketName: string;
|
|
10432
10704
|
fileSize: number;
|
|
10433
10705
|
fileUrl: string | null;
|
|
10434
|
-
status?: string | undefined;
|
|
10435
10706
|
}>;
|
|
10436
10707
|
actor: z.ZodObject<{
|
|
10437
10708
|
id: z.ZodString;
|
|
@@ -11046,7 +11317,7 @@ export declare const lineContract: {
|
|
|
11046
11317
|
};
|
|
11047
11318
|
}>;
|
|
11048
11319
|
}, "strip", z.ZodTypeAny, {
|
|
11049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
11320
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11050
11321
|
message: string;
|
|
11051
11322
|
id: string;
|
|
11052
11323
|
url: string;
|
|
@@ -11100,6 +11371,7 @@ export declare const lineContract: {
|
|
|
11100
11371
|
};
|
|
11101
11372
|
upload: {
|
|
11102
11373
|
id: string;
|
|
11374
|
+
status: string | null;
|
|
11103
11375
|
createdAt: Date;
|
|
11104
11376
|
updatedAt: Date;
|
|
11105
11377
|
deletedAt: Date | null;
|
|
@@ -11108,7 +11380,6 @@ export declare const lineContract: {
|
|
|
11108
11380
|
bucketName: string;
|
|
11109
11381
|
fileSize: number;
|
|
11110
11382
|
fileUrl: string | null;
|
|
11111
|
-
status?: string | undefined;
|
|
11112
11383
|
};
|
|
11113
11384
|
assignee: {
|
|
11114
11385
|
name: string;
|
|
@@ -11208,7 +11479,7 @@ export declare const lineContract: {
|
|
|
11208
11479
|
metadata?: any;
|
|
11209
11480
|
template?: any;
|
|
11210
11481
|
}, {
|
|
11211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
11482
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11212
11483
|
message: string;
|
|
11213
11484
|
id: string;
|
|
11214
11485
|
url: string;
|
|
@@ -11262,6 +11533,7 @@ export declare const lineContract: {
|
|
|
11262
11533
|
};
|
|
11263
11534
|
upload: {
|
|
11264
11535
|
id: string;
|
|
11536
|
+
status: string | null;
|
|
11265
11537
|
createdAt: Date;
|
|
11266
11538
|
updatedAt: Date;
|
|
11267
11539
|
deletedAt: Date | null;
|
|
@@ -11270,7 +11542,6 @@ export declare const lineContract: {
|
|
|
11270
11542
|
bucketName: string;
|
|
11271
11543
|
fileSize: number;
|
|
11272
11544
|
fileUrl: string | null;
|
|
11273
|
-
status?: string | undefined;
|
|
11274
11545
|
};
|
|
11275
11546
|
assignee: {
|
|
11276
11547
|
name: string;
|
|
@@ -12010,7 +12281,7 @@ export declare const lineContract: {
|
|
|
12010
12281
|
editedMessageid: z.ZodString;
|
|
12011
12282
|
label: z.ZodOptional<z.ZodString>;
|
|
12012
12283
|
}, "strip", z.ZodTypeAny, {
|
|
12013
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
12284
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12014
12285
|
message: string;
|
|
12015
12286
|
id: string;
|
|
12016
12287
|
url: string;
|
|
@@ -12064,6 +12335,7 @@ export declare const lineContract: {
|
|
|
12064
12335
|
};
|
|
12065
12336
|
upload: {
|
|
12066
12337
|
id: string;
|
|
12338
|
+
status: string | null;
|
|
12067
12339
|
createdAt: Date;
|
|
12068
12340
|
updatedAt: Date;
|
|
12069
12341
|
deletedAt: Date | null;
|
|
@@ -12072,7 +12344,6 @@ export declare const lineContract: {
|
|
|
12072
12344
|
bucketName: string;
|
|
12073
12345
|
fileSize: number;
|
|
12074
12346
|
fileUrl: string | null;
|
|
12075
|
-
status?: string | undefined;
|
|
12076
12347
|
};
|
|
12077
12348
|
assignee: {
|
|
12078
12349
|
name: string;
|
|
@@ -12133,16 +12404,15 @@ export declare const lineContract: {
|
|
|
12133
12404
|
additionalCredentials?: any;
|
|
12134
12405
|
senderId?: string | undefined;
|
|
12135
12406
|
whatsapp?: {
|
|
12136
|
-
|
|
12137
|
-
wabaExternalId
|
|
12138
|
-
phoneNumberId
|
|
12139
|
-
|
|
12140
|
-
clientId?: string |
|
|
12141
|
-
channelId?: string |
|
|
12407
|
+
email: string;
|
|
12408
|
+
wabaExternalId: string;
|
|
12409
|
+
phoneNumberId: string;
|
|
12410
|
+
wabaBusinessId?: string | undefined;
|
|
12411
|
+
clientId?: string | undefined;
|
|
12412
|
+
channelId?: string | undefined;
|
|
12142
12413
|
status?: "active" | "pending" | undefined;
|
|
12143
12414
|
apiKey?: string | undefined;
|
|
12144
12415
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
12145
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
12146
12416
|
} | undefined;
|
|
12147
12417
|
vonageCredentials?: {
|
|
12148
12418
|
apiKey: string;
|
|
@@ -12313,6 +12583,7 @@ export declare const lineContract: {
|
|
|
12313
12583
|
dateValue: Date | null;
|
|
12314
12584
|
uploads: {
|
|
12315
12585
|
id: string;
|
|
12586
|
+
status: string | null;
|
|
12316
12587
|
createdAt: Date;
|
|
12317
12588
|
updatedAt: Date;
|
|
12318
12589
|
deletedAt: Date | null;
|
|
@@ -12321,7 +12592,6 @@ export declare const lineContract: {
|
|
|
12321
12592
|
bucketName: string;
|
|
12322
12593
|
fileSize: number;
|
|
12323
12594
|
fileUrl: string | null;
|
|
12324
|
-
status?: string | undefined;
|
|
12325
12595
|
}[];
|
|
12326
12596
|
}[];
|
|
12327
12597
|
company: {
|
|
@@ -12456,8 +12726,12 @@ export declare const lineContract: {
|
|
|
12456
12726
|
entityName: string;
|
|
12457
12727
|
agentId: string | null;
|
|
12458
12728
|
startedDate: Date | null;
|
|
12729
|
+
totalHoldDuration: number | null;
|
|
12459
12730
|
handledTime: number | null;
|
|
12731
|
+
fullHandledTime: number | null;
|
|
12460
12732
|
firstResponseTime: number | null;
|
|
12733
|
+
resolutionTime: number | null;
|
|
12734
|
+
fullResolutionTime: number | null;
|
|
12461
12735
|
wrapUpForm: {
|
|
12462
12736
|
type: string;
|
|
12463
12737
|
id: string;
|
|
@@ -12510,6 +12784,24 @@ export declare const lineContract: {
|
|
|
12510
12784
|
dateValue: Date | null;
|
|
12511
12785
|
}[] | null | undefined;
|
|
12512
12786
|
} | null;
|
|
12787
|
+
holdLogs?: {
|
|
12788
|
+
id: string;
|
|
12789
|
+
createdAt: Date;
|
|
12790
|
+
updatedAt: Date;
|
|
12791
|
+
deletedAt: Date | null;
|
|
12792
|
+
startedAt: string;
|
|
12793
|
+
endedAt: string | null;
|
|
12794
|
+
duration: number | null;
|
|
12795
|
+
holdLabel?: {
|
|
12796
|
+
name: string;
|
|
12797
|
+
id: string;
|
|
12798
|
+
position: number;
|
|
12799
|
+
createdAt: Date;
|
|
12800
|
+
updatedAt: Date;
|
|
12801
|
+
deletedAt: Date | null;
|
|
12802
|
+
isDefault: boolean;
|
|
12803
|
+
} | null | undefined;
|
|
12804
|
+
}[] | null | undefined;
|
|
12513
12805
|
};
|
|
12514
12806
|
workflowRule: {
|
|
12515
12807
|
name: string;
|
|
@@ -12538,7 +12830,7 @@ export declare const lineContract: {
|
|
|
12538
12830
|
previewUrl: string;
|
|
12539
12831
|
imageSetId: string;
|
|
12540
12832
|
repliedMessage: {
|
|
12541
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
12833
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12542
12834
|
message: string;
|
|
12543
12835
|
id: string;
|
|
12544
12836
|
url: string;
|
|
@@ -12592,6 +12884,7 @@ export declare const lineContract: {
|
|
|
12592
12884
|
};
|
|
12593
12885
|
upload: {
|
|
12594
12886
|
id: string;
|
|
12887
|
+
status: string | null;
|
|
12595
12888
|
createdAt: Date;
|
|
12596
12889
|
updatedAt: Date;
|
|
12597
12890
|
deletedAt: Date | null;
|
|
@@ -12600,7 +12893,6 @@ export declare const lineContract: {
|
|
|
12600
12893
|
bucketName: string;
|
|
12601
12894
|
fileSize: number;
|
|
12602
12895
|
fileUrl: string | null;
|
|
12603
|
-
status?: string | undefined;
|
|
12604
12896
|
};
|
|
12605
12897
|
assignee: {
|
|
12606
12898
|
name: string;
|
|
@@ -12749,7 +13041,7 @@ export declare const lineContract: {
|
|
|
12749
13041
|
template?: any;
|
|
12750
13042
|
label?: string | undefined;
|
|
12751
13043
|
}, {
|
|
12752
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
13044
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12753
13045
|
message: string;
|
|
12754
13046
|
id: string;
|
|
12755
13047
|
url: string;
|
|
@@ -12803,6 +13095,7 @@ export declare const lineContract: {
|
|
|
12803
13095
|
};
|
|
12804
13096
|
upload: {
|
|
12805
13097
|
id: string;
|
|
13098
|
+
status: string | null;
|
|
12806
13099
|
createdAt: Date;
|
|
12807
13100
|
updatedAt: Date;
|
|
12808
13101
|
deletedAt: Date | null;
|
|
@@ -12811,7 +13104,6 @@ export declare const lineContract: {
|
|
|
12811
13104
|
bucketName: string;
|
|
12812
13105
|
fileSize: number;
|
|
12813
13106
|
fileUrl: string | null;
|
|
12814
|
-
status?: string | undefined;
|
|
12815
13107
|
};
|
|
12816
13108
|
assignee: {
|
|
12817
13109
|
name: string;
|
|
@@ -12872,16 +13164,15 @@ export declare const lineContract: {
|
|
|
12872
13164
|
additionalCredentials?: any;
|
|
12873
13165
|
senderId?: string | undefined;
|
|
12874
13166
|
whatsapp?: {
|
|
12875
|
-
|
|
12876
|
-
wabaExternalId
|
|
12877
|
-
phoneNumberId
|
|
12878
|
-
|
|
12879
|
-
clientId?: string |
|
|
12880
|
-
channelId?: string |
|
|
13167
|
+
email: string;
|
|
13168
|
+
wabaExternalId: string;
|
|
13169
|
+
phoneNumberId: string;
|
|
13170
|
+
wabaBusinessId?: string | undefined;
|
|
13171
|
+
clientId?: string | undefined;
|
|
13172
|
+
channelId?: string | undefined;
|
|
12881
13173
|
status?: "active" | "pending" | undefined;
|
|
12882
13174
|
apiKey?: string | undefined;
|
|
12883
13175
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
12884
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
12885
13176
|
} | undefined;
|
|
12886
13177
|
vonageCredentials?: {
|
|
12887
13178
|
apiKey: string;
|
|
@@ -13052,6 +13343,7 @@ export declare const lineContract: {
|
|
|
13052
13343
|
dateValue: Date | null;
|
|
13053
13344
|
uploads: {
|
|
13054
13345
|
id: string;
|
|
13346
|
+
status: string | null;
|
|
13055
13347
|
createdAt: Date;
|
|
13056
13348
|
updatedAt: Date;
|
|
13057
13349
|
deletedAt: Date | null;
|
|
@@ -13060,7 +13352,6 @@ export declare const lineContract: {
|
|
|
13060
13352
|
bucketName: string;
|
|
13061
13353
|
fileSize: number;
|
|
13062
13354
|
fileUrl: string | null;
|
|
13063
|
-
status?: string | undefined;
|
|
13064
13355
|
}[];
|
|
13065
13356
|
}[];
|
|
13066
13357
|
company: {
|
|
@@ -13195,8 +13486,12 @@ export declare const lineContract: {
|
|
|
13195
13486
|
entityName: string;
|
|
13196
13487
|
agentId: string | null;
|
|
13197
13488
|
startedDate: Date | null;
|
|
13489
|
+
totalHoldDuration: number | null;
|
|
13198
13490
|
handledTime: number | null;
|
|
13491
|
+
fullHandledTime: number | null;
|
|
13199
13492
|
firstResponseTime: number | null;
|
|
13493
|
+
resolutionTime: number | null;
|
|
13494
|
+
fullResolutionTime: number | null;
|
|
13200
13495
|
wrapUpForm: {
|
|
13201
13496
|
type: string;
|
|
13202
13497
|
id: string;
|
|
@@ -13249,6 +13544,24 @@ export declare const lineContract: {
|
|
|
13249
13544
|
dateValue: Date | null;
|
|
13250
13545
|
}[] | null | undefined;
|
|
13251
13546
|
} | null;
|
|
13547
|
+
holdLogs?: {
|
|
13548
|
+
id: string;
|
|
13549
|
+
createdAt: Date;
|
|
13550
|
+
updatedAt: Date;
|
|
13551
|
+
deletedAt: Date | null;
|
|
13552
|
+
startedAt: string;
|
|
13553
|
+
endedAt: string | null;
|
|
13554
|
+
duration: number | null;
|
|
13555
|
+
holdLabel?: {
|
|
13556
|
+
name: string;
|
|
13557
|
+
id: string;
|
|
13558
|
+
position: number;
|
|
13559
|
+
createdAt: Date;
|
|
13560
|
+
updatedAt: Date;
|
|
13561
|
+
deletedAt: Date | null;
|
|
13562
|
+
isDefault?: boolean | undefined;
|
|
13563
|
+
} | null | undefined;
|
|
13564
|
+
}[] | null | undefined;
|
|
13252
13565
|
};
|
|
13253
13566
|
workflowRule: {
|
|
13254
13567
|
name: string;
|
|
@@ -13277,7 +13590,7 @@ export declare const lineContract: {
|
|
|
13277
13590
|
previewUrl: string;
|
|
13278
13591
|
imageSetId: string;
|
|
13279
13592
|
repliedMessage: {
|
|
13280
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
13593
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13281
13594
|
message: string;
|
|
13282
13595
|
id: string;
|
|
13283
13596
|
url: string;
|
|
@@ -13331,6 +13644,7 @@ export declare const lineContract: {
|
|
|
13331
13644
|
};
|
|
13332
13645
|
upload: {
|
|
13333
13646
|
id: string;
|
|
13647
|
+
status: string | null;
|
|
13334
13648
|
createdAt: Date;
|
|
13335
13649
|
updatedAt: Date;
|
|
13336
13650
|
deletedAt: Date | null;
|
|
@@ -13339,7 +13653,6 @@ export declare const lineContract: {
|
|
|
13339
13653
|
bucketName: string;
|
|
13340
13654
|
fileSize: number;
|
|
13341
13655
|
fileUrl: string | null;
|
|
13342
|
-
status?: string | undefined;
|
|
13343
13656
|
};
|
|
13344
13657
|
assignee: {
|
|
13345
13658
|
name: string;
|
|
@@ -13489,7 +13802,7 @@ export declare const lineContract: {
|
|
|
13489
13802
|
label?: string | undefined;
|
|
13490
13803
|
}>>>;
|
|
13491
13804
|
}, "strip", z.ZodTypeAny, {
|
|
13492
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
13805
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13493
13806
|
message: string;
|
|
13494
13807
|
id: string;
|
|
13495
13808
|
url: string;
|
|
@@ -13543,6 +13856,7 @@ export declare const lineContract: {
|
|
|
13543
13856
|
};
|
|
13544
13857
|
upload: {
|
|
13545
13858
|
id: string;
|
|
13859
|
+
status: string | null;
|
|
13546
13860
|
createdAt: Date;
|
|
13547
13861
|
updatedAt: Date;
|
|
13548
13862
|
deletedAt: Date | null;
|
|
@@ -13551,7 +13865,6 @@ export declare const lineContract: {
|
|
|
13551
13865
|
bucketName: string;
|
|
13552
13866
|
fileSize: number;
|
|
13553
13867
|
fileUrl: string | null;
|
|
13554
|
-
status?: string | undefined;
|
|
13555
13868
|
};
|
|
13556
13869
|
assignee: {
|
|
13557
13870
|
name: string;
|
|
@@ -13612,16 +13925,15 @@ export declare const lineContract: {
|
|
|
13612
13925
|
additionalCredentials?: any;
|
|
13613
13926
|
senderId?: string | undefined;
|
|
13614
13927
|
whatsapp?: {
|
|
13615
|
-
|
|
13616
|
-
wabaExternalId
|
|
13617
|
-
phoneNumberId
|
|
13618
|
-
|
|
13619
|
-
clientId?: string |
|
|
13620
|
-
channelId?: string |
|
|
13928
|
+
email: string;
|
|
13929
|
+
wabaExternalId: string;
|
|
13930
|
+
phoneNumberId: string;
|
|
13931
|
+
wabaBusinessId?: string | undefined;
|
|
13932
|
+
clientId?: string | undefined;
|
|
13933
|
+
channelId?: string | undefined;
|
|
13621
13934
|
status?: "active" | "pending" | undefined;
|
|
13622
13935
|
apiKey?: string | undefined;
|
|
13623
13936
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
13624
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
13625
13937
|
} | undefined;
|
|
13626
13938
|
vonageCredentials?: {
|
|
13627
13939
|
apiKey: string;
|
|
@@ -13792,6 +14104,7 @@ export declare const lineContract: {
|
|
|
13792
14104
|
dateValue: Date | null;
|
|
13793
14105
|
uploads: {
|
|
13794
14106
|
id: string;
|
|
14107
|
+
status: string | null;
|
|
13795
14108
|
createdAt: Date;
|
|
13796
14109
|
updatedAt: Date;
|
|
13797
14110
|
deletedAt: Date | null;
|
|
@@ -13800,7 +14113,6 @@ export declare const lineContract: {
|
|
|
13800
14113
|
bucketName: string;
|
|
13801
14114
|
fileSize: number;
|
|
13802
14115
|
fileUrl: string | null;
|
|
13803
|
-
status?: string | undefined;
|
|
13804
14116
|
}[];
|
|
13805
14117
|
}[];
|
|
13806
14118
|
company: {
|
|
@@ -13935,8 +14247,12 @@ export declare const lineContract: {
|
|
|
13935
14247
|
entityName: string;
|
|
13936
14248
|
agentId: string | null;
|
|
13937
14249
|
startedDate: Date | null;
|
|
14250
|
+
totalHoldDuration: number | null;
|
|
13938
14251
|
handledTime: number | null;
|
|
14252
|
+
fullHandledTime: number | null;
|
|
13939
14253
|
firstResponseTime: number | null;
|
|
14254
|
+
resolutionTime: number | null;
|
|
14255
|
+
fullResolutionTime: number | null;
|
|
13940
14256
|
wrapUpForm: {
|
|
13941
14257
|
type: string;
|
|
13942
14258
|
id: string;
|
|
@@ -13989,6 +14305,24 @@ export declare const lineContract: {
|
|
|
13989
14305
|
dateValue: Date | null;
|
|
13990
14306
|
}[] | null | undefined;
|
|
13991
14307
|
} | null;
|
|
14308
|
+
holdLogs?: {
|
|
14309
|
+
id: string;
|
|
14310
|
+
createdAt: Date;
|
|
14311
|
+
updatedAt: Date;
|
|
14312
|
+
deletedAt: Date | null;
|
|
14313
|
+
startedAt: string;
|
|
14314
|
+
endedAt: string | null;
|
|
14315
|
+
duration: number | null;
|
|
14316
|
+
holdLabel?: {
|
|
14317
|
+
name: string;
|
|
14318
|
+
id: string;
|
|
14319
|
+
position: number;
|
|
14320
|
+
createdAt: Date;
|
|
14321
|
+
updatedAt: Date;
|
|
14322
|
+
deletedAt: Date | null;
|
|
14323
|
+
isDefault: boolean;
|
|
14324
|
+
} | null | undefined;
|
|
14325
|
+
}[] | null | undefined;
|
|
13992
14326
|
};
|
|
13993
14327
|
workflowRule: {
|
|
13994
14328
|
name: string;
|
|
@@ -14017,7 +14351,7 @@ export declare const lineContract: {
|
|
|
14017
14351
|
previewUrl: string;
|
|
14018
14352
|
imageSetId: string;
|
|
14019
14353
|
repliedMessage: {
|
|
14020
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
14354
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14021
14355
|
message: string;
|
|
14022
14356
|
id: string;
|
|
14023
14357
|
url: string;
|
|
@@ -14071,6 +14405,7 @@ export declare const lineContract: {
|
|
|
14071
14405
|
};
|
|
14072
14406
|
upload: {
|
|
14073
14407
|
id: string;
|
|
14408
|
+
status: string | null;
|
|
14074
14409
|
createdAt: Date;
|
|
14075
14410
|
updatedAt: Date;
|
|
14076
14411
|
deletedAt: Date | null;
|
|
@@ -14079,7 +14414,6 @@ export declare const lineContract: {
|
|
|
14079
14414
|
bucketName: string;
|
|
14080
14415
|
fileSize: number;
|
|
14081
14416
|
fileUrl: string | null;
|
|
14082
|
-
status?: string | undefined;
|
|
14083
14417
|
};
|
|
14084
14418
|
assignee: {
|
|
14085
14419
|
name: string;
|
|
@@ -14228,7 +14562,7 @@ export declare const lineContract: {
|
|
|
14228
14562
|
template?: any;
|
|
14229
14563
|
metadata?: any;
|
|
14230
14564
|
fromMessage?: {
|
|
14231
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
14565
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14232
14566
|
message: string;
|
|
14233
14567
|
id: string;
|
|
14234
14568
|
url: string;
|
|
@@ -14282,6 +14616,7 @@ export declare const lineContract: {
|
|
|
14282
14616
|
};
|
|
14283
14617
|
upload: {
|
|
14284
14618
|
id: string;
|
|
14619
|
+
status: string | null;
|
|
14285
14620
|
createdAt: Date;
|
|
14286
14621
|
updatedAt: Date;
|
|
14287
14622
|
deletedAt: Date | null;
|
|
@@ -14290,7 +14625,6 @@ export declare const lineContract: {
|
|
|
14290
14625
|
bucketName: string;
|
|
14291
14626
|
fileSize: number;
|
|
14292
14627
|
fileUrl: string | null;
|
|
14293
|
-
status?: string | undefined;
|
|
14294
14628
|
};
|
|
14295
14629
|
assignee: {
|
|
14296
14630
|
name: string;
|
|
@@ -14351,16 +14685,15 @@ export declare const lineContract: {
|
|
|
14351
14685
|
additionalCredentials?: any;
|
|
14352
14686
|
senderId?: string | undefined;
|
|
14353
14687
|
whatsapp?: {
|
|
14354
|
-
|
|
14355
|
-
wabaExternalId
|
|
14356
|
-
phoneNumberId
|
|
14357
|
-
|
|
14358
|
-
clientId?: string |
|
|
14359
|
-
channelId?: string |
|
|
14688
|
+
email: string;
|
|
14689
|
+
wabaExternalId: string;
|
|
14690
|
+
phoneNumberId: string;
|
|
14691
|
+
wabaBusinessId?: string | undefined;
|
|
14692
|
+
clientId?: string | undefined;
|
|
14693
|
+
channelId?: string | undefined;
|
|
14360
14694
|
status?: "active" | "pending" | undefined;
|
|
14361
14695
|
apiKey?: string | undefined;
|
|
14362
14696
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
14363
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
14364
14697
|
} | undefined;
|
|
14365
14698
|
vonageCredentials?: {
|
|
14366
14699
|
apiKey: string;
|
|
@@ -14531,6 +14864,7 @@ export declare const lineContract: {
|
|
|
14531
14864
|
dateValue: Date | null;
|
|
14532
14865
|
uploads: {
|
|
14533
14866
|
id: string;
|
|
14867
|
+
status: string | null;
|
|
14534
14868
|
createdAt: Date;
|
|
14535
14869
|
updatedAt: Date;
|
|
14536
14870
|
deletedAt: Date | null;
|
|
@@ -14539,7 +14873,6 @@ export declare const lineContract: {
|
|
|
14539
14873
|
bucketName: string;
|
|
14540
14874
|
fileSize: number;
|
|
14541
14875
|
fileUrl: string | null;
|
|
14542
|
-
status?: string | undefined;
|
|
14543
14876
|
}[];
|
|
14544
14877
|
}[];
|
|
14545
14878
|
company: {
|
|
@@ -14674,8 +15007,12 @@ export declare const lineContract: {
|
|
|
14674
15007
|
entityName: string;
|
|
14675
15008
|
agentId: string | null;
|
|
14676
15009
|
startedDate: Date | null;
|
|
15010
|
+
totalHoldDuration: number | null;
|
|
14677
15011
|
handledTime: number | null;
|
|
15012
|
+
fullHandledTime: number | null;
|
|
14678
15013
|
firstResponseTime: number | null;
|
|
15014
|
+
resolutionTime: number | null;
|
|
15015
|
+
fullResolutionTime: number | null;
|
|
14679
15016
|
wrapUpForm: {
|
|
14680
15017
|
type: string;
|
|
14681
15018
|
id: string;
|
|
@@ -14728,6 +15065,24 @@ export declare const lineContract: {
|
|
|
14728
15065
|
dateValue: Date | null;
|
|
14729
15066
|
}[] | null | undefined;
|
|
14730
15067
|
} | null;
|
|
15068
|
+
holdLogs?: {
|
|
15069
|
+
id: string;
|
|
15070
|
+
createdAt: Date;
|
|
15071
|
+
updatedAt: Date;
|
|
15072
|
+
deletedAt: Date | null;
|
|
15073
|
+
startedAt: string;
|
|
15074
|
+
endedAt: string | null;
|
|
15075
|
+
duration: number | null;
|
|
15076
|
+
holdLabel?: {
|
|
15077
|
+
name: string;
|
|
15078
|
+
id: string;
|
|
15079
|
+
position: number;
|
|
15080
|
+
createdAt: Date;
|
|
15081
|
+
updatedAt: Date;
|
|
15082
|
+
deletedAt: Date | null;
|
|
15083
|
+
isDefault: boolean;
|
|
15084
|
+
} | null | undefined;
|
|
15085
|
+
}[] | null | undefined;
|
|
14731
15086
|
};
|
|
14732
15087
|
workflowRule: {
|
|
14733
15088
|
name: string;
|
|
@@ -14756,7 +15111,7 @@ export declare const lineContract: {
|
|
|
14756
15111
|
previewUrl: string;
|
|
14757
15112
|
imageSetId: string;
|
|
14758
15113
|
repliedMessage: {
|
|
14759
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
15114
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14760
15115
|
message: string;
|
|
14761
15116
|
id: string;
|
|
14762
15117
|
url: string;
|
|
@@ -14810,6 +15165,7 @@ export declare const lineContract: {
|
|
|
14810
15165
|
};
|
|
14811
15166
|
upload: {
|
|
14812
15167
|
id: string;
|
|
15168
|
+
status: string | null;
|
|
14813
15169
|
createdAt: Date;
|
|
14814
15170
|
updatedAt: Date;
|
|
14815
15171
|
deletedAt: Date | null;
|
|
@@ -14818,7 +15174,6 @@ export declare const lineContract: {
|
|
|
14818
15174
|
bucketName: string;
|
|
14819
15175
|
fileSize: number;
|
|
14820
15176
|
fileUrl: string | null;
|
|
14821
|
-
status?: string | undefined;
|
|
14822
15177
|
};
|
|
14823
15178
|
assignee: {
|
|
14824
15179
|
name: string;
|
|
@@ -14968,7 +15323,7 @@ export declare const lineContract: {
|
|
|
14968
15323
|
label?: string | undefined;
|
|
14969
15324
|
} | null | undefined;
|
|
14970
15325
|
}, {
|
|
14971
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
15326
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14972
15327
|
message: string;
|
|
14973
15328
|
id: string;
|
|
14974
15329
|
url: string;
|
|
@@ -15022,6 +15377,7 @@ export declare const lineContract: {
|
|
|
15022
15377
|
};
|
|
15023
15378
|
upload: {
|
|
15024
15379
|
id: string;
|
|
15380
|
+
status: string | null;
|
|
15025
15381
|
createdAt: Date;
|
|
15026
15382
|
updatedAt: Date;
|
|
15027
15383
|
deletedAt: Date | null;
|
|
@@ -15030,7 +15386,6 @@ export declare const lineContract: {
|
|
|
15030
15386
|
bucketName: string;
|
|
15031
15387
|
fileSize: number;
|
|
15032
15388
|
fileUrl: string | null;
|
|
15033
|
-
status?: string | undefined;
|
|
15034
15389
|
};
|
|
15035
15390
|
assignee: {
|
|
15036
15391
|
name: string;
|
|
@@ -15091,16 +15446,15 @@ export declare const lineContract: {
|
|
|
15091
15446
|
additionalCredentials?: any;
|
|
15092
15447
|
senderId?: string | undefined;
|
|
15093
15448
|
whatsapp?: {
|
|
15094
|
-
|
|
15095
|
-
wabaExternalId
|
|
15096
|
-
phoneNumberId
|
|
15097
|
-
|
|
15098
|
-
clientId?: string |
|
|
15099
|
-
channelId?: string |
|
|
15449
|
+
email: string;
|
|
15450
|
+
wabaExternalId: string;
|
|
15451
|
+
phoneNumberId: string;
|
|
15452
|
+
wabaBusinessId?: string | undefined;
|
|
15453
|
+
clientId?: string | undefined;
|
|
15454
|
+
channelId?: string | undefined;
|
|
15100
15455
|
status?: "active" | "pending" | undefined;
|
|
15101
15456
|
apiKey?: string | undefined;
|
|
15102
15457
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
15103
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
15104
15458
|
} | undefined;
|
|
15105
15459
|
vonageCredentials?: {
|
|
15106
15460
|
apiKey: string;
|
|
@@ -15271,6 +15625,7 @@ export declare const lineContract: {
|
|
|
15271
15625
|
dateValue: Date | null;
|
|
15272
15626
|
uploads: {
|
|
15273
15627
|
id: string;
|
|
15628
|
+
status: string | null;
|
|
15274
15629
|
createdAt: Date;
|
|
15275
15630
|
updatedAt: Date;
|
|
15276
15631
|
deletedAt: Date | null;
|
|
@@ -15279,7 +15634,6 @@ export declare const lineContract: {
|
|
|
15279
15634
|
bucketName: string;
|
|
15280
15635
|
fileSize: number;
|
|
15281
15636
|
fileUrl: string | null;
|
|
15282
|
-
status?: string | undefined;
|
|
15283
15637
|
}[];
|
|
15284
15638
|
}[];
|
|
15285
15639
|
company: {
|
|
@@ -15414,8 +15768,12 @@ export declare const lineContract: {
|
|
|
15414
15768
|
entityName: string;
|
|
15415
15769
|
agentId: string | null;
|
|
15416
15770
|
startedDate: Date | null;
|
|
15771
|
+
totalHoldDuration: number | null;
|
|
15417
15772
|
handledTime: number | null;
|
|
15773
|
+
fullHandledTime: number | null;
|
|
15418
15774
|
firstResponseTime: number | null;
|
|
15775
|
+
resolutionTime: number | null;
|
|
15776
|
+
fullResolutionTime: number | null;
|
|
15419
15777
|
wrapUpForm: {
|
|
15420
15778
|
type: string;
|
|
15421
15779
|
id: string;
|
|
@@ -15468,6 +15826,24 @@ export declare const lineContract: {
|
|
|
15468
15826
|
dateValue: Date | null;
|
|
15469
15827
|
}[] | null | undefined;
|
|
15470
15828
|
} | null;
|
|
15829
|
+
holdLogs?: {
|
|
15830
|
+
id: string;
|
|
15831
|
+
createdAt: Date;
|
|
15832
|
+
updatedAt: Date;
|
|
15833
|
+
deletedAt: Date | null;
|
|
15834
|
+
startedAt: string;
|
|
15835
|
+
endedAt: string | null;
|
|
15836
|
+
duration: number | null;
|
|
15837
|
+
holdLabel?: {
|
|
15838
|
+
name: string;
|
|
15839
|
+
id: string;
|
|
15840
|
+
position: number;
|
|
15841
|
+
createdAt: Date;
|
|
15842
|
+
updatedAt: Date;
|
|
15843
|
+
deletedAt: Date | null;
|
|
15844
|
+
isDefault?: boolean | undefined;
|
|
15845
|
+
} | null | undefined;
|
|
15846
|
+
}[] | null | undefined;
|
|
15471
15847
|
};
|
|
15472
15848
|
workflowRule: {
|
|
15473
15849
|
name: string;
|
|
@@ -15496,7 +15872,7 @@ export declare const lineContract: {
|
|
|
15496
15872
|
previewUrl: string;
|
|
15497
15873
|
imageSetId: string;
|
|
15498
15874
|
repliedMessage: {
|
|
15499
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
15875
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15500
15876
|
message: string;
|
|
15501
15877
|
id: string;
|
|
15502
15878
|
url: string;
|
|
@@ -15550,6 +15926,7 @@ export declare const lineContract: {
|
|
|
15550
15926
|
};
|
|
15551
15927
|
upload: {
|
|
15552
15928
|
id: string;
|
|
15929
|
+
status: string | null;
|
|
15553
15930
|
createdAt: Date;
|
|
15554
15931
|
updatedAt: Date;
|
|
15555
15932
|
deletedAt: Date | null;
|
|
@@ -15558,7 +15935,6 @@ export declare const lineContract: {
|
|
|
15558
15935
|
bucketName: string;
|
|
15559
15936
|
fileSize: number;
|
|
15560
15937
|
fileUrl: string | null;
|
|
15561
|
-
status?: string | undefined;
|
|
15562
15938
|
};
|
|
15563
15939
|
assignee: {
|
|
15564
15940
|
name: string;
|
|
@@ -15707,7 +16083,7 @@ export declare const lineContract: {
|
|
|
15707
16083
|
template?: any;
|
|
15708
16084
|
metadata?: any;
|
|
15709
16085
|
fromMessage?: {
|
|
15710
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
16086
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15711
16087
|
message: string;
|
|
15712
16088
|
id: string;
|
|
15713
16089
|
url: string;
|
|
@@ -15761,6 +16137,7 @@ export declare const lineContract: {
|
|
|
15761
16137
|
};
|
|
15762
16138
|
upload: {
|
|
15763
16139
|
id: string;
|
|
16140
|
+
status: string | null;
|
|
15764
16141
|
createdAt: Date;
|
|
15765
16142
|
updatedAt: Date;
|
|
15766
16143
|
deletedAt: Date | null;
|
|
@@ -15769,7 +16146,6 @@ export declare const lineContract: {
|
|
|
15769
16146
|
bucketName: string;
|
|
15770
16147
|
fileSize: number;
|
|
15771
16148
|
fileUrl: string | null;
|
|
15772
|
-
status?: string | undefined;
|
|
15773
16149
|
};
|
|
15774
16150
|
assignee: {
|
|
15775
16151
|
name: string;
|
|
@@ -15830,16 +16206,15 @@ export declare const lineContract: {
|
|
|
15830
16206
|
additionalCredentials?: any;
|
|
15831
16207
|
senderId?: string | undefined;
|
|
15832
16208
|
whatsapp?: {
|
|
15833
|
-
|
|
15834
|
-
wabaExternalId
|
|
15835
|
-
phoneNumberId
|
|
15836
|
-
|
|
15837
|
-
clientId?: string |
|
|
15838
|
-
channelId?: string |
|
|
16209
|
+
email: string;
|
|
16210
|
+
wabaExternalId: string;
|
|
16211
|
+
phoneNumberId: string;
|
|
16212
|
+
wabaBusinessId?: string | undefined;
|
|
16213
|
+
clientId?: string | undefined;
|
|
16214
|
+
channelId?: string | undefined;
|
|
15839
16215
|
status?: "active" | "pending" | undefined;
|
|
15840
16216
|
apiKey?: string | undefined;
|
|
15841
16217
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
15842
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
15843
16218
|
} | undefined;
|
|
15844
16219
|
vonageCredentials?: {
|
|
15845
16220
|
apiKey: string;
|
|
@@ -16010,6 +16385,7 @@ export declare const lineContract: {
|
|
|
16010
16385
|
dateValue: Date | null;
|
|
16011
16386
|
uploads: {
|
|
16012
16387
|
id: string;
|
|
16388
|
+
status: string | null;
|
|
16013
16389
|
createdAt: Date;
|
|
16014
16390
|
updatedAt: Date;
|
|
16015
16391
|
deletedAt: Date | null;
|
|
@@ -16018,7 +16394,6 @@ export declare const lineContract: {
|
|
|
16018
16394
|
bucketName: string;
|
|
16019
16395
|
fileSize: number;
|
|
16020
16396
|
fileUrl: string | null;
|
|
16021
|
-
status?: string | undefined;
|
|
16022
16397
|
}[];
|
|
16023
16398
|
}[];
|
|
16024
16399
|
company: {
|
|
@@ -16153,8 +16528,12 @@ export declare const lineContract: {
|
|
|
16153
16528
|
entityName: string;
|
|
16154
16529
|
agentId: string | null;
|
|
16155
16530
|
startedDate: Date | null;
|
|
16531
|
+
totalHoldDuration: number | null;
|
|
16156
16532
|
handledTime: number | null;
|
|
16533
|
+
fullHandledTime: number | null;
|
|
16157
16534
|
firstResponseTime: number | null;
|
|
16535
|
+
resolutionTime: number | null;
|
|
16536
|
+
fullResolutionTime: number | null;
|
|
16158
16537
|
wrapUpForm: {
|
|
16159
16538
|
type: string;
|
|
16160
16539
|
id: string;
|
|
@@ -16207,6 +16586,24 @@ export declare const lineContract: {
|
|
|
16207
16586
|
dateValue: Date | null;
|
|
16208
16587
|
}[] | null | undefined;
|
|
16209
16588
|
} | null;
|
|
16589
|
+
holdLogs?: {
|
|
16590
|
+
id: string;
|
|
16591
|
+
createdAt: Date;
|
|
16592
|
+
updatedAt: Date;
|
|
16593
|
+
deletedAt: Date | null;
|
|
16594
|
+
startedAt: string;
|
|
16595
|
+
endedAt: string | null;
|
|
16596
|
+
duration: number | null;
|
|
16597
|
+
holdLabel?: {
|
|
16598
|
+
name: string;
|
|
16599
|
+
id: string;
|
|
16600
|
+
position: number;
|
|
16601
|
+
createdAt: Date;
|
|
16602
|
+
updatedAt: Date;
|
|
16603
|
+
deletedAt: Date | null;
|
|
16604
|
+
isDefault?: boolean | undefined;
|
|
16605
|
+
} | null | undefined;
|
|
16606
|
+
}[] | null | undefined;
|
|
16210
16607
|
};
|
|
16211
16608
|
workflowRule: {
|
|
16212
16609
|
name: string;
|
|
@@ -16235,7 +16632,7 @@ export declare const lineContract: {
|
|
|
16235
16632
|
previewUrl: string;
|
|
16236
16633
|
imageSetId: string;
|
|
16237
16634
|
repliedMessage: {
|
|
16238
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
16635
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16239
16636
|
message: string;
|
|
16240
16637
|
id: string;
|
|
16241
16638
|
url: string;
|
|
@@ -16289,6 +16686,7 @@ export declare const lineContract: {
|
|
|
16289
16686
|
};
|
|
16290
16687
|
upload: {
|
|
16291
16688
|
id: string;
|
|
16689
|
+
status: string | null;
|
|
16292
16690
|
createdAt: Date;
|
|
16293
16691
|
updatedAt: Date;
|
|
16294
16692
|
deletedAt: Date | null;
|
|
@@ -16297,7 +16695,6 @@ export declare const lineContract: {
|
|
|
16297
16695
|
bucketName: string;
|
|
16298
16696
|
fileSize: number;
|
|
16299
16697
|
fileUrl: string | null;
|
|
16300
|
-
status?: string | undefined;
|
|
16301
16698
|
};
|
|
16302
16699
|
assignee: {
|
|
16303
16700
|
name: string;
|
|
@@ -16449,7 +16846,7 @@ export declare const lineContract: {
|
|
|
16449
16846
|
}>;
|
|
16450
16847
|
}, "strip", z.ZodTypeAny, {
|
|
16451
16848
|
data: {
|
|
16452
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
16849
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16453
16850
|
message: string;
|
|
16454
16851
|
id: string;
|
|
16455
16852
|
url: string;
|
|
@@ -16503,6 +16900,7 @@ export declare const lineContract: {
|
|
|
16503
16900
|
};
|
|
16504
16901
|
upload: {
|
|
16505
16902
|
id: string;
|
|
16903
|
+
status: string | null;
|
|
16506
16904
|
createdAt: Date;
|
|
16507
16905
|
updatedAt: Date;
|
|
16508
16906
|
deletedAt: Date | null;
|
|
@@ -16511,7 +16909,6 @@ export declare const lineContract: {
|
|
|
16511
16909
|
bucketName: string;
|
|
16512
16910
|
fileSize: number;
|
|
16513
16911
|
fileUrl: string | null;
|
|
16514
|
-
status?: string | undefined;
|
|
16515
16912
|
};
|
|
16516
16913
|
assignee: {
|
|
16517
16914
|
name: string;
|
|
@@ -16572,16 +16969,15 @@ export declare const lineContract: {
|
|
|
16572
16969
|
additionalCredentials?: any;
|
|
16573
16970
|
senderId?: string | undefined;
|
|
16574
16971
|
whatsapp?: {
|
|
16575
|
-
|
|
16576
|
-
wabaExternalId
|
|
16577
|
-
phoneNumberId
|
|
16578
|
-
|
|
16579
|
-
clientId?: string |
|
|
16580
|
-
channelId?: string |
|
|
16972
|
+
email: string;
|
|
16973
|
+
wabaExternalId: string;
|
|
16974
|
+
phoneNumberId: string;
|
|
16975
|
+
wabaBusinessId?: string | undefined;
|
|
16976
|
+
clientId?: string | undefined;
|
|
16977
|
+
channelId?: string | undefined;
|
|
16581
16978
|
status?: "active" | "pending" | undefined;
|
|
16582
16979
|
apiKey?: string | undefined;
|
|
16583
16980
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
16584
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
16585
16981
|
} | undefined;
|
|
16586
16982
|
vonageCredentials?: {
|
|
16587
16983
|
apiKey: string;
|
|
@@ -16752,6 +17148,7 @@ export declare const lineContract: {
|
|
|
16752
17148
|
dateValue: Date | null;
|
|
16753
17149
|
uploads: {
|
|
16754
17150
|
id: string;
|
|
17151
|
+
status: string | null;
|
|
16755
17152
|
createdAt: Date;
|
|
16756
17153
|
updatedAt: Date;
|
|
16757
17154
|
deletedAt: Date | null;
|
|
@@ -16760,7 +17157,6 @@ export declare const lineContract: {
|
|
|
16760
17157
|
bucketName: string;
|
|
16761
17158
|
fileSize: number;
|
|
16762
17159
|
fileUrl: string | null;
|
|
16763
|
-
status?: string | undefined;
|
|
16764
17160
|
}[];
|
|
16765
17161
|
}[];
|
|
16766
17162
|
company: {
|
|
@@ -16895,8 +17291,12 @@ export declare const lineContract: {
|
|
|
16895
17291
|
entityName: string;
|
|
16896
17292
|
agentId: string | null;
|
|
16897
17293
|
startedDate: Date | null;
|
|
17294
|
+
totalHoldDuration: number | null;
|
|
16898
17295
|
handledTime: number | null;
|
|
17296
|
+
fullHandledTime: number | null;
|
|
16899
17297
|
firstResponseTime: number | null;
|
|
17298
|
+
resolutionTime: number | null;
|
|
17299
|
+
fullResolutionTime: number | null;
|
|
16900
17300
|
wrapUpForm: {
|
|
16901
17301
|
type: string;
|
|
16902
17302
|
id: string;
|
|
@@ -16949,6 +17349,24 @@ export declare const lineContract: {
|
|
|
16949
17349
|
dateValue: Date | null;
|
|
16950
17350
|
}[] | null | undefined;
|
|
16951
17351
|
} | null;
|
|
17352
|
+
holdLogs?: {
|
|
17353
|
+
id: string;
|
|
17354
|
+
createdAt: Date;
|
|
17355
|
+
updatedAt: Date;
|
|
17356
|
+
deletedAt: Date | null;
|
|
17357
|
+
startedAt: string;
|
|
17358
|
+
endedAt: string | null;
|
|
17359
|
+
duration: number | null;
|
|
17360
|
+
holdLabel?: {
|
|
17361
|
+
name: string;
|
|
17362
|
+
id: string;
|
|
17363
|
+
position: number;
|
|
17364
|
+
createdAt: Date;
|
|
17365
|
+
updatedAt: Date;
|
|
17366
|
+
deletedAt: Date | null;
|
|
17367
|
+
isDefault: boolean;
|
|
17368
|
+
} | null | undefined;
|
|
17369
|
+
}[] | null | undefined;
|
|
16952
17370
|
};
|
|
16953
17371
|
workflowRule: {
|
|
16954
17372
|
name: string;
|
|
@@ -16977,7 +17395,7 @@ export declare const lineContract: {
|
|
|
16977
17395
|
previewUrl: string;
|
|
16978
17396
|
imageSetId: string;
|
|
16979
17397
|
repliedMessage: {
|
|
16980
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
17398
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16981
17399
|
message: string;
|
|
16982
17400
|
id: string;
|
|
16983
17401
|
url: string;
|
|
@@ -17031,6 +17449,7 @@ export declare const lineContract: {
|
|
|
17031
17449
|
};
|
|
17032
17450
|
upload: {
|
|
17033
17451
|
id: string;
|
|
17452
|
+
status: string | null;
|
|
17034
17453
|
createdAt: Date;
|
|
17035
17454
|
updatedAt: Date;
|
|
17036
17455
|
deletedAt: Date | null;
|
|
@@ -17039,7 +17458,6 @@ export declare const lineContract: {
|
|
|
17039
17458
|
bucketName: string;
|
|
17040
17459
|
fileSize: number;
|
|
17041
17460
|
fileUrl: string | null;
|
|
17042
|
-
status?: string | undefined;
|
|
17043
17461
|
};
|
|
17044
17462
|
assignee: {
|
|
17045
17463
|
name: string;
|
|
@@ -17188,7 +17606,7 @@ export declare const lineContract: {
|
|
|
17188
17606
|
template?: any;
|
|
17189
17607
|
metadata?: any;
|
|
17190
17608
|
fromMessage?: {
|
|
17191
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
17609
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17192
17610
|
message: string;
|
|
17193
17611
|
id: string;
|
|
17194
17612
|
url: string;
|
|
@@ -17242,6 +17660,7 @@ export declare const lineContract: {
|
|
|
17242
17660
|
};
|
|
17243
17661
|
upload: {
|
|
17244
17662
|
id: string;
|
|
17663
|
+
status: string | null;
|
|
17245
17664
|
createdAt: Date;
|
|
17246
17665
|
updatedAt: Date;
|
|
17247
17666
|
deletedAt: Date | null;
|
|
@@ -17250,7 +17669,6 @@ export declare const lineContract: {
|
|
|
17250
17669
|
bucketName: string;
|
|
17251
17670
|
fileSize: number;
|
|
17252
17671
|
fileUrl: string | null;
|
|
17253
|
-
status?: string | undefined;
|
|
17254
17672
|
};
|
|
17255
17673
|
assignee: {
|
|
17256
17674
|
name: string;
|
|
@@ -17311,16 +17729,15 @@ export declare const lineContract: {
|
|
|
17311
17729
|
additionalCredentials?: any;
|
|
17312
17730
|
senderId?: string | undefined;
|
|
17313
17731
|
whatsapp?: {
|
|
17314
|
-
|
|
17315
|
-
wabaExternalId
|
|
17316
|
-
phoneNumberId
|
|
17317
|
-
|
|
17318
|
-
clientId?: string |
|
|
17319
|
-
channelId?: string |
|
|
17732
|
+
email: string;
|
|
17733
|
+
wabaExternalId: string;
|
|
17734
|
+
phoneNumberId: string;
|
|
17735
|
+
wabaBusinessId?: string | undefined;
|
|
17736
|
+
clientId?: string | undefined;
|
|
17737
|
+
channelId?: string | undefined;
|
|
17320
17738
|
status?: "active" | "pending" | undefined;
|
|
17321
17739
|
apiKey?: string | undefined;
|
|
17322
17740
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
17323
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
17324
17741
|
} | undefined;
|
|
17325
17742
|
vonageCredentials?: {
|
|
17326
17743
|
apiKey: string;
|
|
@@ -17491,6 +17908,7 @@ export declare const lineContract: {
|
|
|
17491
17908
|
dateValue: Date | null;
|
|
17492
17909
|
uploads: {
|
|
17493
17910
|
id: string;
|
|
17911
|
+
status: string | null;
|
|
17494
17912
|
createdAt: Date;
|
|
17495
17913
|
updatedAt: Date;
|
|
17496
17914
|
deletedAt: Date | null;
|
|
@@ -17499,7 +17917,6 @@ export declare const lineContract: {
|
|
|
17499
17917
|
bucketName: string;
|
|
17500
17918
|
fileSize: number;
|
|
17501
17919
|
fileUrl: string | null;
|
|
17502
|
-
status?: string | undefined;
|
|
17503
17920
|
}[];
|
|
17504
17921
|
}[];
|
|
17505
17922
|
company: {
|
|
@@ -17634,8 +18051,12 @@ export declare const lineContract: {
|
|
|
17634
18051
|
entityName: string;
|
|
17635
18052
|
agentId: string | null;
|
|
17636
18053
|
startedDate: Date | null;
|
|
18054
|
+
totalHoldDuration: number | null;
|
|
17637
18055
|
handledTime: number | null;
|
|
18056
|
+
fullHandledTime: number | null;
|
|
17638
18057
|
firstResponseTime: number | null;
|
|
18058
|
+
resolutionTime: number | null;
|
|
18059
|
+
fullResolutionTime: number | null;
|
|
17639
18060
|
wrapUpForm: {
|
|
17640
18061
|
type: string;
|
|
17641
18062
|
id: string;
|
|
@@ -17688,6 +18109,24 @@ export declare const lineContract: {
|
|
|
17688
18109
|
dateValue: Date | null;
|
|
17689
18110
|
}[] | null | undefined;
|
|
17690
18111
|
} | null;
|
|
18112
|
+
holdLogs?: {
|
|
18113
|
+
id: string;
|
|
18114
|
+
createdAt: Date;
|
|
18115
|
+
updatedAt: Date;
|
|
18116
|
+
deletedAt: Date | null;
|
|
18117
|
+
startedAt: string;
|
|
18118
|
+
endedAt: string | null;
|
|
18119
|
+
duration: number | null;
|
|
18120
|
+
holdLabel?: {
|
|
18121
|
+
name: string;
|
|
18122
|
+
id: string;
|
|
18123
|
+
position: number;
|
|
18124
|
+
createdAt: Date;
|
|
18125
|
+
updatedAt: Date;
|
|
18126
|
+
deletedAt: Date | null;
|
|
18127
|
+
isDefault: boolean;
|
|
18128
|
+
} | null | undefined;
|
|
18129
|
+
}[] | null | undefined;
|
|
17691
18130
|
};
|
|
17692
18131
|
workflowRule: {
|
|
17693
18132
|
name: string;
|
|
@@ -17716,7 +18155,7 @@ export declare const lineContract: {
|
|
|
17716
18155
|
previewUrl: string;
|
|
17717
18156
|
imageSetId: string;
|
|
17718
18157
|
repliedMessage: {
|
|
17719
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
18158
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17720
18159
|
message: string;
|
|
17721
18160
|
id: string;
|
|
17722
18161
|
url: string;
|
|
@@ -17770,6 +18209,7 @@ export declare const lineContract: {
|
|
|
17770
18209
|
};
|
|
17771
18210
|
upload: {
|
|
17772
18211
|
id: string;
|
|
18212
|
+
status: string | null;
|
|
17773
18213
|
createdAt: Date;
|
|
17774
18214
|
updatedAt: Date;
|
|
17775
18215
|
deletedAt: Date | null;
|
|
@@ -17778,7 +18218,6 @@ export declare const lineContract: {
|
|
|
17778
18218
|
bucketName: string;
|
|
17779
18219
|
fileSize: number;
|
|
17780
18220
|
fileUrl: string | null;
|
|
17781
|
-
status?: string | undefined;
|
|
17782
18221
|
};
|
|
17783
18222
|
assignee: {
|
|
17784
18223
|
name: string;
|
|
@@ -17931,7 +18370,7 @@ export declare const lineContract: {
|
|
|
17931
18370
|
requestId: string;
|
|
17932
18371
|
}, {
|
|
17933
18372
|
data: {
|
|
17934
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
18373
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17935
18374
|
message: string;
|
|
17936
18375
|
id: string;
|
|
17937
18376
|
url: string;
|
|
@@ -17985,6 +18424,7 @@ export declare const lineContract: {
|
|
|
17985
18424
|
};
|
|
17986
18425
|
upload: {
|
|
17987
18426
|
id: string;
|
|
18427
|
+
status: string | null;
|
|
17988
18428
|
createdAt: Date;
|
|
17989
18429
|
updatedAt: Date;
|
|
17990
18430
|
deletedAt: Date | null;
|
|
@@ -17993,7 +18433,6 @@ export declare const lineContract: {
|
|
|
17993
18433
|
bucketName: string;
|
|
17994
18434
|
fileSize: number;
|
|
17995
18435
|
fileUrl: string | null;
|
|
17996
|
-
status?: string | undefined;
|
|
17997
18436
|
};
|
|
17998
18437
|
assignee: {
|
|
17999
18438
|
name: string;
|
|
@@ -18054,16 +18493,15 @@ export declare const lineContract: {
|
|
|
18054
18493
|
additionalCredentials?: any;
|
|
18055
18494
|
senderId?: string | undefined;
|
|
18056
18495
|
whatsapp?: {
|
|
18057
|
-
|
|
18058
|
-
wabaExternalId
|
|
18059
|
-
phoneNumberId
|
|
18060
|
-
|
|
18061
|
-
clientId?: string |
|
|
18062
|
-
channelId?: string |
|
|
18496
|
+
email: string;
|
|
18497
|
+
wabaExternalId: string;
|
|
18498
|
+
phoneNumberId: string;
|
|
18499
|
+
wabaBusinessId?: string | undefined;
|
|
18500
|
+
clientId?: string | undefined;
|
|
18501
|
+
channelId?: string | undefined;
|
|
18063
18502
|
status?: "active" | "pending" | undefined;
|
|
18064
18503
|
apiKey?: string | undefined;
|
|
18065
18504
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
18066
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
18067
18505
|
} | undefined;
|
|
18068
18506
|
vonageCredentials?: {
|
|
18069
18507
|
apiKey: string;
|
|
@@ -18234,6 +18672,7 @@ export declare const lineContract: {
|
|
|
18234
18672
|
dateValue: Date | null;
|
|
18235
18673
|
uploads: {
|
|
18236
18674
|
id: string;
|
|
18675
|
+
status: string | null;
|
|
18237
18676
|
createdAt: Date;
|
|
18238
18677
|
updatedAt: Date;
|
|
18239
18678
|
deletedAt: Date | null;
|
|
@@ -18242,7 +18681,6 @@ export declare const lineContract: {
|
|
|
18242
18681
|
bucketName: string;
|
|
18243
18682
|
fileSize: number;
|
|
18244
18683
|
fileUrl: string | null;
|
|
18245
|
-
status?: string | undefined;
|
|
18246
18684
|
}[];
|
|
18247
18685
|
}[];
|
|
18248
18686
|
company: {
|
|
@@ -18377,8 +18815,12 @@ export declare const lineContract: {
|
|
|
18377
18815
|
entityName: string;
|
|
18378
18816
|
agentId: string | null;
|
|
18379
18817
|
startedDate: Date | null;
|
|
18818
|
+
totalHoldDuration: number | null;
|
|
18380
18819
|
handledTime: number | null;
|
|
18820
|
+
fullHandledTime: number | null;
|
|
18381
18821
|
firstResponseTime: number | null;
|
|
18822
|
+
resolutionTime: number | null;
|
|
18823
|
+
fullResolutionTime: number | null;
|
|
18382
18824
|
wrapUpForm: {
|
|
18383
18825
|
type: string;
|
|
18384
18826
|
id: string;
|
|
@@ -18431,6 +18873,24 @@ export declare const lineContract: {
|
|
|
18431
18873
|
dateValue: Date | null;
|
|
18432
18874
|
}[] | null | undefined;
|
|
18433
18875
|
} | null;
|
|
18876
|
+
holdLogs?: {
|
|
18877
|
+
id: string;
|
|
18878
|
+
createdAt: Date;
|
|
18879
|
+
updatedAt: Date;
|
|
18880
|
+
deletedAt: Date | null;
|
|
18881
|
+
startedAt: string;
|
|
18882
|
+
endedAt: string | null;
|
|
18883
|
+
duration: number | null;
|
|
18884
|
+
holdLabel?: {
|
|
18885
|
+
name: string;
|
|
18886
|
+
id: string;
|
|
18887
|
+
position: number;
|
|
18888
|
+
createdAt: Date;
|
|
18889
|
+
updatedAt: Date;
|
|
18890
|
+
deletedAt: Date | null;
|
|
18891
|
+
isDefault?: boolean | undefined;
|
|
18892
|
+
} | null | undefined;
|
|
18893
|
+
}[] | null | undefined;
|
|
18434
18894
|
};
|
|
18435
18895
|
workflowRule: {
|
|
18436
18896
|
name: string;
|
|
@@ -18459,7 +18919,7 @@ export declare const lineContract: {
|
|
|
18459
18919
|
previewUrl: string;
|
|
18460
18920
|
imageSetId: string;
|
|
18461
18921
|
repliedMessage: {
|
|
18462
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
18922
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18463
18923
|
message: string;
|
|
18464
18924
|
id: string;
|
|
18465
18925
|
url: string;
|
|
@@ -18513,6 +18973,7 @@ export declare const lineContract: {
|
|
|
18513
18973
|
};
|
|
18514
18974
|
upload: {
|
|
18515
18975
|
id: string;
|
|
18976
|
+
status: string | null;
|
|
18516
18977
|
createdAt: Date;
|
|
18517
18978
|
updatedAt: Date;
|
|
18518
18979
|
deletedAt: Date | null;
|
|
@@ -18521,7 +18982,6 @@ export declare const lineContract: {
|
|
|
18521
18982
|
bucketName: string;
|
|
18522
18983
|
fileSize: number;
|
|
18523
18984
|
fileUrl: string | null;
|
|
18524
|
-
status?: string | undefined;
|
|
18525
18985
|
};
|
|
18526
18986
|
assignee: {
|
|
18527
18987
|
name: string;
|
|
@@ -18670,7 +19130,7 @@ export declare const lineContract: {
|
|
|
18670
19130
|
template?: any;
|
|
18671
19131
|
metadata?: any;
|
|
18672
19132
|
fromMessage?: {
|
|
18673
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
19133
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18674
19134
|
message: string;
|
|
18675
19135
|
id: string;
|
|
18676
19136
|
url: string;
|
|
@@ -18724,6 +19184,7 @@ export declare const lineContract: {
|
|
|
18724
19184
|
};
|
|
18725
19185
|
upload: {
|
|
18726
19186
|
id: string;
|
|
19187
|
+
status: string | null;
|
|
18727
19188
|
createdAt: Date;
|
|
18728
19189
|
updatedAt: Date;
|
|
18729
19190
|
deletedAt: Date | null;
|
|
@@ -18732,7 +19193,6 @@ export declare const lineContract: {
|
|
|
18732
19193
|
bucketName: string;
|
|
18733
19194
|
fileSize: number;
|
|
18734
19195
|
fileUrl: string | null;
|
|
18735
|
-
status?: string | undefined;
|
|
18736
19196
|
};
|
|
18737
19197
|
assignee: {
|
|
18738
19198
|
name: string;
|
|
@@ -18793,16 +19253,15 @@ export declare const lineContract: {
|
|
|
18793
19253
|
additionalCredentials?: any;
|
|
18794
19254
|
senderId?: string | undefined;
|
|
18795
19255
|
whatsapp?: {
|
|
18796
|
-
|
|
18797
|
-
wabaExternalId
|
|
18798
|
-
phoneNumberId
|
|
18799
|
-
|
|
18800
|
-
clientId?: string |
|
|
18801
|
-
channelId?: string |
|
|
19256
|
+
email: string;
|
|
19257
|
+
wabaExternalId: string;
|
|
19258
|
+
phoneNumberId: string;
|
|
19259
|
+
wabaBusinessId?: string | undefined;
|
|
19260
|
+
clientId?: string | undefined;
|
|
19261
|
+
channelId?: string | undefined;
|
|
18802
19262
|
status?: "active" | "pending" | undefined;
|
|
18803
19263
|
apiKey?: string | undefined;
|
|
18804
19264
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
18805
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
18806
19265
|
} | undefined;
|
|
18807
19266
|
vonageCredentials?: {
|
|
18808
19267
|
apiKey: string;
|
|
@@ -18973,6 +19432,7 @@ export declare const lineContract: {
|
|
|
18973
19432
|
dateValue: Date | null;
|
|
18974
19433
|
uploads: {
|
|
18975
19434
|
id: string;
|
|
19435
|
+
status: string | null;
|
|
18976
19436
|
createdAt: Date;
|
|
18977
19437
|
updatedAt: Date;
|
|
18978
19438
|
deletedAt: Date | null;
|
|
@@ -18981,7 +19441,6 @@ export declare const lineContract: {
|
|
|
18981
19441
|
bucketName: string;
|
|
18982
19442
|
fileSize: number;
|
|
18983
19443
|
fileUrl: string | null;
|
|
18984
|
-
status?: string | undefined;
|
|
18985
19444
|
}[];
|
|
18986
19445
|
}[];
|
|
18987
19446
|
company: {
|
|
@@ -19116,8 +19575,12 @@ export declare const lineContract: {
|
|
|
19116
19575
|
entityName: string;
|
|
19117
19576
|
agentId: string | null;
|
|
19118
19577
|
startedDate: Date | null;
|
|
19578
|
+
totalHoldDuration: number | null;
|
|
19119
19579
|
handledTime: number | null;
|
|
19580
|
+
fullHandledTime: number | null;
|
|
19120
19581
|
firstResponseTime: number | null;
|
|
19582
|
+
resolutionTime: number | null;
|
|
19583
|
+
fullResolutionTime: number | null;
|
|
19121
19584
|
wrapUpForm: {
|
|
19122
19585
|
type: string;
|
|
19123
19586
|
id: string;
|
|
@@ -19170,6 +19633,24 @@ export declare const lineContract: {
|
|
|
19170
19633
|
dateValue: Date | null;
|
|
19171
19634
|
}[] | null | undefined;
|
|
19172
19635
|
} | null;
|
|
19636
|
+
holdLogs?: {
|
|
19637
|
+
id: string;
|
|
19638
|
+
createdAt: Date;
|
|
19639
|
+
updatedAt: Date;
|
|
19640
|
+
deletedAt: Date | null;
|
|
19641
|
+
startedAt: string;
|
|
19642
|
+
endedAt: string | null;
|
|
19643
|
+
duration: number | null;
|
|
19644
|
+
holdLabel?: {
|
|
19645
|
+
name: string;
|
|
19646
|
+
id: string;
|
|
19647
|
+
position: number;
|
|
19648
|
+
createdAt: Date;
|
|
19649
|
+
updatedAt: Date;
|
|
19650
|
+
deletedAt: Date | null;
|
|
19651
|
+
isDefault?: boolean | undefined;
|
|
19652
|
+
} | null | undefined;
|
|
19653
|
+
}[] | null | undefined;
|
|
19173
19654
|
};
|
|
19174
19655
|
workflowRule: {
|
|
19175
19656
|
name: string;
|
|
@@ -19198,7 +19679,7 @@ export declare const lineContract: {
|
|
|
19198
19679
|
previewUrl: string;
|
|
19199
19680
|
imageSetId: string;
|
|
19200
19681
|
repliedMessage: {
|
|
19201
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
|
19682
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19202
19683
|
message: string;
|
|
19203
19684
|
id: string;
|
|
19204
19685
|
url: string;
|
|
@@ -19252,6 +19733,7 @@ export declare const lineContract: {
|
|
|
19252
19733
|
};
|
|
19253
19734
|
upload: {
|
|
19254
19735
|
id: string;
|
|
19736
|
+
status: string | null;
|
|
19255
19737
|
createdAt: Date;
|
|
19256
19738
|
updatedAt: Date;
|
|
19257
19739
|
deletedAt: Date | null;
|
|
@@ -19260,7 +19742,6 @@ export declare const lineContract: {
|
|
|
19260
19742
|
bucketName: string;
|
|
19261
19743
|
fileSize: number;
|
|
19262
19744
|
fileUrl: string | null;
|
|
19263
|
-
status?: string | undefined;
|
|
19264
19745
|
};
|
|
19265
19746
|
assignee: {
|
|
19266
19747
|
name: string;
|
|
@@ -19438,38 +19919,35 @@ export declare const lineContract: {
|
|
|
19438
19919
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
19439
19920
|
senderId: z.ZodOptional<z.ZodString>;
|
|
19440
19921
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
19441
|
-
wabaBusinessId: z.
|
|
19442
|
-
wabaExternalId: z.
|
|
19443
|
-
phoneNumberId: z.
|
|
19444
|
-
email: z.
|
|
19445
|
-
clientId: z.
|
|
19446
|
-
channelId: z.
|
|
19922
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
19923
|
+
wabaExternalId: z.ZodString;
|
|
19924
|
+
phoneNumberId: z.ZodString;
|
|
19925
|
+
email: z.ZodString;
|
|
19926
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
19927
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
19447
19928
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
19448
19929
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
19449
19930
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
19450
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
19451
19931
|
}, "strip", z.ZodTypeAny, {
|
|
19452
|
-
|
|
19453
|
-
wabaExternalId
|
|
19454
|
-
phoneNumberId
|
|
19455
|
-
|
|
19456
|
-
clientId?: string |
|
|
19457
|
-
channelId?: string |
|
|
19932
|
+
email: string;
|
|
19933
|
+
wabaExternalId: string;
|
|
19934
|
+
phoneNumberId: string;
|
|
19935
|
+
wabaBusinessId?: string | undefined;
|
|
19936
|
+
clientId?: string | undefined;
|
|
19937
|
+
channelId?: string | undefined;
|
|
19458
19938
|
status?: "active" | "pending" | undefined;
|
|
19459
19939
|
apiKey?: string | undefined;
|
|
19460
19940
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19461
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19462
19941
|
}, {
|
|
19463
|
-
|
|
19464
|
-
wabaExternalId
|
|
19465
|
-
phoneNumberId
|
|
19466
|
-
|
|
19467
|
-
clientId?: string |
|
|
19468
|
-
channelId?: string |
|
|
19942
|
+
email: string;
|
|
19943
|
+
wabaExternalId: string;
|
|
19944
|
+
phoneNumberId: string;
|
|
19945
|
+
wabaBusinessId?: string | undefined;
|
|
19946
|
+
clientId?: string | undefined;
|
|
19947
|
+
channelId?: string | undefined;
|
|
19469
19948
|
status?: "active" | "pending" | undefined;
|
|
19470
19949
|
apiKey?: string | undefined;
|
|
19471
19950
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19472
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19473
19951
|
}>>;
|
|
19474
19952
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
19475
19953
|
mobileNumber: z.ZodString;
|
|
@@ -19494,16 +19972,15 @@ export declare const lineContract: {
|
|
|
19494
19972
|
additionalCredentials?: any;
|
|
19495
19973
|
senderId?: string | undefined;
|
|
19496
19974
|
whatsapp?: {
|
|
19497
|
-
|
|
19498
|
-
wabaExternalId
|
|
19499
|
-
phoneNumberId
|
|
19500
|
-
|
|
19501
|
-
clientId?: string |
|
|
19502
|
-
channelId?: string |
|
|
19975
|
+
email: string;
|
|
19976
|
+
wabaExternalId: string;
|
|
19977
|
+
phoneNumberId: string;
|
|
19978
|
+
wabaBusinessId?: string | undefined;
|
|
19979
|
+
clientId?: string | undefined;
|
|
19980
|
+
channelId?: string | undefined;
|
|
19503
19981
|
status?: "active" | "pending" | undefined;
|
|
19504
19982
|
apiKey?: string | undefined;
|
|
19505
19983
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19506
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19507
19984
|
} | undefined;
|
|
19508
19985
|
vonageCredentials?: {
|
|
19509
19986
|
apiKey: string;
|
|
@@ -19520,16 +19997,15 @@ export declare const lineContract: {
|
|
|
19520
19997
|
additionalCredentials?: any;
|
|
19521
19998
|
senderId?: string | undefined;
|
|
19522
19999
|
whatsapp?: {
|
|
19523
|
-
|
|
19524
|
-
wabaExternalId
|
|
19525
|
-
phoneNumberId
|
|
19526
|
-
|
|
19527
|
-
clientId?: string |
|
|
19528
|
-
channelId?: string |
|
|
20000
|
+
email: string;
|
|
20001
|
+
wabaExternalId: string;
|
|
20002
|
+
phoneNumberId: string;
|
|
20003
|
+
wabaBusinessId?: string | undefined;
|
|
20004
|
+
clientId?: string | undefined;
|
|
20005
|
+
channelId?: string | undefined;
|
|
19529
20006
|
status?: "active" | "pending" | undefined;
|
|
19530
20007
|
apiKey?: string | undefined;
|
|
19531
20008
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19532
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19533
20009
|
} | undefined;
|
|
19534
20010
|
vonageCredentials?: {
|
|
19535
20011
|
apiKey: string;
|
|
@@ -19576,16 +20052,15 @@ export declare const lineContract: {
|
|
|
19576
20052
|
additionalCredentials?: any;
|
|
19577
20053
|
senderId?: string | undefined;
|
|
19578
20054
|
whatsapp?: {
|
|
19579
|
-
|
|
19580
|
-
wabaExternalId
|
|
19581
|
-
phoneNumberId
|
|
19582
|
-
|
|
19583
|
-
clientId?: string |
|
|
19584
|
-
channelId?: string |
|
|
20055
|
+
email: string;
|
|
20056
|
+
wabaExternalId: string;
|
|
20057
|
+
phoneNumberId: string;
|
|
20058
|
+
wabaBusinessId?: string | undefined;
|
|
20059
|
+
clientId?: string | undefined;
|
|
20060
|
+
channelId?: string | undefined;
|
|
19585
20061
|
status?: "active" | "pending" | undefined;
|
|
19586
20062
|
apiKey?: string | undefined;
|
|
19587
20063
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19588
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19589
20064
|
} | undefined;
|
|
19590
20065
|
vonageCredentials?: {
|
|
19591
20066
|
apiKey: string;
|
|
@@ -19620,16 +20095,15 @@ export declare const lineContract: {
|
|
|
19620
20095
|
additionalCredentials?: any;
|
|
19621
20096
|
senderId?: string | undefined;
|
|
19622
20097
|
whatsapp?: {
|
|
19623
|
-
|
|
19624
|
-
wabaExternalId
|
|
19625
|
-
phoneNumberId
|
|
19626
|
-
|
|
19627
|
-
clientId?: string |
|
|
19628
|
-
channelId?: string |
|
|
20098
|
+
email: string;
|
|
20099
|
+
wabaExternalId: string;
|
|
20100
|
+
phoneNumberId: string;
|
|
20101
|
+
wabaBusinessId?: string | undefined;
|
|
20102
|
+
clientId?: string | undefined;
|
|
20103
|
+
channelId?: string | undefined;
|
|
19629
20104
|
status?: "active" | "pending" | undefined;
|
|
19630
20105
|
apiKey?: string | undefined;
|
|
19631
20106
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19632
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19633
20107
|
} | undefined;
|
|
19634
20108
|
vonageCredentials?: {
|
|
19635
20109
|
apiKey: string;
|
|
@@ -19669,38 +20143,35 @@ export declare const lineContract: {
|
|
|
19669
20143
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
19670
20144
|
senderId: z.ZodOptional<z.ZodString>;
|
|
19671
20145
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
19672
|
-
wabaBusinessId: z.
|
|
19673
|
-
wabaExternalId: z.
|
|
19674
|
-
phoneNumberId: z.
|
|
19675
|
-
email: z.
|
|
19676
|
-
clientId: z.
|
|
19677
|
-
channelId: z.
|
|
20146
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
20147
|
+
wabaExternalId: z.ZodString;
|
|
20148
|
+
phoneNumberId: z.ZodString;
|
|
20149
|
+
email: z.ZodString;
|
|
20150
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
20151
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
19678
20152
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
19679
20153
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
19680
20154
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
19681
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
19682
20155
|
}, "strip", z.ZodTypeAny, {
|
|
19683
|
-
|
|
19684
|
-
wabaExternalId
|
|
19685
|
-
phoneNumberId
|
|
19686
|
-
|
|
19687
|
-
clientId?: string |
|
|
19688
|
-
channelId?: string |
|
|
20156
|
+
email: string;
|
|
20157
|
+
wabaExternalId: string;
|
|
20158
|
+
phoneNumberId: string;
|
|
20159
|
+
wabaBusinessId?: string | undefined;
|
|
20160
|
+
clientId?: string | undefined;
|
|
20161
|
+
channelId?: string | undefined;
|
|
19689
20162
|
status?: "active" | "pending" | undefined;
|
|
19690
20163
|
apiKey?: string | undefined;
|
|
19691
20164
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19692
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19693
20165
|
}, {
|
|
19694
|
-
|
|
19695
|
-
wabaExternalId
|
|
19696
|
-
phoneNumberId
|
|
19697
|
-
|
|
19698
|
-
clientId?: string |
|
|
19699
|
-
channelId?: string |
|
|
20166
|
+
email: string;
|
|
20167
|
+
wabaExternalId: string;
|
|
20168
|
+
phoneNumberId: string;
|
|
20169
|
+
wabaBusinessId?: string | undefined;
|
|
20170
|
+
clientId?: string | undefined;
|
|
20171
|
+
channelId?: string | undefined;
|
|
19700
20172
|
status?: "active" | "pending" | undefined;
|
|
19701
20173
|
apiKey?: string | undefined;
|
|
19702
20174
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19703
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19704
20175
|
}>>;
|
|
19705
20176
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
19706
20177
|
mobileNumber: z.ZodString;
|
|
@@ -19725,16 +20196,15 @@ export declare const lineContract: {
|
|
|
19725
20196
|
additionalCredentials?: any;
|
|
19726
20197
|
senderId?: string | undefined;
|
|
19727
20198
|
whatsapp?: {
|
|
19728
|
-
|
|
19729
|
-
wabaExternalId
|
|
19730
|
-
phoneNumberId
|
|
19731
|
-
|
|
19732
|
-
clientId?: string |
|
|
19733
|
-
channelId?: string |
|
|
20199
|
+
email: string;
|
|
20200
|
+
wabaExternalId: string;
|
|
20201
|
+
phoneNumberId: string;
|
|
20202
|
+
wabaBusinessId?: string | undefined;
|
|
20203
|
+
clientId?: string | undefined;
|
|
20204
|
+
channelId?: string | undefined;
|
|
19734
20205
|
status?: "active" | "pending" | undefined;
|
|
19735
20206
|
apiKey?: string | undefined;
|
|
19736
20207
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19737
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19738
20208
|
} | undefined;
|
|
19739
20209
|
vonageCredentials?: {
|
|
19740
20210
|
apiKey: string;
|
|
@@ -19751,16 +20221,15 @@ export declare const lineContract: {
|
|
|
19751
20221
|
additionalCredentials?: any;
|
|
19752
20222
|
senderId?: string | undefined;
|
|
19753
20223
|
whatsapp?: {
|
|
19754
|
-
|
|
19755
|
-
wabaExternalId
|
|
19756
|
-
phoneNumberId
|
|
19757
|
-
|
|
19758
|
-
clientId?: string |
|
|
19759
|
-
channelId?: string |
|
|
20224
|
+
email: string;
|
|
20225
|
+
wabaExternalId: string;
|
|
20226
|
+
phoneNumberId: string;
|
|
20227
|
+
wabaBusinessId?: string | undefined;
|
|
20228
|
+
clientId?: string | undefined;
|
|
20229
|
+
channelId?: string | undefined;
|
|
19760
20230
|
status?: "active" | "pending" | undefined;
|
|
19761
20231
|
apiKey?: string | undefined;
|
|
19762
20232
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19763
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19764
20233
|
} | undefined;
|
|
19765
20234
|
vonageCredentials?: {
|
|
19766
20235
|
apiKey: string;
|
|
@@ -19807,16 +20276,15 @@ export declare const lineContract: {
|
|
|
19807
20276
|
additionalCredentials?: any;
|
|
19808
20277
|
senderId?: string | undefined;
|
|
19809
20278
|
whatsapp?: {
|
|
19810
|
-
|
|
19811
|
-
wabaExternalId
|
|
19812
|
-
phoneNumberId
|
|
19813
|
-
|
|
19814
|
-
clientId?: string |
|
|
19815
|
-
channelId?: string |
|
|
20279
|
+
email: string;
|
|
20280
|
+
wabaExternalId: string;
|
|
20281
|
+
phoneNumberId: string;
|
|
20282
|
+
wabaBusinessId?: string | undefined;
|
|
20283
|
+
clientId?: string | undefined;
|
|
20284
|
+
channelId?: string | undefined;
|
|
19816
20285
|
status?: "active" | "pending" | undefined;
|
|
19817
20286
|
apiKey?: string | undefined;
|
|
19818
20287
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19819
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19820
20288
|
} | undefined;
|
|
19821
20289
|
vonageCredentials?: {
|
|
19822
20290
|
apiKey: string;
|
|
@@ -19851,16 +20319,15 @@ export declare const lineContract: {
|
|
|
19851
20319
|
additionalCredentials?: any;
|
|
19852
20320
|
senderId?: string | undefined;
|
|
19853
20321
|
whatsapp?: {
|
|
19854
|
-
|
|
19855
|
-
wabaExternalId
|
|
19856
|
-
phoneNumberId
|
|
19857
|
-
|
|
19858
|
-
clientId?: string |
|
|
19859
|
-
channelId?: string |
|
|
20322
|
+
email: string;
|
|
20323
|
+
wabaExternalId: string;
|
|
20324
|
+
phoneNumberId: string;
|
|
20325
|
+
wabaBusinessId?: string | undefined;
|
|
20326
|
+
clientId?: string | undefined;
|
|
20327
|
+
channelId?: string | undefined;
|
|
19860
20328
|
status?: "active" | "pending" | undefined;
|
|
19861
20329
|
apiKey?: string | undefined;
|
|
19862
20330
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19863
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19864
20331
|
} | undefined;
|
|
19865
20332
|
vonageCredentials?: {
|
|
19866
20333
|
apiKey: string;
|
|
@@ -19897,16 +20364,15 @@ export declare const lineContract: {
|
|
|
19897
20364
|
additionalCredentials?: any;
|
|
19898
20365
|
senderId?: string | undefined;
|
|
19899
20366
|
whatsapp?: {
|
|
19900
|
-
|
|
19901
|
-
wabaExternalId
|
|
19902
|
-
phoneNumberId
|
|
19903
|
-
|
|
19904
|
-
clientId?: string |
|
|
19905
|
-
channelId?: string |
|
|
20367
|
+
email: string;
|
|
20368
|
+
wabaExternalId: string;
|
|
20369
|
+
phoneNumberId: string;
|
|
20370
|
+
wabaBusinessId?: string | undefined;
|
|
20371
|
+
clientId?: string | undefined;
|
|
20372
|
+
channelId?: string | undefined;
|
|
19906
20373
|
status?: "active" | "pending" | undefined;
|
|
19907
20374
|
apiKey?: string | undefined;
|
|
19908
20375
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19909
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19910
20376
|
} | undefined;
|
|
19911
20377
|
vonageCredentials?: {
|
|
19912
20378
|
apiKey: string;
|
|
@@ -19944,16 +20410,15 @@ export declare const lineContract: {
|
|
|
19944
20410
|
additionalCredentials?: any;
|
|
19945
20411
|
senderId?: string | undefined;
|
|
19946
20412
|
whatsapp?: {
|
|
19947
|
-
|
|
19948
|
-
wabaExternalId
|
|
19949
|
-
phoneNumberId
|
|
19950
|
-
|
|
19951
|
-
clientId?: string |
|
|
19952
|
-
channelId?: string |
|
|
20413
|
+
email: string;
|
|
20414
|
+
wabaExternalId: string;
|
|
20415
|
+
phoneNumberId: string;
|
|
20416
|
+
wabaBusinessId?: string | undefined;
|
|
20417
|
+
clientId?: string | undefined;
|
|
20418
|
+
channelId?: string | undefined;
|
|
19953
20419
|
status?: "active" | "pending" | undefined;
|
|
19954
20420
|
apiKey?: string | undefined;
|
|
19955
20421
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
19956
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
19957
20422
|
} | undefined;
|
|
19958
20423
|
vonageCredentials?: {
|
|
19959
20424
|
apiKey: string;
|
|
@@ -20027,38 +20492,35 @@ export declare const lineContract: {
|
|
|
20027
20492
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
20028
20493
|
senderId: z.ZodOptional<z.ZodString>;
|
|
20029
20494
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
20030
|
-
wabaBusinessId: z.
|
|
20031
|
-
wabaExternalId: z.
|
|
20032
|
-
phoneNumberId: z.
|
|
20033
|
-
email: z.
|
|
20034
|
-
clientId: z.
|
|
20035
|
-
channelId: z.
|
|
20495
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
20496
|
+
wabaExternalId: z.ZodString;
|
|
20497
|
+
phoneNumberId: z.ZodString;
|
|
20498
|
+
email: z.ZodString;
|
|
20499
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
20500
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
20036
20501
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
20037
20502
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
20038
20503
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
20039
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
20040
20504
|
}, "strip", z.ZodTypeAny, {
|
|
20041
|
-
|
|
20042
|
-
wabaExternalId
|
|
20043
|
-
phoneNumberId
|
|
20044
|
-
|
|
20045
|
-
clientId?: string |
|
|
20046
|
-
channelId?: string |
|
|
20505
|
+
email: string;
|
|
20506
|
+
wabaExternalId: string;
|
|
20507
|
+
phoneNumberId: string;
|
|
20508
|
+
wabaBusinessId?: string | undefined;
|
|
20509
|
+
clientId?: string | undefined;
|
|
20510
|
+
channelId?: string | undefined;
|
|
20047
20511
|
status?: "active" | "pending" | undefined;
|
|
20048
20512
|
apiKey?: string | undefined;
|
|
20049
20513
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20050
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20051
20514
|
}, {
|
|
20052
|
-
|
|
20053
|
-
wabaExternalId
|
|
20054
|
-
phoneNumberId
|
|
20055
|
-
|
|
20056
|
-
clientId?: string |
|
|
20057
|
-
channelId?: string |
|
|
20515
|
+
email: string;
|
|
20516
|
+
wabaExternalId: string;
|
|
20517
|
+
phoneNumberId: string;
|
|
20518
|
+
wabaBusinessId?: string | undefined;
|
|
20519
|
+
clientId?: string | undefined;
|
|
20520
|
+
channelId?: string | undefined;
|
|
20058
20521
|
status?: "active" | "pending" | undefined;
|
|
20059
20522
|
apiKey?: string | undefined;
|
|
20060
20523
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20061
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20062
20524
|
}>>;
|
|
20063
20525
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
20064
20526
|
mobileNumber: z.ZodString;
|
|
@@ -20083,16 +20545,15 @@ export declare const lineContract: {
|
|
|
20083
20545
|
additionalCredentials?: any;
|
|
20084
20546
|
senderId?: string | undefined;
|
|
20085
20547
|
whatsapp?: {
|
|
20086
|
-
|
|
20087
|
-
wabaExternalId
|
|
20088
|
-
phoneNumberId
|
|
20089
|
-
|
|
20090
|
-
clientId?: string |
|
|
20091
|
-
channelId?: string |
|
|
20548
|
+
email: string;
|
|
20549
|
+
wabaExternalId: string;
|
|
20550
|
+
phoneNumberId: string;
|
|
20551
|
+
wabaBusinessId?: string | undefined;
|
|
20552
|
+
clientId?: string | undefined;
|
|
20553
|
+
channelId?: string | undefined;
|
|
20092
20554
|
status?: "active" | "pending" | undefined;
|
|
20093
20555
|
apiKey?: string | undefined;
|
|
20094
20556
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20095
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20096
20557
|
} | undefined;
|
|
20097
20558
|
vonageCredentials?: {
|
|
20098
20559
|
apiKey: string;
|
|
@@ -20109,16 +20570,15 @@ export declare const lineContract: {
|
|
|
20109
20570
|
additionalCredentials?: any;
|
|
20110
20571
|
senderId?: string | undefined;
|
|
20111
20572
|
whatsapp?: {
|
|
20112
|
-
|
|
20113
|
-
wabaExternalId
|
|
20114
|
-
phoneNumberId
|
|
20115
|
-
|
|
20116
|
-
clientId?: string |
|
|
20117
|
-
channelId?: string |
|
|
20573
|
+
email: string;
|
|
20574
|
+
wabaExternalId: string;
|
|
20575
|
+
phoneNumberId: string;
|
|
20576
|
+
wabaBusinessId?: string | undefined;
|
|
20577
|
+
clientId?: string | undefined;
|
|
20578
|
+
channelId?: string | undefined;
|
|
20118
20579
|
status?: "active" | "pending" | undefined;
|
|
20119
20580
|
apiKey?: string | undefined;
|
|
20120
20581
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20121
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20122
20582
|
} | undefined;
|
|
20123
20583
|
vonageCredentials?: {
|
|
20124
20584
|
apiKey: string;
|
|
@@ -20165,16 +20625,15 @@ export declare const lineContract: {
|
|
|
20165
20625
|
additionalCredentials?: any;
|
|
20166
20626
|
senderId?: string | undefined;
|
|
20167
20627
|
whatsapp?: {
|
|
20168
|
-
|
|
20169
|
-
wabaExternalId
|
|
20170
|
-
phoneNumberId
|
|
20171
|
-
|
|
20172
|
-
clientId?: string |
|
|
20173
|
-
channelId?: string |
|
|
20628
|
+
email: string;
|
|
20629
|
+
wabaExternalId: string;
|
|
20630
|
+
phoneNumberId: string;
|
|
20631
|
+
wabaBusinessId?: string | undefined;
|
|
20632
|
+
clientId?: string | undefined;
|
|
20633
|
+
channelId?: string | undefined;
|
|
20174
20634
|
status?: "active" | "pending" | undefined;
|
|
20175
20635
|
apiKey?: string | undefined;
|
|
20176
20636
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20177
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20178
20637
|
} | undefined;
|
|
20179
20638
|
vonageCredentials?: {
|
|
20180
20639
|
apiKey: string;
|
|
@@ -20209,16 +20668,15 @@ export declare const lineContract: {
|
|
|
20209
20668
|
additionalCredentials?: any;
|
|
20210
20669
|
senderId?: string | undefined;
|
|
20211
20670
|
whatsapp?: {
|
|
20212
|
-
|
|
20213
|
-
wabaExternalId
|
|
20214
|
-
phoneNumberId
|
|
20215
|
-
|
|
20216
|
-
clientId?: string |
|
|
20217
|
-
channelId?: string |
|
|
20671
|
+
email: string;
|
|
20672
|
+
wabaExternalId: string;
|
|
20673
|
+
phoneNumberId: string;
|
|
20674
|
+
wabaBusinessId?: string | undefined;
|
|
20675
|
+
clientId?: string | undefined;
|
|
20676
|
+
channelId?: string | undefined;
|
|
20218
20677
|
status?: "active" | "pending" | undefined;
|
|
20219
20678
|
apiKey?: string | undefined;
|
|
20220
20679
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20221
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20222
20680
|
} | undefined;
|
|
20223
20681
|
vonageCredentials?: {
|
|
20224
20682
|
apiKey: string;
|
|
@@ -20255,16 +20713,15 @@ export declare const lineContract: {
|
|
|
20255
20713
|
additionalCredentials?: any;
|
|
20256
20714
|
senderId?: string | undefined;
|
|
20257
20715
|
whatsapp?: {
|
|
20258
|
-
|
|
20259
|
-
wabaExternalId
|
|
20260
|
-
phoneNumberId
|
|
20261
|
-
|
|
20262
|
-
clientId?: string |
|
|
20263
|
-
channelId?: string |
|
|
20716
|
+
email: string;
|
|
20717
|
+
wabaExternalId: string;
|
|
20718
|
+
phoneNumberId: string;
|
|
20719
|
+
wabaBusinessId?: string | undefined;
|
|
20720
|
+
clientId?: string | undefined;
|
|
20721
|
+
channelId?: string | undefined;
|
|
20264
20722
|
status?: "active" | "pending" | undefined;
|
|
20265
20723
|
apiKey?: string | undefined;
|
|
20266
20724
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20267
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20268
20725
|
} | undefined;
|
|
20269
20726
|
vonageCredentials?: {
|
|
20270
20727
|
apiKey: string;
|
|
@@ -20302,16 +20759,15 @@ export declare const lineContract: {
|
|
|
20302
20759
|
additionalCredentials?: any;
|
|
20303
20760
|
senderId?: string | undefined;
|
|
20304
20761
|
whatsapp?: {
|
|
20305
|
-
|
|
20306
|
-
wabaExternalId
|
|
20307
|
-
phoneNumberId
|
|
20308
|
-
|
|
20309
|
-
clientId?: string |
|
|
20310
|
-
channelId?: string |
|
|
20762
|
+
email: string;
|
|
20763
|
+
wabaExternalId: string;
|
|
20764
|
+
phoneNumberId: string;
|
|
20765
|
+
wabaBusinessId?: string | undefined;
|
|
20766
|
+
clientId?: string | undefined;
|
|
20767
|
+
channelId?: string | undefined;
|
|
20311
20768
|
status?: "active" | "pending" | undefined;
|
|
20312
20769
|
apiKey?: string | undefined;
|
|
20313
20770
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20314
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20315
20771
|
} | undefined;
|
|
20316
20772
|
vonageCredentials?: {
|
|
20317
20773
|
apiKey: string;
|
|
@@ -20385,38 +20841,35 @@ export declare const lineContract: {
|
|
|
20385
20841
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
20386
20842
|
senderId: z.ZodOptional<z.ZodString>;
|
|
20387
20843
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
20388
|
-
wabaBusinessId: z.
|
|
20389
|
-
wabaExternalId: z.
|
|
20390
|
-
phoneNumberId: z.
|
|
20391
|
-
email: z.
|
|
20392
|
-
clientId: z.
|
|
20393
|
-
channelId: z.
|
|
20844
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
20845
|
+
wabaExternalId: z.ZodString;
|
|
20846
|
+
phoneNumberId: z.ZodString;
|
|
20847
|
+
email: z.ZodString;
|
|
20848
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
20849
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
20394
20850
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
20395
20851
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
20396
20852
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
20397
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
20398
20853
|
}, "strip", z.ZodTypeAny, {
|
|
20399
|
-
|
|
20400
|
-
wabaExternalId
|
|
20401
|
-
phoneNumberId
|
|
20402
|
-
|
|
20403
|
-
clientId?: string |
|
|
20404
|
-
channelId?: string |
|
|
20854
|
+
email: string;
|
|
20855
|
+
wabaExternalId: string;
|
|
20856
|
+
phoneNumberId: string;
|
|
20857
|
+
wabaBusinessId?: string | undefined;
|
|
20858
|
+
clientId?: string | undefined;
|
|
20859
|
+
channelId?: string | undefined;
|
|
20405
20860
|
status?: "active" | "pending" | undefined;
|
|
20406
20861
|
apiKey?: string | undefined;
|
|
20407
20862
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20408
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20409
20863
|
}, {
|
|
20410
|
-
|
|
20411
|
-
wabaExternalId
|
|
20412
|
-
phoneNumberId
|
|
20413
|
-
|
|
20414
|
-
clientId?: string |
|
|
20415
|
-
channelId?: string |
|
|
20864
|
+
email: string;
|
|
20865
|
+
wabaExternalId: string;
|
|
20866
|
+
phoneNumberId: string;
|
|
20867
|
+
wabaBusinessId?: string | undefined;
|
|
20868
|
+
clientId?: string | undefined;
|
|
20869
|
+
channelId?: string | undefined;
|
|
20416
20870
|
status?: "active" | "pending" | undefined;
|
|
20417
20871
|
apiKey?: string | undefined;
|
|
20418
20872
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20419
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20420
20873
|
}>>;
|
|
20421
20874
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
20422
20875
|
mobileNumber: z.ZodString;
|
|
@@ -20441,16 +20894,15 @@ export declare const lineContract: {
|
|
|
20441
20894
|
additionalCredentials?: any;
|
|
20442
20895
|
senderId?: string | undefined;
|
|
20443
20896
|
whatsapp?: {
|
|
20444
|
-
|
|
20445
|
-
wabaExternalId
|
|
20446
|
-
phoneNumberId
|
|
20447
|
-
|
|
20448
|
-
clientId?: string |
|
|
20449
|
-
channelId?: string |
|
|
20897
|
+
email: string;
|
|
20898
|
+
wabaExternalId: string;
|
|
20899
|
+
phoneNumberId: string;
|
|
20900
|
+
wabaBusinessId?: string | undefined;
|
|
20901
|
+
clientId?: string | undefined;
|
|
20902
|
+
channelId?: string | undefined;
|
|
20450
20903
|
status?: "active" | "pending" | undefined;
|
|
20451
20904
|
apiKey?: string | undefined;
|
|
20452
20905
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20453
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20454
20906
|
} | undefined;
|
|
20455
20907
|
vonageCredentials?: {
|
|
20456
20908
|
apiKey: string;
|
|
@@ -20467,16 +20919,15 @@ export declare const lineContract: {
|
|
|
20467
20919
|
additionalCredentials?: any;
|
|
20468
20920
|
senderId?: string | undefined;
|
|
20469
20921
|
whatsapp?: {
|
|
20470
|
-
|
|
20471
|
-
wabaExternalId
|
|
20472
|
-
phoneNumberId
|
|
20473
|
-
|
|
20474
|
-
clientId?: string |
|
|
20475
|
-
channelId?: string |
|
|
20922
|
+
email: string;
|
|
20923
|
+
wabaExternalId: string;
|
|
20924
|
+
phoneNumberId: string;
|
|
20925
|
+
wabaBusinessId?: string | undefined;
|
|
20926
|
+
clientId?: string | undefined;
|
|
20927
|
+
channelId?: string | undefined;
|
|
20476
20928
|
status?: "active" | "pending" | undefined;
|
|
20477
20929
|
apiKey?: string | undefined;
|
|
20478
20930
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20479
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20480
20931
|
} | undefined;
|
|
20481
20932
|
vonageCredentials?: {
|
|
20482
20933
|
apiKey: string;
|
|
@@ -20523,16 +20974,15 @@ export declare const lineContract: {
|
|
|
20523
20974
|
additionalCredentials?: any;
|
|
20524
20975
|
senderId?: string | undefined;
|
|
20525
20976
|
whatsapp?: {
|
|
20526
|
-
|
|
20527
|
-
wabaExternalId
|
|
20528
|
-
phoneNumberId
|
|
20529
|
-
|
|
20530
|
-
clientId?: string |
|
|
20531
|
-
channelId?: string |
|
|
20977
|
+
email: string;
|
|
20978
|
+
wabaExternalId: string;
|
|
20979
|
+
phoneNumberId: string;
|
|
20980
|
+
wabaBusinessId?: string | undefined;
|
|
20981
|
+
clientId?: string | undefined;
|
|
20982
|
+
channelId?: string | undefined;
|
|
20532
20983
|
status?: "active" | "pending" | undefined;
|
|
20533
20984
|
apiKey?: string | undefined;
|
|
20534
20985
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20535
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20536
20986
|
} | undefined;
|
|
20537
20987
|
vonageCredentials?: {
|
|
20538
20988
|
apiKey: string;
|
|
@@ -20567,16 +21017,15 @@ export declare const lineContract: {
|
|
|
20567
21017
|
additionalCredentials?: any;
|
|
20568
21018
|
senderId?: string | undefined;
|
|
20569
21019
|
whatsapp?: {
|
|
20570
|
-
|
|
20571
|
-
wabaExternalId
|
|
20572
|
-
phoneNumberId
|
|
20573
|
-
|
|
20574
|
-
clientId?: string |
|
|
20575
|
-
channelId?: string |
|
|
21020
|
+
email: string;
|
|
21021
|
+
wabaExternalId: string;
|
|
21022
|
+
phoneNumberId: string;
|
|
21023
|
+
wabaBusinessId?: string | undefined;
|
|
21024
|
+
clientId?: string | undefined;
|
|
21025
|
+
channelId?: string | undefined;
|
|
20576
21026
|
status?: "active" | "pending" | undefined;
|
|
20577
21027
|
apiKey?: string | undefined;
|
|
20578
21028
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20579
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20580
21029
|
} | undefined;
|
|
20581
21030
|
vonageCredentials?: {
|
|
20582
21031
|
apiKey: string;
|
|
@@ -20613,16 +21062,15 @@ export declare const lineContract: {
|
|
|
20613
21062
|
additionalCredentials?: any;
|
|
20614
21063
|
senderId?: string | undefined;
|
|
20615
21064
|
whatsapp?: {
|
|
20616
|
-
|
|
20617
|
-
wabaExternalId
|
|
20618
|
-
phoneNumberId
|
|
20619
|
-
|
|
20620
|
-
clientId?: string |
|
|
20621
|
-
channelId?: string |
|
|
21065
|
+
email: string;
|
|
21066
|
+
wabaExternalId: string;
|
|
21067
|
+
phoneNumberId: string;
|
|
21068
|
+
wabaBusinessId?: string | undefined;
|
|
21069
|
+
clientId?: string | undefined;
|
|
21070
|
+
channelId?: string | undefined;
|
|
20622
21071
|
status?: "active" | "pending" | undefined;
|
|
20623
21072
|
apiKey?: string | undefined;
|
|
20624
21073
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20625
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20626
21074
|
} | undefined;
|
|
20627
21075
|
vonageCredentials?: {
|
|
20628
21076
|
apiKey: string;
|
|
@@ -20660,16 +21108,15 @@ export declare const lineContract: {
|
|
|
20660
21108
|
additionalCredentials?: any;
|
|
20661
21109
|
senderId?: string | undefined;
|
|
20662
21110
|
whatsapp?: {
|
|
20663
|
-
|
|
20664
|
-
wabaExternalId
|
|
20665
|
-
phoneNumberId
|
|
20666
|
-
|
|
20667
|
-
clientId?: string |
|
|
20668
|
-
channelId?: string |
|
|
21111
|
+
email: string;
|
|
21112
|
+
wabaExternalId: string;
|
|
21113
|
+
phoneNumberId: string;
|
|
21114
|
+
wabaBusinessId?: string | undefined;
|
|
21115
|
+
clientId?: string | undefined;
|
|
21116
|
+
channelId?: string | undefined;
|
|
20669
21117
|
status?: "active" | "pending" | undefined;
|
|
20670
21118
|
apiKey?: string | undefined;
|
|
20671
21119
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
20672
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
20673
21120
|
} | undefined;
|
|
20674
21121
|
vonageCredentials?: {
|
|
20675
21122
|
apiKey: string;
|