@kl1/contracts 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -23,13 +23,13 @@ export declare const platformWebchatContract: {
|
|
23
23
|
picture: z.ZodOptional<z.ZodString>;
|
24
24
|
additionalCredentials: z.ZodAny;
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
26
|
-
id: string;
|
27
26
|
name: string;
|
27
|
+
id: string;
|
28
28
|
picture?: string | undefined;
|
29
29
|
additionalCredentials?: any;
|
30
30
|
}, {
|
31
|
-
id: string;
|
32
31
|
name: string;
|
32
|
+
id: string;
|
33
33
|
picture?: string | undefined;
|
34
34
|
additionalCredentials?: any;
|
35
35
|
}>;
|
@@ -41,16 +41,16 @@ export declare const platformWebchatContract: {
|
|
41
41
|
contactProfile: z.ZodNullable<z.ZodString>;
|
42
42
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
44
|
+
name: string;
|
44
45
|
channel: string | null;
|
45
46
|
address: string | null;
|
46
|
-
name: string;
|
47
47
|
notes: string | null;
|
48
48
|
contactProfile: string | null;
|
49
49
|
socialProfileUrl: string | null;
|
50
50
|
}, {
|
51
|
+
name: string;
|
51
52
|
channel: string | null;
|
52
53
|
address: string | null;
|
53
|
-
name: string;
|
54
54
|
notes: string | null;
|
55
55
|
contactProfile: string | null;
|
56
56
|
socialProfileUrl: string | null;
|
@@ -59,15 +59,15 @@ export declare const platformWebchatContract: {
|
|
59
59
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
60
60
|
id: string;
|
61
61
|
metadata: {
|
62
|
-
id: string;
|
63
62
|
name: string;
|
63
|
+
id: string;
|
64
64
|
picture?: string | undefined;
|
65
65
|
additionalCredentials?: any;
|
66
66
|
};
|
67
67
|
contact: {
|
68
|
+
name: string;
|
68
69
|
channel: string | null;
|
69
70
|
address: string | null;
|
70
|
-
name: string;
|
71
71
|
notes: string | null;
|
72
72
|
contactProfile: string | null;
|
73
73
|
socialProfileUrl: string | null;
|
@@ -78,15 +78,15 @@ export declare const platformWebchatContract: {
|
|
78
78
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
79
79
|
id: string;
|
80
80
|
metadata: {
|
81
|
-
id: string;
|
82
81
|
name: string;
|
82
|
+
id: string;
|
83
83
|
picture?: string | undefined;
|
84
84
|
additionalCredentials?: any;
|
85
85
|
};
|
86
86
|
contact: {
|
87
|
+
name: string;
|
87
88
|
channel: string | null;
|
88
89
|
address: string | null;
|
89
|
-
name: string;
|
90
90
|
notes: string | null;
|
91
91
|
contactProfile: string | null;
|
92
92
|
socialProfileUrl: string | null;
|
@@ -101,15 +101,15 @@ export declare const platformWebchatContract: {
|
|
101
101
|
address: z.ZodNullable<z.ZodString>;
|
102
102
|
phone: z.ZodNullable<z.ZodString>;
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
104
|
+
name: string;
|
104
105
|
id: string;
|
105
106
|
address: string | null;
|
106
|
-
name: string;
|
107
107
|
email: string;
|
108
108
|
phone: string | null;
|
109
109
|
}, {
|
110
|
+
name: string;
|
110
111
|
id: string;
|
111
112
|
address: string | null;
|
112
|
-
name: string;
|
113
113
|
email: string;
|
114
114
|
phone: string | null;
|
115
115
|
}>>;
|
@@ -118,12 +118,12 @@ export declare const platformWebchatContract: {
|
|
118
118
|
name: z.ZodString;
|
119
119
|
email: z.ZodString;
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
121
|
-
id: string;
|
122
121
|
name: string;
|
122
|
+
id: string;
|
123
123
|
email: string;
|
124
124
|
}, {
|
125
|
-
id: string;
|
126
125
|
name: string;
|
126
|
+
id: string;
|
127
127
|
email: string;
|
128
128
|
}>>;
|
129
129
|
channel: z.ZodObject<{
|
@@ -153,8 +153,8 @@ export declare const platformWebchatContract: {
|
|
153
153
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
154
154
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
156
|
-
id: string;
|
157
156
|
name: string;
|
157
|
+
id: string;
|
158
158
|
accessToken?: string | undefined;
|
159
159
|
channelSecret?: string | undefined;
|
160
160
|
additionalCredentials?: any;
|
@@ -167,8 +167,8 @@ export declare const platformWebchatContract: {
|
|
167
167
|
lineRichMenuId?: string | null | undefined;
|
168
168
|
messengerIntegrationType?: "own" | "business" | undefined;
|
169
169
|
}, {
|
170
|
-
id: string;
|
171
170
|
name: string;
|
171
|
+
id: string;
|
172
172
|
accessToken?: string | undefined;
|
173
173
|
channelSecret?: string | undefined;
|
174
174
|
additionalCredentials?: any;
|
@@ -194,25 +194,25 @@ export declare const platformWebchatContract: {
|
|
194
194
|
address: z.ZodNullable<z.ZodString>;
|
195
195
|
phone: z.ZodNullable<z.ZodString>;
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
197
|
+
name: string;
|
197
198
|
id: string;
|
198
199
|
address: string | null;
|
199
|
-
name: string;
|
200
200
|
email: string;
|
201
201
|
phone: string | null;
|
202
202
|
}, {
|
203
|
+
name: string;
|
203
204
|
id: string;
|
204
205
|
address: string | null;
|
205
|
-
name: string;
|
206
206
|
email: string;
|
207
207
|
phone: string | null;
|
208
208
|
}>>;
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
210
|
+
name: string;
|
210
211
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
211
212
|
id: string;
|
212
|
-
name: string;
|
213
213
|
metadata: {
|
214
|
-
id: string;
|
215
214
|
name: string;
|
215
|
+
id: string;
|
216
216
|
accessToken?: string | undefined;
|
217
217
|
channelSecret?: string | undefined;
|
218
218
|
additionalCredentials?: any;
|
@@ -232,19 +232,19 @@ export declare const platformWebchatContract: {
|
|
232
232
|
connectedUserId?: string | null | undefined;
|
233
233
|
lineRichMenuId?: string | null | undefined;
|
234
234
|
actor?: {
|
235
|
+
name: string;
|
235
236
|
id: string;
|
236
237
|
address: string | null;
|
237
|
-
name: string;
|
238
238
|
email: string;
|
239
239
|
phone: string | null;
|
240
240
|
} | undefined;
|
241
241
|
}, {
|
242
|
+
name: string;
|
242
243
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
243
244
|
id: string;
|
244
|
-
name: string;
|
245
245
|
metadata: {
|
246
|
-
id: string;
|
247
246
|
name: string;
|
247
|
+
id: string;
|
248
248
|
accessToken?: string | undefined;
|
249
249
|
channelSecret?: string | undefined;
|
250
250
|
additionalCredentials?: any;
|
@@ -264,9 +264,9 @@ export declare const platformWebchatContract: {
|
|
264
264
|
connectedUserId?: string | null | undefined;
|
265
265
|
lineRichMenuId?: string | null | undefined;
|
266
266
|
actor?: {
|
267
|
+
name: string;
|
267
268
|
id: string;
|
268
269
|
address: string | null;
|
269
|
-
name: string;
|
270
270
|
email: string;
|
271
271
|
phone: string | null;
|
272
272
|
} | undefined;
|
@@ -275,12 +275,12 @@ export declare const platformWebchatContract: {
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
276
276
|
id: string;
|
277
277
|
channel: {
|
278
|
+
name: string;
|
278
279
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
279
280
|
id: string;
|
280
|
-
name: string;
|
281
281
|
metadata: {
|
282
|
-
id: string;
|
283
282
|
name: string;
|
283
|
+
id: string;
|
284
284
|
accessToken?: string | undefined;
|
285
285
|
channelSecret?: string | undefined;
|
286
286
|
additionalCredentials?: any;
|
@@ -300,9 +300,9 @@ export declare const platformWebchatContract: {
|
|
300
300
|
connectedUserId?: string | null | undefined;
|
301
301
|
lineRichMenuId?: string | null | undefined;
|
302
302
|
actor?: {
|
303
|
+
name: string;
|
303
304
|
id: string;
|
304
305
|
address: string | null;
|
305
|
-
name: string;
|
306
306
|
email: string;
|
307
307
|
phone: string | null;
|
308
308
|
} | undefined;
|
@@ -311,9 +311,9 @@ export declare const platformWebchatContract: {
|
|
311
311
|
createdAt: string;
|
312
312
|
updatedAt: string;
|
313
313
|
actor: {
|
314
|
+
name: string;
|
314
315
|
id: string;
|
315
316
|
address: string | null;
|
316
|
-
name: string;
|
317
317
|
email: string;
|
318
318
|
phone: string | null;
|
319
319
|
} | null;
|
@@ -322,15 +322,15 @@ export declare const platformWebchatContract: {
|
|
322
322
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
323
323
|
id: string;
|
324
324
|
metadata: {
|
325
|
-
id: string;
|
326
325
|
name: string;
|
326
|
+
id: string;
|
327
327
|
picture?: string | undefined;
|
328
328
|
additionalCredentials?: any;
|
329
329
|
};
|
330
330
|
contact: {
|
331
|
+
name: string;
|
331
332
|
channel: string | null;
|
332
333
|
address: string | null;
|
333
|
-
name: string;
|
334
334
|
notes: string | null;
|
335
335
|
contactProfile: string | null;
|
336
336
|
socialProfileUrl: string | null;
|
@@ -339,8 +339,8 @@ export declare const platformWebchatContract: {
|
|
339
339
|
socialPlatformId: string | null;
|
340
340
|
};
|
341
341
|
assignee: {
|
342
|
-
id: string;
|
343
342
|
name: string;
|
343
|
+
id: string;
|
344
344
|
email: string;
|
345
345
|
} | null;
|
346
346
|
lastMessage?: string | undefined;
|
@@ -350,12 +350,12 @@ export declare const platformWebchatContract: {
|
|
350
350
|
}, {
|
351
351
|
id: string;
|
352
352
|
channel: {
|
353
|
+
name: string;
|
353
354
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
354
355
|
id: string;
|
355
|
-
name: string;
|
356
356
|
metadata: {
|
357
|
-
id: string;
|
358
357
|
name: string;
|
358
|
+
id: string;
|
359
359
|
accessToken?: string | undefined;
|
360
360
|
channelSecret?: string | undefined;
|
361
361
|
additionalCredentials?: any;
|
@@ -375,9 +375,9 @@ export declare const platformWebchatContract: {
|
|
375
375
|
connectedUserId?: string | null | undefined;
|
376
376
|
lineRichMenuId?: string | null | undefined;
|
377
377
|
actor?: {
|
378
|
+
name: string;
|
378
379
|
id: string;
|
379
380
|
address: string | null;
|
380
|
-
name: string;
|
381
381
|
email: string;
|
382
382
|
phone: string | null;
|
383
383
|
} | undefined;
|
@@ -386,9 +386,9 @@ export declare const platformWebchatContract: {
|
|
386
386
|
createdAt: string;
|
387
387
|
updatedAt: string;
|
388
388
|
actor: {
|
389
|
+
name: string;
|
389
390
|
id: string;
|
390
391
|
address: string | null;
|
391
|
-
name: string;
|
392
392
|
email: string;
|
393
393
|
phone: string | null;
|
394
394
|
} | null;
|
@@ -397,15 +397,15 @@ export declare const platformWebchatContract: {
|
|
397
397
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
398
398
|
id: string;
|
399
399
|
metadata: {
|
400
|
-
id: string;
|
401
400
|
name: string;
|
401
|
+
id: string;
|
402
402
|
picture?: string | undefined;
|
403
403
|
additionalCredentials?: any;
|
404
404
|
};
|
405
405
|
contact: {
|
406
|
+
name: string;
|
406
407
|
channel: string | null;
|
407
408
|
address: string | null;
|
408
|
-
name: string;
|
409
409
|
notes: string | null;
|
410
410
|
contactProfile: string | null;
|
411
411
|
socialProfileUrl: string | null;
|
@@ -414,8 +414,8 @@ export declare const platformWebchatContract: {
|
|
414
414
|
socialPlatformId: string | null;
|
415
415
|
};
|
416
416
|
assignee: {
|
417
|
-
id: string;
|
418
417
|
name: string;
|
418
|
+
id: string;
|
419
419
|
email: string;
|
420
420
|
} | null;
|
421
421
|
lastMessage?: string | undefined;
|
@@ -464,15 +464,15 @@ export declare const platformWebchatContract: {
|
|
464
464
|
address: z.ZodNullable<z.ZodString>;
|
465
465
|
phone: z.ZodNullable<z.ZodString>;
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
467
|
+
name: string;
|
467
468
|
id: string;
|
468
469
|
address: string | null;
|
469
|
-
name: string;
|
470
470
|
email: string;
|
471
471
|
phone: string | null;
|
472
472
|
}, {
|
473
|
+
name: string;
|
473
474
|
id: string;
|
474
475
|
address: string | null;
|
475
|
-
name: string;
|
476
476
|
email: string;
|
477
477
|
phone: string | null;
|
478
478
|
}>>;
|
@@ -505,9 +505,9 @@ export declare const platformWebchatContract: {
|
|
505
505
|
originalUrl?: string | undefined;
|
506
506
|
} | undefined;
|
507
507
|
sender?: {
|
508
|
+
name: string;
|
508
509
|
id: string;
|
509
510
|
address: string | null;
|
510
|
-
name: string;
|
511
511
|
email: string;
|
512
512
|
phone: string | null;
|
513
513
|
} | undefined;
|
@@ -540,9 +540,9 @@ export declare const platformWebchatContract: {
|
|
540
540
|
originalUrl?: string | undefined;
|
541
541
|
} | undefined;
|
542
542
|
sender?: {
|
543
|
+
name: string;
|
543
544
|
id: string;
|
544
545
|
address: string | null;
|
545
|
-
name: string;
|
546
546
|
email: string;
|
547
547
|
phone: string | null;
|
548
548
|
} | undefined;
|
@@ -577,9 +577,9 @@ export declare const platformWebchatContract: {
|
|
577
577
|
originalUrl?: string | undefined;
|
578
578
|
} | undefined;
|
579
579
|
sender?: {
|
580
|
+
name: string;
|
580
581
|
id: string;
|
581
582
|
address: string | null;
|
582
|
-
name: string;
|
583
583
|
email: string;
|
584
584
|
phone: string | null;
|
585
585
|
} | undefined;
|
@@ -593,12 +593,12 @@ export declare const platformWebchatContract: {
|
|
593
593
|
room: {
|
594
594
|
id: string;
|
595
595
|
channel: {
|
596
|
+
name: string;
|
596
597
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
597
598
|
id: string;
|
598
|
-
name: string;
|
599
599
|
metadata: {
|
600
|
-
id: string;
|
601
600
|
name: string;
|
601
|
+
id: string;
|
602
602
|
accessToken?: string | undefined;
|
603
603
|
channelSecret?: string | undefined;
|
604
604
|
additionalCredentials?: any;
|
@@ -618,9 +618,9 @@ export declare const platformWebchatContract: {
|
|
618
618
|
connectedUserId?: string | null | undefined;
|
619
619
|
lineRichMenuId?: string | null | undefined;
|
620
620
|
actor?: {
|
621
|
+
name: string;
|
621
622
|
id: string;
|
622
623
|
address: string | null;
|
623
|
-
name: string;
|
624
624
|
email: string;
|
625
625
|
phone: string | null;
|
626
626
|
} | undefined;
|
@@ -629,9 +629,9 @@ export declare const platformWebchatContract: {
|
|
629
629
|
createdAt: string;
|
630
630
|
updatedAt: string;
|
631
631
|
actor: {
|
632
|
+
name: string;
|
632
633
|
id: string;
|
633
634
|
address: string | null;
|
634
|
-
name: string;
|
635
635
|
email: string;
|
636
636
|
phone: string | null;
|
637
637
|
} | null;
|
@@ -640,15 +640,15 @@ export declare const platformWebchatContract: {
|
|
640
640
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
641
641
|
id: string;
|
642
642
|
metadata: {
|
643
|
-
id: string;
|
644
643
|
name: string;
|
644
|
+
id: string;
|
645
645
|
picture?: string | undefined;
|
646
646
|
additionalCredentials?: any;
|
647
647
|
};
|
648
648
|
contact: {
|
649
|
+
name: string;
|
649
650
|
channel: string | null;
|
650
651
|
address: string | null;
|
651
|
-
name: string;
|
652
652
|
notes: string | null;
|
653
653
|
contactProfile: string | null;
|
654
654
|
socialProfileUrl: string | null;
|
@@ -657,8 +657,8 @@ export declare const platformWebchatContract: {
|
|
657
657
|
socialPlatformId: string | null;
|
658
658
|
};
|
659
659
|
assignee: {
|
660
|
-
id: string;
|
661
660
|
name: string;
|
661
|
+
id: string;
|
662
662
|
email: string;
|
663
663
|
} | null;
|
664
664
|
lastMessage?: string | undefined;
|
@@ -691,9 +691,9 @@ export declare const platformWebchatContract: {
|
|
691
691
|
originalUrl?: string | undefined;
|
692
692
|
} | undefined;
|
693
693
|
sender?: {
|
694
|
+
name: string;
|
694
695
|
id: string;
|
695
696
|
address: string | null;
|
696
|
-
name: string;
|
697
697
|
email: string;
|
698
698
|
phone: string | null;
|
699
699
|
} | undefined;
|
@@ -707,12 +707,12 @@ export declare const platformWebchatContract: {
|
|
707
707
|
room: {
|
708
708
|
id: string;
|
709
709
|
channel: {
|
710
|
+
name: string;
|
710
711
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
711
712
|
id: string;
|
712
|
-
name: string;
|
713
713
|
metadata: {
|
714
|
-
id: string;
|
715
714
|
name: string;
|
715
|
+
id: string;
|
716
716
|
accessToken?: string | undefined;
|
717
717
|
channelSecret?: string | undefined;
|
718
718
|
additionalCredentials?: any;
|
@@ -732,9 +732,9 @@ export declare const platformWebchatContract: {
|
|
732
732
|
connectedUserId?: string | null | undefined;
|
733
733
|
lineRichMenuId?: string | null | undefined;
|
734
734
|
actor?: {
|
735
|
+
name: string;
|
735
736
|
id: string;
|
736
737
|
address: string | null;
|
737
|
-
name: string;
|
738
738
|
email: string;
|
739
739
|
phone: string | null;
|
740
740
|
} | undefined;
|
@@ -743,9 +743,9 @@ export declare const platformWebchatContract: {
|
|
743
743
|
createdAt: string;
|
744
744
|
updatedAt: string;
|
745
745
|
actor: {
|
746
|
+
name: string;
|
746
747
|
id: string;
|
747
748
|
address: string | null;
|
748
|
-
name: string;
|
749
749
|
email: string;
|
750
750
|
phone: string | null;
|
751
751
|
} | null;
|
@@ -754,15 +754,15 @@ export declare const platformWebchatContract: {
|
|
754
754
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
755
755
|
id: string;
|
756
756
|
metadata: {
|
757
|
-
id: string;
|
758
757
|
name: string;
|
758
|
+
id: string;
|
759
759
|
picture?: string | undefined;
|
760
760
|
additionalCredentials?: any;
|
761
761
|
};
|
762
762
|
contact: {
|
763
|
+
name: string;
|
763
764
|
channel: string | null;
|
764
765
|
address: string | null;
|
765
|
-
name: string;
|
766
766
|
notes: string | null;
|
767
767
|
contactProfile: string | null;
|
768
768
|
socialProfileUrl: string | null;
|
@@ -771,8 +771,8 @@ export declare const platformWebchatContract: {
|
|
771
771
|
socialPlatformId: string | null;
|
772
772
|
};
|
773
773
|
assignee: {
|
774
|
-
id: string;
|
775
774
|
name: string;
|
775
|
+
id: string;
|
776
776
|
email: string;
|
777
777
|
} | null;
|
778
778
|
lastMessage?: string | undefined;
|
@@ -916,9 +916,9 @@ export declare const platformWebchatContract: {
|
|
916
916
|
telephonySignature: string | null;
|
917
917
|
}>;
|
918
918
|
}, "strip", z.ZodTypeAny, {
|
919
|
+
name: string;
|
919
920
|
id: string;
|
920
921
|
address: string | null;
|
921
|
-
name: string;
|
922
922
|
email: string;
|
923
923
|
createdAt: Date;
|
924
924
|
updatedAt: Date;
|
@@ -959,9 +959,9 @@ export declare const platformWebchatContract: {
|
|
959
959
|
telephonySignature: string | null;
|
960
960
|
};
|
961
961
|
}, {
|
962
|
+
name: string;
|
962
963
|
id: string;
|
963
964
|
address: string | null;
|
964
|
-
name: string;
|
965
965
|
email: string;
|
966
966
|
createdAt: Date;
|
967
967
|
updatedAt: Date;
|
@@ -1154,9 +1154,9 @@ export declare const platformWebchatContract: {
|
|
1154
1154
|
telephonySignature: string | null;
|
1155
1155
|
}>;
|
1156
1156
|
}, "strip", z.ZodTypeAny, {
|
1157
|
+
name: string;
|
1157
1158
|
id: string;
|
1158
1159
|
address: string | null;
|
1159
|
-
name: string;
|
1160
1160
|
email: string;
|
1161
1161
|
createdAt: Date;
|
1162
1162
|
updatedAt: Date;
|
@@ -1197,9 +1197,9 @@ export declare const platformWebchatContract: {
|
|
1197
1197
|
telephonySignature: string | null;
|
1198
1198
|
};
|
1199
1199
|
}, {
|
1200
|
+
name: string;
|
1200
1201
|
id: string;
|
1201
1202
|
address: string | null;
|
1202
|
-
name: string;
|
1203
1203
|
email: string;
|
1204
1204
|
createdAt: Date;
|
1205
1205
|
updatedAt: Date;
|
@@ -1271,13 +1271,13 @@ export declare const platformWebchatContract: {
|
|
1271
1271
|
picture: z.ZodOptional<z.ZodString>;
|
1272
1272
|
additionalCredentials: z.ZodAny;
|
1273
1273
|
}, "strip", z.ZodTypeAny, {
|
1274
|
-
id: string;
|
1275
1274
|
name: string;
|
1275
|
+
id: string;
|
1276
1276
|
picture?: string | undefined;
|
1277
1277
|
additionalCredentials?: any;
|
1278
1278
|
}, {
|
1279
|
-
id: string;
|
1280
1279
|
name: string;
|
1280
|
+
id: string;
|
1281
1281
|
picture?: string | undefined;
|
1282
1282
|
additionalCredentials?: any;
|
1283
1283
|
}>;
|
@@ -1299,14 +1299,14 @@ export declare const platformWebchatContract: {
|
|
1299
1299
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1300
1300
|
name: z.ZodString;
|
1301
1301
|
}, "strip", z.ZodTypeAny, {
|
1302
|
-
id: string;
|
1303
1302
|
name: string;
|
1303
|
+
id: string;
|
1304
1304
|
createdAt: Date;
|
1305
1305
|
updatedAt: Date;
|
1306
1306
|
deletedAt: Date | null;
|
1307
1307
|
}, {
|
1308
|
-
id: string;
|
1309
1308
|
name: string;
|
1309
|
+
id: string;
|
1310
1310
|
createdAt: Date;
|
1311
1311
|
updatedAt: Date;
|
1312
1312
|
deletedAt: Date | null;
|
@@ -1462,8 +1462,8 @@ export declare const platformWebchatContract: {
|
|
1462
1462
|
createdAt: Date;
|
1463
1463
|
updatedAt: Date;
|
1464
1464
|
deletedAt: Date | null;
|
1465
|
-
address?: string | null | undefined;
|
1466
1465
|
name?: string | undefined;
|
1466
|
+
address?: string | null | undefined;
|
1467
1467
|
phone?: string | null | undefined;
|
1468
1468
|
industry?: string | null | undefined;
|
1469
1469
|
}, {
|
@@ -1471,8 +1471,8 @@ export declare const platformWebchatContract: {
|
|
1471
1471
|
createdAt: Date;
|
1472
1472
|
updatedAt: Date;
|
1473
1473
|
deletedAt: Date | null;
|
1474
|
-
address?: string | null | undefined;
|
1475
1474
|
name?: string | undefined;
|
1475
|
+
address?: string | null | undefined;
|
1476
1476
|
phone?: string | null | undefined;
|
1477
1477
|
industry?: string | null | undefined;
|
1478
1478
|
}>>;
|
@@ -1490,13 +1490,13 @@ export declare const platformWebchatContract: {
|
|
1490
1490
|
picture: z.ZodOptional<z.ZodString>;
|
1491
1491
|
additionalCredentials: z.ZodAny;
|
1492
1492
|
}, "strip", z.ZodTypeAny, {
|
1493
|
-
id: string;
|
1494
1493
|
name: string;
|
1494
|
+
id: string;
|
1495
1495
|
picture?: string | undefined;
|
1496
1496
|
additionalCredentials?: any;
|
1497
1497
|
}, {
|
1498
|
-
id: string;
|
1499
1498
|
name: string;
|
1499
|
+
id: string;
|
1500
1500
|
picture?: string | undefined;
|
1501
1501
|
additionalCredentials?: any;
|
1502
1502
|
}>;
|
@@ -1504,8 +1504,8 @@ export declare const platformWebchatContract: {
|
|
1504
1504
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1505
1505
|
id: string;
|
1506
1506
|
metadata: {
|
1507
|
-
id: string;
|
1508
1507
|
name: string;
|
1508
|
+
id: string;
|
1509
1509
|
picture?: string | undefined;
|
1510
1510
|
additionalCredentials?: any;
|
1511
1511
|
};
|
@@ -1518,8 +1518,8 @@ export declare const platformWebchatContract: {
|
|
1518
1518
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1519
1519
|
id: string;
|
1520
1520
|
metadata: {
|
1521
|
-
id: string;
|
1522
1521
|
name: string;
|
1522
|
+
id: string;
|
1523
1523
|
picture?: string | undefined;
|
1524
1524
|
additionalCredentials?: any;
|
1525
1525
|
};
|
@@ -1829,10 +1829,10 @@ export declare const platformWebchatContract: {
|
|
1829
1829
|
};
|
1830
1830
|
}>, "many">>;
|
1831
1831
|
}, "strip", z.ZodTypeAny, {
|
1832
|
+
name: string;
|
1832
1833
|
id: string;
|
1833
1834
|
channel: string | null;
|
1834
1835
|
address: string | null;
|
1835
|
-
name: string;
|
1836
1836
|
createdAt: Date;
|
1837
1837
|
updatedAt: Date;
|
1838
1838
|
deletedAt: Date | null;
|
@@ -1877,8 +1877,8 @@ export declare const platformWebchatContract: {
|
|
1877
1877
|
createdAt: Date;
|
1878
1878
|
updatedAt: Date;
|
1879
1879
|
deletedAt: Date | null;
|
1880
|
-
address?: string | null | undefined;
|
1881
1880
|
name?: string | undefined;
|
1881
|
+
address?: string | null | undefined;
|
1882
1882
|
phone?: string | null | undefined;
|
1883
1883
|
industry?: string | null | undefined;
|
1884
1884
|
} | null;
|
@@ -1886,8 +1886,8 @@ export declare const platformWebchatContract: {
|
|
1886
1886
|
contactProfile: string | null;
|
1887
1887
|
socialProfileUrl: string | null;
|
1888
1888
|
tags: {
|
1889
|
-
id: string;
|
1890
1889
|
name: string;
|
1890
|
+
id: string;
|
1891
1891
|
createdAt: Date;
|
1892
1892
|
updatedAt: Date;
|
1893
1893
|
deletedAt: Date | null;
|
@@ -1912,8 +1912,8 @@ export declare const platformWebchatContract: {
|
|
1912
1912
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1913
1913
|
id: string;
|
1914
1914
|
metadata: {
|
1915
|
-
id: string;
|
1916
1915
|
name: string;
|
1916
|
+
id: string;
|
1917
1917
|
picture?: string | undefined;
|
1918
1918
|
additionalCredentials?: any;
|
1919
1919
|
};
|
@@ -1940,10 +1940,10 @@ export declare const platformWebchatContract: {
|
|
1940
1940
|
};
|
1941
1941
|
}[] | undefined;
|
1942
1942
|
}, {
|
1943
|
+
name: string;
|
1943
1944
|
id: string;
|
1944
1945
|
channel: string | null;
|
1945
1946
|
address: string | null;
|
1946
|
-
name: string;
|
1947
1947
|
createdAt: Date;
|
1948
1948
|
updatedAt: Date;
|
1949
1949
|
deletedAt: Date | null;
|
@@ -1988,8 +1988,8 @@ export declare const platformWebchatContract: {
|
|
1988
1988
|
createdAt: Date;
|
1989
1989
|
updatedAt: Date;
|
1990
1990
|
deletedAt: Date | null;
|
1991
|
-
address?: string | null | undefined;
|
1992
1991
|
name?: string | undefined;
|
1992
|
+
address?: string | null | undefined;
|
1993
1993
|
phone?: string | null | undefined;
|
1994
1994
|
industry?: string | null | undefined;
|
1995
1995
|
} | null;
|
@@ -1997,8 +1997,8 @@ export declare const platformWebchatContract: {
|
|
1997
1997
|
contactProfile: string | null;
|
1998
1998
|
socialProfileUrl: string | null;
|
1999
1999
|
tags: {
|
2000
|
-
id: string;
|
2001
2000
|
name: string;
|
2001
|
+
id: string;
|
2002
2002
|
createdAt: Date;
|
2003
2003
|
updatedAt: Date;
|
2004
2004
|
deletedAt: Date | null;
|
@@ -2023,8 +2023,8 @@ export declare const platformWebchatContract: {
|
|
2023
2023
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2024
2024
|
id: string;
|
2025
2025
|
metadata: {
|
2026
|
-
id: string;
|
2027
2026
|
name: string;
|
2027
|
+
id: string;
|
2028
2028
|
picture?: string | undefined;
|
2029
2029
|
additionalCredentials?: any;
|
2030
2030
|
};
|
@@ -2055,8 +2055,8 @@ export declare const platformWebchatContract: {
|
|
2055
2055
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2056
2056
|
id: string;
|
2057
2057
|
metadata: {
|
2058
|
-
id: string;
|
2059
2058
|
name: string;
|
2059
|
+
id: string;
|
2060
2060
|
picture?: string | undefined;
|
2061
2061
|
additionalCredentials?: any;
|
2062
2062
|
};
|
@@ -2064,10 +2064,10 @@ export declare const platformWebchatContract: {
|
|
2064
2064
|
updatedAt: Date;
|
2065
2065
|
deletedAt: Date | null;
|
2066
2066
|
contact: {
|
2067
|
+
name: string;
|
2067
2068
|
id: string;
|
2068
2069
|
channel: string | null;
|
2069
2070
|
address: string | null;
|
2070
|
-
name: string;
|
2071
2071
|
createdAt: Date;
|
2072
2072
|
updatedAt: Date;
|
2073
2073
|
deletedAt: Date | null;
|
@@ -2112,8 +2112,8 @@ export declare const platformWebchatContract: {
|
|
2112
2112
|
createdAt: Date;
|
2113
2113
|
updatedAt: Date;
|
2114
2114
|
deletedAt: Date | null;
|
2115
|
-
address?: string | null | undefined;
|
2116
2115
|
name?: string | undefined;
|
2116
|
+
address?: string | null | undefined;
|
2117
2117
|
phone?: string | null | undefined;
|
2118
2118
|
industry?: string | null | undefined;
|
2119
2119
|
} | null;
|
@@ -2121,8 +2121,8 @@ export declare const platformWebchatContract: {
|
|
2121
2121
|
contactProfile: string | null;
|
2122
2122
|
socialProfileUrl: string | null;
|
2123
2123
|
tags: {
|
2124
|
-
id: string;
|
2125
2124
|
name: string;
|
2125
|
+
id: string;
|
2126
2126
|
createdAt: Date;
|
2127
2127
|
updatedAt: Date;
|
2128
2128
|
deletedAt: Date | null;
|
@@ -2147,8 +2147,8 @@ export declare const platformWebchatContract: {
|
|
2147
2147
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2148
2148
|
id: string;
|
2149
2149
|
metadata: {
|
2150
|
-
id: string;
|
2151
2150
|
name: string;
|
2151
|
+
id: string;
|
2152
2152
|
picture?: string | undefined;
|
2153
2153
|
additionalCredentials?: any;
|
2154
2154
|
};
|
@@ -2181,8 +2181,8 @@ export declare const platformWebchatContract: {
|
|
2181
2181
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2182
2182
|
id: string;
|
2183
2183
|
metadata: {
|
2184
|
-
id: string;
|
2185
2184
|
name: string;
|
2185
|
+
id: string;
|
2186
2186
|
picture?: string | undefined;
|
2187
2187
|
additionalCredentials?: any;
|
2188
2188
|
};
|
@@ -2190,10 +2190,10 @@ export declare const platformWebchatContract: {
|
|
2190
2190
|
updatedAt: Date;
|
2191
2191
|
deletedAt: Date | null;
|
2192
2192
|
contact: {
|
2193
|
+
name: string;
|
2193
2194
|
id: string;
|
2194
2195
|
channel: string | null;
|
2195
2196
|
address: string | null;
|
2196
|
-
name: string;
|
2197
2197
|
createdAt: Date;
|
2198
2198
|
updatedAt: Date;
|
2199
2199
|
deletedAt: Date | null;
|
@@ -2238,8 +2238,8 @@ export declare const platformWebchatContract: {
|
|
2238
2238
|
createdAt: Date;
|
2239
2239
|
updatedAt: Date;
|
2240
2240
|
deletedAt: Date | null;
|
2241
|
-
address?: string | null | undefined;
|
2242
2241
|
name?: string | undefined;
|
2242
|
+
address?: string | null | undefined;
|
2243
2243
|
phone?: string | null | undefined;
|
2244
2244
|
industry?: string | null | undefined;
|
2245
2245
|
} | null;
|
@@ -2247,8 +2247,8 @@ export declare const platformWebchatContract: {
|
|
2247
2247
|
contactProfile: string | null;
|
2248
2248
|
socialProfileUrl: string | null;
|
2249
2249
|
tags: {
|
2250
|
-
id: string;
|
2251
2250
|
name: string;
|
2251
|
+
id: string;
|
2252
2252
|
createdAt: Date;
|
2253
2253
|
updatedAt: Date;
|
2254
2254
|
deletedAt: Date | null;
|
@@ -2273,8 +2273,8 @@ export declare const platformWebchatContract: {
|
|
2273
2273
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2274
2274
|
id: string;
|
2275
2275
|
metadata: {
|
2276
|
-
id: string;
|
2277
2276
|
name: string;
|
2277
|
+
id: string;
|
2278
2278
|
picture?: string | undefined;
|
2279
2279
|
additionalCredentials?: any;
|
2280
2280
|
};
|
@@ -2422,9 +2422,9 @@ export declare const platformWebchatContract: {
|
|
2422
2422
|
telephonySignature: string | null;
|
2423
2423
|
}>;
|
2424
2424
|
}, "strip", z.ZodTypeAny, {
|
2425
|
+
name: string;
|
2425
2426
|
id: string;
|
2426
2427
|
address: string | null;
|
2427
|
-
name: string;
|
2428
2428
|
email: string;
|
2429
2429
|
createdAt: Date;
|
2430
2430
|
updatedAt: Date;
|
@@ -2465,9 +2465,9 @@ export declare const platformWebchatContract: {
|
|
2465
2465
|
telephonySignature: string | null;
|
2466
2466
|
};
|
2467
2467
|
}, {
|
2468
|
+
name: string;
|
2468
2469
|
id: string;
|
2469
2470
|
address: string | null;
|
2470
|
-
name: string;
|
2471
2471
|
email: string;
|
2472
2472
|
createdAt: Date;
|
2473
2473
|
updatedAt: Date;
|
@@ -2626,9 +2626,9 @@ export declare const platformWebchatContract: {
|
|
2626
2626
|
telephonySignature: string | null;
|
2627
2627
|
}>;
|
2628
2628
|
}, "strip", z.ZodTypeAny, {
|
2629
|
+
name: string;
|
2629
2630
|
id: string;
|
2630
2631
|
address: string | null;
|
2631
|
-
name: string;
|
2632
2632
|
email: string;
|
2633
2633
|
createdAt: Date;
|
2634
2634
|
updatedAt: Date;
|
@@ -2669,9 +2669,9 @@ export declare const platformWebchatContract: {
|
|
2669
2669
|
telephonySignature: string | null;
|
2670
2670
|
};
|
2671
2671
|
}, {
|
2672
|
+
name: string;
|
2672
2673
|
id: string;
|
2673
2674
|
address: string | null;
|
2674
|
-
name: string;
|
2675
2675
|
email: string;
|
2676
2676
|
createdAt: Date;
|
2677
2677
|
updatedAt: Date;
|
@@ -2742,8 +2742,8 @@ export declare const platformWebchatContract: {
|
|
2742
2742
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2743
2743
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2744
2744
|
}, "strip", z.ZodTypeAny, {
|
2745
|
-
id: string;
|
2746
2745
|
name: string;
|
2746
|
+
id: string;
|
2747
2747
|
accessToken?: string | undefined;
|
2748
2748
|
channelSecret?: string | undefined;
|
2749
2749
|
additionalCredentials?: any;
|
@@ -2756,8 +2756,8 @@ export declare const platformWebchatContract: {
|
|
2756
2756
|
lineRichMenuId?: string | null | undefined;
|
2757
2757
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2758
2758
|
}, {
|
2759
|
-
id: string;
|
2760
2759
|
name: string;
|
2760
|
+
id: string;
|
2761
2761
|
accessToken?: string | undefined;
|
2762
2762
|
channelSecret?: string | undefined;
|
2763
2763
|
additionalCredentials?: any;
|
@@ -2783,14 +2783,14 @@ export declare const platformWebchatContract: {
|
|
2783
2783
|
integrationId: z.ZodString;
|
2784
2784
|
accessToken: z.ZodString;
|
2785
2785
|
}, "strip", z.ZodTypeAny, {
|
2786
|
-
id: string;
|
2787
2786
|
name: string;
|
2787
|
+
id: string;
|
2788
2788
|
accessToken: string;
|
2789
2789
|
botId: string;
|
2790
2790
|
integrationId: string;
|
2791
2791
|
}, {
|
2792
|
-
id: string;
|
2793
2792
|
name: string;
|
2793
|
+
id: string;
|
2794
2794
|
accessToken: string;
|
2795
2795
|
botId: string;
|
2796
2796
|
integrationId: string;
|
@@ -2913,9 +2913,9 @@ export declare const platformWebchatContract: {
|
|
2913
2913
|
telephonySignature: string | null;
|
2914
2914
|
}>;
|
2915
2915
|
}, "strip", z.ZodTypeAny, {
|
2916
|
+
name: string;
|
2916
2917
|
id: string;
|
2917
2918
|
address: string | null;
|
2918
|
-
name: string;
|
2919
2919
|
email: string;
|
2920
2920
|
createdAt: Date;
|
2921
2921
|
updatedAt: Date;
|
@@ -2956,9 +2956,9 @@ export declare const platformWebchatContract: {
|
|
2956
2956
|
telephonySignature: string | null;
|
2957
2957
|
};
|
2958
2958
|
}, {
|
2959
|
+
name: string;
|
2959
2960
|
id: string;
|
2960
2961
|
address: string | null;
|
2961
|
-
name: string;
|
2962
2962
|
email: string;
|
2963
2963
|
createdAt: Date;
|
2964
2964
|
updatedAt: Date;
|
@@ -3000,12 +3000,12 @@ export declare const platformWebchatContract: {
|
|
3000
3000
|
};
|
3001
3001
|
}>;
|
3002
3002
|
}, "strip", z.ZodTypeAny, {
|
3003
|
+
name: string;
|
3003
3004
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3004
3005
|
id: string;
|
3005
|
-
name: string;
|
3006
3006
|
metadata: {
|
3007
|
-
id: string;
|
3008
3007
|
name: string;
|
3008
|
+
id: string;
|
3009
3009
|
accessToken?: string | undefined;
|
3010
3010
|
channelSecret?: string | undefined;
|
3011
3011
|
additionalCredentials?: any;
|
@@ -3023,9 +3023,9 @@ export declare const platformWebchatContract: {
|
|
3023
3023
|
updatedAt: Date;
|
3024
3024
|
deletedAt: Date | null;
|
3025
3025
|
actor: {
|
3026
|
+
name: string;
|
3026
3027
|
id: string;
|
3027
3028
|
address: string | null;
|
3028
|
-
name: string;
|
3029
3029
|
email: string;
|
3030
3030
|
createdAt: Date;
|
3031
3031
|
updatedAt: Date;
|
@@ -3072,19 +3072,19 @@ export declare const platformWebchatContract: {
|
|
3072
3072
|
connectedUserName: string;
|
3073
3073
|
connectedUserId: string;
|
3074
3074
|
botpressBot: {
|
3075
|
-
id: string;
|
3076
3075
|
name: string;
|
3076
|
+
id: string;
|
3077
3077
|
accessToken: string;
|
3078
3078
|
botId: string;
|
3079
3079
|
integrationId: string;
|
3080
3080
|
} | null;
|
3081
3081
|
}, {
|
3082
|
+
name: string;
|
3082
3083
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3083
3084
|
id: string;
|
3084
|
-
name: string;
|
3085
3085
|
metadata: {
|
3086
|
-
id: string;
|
3087
3086
|
name: string;
|
3087
|
+
id: string;
|
3088
3088
|
accessToken?: string | undefined;
|
3089
3089
|
channelSecret?: string | undefined;
|
3090
3090
|
additionalCredentials?: any;
|
@@ -3102,9 +3102,9 @@ export declare const platformWebchatContract: {
|
|
3102
3102
|
updatedAt: Date;
|
3103
3103
|
deletedAt: Date | null;
|
3104
3104
|
actor: {
|
3105
|
+
name: string;
|
3105
3106
|
id: string;
|
3106
3107
|
address: string | null;
|
3107
|
-
name: string;
|
3108
3108
|
email: string;
|
3109
3109
|
createdAt: Date;
|
3110
3110
|
updatedAt: Date;
|
@@ -3151,8 +3151,8 @@ export declare const platformWebchatContract: {
|
|
3151
3151
|
connectedUserName: string;
|
3152
3152
|
connectedUserId: string;
|
3153
3153
|
botpressBot: {
|
3154
|
-
id: string;
|
3155
3154
|
name: string;
|
3155
|
+
id: string;
|
3156
3156
|
accessToken: string;
|
3157
3157
|
botId: string;
|
3158
3158
|
integrationId: string;
|
@@ -3189,14 +3189,14 @@ export declare const platformWebchatContract: {
|
|
3189
3189
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3190
3190
|
name: z.ZodString;
|
3191
3191
|
}, "strip", z.ZodTypeAny, {
|
3192
|
-
id: string;
|
3193
3192
|
name: string;
|
3193
|
+
id: string;
|
3194
3194
|
createdAt: Date;
|
3195
3195
|
updatedAt: Date;
|
3196
3196
|
deletedAt: Date | null;
|
3197
3197
|
}, {
|
3198
|
-
id: string;
|
3199
3198
|
name: string;
|
3199
|
+
id: string;
|
3200
3200
|
createdAt: Date;
|
3201
3201
|
updatedAt: Date;
|
3202
3202
|
deletedAt: Date | null;
|
@@ -3367,8 +3367,8 @@ export declare const platformWebchatContract: {
|
|
3367
3367
|
}[];
|
3368
3368
|
}[];
|
3369
3369
|
tags: {
|
3370
|
-
id: string;
|
3371
3370
|
name: string;
|
3371
|
+
id: string;
|
3372
3372
|
createdAt: Date;
|
3373
3373
|
updatedAt: Date;
|
3374
3374
|
deletedAt: Date | null;
|
@@ -3418,8 +3418,8 @@ export declare const platformWebchatContract: {
|
|
3418
3418
|
}[];
|
3419
3419
|
}[];
|
3420
3420
|
tags: {
|
3421
|
-
id: string;
|
3422
3421
|
name: string;
|
3422
|
+
id: string;
|
3423
3423
|
createdAt: Date;
|
3424
3424
|
updatedAt: Date;
|
3425
3425
|
deletedAt: Date | null;
|
@@ -3486,8 +3486,8 @@ export declare const platformWebchatContract: {
|
|
3486
3486
|
}[];
|
3487
3487
|
}[];
|
3488
3488
|
tags: {
|
3489
|
-
id: string;
|
3490
3489
|
name: string;
|
3490
|
+
id: string;
|
3491
3491
|
createdAt: Date;
|
3492
3492
|
updatedAt: Date;
|
3493
3493
|
deletedAt: Date | null;
|
@@ -3554,8 +3554,8 @@ export declare const platformWebchatContract: {
|
|
3554
3554
|
}[];
|
3555
3555
|
}[];
|
3556
3556
|
tags: {
|
3557
|
-
id: string;
|
3558
3557
|
name: string;
|
3558
|
+
id: string;
|
3559
3559
|
createdAt: Date;
|
3560
3560
|
updatedAt: Date;
|
3561
3561
|
deletedAt: Date | null;
|
@@ -3586,17 +3586,17 @@ export declare const platformWebchatContract: {
|
|
3586
3586
|
isActive: z.ZodBoolean;
|
3587
3587
|
type: z.ZodString;
|
3588
3588
|
}, "strip", z.ZodTypeAny, {
|
3589
|
+
name: string;
|
3589
3590
|
type: string;
|
3590
3591
|
id: string;
|
3591
|
-
name: string;
|
3592
3592
|
createdAt: Date;
|
3593
3593
|
updatedAt: Date;
|
3594
3594
|
deletedAt: Date | null;
|
3595
3595
|
isActive: boolean;
|
3596
3596
|
}, {
|
3597
|
+
name: string;
|
3597
3598
|
type: string;
|
3598
3599
|
id: string;
|
3599
|
-
name: string;
|
3600
3600
|
createdAt: Date;
|
3601
3601
|
updatedAt: Date;
|
3602
3602
|
deletedAt: Date | null;
|
@@ -3606,12 +3606,12 @@ export declare const platformWebchatContract: {
|
|
3606
3606
|
}, "strip", z.ZodTypeAny, {
|
3607
3607
|
id: string;
|
3608
3608
|
channel: {
|
3609
|
+
name: string;
|
3609
3610
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3610
3611
|
id: string;
|
3611
|
-
name: string;
|
3612
3612
|
metadata: {
|
3613
|
-
id: string;
|
3614
3613
|
name: string;
|
3614
|
+
id: string;
|
3615
3615
|
accessToken?: string | undefined;
|
3616
3616
|
channelSecret?: string | undefined;
|
3617
3617
|
additionalCredentials?: any;
|
@@ -3629,9 +3629,9 @@ export declare const platformWebchatContract: {
|
|
3629
3629
|
updatedAt: Date;
|
3630
3630
|
deletedAt: Date | null;
|
3631
3631
|
actor: {
|
3632
|
+
name: string;
|
3632
3633
|
id: string;
|
3633
3634
|
address: string | null;
|
3634
|
-
name: string;
|
3635
3635
|
email: string;
|
3636
3636
|
createdAt: Date;
|
3637
3637
|
updatedAt: Date;
|
@@ -3678,8 +3678,8 @@ export declare const platformWebchatContract: {
|
|
3678
3678
|
connectedUserName: string;
|
3679
3679
|
connectedUserId: string;
|
3680
3680
|
botpressBot: {
|
3681
|
-
id: string;
|
3682
3681
|
name: string;
|
3682
|
+
id: string;
|
3683
3683
|
accessToken: string;
|
3684
3684
|
botId: string;
|
3685
3685
|
integrationId: string;
|
@@ -3691,9 +3691,9 @@ export declare const platformWebchatContract: {
|
|
3691
3691
|
updatedAt: Date;
|
3692
3692
|
deletedAt: Date | null;
|
3693
3693
|
actor: {
|
3694
|
+
name: string;
|
3694
3695
|
id: string;
|
3695
3696
|
address: string | null;
|
3696
|
-
name: string;
|
3697
3697
|
email: string;
|
3698
3698
|
createdAt: Date;
|
3699
3699
|
updatedAt: Date;
|
@@ -3744,8 +3744,8 @@ export declare const platformWebchatContract: {
|
|
3744
3744
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3745
3745
|
id: string;
|
3746
3746
|
metadata: {
|
3747
|
-
id: string;
|
3748
3747
|
name: string;
|
3748
|
+
id: string;
|
3749
3749
|
picture?: string | undefined;
|
3750
3750
|
additionalCredentials?: any;
|
3751
3751
|
};
|
@@ -3753,10 +3753,10 @@ export declare const platformWebchatContract: {
|
|
3753
3753
|
updatedAt: Date;
|
3754
3754
|
deletedAt: Date | null;
|
3755
3755
|
contact: {
|
3756
|
+
name: string;
|
3756
3757
|
id: string;
|
3757
3758
|
channel: string | null;
|
3758
3759
|
address: string | null;
|
3759
|
-
name: string;
|
3760
3760
|
createdAt: Date;
|
3761
3761
|
updatedAt: Date;
|
3762
3762
|
deletedAt: Date | null;
|
@@ -3801,8 +3801,8 @@ export declare const platformWebchatContract: {
|
|
3801
3801
|
createdAt: Date;
|
3802
3802
|
updatedAt: Date;
|
3803
3803
|
deletedAt: Date | null;
|
3804
|
-
address?: string | null | undefined;
|
3805
3804
|
name?: string | undefined;
|
3805
|
+
address?: string | null | undefined;
|
3806
3806
|
phone?: string | null | undefined;
|
3807
3807
|
industry?: string | null | undefined;
|
3808
3808
|
} | null;
|
@@ -3810,8 +3810,8 @@ export declare const platformWebchatContract: {
|
|
3810
3810
|
contactProfile: string | null;
|
3811
3811
|
socialProfileUrl: string | null;
|
3812
3812
|
tags: {
|
3813
|
-
id: string;
|
3814
3813
|
name: string;
|
3814
|
+
id: string;
|
3815
3815
|
createdAt: Date;
|
3816
3816
|
updatedAt: Date;
|
3817
3817
|
deletedAt: Date | null;
|
@@ -3836,8 +3836,8 @@ export declare const platformWebchatContract: {
|
|
3836
3836
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3837
3837
|
id: string;
|
3838
3838
|
metadata: {
|
3839
|
-
id: string;
|
3840
3839
|
name: string;
|
3840
|
+
id: string;
|
3841
3841
|
picture?: string | undefined;
|
3842
3842
|
additionalCredentials?: any;
|
3843
3843
|
};
|
@@ -3868,9 +3868,9 @@ export declare const platformWebchatContract: {
|
|
3868
3868
|
socialPlatformId: string;
|
3869
3869
|
};
|
3870
3870
|
assignee: {
|
3871
|
+
name: string;
|
3871
3872
|
id: string;
|
3872
3873
|
address: string | null;
|
3873
|
-
name: string;
|
3874
3874
|
email: string;
|
3875
3875
|
createdAt: Date;
|
3876
3876
|
updatedAt: Date;
|
@@ -3960,8 +3960,8 @@ export declare const platformWebchatContract: {
|
|
3960
3960
|
}[];
|
3961
3961
|
}[];
|
3962
3962
|
tags: {
|
3963
|
-
id: string;
|
3964
3963
|
name: string;
|
3964
|
+
id: string;
|
3965
3965
|
createdAt: Date;
|
3966
3966
|
updatedAt: Date;
|
3967
3967
|
deletedAt: Date | null;
|
@@ -3984,9 +3984,9 @@ export declare const platformWebchatContract: {
|
|
3984
3984
|
} | null;
|
3985
3985
|
};
|
3986
3986
|
workflowRule: {
|
3987
|
+
name: string;
|
3987
3988
|
type: string;
|
3988
3989
|
id: string;
|
3989
|
-
name: string;
|
3990
3990
|
createdAt: Date;
|
3991
3991
|
updatedAt: Date;
|
3992
3992
|
deletedAt: Date | null;
|
@@ -3996,12 +3996,12 @@ export declare const platformWebchatContract: {
|
|
3996
3996
|
}, {
|
3997
3997
|
id: string;
|
3998
3998
|
channel: {
|
3999
|
+
name: string;
|
3999
4000
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4000
4001
|
id: string;
|
4001
|
-
name: string;
|
4002
4002
|
metadata: {
|
4003
|
-
id: string;
|
4004
4003
|
name: string;
|
4004
|
+
id: string;
|
4005
4005
|
accessToken?: string | undefined;
|
4006
4006
|
channelSecret?: string | undefined;
|
4007
4007
|
additionalCredentials?: any;
|
@@ -4019,9 +4019,9 @@ export declare const platformWebchatContract: {
|
|
4019
4019
|
updatedAt: Date;
|
4020
4020
|
deletedAt: Date | null;
|
4021
4021
|
actor: {
|
4022
|
+
name: string;
|
4022
4023
|
id: string;
|
4023
4024
|
address: string | null;
|
4024
|
-
name: string;
|
4025
4025
|
email: string;
|
4026
4026
|
createdAt: Date;
|
4027
4027
|
updatedAt: Date;
|
@@ -4068,8 +4068,8 @@ export declare const platformWebchatContract: {
|
|
4068
4068
|
connectedUserName: string;
|
4069
4069
|
connectedUserId: string;
|
4070
4070
|
botpressBot: {
|
4071
|
-
id: string;
|
4072
4071
|
name: string;
|
4072
|
+
id: string;
|
4073
4073
|
accessToken: string;
|
4074
4074
|
botId: string;
|
4075
4075
|
integrationId: string;
|
@@ -4081,9 +4081,9 @@ export declare const platformWebchatContract: {
|
|
4081
4081
|
updatedAt: Date;
|
4082
4082
|
deletedAt: Date | null;
|
4083
4083
|
actor: {
|
4084
|
+
name: string;
|
4084
4085
|
id: string;
|
4085
4086
|
address: string | null;
|
4086
|
-
name: string;
|
4087
4087
|
email: string;
|
4088
4088
|
createdAt: Date;
|
4089
4089
|
updatedAt: Date;
|
@@ -4134,8 +4134,8 @@ export declare const platformWebchatContract: {
|
|
4134
4134
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4135
4135
|
id: string;
|
4136
4136
|
metadata: {
|
4137
|
-
id: string;
|
4138
4137
|
name: string;
|
4138
|
+
id: string;
|
4139
4139
|
picture?: string | undefined;
|
4140
4140
|
additionalCredentials?: any;
|
4141
4141
|
};
|
@@ -4143,10 +4143,10 @@ export declare const platformWebchatContract: {
|
|
4143
4143
|
updatedAt: Date;
|
4144
4144
|
deletedAt: Date | null;
|
4145
4145
|
contact: {
|
4146
|
+
name: string;
|
4146
4147
|
id: string;
|
4147
4148
|
channel: string | null;
|
4148
4149
|
address: string | null;
|
4149
|
-
name: string;
|
4150
4150
|
createdAt: Date;
|
4151
4151
|
updatedAt: Date;
|
4152
4152
|
deletedAt: Date | null;
|
@@ -4191,8 +4191,8 @@ export declare const platformWebchatContract: {
|
|
4191
4191
|
createdAt: Date;
|
4192
4192
|
updatedAt: Date;
|
4193
4193
|
deletedAt: Date | null;
|
4194
|
-
address?: string | null | undefined;
|
4195
4194
|
name?: string | undefined;
|
4195
|
+
address?: string | null | undefined;
|
4196
4196
|
phone?: string | null | undefined;
|
4197
4197
|
industry?: string | null | undefined;
|
4198
4198
|
} | null;
|
@@ -4200,8 +4200,8 @@ export declare const platformWebchatContract: {
|
|
4200
4200
|
contactProfile: string | null;
|
4201
4201
|
socialProfileUrl: string | null;
|
4202
4202
|
tags: {
|
4203
|
-
id: string;
|
4204
4203
|
name: string;
|
4204
|
+
id: string;
|
4205
4205
|
createdAt: Date;
|
4206
4206
|
updatedAt: Date;
|
4207
4207
|
deletedAt: Date | null;
|
@@ -4226,8 +4226,8 @@ export declare const platformWebchatContract: {
|
|
4226
4226
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4227
4227
|
id: string;
|
4228
4228
|
metadata: {
|
4229
|
-
id: string;
|
4230
4229
|
name: string;
|
4230
|
+
id: string;
|
4231
4231
|
picture?: string | undefined;
|
4232
4232
|
additionalCredentials?: any;
|
4233
4233
|
};
|
@@ -4258,9 +4258,9 @@ export declare const platformWebchatContract: {
|
|
4258
4258
|
socialPlatformId: string;
|
4259
4259
|
};
|
4260
4260
|
assignee: {
|
4261
|
+
name: string;
|
4261
4262
|
id: string;
|
4262
4263
|
address: string | null;
|
4263
|
-
name: string;
|
4264
4264
|
email: string;
|
4265
4265
|
createdAt: Date;
|
4266
4266
|
updatedAt: Date;
|
@@ -4350,8 +4350,8 @@ export declare const platformWebchatContract: {
|
|
4350
4350
|
}[];
|
4351
4351
|
}[];
|
4352
4352
|
tags: {
|
4353
|
-
id: string;
|
4354
4353
|
name: string;
|
4354
|
+
id: string;
|
4355
4355
|
createdAt: Date;
|
4356
4356
|
updatedAt: Date;
|
4357
4357
|
deletedAt: Date | null;
|
@@ -4374,9 +4374,9 @@ export declare const platformWebchatContract: {
|
|
4374
4374
|
} | null;
|
4375
4375
|
};
|
4376
4376
|
workflowRule: {
|
4377
|
+
name: string;
|
4377
4378
|
type: string;
|
4378
4379
|
id: string;
|
4379
|
-
name: string;
|
4380
4380
|
createdAt: Date;
|
4381
4381
|
updatedAt: Date;
|
4382
4382
|
deletedAt: Date | null;
|
@@ -4394,17 +4394,17 @@ export declare const platformWebchatContract: {
|
|
4394
4394
|
isActive: z.ZodBoolean;
|
4395
4395
|
type: z.ZodString;
|
4396
4396
|
}, "strip", z.ZodTypeAny, {
|
4397
|
+
name: string;
|
4397
4398
|
type: string;
|
4398
4399
|
id: string;
|
4399
|
-
name: string;
|
4400
4400
|
createdAt: Date;
|
4401
4401
|
updatedAt: Date;
|
4402
4402
|
deletedAt: Date | null;
|
4403
4403
|
isActive: boolean;
|
4404
4404
|
}, {
|
4405
|
+
name: string;
|
4405
4406
|
type: string;
|
4406
4407
|
id: string;
|
4407
|
-
name: string;
|
4408
4408
|
createdAt: Date;
|
4409
4409
|
updatedAt: Date;
|
4410
4410
|
deletedAt: Date | null;
|
@@ -4585,9 +4585,9 @@ export declare const platformWebchatContract: {
|
|
4585
4585
|
telephonySignature: string | null;
|
4586
4586
|
}>;
|
4587
4587
|
}, "strip", z.ZodTypeAny, {
|
4588
|
+
name: string;
|
4588
4589
|
id: string;
|
4589
4590
|
address: string | null;
|
4590
|
-
name: string;
|
4591
4591
|
email: string;
|
4592
4592
|
createdAt: Date;
|
4593
4593
|
updatedAt: Date;
|
@@ -4628,9 +4628,9 @@ export declare const platformWebchatContract: {
|
|
4628
4628
|
telephonySignature: string | null;
|
4629
4629
|
};
|
4630
4630
|
}, {
|
4631
|
+
name: string;
|
4631
4632
|
id: string;
|
4632
4633
|
address: string | null;
|
4633
|
-
name: string;
|
4634
4634
|
email: string;
|
4635
4635
|
createdAt: Date;
|
4636
4636
|
updatedAt: Date;
|
@@ -4789,9 +4789,9 @@ export declare const platformWebchatContract: {
|
|
4789
4789
|
telephonySignature: string | null;
|
4790
4790
|
}>;
|
4791
4791
|
}, "strip", z.ZodTypeAny, {
|
4792
|
+
name: string;
|
4792
4793
|
id: string;
|
4793
4794
|
address: string | null;
|
4794
|
-
name: string;
|
4795
4795
|
email: string;
|
4796
4796
|
createdAt: Date;
|
4797
4797
|
updatedAt: Date;
|
@@ -4832,9 +4832,9 @@ export declare const platformWebchatContract: {
|
|
4832
4832
|
telephonySignature: string | null;
|
4833
4833
|
};
|
4834
4834
|
}, {
|
4835
|
+
name: string;
|
4835
4836
|
id: string;
|
4836
4837
|
address: string | null;
|
4837
|
-
name: string;
|
4838
4838
|
email: string;
|
4839
4839
|
createdAt: Date;
|
4840
4840
|
updatedAt: Date;
|
@@ -4993,9 +4993,9 @@ export declare const platformWebchatContract: {
|
|
4993
4993
|
telephonySignature: string | null;
|
4994
4994
|
}>;
|
4995
4995
|
}, "strip", z.ZodTypeAny, {
|
4996
|
+
name: string;
|
4996
4997
|
id: string;
|
4997
4998
|
address: string | null;
|
4998
|
-
name: string;
|
4999
4999
|
email: string;
|
5000
5000
|
createdAt: Date;
|
5001
5001
|
updatedAt: Date;
|
@@ -5036,9 +5036,9 @@ export declare const platformWebchatContract: {
|
|
5036
5036
|
telephonySignature: string | null;
|
5037
5037
|
};
|
5038
5038
|
}, {
|
5039
|
+
name: string;
|
5039
5040
|
id: string;
|
5040
5041
|
address: string | null;
|
5041
|
-
name: string;
|
5042
5042
|
email: string;
|
5043
5043
|
createdAt: Date;
|
5044
5044
|
updatedAt: Date;
|
@@ -5089,9 +5089,9 @@ export declare const platformWebchatContract: {
|
|
5089
5089
|
updatedAt: Date;
|
5090
5090
|
deletedAt: Date | null;
|
5091
5091
|
actor: {
|
5092
|
+
name: string;
|
5092
5093
|
id: string;
|
5093
5094
|
address: string | null;
|
5094
|
-
name: string;
|
5095
5095
|
email: string;
|
5096
5096
|
createdAt: Date;
|
5097
5097
|
updatedAt: Date;
|
@@ -5145,9 +5145,9 @@ export declare const platformWebchatContract: {
|
|
5145
5145
|
status?: string | undefined;
|
5146
5146
|
};
|
5147
5147
|
assignee: {
|
5148
|
+
name: string;
|
5148
5149
|
id: string;
|
5149
5150
|
address: string | null;
|
5150
|
-
name: string;
|
5151
5151
|
email: string;
|
5152
5152
|
createdAt: Date;
|
5153
5153
|
updatedAt: Date;
|
@@ -5196,9 +5196,9 @@ export declare const platformWebchatContract: {
|
|
5196
5196
|
previewUrl: string;
|
5197
5197
|
imageSetId: string;
|
5198
5198
|
sender: {
|
5199
|
+
name: string;
|
5199
5200
|
id: string;
|
5200
5201
|
address: string | null;
|
5201
|
-
name: string;
|
5202
5202
|
email: string;
|
5203
5203
|
createdAt: Date;
|
5204
5204
|
updatedAt: Date;
|
@@ -5251,9 +5251,9 @@ export declare const platformWebchatContract: {
|
|
5251
5251
|
updatedAt: Date;
|
5252
5252
|
deletedAt: Date | null;
|
5253
5253
|
actor: {
|
5254
|
+
name: string;
|
5254
5255
|
id: string;
|
5255
5256
|
address: string | null;
|
5256
|
-
name: string;
|
5257
5257
|
email: string;
|
5258
5258
|
createdAt: Date;
|
5259
5259
|
updatedAt: Date;
|
@@ -5307,9 +5307,9 @@ export declare const platformWebchatContract: {
|
|
5307
5307
|
status?: string | undefined;
|
5308
5308
|
};
|
5309
5309
|
assignee: {
|
5310
|
+
name: string;
|
5310
5311
|
id: string;
|
5311
5312
|
address: string | null;
|
5312
|
-
name: string;
|
5313
5313
|
email: string;
|
5314
5314
|
createdAt: Date;
|
5315
5315
|
updatedAt: Date;
|
@@ -5358,9 +5358,9 @@ export declare const platformWebchatContract: {
|
|
5358
5358
|
previewUrl: string;
|
5359
5359
|
imageSetId: string;
|
5360
5360
|
sender: {
|
5361
|
+
name: string;
|
5361
5362
|
id: string;
|
5362
5363
|
address: string | null;
|
5363
|
-
name: string;
|
5364
5364
|
email: string;
|
5365
5365
|
createdAt: Date;
|
5366
5366
|
updatedAt: Date;
|
@@ -5522,9 +5522,9 @@ export declare const platformWebchatContract: {
|
|
5522
5522
|
telephonySignature: string | null;
|
5523
5523
|
}>;
|
5524
5524
|
}, "strip", z.ZodTypeAny, {
|
5525
|
+
name: string;
|
5525
5526
|
id: string;
|
5526
5527
|
address: string | null;
|
5527
|
-
name: string;
|
5528
5528
|
email: string;
|
5529
5529
|
createdAt: Date;
|
5530
5530
|
updatedAt: Date;
|
@@ -5565,9 +5565,9 @@ export declare const platformWebchatContract: {
|
|
5565
5565
|
telephonySignature: string | null;
|
5566
5566
|
};
|
5567
5567
|
}, {
|
5568
|
+
name: string;
|
5568
5569
|
id: string;
|
5569
5570
|
address: string | null;
|
5570
|
-
name: string;
|
5571
5571
|
email: string;
|
5572
5572
|
createdAt: Date;
|
5573
5573
|
updatedAt: Date;
|
@@ -5657,13 +5657,13 @@ export declare const platformWebchatContract: {
|
|
5657
5657
|
picture: z.ZodOptional<z.ZodString>;
|
5658
5658
|
additionalCredentials: z.ZodAny;
|
5659
5659
|
}, "strip", z.ZodTypeAny, {
|
5660
|
-
id: string;
|
5661
5660
|
name: string;
|
5661
|
+
id: string;
|
5662
5662
|
picture?: string | undefined;
|
5663
5663
|
additionalCredentials?: any;
|
5664
5664
|
}, {
|
5665
|
-
id: string;
|
5666
5665
|
name: string;
|
5666
|
+
id: string;
|
5667
5667
|
picture?: string | undefined;
|
5668
5668
|
additionalCredentials?: any;
|
5669
5669
|
}>;
|
@@ -5685,14 +5685,14 @@ export declare const platformWebchatContract: {
|
|
5685
5685
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5686
5686
|
name: z.ZodString;
|
5687
5687
|
}, "strip", z.ZodTypeAny, {
|
5688
|
-
id: string;
|
5689
5688
|
name: string;
|
5689
|
+
id: string;
|
5690
5690
|
createdAt: Date;
|
5691
5691
|
updatedAt: Date;
|
5692
5692
|
deletedAt: Date | null;
|
5693
5693
|
}, {
|
5694
|
-
id: string;
|
5695
5694
|
name: string;
|
5695
|
+
id: string;
|
5696
5696
|
createdAt: Date;
|
5697
5697
|
updatedAt: Date;
|
5698
5698
|
deletedAt: Date | null;
|
@@ -5848,8 +5848,8 @@ export declare const platformWebchatContract: {
|
|
5848
5848
|
createdAt: Date;
|
5849
5849
|
updatedAt: Date;
|
5850
5850
|
deletedAt: Date | null;
|
5851
|
-
address?: string | null | undefined;
|
5852
5851
|
name?: string | undefined;
|
5852
|
+
address?: string | null | undefined;
|
5853
5853
|
phone?: string | null | undefined;
|
5854
5854
|
industry?: string | null | undefined;
|
5855
5855
|
}, {
|
@@ -5857,8 +5857,8 @@ export declare const platformWebchatContract: {
|
|
5857
5857
|
createdAt: Date;
|
5858
5858
|
updatedAt: Date;
|
5859
5859
|
deletedAt: Date | null;
|
5860
|
-
address?: string | null | undefined;
|
5861
5860
|
name?: string | undefined;
|
5861
|
+
address?: string | null | undefined;
|
5862
5862
|
phone?: string | null | undefined;
|
5863
5863
|
industry?: string | null | undefined;
|
5864
5864
|
}>>;
|
@@ -5876,13 +5876,13 @@ export declare const platformWebchatContract: {
|
|
5876
5876
|
picture: z.ZodOptional<z.ZodString>;
|
5877
5877
|
additionalCredentials: z.ZodAny;
|
5878
5878
|
}, "strip", z.ZodTypeAny, {
|
5879
|
-
id: string;
|
5880
5879
|
name: string;
|
5880
|
+
id: string;
|
5881
5881
|
picture?: string | undefined;
|
5882
5882
|
additionalCredentials?: any;
|
5883
5883
|
}, {
|
5884
|
-
id: string;
|
5885
5884
|
name: string;
|
5885
|
+
id: string;
|
5886
5886
|
picture?: string | undefined;
|
5887
5887
|
additionalCredentials?: any;
|
5888
5888
|
}>;
|
@@ -5890,8 +5890,8 @@ export declare const platformWebchatContract: {
|
|
5890
5890
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5891
5891
|
id: string;
|
5892
5892
|
metadata: {
|
5893
|
-
id: string;
|
5894
5893
|
name: string;
|
5894
|
+
id: string;
|
5895
5895
|
picture?: string | undefined;
|
5896
5896
|
additionalCredentials?: any;
|
5897
5897
|
};
|
@@ -5904,8 +5904,8 @@ export declare const platformWebchatContract: {
|
|
5904
5904
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5905
5905
|
id: string;
|
5906
5906
|
metadata: {
|
5907
|
-
id: string;
|
5908
5907
|
name: string;
|
5908
|
+
id: string;
|
5909
5909
|
picture?: string | undefined;
|
5910
5910
|
additionalCredentials?: any;
|
5911
5911
|
};
|
@@ -6215,10 +6215,10 @@ export declare const platformWebchatContract: {
|
|
6215
6215
|
};
|
6216
6216
|
}>, "many">>;
|
6217
6217
|
}, "strip", z.ZodTypeAny, {
|
6218
|
+
name: string;
|
6218
6219
|
id: string;
|
6219
6220
|
channel: string | null;
|
6220
6221
|
address: string | null;
|
6221
|
-
name: string;
|
6222
6222
|
createdAt: Date;
|
6223
6223
|
updatedAt: Date;
|
6224
6224
|
deletedAt: Date | null;
|
@@ -6263,8 +6263,8 @@ export declare const platformWebchatContract: {
|
|
6263
6263
|
createdAt: Date;
|
6264
6264
|
updatedAt: Date;
|
6265
6265
|
deletedAt: Date | null;
|
6266
|
-
address?: string | null | undefined;
|
6267
6266
|
name?: string | undefined;
|
6267
|
+
address?: string | null | undefined;
|
6268
6268
|
phone?: string | null | undefined;
|
6269
6269
|
industry?: string | null | undefined;
|
6270
6270
|
} | null;
|
@@ -6272,8 +6272,8 @@ export declare const platformWebchatContract: {
|
|
6272
6272
|
contactProfile: string | null;
|
6273
6273
|
socialProfileUrl: string | null;
|
6274
6274
|
tags: {
|
6275
|
-
id: string;
|
6276
6275
|
name: string;
|
6276
|
+
id: string;
|
6277
6277
|
createdAt: Date;
|
6278
6278
|
updatedAt: Date;
|
6279
6279
|
deletedAt: Date | null;
|
@@ -6298,8 +6298,8 @@ export declare const platformWebchatContract: {
|
|
6298
6298
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6299
6299
|
id: string;
|
6300
6300
|
metadata: {
|
6301
|
-
id: string;
|
6302
6301
|
name: string;
|
6302
|
+
id: string;
|
6303
6303
|
picture?: string | undefined;
|
6304
6304
|
additionalCredentials?: any;
|
6305
6305
|
};
|
@@ -6326,10 +6326,10 @@ export declare const platformWebchatContract: {
|
|
6326
6326
|
};
|
6327
6327
|
}[] | undefined;
|
6328
6328
|
}, {
|
6329
|
+
name: string;
|
6329
6330
|
id: string;
|
6330
6331
|
channel: string | null;
|
6331
6332
|
address: string | null;
|
6332
|
-
name: string;
|
6333
6333
|
createdAt: Date;
|
6334
6334
|
updatedAt: Date;
|
6335
6335
|
deletedAt: Date | null;
|
@@ -6374,8 +6374,8 @@ export declare const platformWebchatContract: {
|
|
6374
6374
|
createdAt: Date;
|
6375
6375
|
updatedAt: Date;
|
6376
6376
|
deletedAt: Date | null;
|
6377
|
-
address?: string | null | undefined;
|
6378
6377
|
name?: string | undefined;
|
6378
|
+
address?: string | null | undefined;
|
6379
6379
|
phone?: string | null | undefined;
|
6380
6380
|
industry?: string | null | undefined;
|
6381
6381
|
} | null;
|
@@ -6383,8 +6383,8 @@ export declare const platformWebchatContract: {
|
|
6383
6383
|
contactProfile: string | null;
|
6384
6384
|
socialProfileUrl: string | null;
|
6385
6385
|
tags: {
|
6386
|
-
id: string;
|
6387
6386
|
name: string;
|
6387
|
+
id: string;
|
6388
6388
|
createdAt: Date;
|
6389
6389
|
updatedAt: Date;
|
6390
6390
|
deletedAt: Date | null;
|
@@ -6409,8 +6409,8 @@ export declare const platformWebchatContract: {
|
|
6409
6409
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6410
6410
|
id: string;
|
6411
6411
|
metadata: {
|
6412
|
-
id: string;
|
6413
6412
|
name: string;
|
6413
|
+
id: string;
|
6414
6414
|
picture?: string | undefined;
|
6415
6415
|
additionalCredentials?: any;
|
6416
6416
|
};
|
@@ -6441,8 +6441,8 @@ export declare const platformWebchatContract: {
|
|
6441
6441
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6442
6442
|
id: string;
|
6443
6443
|
metadata: {
|
6444
|
-
id: string;
|
6445
6444
|
name: string;
|
6445
|
+
id: string;
|
6446
6446
|
picture?: string | undefined;
|
6447
6447
|
additionalCredentials?: any;
|
6448
6448
|
};
|
@@ -6450,10 +6450,10 @@ export declare const platformWebchatContract: {
|
|
6450
6450
|
updatedAt: Date;
|
6451
6451
|
deletedAt: Date | null;
|
6452
6452
|
contact: {
|
6453
|
+
name: string;
|
6453
6454
|
id: string;
|
6454
6455
|
channel: string | null;
|
6455
6456
|
address: string | null;
|
6456
|
-
name: string;
|
6457
6457
|
createdAt: Date;
|
6458
6458
|
updatedAt: Date;
|
6459
6459
|
deletedAt: Date | null;
|
@@ -6498,8 +6498,8 @@ export declare const platformWebchatContract: {
|
|
6498
6498
|
createdAt: Date;
|
6499
6499
|
updatedAt: Date;
|
6500
6500
|
deletedAt: Date | null;
|
6501
|
-
address?: string | null | undefined;
|
6502
6501
|
name?: string | undefined;
|
6502
|
+
address?: string | null | undefined;
|
6503
6503
|
phone?: string | null | undefined;
|
6504
6504
|
industry?: string | null | undefined;
|
6505
6505
|
} | null;
|
@@ -6507,8 +6507,8 @@ export declare const platformWebchatContract: {
|
|
6507
6507
|
contactProfile: string | null;
|
6508
6508
|
socialProfileUrl: string | null;
|
6509
6509
|
tags: {
|
6510
|
-
id: string;
|
6511
6510
|
name: string;
|
6511
|
+
id: string;
|
6512
6512
|
createdAt: Date;
|
6513
6513
|
updatedAt: Date;
|
6514
6514
|
deletedAt: Date | null;
|
@@ -6533,8 +6533,8 @@ export declare const platformWebchatContract: {
|
|
6533
6533
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6534
6534
|
id: string;
|
6535
6535
|
metadata: {
|
6536
|
-
id: string;
|
6537
6536
|
name: string;
|
6537
|
+
id: string;
|
6538
6538
|
picture?: string | undefined;
|
6539
6539
|
additionalCredentials?: any;
|
6540
6540
|
};
|
@@ -6567,8 +6567,8 @@ export declare const platformWebchatContract: {
|
|
6567
6567
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6568
6568
|
id: string;
|
6569
6569
|
metadata: {
|
6570
|
-
id: string;
|
6571
6570
|
name: string;
|
6571
|
+
id: string;
|
6572
6572
|
picture?: string | undefined;
|
6573
6573
|
additionalCredentials?: any;
|
6574
6574
|
};
|
@@ -6576,10 +6576,10 @@ export declare const platformWebchatContract: {
|
|
6576
6576
|
updatedAt: Date;
|
6577
6577
|
deletedAt: Date | null;
|
6578
6578
|
contact: {
|
6579
|
+
name: string;
|
6579
6580
|
id: string;
|
6580
6581
|
channel: string | null;
|
6581
6582
|
address: string | null;
|
6582
|
-
name: string;
|
6583
6583
|
createdAt: Date;
|
6584
6584
|
updatedAt: Date;
|
6585
6585
|
deletedAt: Date | null;
|
@@ -6624,8 +6624,8 @@ export declare const platformWebchatContract: {
|
|
6624
6624
|
createdAt: Date;
|
6625
6625
|
updatedAt: Date;
|
6626
6626
|
deletedAt: Date | null;
|
6627
|
-
address?: string | null | undefined;
|
6628
6627
|
name?: string | undefined;
|
6628
|
+
address?: string | null | undefined;
|
6629
6629
|
phone?: string | null | undefined;
|
6630
6630
|
industry?: string | null | undefined;
|
6631
6631
|
} | null;
|
@@ -6633,8 +6633,8 @@ export declare const platformWebchatContract: {
|
|
6633
6633
|
contactProfile: string | null;
|
6634
6634
|
socialProfileUrl: string | null;
|
6635
6635
|
tags: {
|
6636
|
-
id: string;
|
6637
6636
|
name: string;
|
6637
|
+
id: string;
|
6638
6638
|
createdAt: Date;
|
6639
6639
|
updatedAt: Date;
|
6640
6640
|
deletedAt: Date | null;
|
@@ -6659,8 +6659,8 @@ export declare const platformWebchatContract: {
|
|
6659
6659
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6660
6660
|
id: string;
|
6661
6661
|
metadata: {
|
6662
|
-
id: string;
|
6663
6662
|
name: string;
|
6663
|
+
id: string;
|
6664
6664
|
picture?: string | undefined;
|
6665
6665
|
additionalCredentials?: any;
|
6666
6666
|
};
|
@@ -6808,9 +6808,9 @@ export declare const platformWebchatContract: {
|
|
6808
6808
|
telephonySignature: string | null;
|
6809
6809
|
}>;
|
6810
6810
|
}, "strip", z.ZodTypeAny, {
|
6811
|
+
name: string;
|
6811
6812
|
id: string;
|
6812
6813
|
address: string | null;
|
6813
|
-
name: string;
|
6814
6814
|
email: string;
|
6815
6815
|
createdAt: Date;
|
6816
6816
|
updatedAt: Date;
|
@@ -6851,9 +6851,9 @@ export declare const platformWebchatContract: {
|
|
6851
6851
|
telephonySignature: string | null;
|
6852
6852
|
};
|
6853
6853
|
}, {
|
6854
|
+
name: string;
|
6854
6855
|
id: string;
|
6855
6856
|
address: string | null;
|
6856
|
-
name: string;
|
6857
6857
|
email: string;
|
6858
6858
|
createdAt: Date;
|
6859
6859
|
updatedAt: Date;
|
@@ -7012,9 +7012,9 @@ export declare const platformWebchatContract: {
|
|
7012
7012
|
telephonySignature: string | null;
|
7013
7013
|
}>;
|
7014
7014
|
}, "strip", z.ZodTypeAny, {
|
7015
|
+
name: string;
|
7015
7016
|
id: string;
|
7016
7017
|
address: string | null;
|
7017
|
-
name: string;
|
7018
7018
|
email: string;
|
7019
7019
|
createdAt: Date;
|
7020
7020
|
updatedAt: Date;
|
@@ -7055,9 +7055,9 @@ export declare const platformWebchatContract: {
|
|
7055
7055
|
telephonySignature: string | null;
|
7056
7056
|
};
|
7057
7057
|
}, {
|
7058
|
+
name: string;
|
7058
7059
|
id: string;
|
7059
7060
|
address: string | null;
|
7060
|
-
name: string;
|
7061
7061
|
email: string;
|
7062
7062
|
createdAt: Date;
|
7063
7063
|
updatedAt: Date;
|
@@ -7128,8 +7128,8 @@ export declare const platformWebchatContract: {
|
|
7128
7128
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7129
7129
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7130
7130
|
}, "strip", z.ZodTypeAny, {
|
7131
|
-
id: string;
|
7132
7131
|
name: string;
|
7132
|
+
id: string;
|
7133
7133
|
accessToken?: string | undefined;
|
7134
7134
|
channelSecret?: string | undefined;
|
7135
7135
|
additionalCredentials?: any;
|
@@ -7142,8 +7142,8 @@ export declare const platformWebchatContract: {
|
|
7142
7142
|
lineRichMenuId?: string | null | undefined;
|
7143
7143
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7144
7144
|
}, {
|
7145
|
-
id: string;
|
7146
7145
|
name: string;
|
7146
|
+
id: string;
|
7147
7147
|
accessToken?: string | undefined;
|
7148
7148
|
channelSecret?: string | undefined;
|
7149
7149
|
additionalCredentials?: any;
|
@@ -7169,14 +7169,14 @@ export declare const platformWebchatContract: {
|
|
7169
7169
|
integrationId: z.ZodString;
|
7170
7170
|
accessToken: z.ZodString;
|
7171
7171
|
}, "strip", z.ZodTypeAny, {
|
7172
|
-
id: string;
|
7173
7172
|
name: string;
|
7173
|
+
id: string;
|
7174
7174
|
accessToken: string;
|
7175
7175
|
botId: string;
|
7176
7176
|
integrationId: string;
|
7177
7177
|
}, {
|
7178
|
-
id: string;
|
7179
7178
|
name: string;
|
7179
|
+
id: string;
|
7180
7180
|
accessToken: string;
|
7181
7181
|
botId: string;
|
7182
7182
|
integrationId: string;
|
@@ -7299,9 +7299,9 @@ export declare const platformWebchatContract: {
|
|
7299
7299
|
telephonySignature: string | null;
|
7300
7300
|
}>;
|
7301
7301
|
}, "strip", z.ZodTypeAny, {
|
7302
|
+
name: string;
|
7302
7303
|
id: string;
|
7303
7304
|
address: string | null;
|
7304
|
-
name: string;
|
7305
7305
|
email: string;
|
7306
7306
|
createdAt: Date;
|
7307
7307
|
updatedAt: Date;
|
@@ -7342,9 +7342,9 @@ export declare const platformWebchatContract: {
|
|
7342
7342
|
telephonySignature: string | null;
|
7343
7343
|
};
|
7344
7344
|
}, {
|
7345
|
+
name: string;
|
7345
7346
|
id: string;
|
7346
7347
|
address: string | null;
|
7347
|
-
name: string;
|
7348
7348
|
email: string;
|
7349
7349
|
createdAt: Date;
|
7350
7350
|
updatedAt: Date;
|
@@ -7386,12 +7386,12 @@ export declare const platformWebchatContract: {
|
|
7386
7386
|
};
|
7387
7387
|
}>;
|
7388
7388
|
}, "strip", z.ZodTypeAny, {
|
7389
|
+
name: string;
|
7389
7390
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7390
7391
|
id: string;
|
7391
|
-
name: string;
|
7392
7392
|
metadata: {
|
7393
|
-
id: string;
|
7394
7393
|
name: string;
|
7394
|
+
id: string;
|
7395
7395
|
accessToken?: string | undefined;
|
7396
7396
|
channelSecret?: string | undefined;
|
7397
7397
|
additionalCredentials?: any;
|
@@ -7409,9 +7409,9 @@ export declare const platformWebchatContract: {
|
|
7409
7409
|
updatedAt: Date;
|
7410
7410
|
deletedAt: Date | null;
|
7411
7411
|
actor: {
|
7412
|
+
name: string;
|
7412
7413
|
id: string;
|
7413
7414
|
address: string | null;
|
7414
|
-
name: string;
|
7415
7415
|
email: string;
|
7416
7416
|
createdAt: Date;
|
7417
7417
|
updatedAt: Date;
|
@@ -7458,19 +7458,19 @@ export declare const platformWebchatContract: {
|
|
7458
7458
|
connectedUserName: string;
|
7459
7459
|
connectedUserId: string;
|
7460
7460
|
botpressBot: {
|
7461
|
-
id: string;
|
7462
7461
|
name: string;
|
7462
|
+
id: string;
|
7463
7463
|
accessToken: string;
|
7464
7464
|
botId: string;
|
7465
7465
|
integrationId: string;
|
7466
7466
|
} | null;
|
7467
7467
|
}, {
|
7468
|
+
name: string;
|
7468
7469
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7469
7470
|
id: string;
|
7470
|
-
name: string;
|
7471
7471
|
metadata: {
|
7472
|
-
id: string;
|
7473
7472
|
name: string;
|
7473
|
+
id: string;
|
7474
7474
|
accessToken?: string | undefined;
|
7475
7475
|
channelSecret?: string | undefined;
|
7476
7476
|
additionalCredentials?: any;
|
@@ -7488,9 +7488,9 @@ export declare const platformWebchatContract: {
|
|
7488
7488
|
updatedAt: Date;
|
7489
7489
|
deletedAt: Date | null;
|
7490
7490
|
actor: {
|
7491
|
+
name: string;
|
7491
7492
|
id: string;
|
7492
7493
|
address: string | null;
|
7493
|
-
name: string;
|
7494
7494
|
email: string;
|
7495
7495
|
createdAt: Date;
|
7496
7496
|
updatedAt: Date;
|
@@ -7537,8 +7537,8 @@ export declare const platformWebchatContract: {
|
|
7537
7537
|
connectedUserName: string;
|
7538
7538
|
connectedUserId: string;
|
7539
7539
|
botpressBot: {
|
7540
|
-
id: string;
|
7541
7540
|
name: string;
|
7541
|
+
id: string;
|
7542
7542
|
accessToken: string;
|
7543
7543
|
botId: string;
|
7544
7544
|
integrationId: string;
|
@@ -7575,14 +7575,14 @@ export declare const platformWebchatContract: {
|
|
7575
7575
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7576
7576
|
name: z.ZodString;
|
7577
7577
|
}, "strip", z.ZodTypeAny, {
|
7578
|
-
id: string;
|
7579
7578
|
name: string;
|
7579
|
+
id: string;
|
7580
7580
|
createdAt: Date;
|
7581
7581
|
updatedAt: Date;
|
7582
7582
|
deletedAt: Date | null;
|
7583
7583
|
}, {
|
7584
|
-
id: string;
|
7585
7584
|
name: string;
|
7585
|
+
id: string;
|
7586
7586
|
createdAt: Date;
|
7587
7587
|
updatedAt: Date;
|
7588
7588
|
deletedAt: Date | null;
|
@@ -7753,8 +7753,8 @@ export declare const platformWebchatContract: {
|
|
7753
7753
|
}[];
|
7754
7754
|
}[];
|
7755
7755
|
tags: {
|
7756
|
-
id: string;
|
7757
7756
|
name: string;
|
7757
|
+
id: string;
|
7758
7758
|
createdAt: Date;
|
7759
7759
|
updatedAt: Date;
|
7760
7760
|
deletedAt: Date | null;
|
@@ -7804,8 +7804,8 @@ export declare const platformWebchatContract: {
|
|
7804
7804
|
}[];
|
7805
7805
|
}[];
|
7806
7806
|
tags: {
|
7807
|
-
id: string;
|
7808
7807
|
name: string;
|
7808
|
+
id: string;
|
7809
7809
|
createdAt: Date;
|
7810
7810
|
updatedAt: Date;
|
7811
7811
|
deletedAt: Date | null;
|
@@ -7872,8 +7872,8 @@ export declare const platformWebchatContract: {
|
|
7872
7872
|
}[];
|
7873
7873
|
}[];
|
7874
7874
|
tags: {
|
7875
|
-
id: string;
|
7876
7875
|
name: string;
|
7876
|
+
id: string;
|
7877
7877
|
createdAt: Date;
|
7878
7878
|
updatedAt: Date;
|
7879
7879
|
deletedAt: Date | null;
|
@@ -7940,8 +7940,8 @@ export declare const platformWebchatContract: {
|
|
7940
7940
|
}[];
|
7941
7941
|
}[];
|
7942
7942
|
tags: {
|
7943
|
-
id: string;
|
7944
7943
|
name: string;
|
7944
|
+
id: string;
|
7945
7945
|
createdAt: Date;
|
7946
7946
|
updatedAt: Date;
|
7947
7947
|
deletedAt: Date | null;
|
@@ -7972,17 +7972,17 @@ export declare const platformWebchatContract: {
|
|
7972
7972
|
isActive: z.ZodBoolean;
|
7973
7973
|
type: z.ZodString;
|
7974
7974
|
}, "strip", z.ZodTypeAny, {
|
7975
|
+
name: string;
|
7975
7976
|
type: string;
|
7976
7977
|
id: string;
|
7977
|
-
name: string;
|
7978
7978
|
createdAt: Date;
|
7979
7979
|
updatedAt: Date;
|
7980
7980
|
deletedAt: Date | null;
|
7981
7981
|
isActive: boolean;
|
7982
7982
|
}, {
|
7983
|
+
name: string;
|
7983
7984
|
type: string;
|
7984
7985
|
id: string;
|
7985
|
-
name: string;
|
7986
7986
|
createdAt: Date;
|
7987
7987
|
updatedAt: Date;
|
7988
7988
|
deletedAt: Date | null;
|
@@ -7992,12 +7992,12 @@ export declare const platformWebchatContract: {
|
|
7992
7992
|
}, "strip", z.ZodTypeAny, {
|
7993
7993
|
id: string;
|
7994
7994
|
channel: {
|
7995
|
+
name: string;
|
7995
7996
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7996
7997
|
id: string;
|
7997
|
-
name: string;
|
7998
7998
|
metadata: {
|
7999
|
-
id: string;
|
8000
7999
|
name: string;
|
8000
|
+
id: string;
|
8001
8001
|
accessToken?: string | undefined;
|
8002
8002
|
channelSecret?: string | undefined;
|
8003
8003
|
additionalCredentials?: any;
|
@@ -8015,9 +8015,9 @@ export declare const platformWebchatContract: {
|
|
8015
8015
|
updatedAt: Date;
|
8016
8016
|
deletedAt: Date | null;
|
8017
8017
|
actor: {
|
8018
|
+
name: string;
|
8018
8019
|
id: string;
|
8019
8020
|
address: string | null;
|
8020
|
-
name: string;
|
8021
8021
|
email: string;
|
8022
8022
|
createdAt: Date;
|
8023
8023
|
updatedAt: Date;
|
@@ -8064,8 +8064,8 @@ export declare const platformWebchatContract: {
|
|
8064
8064
|
connectedUserName: string;
|
8065
8065
|
connectedUserId: string;
|
8066
8066
|
botpressBot: {
|
8067
|
-
id: string;
|
8068
8067
|
name: string;
|
8068
|
+
id: string;
|
8069
8069
|
accessToken: string;
|
8070
8070
|
botId: string;
|
8071
8071
|
integrationId: string;
|
@@ -8077,9 +8077,9 @@ export declare const platformWebchatContract: {
|
|
8077
8077
|
updatedAt: Date;
|
8078
8078
|
deletedAt: Date | null;
|
8079
8079
|
actor: {
|
8080
|
+
name: string;
|
8080
8081
|
id: string;
|
8081
8082
|
address: string | null;
|
8082
|
-
name: string;
|
8083
8083
|
email: string;
|
8084
8084
|
createdAt: Date;
|
8085
8085
|
updatedAt: Date;
|
@@ -8130,8 +8130,8 @@ export declare const platformWebchatContract: {
|
|
8130
8130
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8131
8131
|
id: string;
|
8132
8132
|
metadata: {
|
8133
|
-
id: string;
|
8134
8133
|
name: string;
|
8134
|
+
id: string;
|
8135
8135
|
picture?: string | undefined;
|
8136
8136
|
additionalCredentials?: any;
|
8137
8137
|
};
|
@@ -8139,10 +8139,10 @@ export declare const platformWebchatContract: {
|
|
8139
8139
|
updatedAt: Date;
|
8140
8140
|
deletedAt: Date | null;
|
8141
8141
|
contact: {
|
8142
|
+
name: string;
|
8142
8143
|
id: string;
|
8143
8144
|
channel: string | null;
|
8144
8145
|
address: string | null;
|
8145
|
-
name: string;
|
8146
8146
|
createdAt: Date;
|
8147
8147
|
updatedAt: Date;
|
8148
8148
|
deletedAt: Date | null;
|
@@ -8187,8 +8187,8 @@ export declare const platformWebchatContract: {
|
|
8187
8187
|
createdAt: Date;
|
8188
8188
|
updatedAt: Date;
|
8189
8189
|
deletedAt: Date | null;
|
8190
|
-
address?: string | null | undefined;
|
8191
8190
|
name?: string | undefined;
|
8191
|
+
address?: string | null | undefined;
|
8192
8192
|
phone?: string | null | undefined;
|
8193
8193
|
industry?: string | null | undefined;
|
8194
8194
|
} | null;
|
@@ -8196,8 +8196,8 @@ export declare const platformWebchatContract: {
|
|
8196
8196
|
contactProfile: string | null;
|
8197
8197
|
socialProfileUrl: string | null;
|
8198
8198
|
tags: {
|
8199
|
-
id: string;
|
8200
8199
|
name: string;
|
8200
|
+
id: string;
|
8201
8201
|
createdAt: Date;
|
8202
8202
|
updatedAt: Date;
|
8203
8203
|
deletedAt: Date | null;
|
@@ -8222,8 +8222,8 @@ export declare const platformWebchatContract: {
|
|
8222
8222
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8223
8223
|
id: string;
|
8224
8224
|
metadata: {
|
8225
|
-
id: string;
|
8226
8225
|
name: string;
|
8226
|
+
id: string;
|
8227
8227
|
picture?: string | undefined;
|
8228
8228
|
additionalCredentials?: any;
|
8229
8229
|
};
|
@@ -8254,9 +8254,9 @@ export declare const platformWebchatContract: {
|
|
8254
8254
|
socialPlatformId: string;
|
8255
8255
|
};
|
8256
8256
|
assignee: {
|
8257
|
+
name: string;
|
8257
8258
|
id: string;
|
8258
8259
|
address: string | null;
|
8259
|
-
name: string;
|
8260
8260
|
email: string;
|
8261
8261
|
createdAt: Date;
|
8262
8262
|
updatedAt: Date;
|
@@ -8346,8 +8346,8 @@ export declare const platformWebchatContract: {
|
|
8346
8346
|
}[];
|
8347
8347
|
}[];
|
8348
8348
|
tags: {
|
8349
|
-
id: string;
|
8350
8349
|
name: string;
|
8350
|
+
id: string;
|
8351
8351
|
createdAt: Date;
|
8352
8352
|
updatedAt: Date;
|
8353
8353
|
deletedAt: Date | null;
|
@@ -8370,9 +8370,9 @@ export declare const platformWebchatContract: {
|
|
8370
8370
|
} | null;
|
8371
8371
|
};
|
8372
8372
|
workflowRule: {
|
8373
|
+
name: string;
|
8373
8374
|
type: string;
|
8374
8375
|
id: string;
|
8375
|
-
name: string;
|
8376
8376
|
createdAt: Date;
|
8377
8377
|
updatedAt: Date;
|
8378
8378
|
deletedAt: Date | null;
|
@@ -8382,12 +8382,12 @@ export declare const platformWebchatContract: {
|
|
8382
8382
|
}, {
|
8383
8383
|
id: string;
|
8384
8384
|
channel: {
|
8385
|
+
name: string;
|
8385
8386
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8386
8387
|
id: string;
|
8387
|
-
name: string;
|
8388
8388
|
metadata: {
|
8389
|
-
id: string;
|
8390
8389
|
name: string;
|
8390
|
+
id: string;
|
8391
8391
|
accessToken?: string | undefined;
|
8392
8392
|
channelSecret?: string | undefined;
|
8393
8393
|
additionalCredentials?: any;
|
@@ -8405,9 +8405,9 @@ export declare const platformWebchatContract: {
|
|
8405
8405
|
updatedAt: Date;
|
8406
8406
|
deletedAt: Date | null;
|
8407
8407
|
actor: {
|
8408
|
+
name: string;
|
8408
8409
|
id: string;
|
8409
8410
|
address: string | null;
|
8410
|
-
name: string;
|
8411
8411
|
email: string;
|
8412
8412
|
createdAt: Date;
|
8413
8413
|
updatedAt: Date;
|
@@ -8454,8 +8454,8 @@ export declare const platformWebchatContract: {
|
|
8454
8454
|
connectedUserName: string;
|
8455
8455
|
connectedUserId: string;
|
8456
8456
|
botpressBot: {
|
8457
|
-
id: string;
|
8458
8457
|
name: string;
|
8458
|
+
id: string;
|
8459
8459
|
accessToken: string;
|
8460
8460
|
botId: string;
|
8461
8461
|
integrationId: string;
|
@@ -8467,9 +8467,9 @@ export declare const platformWebchatContract: {
|
|
8467
8467
|
updatedAt: Date;
|
8468
8468
|
deletedAt: Date | null;
|
8469
8469
|
actor: {
|
8470
|
+
name: string;
|
8470
8471
|
id: string;
|
8471
8472
|
address: string | null;
|
8472
|
-
name: string;
|
8473
8473
|
email: string;
|
8474
8474
|
createdAt: Date;
|
8475
8475
|
updatedAt: Date;
|
@@ -8520,8 +8520,8 @@ export declare const platformWebchatContract: {
|
|
8520
8520
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8521
8521
|
id: string;
|
8522
8522
|
metadata: {
|
8523
|
-
id: string;
|
8524
8523
|
name: string;
|
8524
|
+
id: string;
|
8525
8525
|
picture?: string | undefined;
|
8526
8526
|
additionalCredentials?: any;
|
8527
8527
|
};
|
@@ -8529,10 +8529,10 @@ export declare const platformWebchatContract: {
|
|
8529
8529
|
updatedAt: Date;
|
8530
8530
|
deletedAt: Date | null;
|
8531
8531
|
contact: {
|
8532
|
+
name: string;
|
8532
8533
|
id: string;
|
8533
8534
|
channel: string | null;
|
8534
8535
|
address: string | null;
|
8535
|
-
name: string;
|
8536
8536
|
createdAt: Date;
|
8537
8537
|
updatedAt: Date;
|
8538
8538
|
deletedAt: Date | null;
|
@@ -8577,8 +8577,8 @@ export declare const platformWebchatContract: {
|
|
8577
8577
|
createdAt: Date;
|
8578
8578
|
updatedAt: Date;
|
8579
8579
|
deletedAt: Date | null;
|
8580
|
-
address?: string | null | undefined;
|
8581
8580
|
name?: string | undefined;
|
8581
|
+
address?: string | null | undefined;
|
8582
8582
|
phone?: string | null | undefined;
|
8583
8583
|
industry?: string | null | undefined;
|
8584
8584
|
} | null;
|
@@ -8586,8 +8586,8 @@ export declare const platformWebchatContract: {
|
|
8586
8586
|
contactProfile: string | null;
|
8587
8587
|
socialProfileUrl: string | null;
|
8588
8588
|
tags: {
|
8589
|
-
id: string;
|
8590
8589
|
name: string;
|
8590
|
+
id: string;
|
8591
8591
|
createdAt: Date;
|
8592
8592
|
updatedAt: Date;
|
8593
8593
|
deletedAt: Date | null;
|
@@ -8612,8 +8612,8 @@ export declare const platformWebchatContract: {
|
|
8612
8612
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8613
8613
|
id: string;
|
8614
8614
|
metadata: {
|
8615
|
-
id: string;
|
8616
8615
|
name: string;
|
8616
|
+
id: string;
|
8617
8617
|
picture?: string | undefined;
|
8618
8618
|
additionalCredentials?: any;
|
8619
8619
|
};
|
@@ -8644,9 +8644,9 @@ export declare const platformWebchatContract: {
|
|
8644
8644
|
socialPlatformId: string;
|
8645
8645
|
};
|
8646
8646
|
assignee: {
|
8647
|
+
name: string;
|
8647
8648
|
id: string;
|
8648
8649
|
address: string | null;
|
8649
|
-
name: string;
|
8650
8650
|
email: string;
|
8651
8651
|
createdAt: Date;
|
8652
8652
|
updatedAt: Date;
|
@@ -8736,8 +8736,8 @@ export declare const platformWebchatContract: {
|
|
8736
8736
|
}[];
|
8737
8737
|
}[];
|
8738
8738
|
tags: {
|
8739
|
-
id: string;
|
8740
8739
|
name: string;
|
8740
|
+
id: string;
|
8741
8741
|
createdAt: Date;
|
8742
8742
|
updatedAt: Date;
|
8743
8743
|
deletedAt: Date | null;
|
@@ -8760,9 +8760,9 @@ export declare const platformWebchatContract: {
|
|
8760
8760
|
} | null;
|
8761
8761
|
};
|
8762
8762
|
workflowRule: {
|
8763
|
+
name: string;
|
8763
8764
|
type: string;
|
8764
8765
|
id: string;
|
8765
|
-
name: string;
|
8766
8766
|
createdAt: Date;
|
8767
8767
|
updatedAt: Date;
|
8768
8768
|
deletedAt: Date | null;
|
@@ -8974,9 +8974,9 @@ export declare const platformWebchatContract: {
|
|
8974
8974
|
telephonySignature: string | null;
|
8975
8975
|
}>;
|
8976
8976
|
}, "strip", z.ZodTypeAny, {
|
8977
|
+
name: string;
|
8977
8978
|
id: string;
|
8978
8979
|
address: string | null;
|
8979
|
-
name: string;
|
8980
8980
|
email: string;
|
8981
8981
|
createdAt: Date;
|
8982
8982
|
updatedAt: Date;
|
@@ -9017,9 +9017,9 @@ export declare const platformWebchatContract: {
|
|
9017
9017
|
telephonySignature: string | null;
|
9018
9018
|
};
|
9019
9019
|
}, {
|
9020
|
+
name: string;
|
9020
9021
|
id: string;
|
9021
9022
|
address: string | null;
|
9022
|
-
name: string;
|
9023
9023
|
email: string;
|
9024
9024
|
createdAt: Date;
|
9025
9025
|
updatedAt: Date;
|
@@ -9178,9 +9178,9 @@ export declare const platformWebchatContract: {
|
|
9178
9178
|
telephonySignature: string | null;
|
9179
9179
|
}>;
|
9180
9180
|
}, "strip", z.ZodTypeAny, {
|
9181
|
+
name: string;
|
9181
9182
|
id: string;
|
9182
9183
|
address: string | null;
|
9183
|
-
name: string;
|
9184
9184
|
email: string;
|
9185
9185
|
createdAt: Date;
|
9186
9186
|
updatedAt: Date;
|
@@ -9221,9 +9221,9 @@ export declare const platformWebchatContract: {
|
|
9221
9221
|
telephonySignature: string | null;
|
9222
9222
|
};
|
9223
9223
|
}, {
|
9224
|
+
name: string;
|
9224
9225
|
id: string;
|
9225
9226
|
address: string | null;
|
9226
|
-
name: string;
|
9227
9227
|
email: string;
|
9228
9228
|
createdAt: Date;
|
9229
9229
|
updatedAt: Date;
|
@@ -9382,9 +9382,9 @@ export declare const platformWebchatContract: {
|
|
9382
9382
|
telephonySignature: string | null;
|
9383
9383
|
}>;
|
9384
9384
|
}, "strip", z.ZodTypeAny, {
|
9385
|
+
name: string;
|
9385
9386
|
id: string;
|
9386
9387
|
address: string | null;
|
9387
|
-
name: string;
|
9388
9388
|
email: string;
|
9389
9389
|
createdAt: Date;
|
9390
9390
|
updatedAt: Date;
|
@@ -9425,9 +9425,9 @@ export declare const platformWebchatContract: {
|
|
9425
9425
|
telephonySignature: string | null;
|
9426
9426
|
};
|
9427
9427
|
}, {
|
9428
|
+
name: string;
|
9428
9429
|
id: string;
|
9429
9430
|
address: string | null;
|
9430
|
-
name: string;
|
9431
9431
|
email: string;
|
9432
9432
|
createdAt: Date;
|
9433
9433
|
updatedAt: Date;
|
@@ -9478,9 +9478,9 @@ export declare const platformWebchatContract: {
|
|
9478
9478
|
updatedAt: Date;
|
9479
9479
|
deletedAt: Date | null;
|
9480
9480
|
actor: {
|
9481
|
+
name: string;
|
9481
9482
|
id: string;
|
9482
9483
|
address: string | null;
|
9483
|
-
name: string;
|
9484
9484
|
email: string;
|
9485
9485
|
createdAt: Date;
|
9486
9486
|
updatedAt: Date;
|
@@ -9534,9 +9534,9 @@ export declare const platformWebchatContract: {
|
|
9534
9534
|
status?: string | undefined;
|
9535
9535
|
};
|
9536
9536
|
assignee: {
|
9537
|
+
name: string;
|
9537
9538
|
id: string;
|
9538
9539
|
address: string | null;
|
9539
|
-
name: string;
|
9540
9540
|
email: string;
|
9541
9541
|
createdAt: Date;
|
9542
9542
|
updatedAt: Date;
|
@@ -9585,9 +9585,9 @@ export declare const platformWebchatContract: {
|
|
9585
9585
|
previewUrl: string;
|
9586
9586
|
imageSetId: string;
|
9587
9587
|
sender: {
|
9588
|
+
name: string;
|
9588
9589
|
id: string;
|
9589
9590
|
address: string | null;
|
9590
|
-
name: string;
|
9591
9591
|
email: string;
|
9592
9592
|
createdAt: Date;
|
9593
9593
|
updatedAt: Date;
|
@@ -9640,9 +9640,9 @@ export declare const platformWebchatContract: {
|
|
9640
9640
|
updatedAt: Date;
|
9641
9641
|
deletedAt: Date | null;
|
9642
9642
|
actor: {
|
9643
|
+
name: string;
|
9643
9644
|
id: string;
|
9644
9645
|
address: string | null;
|
9645
|
-
name: string;
|
9646
9646
|
email: string;
|
9647
9647
|
createdAt: Date;
|
9648
9648
|
updatedAt: Date;
|
@@ -9696,9 +9696,9 @@ export declare const platformWebchatContract: {
|
|
9696
9696
|
status?: string | undefined;
|
9697
9697
|
};
|
9698
9698
|
assignee: {
|
9699
|
+
name: string;
|
9699
9700
|
id: string;
|
9700
9701
|
address: string | null;
|
9701
|
-
name: string;
|
9702
9702
|
email: string;
|
9703
9703
|
createdAt: Date;
|
9704
9704
|
updatedAt: Date;
|
@@ -9747,9 +9747,9 @@ export declare const platformWebchatContract: {
|
|
9747
9747
|
previewUrl: string;
|
9748
9748
|
imageSetId: string;
|
9749
9749
|
sender: {
|
9750
|
+
name: string;
|
9750
9751
|
id: string;
|
9751
9752
|
address: string | null;
|
9752
|
-
name: string;
|
9753
9753
|
email: string;
|
9754
9754
|
createdAt: Date;
|
9755
9755
|
updatedAt: Date;
|
@@ -9911,9 +9911,9 @@ export declare const platformWebchatContract: {
|
|
9911
9911
|
telephonySignature: string | null;
|
9912
9912
|
}>;
|
9913
9913
|
}, "strip", z.ZodTypeAny, {
|
9914
|
+
name: string;
|
9914
9915
|
id: string;
|
9915
9916
|
address: string | null;
|
9916
|
-
name: string;
|
9917
9917
|
email: string;
|
9918
9918
|
createdAt: Date;
|
9919
9919
|
updatedAt: Date;
|
@@ -9954,9 +9954,9 @@ export declare const platformWebchatContract: {
|
|
9954
9954
|
telephonySignature: string | null;
|
9955
9955
|
};
|
9956
9956
|
}, {
|
9957
|
+
name: string;
|
9957
9958
|
id: string;
|
9958
9959
|
address: string | null;
|
9959
|
-
name: string;
|
9960
9960
|
email: string;
|
9961
9961
|
createdAt: Date;
|
9962
9962
|
updatedAt: Date;
|
@@ -10115,9 +10115,9 @@ export declare const platformWebchatContract: {
|
|
10115
10115
|
telephonySignature: string | null;
|
10116
10116
|
}>;
|
10117
10117
|
}, "strip", z.ZodTypeAny, {
|
10118
|
+
name: string;
|
10118
10119
|
id: string;
|
10119
10120
|
address: string | null;
|
10120
|
-
name: string;
|
10121
10121
|
email: string;
|
10122
10122
|
createdAt: Date;
|
10123
10123
|
updatedAt: Date;
|
@@ -10158,9 +10158,9 @@ export declare const platformWebchatContract: {
|
|
10158
10158
|
telephonySignature: string | null;
|
10159
10159
|
};
|
10160
10160
|
}, {
|
10161
|
+
name: string;
|
10161
10162
|
id: string;
|
10162
10163
|
address: string | null;
|
10163
|
-
name: string;
|
10164
10164
|
email: string;
|
10165
10165
|
createdAt: Date;
|
10166
10166
|
updatedAt: Date;
|
@@ -10319,9 +10319,9 @@ export declare const platformWebchatContract: {
|
|
10319
10319
|
telephonySignature: string | null;
|
10320
10320
|
}>;
|
10321
10321
|
}, "strip", z.ZodTypeAny, {
|
10322
|
+
name: string;
|
10322
10323
|
id: string;
|
10323
10324
|
address: string | null;
|
10324
|
-
name: string;
|
10325
10325
|
email: string;
|
10326
10326
|
createdAt: Date;
|
10327
10327
|
updatedAt: Date;
|
@@ -10362,9 +10362,9 @@ export declare const platformWebchatContract: {
|
|
10362
10362
|
telephonySignature: string | null;
|
10363
10363
|
};
|
10364
10364
|
}, {
|
10365
|
+
name: string;
|
10365
10366
|
id: string;
|
10366
10367
|
address: string | null;
|
10367
|
-
name: string;
|
10368
10368
|
email: string;
|
10369
10369
|
createdAt: Date;
|
10370
10370
|
updatedAt: Date;
|
@@ -10414,17 +10414,17 @@ export declare const platformWebchatContract: {
|
|
10414
10414
|
isActive: z.ZodBoolean;
|
10415
10415
|
type: z.ZodString;
|
10416
10416
|
}, "strip", z.ZodTypeAny, {
|
10417
|
+
name: string;
|
10417
10418
|
type: string;
|
10418
10419
|
id: string;
|
10419
|
-
name: string;
|
10420
10420
|
createdAt: Date;
|
10421
10421
|
updatedAt: Date;
|
10422
10422
|
deletedAt: Date | null;
|
10423
10423
|
isActive: boolean;
|
10424
10424
|
}, {
|
10425
|
+
name: string;
|
10425
10426
|
type: string;
|
10426
10427
|
id: string;
|
10427
|
-
name: string;
|
10428
10428
|
createdAt: Date;
|
10429
10429
|
updatedAt: Date;
|
10430
10430
|
deletedAt: Date | null;
|
@@ -10442,9 +10442,9 @@ export declare const platformWebchatContract: {
|
|
10442
10442
|
updatedAt: Date;
|
10443
10443
|
deletedAt: Date | null;
|
10444
10444
|
actor: {
|
10445
|
+
name: string;
|
10445
10446
|
id: string;
|
10446
10447
|
address: string | null;
|
10447
|
-
name: string;
|
10448
10448
|
email: string;
|
10449
10449
|
createdAt: Date;
|
10450
10450
|
updatedAt: Date;
|
@@ -10498,9 +10498,9 @@ export declare const platformWebchatContract: {
|
|
10498
10498
|
status?: string | undefined;
|
10499
10499
|
};
|
10500
10500
|
assignee: {
|
10501
|
+
name: string;
|
10501
10502
|
id: string;
|
10502
10503
|
address: string | null;
|
10503
|
-
name: string;
|
10504
10504
|
email: string;
|
10505
10505
|
createdAt: Date;
|
10506
10506
|
updatedAt: Date;
|
@@ -10545,12 +10545,12 @@ export declare const platformWebchatContract: {
|
|
10545
10545
|
room: {
|
10546
10546
|
id: string;
|
10547
10547
|
channel: {
|
10548
|
+
name: string;
|
10548
10549
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10549
10550
|
id: string;
|
10550
|
-
name: string;
|
10551
10551
|
metadata: {
|
10552
|
-
id: string;
|
10553
10552
|
name: string;
|
10553
|
+
id: string;
|
10554
10554
|
accessToken?: string | undefined;
|
10555
10555
|
channelSecret?: string | undefined;
|
10556
10556
|
additionalCredentials?: any;
|
@@ -10568,9 +10568,9 @@ export declare const platformWebchatContract: {
|
|
10568
10568
|
updatedAt: Date;
|
10569
10569
|
deletedAt: Date | null;
|
10570
10570
|
actor: {
|
10571
|
+
name: string;
|
10571
10572
|
id: string;
|
10572
10573
|
address: string | null;
|
10573
|
-
name: string;
|
10574
10574
|
email: string;
|
10575
10575
|
createdAt: Date;
|
10576
10576
|
updatedAt: Date;
|
@@ -10617,8 +10617,8 @@ export declare const platformWebchatContract: {
|
|
10617
10617
|
connectedUserName: string;
|
10618
10618
|
connectedUserId: string;
|
10619
10619
|
botpressBot: {
|
10620
|
-
id: string;
|
10621
10620
|
name: string;
|
10621
|
+
id: string;
|
10622
10622
|
accessToken: string;
|
10623
10623
|
botId: string;
|
10624
10624
|
integrationId: string;
|
@@ -10630,9 +10630,9 @@ export declare const platformWebchatContract: {
|
|
10630
10630
|
updatedAt: Date;
|
10631
10631
|
deletedAt: Date | null;
|
10632
10632
|
actor: {
|
10633
|
+
name: string;
|
10633
10634
|
id: string;
|
10634
10635
|
address: string | null;
|
10635
|
-
name: string;
|
10636
10636
|
email: string;
|
10637
10637
|
createdAt: Date;
|
10638
10638
|
updatedAt: Date;
|
@@ -10683,8 +10683,8 @@ export declare const platformWebchatContract: {
|
|
10683
10683
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10684
10684
|
id: string;
|
10685
10685
|
metadata: {
|
10686
|
-
id: string;
|
10687
10686
|
name: string;
|
10687
|
+
id: string;
|
10688
10688
|
picture?: string | undefined;
|
10689
10689
|
additionalCredentials?: any;
|
10690
10690
|
};
|
@@ -10692,10 +10692,10 @@ export declare const platformWebchatContract: {
|
|
10692
10692
|
updatedAt: Date;
|
10693
10693
|
deletedAt: Date | null;
|
10694
10694
|
contact: {
|
10695
|
+
name: string;
|
10695
10696
|
id: string;
|
10696
10697
|
channel: string | null;
|
10697
10698
|
address: string | null;
|
10698
|
-
name: string;
|
10699
10699
|
createdAt: Date;
|
10700
10700
|
updatedAt: Date;
|
10701
10701
|
deletedAt: Date | null;
|
@@ -10740,8 +10740,8 @@ export declare const platformWebchatContract: {
|
|
10740
10740
|
createdAt: Date;
|
10741
10741
|
updatedAt: Date;
|
10742
10742
|
deletedAt: Date | null;
|
10743
|
-
address?: string | null | undefined;
|
10744
10743
|
name?: string | undefined;
|
10744
|
+
address?: string | null | undefined;
|
10745
10745
|
phone?: string | null | undefined;
|
10746
10746
|
industry?: string | null | undefined;
|
10747
10747
|
} | null;
|
@@ -10749,8 +10749,8 @@ export declare const platformWebchatContract: {
|
|
10749
10749
|
contactProfile: string | null;
|
10750
10750
|
socialProfileUrl: string | null;
|
10751
10751
|
tags: {
|
10752
|
-
id: string;
|
10753
10752
|
name: string;
|
10753
|
+
id: string;
|
10754
10754
|
createdAt: Date;
|
10755
10755
|
updatedAt: Date;
|
10756
10756
|
deletedAt: Date | null;
|
@@ -10775,8 +10775,8 @@ export declare const platformWebchatContract: {
|
|
10775
10775
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10776
10776
|
id: string;
|
10777
10777
|
metadata: {
|
10778
|
-
id: string;
|
10779
10778
|
name: string;
|
10779
|
+
id: string;
|
10780
10780
|
picture?: string | undefined;
|
10781
10781
|
additionalCredentials?: any;
|
10782
10782
|
};
|
@@ -10807,9 +10807,9 @@ export declare const platformWebchatContract: {
|
|
10807
10807
|
socialPlatformId: string;
|
10808
10808
|
};
|
10809
10809
|
assignee: {
|
10810
|
+
name: string;
|
10810
10811
|
id: string;
|
10811
10812
|
address: string | null;
|
10812
|
-
name: string;
|
10813
10813
|
email: string;
|
10814
10814
|
createdAt: Date;
|
10815
10815
|
updatedAt: Date;
|
@@ -10899,8 +10899,8 @@ export declare const platformWebchatContract: {
|
|
10899
10899
|
}[];
|
10900
10900
|
}[];
|
10901
10901
|
tags: {
|
10902
|
-
id: string;
|
10903
10902
|
name: string;
|
10903
|
+
id: string;
|
10904
10904
|
createdAt: Date;
|
10905
10905
|
updatedAt: Date;
|
10906
10906
|
deletedAt: Date | null;
|
@@ -10923,9 +10923,9 @@ export declare const platformWebchatContract: {
|
|
10923
10923
|
} | null;
|
10924
10924
|
};
|
10925
10925
|
workflowRule: {
|
10926
|
+
name: string;
|
10926
10927
|
type: string;
|
10927
10928
|
id: string;
|
10928
|
-
name: string;
|
10929
10929
|
createdAt: Date;
|
10930
10930
|
updatedAt: Date;
|
10931
10931
|
deletedAt: Date | null;
|
@@ -10935,9 +10935,9 @@ export declare const platformWebchatContract: {
|
|
10935
10935
|
};
|
10936
10936
|
platformMessageId: string;
|
10937
10937
|
workflowRule: {
|
10938
|
+
name: string;
|
10938
10939
|
type: string;
|
10939
10940
|
id: string;
|
10940
|
-
name: string;
|
10941
10941
|
createdAt: Date;
|
10942
10942
|
updatedAt: Date;
|
10943
10943
|
deletedAt: Date | null;
|
@@ -10958,9 +10958,9 @@ export declare const platformWebchatContract: {
|
|
10958
10958
|
updatedAt: Date;
|
10959
10959
|
deletedAt: Date | null;
|
10960
10960
|
actor: {
|
10961
|
+
name: string;
|
10961
10962
|
id: string;
|
10962
10963
|
address: string | null;
|
10963
|
-
name: string;
|
10964
10964
|
email: string;
|
10965
10965
|
createdAt: Date;
|
10966
10966
|
updatedAt: Date;
|
@@ -11014,9 +11014,9 @@ export declare const platformWebchatContract: {
|
|
11014
11014
|
status?: string | undefined;
|
11015
11015
|
};
|
11016
11016
|
assignee: {
|
11017
|
+
name: string;
|
11017
11018
|
id: string;
|
11018
11019
|
address: string | null;
|
11019
|
-
name: string;
|
11020
11020
|
email: string;
|
11021
11021
|
createdAt: Date;
|
11022
11022
|
updatedAt: Date;
|
@@ -11065,9 +11065,9 @@ export declare const platformWebchatContract: {
|
|
11065
11065
|
previewUrl: string;
|
11066
11066
|
imageSetId: string;
|
11067
11067
|
sender: {
|
11068
|
+
name: string;
|
11068
11069
|
id: string;
|
11069
11070
|
address: string | null;
|
11070
|
-
name: string;
|
11071
11071
|
email: string;
|
11072
11072
|
createdAt: Date;
|
11073
11073
|
updatedAt: Date;
|
@@ -11112,9 +11112,9 @@ export declare const platformWebchatContract: {
|
|
11112
11112
|
template?: any;
|
11113
11113
|
};
|
11114
11114
|
sender: {
|
11115
|
+
name: string;
|
11115
11116
|
id: string;
|
11116
11117
|
address: string | null;
|
11117
|
-
name: string;
|
11118
11118
|
email: string;
|
11119
11119
|
createdAt: Date;
|
11120
11120
|
updatedAt: Date;
|
@@ -11169,9 +11169,9 @@ export declare const platformWebchatContract: {
|
|
11169
11169
|
updatedAt: Date;
|
11170
11170
|
deletedAt: Date | null;
|
11171
11171
|
actor: {
|
11172
|
+
name: string;
|
11172
11173
|
id: string;
|
11173
11174
|
address: string | null;
|
11174
|
-
name: string;
|
11175
11175
|
email: string;
|
11176
11176
|
createdAt: Date;
|
11177
11177
|
updatedAt: Date;
|
@@ -11225,9 +11225,9 @@ export declare const platformWebchatContract: {
|
|
11225
11225
|
status?: string | undefined;
|
11226
11226
|
};
|
11227
11227
|
assignee: {
|
11228
|
+
name: string;
|
11228
11229
|
id: string;
|
11229
11230
|
address: string | null;
|
11230
|
-
name: string;
|
11231
11231
|
email: string;
|
11232
11232
|
createdAt: Date;
|
11233
11233
|
updatedAt: Date;
|
@@ -11272,12 +11272,12 @@ export declare const platformWebchatContract: {
|
|
11272
11272
|
room: {
|
11273
11273
|
id: string;
|
11274
11274
|
channel: {
|
11275
|
+
name: string;
|
11275
11276
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11276
11277
|
id: string;
|
11277
|
-
name: string;
|
11278
11278
|
metadata: {
|
11279
|
-
id: string;
|
11280
11279
|
name: string;
|
11280
|
+
id: string;
|
11281
11281
|
accessToken?: string | undefined;
|
11282
11282
|
channelSecret?: string | undefined;
|
11283
11283
|
additionalCredentials?: any;
|
@@ -11295,9 +11295,9 @@ export declare const platformWebchatContract: {
|
|
11295
11295
|
updatedAt: Date;
|
11296
11296
|
deletedAt: Date | null;
|
11297
11297
|
actor: {
|
11298
|
+
name: string;
|
11298
11299
|
id: string;
|
11299
11300
|
address: string | null;
|
11300
|
-
name: string;
|
11301
11301
|
email: string;
|
11302
11302
|
createdAt: Date;
|
11303
11303
|
updatedAt: Date;
|
@@ -11344,8 +11344,8 @@ export declare const platformWebchatContract: {
|
|
11344
11344
|
connectedUserName: string;
|
11345
11345
|
connectedUserId: string;
|
11346
11346
|
botpressBot: {
|
11347
|
-
id: string;
|
11348
11347
|
name: string;
|
11348
|
+
id: string;
|
11349
11349
|
accessToken: string;
|
11350
11350
|
botId: string;
|
11351
11351
|
integrationId: string;
|
@@ -11357,9 +11357,9 @@ export declare const platformWebchatContract: {
|
|
11357
11357
|
updatedAt: Date;
|
11358
11358
|
deletedAt: Date | null;
|
11359
11359
|
actor: {
|
11360
|
+
name: string;
|
11360
11361
|
id: string;
|
11361
11362
|
address: string | null;
|
11362
|
-
name: string;
|
11363
11363
|
email: string;
|
11364
11364
|
createdAt: Date;
|
11365
11365
|
updatedAt: Date;
|
@@ -11410,8 +11410,8 @@ export declare const platformWebchatContract: {
|
|
11410
11410
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11411
11411
|
id: string;
|
11412
11412
|
metadata: {
|
11413
|
-
id: string;
|
11414
11413
|
name: string;
|
11414
|
+
id: string;
|
11415
11415
|
picture?: string | undefined;
|
11416
11416
|
additionalCredentials?: any;
|
11417
11417
|
};
|
@@ -11419,10 +11419,10 @@ export declare const platformWebchatContract: {
|
|
11419
11419
|
updatedAt: Date;
|
11420
11420
|
deletedAt: Date | null;
|
11421
11421
|
contact: {
|
11422
|
+
name: string;
|
11422
11423
|
id: string;
|
11423
11424
|
channel: string | null;
|
11424
11425
|
address: string | null;
|
11425
|
-
name: string;
|
11426
11426
|
createdAt: Date;
|
11427
11427
|
updatedAt: Date;
|
11428
11428
|
deletedAt: Date | null;
|
@@ -11467,8 +11467,8 @@ export declare const platformWebchatContract: {
|
|
11467
11467
|
createdAt: Date;
|
11468
11468
|
updatedAt: Date;
|
11469
11469
|
deletedAt: Date | null;
|
11470
|
-
address?: string | null | undefined;
|
11471
11470
|
name?: string | undefined;
|
11471
|
+
address?: string | null | undefined;
|
11472
11472
|
phone?: string | null | undefined;
|
11473
11473
|
industry?: string | null | undefined;
|
11474
11474
|
} | null;
|
@@ -11476,8 +11476,8 @@ export declare const platformWebchatContract: {
|
|
11476
11476
|
contactProfile: string | null;
|
11477
11477
|
socialProfileUrl: string | null;
|
11478
11478
|
tags: {
|
11479
|
-
id: string;
|
11480
11479
|
name: string;
|
11480
|
+
id: string;
|
11481
11481
|
createdAt: Date;
|
11482
11482
|
updatedAt: Date;
|
11483
11483
|
deletedAt: Date | null;
|
@@ -11502,8 +11502,8 @@ export declare const platformWebchatContract: {
|
|
11502
11502
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11503
11503
|
id: string;
|
11504
11504
|
metadata: {
|
11505
|
-
id: string;
|
11506
11505
|
name: string;
|
11506
|
+
id: string;
|
11507
11507
|
picture?: string | undefined;
|
11508
11508
|
additionalCredentials?: any;
|
11509
11509
|
};
|
@@ -11534,9 +11534,9 @@ export declare const platformWebchatContract: {
|
|
11534
11534
|
socialPlatformId: string;
|
11535
11535
|
};
|
11536
11536
|
assignee: {
|
11537
|
+
name: string;
|
11537
11538
|
id: string;
|
11538
11539
|
address: string | null;
|
11539
|
-
name: string;
|
11540
11540
|
email: string;
|
11541
11541
|
createdAt: Date;
|
11542
11542
|
updatedAt: Date;
|
@@ -11626,8 +11626,8 @@ export declare const platformWebchatContract: {
|
|
11626
11626
|
}[];
|
11627
11627
|
}[];
|
11628
11628
|
tags: {
|
11629
|
-
id: string;
|
11630
11629
|
name: string;
|
11630
|
+
id: string;
|
11631
11631
|
createdAt: Date;
|
11632
11632
|
updatedAt: Date;
|
11633
11633
|
deletedAt: Date | null;
|
@@ -11650,9 +11650,9 @@ export declare const platformWebchatContract: {
|
|
11650
11650
|
} | null;
|
11651
11651
|
};
|
11652
11652
|
workflowRule: {
|
11653
|
+
name: string;
|
11653
11654
|
type: string;
|
11654
11655
|
id: string;
|
11655
|
-
name: string;
|
11656
11656
|
createdAt: Date;
|
11657
11657
|
updatedAt: Date;
|
11658
11658
|
deletedAt: Date | null;
|
@@ -11662,9 +11662,9 @@ export declare const platformWebchatContract: {
|
|
11662
11662
|
};
|
11663
11663
|
platformMessageId: string;
|
11664
11664
|
workflowRule: {
|
11665
|
+
name: string;
|
11665
11666
|
type: string;
|
11666
11667
|
id: string;
|
11667
|
-
name: string;
|
11668
11668
|
createdAt: Date;
|
11669
11669
|
updatedAt: Date;
|
11670
11670
|
deletedAt: Date | null;
|
@@ -11685,9 +11685,9 @@ export declare const platformWebchatContract: {
|
|
11685
11685
|
updatedAt: Date;
|
11686
11686
|
deletedAt: Date | null;
|
11687
11687
|
actor: {
|
11688
|
+
name: string;
|
11688
11689
|
id: string;
|
11689
11690
|
address: string | null;
|
11690
|
-
name: string;
|
11691
11691
|
email: string;
|
11692
11692
|
createdAt: Date;
|
11693
11693
|
updatedAt: Date;
|
@@ -11741,9 +11741,9 @@ export declare const platformWebchatContract: {
|
|
11741
11741
|
status?: string | undefined;
|
11742
11742
|
};
|
11743
11743
|
assignee: {
|
11744
|
+
name: string;
|
11744
11745
|
id: string;
|
11745
11746
|
address: string | null;
|
11746
|
-
name: string;
|
11747
11747
|
email: string;
|
11748
11748
|
createdAt: Date;
|
11749
11749
|
updatedAt: Date;
|
@@ -11792,9 +11792,9 @@ export declare const platformWebchatContract: {
|
|
11792
11792
|
previewUrl: string;
|
11793
11793
|
imageSetId: string;
|
11794
11794
|
sender: {
|
11795
|
+
name: string;
|
11795
11796
|
id: string;
|
11796
11797
|
address: string | null;
|
11797
|
-
name: string;
|
11798
11798
|
email: string;
|
11799
11799
|
createdAt: Date;
|
11800
11800
|
updatedAt: Date;
|
@@ -11839,9 +11839,9 @@ export declare const platformWebchatContract: {
|
|
11839
11839
|
template?: any;
|
11840
11840
|
};
|
11841
11841
|
sender: {
|
11842
|
+
name: string;
|
11842
11843
|
id: string;
|
11843
11844
|
address: string | null;
|
11844
|
-
name: string;
|
11845
11845
|
email: string;
|
11846
11846
|
createdAt: Date;
|
11847
11847
|
updatedAt: Date;
|
@@ -11897,9 +11897,9 @@ export declare const platformWebchatContract: {
|
|
11897
11897
|
updatedAt: Date;
|
11898
11898
|
deletedAt: Date | null;
|
11899
11899
|
actor: {
|
11900
|
+
name: string;
|
11900
11901
|
id: string;
|
11901
11902
|
address: string | null;
|
11902
|
-
name: string;
|
11903
11903
|
email: string;
|
11904
11904
|
createdAt: Date;
|
11905
11905
|
updatedAt: Date;
|
@@ -11953,9 +11953,9 @@ export declare const platformWebchatContract: {
|
|
11953
11953
|
status?: string | undefined;
|
11954
11954
|
};
|
11955
11955
|
assignee: {
|
11956
|
+
name: string;
|
11956
11957
|
id: string;
|
11957
11958
|
address: string | null;
|
11958
|
-
name: string;
|
11959
11959
|
email: string;
|
11960
11960
|
createdAt: Date;
|
11961
11961
|
updatedAt: Date;
|
@@ -12000,12 +12000,12 @@ export declare const platformWebchatContract: {
|
|
12000
12000
|
room: {
|
12001
12001
|
id: string;
|
12002
12002
|
channel: {
|
12003
|
+
name: string;
|
12003
12004
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12004
12005
|
id: string;
|
12005
|
-
name: string;
|
12006
12006
|
metadata: {
|
12007
|
-
id: string;
|
12008
12007
|
name: string;
|
12008
|
+
id: string;
|
12009
12009
|
accessToken?: string | undefined;
|
12010
12010
|
channelSecret?: string | undefined;
|
12011
12011
|
additionalCredentials?: any;
|
@@ -12023,9 +12023,9 @@ export declare const platformWebchatContract: {
|
|
12023
12023
|
updatedAt: Date;
|
12024
12024
|
deletedAt: Date | null;
|
12025
12025
|
actor: {
|
12026
|
+
name: string;
|
12026
12027
|
id: string;
|
12027
12028
|
address: string | null;
|
12028
|
-
name: string;
|
12029
12029
|
email: string;
|
12030
12030
|
createdAt: Date;
|
12031
12031
|
updatedAt: Date;
|
@@ -12072,8 +12072,8 @@ export declare const platformWebchatContract: {
|
|
12072
12072
|
connectedUserName: string;
|
12073
12073
|
connectedUserId: string;
|
12074
12074
|
botpressBot: {
|
12075
|
-
id: string;
|
12076
12075
|
name: string;
|
12076
|
+
id: string;
|
12077
12077
|
accessToken: string;
|
12078
12078
|
botId: string;
|
12079
12079
|
integrationId: string;
|
@@ -12085,9 +12085,9 @@ export declare const platformWebchatContract: {
|
|
12085
12085
|
updatedAt: Date;
|
12086
12086
|
deletedAt: Date | null;
|
12087
12087
|
actor: {
|
12088
|
+
name: string;
|
12088
12089
|
id: string;
|
12089
12090
|
address: string | null;
|
12090
|
-
name: string;
|
12091
12091
|
email: string;
|
12092
12092
|
createdAt: Date;
|
12093
12093
|
updatedAt: Date;
|
@@ -12138,8 +12138,8 @@ export declare const platformWebchatContract: {
|
|
12138
12138
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12139
12139
|
id: string;
|
12140
12140
|
metadata: {
|
12141
|
-
id: string;
|
12142
12141
|
name: string;
|
12142
|
+
id: string;
|
12143
12143
|
picture?: string | undefined;
|
12144
12144
|
additionalCredentials?: any;
|
12145
12145
|
};
|
@@ -12147,10 +12147,10 @@ export declare const platformWebchatContract: {
|
|
12147
12147
|
updatedAt: Date;
|
12148
12148
|
deletedAt: Date | null;
|
12149
12149
|
contact: {
|
12150
|
+
name: string;
|
12150
12151
|
id: string;
|
12151
12152
|
channel: string | null;
|
12152
12153
|
address: string | null;
|
12153
|
-
name: string;
|
12154
12154
|
createdAt: Date;
|
12155
12155
|
updatedAt: Date;
|
12156
12156
|
deletedAt: Date | null;
|
@@ -12195,8 +12195,8 @@ export declare const platformWebchatContract: {
|
|
12195
12195
|
createdAt: Date;
|
12196
12196
|
updatedAt: Date;
|
12197
12197
|
deletedAt: Date | null;
|
12198
|
-
address?: string | null | undefined;
|
12199
12198
|
name?: string | undefined;
|
12199
|
+
address?: string | null | undefined;
|
12200
12200
|
phone?: string | null | undefined;
|
12201
12201
|
industry?: string | null | undefined;
|
12202
12202
|
} | null;
|
@@ -12204,8 +12204,8 @@ export declare const platformWebchatContract: {
|
|
12204
12204
|
contactProfile: string | null;
|
12205
12205
|
socialProfileUrl: string | null;
|
12206
12206
|
tags: {
|
12207
|
-
id: string;
|
12208
12207
|
name: string;
|
12208
|
+
id: string;
|
12209
12209
|
createdAt: Date;
|
12210
12210
|
updatedAt: Date;
|
12211
12211
|
deletedAt: Date | null;
|
@@ -12230,8 +12230,8 @@ export declare const platformWebchatContract: {
|
|
12230
12230
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12231
12231
|
id: string;
|
12232
12232
|
metadata: {
|
12233
|
-
id: string;
|
12234
12233
|
name: string;
|
12234
|
+
id: string;
|
12235
12235
|
picture?: string | undefined;
|
12236
12236
|
additionalCredentials?: any;
|
12237
12237
|
};
|
@@ -12262,9 +12262,9 @@ export declare const platformWebchatContract: {
|
|
12262
12262
|
socialPlatformId: string;
|
12263
12263
|
};
|
12264
12264
|
assignee: {
|
12265
|
+
name: string;
|
12265
12266
|
id: string;
|
12266
12267
|
address: string | null;
|
12267
|
-
name: string;
|
12268
12268
|
email: string;
|
12269
12269
|
createdAt: Date;
|
12270
12270
|
updatedAt: Date;
|
@@ -12354,8 +12354,8 @@ export declare const platformWebchatContract: {
|
|
12354
12354
|
}[];
|
12355
12355
|
}[];
|
12356
12356
|
tags: {
|
12357
|
-
id: string;
|
12358
12357
|
name: string;
|
12358
|
+
id: string;
|
12359
12359
|
createdAt: Date;
|
12360
12360
|
updatedAt: Date;
|
12361
12361
|
deletedAt: Date | null;
|
@@ -12378,9 +12378,9 @@ export declare const platformWebchatContract: {
|
|
12378
12378
|
} | null;
|
12379
12379
|
};
|
12380
12380
|
workflowRule: {
|
12381
|
+
name: string;
|
12381
12382
|
type: string;
|
12382
12383
|
id: string;
|
12383
|
-
name: string;
|
12384
12384
|
createdAt: Date;
|
12385
12385
|
updatedAt: Date;
|
12386
12386
|
deletedAt: Date | null;
|
@@ -12390,9 +12390,9 @@ export declare const platformWebchatContract: {
|
|
12390
12390
|
};
|
12391
12391
|
platformMessageId: string;
|
12392
12392
|
workflowRule: {
|
12393
|
+
name: string;
|
12393
12394
|
type: string;
|
12394
12395
|
id: string;
|
12395
|
-
name: string;
|
12396
12396
|
createdAt: Date;
|
12397
12397
|
updatedAt: Date;
|
12398
12398
|
deletedAt: Date | null;
|
@@ -12413,9 +12413,9 @@ export declare const platformWebchatContract: {
|
|
12413
12413
|
updatedAt: Date;
|
12414
12414
|
deletedAt: Date | null;
|
12415
12415
|
actor: {
|
12416
|
+
name: string;
|
12416
12417
|
id: string;
|
12417
12418
|
address: string | null;
|
12418
|
-
name: string;
|
12419
12419
|
email: string;
|
12420
12420
|
createdAt: Date;
|
12421
12421
|
updatedAt: Date;
|
@@ -12469,9 +12469,9 @@ export declare const platformWebchatContract: {
|
|
12469
12469
|
status?: string | undefined;
|
12470
12470
|
};
|
12471
12471
|
assignee: {
|
12472
|
+
name: string;
|
12472
12473
|
id: string;
|
12473
12474
|
address: string | null;
|
12474
|
-
name: string;
|
12475
12475
|
email: string;
|
12476
12476
|
createdAt: Date;
|
12477
12477
|
updatedAt: Date;
|
@@ -12520,9 +12520,9 @@ export declare const platformWebchatContract: {
|
|
12520
12520
|
previewUrl: string;
|
12521
12521
|
imageSetId: string;
|
12522
12522
|
sender: {
|
12523
|
+
name: string;
|
12523
12524
|
id: string;
|
12524
12525
|
address: string | null;
|
12525
|
-
name: string;
|
12526
12526
|
email: string;
|
12527
12527
|
createdAt: Date;
|
12528
12528
|
updatedAt: Date;
|
@@ -12567,9 +12567,9 @@ export declare const platformWebchatContract: {
|
|
12567
12567
|
template?: any;
|
12568
12568
|
};
|
12569
12569
|
sender: {
|
12570
|
+
name: string;
|
12570
12571
|
id: string;
|
12571
12572
|
address: string | null;
|
12572
|
-
name: string;
|
12573
12573
|
email: string;
|
12574
12574
|
createdAt: Date;
|
12575
12575
|
updatedAt: Date;
|
@@ -12624,9 +12624,9 @@ export declare const platformWebchatContract: {
|
|
12624
12624
|
updatedAt: Date;
|
12625
12625
|
deletedAt: Date | null;
|
12626
12626
|
actor: {
|
12627
|
+
name: string;
|
12627
12628
|
id: string;
|
12628
12629
|
address: string | null;
|
12629
|
-
name: string;
|
12630
12630
|
email: string;
|
12631
12631
|
createdAt: Date;
|
12632
12632
|
updatedAt: Date;
|
@@ -12680,9 +12680,9 @@ export declare const platformWebchatContract: {
|
|
12680
12680
|
status?: string | undefined;
|
12681
12681
|
};
|
12682
12682
|
assignee: {
|
12683
|
+
name: string;
|
12683
12684
|
id: string;
|
12684
12685
|
address: string | null;
|
12685
|
-
name: string;
|
12686
12686
|
email: string;
|
12687
12687
|
createdAt: Date;
|
12688
12688
|
updatedAt: Date;
|
@@ -12727,12 +12727,12 @@ export declare const platformWebchatContract: {
|
|
12727
12727
|
room: {
|
12728
12728
|
id: string;
|
12729
12729
|
channel: {
|
12730
|
+
name: string;
|
12730
12731
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12731
12732
|
id: string;
|
12732
|
-
name: string;
|
12733
12733
|
metadata: {
|
12734
|
-
id: string;
|
12735
12734
|
name: string;
|
12735
|
+
id: string;
|
12736
12736
|
accessToken?: string | undefined;
|
12737
12737
|
channelSecret?: string | undefined;
|
12738
12738
|
additionalCredentials?: any;
|
@@ -12750,9 +12750,9 @@ export declare const platformWebchatContract: {
|
|
12750
12750
|
updatedAt: Date;
|
12751
12751
|
deletedAt: Date | null;
|
12752
12752
|
actor: {
|
12753
|
+
name: string;
|
12753
12754
|
id: string;
|
12754
12755
|
address: string | null;
|
12755
|
-
name: string;
|
12756
12756
|
email: string;
|
12757
12757
|
createdAt: Date;
|
12758
12758
|
updatedAt: Date;
|
@@ -12799,8 +12799,8 @@ export declare const platformWebchatContract: {
|
|
12799
12799
|
connectedUserName: string;
|
12800
12800
|
connectedUserId: string;
|
12801
12801
|
botpressBot: {
|
12802
|
-
id: string;
|
12803
12802
|
name: string;
|
12803
|
+
id: string;
|
12804
12804
|
accessToken: string;
|
12805
12805
|
botId: string;
|
12806
12806
|
integrationId: string;
|
@@ -12812,9 +12812,9 @@ export declare const platformWebchatContract: {
|
|
12812
12812
|
updatedAt: Date;
|
12813
12813
|
deletedAt: Date | null;
|
12814
12814
|
actor: {
|
12815
|
+
name: string;
|
12815
12816
|
id: string;
|
12816
12817
|
address: string | null;
|
12817
|
-
name: string;
|
12818
12818
|
email: string;
|
12819
12819
|
createdAt: Date;
|
12820
12820
|
updatedAt: Date;
|
@@ -12865,8 +12865,8 @@ export declare const platformWebchatContract: {
|
|
12865
12865
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12866
12866
|
id: string;
|
12867
12867
|
metadata: {
|
12868
|
-
id: string;
|
12869
12868
|
name: string;
|
12869
|
+
id: string;
|
12870
12870
|
picture?: string | undefined;
|
12871
12871
|
additionalCredentials?: any;
|
12872
12872
|
};
|
@@ -12874,10 +12874,10 @@ export declare const platformWebchatContract: {
|
|
12874
12874
|
updatedAt: Date;
|
12875
12875
|
deletedAt: Date | null;
|
12876
12876
|
contact: {
|
12877
|
+
name: string;
|
12877
12878
|
id: string;
|
12878
12879
|
channel: string | null;
|
12879
12880
|
address: string | null;
|
12880
|
-
name: string;
|
12881
12881
|
createdAt: Date;
|
12882
12882
|
updatedAt: Date;
|
12883
12883
|
deletedAt: Date | null;
|
@@ -12922,8 +12922,8 @@ export declare const platformWebchatContract: {
|
|
12922
12922
|
createdAt: Date;
|
12923
12923
|
updatedAt: Date;
|
12924
12924
|
deletedAt: Date | null;
|
12925
|
-
address?: string | null | undefined;
|
12926
12925
|
name?: string | undefined;
|
12926
|
+
address?: string | null | undefined;
|
12927
12927
|
phone?: string | null | undefined;
|
12928
12928
|
industry?: string | null | undefined;
|
12929
12929
|
} | null;
|
@@ -12931,8 +12931,8 @@ export declare const platformWebchatContract: {
|
|
12931
12931
|
contactProfile: string | null;
|
12932
12932
|
socialProfileUrl: string | null;
|
12933
12933
|
tags: {
|
12934
|
-
id: string;
|
12935
12934
|
name: string;
|
12935
|
+
id: string;
|
12936
12936
|
createdAt: Date;
|
12937
12937
|
updatedAt: Date;
|
12938
12938
|
deletedAt: Date | null;
|
@@ -12957,8 +12957,8 @@ export declare const platformWebchatContract: {
|
|
12957
12957
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12958
12958
|
id: string;
|
12959
12959
|
metadata: {
|
12960
|
-
id: string;
|
12961
12960
|
name: string;
|
12961
|
+
id: string;
|
12962
12962
|
picture?: string | undefined;
|
12963
12963
|
additionalCredentials?: any;
|
12964
12964
|
};
|
@@ -12989,9 +12989,9 @@ export declare const platformWebchatContract: {
|
|
12989
12989
|
socialPlatformId: string;
|
12990
12990
|
};
|
12991
12991
|
assignee: {
|
12992
|
+
name: string;
|
12992
12993
|
id: string;
|
12993
12994
|
address: string | null;
|
12994
|
-
name: string;
|
12995
12995
|
email: string;
|
12996
12996
|
createdAt: Date;
|
12997
12997
|
updatedAt: Date;
|
@@ -13081,8 +13081,8 @@ export declare const platformWebchatContract: {
|
|
13081
13081
|
}[];
|
13082
13082
|
}[];
|
13083
13083
|
tags: {
|
13084
|
-
id: string;
|
13085
13084
|
name: string;
|
13085
|
+
id: string;
|
13086
13086
|
createdAt: Date;
|
13087
13087
|
updatedAt: Date;
|
13088
13088
|
deletedAt: Date | null;
|
@@ -13105,9 +13105,9 @@ export declare const platformWebchatContract: {
|
|
13105
13105
|
} | null;
|
13106
13106
|
};
|
13107
13107
|
workflowRule: {
|
13108
|
+
name: string;
|
13108
13109
|
type: string;
|
13109
13110
|
id: string;
|
13110
|
-
name: string;
|
13111
13111
|
createdAt: Date;
|
13112
13112
|
updatedAt: Date;
|
13113
13113
|
deletedAt: Date | null;
|
@@ -13117,9 +13117,9 @@ export declare const platformWebchatContract: {
|
|
13117
13117
|
};
|
13118
13118
|
platformMessageId: string;
|
13119
13119
|
workflowRule: {
|
13120
|
+
name: string;
|
13120
13121
|
type: string;
|
13121
13122
|
id: string;
|
13122
|
-
name: string;
|
13123
13123
|
createdAt: Date;
|
13124
13124
|
updatedAt: Date;
|
13125
13125
|
deletedAt: Date | null;
|
@@ -13140,9 +13140,9 @@ export declare const platformWebchatContract: {
|
|
13140
13140
|
updatedAt: Date;
|
13141
13141
|
deletedAt: Date | null;
|
13142
13142
|
actor: {
|
13143
|
+
name: string;
|
13143
13144
|
id: string;
|
13144
13145
|
address: string | null;
|
13145
|
-
name: string;
|
13146
13146
|
email: string;
|
13147
13147
|
createdAt: Date;
|
13148
13148
|
updatedAt: Date;
|
@@ -13196,9 +13196,9 @@ export declare const platformWebchatContract: {
|
|
13196
13196
|
status?: string | undefined;
|
13197
13197
|
};
|
13198
13198
|
assignee: {
|
13199
|
+
name: string;
|
13199
13200
|
id: string;
|
13200
13201
|
address: string | null;
|
13201
|
-
name: string;
|
13202
13202
|
email: string;
|
13203
13203
|
createdAt: Date;
|
13204
13204
|
updatedAt: Date;
|
@@ -13247,9 +13247,9 @@ export declare const platformWebchatContract: {
|
|
13247
13247
|
previewUrl: string;
|
13248
13248
|
imageSetId: string;
|
13249
13249
|
sender: {
|
13250
|
+
name: string;
|
13250
13251
|
id: string;
|
13251
13252
|
address: string | null;
|
13252
|
-
name: string;
|
13253
13253
|
email: string;
|
13254
13254
|
createdAt: Date;
|
13255
13255
|
updatedAt: Date;
|
@@ -13294,9 +13294,9 @@ export declare const platformWebchatContract: {
|
|
13294
13294
|
template?: any;
|
13295
13295
|
};
|
13296
13296
|
sender: {
|
13297
|
+
name: string;
|
13297
13298
|
id: string;
|
13298
13299
|
address: string | null;
|
13299
|
-
name: string;
|
13300
13300
|
email: string;
|
13301
13301
|
createdAt: Date;
|
13302
13302
|
updatedAt: Date;
|
@@ -13352,9 +13352,9 @@ export declare const platformWebchatContract: {
|
|
13352
13352
|
updatedAt: Date;
|
13353
13353
|
deletedAt: Date | null;
|
13354
13354
|
actor: {
|
13355
|
+
name: string;
|
13355
13356
|
id: string;
|
13356
13357
|
address: string | null;
|
13357
|
-
name: string;
|
13358
13358
|
email: string;
|
13359
13359
|
createdAt: Date;
|
13360
13360
|
updatedAt: Date;
|
@@ -13408,9 +13408,9 @@ export declare const platformWebchatContract: {
|
|
13408
13408
|
status?: string | undefined;
|
13409
13409
|
};
|
13410
13410
|
assignee: {
|
13411
|
+
name: string;
|
13411
13412
|
id: string;
|
13412
13413
|
address: string | null;
|
13413
|
-
name: string;
|
13414
13414
|
email: string;
|
13415
13415
|
createdAt: Date;
|
13416
13416
|
updatedAt: Date;
|
@@ -13455,12 +13455,12 @@ export declare const platformWebchatContract: {
|
|
13455
13455
|
room: {
|
13456
13456
|
id: string;
|
13457
13457
|
channel: {
|
13458
|
+
name: string;
|
13458
13459
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13459
13460
|
id: string;
|
13460
|
-
name: string;
|
13461
13461
|
metadata: {
|
13462
|
-
id: string;
|
13463
13462
|
name: string;
|
13463
|
+
id: string;
|
13464
13464
|
accessToken?: string | undefined;
|
13465
13465
|
channelSecret?: string | undefined;
|
13466
13466
|
additionalCredentials?: any;
|
@@ -13478,9 +13478,9 @@ export declare const platformWebchatContract: {
|
|
13478
13478
|
updatedAt: Date;
|
13479
13479
|
deletedAt: Date | null;
|
13480
13480
|
actor: {
|
13481
|
+
name: string;
|
13481
13482
|
id: string;
|
13482
13483
|
address: string | null;
|
13483
|
-
name: string;
|
13484
13484
|
email: string;
|
13485
13485
|
createdAt: Date;
|
13486
13486
|
updatedAt: Date;
|
@@ -13527,8 +13527,8 @@ export declare const platformWebchatContract: {
|
|
13527
13527
|
connectedUserName: string;
|
13528
13528
|
connectedUserId: string;
|
13529
13529
|
botpressBot: {
|
13530
|
-
id: string;
|
13531
13530
|
name: string;
|
13531
|
+
id: string;
|
13532
13532
|
accessToken: string;
|
13533
13533
|
botId: string;
|
13534
13534
|
integrationId: string;
|
@@ -13540,9 +13540,9 @@ export declare const platformWebchatContract: {
|
|
13540
13540
|
updatedAt: Date;
|
13541
13541
|
deletedAt: Date | null;
|
13542
13542
|
actor: {
|
13543
|
+
name: string;
|
13543
13544
|
id: string;
|
13544
13545
|
address: string | null;
|
13545
|
-
name: string;
|
13546
13546
|
email: string;
|
13547
13547
|
createdAt: Date;
|
13548
13548
|
updatedAt: Date;
|
@@ -13593,8 +13593,8 @@ export declare const platformWebchatContract: {
|
|
13593
13593
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13594
13594
|
id: string;
|
13595
13595
|
metadata: {
|
13596
|
-
id: string;
|
13597
13596
|
name: string;
|
13597
|
+
id: string;
|
13598
13598
|
picture?: string | undefined;
|
13599
13599
|
additionalCredentials?: any;
|
13600
13600
|
};
|
@@ -13602,10 +13602,10 @@ export declare const platformWebchatContract: {
|
|
13602
13602
|
updatedAt: Date;
|
13603
13603
|
deletedAt: Date | null;
|
13604
13604
|
contact: {
|
13605
|
+
name: string;
|
13605
13606
|
id: string;
|
13606
13607
|
channel: string | null;
|
13607
13608
|
address: string | null;
|
13608
|
-
name: string;
|
13609
13609
|
createdAt: Date;
|
13610
13610
|
updatedAt: Date;
|
13611
13611
|
deletedAt: Date | null;
|
@@ -13650,8 +13650,8 @@ export declare const platformWebchatContract: {
|
|
13650
13650
|
createdAt: Date;
|
13651
13651
|
updatedAt: Date;
|
13652
13652
|
deletedAt: Date | null;
|
13653
|
-
address?: string | null | undefined;
|
13654
13653
|
name?: string | undefined;
|
13654
|
+
address?: string | null | undefined;
|
13655
13655
|
phone?: string | null | undefined;
|
13656
13656
|
industry?: string | null | undefined;
|
13657
13657
|
} | null;
|
@@ -13659,8 +13659,8 @@ export declare const platformWebchatContract: {
|
|
13659
13659
|
contactProfile: string | null;
|
13660
13660
|
socialProfileUrl: string | null;
|
13661
13661
|
tags: {
|
13662
|
-
id: string;
|
13663
13662
|
name: string;
|
13663
|
+
id: string;
|
13664
13664
|
createdAt: Date;
|
13665
13665
|
updatedAt: Date;
|
13666
13666
|
deletedAt: Date | null;
|
@@ -13685,8 +13685,8 @@ export declare const platformWebchatContract: {
|
|
13685
13685
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13686
13686
|
id: string;
|
13687
13687
|
metadata: {
|
13688
|
-
id: string;
|
13689
13688
|
name: string;
|
13689
|
+
id: string;
|
13690
13690
|
picture?: string | undefined;
|
13691
13691
|
additionalCredentials?: any;
|
13692
13692
|
};
|
@@ -13717,9 +13717,9 @@ export declare const platformWebchatContract: {
|
|
13717
13717
|
socialPlatformId: string;
|
13718
13718
|
};
|
13719
13719
|
assignee: {
|
13720
|
+
name: string;
|
13720
13721
|
id: string;
|
13721
13722
|
address: string | null;
|
13722
|
-
name: string;
|
13723
13723
|
email: string;
|
13724
13724
|
createdAt: Date;
|
13725
13725
|
updatedAt: Date;
|
@@ -13809,8 +13809,8 @@ export declare const platformWebchatContract: {
|
|
13809
13809
|
}[];
|
13810
13810
|
}[];
|
13811
13811
|
tags: {
|
13812
|
-
id: string;
|
13813
13812
|
name: string;
|
13813
|
+
id: string;
|
13814
13814
|
createdAt: Date;
|
13815
13815
|
updatedAt: Date;
|
13816
13816
|
deletedAt: Date | null;
|
@@ -13833,9 +13833,9 @@ export declare const platformWebchatContract: {
|
|
13833
13833
|
} | null;
|
13834
13834
|
};
|
13835
13835
|
workflowRule: {
|
13836
|
+
name: string;
|
13836
13837
|
type: string;
|
13837
13838
|
id: string;
|
13838
|
-
name: string;
|
13839
13839
|
createdAt: Date;
|
13840
13840
|
updatedAt: Date;
|
13841
13841
|
deletedAt: Date | null;
|
@@ -13845,9 +13845,9 @@ export declare const platformWebchatContract: {
|
|
13845
13845
|
};
|
13846
13846
|
platformMessageId: string;
|
13847
13847
|
workflowRule: {
|
13848
|
+
name: string;
|
13848
13849
|
type: string;
|
13849
13850
|
id: string;
|
13850
|
-
name: string;
|
13851
13851
|
createdAt: Date;
|
13852
13852
|
updatedAt: Date;
|
13853
13853
|
deletedAt: Date | null;
|
@@ -13868,9 +13868,9 @@ export declare const platformWebchatContract: {
|
|
13868
13868
|
updatedAt: Date;
|
13869
13869
|
deletedAt: Date | null;
|
13870
13870
|
actor: {
|
13871
|
+
name: string;
|
13871
13872
|
id: string;
|
13872
13873
|
address: string | null;
|
13873
|
-
name: string;
|
13874
13874
|
email: string;
|
13875
13875
|
createdAt: Date;
|
13876
13876
|
updatedAt: Date;
|
@@ -13924,9 +13924,9 @@ export declare const platformWebchatContract: {
|
|
13924
13924
|
status?: string | undefined;
|
13925
13925
|
};
|
13926
13926
|
assignee: {
|
13927
|
+
name: string;
|
13927
13928
|
id: string;
|
13928
13929
|
address: string | null;
|
13929
|
-
name: string;
|
13930
13930
|
email: string;
|
13931
13931
|
createdAt: Date;
|
13932
13932
|
updatedAt: Date;
|
@@ -13975,9 +13975,9 @@ export declare const platformWebchatContract: {
|
|
13975
13975
|
previewUrl: string;
|
13976
13976
|
imageSetId: string;
|
13977
13977
|
sender: {
|
13978
|
+
name: string;
|
13978
13979
|
id: string;
|
13979
13980
|
address: string | null;
|
13980
|
-
name: string;
|
13981
13981
|
email: string;
|
13982
13982
|
createdAt: Date;
|
13983
13983
|
updatedAt: Date;
|
@@ -14022,9 +14022,9 @@ export declare const platformWebchatContract: {
|
|
14022
14022
|
template?: any;
|
14023
14023
|
};
|
14024
14024
|
sender: {
|
14025
|
+
name: string;
|
14025
14026
|
id: string;
|
14026
14027
|
address: string | null;
|
14027
|
-
name: string;
|
14028
14028
|
email: string;
|
14029
14029
|
createdAt: Date;
|
14030
14030
|
updatedAt: Date;
|
@@ -14079,9 +14079,9 @@ export declare const platformWebchatContract: {
|
|
14079
14079
|
updatedAt: Date;
|
14080
14080
|
deletedAt: Date | null;
|
14081
14081
|
actor: {
|
14082
|
+
name: string;
|
14082
14083
|
id: string;
|
14083
14084
|
address: string | null;
|
14084
|
-
name: string;
|
14085
14085
|
email: string;
|
14086
14086
|
createdAt: Date;
|
14087
14087
|
updatedAt: Date;
|
@@ -14135,9 +14135,9 @@ export declare const platformWebchatContract: {
|
|
14135
14135
|
status?: string | undefined;
|
14136
14136
|
};
|
14137
14137
|
assignee: {
|
14138
|
+
name: string;
|
14138
14139
|
id: string;
|
14139
14140
|
address: string | null;
|
14140
|
-
name: string;
|
14141
14141
|
email: string;
|
14142
14142
|
createdAt: Date;
|
14143
14143
|
updatedAt: Date;
|
@@ -14182,12 +14182,12 @@ export declare const platformWebchatContract: {
|
|
14182
14182
|
room: {
|
14183
14183
|
id: string;
|
14184
14184
|
channel: {
|
14185
|
+
name: string;
|
14185
14186
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14186
14187
|
id: string;
|
14187
|
-
name: string;
|
14188
14188
|
metadata: {
|
14189
|
-
id: string;
|
14190
14189
|
name: string;
|
14190
|
+
id: string;
|
14191
14191
|
accessToken?: string | undefined;
|
14192
14192
|
channelSecret?: string | undefined;
|
14193
14193
|
additionalCredentials?: any;
|
@@ -14205,9 +14205,9 @@ export declare const platformWebchatContract: {
|
|
14205
14205
|
updatedAt: Date;
|
14206
14206
|
deletedAt: Date | null;
|
14207
14207
|
actor: {
|
14208
|
+
name: string;
|
14208
14209
|
id: string;
|
14209
14210
|
address: string | null;
|
14210
|
-
name: string;
|
14211
14211
|
email: string;
|
14212
14212
|
createdAt: Date;
|
14213
14213
|
updatedAt: Date;
|
@@ -14254,8 +14254,8 @@ export declare const platformWebchatContract: {
|
|
14254
14254
|
connectedUserName: string;
|
14255
14255
|
connectedUserId: string;
|
14256
14256
|
botpressBot: {
|
14257
|
-
id: string;
|
14258
14257
|
name: string;
|
14258
|
+
id: string;
|
14259
14259
|
accessToken: string;
|
14260
14260
|
botId: string;
|
14261
14261
|
integrationId: string;
|
@@ -14267,9 +14267,9 @@ export declare const platformWebchatContract: {
|
|
14267
14267
|
updatedAt: Date;
|
14268
14268
|
deletedAt: Date | null;
|
14269
14269
|
actor: {
|
14270
|
+
name: string;
|
14270
14271
|
id: string;
|
14271
14272
|
address: string | null;
|
14272
|
-
name: string;
|
14273
14273
|
email: string;
|
14274
14274
|
createdAt: Date;
|
14275
14275
|
updatedAt: Date;
|
@@ -14320,8 +14320,8 @@ export declare const platformWebchatContract: {
|
|
14320
14320
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14321
14321
|
id: string;
|
14322
14322
|
metadata: {
|
14323
|
-
id: string;
|
14324
14323
|
name: string;
|
14324
|
+
id: string;
|
14325
14325
|
picture?: string | undefined;
|
14326
14326
|
additionalCredentials?: any;
|
14327
14327
|
};
|
@@ -14329,10 +14329,10 @@ export declare const platformWebchatContract: {
|
|
14329
14329
|
updatedAt: Date;
|
14330
14330
|
deletedAt: Date | null;
|
14331
14331
|
contact: {
|
14332
|
+
name: string;
|
14332
14333
|
id: string;
|
14333
14334
|
channel: string | null;
|
14334
14335
|
address: string | null;
|
14335
|
-
name: string;
|
14336
14336
|
createdAt: Date;
|
14337
14337
|
updatedAt: Date;
|
14338
14338
|
deletedAt: Date | null;
|
@@ -14377,8 +14377,8 @@ export declare const platformWebchatContract: {
|
|
14377
14377
|
createdAt: Date;
|
14378
14378
|
updatedAt: Date;
|
14379
14379
|
deletedAt: Date | null;
|
14380
|
-
address?: string | null | undefined;
|
14381
14380
|
name?: string | undefined;
|
14381
|
+
address?: string | null | undefined;
|
14382
14382
|
phone?: string | null | undefined;
|
14383
14383
|
industry?: string | null | undefined;
|
14384
14384
|
} | null;
|
@@ -14386,8 +14386,8 @@ export declare const platformWebchatContract: {
|
|
14386
14386
|
contactProfile: string | null;
|
14387
14387
|
socialProfileUrl: string | null;
|
14388
14388
|
tags: {
|
14389
|
-
id: string;
|
14390
14389
|
name: string;
|
14390
|
+
id: string;
|
14391
14391
|
createdAt: Date;
|
14392
14392
|
updatedAt: Date;
|
14393
14393
|
deletedAt: Date | null;
|
@@ -14412,8 +14412,8 @@ export declare const platformWebchatContract: {
|
|
14412
14412
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14413
14413
|
id: string;
|
14414
14414
|
metadata: {
|
14415
|
-
id: string;
|
14416
14415
|
name: string;
|
14416
|
+
id: string;
|
14417
14417
|
picture?: string | undefined;
|
14418
14418
|
additionalCredentials?: any;
|
14419
14419
|
};
|
@@ -14444,9 +14444,9 @@ export declare const platformWebchatContract: {
|
|
14444
14444
|
socialPlatformId: string;
|
14445
14445
|
};
|
14446
14446
|
assignee: {
|
14447
|
+
name: string;
|
14447
14448
|
id: string;
|
14448
14449
|
address: string | null;
|
14449
|
-
name: string;
|
14450
14450
|
email: string;
|
14451
14451
|
createdAt: Date;
|
14452
14452
|
updatedAt: Date;
|
@@ -14536,8 +14536,8 @@ export declare const platformWebchatContract: {
|
|
14536
14536
|
}[];
|
14537
14537
|
}[];
|
14538
14538
|
tags: {
|
14539
|
-
id: string;
|
14540
14539
|
name: string;
|
14540
|
+
id: string;
|
14541
14541
|
createdAt: Date;
|
14542
14542
|
updatedAt: Date;
|
14543
14543
|
deletedAt: Date | null;
|
@@ -14560,9 +14560,9 @@ export declare const platformWebchatContract: {
|
|
14560
14560
|
} | null;
|
14561
14561
|
};
|
14562
14562
|
workflowRule: {
|
14563
|
+
name: string;
|
14563
14564
|
type: string;
|
14564
14565
|
id: string;
|
14565
|
-
name: string;
|
14566
14566
|
createdAt: Date;
|
14567
14567
|
updatedAt: Date;
|
14568
14568
|
deletedAt: Date | null;
|
@@ -14572,9 +14572,9 @@ export declare const platformWebchatContract: {
|
|
14572
14572
|
};
|
14573
14573
|
platformMessageId: string;
|
14574
14574
|
workflowRule: {
|
14575
|
+
name: string;
|
14575
14576
|
type: string;
|
14576
14577
|
id: string;
|
14577
|
-
name: string;
|
14578
14578
|
createdAt: Date;
|
14579
14579
|
updatedAt: Date;
|
14580
14580
|
deletedAt: Date | null;
|
@@ -14595,9 +14595,9 @@ export declare const platformWebchatContract: {
|
|
14595
14595
|
updatedAt: Date;
|
14596
14596
|
deletedAt: Date | null;
|
14597
14597
|
actor: {
|
14598
|
+
name: string;
|
14598
14599
|
id: string;
|
14599
14600
|
address: string | null;
|
14600
|
-
name: string;
|
14601
14601
|
email: string;
|
14602
14602
|
createdAt: Date;
|
14603
14603
|
updatedAt: Date;
|
@@ -14651,9 +14651,9 @@ export declare const platformWebchatContract: {
|
|
14651
14651
|
status?: string | undefined;
|
14652
14652
|
};
|
14653
14653
|
assignee: {
|
14654
|
+
name: string;
|
14654
14655
|
id: string;
|
14655
14656
|
address: string | null;
|
14656
|
-
name: string;
|
14657
14657
|
email: string;
|
14658
14658
|
createdAt: Date;
|
14659
14659
|
updatedAt: Date;
|
@@ -14702,9 +14702,9 @@ export declare const platformWebchatContract: {
|
|
14702
14702
|
previewUrl: string;
|
14703
14703
|
imageSetId: string;
|
14704
14704
|
sender: {
|
14705
|
+
name: string;
|
14705
14706
|
id: string;
|
14706
14707
|
address: string | null;
|
14707
|
-
name: string;
|
14708
14708
|
email: string;
|
14709
14709
|
createdAt: Date;
|
14710
14710
|
updatedAt: Date;
|
@@ -14749,9 +14749,9 @@ export declare const platformWebchatContract: {
|
|
14749
14749
|
template?: any;
|
14750
14750
|
};
|
14751
14751
|
sender: {
|
14752
|
+
name: string;
|
14752
14753
|
id: string;
|
14753
14754
|
address: string | null;
|
14754
|
-
name: string;
|
14755
14755
|
email: string;
|
14756
14756
|
createdAt: Date;
|
14757
14757
|
updatedAt: Date;
|
@@ -14809,9 +14809,9 @@ export declare const platformWebchatContract: {
|
|
14809
14809
|
updatedAt: Date;
|
14810
14810
|
deletedAt: Date | null;
|
14811
14811
|
actor: {
|
14812
|
+
name: string;
|
14812
14813
|
id: string;
|
14813
14814
|
address: string | null;
|
14814
|
-
name: string;
|
14815
14815
|
email: string;
|
14816
14816
|
createdAt: Date;
|
14817
14817
|
updatedAt: Date;
|
@@ -14865,9 +14865,9 @@ export declare const platformWebchatContract: {
|
|
14865
14865
|
status?: string | undefined;
|
14866
14866
|
};
|
14867
14867
|
assignee: {
|
14868
|
+
name: string;
|
14868
14869
|
id: string;
|
14869
14870
|
address: string | null;
|
14870
|
-
name: string;
|
14871
14871
|
email: string;
|
14872
14872
|
createdAt: Date;
|
14873
14873
|
updatedAt: Date;
|
@@ -14912,12 +14912,12 @@ export declare const platformWebchatContract: {
|
|
14912
14912
|
room: {
|
14913
14913
|
id: string;
|
14914
14914
|
channel: {
|
14915
|
+
name: string;
|
14915
14916
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14916
14917
|
id: string;
|
14917
|
-
name: string;
|
14918
14918
|
metadata: {
|
14919
|
-
id: string;
|
14920
14919
|
name: string;
|
14920
|
+
id: string;
|
14921
14921
|
accessToken?: string | undefined;
|
14922
14922
|
channelSecret?: string | undefined;
|
14923
14923
|
additionalCredentials?: any;
|
@@ -14935,9 +14935,9 @@ export declare const platformWebchatContract: {
|
|
14935
14935
|
updatedAt: Date;
|
14936
14936
|
deletedAt: Date | null;
|
14937
14937
|
actor: {
|
14938
|
+
name: string;
|
14938
14939
|
id: string;
|
14939
14940
|
address: string | null;
|
14940
|
-
name: string;
|
14941
14941
|
email: string;
|
14942
14942
|
createdAt: Date;
|
14943
14943
|
updatedAt: Date;
|
@@ -14984,8 +14984,8 @@ export declare const platformWebchatContract: {
|
|
14984
14984
|
connectedUserName: string;
|
14985
14985
|
connectedUserId: string;
|
14986
14986
|
botpressBot: {
|
14987
|
-
id: string;
|
14988
14987
|
name: string;
|
14988
|
+
id: string;
|
14989
14989
|
accessToken: string;
|
14990
14990
|
botId: string;
|
14991
14991
|
integrationId: string;
|
@@ -14997,9 +14997,9 @@ export declare const platformWebchatContract: {
|
|
14997
14997
|
updatedAt: Date;
|
14998
14998
|
deletedAt: Date | null;
|
14999
14999
|
actor: {
|
15000
|
+
name: string;
|
15000
15001
|
id: string;
|
15001
15002
|
address: string | null;
|
15002
|
-
name: string;
|
15003
15003
|
email: string;
|
15004
15004
|
createdAt: Date;
|
15005
15005
|
updatedAt: Date;
|
@@ -15050,8 +15050,8 @@ export declare const platformWebchatContract: {
|
|
15050
15050
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15051
15051
|
id: string;
|
15052
15052
|
metadata: {
|
15053
|
-
id: string;
|
15054
15053
|
name: string;
|
15054
|
+
id: string;
|
15055
15055
|
picture?: string | undefined;
|
15056
15056
|
additionalCredentials?: any;
|
15057
15057
|
};
|
@@ -15059,10 +15059,10 @@ export declare const platformWebchatContract: {
|
|
15059
15059
|
updatedAt: Date;
|
15060
15060
|
deletedAt: Date | null;
|
15061
15061
|
contact: {
|
15062
|
+
name: string;
|
15062
15063
|
id: string;
|
15063
15064
|
channel: string | null;
|
15064
15065
|
address: string | null;
|
15065
|
-
name: string;
|
15066
15066
|
createdAt: Date;
|
15067
15067
|
updatedAt: Date;
|
15068
15068
|
deletedAt: Date | null;
|
@@ -15107,8 +15107,8 @@ export declare const platformWebchatContract: {
|
|
15107
15107
|
createdAt: Date;
|
15108
15108
|
updatedAt: Date;
|
15109
15109
|
deletedAt: Date | null;
|
15110
|
-
address?: string | null | undefined;
|
15111
15110
|
name?: string | undefined;
|
15111
|
+
address?: string | null | undefined;
|
15112
15112
|
phone?: string | null | undefined;
|
15113
15113
|
industry?: string | null | undefined;
|
15114
15114
|
} | null;
|
@@ -15116,8 +15116,8 @@ export declare const platformWebchatContract: {
|
|
15116
15116
|
contactProfile: string | null;
|
15117
15117
|
socialProfileUrl: string | null;
|
15118
15118
|
tags: {
|
15119
|
-
id: string;
|
15120
15119
|
name: string;
|
15120
|
+
id: string;
|
15121
15121
|
createdAt: Date;
|
15122
15122
|
updatedAt: Date;
|
15123
15123
|
deletedAt: Date | null;
|
@@ -15142,8 +15142,8 @@ export declare const platformWebchatContract: {
|
|
15142
15142
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15143
15143
|
id: string;
|
15144
15144
|
metadata: {
|
15145
|
-
id: string;
|
15146
15145
|
name: string;
|
15146
|
+
id: string;
|
15147
15147
|
picture?: string | undefined;
|
15148
15148
|
additionalCredentials?: any;
|
15149
15149
|
};
|
@@ -15174,9 +15174,9 @@ export declare const platformWebchatContract: {
|
|
15174
15174
|
socialPlatformId: string;
|
15175
15175
|
};
|
15176
15176
|
assignee: {
|
15177
|
+
name: string;
|
15177
15178
|
id: string;
|
15178
15179
|
address: string | null;
|
15179
|
-
name: string;
|
15180
15180
|
email: string;
|
15181
15181
|
createdAt: Date;
|
15182
15182
|
updatedAt: Date;
|
@@ -15266,8 +15266,8 @@ export declare const platformWebchatContract: {
|
|
15266
15266
|
}[];
|
15267
15267
|
}[];
|
15268
15268
|
tags: {
|
15269
|
-
id: string;
|
15270
15269
|
name: string;
|
15270
|
+
id: string;
|
15271
15271
|
createdAt: Date;
|
15272
15272
|
updatedAt: Date;
|
15273
15273
|
deletedAt: Date | null;
|
@@ -15290,9 +15290,9 @@ export declare const platformWebchatContract: {
|
|
15290
15290
|
} | null;
|
15291
15291
|
};
|
15292
15292
|
workflowRule: {
|
15293
|
+
name: string;
|
15293
15294
|
type: string;
|
15294
15295
|
id: string;
|
15295
|
-
name: string;
|
15296
15296
|
createdAt: Date;
|
15297
15297
|
updatedAt: Date;
|
15298
15298
|
deletedAt: Date | null;
|
@@ -15302,9 +15302,9 @@ export declare const platformWebchatContract: {
|
|
15302
15302
|
};
|
15303
15303
|
platformMessageId: string;
|
15304
15304
|
workflowRule: {
|
15305
|
+
name: string;
|
15305
15306
|
type: string;
|
15306
15307
|
id: string;
|
15307
|
-
name: string;
|
15308
15308
|
createdAt: Date;
|
15309
15309
|
updatedAt: Date;
|
15310
15310
|
deletedAt: Date | null;
|
@@ -15325,9 +15325,9 @@ export declare const platformWebchatContract: {
|
|
15325
15325
|
updatedAt: Date;
|
15326
15326
|
deletedAt: Date | null;
|
15327
15327
|
actor: {
|
15328
|
+
name: string;
|
15328
15329
|
id: string;
|
15329
15330
|
address: string | null;
|
15330
|
-
name: string;
|
15331
15331
|
email: string;
|
15332
15332
|
createdAt: Date;
|
15333
15333
|
updatedAt: Date;
|
@@ -15381,9 +15381,9 @@ export declare const platformWebchatContract: {
|
|
15381
15381
|
status?: string | undefined;
|
15382
15382
|
};
|
15383
15383
|
assignee: {
|
15384
|
+
name: string;
|
15384
15385
|
id: string;
|
15385
15386
|
address: string | null;
|
15386
|
-
name: string;
|
15387
15387
|
email: string;
|
15388
15388
|
createdAt: Date;
|
15389
15389
|
updatedAt: Date;
|
@@ -15432,9 +15432,9 @@ export declare const platformWebchatContract: {
|
|
15432
15432
|
previewUrl: string;
|
15433
15433
|
imageSetId: string;
|
15434
15434
|
sender: {
|
15435
|
+
name: string;
|
15435
15436
|
id: string;
|
15436
15437
|
address: string | null;
|
15437
|
-
name: string;
|
15438
15438
|
email: string;
|
15439
15439
|
createdAt: Date;
|
15440
15440
|
updatedAt: Date;
|
@@ -15479,9 +15479,9 @@ export declare const platformWebchatContract: {
|
|
15479
15479
|
template?: any;
|
15480
15480
|
};
|
15481
15481
|
sender: {
|
15482
|
+
name: string;
|
15482
15483
|
id: string;
|
15483
15484
|
address: string | null;
|
15484
|
-
name: string;
|
15485
15485
|
email: string;
|
15486
15486
|
createdAt: Date;
|
15487
15487
|
updatedAt: Date;
|
@@ -15536,9 +15536,9 @@ export declare const platformWebchatContract: {
|
|
15536
15536
|
updatedAt: Date;
|
15537
15537
|
deletedAt: Date | null;
|
15538
15538
|
actor: {
|
15539
|
+
name: string;
|
15539
15540
|
id: string;
|
15540
15541
|
address: string | null;
|
15541
|
-
name: string;
|
15542
15542
|
email: string;
|
15543
15543
|
createdAt: Date;
|
15544
15544
|
updatedAt: Date;
|
@@ -15592,9 +15592,9 @@ export declare const platformWebchatContract: {
|
|
15592
15592
|
status?: string | undefined;
|
15593
15593
|
};
|
15594
15594
|
assignee: {
|
15595
|
+
name: string;
|
15595
15596
|
id: string;
|
15596
15597
|
address: string | null;
|
15597
|
-
name: string;
|
15598
15598
|
email: string;
|
15599
15599
|
createdAt: Date;
|
15600
15600
|
updatedAt: Date;
|
@@ -15639,12 +15639,12 @@ export declare const platformWebchatContract: {
|
|
15639
15639
|
room: {
|
15640
15640
|
id: string;
|
15641
15641
|
channel: {
|
15642
|
+
name: string;
|
15642
15643
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15643
15644
|
id: string;
|
15644
|
-
name: string;
|
15645
15645
|
metadata: {
|
15646
|
-
id: string;
|
15647
15646
|
name: string;
|
15647
|
+
id: string;
|
15648
15648
|
accessToken?: string | undefined;
|
15649
15649
|
channelSecret?: string | undefined;
|
15650
15650
|
additionalCredentials?: any;
|
@@ -15662,9 +15662,9 @@ export declare const platformWebchatContract: {
|
|
15662
15662
|
updatedAt: Date;
|
15663
15663
|
deletedAt: Date | null;
|
15664
15664
|
actor: {
|
15665
|
+
name: string;
|
15665
15666
|
id: string;
|
15666
15667
|
address: string | null;
|
15667
|
-
name: string;
|
15668
15668
|
email: string;
|
15669
15669
|
createdAt: Date;
|
15670
15670
|
updatedAt: Date;
|
@@ -15711,8 +15711,8 @@ export declare const platformWebchatContract: {
|
|
15711
15711
|
connectedUserName: string;
|
15712
15712
|
connectedUserId: string;
|
15713
15713
|
botpressBot: {
|
15714
|
-
id: string;
|
15715
15714
|
name: string;
|
15715
|
+
id: string;
|
15716
15716
|
accessToken: string;
|
15717
15717
|
botId: string;
|
15718
15718
|
integrationId: string;
|
@@ -15724,9 +15724,9 @@ export declare const platformWebchatContract: {
|
|
15724
15724
|
updatedAt: Date;
|
15725
15725
|
deletedAt: Date | null;
|
15726
15726
|
actor: {
|
15727
|
+
name: string;
|
15727
15728
|
id: string;
|
15728
15729
|
address: string | null;
|
15729
|
-
name: string;
|
15730
15730
|
email: string;
|
15731
15731
|
createdAt: Date;
|
15732
15732
|
updatedAt: Date;
|
@@ -15777,8 +15777,8 @@ export declare const platformWebchatContract: {
|
|
15777
15777
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15778
15778
|
id: string;
|
15779
15779
|
metadata: {
|
15780
|
-
id: string;
|
15781
15780
|
name: string;
|
15781
|
+
id: string;
|
15782
15782
|
picture?: string | undefined;
|
15783
15783
|
additionalCredentials?: any;
|
15784
15784
|
};
|
@@ -15786,10 +15786,10 @@ export declare const platformWebchatContract: {
|
|
15786
15786
|
updatedAt: Date;
|
15787
15787
|
deletedAt: Date | null;
|
15788
15788
|
contact: {
|
15789
|
+
name: string;
|
15789
15790
|
id: string;
|
15790
15791
|
channel: string | null;
|
15791
15792
|
address: string | null;
|
15792
|
-
name: string;
|
15793
15793
|
createdAt: Date;
|
15794
15794
|
updatedAt: Date;
|
15795
15795
|
deletedAt: Date | null;
|
@@ -15834,8 +15834,8 @@ export declare const platformWebchatContract: {
|
|
15834
15834
|
createdAt: Date;
|
15835
15835
|
updatedAt: Date;
|
15836
15836
|
deletedAt: Date | null;
|
15837
|
-
address?: string | null | undefined;
|
15838
15837
|
name?: string | undefined;
|
15838
|
+
address?: string | null | undefined;
|
15839
15839
|
phone?: string | null | undefined;
|
15840
15840
|
industry?: string | null | undefined;
|
15841
15841
|
} | null;
|
@@ -15843,8 +15843,8 @@ export declare const platformWebchatContract: {
|
|
15843
15843
|
contactProfile: string | null;
|
15844
15844
|
socialProfileUrl: string | null;
|
15845
15845
|
tags: {
|
15846
|
-
id: string;
|
15847
15846
|
name: string;
|
15847
|
+
id: string;
|
15848
15848
|
createdAt: Date;
|
15849
15849
|
updatedAt: Date;
|
15850
15850
|
deletedAt: Date | null;
|
@@ -15869,8 +15869,8 @@ export declare const platformWebchatContract: {
|
|
15869
15869
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15870
15870
|
id: string;
|
15871
15871
|
metadata: {
|
15872
|
-
id: string;
|
15873
15872
|
name: string;
|
15873
|
+
id: string;
|
15874
15874
|
picture?: string | undefined;
|
15875
15875
|
additionalCredentials?: any;
|
15876
15876
|
};
|
@@ -15901,9 +15901,9 @@ export declare const platformWebchatContract: {
|
|
15901
15901
|
socialPlatformId: string;
|
15902
15902
|
};
|
15903
15903
|
assignee: {
|
15904
|
+
name: string;
|
15904
15905
|
id: string;
|
15905
15906
|
address: string | null;
|
15906
|
-
name: string;
|
15907
15907
|
email: string;
|
15908
15908
|
createdAt: Date;
|
15909
15909
|
updatedAt: Date;
|
@@ -15993,8 +15993,8 @@ export declare const platformWebchatContract: {
|
|
15993
15993
|
}[];
|
15994
15994
|
}[];
|
15995
15995
|
tags: {
|
15996
|
-
id: string;
|
15997
15996
|
name: string;
|
15997
|
+
id: string;
|
15998
15998
|
createdAt: Date;
|
15999
15999
|
updatedAt: Date;
|
16000
16000
|
deletedAt: Date | null;
|
@@ -16017,9 +16017,9 @@ export declare const platformWebchatContract: {
|
|
16017
16017
|
} | null;
|
16018
16018
|
};
|
16019
16019
|
workflowRule: {
|
16020
|
+
name: string;
|
16020
16021
|
type: string;
|
16021
16022
|
id: string;
|
16022
|
-
name: string;
|
16023
16023
|
createdAt: Date;
|
16024
16024
|
updatedAt: Date;
|
16025
16025
|
deletedAt: Date | null;
|
@@ -16029,9 +16029,9 @@ export declare const platformWebchatContract: {
|
|
16029
16029
|
};
|
16030
16030
|
platformMessageId: string;
|
16031
16031
|
workflowRule: {
|
16032
|
+
name: string;
|
16032
16033
|
type: string;
|
16033
16034
|
id: string;
|
16034
|
-
name: string;
|
16035
16035
|
createdAt: Date;
|
16036
16036
|
updatedAt: Date;
|
16037
16037
|
deletedAt: Date | null;
|
@@ -16052,9 +16052,9 @@ export declare const platformWebchatContract: {
|
|
16052
16052
|
updatedAt: Date;
|
16053
16053
|
deletedAt: Date | null;
|
16054
16054
|
actor: {
|
16055
|
+
name: string;
|
16055
16056
|
id: string;
|
16056
16057
|
address: string | null;
|
16057
|
-
name: string;
|
16058
16058
|
email: string;
|
16059
16059
|
createdAt: Date;
|
16060
16060
|
updatedAt: Date;
|
@@ -16108,9 +16108,9 @@ export declare const platformWebchatContract: {
|
|
16108
16108
|
status?: string | undefined;
|
16109
16109
|
};
|
16110
16110
|
assignee: {
|
16111
|
+
name: string;
|
16111
16112
|
id: string;
|
16112
16113
|
address: string | null;
|
16113
|
-
name: string;
|
16114
16114
|
email: string;
|
16115
16115
|
createdAt: Date;
|
16116
16116
|
updatedAt: Date;
|
@@ -16159,9 +16159,9 @@ export declare const platformWebchatContract: {
|
|
16159
16159
|
previewUrl: string;
|
16160
16160
|
imageSetId: string;
|
16161
16161
|
sender: {
|
16162
|
+
name: string;
|
16162
16163
|
id: string;
|
16163
16164
|
address: string | null;
|
16164
|
-
name: string;
|
16165
16165
|
email: string;
|
16166
16166
|
createdAt: Date;
|
16167
16167
|
updatedAt: Date;
|
@@ -16206,9 +16206,9 @@ export declare const platformWebchatContract: {
|
|
16206
16206
|
template?: any;
|
16207
16207
|
};
|
16208
16208
|
sender: {
|
16209
|
+
name: string;
|
16209
16210
|
id: string;
|
16210
16211
|
address: string | null;
|
16211
|
-
name: string;
|
16212
16212
|
email: string;
|
16213
16213
|
createdAt: Date;
|
16214
16214
|
updatedAt: Date;
|
@@ -16267,9 +16267,9 @@ export declare const platformWebchatContract: {
|
|
16267
16267
|
updatedAt: Date;
|
16268
16268
|
deletedAt: Date | null;
|
16269
16269
|
actor: {
|
16270
|
+
name: string;
|
16270
16271
|
id: string;
|
16271
16272
|
address: string | null;
|
16272
|
-
name: string;
|
16273
16273
|
email: string;
|
16274
16274
|
createdAt: Date;
|
16275
16275
|
updatedAt: Date;
|
@@ -16323,9 +16323,9 @@ export declare const platformWebchatContract: {
|
|
16323
16323
|
status?: string | undefined;
|
16324
16324
|
};
|
16325
16325
|
assignee: {
|
16326
|
+
name: string;
|
16326
16327
|
id: string;
|
16327
16328
|
address: string | null;
|
16328
|
-
name: string;
|
16329
16329
|
email: string;
|
16330
16330
|
createdAt: Date;
|
16331
16331
|
updatedAt: Date;
|
@@ -16370,12 +16370,12 @@ export declare const platformWebchatContract: {
|
|
16370
16370
|
room: {
|
16371
16371
|
id: string;
|
16372
16372
|
channel: {
|
16373
|
+
name: string;
|
16373
16374
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16374
16375
|
id: string;
|
16375
|
-
name: string;
|
16376
16376
|
metadata: {
|
16377
|
-
id: string;
|
16378
16377
|
name: string;
|
16378
|
+
id: string;
|
16379
16379
|
accessToken?: string | undefined;
|
16380
16380
|
channelSecret?: string | undefined;
|
16381
16381
|
additionalCredentials?: any;
|
@@ -16393,9 +16393,9 @@ export declare const platformWebchatContract: {
|
|
16393
16393
|
updatedAt: Date;
|
16394
16394
|
deletedAt: Date | null;
|
16395
16395
|
actor: {
|
16396
|
+
name: string;
|
16396
16397
|
id: string;
|
16397
16398
|
address: string | null;
|
16398
|
-
name: string;
|
16399
16399
|
email: string;
|
16400
16400
|
createdAt: Date;
|
16401
16401
|
updatedAt: Date;
|
@@ -16442,8 +16442,8 @@ export declare const platformWebchatContract: {
|
|
16442
16442
|
connectedUserName: string;
|
16443
16443
|
connectedUserId: string;
|
16444
16444
|
botpressBot: {
|
16445
|
-
id: string;
|
16446
16445
|
name: string;
|
16446
|
+
id: string;
|
16447
16447
|
accessToken: string;
|
16448
16448
|
botId: string;
|
16449
16449
|
integrationId: string;
|
@@ -16455,9 +16455,9 @@ export declare const platformWebchatContract: {
|
|
16455
16455
|
updatedAt: Date;
|
16456
16456
|
deletedAt: Date | null;
|
16457
16457
|
actor: {
|
16458
|
+
name: string;
|
16458
16459
|
id: string;
|
16459
16460
|
address: string | null;
|
16460
|
-
name: string;
|
16461
16461
|
email: string;
|
16462
16462
|
createdAt: Date;
|
16463
16463
|
updatedAt: Date;
|
@@ -16508,8 +16508,8 @@ export declare const platformWebchatContract: {
|
|
16508
16508
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16509
16509
|
id: string;
|
16510
16510
|
metadata: {
|
16511
|
-
id: string;
|
16512
16511
|
name: string;
|
16512
|
+
id: string;
|
16513
16513
|
picture?: string | undefined;
|
16514
16514
|
additionalCredentials?: any;
|
16515
16515
|
};
|
@@ -16517,10 +16517,10 @@ export declare const platformWebchatContract: {
|
|
16517
16517
|
updatedAt: Date;
|
16518
16518
|
deletedAt: Date | null;
|
16519
16519
|
contact: {
|
16520
|
+
name: string;
|
16520
16521
|
id: string;
|
16521
16522
|
channel: string | null;
|
16522
16523
|
address: string | null;
|
16523
|
-
name: string;
|
16524
16524
|
createdAt: Date;
|
16525
16525
|
updatedAt: Date;
|
16526
16526
|
deletedAt: Date | null;
|
@@ -16565,8 +16565,8 @@ export declare const platformWebchatContract: {
|
|
16565
16565
|
createdAt: Date;
|
16566
16566
|
updatedAt: Date;
|
16567
16567
|
deletedAt: Date | null;
|
16568
|
-
address?: string | null | undefined;
|
16569
16568
|
name?: string | undefined;
|
16569
|
+
address?: string | null | undefined;
|
16570
16570
|
phone?: string | null | undefined;
|
16571
16571
|
industry?: string | null | undefined;
|
16572
16572
|
} | null;
|
@@ -16574,8 +16574,8 @@ export declare const platformWebchatContract: {
|
|
16574
16574
|
contactProfile: string | null;
|
16575
16575
|
socialProfileUrl: string | null;
|
16576
16576
|
tags: {
|
16577
|
-
id: string;
|
16578
16577
|
name: string;
|
16578
|
+
id: string;
|
16579
16579
|
createdAt: Date;
|
16580
16580
|
updatedAt: Date;
|
16581
16581
|
deletedAt: Date | null;
|
@@ -16600,8 +16600,8 @@ export declare const platformWebchatContract: {
|
|
16600
16600
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16601
16601
|
id: string;
|
16602
16602
|
metadata: {
|
16603
|
-
id: string;
|
16604
16603
|
name: string;
|
16604
|
+
id: string;
|
16605
16605
|
picture?: string | undefined;
|
16606
16606
|
additionalCredentials?: any;
|
16607
16607
|
};
|
@@ -16632,9 +16632,9 @@ export declare const platformWebchatContract: {
|
|
16632
16632
|
socialPlatformId: string;
|
16633
16633
|
};
|
16634
16634
|
assignee: {
|
16635
|
+
name: string;
|
16635
16636
|
id: string;
|
16636
16637
|
address: string | null;
|
16637
|
-
name: string;
|
16638
16638
|
email: string;
|
16639
16639
|
createdAt: Date;
|
16640
16640
|
updatedAt: Date;
|
@@ -16724,8 +16724,8 @@ export declare const platformWebchatContract: {
|
|
16724
16724
|
}[];
|
16725
16725
|
}[];
|
16726
16726
|
tags: {
|
16727
|
-
id: string;
|
16728
16727
|
name: string;
|
16728
|
+
id: string;
|
16729
16729
|
createdAt: Date;
|
16730
16730
|
updatedAt: Date;
|
16731
16731
|
deletedAt: Date | null;
|
@@ -16748,9 +16748,9 @@ export declare const platformWebchatContract: {
|
|
16748
16748
|
} | null;
|
16749
16749
|
};
|
16750
16750
|
workflowRule: {
|
16751
|
+
name: string;
|
16751
16752
|
type: string;
|
16752
16753
|
id: string;
|
16753
|
-
name: string;
|
16754
16754
|
createdAt: Date;
|
16755
16755
|
updatedAt: Date;
|
16756
16756
|
deletedAt: Date | null;
|
@@ -16760,9 +16760,9 @@ export declare const platformWebchatContract: {
|
|
16760
16760
|
};
|
16761
16761
|
platformMessageId: string;
|
16762
16762
|
workflowRule: {
|
16763
|
+
name: string;
|
16763
16764
|
type: string;
|
16764
16765
|
id: string;
|
16765
|
-
name: string;
|
16766
16766
|
createdAt: Date;
|
16767
16767
|
updatedAt: Date;
|
16768
16768
|
deletedAt: Date | null;
|
@@ -16783,9 +16783,9 @@ export declare const platformWebchatContract: {
|
|
16783
16783
|
updatedAt: Date;
|
16784
16784
|
deletedAt: Date | null;
|
16785
16785
|
actor: {
|
16786
|
+
name: string;
|
16786
16787
|
id: string;
|
16787
16788
|
address: string | null;
|
16788
|
-
name: string;
|
16789
16789
|
email: string;
|
16790
16790
|
createdAt: Date;
|
16791
16791
|
updatedAt: Date;
|
@@ -16839,9 +16839,9 @@ export declare const platformWebchatContract: {
|
|
16839
16839
|
status?: string | undefined;
|
16840
16840
|
};
|
16841
16841
|
assignee: {
|
16842
|
+
name: string;
|
16842
16843
|
id: string;
|
16843
16844
|
address: string | null;
|
16844
|
-
name: string;
|
16845
16845
|
email: string;
|
16846
16846
|
createdAt: Date;
|
16847
16847
|
updatedAt: Date;
|
@@ -16890,9 +16890,9 @@ export declare const platformWebchatContract: {
|
|
16890
16890
|
previewUrl: string;
|
16891
16891
|
imageSetId: string;
|
16892
16892
|
sender: {
|
16893
|
+
name: string;
|
16893
16894
|
id: string;
|
16894
16895
|
address: string | null;
|
16895
|
-
name: string;
|
16896
16896
|
email: string;
|
16897
16897
|
createdAt: Date;
|
16898
16898
|
updatedAt: Date;
|
@@ -16937,9 +16937,9 @@ export declare const platformWebchatContract: {
|
|
16937
16937
|
template?: any;
|
16938
16938
|
};
|
16939
16939
|
sender: {
|
16940
|
+
name: string;
|
16940
16941
|
id: string;
|
16941
16942
|
address: string | null;
|
16942
|
-
name: string;
|
16943
16943
|
email: string;
|
16944
16944
|
createdAt: Date;
|
16945
16945
|
updatedAt: Date;
|
@@ -16994,9 +16994,9 @@ export declare const platformWebchatContract: {
|
|
16994
16994
|
updatedAt: Date;
|
16995
16995
|
deletedAt: Date | null;
|
16996
16996
|
actor: {
|
16997
|
+
name: string;
|
16997
16998
|
id: string;
|
16998
16999
|
address: string | null;
|
16999
|
-
name: string;
|
17000
17000
|
email: string;
|
17001
17001
|
createdAt: Date;
|
17002
17002
|
updatedAt: Date;
|
@@ -17050,9 +17050,9 @@ export declare const platformWebchatContract: {
|
|
17050
17050
|
status?: string | undefined;
|
17051
17051
|
};
|
17052
17052
|
assignee: {
|
17053
|
+
name: string;
|
17053
17054
|
id: string;
|
17054
17055
|
address: string | null;
|
17055
|
-
name: string;
|
17056
17056
|
email: string;
|
17057
17057
|
createdAt: Date;
|
17058
17058
|
updatedAt: Date;
|
@@ -17097,12 +17097,12 @@ export declare const platformWebchatContract: {
|
|
17097
17097
|
room: {
|
17098
17098
|
id: string;
|
17099
17099
|
channel: {
|
17100
|
+
name: string;
|
17100
17101
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17101
17102
|
id: string;
|
17102
|
-
name: string;
|
17103
17103
|
metadata: {
|
17104
|
-
id: string;
|
17105
17104
|
name: string;
|
17105
|
+
id: string;
|
17106
17106
|
accessToken?: string | undefined;
|
17107
17107
|
channelSecret?: string | undefined;
|
17108
17108
|
additionalCredentials?: any;
|
@@ -17120,9 +17120,9 @@ export declare const platformWebchatContract: {
|
|
17120
17120
|
updatedAt: Date;
|
17121
17121
|
deletedAt: Date | null;
|
17122
17122
|
actor: {
|
17123
|
+
name: string;
|
17123
17124
|
id: string;
|
17124
17125
|
address: string | null;
|
17125
|
-
name: string;
|
17126
17126
|
email: string;
|
17127
17127
|
createdAt: Date;
|
17128
17128
|
updatedAt: Date;
|
@@ -17169,8 +17169,8 @@ export declare const platformWebchatContract: {
|
|
17169
17169
|
connectedUserName: string;
|
17170
17170
|
connectedUserId: string;
|
17171
17171
|
botpressBot: {
|
17172
|
-
id: string;
|
17173
17172
|
name: string;
|
17173
|
+
id: string;
|
17174
17174
|
accessToken: string;
|
17175
17175
|
botId: string;
|
17176
17176
|
integrationId: string;
|
@@ -17182,9 +17182,9 @@ export declare const platformWebchatContract: {
|
|
17182
17182
|
updatedAt: Date;
|
17183
17183
|
deletedAt: Date | null;
|
17184
17184
|
actor: {
|
17185
|
+
name: string;
|
17185
17186
|
id: string;
|
17186
17187
|
address: string | null;
|
17187
|
-
name: string;
|
17188
17188
|
email: string;
|
17189
17189
|
createdAt: Date;
|
17190
17190
|
updatedAt: Date;
|
@@ -17235,8 +17235,8 @@ export declare const platformWebchatContract: {
|
|
17235
17235
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17236
17236
|
id: string;
|
17237
17237
|
metadata: {
|
17238
|
-
id: string;
|
17239
17238
|
name: string;
|
17239
|
+
id: string;
|
17240
17240
|
picture?: string | undefined;
|
17241
17241
|
additionalCredentials?: any;
|
17242
17242
|
};
|
@@ -17244,10 +17244,10 @@ export declare const platformWebchatContract: {
|
|
17244
17244
|
updatedAt: Date;
|
17245
17245
|
deletedAt: Date | null;
|
17246
17246
|
contact: {
|
17247
|
+
name: string;
|
17247
17248
|
id: string;
|
17248
17249
|
channel: string | null;
|
17249
17250
|
address: string | null;
|
17250
|
-
name: string;
|
17251
17251
|
createdAt: Date;
|
17252
17252
|
updatedAt: Date;
|
17253
17253
|
deletedAt: Date | null;
|
@@ -17292,8 +17292,8 @@ export declare const platformWebchatContract: {
|
|
17292
17292
|
createdAt: Date;
|
17293
17293
|
updatedAt: Date;
|
17294
17294
|
deletedAt: Date | null;
|
17295
|
-
address?: string | null | undefined;
|
17296
17295
|
name?: string | undefined;
|
17296
|
+
address?: string | null | undefined;
|
17297
17297
|
phone?: string | null | undefined;
|
17298
17298
|
industry?: string | null | undefined;
|
17299
17299
|
} | null;
|
@@ -17301,8 +17301,8 @@ export declare const platformWebchatContract: {
|
|
17301
17301
|
contactProfile: string | null;
|
17302
17302
|
socialProfileUrl: string | null;
|
17303
17303
|
tags: {
|
17304
|
-
id: string;
|
17305
17304
|
name: string;
|
17305
|
+
id: string;
|
17306
17306
|
createdAt: Date;
|
17307
17307
|
updatedAt: Date;
|
17308
17308
|
deletedAt: Date | null;
|
@@ -17327,8 +17327,8 @@ export declare const platformWebchatContract: {
|
|
17327
17327
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17328
17328
|
id: string;
|
17329
17329
|
metadata: {
|
17330
|
-
id: string;
|
17331
17330
|
name: string;
|
17331
|
+
id: string;
|
17332
17332
|
picture?: string | undefined;
|
17333
17333
|
additionalCredentials?: any;
|
17334
17334
|
};
|
@@ -17359,9 +17359,9 @@ export declare const platformWebchatContract: {
|
|
17359
17359
|
socialPlatformId: string;
|
17360
17360
|
};
|
17361
17361
|
assignee: {
|
17362
|
+
name: string;
|
17362
17363
|
id: string;
|
17363
17364
|
address: string | null;
|
17364
|
-
name: string;
|
17365
17365
|
email: string;
|
17366
17366
|
createdAt: Date;
|
17367
17367
|
updatedAt: Date;
|
@@ -17451,8 +17451,8 @@ export declare const platformWebchatContract: {
|
|
17451
17451
|
}[];
|
17452
17452
|
}[];
|
17453
17453
|
tags: {
|
17454
|
-
id: string;
|
17455
17454
|
name: string;
|
17455
|
+
id: string;
|
17456
17456
|
createdAt: Date;
|
17457
17457
|
updatedAt: Date;
|
17458
17458
|
deletedAt: Date | null;
|
@@ -17475,9 +17475,9 @@ export declare const platformWebchatContract: {
|
|
17475
17475
|
} | null;
|
17476
17476
|
};
|
17477
17477
|
workflowRule: {
|
17478
|
+
name: string;
|
17478
17479
|
type: string;
|
17479
17480
|
id: string;
|
17480
|
-
name: string;
|
17481
17481
|
createdAt: Date;
|
17482
17482
|
updatedAt: Date;
|
17483
17483
|
deletedAt: Date | null;
|
@@ -17487,9 +17487,9 @@ export declare const platformWebchatContract: {
|
|
17487
17487
|
};
|
17488
17488
|
platformMessageId: string;
|
17489
17489
|
workflowRule: {
|
17490
|
+
name: string;
|
17490
17491
|
type: string;
|
17491
17492
|
id: string;
|
17492
|
-
name: string;
|
17493
17493
|
createdAt: Date;
|
17494
17494
|
updatedAt: Date;
|
17495
17495
|
deletedAt: Date | null;
|
@@ -17510,9 +17510,9 @@ export declare const platformWebchatContract: {
|
|
17510
17510
|
updatedAt: Date;
|
17511
17511
|
deletedAt: Date | null;
|
17512
17512
|
actor: {
|
17513
|
+
name: string;
|
17513
17514
|
id: string;
|
17514
17515
|
address: string | null;
|
17515
|
-
name: string;
|
17516
17516
|
email: string;
|
17517
17517
|
createdAt: Date;
|
17518
17518
|
updatedAt: Date;
|
@@ -17566,9 +17566,9 @@ export declare const platformWebchatContract: {
|
|
17566
17566
|
status?: string | undefined;
|
17567
17567
|
};
|
17568
17568
|
assignee: {
|
17569
|
+
name: string;
|
17569
17570
|
id: string;
|
17570
17571
|
address: string | null;
|
17571
|
-
name: string;
|
17572
17572
|
email: string;
|
17573
17573
|
createdAt: Date;
|
17574
17574
|
updatedAt: Date;
|
@@ -17617,9 +17617,9 @@ export declare const platformWebchatContract: {
|
|
17617
17617
|
previewUrl: string;
|
17618
17618
|
imageSetId: string;
|
17619
17619
|
sender: {
|
17620
|
+
name: string;
|
17620
17621
|
id: string;
|
17621
17622
|
address: string | null;
|
17622
|
-
name: string;
|
17623
17623
|
email: string;
|
17624
17624
|
createdAt: Date;
|
17625
17625
|
updatedAt: Date;
|
@@ -17664,9 +17664,9 @@ export declare const platformWebchatContract: {
|
|
17664
17664
|
template?: any;
|
17665
17665
|
};
|
17666
17666
|
sender: {
|
17667
|
+
name: string;
|
17667
17668
|
id: string;
|
17668
17669
|
address: string | null;
|
17669
|
-
name: string;
|
17670
17670
|
email: string;
|
17671
17671
|
createdAt: Date;
|
17672
17672
|
updatedAt: Date;
|
@@ -17748,15 +17748,15 @@ export declare const platformWebchatContract: {
|
|
17748
17748
|
address: z.ZodNullable<z.ZodString>;
|
17749
17749
|
phone: z.ZodNullable<z.ZodString>;
|
17750
17750
|
}, "strip", z.ZodTypeAny, {
|
17751
|
+
name: string;
|
17751
17752
|
id: string;
|
17752
17753
|
address: string | null;
|
17753
|
-
name: string;
|
17754
17754
|
email: string;
|
17755
17755
|
phone: string | null;
|
17756
17756
|
}, {
|
17757
|
+
name: string;
|
17757
17758
|
id: string;
|
17758
17759
|
address: string | null;
|
17759
|
-
name: string;
|
17760
17760
|
email: string;
|
17761
17761
|
phone: string | null;
|
17762
17762
|
}>;
|
@@ -17771,8 +17771,8 @@ export declare const platformWebchatContract: {
|
|
17771
17771
|
agentAwayMessage: z.ZodOptional<z.ZodString>;
|
17772
17772
|
widgetColor: z.ZodOptional<z.ZodString>;
|
17773
17773
|
}, "strip", z.ZodTypeAny, {
|
17774
|
-
type: import("./validation").ChatwootChannelType;
|
17775
17774
|
name: string;
|
17775
|
+
type: import("./validation").ChatwootChannelType;
|
17776
17776
|
websiteName: string;
|
17777
17777
|
welcomeTitle: string;
|
17778
17778
|
websiteUrl: string;
|
@@ -17781,8 +17781,8 @@ export declare const platformWebchatContract: {
|
|
17781
17781
|
agentAwayMessage?: string | undefined;
|
17782
17782
|
widgetColor?: string | undefined;
|
17783
17783
|
}, {
|
17784
|
-
type: import("./validation").ChatwootChannelType;
|
17785
17784
|
name: string;
|
17785
|
+
type: import("./validation").ChatwootChannelType;
|
17786
17786
|
websiteName: string;
|
17787
17787
|
welcomeTitle: string;
|
17788
17788
|
websiteUrl: string;
|
@@ -17792,9 +17792,10 @@ export declare const platformWebchatContract: {
|
|
17792
17792
|
widgetColor?: string | undefined;
|
17793
17793
|
}>;
|
17794
17794
|
}, "strip", z.ZodTypeAny, {
|
17795
|
+
name: string;
|
17795
17796
|
channel: {
|
17796
|
-
type: import("./validation").ChatwootChannelType;
|
17797
17797
|
name: string;
|
17798
|
+
type: import("./validation").ChatwootChannelType;
|
17798
17799
|
websiteName: string;
|
17799
17800
|
welcomeTitle: string;
|
17800
17801
|
websiteUrl: string;
|
@@ -17803,18 +17804,18 @@ export declare const platformWebchatContract: {
|
|
17803
17804
|
agentAwayMessage?: string | undefined;
|
17804
17805
|
widgetColor?: string | undefined;
|
17805
17806
|
};
|
17806
|
-
name: string;
|
17807
17807
|
actor: {
|
17808
|
+
name: string;
|
17808
17809
|
id: string;
|
17809
17810
|
address: string | null;
|
17810
|
-
name: string;
|
17811
17811
|
email: string;
|
17812
17812
|
phone: string | null;
|
17813
17813
|
};
|
17814
17814
|
}, {
|
17815
|
+
name: string;
|
17815
17816
|
channel: {
|
17816
|
-
type: import("./validation").ChatwootChannelType;
|
17817
17817
|
name: string;
|
17818
|
+
type: import("./validation").ChatwootChannelType;
|
17818
17819
|
websiteName: string;
|
17819
17820
|
welcomeTitle: string;
|
17820
17821
|
websiteUrl: string;
|
@@ -17823,11 +17824,10 @@ export declare const platformWebchatContract: {
|
|
17823
17824
|
agentAwayMessage?: string | undefined;
|
17824
17825
|
widgetColor?: string | undefined;
|
17825
17826
|
};
|
17826
|
-
name: string;
|
17827
17827
|
actor: {
|
17828
|
+
name: string;
|
17828
17829
|
id: string;
|
17829
17830
|
address: string | null;
|
17830
|
-
name: string;
|
17831
17831
|
email: string;
|
17832
17832
|
phone: string | null;
|
17833
17833
|
};
|
@@ -17867,8 +17867,8 @@ export declare const platformWebchatContract: {
|
|
17867
17867
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
17868
17868
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
17869
17869
|
}, "strip", z.ZodTypeAny, {
|
17870
|
-
id: string;
|
17871
17870
|
name: string;
|
17871
|
+
id: string;
|
17872
17872
|
accessToken?: string | undefined;
|
17873
17873
|
channelSecret?: string | undefined;
|
17874
17874
|
additionalCredentials?: any;
|
@@ -17881,8 +17881,8 @@ export declare const platformWebchatContract: {
|
|
17881
17881
|
lineRichMenuId?: string | null | undefined;
|
17882
17882
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17883
17883
|
}, {
|
17884
|
-
id: string;
|
17885
17884
|
name: string;
|
17885
|
+
id: string;
|
17886
17886
|
accessToken?: string | undefined;
|
17887
17887
|
channelSecret?: string | undefined;
|
17888
17888
|
additionalCredentials?: any;
|
@@ -17908,14 +17908,14 @@ export declare const platformWebchatContract: {
|
|
17908
17908
|
integrationId: z.ZodString;
|
17909
17909
|
accessToken: z.ZodString;
|
17910
17910
|
}, "strip", z.ZodTypeAny, {
|
17911
|
-
id: string;
|
17912
17911
|
name: string;
|
17912
|
+
id: string;
|
17913
17913
|
accessToken: string;
|
17914
17914
|
botId: string;
|
17915
17915
|
integrationId: string;
|
17916
17916
|
}, {
|
17917
|
-
id: string;
|
17918
17917
|
name: string;
|
17918
|
+
id: string;
|
17919
17919
|
accessToken: string;
|
17920
17920
|
botId: string;
|
17921
17921
|
integrationId: string;
|
@@ -18038,9 +18038,9 @@ export declare const platformWebchatContract: {
|
|
18038
18038
|
telephonySignature: string | null;
|
18039
18039
|
}>;
|
18040
18040
|
}, "strip", z.ZodTypeAny, {
|
18041
|
+
name: string;
|
18041
18042
|
id: string;
|
18042
18043
|
address: string | null;
|
18043
|
-
name: string;
|
18044
18044
|
email: string;
|
18045
18045
|
createdAt: Date;
|
18046
18046
|
updatedAt: Date;
|
@@ -18081,9 +18081,9 @@ export declare const platformWebchatContract: {
|
|
18081
18081
|
telephonySignature: string | null;
|
18082
18082
|
};
|
18083
18083
|
}, {
|
18084
|
+
name: string;
|
18084
18085
|
id: string;
|
18085
18086
|
address: string | null;
|
18086
|
-
name: string;
|
18087
18087
|
email: string;
|
18088
18088
|
createdAt: Date;
|
18089
18089
|
updatedAt: Date;
|
@@ -18125,12 +18125,12 @@ export declare const platformWebchatContract: {
|
|
18125
18125
|
};
|
18126
18126
|
}>;
|
18127
18127
|
}, "strip", z.ZodTypeAny, {
|
18128
|
+
name: string;
|
18128
18129
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18129
18130
|
id: string;
|
18130
|
-
name: string;
|
18131
18131
|
metadata: {
|
18132
|
-
id: string;
|
18133
18132
|
name: string;
|
18133
|
+
id: string;
|
18134
18134
|
accessToken?: string | undefined;
|
18135
18135
|
channelSecret?: string | undefined;
|
18136
18136
|
additionalCredentials?: any;
|
@@ -18148,9 +18148,9 @@ export declare const platformWebchatContract: {
|
|
18148
18148
|
updatedAt: Date;
|
18149
18149
|
deletedAt: Date | null;
|
18150
18150
|
actor: {
|
18151
|
+
name: string;
|
18151
18152
|
id: string;
|
18152
18153
|
address: string | null;
|
18153
|
-
name: string;
|
18154
18154
|
email: string;
|
18155
18155
|
createdAt: Date;
|
18156
18156
|
updatedAt: Date;
|
@@ -18197,19 +18197,19 @@ export declare const platformWebchatContract: {
|
|
18197
18197
|
connectedUserName: string;
|
18198
18198
|
connectedUserId: string;
|
18199
18199
|
botpressBot: {
|
18200
|
-
id: string;
|
18201
18200
|
name: string;
|
18201
|
+
id: string;
|
18202
18202
|
accessToken: string;
|
18203
18203
|
botId: string;
|
18204
18204
|
integrationId: string;
|
18205
18205
|
} | null;
|
18206
18206
|
}, {
|
18207
|
+
name: string;
|
18207
18208
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18208
18209
|
id: string;
|
18209
|
-
name: string;
|
18210
18210
|
metadata: {
|
18211
|
-
id: string;
|
18212
18211
|
name: string;
|
18212
|
+
id: string;
|
18213
18213
|
accessToken?: string | undefined;
|
18214
18214
|
channelSecret?: string | undefined;
|
18215
18215
|
additionalCredentials?: any;
|
@@ -18227,9 +18227,9 @@ export declare const platformWebchatContract: {
|
|
18227
18227
|
updatedAt: Date;
|
18228
18228
|
deletedAt: Date | null;
|
18229
18229
|
actor: {
|
18230
|
+
name: string;
|
18230
18231
|
id: string;
|
18231
18232
|
address: string | null;
|
18232
|
-
name: string;
|
18233
18233
|
email: string;
|
18234
18234
|
createdAt: Date;
|
18235
18235
|
updatedAt: Date;
|
@@ -18276,8 +18276,8 @@ export declare const platformWebchatContract: {
|
|
18276
18276
|
connectedUserName: string;
|
18277
18277
|
connectedUserId: string;
|
18278
18278
|
botpressBot: {
|
18279
|
-
id: string;
|
18280
18279
|
name: string;
|
18280
|
+
id: string;
|
18281
18281
|
accessToken: string;
|
18282
18282
|
botId: string;
|
18283
18283
|
integrationId: string;
|
@@ -18285,12 +18285,12 @@ export declare const platformWebchatContract: {
|
|
18285
18285
|
}>;
|
18286
18286
|
}, "strip", z.ZodTypeAny, {
|
18287
18287
|
channel: {
|
18288
|
+
name: string;
|
18288
18289
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18289
18290
|
id: string;
|
18290
|
-
name: string;
|
18291
18291
|
metadata: {
|
18292
|
-
id: string;
|
18293
18292
|
name: string;
|
18293
|
+
id: string;
|
18294
18294
|
accessToken?: string | undefined;
|
18295
18295
|
channelSecret?: string | undefined;
|
18296
18296
|
additionalCredentials?: any;
|
@@ -18308,9 +18308,9 @@ export declare const platformWebchatContract: {
|
|
18308
18308
|
updatedAt: Date;
|
18309
18309
|
deletedAt: Date | null;
|
18310
18310
|
actor: {
|
18311
|
+
name: string;
|
18311
18312
|
id: string;
|
18312
18313
|
address: string | null;
|
18313
|
-
name: string;
|
18314
18314
|
email: string;
|
18315
18315
|
createdAt: Date;
|
18316
18316
|
updatedAt: Date;
|
@@ -18357,8 +18357,8 @@ export declare const platformWebchatContract: {
|
|
18357
18357
|
connectedUserName: string;
|
18358
18358
|
connectedUserId: string;
|
18359
18359
|
botpressBot: {
|
18360
|
-
id: string;
|
18361
18360
|
name: string;
|
18361
|
+
id: string;
|
18362
18362
|
accessToken: string;
|
18363
18363
|
botId: string;
|
18364
18364
|
integrationId: string;
|
@@ -18367,12 +18367,12 @@ export declare const platformWebchatContract: {
|
|
18367
18367
|
requestId: string;
|
18368
18368
|
}, {
|
18369
18369
|
channel: {
|
18370
|
+
name: string;
|
18370
18371
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18371
18372
|
id: string;
|
18372
|
-
name: string;
|
18373
18373
|
metadata: {
|
18374
|
-
id: string;
|
18375
18374
|
name: string;
|
18375
|
+
id: string;
|
18376
18376
|
accessToken?: string | undefined;
|
18377
18377
|
channelSecret?: string | undefined;
|
18378
18378
|
additionalCredentials?: any;
|
@@ -18390,9 +18390,9 @@ export declare const platformWebchatContract: {
|
|
18390
18390
|
updatedAt: Date;
|
18391
18391
|
deletedAt: Date | null;
|
18392
18392
|
actor: {
|
18393
|
+
name: string;
|
18393
18394
|
id: string;
|
18394
18395
|
address: string | null;
|
18395
|
-
name: string;
|
18396
18396
|
email: string;
|
18397
18397
|
createdAt: Date;
|
18398
18398
|
updatedAt: Date;
|
@@ -18439,8 +18439,8 @@ export declare const platformWebchatContract: {
|
|
18439
18439
|
connectedUserName: string;
|
18440
18440
|
connectedUserId: string;
|
18441
18441
|
botpressBot: {
|
18442
|
-
id: string;
|
18443
18442
|
name: string;
|
18443
|
+
id: string;
|
18444
18444
|
accessToken: string;
|
18445
18445
|
botId: string;
|
18446
18446
|
integrationId: string;
|