@kl1/contracts 1.2.22-uat → 1.2.24-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +3870 -3870
  20. package/dist/api-contracts/src/chat/schema.d.ts +844 -844
  21. package/dist/api-contracts/src/chat/validation.d.ts +717 -707
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  24. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  25. package/dist/api-contracts/src/company/index.d.ts +4 -4
  26. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  27. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  28. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  29. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  30. package/dist/api-contracts/src/contract.d.ts +9142 -10992
  31. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  32. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  33. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
  34. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  35. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  36. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  37. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  38. package/dist/api-contracts/src/facebook-feed/index.d.ts +687 -682
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  41. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  42. package/dist/api-contracts/src/hold-label/index.d.ts +16 -16
  43. package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
  44. package/dist/api-contracts/src/index.d.ts +2 -1
  45. package/dist/api-contracts/src/index.d.ts.map +1 -1
  46. package/dist/api-contracts/src/instagram/index.d.ts +575 -570
  47. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  48. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  49. package/dist/api-contracts/src/line/index.d.ts +587 -582
  50. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  52. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  53. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  54. package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
  55. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  56. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  57. package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
  58. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  59. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  60. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  61. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
  62. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  63. package/dist/api-contracts/src/messenger/index.d.ts +578 -573
  64. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  66. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  67. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  68. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  69. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  70. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  71. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  72. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  73. package/dist/api-contracts/src/sms/index.d.ts +91 -86
  74. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  75. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  76. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  77. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  78. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  79. package/dist/api-contracts/src/subscription/index.d.ts +218 -184
  80. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  82. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  83. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  84. package/dist/api-contracts/src/telegram/index.d.ts +535 -530
  85. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  86. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  87. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  88. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  89. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  90. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  91. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  92. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  93. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  94. package/dist/api-contracts/src/user/index.d.ts +23 -23
  95. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  96. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  97. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  98. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  99. package/dist/api-contracts/src/viber/index.d.ts +547 -542
  100. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  101. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  102. package/dist/api-contracts/src/webchat/index.d.ts +493 -488
  103. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  105. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  106. package/dist/api-contracts/src/whatsapp/index.d.ts +541 -536
  107. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  109. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  110. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  111. package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
  112. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  113. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  114. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  115. package/dist/api-contracts/utils.d.ts +1 -1
  116. package/dist/api-contracts/utils.d.ts.map +1 -1
  117. package/dist/index.js +1000 -990
  118. package/dist/index.js.map +1 -1
  119. package/dist/index.mjs +1000 -990
  120. package/dist/index.mjs.map +1 -1
  121. package/package.json +7 -3
@@ -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
- name: string;
27
26
  id: string;
27
+ name: string;
28
28
  picture?: string | undefined;
29
29
  additionalCredentials?: any;
30
30
  }, {
31
- name: string;
32
31
  id: string;
32
+ name: 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;
45
44
  channel: string | null;
46
45
  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;
52
51
  channel: string | null;
53
52
  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
- name: string;
63
62
  id: string;
63
+ name: string;
64
64
  picture?: string | undefined;
65
65
  additionalCredentials?: any;
66
66
  };
67
67
  contact: {
68
- name: string;
69
68
  channel: string | null;
70
69
  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
- name: string;
82
81
  id: string;
82
+ name: string;
83
83
  picture?: string | undefined;
84
84
  additionalCredentials?: any;
85
85
  };
86
86
  contact: {
87
- name: string;
88
87
  channel: string | null;
89
88
  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;
105
104
  id: string;
106
105
  address: string | null;
106
+ name: string;
107
107
  email: string;
108
108
  phone: string | null;
109
109
  }, {
110
- name: string;
111
110
  id: string;
112
111
  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
- name: string;
122
121
  id: string;
122
+ name: string;
123
123
  email: string;
124
124
  }, {
125
- name: string;
126
125
  id: string;
126
+ name: string;
127
127
  email: string;
128
128
  }>>;
129
129
  channel: z.ZodObject<{
@@ -181,8 +181,8 @@ export declare const platformWebchatContract: {
181
181
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
182
182
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
183
183
  }, "strip", z.ZodTypeAny, {
184
- name: string;
185
184
  id: string;
185
+ name: string;
186
186
  accessToken?: string | undefined;
187
187
  channelSecret?: string | undefined;
188
188
  additionalCredentials?: any;
@@ -205,8 +205,8 @@ export declare const platformWebchatContract: {
205
205
  lineRichMenuId?: string | null | undefined;
206
206
  messengerIntegrationType?: "own" | "business" | undefined;
207
207
  }, {
208
- name: string;
209
208
  id: string;
209
+ name: string;
210
210
  accessToken?: string | undefined;
211
211
  channelSecret?: string | undefined;
212
212
  additionalCredentials?: any;
@@ -242,25 +242,25 @@ export declare const platformWebchatContract: {
242
242
  address: z.ZodNullable<z.ZodString>;
243
243
  phone: z.ZodNullable<z.ZodString>;
244
244
  }, "strip", z.ZodTypeAny, {
245
- name: string;
246
245
  id: string;
247
246
  address: string | null;
247
+ name: string;
248
248
  email: string;
249
249
  phone: string | null;
250
250
  }, {
251
- name: string;
252
251
  id: string;
253
252
  address: string | null;
253
+ name: string;
254
254
  email: string;
255
255
  phone: string | null;
256
256
  }>>;
257
257
  }, "strip", z.ZodTypeAny, {
258
- name: string;
259
258
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
260
259
  id: string;
260
+ name: string;
261
261
  metadata: {
262
- name: string;
263
262
  id: string;
263
+ name: string;
264
264
  accessToken?: string | undefined;
265
265
  channelSecret?: string | undefined;
266
266
  additionalCredentials?: any;
@@ -290,19 +290,19 @@ export declare const platformWebchatContract: {
290
290
  connectedUserId?: string | null | undefined;
291
291
  lineRichMenuId?: string | null | undefined;
292
292
  actor?: {
293
- name: string;
294
293
  id: string;
295
294
  address: string | null;
295
+ name: string;
296
296
  email: string;
297
297
  phone: string | null;
298
298
  } | undefined;
299
299
  }, {
300
- name: string;
301
300
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
302
301
  id: string;
302
+ name: string;
303
303
  metadata: {
304
- name: string;
305
304
  id: string;
305
+ name: string;
306
306
  accessToken?: string | undefined;
307
307
  channelSecret?: string | undefined;
308
308
  additionalCredentials?: any;
@@ -332,23 +332,24 @@ export declare const platformWebchatContract: {
332
332
  connectedUserId?: string | null | undefined;
333
333
  lineRichMenuId?: string | null | undefined;
334
334
  actor?: {
335
- name: string;
336
335
  id: string;
337
336
  address: string | null;
337
+ name: string;
338
338
  email: string;
339
339
  phone: string | null;
340
340
  } | undefined;
341
341
  }>;
342
342
  messengerTags: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"post_purchase_update">, z.ZodLiteral<"account_update">, z.ZodLiteral<"confirmed_event_update">]>>;
343
+ telegramBusinessConnectionId: z.ZodNullable<z.ZodString>;
343
344
  }, "strip", z.ZodTypeAny, {
344
345
  id: string;
345
346
  channel: {
346
- name: string;
347
347
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
348
348
  id: string;
349
+ name: string;
349
350
  metadata: {
350
- name: string;
351
351
  id: string;
352
+ name: string;
352
353
  accessToken?: string | undefined;
353
354
  channelSecret?: string | undefined;
354
355
  additionalCredentials?: any;
@@ -378,9 +379,9 @@ export declare const platformWebchatContract: {
378
379
  connectedUserId?: string | null | undefined;
379
380
  lineRichMenuId?: string | null | undefined;
380
381
  actor?: {
381
- name: string;
382
382
  id: string;
383
383
  address: string | null;
384
+ name: string;
384
385
  email: string;
385
386
  phone: string | null;
386
387
  } | undefined;
@@ -389,9 +390,9 @@ export declare const platformWebchatContract: {
389
390
  createdAt: string;
390
391
  updatedAt: string;
391
392
  actor: {
392
- name: string;
393
393
  id: string;
394
394
  address: string | null;
395
+ name: string;
395
396
  email: string;
396
397
  phone: string | null;
397
398
  } | null;
@@ -400,15 +401,15 @@ export declare const platformWebchatContract: {
400
401
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
401
402
  id: string;
402
403
  metadata: {
403
- name: string;
404
404
  id: string;
405
+ name: string;
405
406
  picture?: string | undefined;
406
407
  additionalCredentials?: any;
407
408
  };
408
409
  contact: {
409
- name: string;
410
410
  channel: string | null;
411
411
  address: string | null;
412
+ name: string;
412
413
  notes: string | null;
413
414
  contactProfile: string | null;
414
415
  socialProfileUrl: string | null;
@@ -417,10 +418,11 @@ export declare const platformWebchatContract: {
417
418
  socialPlatformId: string | null;
418
419
  };
419
420
  assignee: {
420
- name: string;
421
421
  id: string;
422
+ name: string;
422
423
  email: string;
423
424
  } | null;
425
+ telegramBusinessConnectionId: string | null;
424
426
  lastMessage?: string | undefined;
425
427
  handleTime?: number | undefined;
426
428
  metadata?: any;
@@ -428,12 +430,12 @@ export declare const platformWebchatContract: {
428
430
  }, {
429
431
  id: string;
430
432
  channel: {
431
- name: string;
432
433
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
433
434
  id: string;
435
+ name: string;
434
436
  metadata: {
435
- name: string;
436
437
  id: string;
438
+ name: string;
437
439
  accessToken?: string | undefined;
438
440
  channelSecret?: string | undefined;
439
441
  additionalCredentials?: any;
@@ -463,9 +465,9 @@ export declare const platformWebchatContract: {
463
465
  connectedUserId?: string | null | undefined;
464
466
  lineRichMenuId?: string | null | undefined;
465
467
  actor?: {
466
- name: string;
467
468
  id: string;
468
469
  address: string | null;
470
+ name: string;
469
471
  email: string;
470
472
  phone: string | null;
471
473
  } | undefined;
@@ -474,9 +476,9 @@ export declare const platformWebchatContract: {
474
476
  createdAt: string;
475
477
  updatedAt: string;
476
478
  actor: {
477
- name: string;
478
479
  id: string;
479
480
  address: string | null;
481
+ name: string;
480
482
  email: string;
481
483
  phone: string | null;
482
484
  } | null;
@@ -485,15 +487,15 @@ export declare const platformWebchatContract: {
485
487
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
486
488
  id: string;
487
489
  metadata: {
488
- name: string;
489
490
  id: string;
491
+ name: string;
490
492
  picture?: string | undefined;
491
493
  additionalCredentials?: any;
492
494
  };
493
495
  contact: {
494
- name: string;
495
496
  channel: string | null;
496
497
  address: string | null;
498
+ name: string;
497
499
  notes: string | null;
498
500
  contactProfile: string | null;
499
501
  socialProfileUrl: string | null;
@@ -502,10 +504,11 @@ export declare const platformWebchatContract: {
502
504
  socialPlatformId: string | null;
503
505
  };
504
506
  assignee: {
505
- name: string;
506
507
  id: string;
508
+ name: string;
507
509
  email: string;
508
510
  } | null;
511
+ telegramBusinessConnectionId: string | null;
509
512
  lastMessage?: string | undefined;
510
513
  handleTime?: number | undefined;
511
514
  metadata?: any;
@@ -552,15 +555,15 @@ export declare const platformWebchatContract: {
552
555
  address: z.ZodNullable<z.ZodString>;
553
556
  phone: z.ZodNullable<z.ZodString>;
554
557
  }, "strip", z.ZodTypeAny, {
555
- name: string;
556
558
  id: string;
557
559
  address: string | null;
560
+ name: string;
558
561
  email: string;
559
562
  phone: string | null;
560
563
  }, {
561
- name: string;
562
564
  id: string;
563
565
  address: string | null;
566
+ name: string;
564
567
  email: string;
565
568
  phone: string | null;
566
569
  }>>;
@@ -593,9 +596,9 @@ export declare const platformWebchatContract: {
593
596
  originalUrl?: string | undefined;
594
597
  } | undefined;
595
598
  sender?: {
596
- name: string;
597
599
  id: string;
598
600
  address: string | null;
601
+ name: string;
599
602
  email: string;
600
603
  phone: string | null;
601
604
  } | undefined;
@@ -628,9 +631,9 @@ export declare const platformWebchatContract: {
628
631
  originalUrl?: string | undefined;
629
632
  } | undefined;
630
633
  sender?: {
631
- name: string;
632
634
  id: string;
633
635
  address: string | null;
636
+ name: string;
634
637
  email: string;
635
638
  phone: string | null;
636
639
  } | undefined;
@@ -665,9 +668,9 @@ export declare const platformWebchatContract: {
665
668
  originalUrl?: string | undefined;
666
669
  } | undefined;
667
670
  sender?: {
668
- name: string;
669
671
  id: string;
670
672
  address: string | null;
673
+ name: string;
671
674
  email: string;
672
675
  phone: string | null;
673
676
  } | undefined;
@@ -681,12 +684,12 @@ export declare const platformWebchatContract: {
681
684
  room: {
682
685
  id: string;
683
686
  channel: {
684
- name: string;
685
687
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
686
688
  id: string;
689
+ name: string;
687
690
  metadata: {
688
- name: string;
689
691
  id: string;
692
+ name: string;
690
693
  accessToken?: string | undefined;
691
694
  channelSecret?: string | undefined;
692
695
  additionalCredentials?: any;
@@ -716,9 +719,9 @@ export declare const platformWebchatContract: {
716
719
  connectedUserId?: string | null | undefined;
717
720
  lineRichMenuId?: string | null | undefined;
718
721
  actor?: {
719
- name: string;
720
722
  id: string;
721
723
  address: string | null;
724
+ name: string;
722
725
  email: string;
723
726
  phone: string | null;
724
727
  } | undefined;
@@ -727,9 +730,9 @@ export declare const platformWebchatContract: {
727
730
  createdAt: string;
728
731
  updatedAt: string;
729
732
  actor: {
730
- name: string;
731
733
  id: string;
732
734
  address: string | null;
735
+ name: string;
733
736
  email: string;
734
737
  phone: string | null;
735
738
  } | null;
@@ -738,15 +741,15 @@ export declare const platformWebchatContract: {
738
741
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
739
742
  id: string;
740
743
  metadata: {
741
- name: string;
742
744
  id: string;
745
+ name: string;
743
746
  picture?: string | undefined;
744
747
  additionalCredentials?: any;
745
748
  };
746
749
  contact: {
747
- name: string;
748
750
  channel: string | null;
749
751
  address: string | null;
752
+ name: string;
750
753
  notes: string | null;
751
754
  contactProfile: string | null;
752
755
  socialProfileUrl: string | null;
@@ -755,10 +758,11 @@ export declare const platformWebchatContract: {
755
758
  socialPlatformId: string | null;
756
759
  };
757
760
  assignee: {
758
- name: string;
759
761
  id: string;
762
+ name: string;
760
763
  email: string;
761
764
  } | null;
765
+ telegramBusinessConnectionId: string | null;
762
766
  lastMessage?: string | undefined;
763
767
  handleTime?: number | undefined;
764
768
  metadata?: any;
@@ -789,9 +793,9 @@ export declare const platformWebchatContract: {
789
793
  originalUrl?: string | undefined;
790
794
  } | undefined;
791
795
  sender?: {
792
- name: string;
793
796
  id: string;
794
797
  address: string | null;
798
+ name: string;
795
799
  email: string;
796
800
  phone: string | null;
797
801
  } | undefined;
@@ -805,12 +809,12 @@ export declare const platformWebchatContract: {
805
809
  room: {
806
810
  id: string;
807
811
  channel: {
808
- name: string;
809
812
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
810
813
  id: string;
814
+ name: string;
811
815
  metadata: {
812
- name: string;
813
816
  id: string;
817
+ name: string;
814
818
  accessToken?: string | undefined;
815
819
  channelSecret?: string | undefined;
816
820
  additionalCredentials?: any;
@@ -840,9 +844,9 @@ export declare const platformWebchatContract: {
840
844
  connectedUserId?: string | null | undefined;
841
845
  lineRichMenuId?: string | null | undefined;
842
846
  actor?: {
843
- name: string;
844
847
  id: string;
845
848
  address: string | null;
849
+ name: string;
846
850
  email: string;
847
851
  phone: string | null;
848
852
  } | undefined;
@@ -851,9 +855,9 @@ export declare const platformWebchatContract: {
851
855
  createdAt: string;
852
856
  updatedAt: string;
853
857
  actor: {
854
- name: string;
855
858
  id: string;
856
859
  address: string | null;
860
+ name: string;
857
861
  email: string;
858
862
  phone: string | null;
859
863
  } | null;
@@ -862,15 +866,15 @@ export declare const platformWebchatContract: {
862
866
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
863
867
  id: string;
864
868
  metadata: {
865
- name: string;
866
869
  id: string;
870
+ name: string;
867
871
  picture?: string | undefined;
868
872
  additionalCredentials?: any;
869
873
  };
870
874
  contact: {
871
- name: string;
872
875
  channel: string | null;
873
876
  address: string | null;
877
+ name: string;
874
878
  notes: string | null;
875
879
  contactProfile: string | null;
876
880
  socialProfileUrl: string | null;
@@ -879,10 +883,11 @@ export declare const platformWebchatContract: {
879
883
  socialPlatformId: string | null;
880
884
  };
881
885
  assignee: {
882
- name: string;
883
886
  id: string;
887
+ name: string;
884
888
  email: string;
885
889
  } | null;
890
+ telegramBusinessConnectionId: string | null;
886
891
  lastMessage?: string | undefined;
887
892
  handleTime?: number | undefined;
888
893
  metadata?: any;
@@ -1024,9 +1029,9 @@ export declare const platformWebchatContract: {
1024
1029
  telephonySignature: string | null;
1025
1030
  }>;
1026
1031
  }, "strip", z.ZodTypeAny, {
1027
- name: string;
1028
1032
  id: string;
1029
1033
  address: string | null;
1034
+ name: string;
1030
1035
  email: string;
1031
1036
  createdAt: Date;
1032
1037
  updatedAt: Date;
@@ -1067,9 +1072,9 @@ export declare const platformWebchatContract: {
1067
1072
  telephonySignature: string | null;
1068
1073
  };
1069
1074
  }, {
1070
- name: string;
1071
1075
  id: string;
1072
1076
  address: string | null;
1077
+ name: string;
1073
1078
  email: string;
1074
1079
  createdAt: Date;
1075
1080
  updatedAt: Date;
@@ -1262,9 +1267,9 @@ export declare const platformWebchatContract: {
1262
1267
  telephonySignature: string | null;
1263
1268
  }>;
1264
1269
  }, "strip", z.ZodTypeAny, {
1265
- name: string;
1266
1270
  id: string;
1267
1271
  address: string | null;
1272
+ name: string;
1268
1273
  email: string;
1269
1274
  createdAt: Date;
1270
1275
  updatedAt: Date;
@@ -1305,9 +1310,9 @@ export declare const platformWebchatContract: {
1305
1310
  telephonySignature: string | null;
1306
1311
  };
1307
1312
  }, {
1308
- name: string;
1309
1313
  id: string;
1310
1314
  address: string | null;
1315
+ name: string;
1311
1316
  email: string;
1312
1317
  createdAt: Date;
1313
1318
  updatedAt: Date;
@@ -1379,13 +1384,13 @@ export declare const platformWebchatContract: {
1379
1384
  picture: z.ZodOptional<z.ZodString>;
1380
1385
  additionalCredentials: z.ZodAny;
1381
1386
  }, "strip", z.ZodTypeAny, {
1382
- name: string;
1383
1387
  id: string;
1388
+ name: string;
1384
1389
  picture?: string | undefined;
1385
1390
  additionalCredentials?: any;
1386
1391
  }, {
1387
- name: string;
1388
1392
  id: string;
1393
+ name: string;
1389
1394
  picture?: string | undefined;
1390
1395
  additionalCredentials?: any;
1391
1396
  }>;
@@ -1407,14 +1412,14 @@ export declare const platformWebchatContract: {
1407
1412
  deletedAt: z.ZodNullable<z.ZodDate>;
1408
1413
  name: z.ZodString;
1409
1414
  }, "strip", z.ZodTypeAny, {
1410
- name: string;
1411
1415
  id: string;
1416
+ name: string;
1412
1417
  createdAt: Date;
1413
1418
  updatedAt: Date;
1414
1419
  deletedAt: Date | null;
1415
1420
  }, {
1416
- name: string;
1417
1421
  id: string;
1422
+ name: string;
1418
1423
  createdAt: Date;
1419
1424
  updatedAt: Date;
1420
1425
  deletedAt: Date | null;
@@ -1570,8 +1575,8 @@ export declare const platformWebchatContract: {
1570
1575
  createdAt: Date;
1571
1576
  updatedAt: Date;
1572
1577
  deletedAt: Date | null;
1573
- name?: string | undefined;
1574
1578
  address?: string | null | undefined;
1579
+ name?: string | undefined;
1575
1580
  phone?: string | null | undefined;
1576
1581
  industry?: string | null | undefined;
1577
1582
  }, {
@@ -1579,8 +1584,8 @@ export declare const platformWebchatContract: {
1579
1584
  createdAt: Date;
1580
1585
  updatedAt: Date;
1581
1586
  deletedAt: Date | null;
1582
- name?: string | undefined;
1583
1587
  address?: string | null | undefined;
1588
+ name?: string | undefined;
1584
1589
  phone?: string | null | undefined;
1585
1590
  industry?: string | null | undefined;
1586
1591
  }>>;
@@ -1598,13 +1603,13 @@ export declare const platformWebchatContract: {
1598
1603
  picture: z.ZodOptional<z.ZodString>;
1599
1604
  additionalCredentials: z.ZodAny;
1600
1605
  }, "strip", z.ZodTypeAny, {
1601
- name: string;
1602
1606
  id: string;
1607
+ name: string;
1603
1608
  picture?: string | undefined;
1604
1609
  additionalCredentials?: any;
1605
1610
  }, {
1606
- name: string;
1607
1611
  id: string;
1612
+ name: string;
1608
1613
  picture?: string | undefined;
1609
1614
  additionalCredentials?: any;
1610
1615
  }>;
@@ -1612,8 +1617,8 @@ export declare const platformWebchatContract: {
1612
1617
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1613
1618
  id: string;
1614
1619
  metadata: {
1615
- name: string;
1616
1620
  id: string;
1621
+ name: string;
1617
1622
  picture?: string | undefined;
1618
1623
  additionalCredentials?: any;
1619
1624
  };
@@ -1626,8 +1631,8 @@ export declare const platformWebchatContract: {
1626
1631
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1627
1632
  id: string;
1628
1633
  metadata: {
1629
- name: string;
1630
1634
  id: string;
1635
+ name: string;
1631
1636
  picture?: string | undefined;
1632
1637
  additionalCredentials?: any;
1633
1638
  };
@@ -1937,10 +1942,10 @@ export declare const platformWebchatContract: {
1937
1942
  };
1938
1943
  }>, "many">>;
1939
1944
  }, "strip", z.ZodTypeAny, {
1940
- name: string;
1941
1945
  id: string;
1942
1946
  channel: string | null;
1943
1947
  address: string | null;
1948
+ name: string;
1944
1949
  createdAt: Date;
1945
1950
  updatedAt: Date;
1946
1951
  deletedAt: Date | null;
@@ -1985,8 +1990,8 @@ export declare const platformWebchatContract: {
1985
1990
  createdAt: Date;
1986
1991
  updatedAt: Date;
1987
1992
  deletedAt: Date | null;
1988
- name?: string | undefined;
1989
1993
  address?: string | null | undefined;
1994
+ name?: string | undefined;
1990
1995
  phone?: string | null | undefined;
1991
1996
  industry?: string | null | undefined;
1992
1997
  } | null;
@@ -1994,8 +1999,8 @@ export declare const platformWebchatContract: {
1994
1999
  contactProfile: string | null;
1995
2000
  socialProfileUrl: string | null;
1996
2001
  tags: {
1997
- name: string;
1998
2002
  id: string;
2003
+ name: string;
1999
2004
  createdAt: Date;
2000
2005
  updatedAt: Date;
2001
2006
  deletedAt: Date | null;
@@ -2020,8 +2025,8 @@ export declare const platformWebchatContract: {
2020
2025
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2021
2026
  id: string;
2022
2027
  metadata: {
2023
- name: string;
2024
2028
  id: string;
2029
+ name: string;
2025
2030
  picture?: string | undefined;
2026
2031
  additionalCredentials?: any;
2027
2032
  };
@@ -2048,10 +2053,10 @@ export declare const platformWebchatContract: {
2048
2053
  };
2049
2054
  }[] | undefined;
2050
2055
  }, {
2051
- name: string;
2052
2056
  id: string;
2053
2057
  channel: string | null;
2054
2058
  address: string | null;
2059
+ name: string;
2055
2060
  createdAt: Date;
2056
2061
  updatedAt: Date;
2057
2062
  deletedAt: Date | null;
@@ -2096,8 +2101,8 @@ export declare const platformWebchatContract: {
2096
2101
  createdAt: Date;
2097
2102
  updatedAt: Date;
2098
2103
  deletedAt: Date | null;
2099
- name?: string | undefined;
2100
2104
  address?: string | null | undefined;
2105
+ name?: string | undefined;
2101
2106
  phone?: string | null | undefined;
2102
2107
  industry?: string | null | undefined;
2103
2108
  } | null;
@@ -2105,8 +2110,8 @@ export declare const platformWebchatContract: {
2105
2110
  contactProfile: string | null;
2106
2111
  socialProfileUrl: string | null;
2107
2112
  tags: {
2108
- name: string;
2109
2113
  id: string;
2114
+ name: string;
2110
2115
  createdAt: Date;
2111
2116
  updatedAt: Date;
2112
2117
  deletedAt: Date | null;
@@ -2131,8 +2136,8 @@ export declare const platformWebchatContract: {
2131
2136
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2132
2137
  id: string;
2133
2138
  metadata: {
2134
- name: string;
2135
2139
  id: string;
2140
+ name: string;
2136
2141
  picture?: string | undefined;
2137
2142
  additionalCredentials?: any;
2138
2143
  };
@@ -2163,8 +2168,8 @@ export declare const platformWebchatContract: {
2163
2168
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2164
2169
  id: string;
2165
2170
  metadata: {
2166
- name: string;
2167
2171
  id: string;
2172
+ name: string;
2168
2173
  picture?: string | undefined;
2169
2174
  additionalCredentials?: any;
2170
2175
  };
@@ -2172,10 +2177,10 @@ export declare const platformWebchatContract: {
2172
2177
  updatedAt: Date;
2173
2178
  deletedAt: Date | null;
2174
2179
  contact: {
2175
- name: string;
2176
2180
  id: string;
2177
2181
  channel: string | null;
2178
2182
  address: string | null;
2183
+ name: string;
2179
2184
  createdAt: Date;
2180
2185
  updatedAt: Date;
2181
2186
  deletedAt: Date | null;
@@ -2220,8 +2225,8 @@ export declare const platformWebchatContract: {
2220
2225
  createdAt: Date;
2221
2226
  updatedAt: Date;
2222
2227
  deletedAt: Date | null;
2223
- name?: string | undefined;
2224
2228
  address?: string | null | undefined;
2229
+ name?: string | undefined;
2225
2230
  phone?: string | null | undefined;
2226
2231
  industry?: string | null | undefined;
2227
2232
  } | null;
@@ -2229,8 +2234,8 @@ export declare const platformWebchatContract: {
2229
2234
  contactProfile: string | null;
2230
2235
  socialProfileUrl: string | null;
2231
2236
  tags: {
2232
- name: string;
2233
2237
  id: string;
2238
+ name: string;
2234
2239
  createdAt: Date;
2235
2240
  updatedAt: Date;
2236
2241
  deletedAt: Date | null;
@@ -2255,8 +2260,8 @@ export declare const platformWebchatContract: {
2255
2260
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2256
2261
  id: string;
2257
2262
  metadata: {
2258
- name: string;
2259
2263
  id: string;
2264
+ name: string;
2260
2265
  picture?: string | undefined;
2261
2266
  additionalCredentials?: any;
2262
2267
  };
@@ -2289,8 +2294,8 @@ export declare const platformWebchatContract: {
2289
2294
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2290
2295
  id: string;
2291
2296
  metadata: {
2292
- name: string;
2293
2297
  id: string;
2298
+ name: string;
2294
2299
  picture?: string | undefined;
2295
2300
  additionalCredentials?: any;
2296
2301
  };
@@ -2298,10 +2303,10 @@ export declare const platformWebchatContract: {
2298
2303
  updatedAt: Date;
2299
2304
  deletedAt: Date | null;
2300
2305
  contact: {
2301
- name: string;
2302
2306
  id: string;
2303
2307
  channel: string | null;
2304
2308
  address: string | null;
2309
+ name: string;
2305
2310
  createdAt: Date;
2306
2311
  updatedAt: Date;
2307
2312
  deletedAt: Date | null;
@@ -2346,8 +2351,8 @@ export declare const platformWebchatContract: {
2346
2351
  createdAt: Date;
2347
2352
  updatedAt: Date;
2348
2353
  deletedAt: Date | null;
2349
- name?: string | undefined;
2350
2354
  address?: string | null | undefined;
2355
+ name?: string | undefined;
2351
2356
  phone?: string | null | undefined;
2352
2357
  industry?: string | null | undefined;
2353
2358
  } | null;
@@ -2355,8 +2360,8 @@ export declare const platformWebchatContract: {
2355
2360
  contactProfile: string | null;
2356
2361
  socialProfileUrl: string | null;
2357
2362
  tags: {
2358
- name: string;
2359
2363
  id: string;
2364
+ name: string;
2360
2365
  createdAt: Date;
2361
2366
  updatedAt: Date;
2362
2367
  deletedAt: Date | null;
@@ -2381,8 +2386,8 @@ export declare const platformWebchatContract: {
2381
2386
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2382
2387
  id: string;
2383
2388
  metadata: {
2384
- name: string;
2385
2389
  id: string;
2390
+ name: string;
2386
2391
  picture?: string | undefined;
2387
2392
  additionalCredentials?: any;
2388
2393
  };
@@ -2530,9 +2535,9 @@ export declare const platformWebchatContract: {
2530
2535
  telephonySignature: string | null;
2531
2536
  }>;
2532
2537
  }, "strip", z.ZodTypeAny, {
2533
- name: string;
2534
2538
  id: string;
2535
2539
  address: string | null;
2540
+ name: string;
2536
2541
  email: string;
2537
2542
  createdAt: Date;
2538
2543
  updatedAt: Date;
@@ -2573,9 +2578,9 @@ export declare const platformWebchatContract: {
2573
2578
  telephonySignature: string | null;
2574
2579
  };
2575
2580
  }, {
2576
- name: string;
2577
2581
  id: string;
2578
2582
  address: string | null;
2583
+ name: string;
2579
2584
  email: string;
2580
2585
  createdAt: Date;
2581
2586
  updatedAt: Date;
@@ -2734,9 +2739,9 @@ export declare const platformWebchatContract: {
2734
2739
  telephonySignature: string | null;
2735
2740
  }>;
2736
2741
  }, "strip", z.ZodTypeAny, {
2737
- name: string;
2738
2742
  id: string;
2739
2743
  address: string | null;
2744
+ name: string;
2740
2745
  email: string;
2741
2746
  createdAt: Date;
2742
2747
  updatedAt: Date;
@@ -2777,9 +2782,9 @@ export declare const platformWebchatContract: {
2777
2782
  telephonySignature: string | null;
2778
2783
  };
2779
2784
  }, {
2780
- name: string;
2781
2785
  id: string;
2782
2786
  address: string | null;
2787
+ name: string;
2783
2788
  email: string;
2784
2789
  createdAt: Date;
2785
2790
  updatedAt: Date;
@@ -2878,8 +2883,8 @@ export declare const platformWebchatContract: {
2878
2883
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2879
2884
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2880
2885
  }, "strip", z.ZodTypeAny, {
2881
- name: string;
2882
2886
  id: string;
2887
+ name: string;
2883
2888
  accessToken?: string | undefined;
2884
2889
  channelSecret?: string | undefined;
2885
2890
  additionalCredentials?: any;
@@ -2902,8 +2907,8 @@ export declare const platformWebchatContract: {
2902
2907
  lineRichMenuId?: string | null | undefined;
2903
2908
  messengerIntegrationType?: "own" | "business" | undefined;
2904
2909
  }, {
2905
- name: string;
2906
2910
  id: string;
2911
+ name: string;
2907
2912
  accessToken?: string | undefined;
2908
2913
  channelSecret?: string | undefined;
2909
2914
  additionalCredentials?: any;
@@ -2939,14 +2944,14 @@ export declare const platformWebchatContract: {
2939
2944
  integrationId: z.ZodString;
2940
2945
  accessToken: z.ZodString;
2941
2946
  }, "strip", z.ZodTypeAny, {
2942
- name: string;
2943
2947
  id: string;
2948
+ name: string;
2944
2949
  accessToken: string;
2945
2950
  botId: string;
2946
2951
  integrationId: string;
2947
2952
  }, {
2948
- name: string;
2949
2953
  id: string;
2954
+ name: string;
2950
2955
  accessToken: string;
2951
2956
  botId: string;
2952
2957
  integrationId: string;
@@ -3069,9 +3074,9 @@ export declare const platformWebchatContract: {
3069
3074
  telephonySignature: string | null;
3070
3075
  }>;
3071
3076
  }, "strip", z.ZodTypeAny, {
3072
- name: string;
3073
3077
  id: string;
3074
3078
  address: string | null;
3079
+ name: string;
3075
3080
  email: string;
3076
3081
  createdAt: Date;
3077
3082
  updatedAt: Date;
@@ -3112,9 +3117,9 @@ export declare const platformWebchatContract: {
3112
3117
  telephonySignature: string | null;
3113
3118
  };
3114
3119
  }, {
3115
- name: string;
3116
3120
  id: string;
3117
3121
  address: string | null;
3122
+ name: string;
3118
3123
  email: string;
3119
3124
  createdAt: Date;
3120
3125
  updatedAt: Date;
@@ -3156,12 +3161,12 @@ export declare const platformWebchatContract: {
3156
3161
  };
3157
3162
  }>;
3158
3163
  }, "strip", z.ZodTypeAny, {
3159
- name: string;
3160
3164
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3161
3165
  id: string;
3166
+ name: string;
3162
3167
  metadata: {
3163
- name: string;
3164
3168
  id: string;
3169
+ name: string;
3165
3170
  accessToken?: string | undefined;
3166
3171
  channelSecret?: string | undefined;
3167
3172
  additionalCredentials?: any;
@@ -3189,9 +3194,9 @@ export declare const platformWebchatContract: {
3189
3194
  updatedAt: Date;
3190
3195
  deletedAt: Date | null;
3191
3196
  actor: {
3192
- name: string;
3193
3197
  id: string;
3194
3198
  address: string | null;
3199
+ name: string;
3195
3200
  email: string;
3196
3201
  createdAt: Date;
3197
3202
  updatedAt: Date;
@@ -3238,19 +3243,19 @@ export declare const platformWebchatContract: {
3238
3243
  connectedUserName: string;
3239
3244
  connectedUserId: string;
3240
3245
  botpressBot: {
3241
- name: string;
3242
3246
  id: string;
3247
+ name: string;
3243
3248
  accessToken: string;
3244
3249
  botId: string;
3245
3250
  integrationId: string;
3246
3251
  } | null;
3247
3252
  }, {
3248
- name: string;
3249
3253
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3250
3254
  id: string;
3255
+ name: string;
3251
3256
  metadata: {
3252
- name: string;
3253
3257
  id: string;
3258
+ name: string;
3254
3259
  accessToken?: string | undefined;
3255
3260
  channelSecret?: string | undefined;
3256
3261
  additionalCredentials?: any;
@@ -3278,9 +3283,9 @@ export declare const platformWebchatContract: {
3278
3283
  updatedAt: Date;
3279
3284
  deletedAt: Date | null;
3280
3285
  actor: {
3281
- name: string;
3282
3286
  id: string;
3283
3287
  address: string | null;
3288
+ name: string;
3284
3289
  email: string;
3285
3290
  createdAt: Date;
3286
3291
  updatedAt: Date;
@@ -3327,8 +3332,8 @@ export declare const platformWebchatContract: {
3327
3332
  connectedUserName: string;
3328
3333
  connectedUserId: string;
3329
3334
  botpressBot: {
3330
- name: string;
3331
3335
  id: string;
3336
+ name: string;
3332
3337
  accessToken: string;
3333
3338
  botId: string;
3334
3339
  integrationId: string;
@@ -3365,14 +3370,14 @@ export declare const platformWebchatContract: {
3365
3370
  deletedAt: z.ZodNullable<z.ZodDate>;
3366
3371
  name: z.ZodString;
3367
3372
  }, "strip", z.ZodTypeAny, {
3368
- name: string;
3369
3373
  id: string;
3374
+ name: string;
3370
3375
  createdAt: Date;
3371
3376
  updatedAt: Date;
3372
3377
  deletedAt: Date | null;
3373
3378
  }, {
3374
- name: string;
3375
3379
  id: string;
3380
+ name: string;
3376
3381
  createdAt: Date;
3377
3382
  updatedAt: Date;
3378
3383
  deletedAt: Date | null;
@@ -3543,8 +3548,8 @@ export declare const platformWebchatContract: {
3543
3548
  }[];
3544
3549
  }[];
3545
3550
  tags: {
3546
- name: string;
3547
3551
  id: string;
3552
+ name: string;
3548
3553
  createdAt: Date;
3549
3554
  updatedAt: Date;
3550
3555
  deletedAt: Date | null;
@@ -3594,8 +3599,8 @@ export declare const platformWebchatContract: {
3594
3599
  }[];
3595
3600
  }[];
3596
3601
  tags: {
3597
- name: string;
3598
3602
  id: string;
3603
+ name: string;
3599
3604
  createdAt: Date;
3600
3605
  updatedAt: Date;
3601
3606
  deletedAt: Date | null;
@@ -3662,8 +3667,8 @@ export declare const platformWebchatContract: {
3662
3667
  }[];
3663
3668
  }[];
3664
3669
  tags: {
3665
- name: string;
3666
3670
  id: string;
3671
+ name: string;
3667
3672
  createdAt: Date;
3668
3673
  updatedAt: Date;
3669
3674
  deletedAt: Date | null;
@@ -3730,8 +3735,8 @@ export declare const platformWebchatContract: {
3730
3735
  }[];
3731
3736
  }[];
3732
3737
  tags: {
3733
- name: string;
3734
3738
  id: string;
3739
+ name: string;
3735
3740
  createdAt: Date;
3736
3741
  updatedAt: Date;
3737
3742
  deletedAt: Date | null;
@@ -3762,17 +3767,17 @@ export declare const platformWebchatContract: {
3762
3767
  isActive: z.ZodBoolean;
3763
3768
  type: z.ZodString;
3764
3769
  }, "strip", z.ZodTypeAny, {
3765
- name: string;
3766
3770
  type: string;
3767
3771
  id: string;
3772
+ name: string;
3768
3773
  createdAt: Date;
3769
3774
  updatedAt: Date;
3770
3775
  deletedAt: Date | null;
3771
3776
  isActive: boolean;
3772
3777
  }, {
3773
- name: string;
3774
3778
  type: string;
3775
3779
  id: string;
3780
+ name: string;
3776
3781
  createdAt: Date;
3777
3782
  updatedAt: Date;
3778
3783
  deletedAt: Date | null;
@@ -3782,12 +3787,12 @@ export declare const platformWebchatContract: {
3782
3787
  }, "strip", z.ZodTypeAny, {
3783
3788
  id: string;
3784
3789
  channel: {
3785
- name: string;
3786
3790
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3787
3791
  id: string;
3792
+ name: string;
3788
3793
  metadata: {
3789
- name: string;
3790
3794
  id: string;
3795
+ name: string;
3791
3796
  accessToken?: string | undefined;
3792
3797
  channelSecret?: string | undefined;
3793
3798
  additionalCredentials?: any;
@@ -3815,9 +3820,9 @@ export declare const platformWebchatContract: {
3815
3820
  updatedAt: Date;
3816
3821
  deletedAt: Date | null;
3817
3822
  actor: {
3818
- name: string;
3819
3823
  id: string;
3820
3824
  address: string | null;
3825
+ name: string;
3821
3826
  email: string;
3822
3827
  createdAt: Date;
3823
3828
  updatedAt: Date;
@@ -3864,8 +3869,8 @@ export declare const platformWebchatContract: {
3864
3869
  connectedUserName: string;
3865
3870
  connectedUserId: string;
3866
3871
  botpressBot: {
3867
- name: string;
3868
3872
  id: string;
3873
+ name: string;
3869
3874
  accessToken: string;
3870
3875
  botId: string;
3871
3876
  integrationId: string;
@@ -3877,9 +3882,9 @@ export declare const platformWebchatContract: {
3877
3882
  updatedAt: Date;
3878
3883
  deletedAt: Date | null;
3879
3884
  actor: {
3880
- name: string;
3881
3885
  id: string;
3882
3886
  address: string | null;
3887
+ name: string;
3883
3888
  email: string;
3884
3889
  createdAt: Date;
3885
3890
  updatedAt: Date;
@@ -3930,8 +3935,8 @@ export declare const platformWebchatContract: {
3930
3935
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3931
3936
  id: string;
3932
3937
  metadata: {
3933
- name: string;
3934
3938
  id: string;
3939
+ name: string;
3935
3940
  picture?: string | undefined;
3936
3941
  additionalCredentials?: any;
3937
3942
  };
@@ -3939,10 +3944,10 @@ export declare const platformWebchatContract: {
3939
3944
  updatedAt: Date;
3940
3945
  deletedAt: Date | null;
3941
3946
  contact: {
3942
- name: string;
3943
3947
  id: string;
3944
3948
  channel: string | null;
3945
3949
  address: string | null;
3950
+ name: string;
3946
3951
  createdAt: Date;
3947
3952
  updatedAt: Date;
3948
3953
  deletedAt: Date | null;
@@ -3987,8 +3992,8 @@ export declare const platformWebchatContract: {
3987
3992
  createdAt: Date;
3988
3993
  updatedAt: Date;
3989
3994
  deletedAt: Date | null;
3990
- name?: string | undefined;
3991
3995
  address?: string | null | undefined;
3996
+ name?: string | undefined;
3992
3997
  phone?: string | null | undefined;
3993
3998
  industry?: string | null | undefined;
3994
3999
  } | null;
@@ -3996,8 +4001,8 @@ export declare const platformWebchatContract: {
3996
4001
  contactProfile: string | null;
3997
4002
  socialProfileUrl: string | null;
3998
4003
  tags: {
3999
- name: string;
4000
4004
  id: string;
4005
+ name: string;
4001
4006
  createdAt: Date;
4002
4007
  updatedAt: Date;
4003
4008
  deletedAt: Date | null;
@@ -4022,8 +4027,8 @@ export declare const platformWebchatContract: {
4022
4027
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4023
4028
  id: string;
4024
4029
  metadata: {
4025
- name: string;
4026
4030
  id: string;
4031
+ name: string;
4027
4032
  picture?: string | undefined;
4028
4033
  additionalCredentials?: any;
4029
4034
  };
@@ -4054,9 +4059,9 @@ export declare const platformWebchatContract: {
4054
4059
  socialPlatformId: string;
4055
4060
  };
4056
4061
  assignee: {
4057
- name: string;
4058
4062
  id: string;
4059
4063
  address: string | null;
4064
+ name: string;
4060
4065
  email: string;
4061
4066
  createdAt: Date;
4062
4067
  updatedAt: Date;
@@ -4146,8 +4151,8 @@ export declare const platformWebchatContract: {
4146
4151
  }[];
4147
4152
  }[];
4148
4153
  tags: {
4149
- name: string;
4150
4154
  id: string;
4155
+ name: string;
4151
4156
  createdAt: Date;
4152
4157
  updatedAt: Date;
4153
4158
  deletedAt: Date | null;
@@ -4170,9 +4175,9 @@ export declare const platformWebchatContract: {
4170
4175
  } | null;
4171
4176
  };
4172
4177
  workflowRule: {
4173
- name: string;
4174
4178
  type: string;
4175
4179
  id: string;
4180
+ name: string;
4176
4181
  createdAt: Date;
4177
4182
  updatedAt: Date;
4178
4183
  deletedAt: Date | null;
@@ -4182,12 +4187,12 @@ export declare const platformWebchatContract: {
4182
4187
  }, {
4183
4188
  id: string;
4184
4189
  channel: {
4185
- name: string;
4186
4190
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4187
4191
  id: string;
4192
+ name: string;
4188
4193
  metadata: {
4189
- name: string;
4190
4194
  id: string;
4195
+ name: string;
4191
4196
  accessToken?: string | undefined;
4192
4197
  channelSecret?: string | undefined;
4193
4198
  additionalCredentials?: any;
@@ -4215,9 +4220,9 @@ export declare const platformWebchatContract: {
4215
4220
  updatedAt: Date;
4216
4221
  deletedAt: Date | null;
4217
4222
  actor: {
4218
- name: string;
4219
4223
  id: string;
4220
4224
  address: string | null;
4225
+ name: string;
4221
4226
  email: string;
4222
4227
  createdAt: Date;
4223
4228
  updatedAt: Date;
@@ -4264,8 +4269,8 @@ export declare const platformWebchatContract: {
4264
4269
  connectedUserName: string;
4265
4270
  connectedUserId: string;
4266
4271
  botpressBot: {
4267
- name: string;
4268
4272
  id: string;
4273
+ name: string;
4269
4274
  accessToken: string;
4270
4275
  botId: string;
4271
4276
  integrationId: string;
@@ -4277,9 +4282,9 @@ export declare const platformWebchatContract: {
4277
4282
  updatedAt: Date;
4278
4283
  deletedAt: Date | null;
4279
4284
  actor: {
4280
- name: string;
4281
4285
  id: string;
4282
4286
  address: string | null;
4287
+ name: string;
4283
4288
  email: string;
4284
4289
  createdAt: Date;
4285
4290
  updatedAt: Date;
@@ -4330,8 +4335,8 @@ export declare const platformWebchatContract: {
4330
4335
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4331
4336
  id: string;
4332
4337
  metadata: {
4333
- name: string;
4334
4338
  id: string;
4339
+ name: string;
4335
4340
  picture?: string | undefined;
4336
4341
  additionalCredentials?: any;
4337
4342
  };
@@ -4339,10 +4344,10 @@ export declare const platformWebchatContract: {
4339
4344
  updatedAt: Date;
4340
4345
  deletedAt: Date | null;
4341
4346
  contact: {
4342
- name: string;
4343
4347
  id: string;
4344
4348
  channel: string | null;
4345
4349
  address: string | null;
4350
+ name: string;
4346
4351
  createdAt: Date;
4347
4352
  updatedAt: Date;
4348
4353
  deletedAt: Date | null;
@@ -4387,8 +4392,8 @@ export declare const platformWebchatContract: {
4387
4392
  createdAt: Date;
4388
4393
  updatedAt: Date;
4389
4394
  deletedAt: Date | null;
4390
- name?: string | undefined;
4391
4395
  address?: string | null | undefined;
4396
+ name?: string | undefined;
4392
4397
  phone?: string | null | undefined;
4393
4398
  industry?: string | null | undefined;
4394
4399
  } | null;
@@ -4396,8 +4401,8 @@ export declare const platformWebchatContract: {
4396
4401
  contactProfile: string | null;
4397
4402
  socialProfileUrl: string | null;
4398
4403
  tags: {
4399
- name: string;
4400
4404
  id: string;
4405
+ name: string;
4401
4406
  createdAt: Date;
4402
4407
  updatedAt: Date;
4403
4408
  deletedAt: Date | null;
@@ -4422,8 +4427,8 @@ export declare const platformWebchatContract: {
4422
4427
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4423
4428
  id: string;
4424
4429
  metadata: {
4425
- name: string;
4426
4430
  id: string;
4431
+ name: string;
4427
4432
  picture?: string | undefined;
4428
4433
  additionalCredentials?: any;
4429
4434
  };
@@ -4454,9 +4459,9 @@ export declare const platformWebchatContract: {
4454
4459
  socialPlatformId: string;
4455
4460
  };
4456
4461
  assignee: {
4457
- name: string;
4458
4462
  id: string;
4459
4463
  address: string | null;
4464
+ name: string;
4460
4465
  email: string;
4461
4466
  createdAt: Date;
4462
4467
  updatedAt: Date;
@@ -4546,8 +4551,8 @@ export declare const platformWebchatContract: {
4546
4551
  }[];
4547
4552
  }[];
4548
4553
  tags: {
4549
- name: string;
4550
4554
  id: string;
4555
+ name: string;
4551
4556
  createdAt: Date;
4552
4557
  updatedAt: Date;
4553
4558
  deletedAt: Date | null;
@@ -4570,9 +4575,9 @@ export declare const platformWebchatContract: {
4570
4575
  } | null;
4571
4576
  };
4572
4577
  workflowRule: {
4573
- name: string;
4574
4578
  type: string;
4575
4579
  id: string;
4580
+ name: string;
4576
4581
  createdAt: Date;
4577
4582
  updatedAt: Date;
4578
4583
  deletedAt: Date | null;
@@ -4590,17 +4595,17 @@ export declare const platformWebchatContract: {
4590
4595
  isActive: z.ZodBoolean;
4591
4596
  type: z.ZodString;
4592
4597
  }, "strip", z.ZodTypeAny, {
4593
- name: string;
4594
4598
  type: string;
4595
4599
  id: string;
4600
+ name: string;
4596
4601
  createdAt: Date;
4597
4602
  updatedAt: Date;
4598
4603
  deletedAt: Date | null;
4599
4604
  isActive: boolean;
4600
4605
  }, {
4601
- name: string;
4602
4606
  type: string;
4603
4607
  id: string;
4608
+ name: string;
4604
4609
  createdAt: Date;
4605
4610
  updatedAt: Date;
4606
4611
  deletedAt: Date | null;
@@ -4781,9 +4786,9 @@ export declare const platformWebchatContract: {
4781
4786
  telephonySignature: string | null;
4782
4787
  }>;
4783
4788
  }, "strip", z.ZodTypeAny, {
4784
- name: string;
4785
4789
  id: string;
4786
4790
  address: string | null;
4791
+ name: string;
4787
4792
  email: string;
4788
4793
  createdAt: Date;
4789
4794
  updatedAt: Date;
@@ -4824,9 +4829,9 @@ export declare const platformWebchatContract: {
4824
4829
  telephonySignature: string | null;
4825
4830
  };
4826
4831
  }, {
4827
- name: string;
4828
4832
  id: string;
4829
4833
  address: string | null;
4834
+ name: string;
4830
4835
  email: string;
4831
4836
  createdAt: Date;
4832
4837
  updatedAt: Date;
@@ -4985,9 +4990,9 @@ export declare const platformWebchatContract: {
4985
4990
  telephonySignature: string | null;
4986
4991
  }>;
4987
4992
  }, "strip", z.ZodTypeAny, {
4988
- name: string;
4989
4993
  id: string;
4990
4994
  address: string | null;
4995
+ name: string;
4991
4996
  email: string;
4992
4997
  createdAt: Date;
4993
4998
  updatedAt: Date;
@@ -5028,9 +5033,9 @@ export declare const platformWebchatContract: {
5028
5033
  telephonySignature: string | null;
5029
5034
  };
5030
5035
  }, {
5031
- name: string;
5032
5036
  id: string;
5033
5037
  address: string | null;
5038
+ name: string;
5034
5039
  email: string;
5035
5040
  createdAt: Date;
5036
5041
  updatedAt: Date;
@@ -5189,9 +5194,9 @@ export declare const platformWebchatContract: {
5189
5194
  telephonySignature: string | null;
5190
5195
  }>;
5191
5196
  }, "strip", z.ZodTypeAny, {
5192
- name: string;
5193
5197
  id: string;
5194
5198
  address: string | null;
5199
+ name: string;
5195
5200
  email: string;
5196
5201
  createdAt: Date;
5197
5202
  updatedAt: Date;
@@ -5232,9 +5237,9 @@ export declare const platformWebchatContract: {
5232
5237
  telephonySignature: string | null;
5233
5238
  };
5234
5239
  }, {
5235
- name: string;
5236
5240
  id: string;
5237
5241
  address: string | null;
5242
+ name: string;
5238
5243
  email: string;
5239
5244
  createdAt: Date;
5240
5245
  updatedAt: Date;
@@ -5285,9 +5290,9 @@ export declare const platformWebchatContract: {
5285
5290
  updatedAt: Date;
5286
5291
  deletedAt: Date | null;
5287
5292
  actor: {
5288
- name: string;
5289
5293
  id: string;
5290
5294
  address: string | null;
5295
+ name: string;
5291
5296
  email: string;
5292
5297
  createdAt: Date;
5293
5298
  updatedAt: Date;
@@ -5341,9 +5346,9 @@ export declare const platformWebchatContract: {
5341
5346
  fileUrl: string | null;
5342
5347
  };
5343
5348
  assignee: {
5344
- name: string;
5345
5349
  id: string;
5346
5350
  address: string | null;
5351
+ name: string;
5347
5352
  email: string;
5348
5353
  createdAt: Date;
5349
5354
  updatedAt: Date;
@@ -5392,9 +5397,9 @@ export declare const platformWebchatContract: {
5392
5397
  previewUrl: string;
5393
5398
  imageSetId: string;
5394
5399
  sender: {
5395
- name: string;
5396
5400
  id: string;
5397
5401
  address: string | null;
5402
+ name: string;
5398
5403
  email: string;
5399
5404
  createdAt: Date;
5400
5405
  updatedAt: Date;
@@ -5447,9 +5452,9 @@ export declare const platformWebchatContract: {
5447
5452
  updatedAt: Date;
5448
5453
  deletedAt: Date | null;
5449
5454
  actor: {
5450
- name: string;
5451
5455
  id: string;
5452
5456
  address: string | null;
5457
+ name: string;
5453
5458
  email: string;
5454
5459
  createdAt: Date;
5455
5460
  updatedAt: Date;
@@ -5503,9 +5508,9 @@ export declare const platformWebchatContract: {
5503
5508
  fileUrl: string | null;
5504
5509
  };
5505
5510
  assignee: {
5506
- name: string;
5507
5511
  id: string;
5508
5512
  address: string | null;
5513
+ name: string;
5509
5514
  email: string;
5510
5515
  createdAt: Date;
5511
5516
  updatedAt: Date;
@@ -5554,9 +5559,9 @@ export declare const platformWebchatContract: {
5554
5559
  previewUrl: string;
5555
5560
  imageSetId: string;
5556
5561
  sender: {
5557
- name: string;
5558
5562
  id: string;
5559
5563
  address: string | null;
5564
+ name: string;
5560
5565
  email: string;
5561
5566
  createdAt: Date;
5562
5567
  updatedAt: Date;
@@ -5718,9 +5723,9 @@ export declare const platformWebchatContract: {
5718
5723
  telephonySignature: string | null;
5719
5724
  }>;
5720
5725
  }, "strip", z.ZodTypeAny, {
5721
- name: string;
5722
5726
  id: string;
5723
5727
  address: string | null;
5728
+ name: string;
5724
5729
  email: string;
5725
5730
  createdAt: Date;
5726
5731
  updatedAt: Date;
@@ -5761,9 +5766,9 @@ export declare const platformWebchatContract: {
5761
5766
  telephonySignature: string | null;
5762
5767
  };
5763
5768
  }, {
5764
- name: string;
5765
5769
  id: string;
5766
5770
  address: string | null;
5771
+ name: string;
5767
5772
  email: string;
5768
5773
  createdAt: Date;
5769
5774
  updatedAt: Date;
@@ -5853,13 +5858,13 @@ export declare const platformWebchatContract: {
5853
5858
  picture: z.ZodOptional<z.ZodString>;
5854
5859
  additionalCredentials: z.ZodAny;
5855
5860
  }, "strip", z.ZodTypeAny, {
5856
- name: string;
5857
5861
  id: string;
5862
+ name: string;
5858
5863
  picture?: string | undefined;
5859
5864
  additionalCredentials?: any;
5860
5865
  }, {
5861
- name: string;
5862
5866
  id: string;
5867
+ name: string;
5863
5868
  picture?: string | undefined;
5864
5869
  additionalCredentials?: any;
5865
5870
  }>;
@@ -5881,14 +5886,14 @@ export declare const platformWebchatContract: {
5881
5886
  deletedAt: z.ZodNullable<z.ZodDate>;
5882
5887
  name: z.ZodString;
5883
5888
  }, "strip", z.ZodTypeAny, {
5884
- name: string;
5885
5889
  id: string;
5890
+ name: string;
5886
5891
  createdAt: Date;
5887
5892
  updatedAt: Date;
5888
5893
  deletedAt: Date | null;
5889
5894
  }, {
5890
- name: string;
5891
5895
  id: string;
5896
+ name: string;
5892
5897
  createdAt: Date;
5893
5898
  updatedAt: Date;
5894
5899
  deletedAt: Date | null;
@@ -6044,8 +6049,8 @@ export declare const platformWebchatContract: {
6044
6049
  createdAt: Date;
6045
6050
  updatedAt: Date;
6046
6051
  deletedAt: Date | null;
6047
- name?: string | undefined;
6048
6052
  address?: string | null | undefined;
6053
+ name?: string | undefined;
6049
6054
  phone?: string | null | undefined;
6050
6055
  industry?: string | null | undefined;
6051
6056
  }, {
@@ -6053,8 +6058,8 @@ export declare const platformWebchatContract: {
6053
6058
  createdAt: Date;
6054
6059
  updatedAt: Date;
6055
6060
  deletedAt: Date | null;
6056
- name?: string | undefined;
6057
6061
  address?: string | null | undefined;
6062
+ name?: string | undefined;
6058
6063
  phone?: string | null | undefined;
6059
6064
  industry?: string | null | undefined;
6060
6065
  }>>;
@@ -6072,13 +6077,13 @@ export declare const platformWebchatContract: {
6072
6077
  picture: z.ZodOptional<z.ZodString>;
6073
6078
  additionalCredentials: z.ZodAny;
6074
6079
  }, "strip", z.ZodTypeAny, {
6075
- name: string;
6076
6080
  id: string;
6081
+ name: string;
6077
6082
  picture?: string | undefined;
6078
6083
  additionalCredentials?: any;
6079
6084
  }, {
6080
- name: string;
6081
6085
  id: string;
6086
+ name: string;
6082
6087
  picture?: string | undefined;
6083
6088
  additionalCredentials?: any;
6084
6089
  }>;
@@ -6086,8 +6091,8 @@ export declare const platformWebchatContract: {
6086
6091
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6087
6092
  id: string;
6088
6093
  metadata: {
6089
- name: string;
6090
6094
  id: string;
6095
+ name: string;
6091
6096
  picture?: string | undefined;
6092
6097
  additionalCredentials?: any;
6093
6098
  };
@@ -6100,8 +6105,8 @@ export declare const platformWebchatContract: {
6100
6105
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6101
6106
  id: string;
6102
6107
  metadata: {
6103
- name: string;
6104
6108
  id: string;
6109
+ name: string;
6105
6110
  picture?: string | undefined;
6106
6111
  additionalCredentials?: any;
6107
6112
  };
@@ -6411,10 +6416,10 @@ export declare const platformWebchatContract: {
6411
6416
  };
6412
6417
  }>, "many">>;
6413
6418
  }, "strip", z.ZodTypeAny, {
6414
- name: string;
6415
6419
  id: string;
6416
6420
  channel: string | null;
6417
6421
  address: string | null;
6422
+ name: string;
6418
6423
  createdAt: Date;
6419
6424
  updatedAt: Date;
6420
6425
  deletedAt: Date | null;
@@ -6459,8 +6464,8 @@ export declare const platformWebchatContract: {
6459
6464
  createdAt: Date;
6460
6465
  updatedAt: Date;
6461
6466
  deletedAt: Date | null;
6462
- name?: string | undefined;
6463
6467
  address?: string | null | undefined;
6468
+ name?: string | undefined;
6464
6469
  phone?: string | null | undefined;
6465
6470
  industry?: string | null | undefined;
6466
6471
  } | null;
@@ -6468,8 +6473,8 @@ export declare const platformWebchatContract: {
6468
6473
  contactProfile: string | null;
6469
6474
  socialProfileUrl: string | null;
6470
6475
  tags: {
6471
- name: string;
6472
6476
  id: string;
6477
+ name: string;
6473
6478
  createdAt: Date;
6474
6479
  updatedAt: Date;
6475
6480
  deletedAt: Date | null;
@@ -6494,8 +6499,8 @@ export declare const platformWebchatContract: {
6494
6499
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6495
6500
  id: string;
6496
6501
  metadata: {
6497
- name: string;
6498
6502
  id: string;
6503
+ name: string;
6499
6504
  picture?: string | undefined;
6500
6505
  additionalCredentials?: any;
6501
6506
  };
@@ -6522,10 +6527,10 @@ export declare const platformWebchatContract: {
6522
6527
  };
6523
6528
  }[] | undefined;
6524
6529
  }, {
6525
- name: string;
6526
6530
  id: string;
6527
6531
  channel: string | null;
6528
6532
  address: string | null;
6533
+ name: string;
6529
6534
  createdAt: Date;
6530
6535
  updatedAt: Date;
6531
6536
  deletedAt: Date | null;
@@ -6570,8 +6575,8 @@ export declare const platformWebchatContract: {
6570
6575
  createdAt: Date;
6571
6576
  updatedAt: Date;
6572
6577
  deletedAt: Date | null;
6573
- name?: string | undefined;
6574
6578
  address?: string | null | undefined;
6579
+ name?: string | undefined;
6575
6580
  phone?: string | null | undefined;
6576
6581
  industry?: string | null | undefined;
6577
6582
  } | null;
@@ -6579,8 +6584,8 @@ export declare const platformWebchatContract: {
6579
6584
  contactProfile: string | null;
6580
6585
  socialProfileUrl: string | null;
6581
6586
  tags: {
6582
- name: string;
6583
6587
  id: string;
6588
+ name: string;
6584
6589
  createdAt: Date;
6585
6590
  updatedAt: Date;
6586
6591
  deletedAt: Date | null;
@@ -6605,8 +6610,8 @@ export declare const platformWebchatContract: {
6605
6610
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6606
6611
  id: string;
6607
6612
  metadata: {
6608
- name: string;
6609
6613
  id: string;
6614
+ name: string;
6610
6615
  picture?: string | undefined;
6611
6616
  additionalCredentials?: any;
6612
6617
  };
@@ -6637,8 +6642,8 @@ export declare const platformWebchatContract: {
6637
6642
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6638
6643
  id: string;
6639
6644
  metadata: {
6640
- name: string;
6641
6645
  id: string;
6646
+ name: string;
6642
6647
  picture?: string | undefined;
6643
6648
  additionalCredentials?: any;
6644
6649
  };
@@ -6646,10 +6651,10 @@ export declare const platformWebchatContract: {
6646
6651
  updatedAt: Date;
6647
6652
  deletedAt: Date | null;
6648
6653
  contact: {
6649
- name: string;
6650
6654
  id: string;
6651
6655
  channel: string | null;
6652
6656
  address: string | null;
6657
+ name: string;
6653
6658
  createdAt: Date;
6654
6659
  updatedAt: Date;
6655
6660
  deletedAt: Date | null;
@@ -6694,8 +6699,8 @@ export declare const platformWebchatContract: {
6694
6699
  createdAt: Date;
6695
6700
  updatedAt: Date;
6696
6701
  deletedAt: Date | null;
6697
- name?: string | undefined;
6698
6702
  address?: string | null | undefined;
6703
+ name?: string | undefined;
6699
6704
  phone?: string | null | undefined;
6700
6705
  industry?: string | null | undefined;
6701
6706
  } | null;
@@ -6703,8 +6708,8 @@ export declare const platformWebchatContract: {
6703
6708
  contactProfile: string | null;
6704
6709
  socialProfileUrl: string | null;
6705
6710
  tags: {
6706
- name: string;
6707
6711
  id: string;
6712
+ name: string;
6708
6713
  createdAt: Date;
6709
6714
  updatedAt: Date;
6710
6715
  deletedAt: Date | null;
@@ -6729,8 +6734,8 @@ export declare const platformWebchatContract: {
6729
6734
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6730
6735
  id: string;
6731
6736
  metadata: {
6732
- name: string;
6733
6737
  id: string;
6738
+ name: string;
6734
6739
  picture?: string | undefined;
6735
6740
  additionalCredentials?: any;
6736
6741
  };
@@ -6763,8 +6768,8 @@ export declare const platformWebchatContract: {
6763
6768
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6764
6769
  id: string;
6765
6770
  metadata: {
6766
- name: string;
6767
6771
  id: string;
6772
+ name: string;
6768
6773
  picture?: string | undefined;
6769
6774
  additionalCredentials?: any;
6770
6775
  };
@@ -6772,10 +6777,10 @@ export declare const platformWebchatContract: {
6772
6777
  updatedAt: Date;
6773
6778
  deletedAt: Date | null;
6774
6779
  contact: {
6775
- name: string;
6776
6780
  id: string;
6777
6781
  channel: string | null;
6778
6782
  address: string | null;
6783
+ name: string;
6779
6784
  createdAt: Date;
6780
6785
  updatedAt: Date;
6781
6786
  deletedAt: Date | null;
@@ -6820,8 +6825,8 @@ export declare const platformWebchatContract: {
6820
6825
  createdAt: Date;
6821
6826
  updatedAt: Date;
6822
6827
  deletedAt: Date | null;
6823
- name?: string | undefined;
6824
6828
  address?: string | null | undefined;
6829
+ name?: string | undefined;
6825
6830
  phone?: string | null | undefined;
6826
6831
  industry?: string | null | undefined;
6827
6832
  } | null;
@@ -6829,8 +6834,8 @@ export declare const platformWebchatContract: {
6829
6834
  contactProfile: string | null;
6830
6835
  socialProfileUrl: string | null;
6831
6836
  tags: {
6832
- name: string;
6833
6837
  id: string;
6838
+ name: string;
6834
6839
  createdAt: Date;
6835
6840
  updatedAt: Date;
6836
6841
  deletedAt: Date | null;
@@ -6855,8 +6860,8 @@ export declare const platformWebchatContract: {
6855
6860
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6856
6861
  id: string;
6857
6862
  metadata: {
6858
- name: string;
6859
6863
  id: string;
6864
+ name: string;
6860
6865
  picture?: string | undefined;
6861
6866
  additionalCredentials?: any;
6862
6867
  };
@@ -7004,9 +7009,9 @@ export declare const platformWebchatContract: {
7004
7009
  telephonySignature: string | null;
7005
7010
  }>;
7006
7011
  }, "strip", z.ZodTypeAny, {
7007
- name: string;
7008
7012
  id: string;
7009
7013
  address: string | null;
7014
+ name: string;
7010
7015
  email: string;
7011
7016
  createdAt: Date;
7012
7017
  updatedAt: Date;
@@ -7047,9 +7052,9 @@ export declare const platformWebchatContract: {
7047
7052
  telephonySignature: string | null;
7048
7053
  };
7049
7054
  }, {
7050
- name: string;
7051
7055
  id: string;
7052
7056
  address: string | null;
7057
+ name: string;
7053
7058
  email: string;
7054
7059
  createdAt: Date;
7055
7060
  updatedAt: Date;
@@ -7208,9 +7213,9 @@ export declare const platformWebchatContract: {
7208
7213
  telephonySignature: string | null;
7209
7214
  }>;
7210
7215
  }, "strip", z.ZodTypeAny, {
7211
- name: string;
7212
7216
  id: string;
7213
7217
  address: string | null;
7218
+ name: string;
7214
7219
  email: string;
7215
7220
  createdAt: Date;
7216
7221
  updatedAt: Date;
@@ -7251,9 +7256,9 @@ export declare const platformWebchatContract: {
7251
7256
  telephonySignature: string | null;
7252
7257
  };
7253
7258
  }, {
7254
- name: string;
7255
7259
  id: string;
7256
7260
  address: string | null;
7261
+ name: string;
7257
7262
  email: string;
7258
7263
  createdAt: Date;
7259
7264
  updatedAt: Date;
@@ -7352,8 +7357,8 @@ export declare const platformWebchatContract: {
7352
7357
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7353
7358
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7354
7359
  }, "strip", z.ZodTypeAny, {
7355
- name: string;
7356
7360
  id: string;
7361
+ name: string;
7357
7362
  accessToken?: string | undefined;
7358
7363
  channelSecret?: string | undefined;
7359
7364
  additionalCredentials?: any;
@@ -7376,8 +7381,8 @@ export declare const platformWebchatContract: {
7376
7381
  lineRichMenuId?: string | null | undefined;
7377
7382
  messengerIntegrationType?: "own" | "business" | undefined;
7378
7383
  }, {
7379
- name: string;
7380
7384
  id: string;
7385
+ name: string;
7381
7386
  accessToken?: string | undefined;
7382
7387
  channelSecret?: string | undefined;
7383
7388
  additionalCredentials?: any;
@@ -7413,14 +7418,14 @@ export declare const platformWebchatContract: {
7413
7418
  integrationId: z.ZodString;
7414
7419
  accessToken: z.ZodString;
7415
7420
  }, "strip", z.ZodTypeAny, {
7416
- name: string;
7417
7421
  id: string;
7422
+ name: string;
7418
7423
  accessToken: string;
7419
7424
  botId: string;
7420
7425
  integrationId: string;
7421
7426
  }, {
7422
- name: string;
7423
7427
  id: string;
7428
+ name: string;
7424
7429
  accessToken: string;
7425
7430
  botId: string;
7426
7431
  integrationId: string;
@@ -7543,9 +7548,9 @@ export declare const platformWebchatContract: {
7543
7548
  telephonySignature: string | null;
7544
7549
  }>;
7545
7550
  }, "strip", z.ZodTypeAny, {
7546
- name: string;
7547
7551
  id: string;
7548
7552
  address: string | null;
7553
+ name: string;
7549
7554
  email: string;
7550
7555
  createdAt: Date;
7551
7556
  updatedAt: Date;
@@ -7586,9 +7591,9 @@ export declare const platformWebchatContract: {
7586
7591
  telephonySignature: string | null;
7587
7592
  };
7588
7593
  }, {
7589
- name: string;
7590
7594
  id: string;
7591
7595
  address: string | null;
7596
+ name: string;
7592
7597
  email: string;
7593
7598
  createdAt: Date;
7594
7599
  updatedAt: Date;
@@ -7630,12 +7635,12 @@ export declare const platformWebchatContract: {
7630
7635
  };
7631
7636
  }>;
7632
7637
  }, "strip", z.ZodTypeAny, {
7633
- name: string;
7634
7638
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7635
7639
  id: string;
7640
+ name: string;
7636
7641
  metadata: {
7637
- name: string;
7638
7642
  id: string;
7643
+ name: string;
7639
7644
  accessToken?: string | undefined;
7640
7645
  channelSecret?: string | undefined;
7641
7646
  additionalCredentials?: any;
@@ -7663,9 +7668,9 @@ export declare const platformWebchatContract: {
7663
7668
  updatedAt: Date;
7664
7669
  deletedAt: Date | null;
7665
7670
  actor: {
7666
- name: string;
7667
7671
  id: string;
7668
7672
  address: string | null;
7673
+ name: string;
7669
7674
  email: string;
7670
7675
  createdAt: Date;
7671
7676
  updatedAt: Date;
@@ -7712,19 +7717,19 @@ export declare const platformWebchatContract: {
7712
7717
  connectedUserName: string;
7713
7718
  connectedUserId: string;
7714
7719
  botpressBot: {
7715
- name: string;
7716
7720
  id: string;
7721
+ name: string;
7717
7722
  accessToken: string;
7718
7723
  botId: string;
7719
7724
  integrationId: string;
7720
7725
  } | null;
7721
7726
  }, {
7722
- name: string;
7723
7727
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7724
7728
  id: string;
7729
+ name: string;
7725
7730
  metadata: {
7726
- name: string;
7727
7731
  id: string;
7732
+ name: string;
7728
7733
  accessToken?: string | undefined;
7729
7734
  channelSecret?: string | undefined;
7730
7735
  additionalCredentials?: any;
@@ -7752,9 +7757,9 @@ export declare const platformWebchatContract: {
7752
7757
  updatedAt: Date;
7753
7758
  deletedAt: Date | null;
7754
7759
  actor: {
7755
- name: string;
7756
7760
  id: string;
7757
7761
  address: string | null;
7762
+ name: string;
7758
7763
  email: string;
7759
7764
  createdAt: Date;
7760
7765
  updatedAt: Date;
@@ -7801,8 +7806,8 @@ export declare const platformWebchatContract: {
7801
7806
  connectedUserName: string;
7802
7807
  connectedUserId: string;
7803
7808
  botpressBot: {
7804
- name: string;
7805
7809
  id: string;
7810
+ name: string;
7806
7811
  accessToken: string;
7807
7812
  botId: string;
7808
7813
  integrationId: string;
@@ -7839,14 +7844,14 @@ export declare const platformWebchatContract: {
7839
7844
  deletedAt: z.ZodNullable<z.ZodDate>;
7840
7845
  name: z.ZodString;
7841
7846
  }, "strip", z.ZodTypeAny, {
7842
- name: string;
7843
7847
  id: string;
7848
+ name: string;
7844
7849
  createdAt: Date;
7845
7850
  updatedAt: Date;
7846
7851
  deletedAt: Date | null;
7847
7852
  }, {
7848
- name: string;
7849
7853
  id: string;
7854
+ name: string;
7850
7855
  createdAt: Date;
7851
7856
  updatedAt: Date;
7852
7857
  deletedAt: Date | null;
@@ -8017,8 +8022,8 @@ export declare const platformWebchatContract: {
8017
8022
  }[];
8018
8023
  }[];
8019
8024
  tags: {
8020
- name: string;
8021
8025
  id: string;
8026
+ name: string;
8022
8027
  createdAt: Date;
8023
8028
  updatedAt: Date;
8024
8029
  deletedAt: Date | null;
@@ -8068,8 +8073,8 @@ export declare const platformWebchatContract: {
8068
8073
  }[];
8069
8074
  }[];
8070
8075
  tags: {
8071
- name: string;
8072
8076
  id: string;
8077
+ name: string;
8073
8078
  createdAt: Date;
8074
8079
  updatedAt: Date;
8075
8080
  deletedAt: Date | null;
@@ -8136,8 +8141,8 @@ export declare const platformWebchatContract: {
8136
8141
  }[];
8137
8142
  }[];
8138
8143
  tags: {
8139
- name: string;
8140
8144
  id: string;
8145
+ name: string;
8141
8146
  createdAt: Date;
8142
8147
  updatedAt: Date;
8143
8148
  deletedAt: Date | null;
@@ -8204,8 +8209,8 @@ export declare const platformWebchatContract: {
8204
8209
  }[];
8205
8210
  }[];
8206
8211
  tags: {
8207
- name: string;
8208
8212
  id: string;
8213
+ name: string;
8209
8214
  createdAt: Date;
8210
8215
  updatedAt: Date;
8211
8216
  deletedAt: Date | null;
@@ -8236,17 +8241,17 @@ export declare const platformWebchatContract: {
8236
8241
  isActive: z.ZodBoolean;
8237
8242
  type: z.ZodString;
8238
8243
  }, "strip", z.ZodTypeAny, {
8239
- name: string;
8240
8244
  type: string;
8241
8245
  id: string;
8246
+ name: string;
8242
8247
  createdAt: Date;
8243
8248
  updatedAt: Date;
8244
8249
  deletedAt: Date | null;
8245
8250
  isActive: boolean;
8246
8251
  }, {
8247
- name: string;
8248
8252
  type: string;
8249
8253
  id: string;
8254
+ name: string;
8250
8255
  createdAt: Date;
8251
8256
  updatedAt: Date;
8252
8257
  deletedAt: Date | null;
@@ -8256,12 +8261,12 @@ export declare const platformWebchatContract: {
8256
8261
  }, "strip", z.ZodTypeAny, {
8257
8262
  id: string;
8258
8263
  channel: {
8259
- name: string;
8260
8264
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8261
8265
  id: string;
8266
+ name: string;
8262
8267
  metadata: {
8263
- name: string;
8264
8268
  id: string;
8269
+ name: string;
8265
8270
  accessToken?: string | undefined;
8266
8271
  channelSecret?: string | undefined;
8267
8272
  additionalCredentials?: any;
@@ -8289,9 +8294,9 @@ export declare const platformWebchatContract: {
8289
8294
  updatedAt: Date;
8290
8295
  deletedAt: Date | null;
8291
8296
  actor: {
8292
- name: string;
8293
8297
  id: string;
8294
8298
  address: string | null;
8299
+ name: string;
8295
8300
  email: string;
8296
8301
  createdAt: Date;
8297
8302
  updatedAt: Date;
@@ -8338,8 +8343,8 @@ export declare const platformWebchatContract: {
8338
8343
  connectedUserName: string;
8339
8344
  connectedUserId: string;
8340
8345
  botpressBot: {
8341
- name: string;
8342
8346
  id: string;
8347
+ name: string;
8343
8348
  accessToken: string;
8344
8349
  botId: string;
8345
8350
  integrationId: string;
@@ -8351,9 +8356,9 @@ export declare const platformWebchatContract: {
8351
8356
  updatedAt: Date;
8352
8357
  deletedAt: Date | null;
8353
8358
  actor: {
8354
- name: string;
8355
8359
  id: string;
8356
8360
  address: string | null;
8361
+ name: string;
8357
8362
  email: string;
8358
8363
  createdAt: Date;
8359
8364
  updatedAt: Date;
@@ -8404,8 +8409,8 @@ export declare const platformWebchatContract: {
8404
8409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8405
8410
  id: string;
8406
8411
  metadata: {
8407
- name: string;
8408
8412
  id: string;
8413
+ name: string;
8409
8414
  picture?: string | undefined;
8410
8415
  additionalCredentials?: any;
8411
8416
  };
@@ -8413,10 +8418,10 @@ export declare const platformWebchatContract: {
8413
8418
  updatedAt: Date;
8414
8419
  deletedAt: Date | null;
8415
8420
  contact: {
8416
- name: string;
8417
8421
  id: string;
8418
8422
  channel: string | null;
8419
8423
  address: string | null;
8424
+ name: string;
8420
8425
  createdAt: Date;
8421
8426
  updatedAt: Date;
8422
8427
  deletedAt: Date | null;
@@ -8461,8 +8466,8 @@ export declare const platformWebchatContract: {
8461
8466
  createdAt: Date;
8462
8467
  updatedAt: Date;
8463
8468
  deletedAt: Date | null;
8464
- name?: string | undefined;
8465
8469
  address?: string | null | undefined;
8470
+ name?: string | undefined;
8466
8471
  phone?: string | null | undefined;
8467
8472
  industry?: string | null | undefined;
8468
8473
  } | null;
@@ -8470,8 +8475,8 @@ export declare const platformWebchatContract: {
8470
8475
  contactProfile: string | null;
8471
8476
  socialProfileUrl: string | null;
8472
8477
  tags: {
8473
- name: string;
8474
8478
  id: string;
8479
+ name: string;
8475
8480
  createdAt: Date;
8476
8481
  updatedAt: Date;
8477
8482
  deletedAt: Date | null;
@@ -8496,8 +8501,8 @@ export declare const platformWebchatContract: {
8496
8501
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8497
8502
  id: string;
8498
8503
  metadata: {
8499
- name: string;
8500
8504
  id: string;
8505
+ name: string;
8501
8506
  picture?: string | undefined;
8502
8507
  additionalCredentials?: any;
8503
8508
  };
@@ -8528,9 +8533,9 @@ export declare const platformWebchatContract: {
8528
8533
  socialPlatformId: string;
8529
8534
  };
8530
8535
  assignee: {
8531
- name: string;
8532
8536
  id: string;
8533
8537
  address: string | null;
8538
+ name: string;
8534
8539
  email: string;
8535
8540
  createdAt: Date;
8536
8541
  updatedAt: Date;
@@ -8620,8 +8625,8 @@ export declare const platformWebchatContract: {
8620
8625
  }[];
8621
8626
  }[];
8622
8627
  tags: {
8623
- name: string;
8624
8628
  id: string;
8629
+ name: string;
8625
8630
  createdAt: Date;
8626
8631
  updatedAt: Date;
8627
8632
  deletedAt: Date | null;
@@ -8644,9 +8649,9 @@ export declare const platformWebchatContract: {
8644
8649
  } | null;
8645
8650
  };
8646
8651
  workflowRule: {
8647
- name: string;
8648
8652
  type: string;
8649
8653
  id: string;
8654
+ name: string;
8650
8655
  createdAt: Date;
8651
8656
  updatedAt: Date;
8652
8657
  deletedAt: Date | null;
@@ -8656,12 +8661,12 @@ export declare const platformWebchatContract: {
8656
8661
  }, {
8657
8662
  id: string;
8658
8663
  channel: {
8659
- name: string;
8660
8664
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8661
8665
  id: string;
8666
+ name: string;
8662
8667
  metadata: {
8663
- name: string;
8664
8668
  id: string;
8669
+ name: string;
8665
8670
  accessToken?: string | undefined;
8666
8671
  channelSecret?: string | undefined;
8667
8672
  additionalCredentials?: any;
@@ -8689,9 +8694,9 @@ export declare const platformWebchatContract: {
8689
8694
  updatedAt: Date;
8690
8695
  deletedAt: Date | null;
8691
8696
  actor: {
8692
- name: string;
8693
8697
  id: string;
8694
8698
  address: string | null;
8699
+ name: string;
8695
8700
  email: string;
8696
8701
  createdAt: Date;
8697
8702
  updatedAt: Date;
@@ -8738,8 +8743,8 @@ export declare const platformWebchatContract: {
8738
8743
  connectedUserName: string;
8739
8744
  connectedUserId: string;
8740
8745
  botpressBot: {
8741
- name: string;
8742
8746
  id: string;
8747
+ name: string;
8743
8748
  accessToken: string;
8744
8749
  botId: string;
8745
8750
  integrationId: string;
@@ -8751,9 +8756,9 @@ export declare const platformWebchatContract: {
8751
8756
  updatedAt: Date;
8752
8757
  deletedAt: Date | null;
8753
8758
  actor: {
8754
- name: string;
8755
8759
  id: string;
8756
8760
  address: string | null;
8761
+ name: string;
8757
8762
  email: string;
8758
8763
  createdAt: Date;
8759
8764
  updatedAt: Date;
@@ -8804,8 +8809,8 @@ export declare const platformWebchatContract: {
8804
8809
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8805
8810
  id: string;
8806
8811
  metadata: {
8807
- name: string;
8808
8812
  id: string;
8813
+ name: string;
8809
8814
  picture?: string | undefined;
8810
8815
  additionalCredentials?: any;
8811
8816
  };
@@ -8813,10 +8818,10 @@ export declare const platformWebchatContract: {
8813
8818
  updatedAt: Date;
8814
8819
  deletedAt: Date | null;
8815
8820
  contact: {
8816
- name: string;
8817
8821
  id: string;
8818
8822
  channel: string | null;
8819
8823
  address: string | null;
8824
+ name: string;
8820
8825
  createdAt: Date;
8821
8826
  updatedAt: Date;
8822
8827
  deletedAt: Date | null;
@@ -8861,8 +8866,8 @@ export declare const platformWebchatContract: {
8861
8866
  createdAt: Date;
8862
8867
  updatedAt: Date;
8863
8868
  deletedAt: Date | null;
8864
- name?: string | undefined;
8865
8869
  address?: string | null | undefined;
8870
+ name?: string | undefined;
8866
8871
  phone?: string | null | undefined;
8867
8872
  industry?: string | null | undefined;
8868
8873
  } | null;
@@ -8870,8 +8875,8 @@ export declare const platformWebchatContract: {
8870
8875
  contactProfile: string | null;
8871
8876
  socialProfileUrl: string | null;
8872
8877
  tags: {
8873
- name: string;
8874
8878
  id: string;
8879
+ name: string;
8875
8880
  createdAt: Date;
8876
8881
  updatedAt: Date;
8877
8882
  deletedAt: Date | null;
@@ -8896,8 +8901,8 @@ export declare const platformWebchatContract: {
8896
8901
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8897
8902
  id: string;
8898
8903
  metadata: {
8899
- name: string;
8900
8904
  id: string;
8905
+ name: string;
8901
8906
  picture?: string | undefined;
8902
8907
  additionalCredentials?: any;
8903
8908
  };
@@ -8928,9 +8933,9 @@ export declare const platformWebchatContract: {
8928
8933
  socialPlatformId: string;
8929
8934
  };
8930
8935
  assignee: {
8931
- name: string;
8932
8936
  id: string;
8933
8937
  address: string | null;
8938
+ name: string;
8934
8939
  email: string;
8935
8940
  createdAt: Date;
8936
8941
  updatedAt: Date;
@@ -9020,8 +9025,8 @@ export declare const platformWebchatContract: {
9020
9025
  }[];
9021
9026
  }[];
9022
9027
  tags: {
9023
- name: string;
9024
9028
  id: string;
9029
+ name: string;
9025
9030
  createdAt: Date;
9026
9031
  updatedAt: Date;
9027
9032
  deletedAt: Date | null;
@@ -9044,9 +9049,9 @@ export declare const platformWebchatContract: {
9044
9049
  } | null;
9045
9050
  };
9046
9051
  workflowRule: {
9047
- name: string;
9048
9052
  type: string;
9049
9053
  id: string;
9054
+ name: string;
9050
9055
  createdAt: Date;
9051
9056
  updatedAt: Date;
9052
9057
  deletedAt: Date | null;
@@ -9258,9 +9263,9 @@ export declare const platformWebchatContract: {
9258
9263
  telephonySignature: string | null;
9259
9264
  }>;
9260
9265
  }, "strip", z.ZodTypeAny, {
9261
- name: string;
9262
9266
  id: string;
9263
9267
  address: string | null;
9268
+ name: string;
9264
9269
  email: string;
9265
9270
  createdAt: Date;
9266
9271
  updatedAt: Date;
@@ -9301,9 +9306,9 @@ export declare const platformWebchatContract: {
9301
9306
  telephonySignature: string | null;
9302
9307
  };
9303
9308
  }, {
9304
- name: string;
9305
9309
  id: string;
9306
9310
  address: string | null;
9311
+ name: string;
9307
9312
  email: string;
9308
9313
  createdAt: Date;
9309
9314
  updatedAt: Date;
@@ -9462,9 +9467,9 @@ export declare const platformWebchatContract: {
9462
9467
  telephonySignature: string | null;
9463
9468
  }>;
9464
9469
  }, "strip", z.ZodTypeAny, {
9465
- name: string;
9466
9470
  id: string;
9467
9471
  address: string | null;
9472
+ name: string;
9468
9473
  email: string;
9469
9474
  createdAt: Date;
9470
9475
  updatedAt: Date;
@@ -9505,9 +9510,9 @@ export declare const platformWebchatContract: {
9505
9510
  telephonySignature: string | null;
9506
9511
  };
9507
9512
  }, {
9508
- name: string;
9509
9513
  id: string;
9510
9514
  address: string | null;
9515
+ name: string;
9511
9516
  email: string;
9512
9517
  createdAt: Date;
9513
9518
  updatedAt: Date;
@@ -9666,9 +9671,9 @@ export declare const platformWebchatContract: {
9666
9671
  telephonySignature: string | null;
9667
9672
  }>;
9668
9673
  }, "strip", z.ZodTypeAny, {
9669
- name: string;
9670
9674
  id: string;
9671
9675
  address: string | null;
9676
+ name: string;
9672
9677
  email: string;
9673
9678
  createdAt: Date;
9674
9679
  updatedAt: Date;
@@ -9709,9 +9714,9 @@ export declare const platformWebchatContract: {
9709
9714
  telephonySignature: string | null;
9710
9715
  };
9711
9716
  }, {
9712
- name: string;
9713
9717
  id: string;
9714
9718
  address: string | null;
9719
+ name: string;
9715
9720
  email: string;
9716
9721
  createdAt: Date;
9717
9722
  updatedAt: Date;
@@ -9762,9 +9767,9 @@ export declare const platformWebchatContract: {
9762
9767
  updatedAt: Date;
9763
9768
  deletedAt: Date | null;
9764
9769
  actor: {
9765
- name: string;
9766
9770
  id: string;
9767
9771
  address: string | null;
9772
+ name: string;
9768
9773
  email: string;
9769
9774
  createdAt: Date;
9770
9775
  updatedAt: Date;
@@ -9818,9 +9823,9 @@ export declare const platformWebchatContract: {
9818
9823
  fileUrl: string | null;
9819
9824
  };
9820
9825
  assignee: {
9821
- name: string;
9822
9826
  id: string;
9823
9827
  address: string | null;
9828
+ name: string;
9824
9829
  email: string;
9825
9830
  createdAt: Date;
9826
9831
  updatedAt: Date;
@@ -9869,9 +9874,9 @@ export declare const platformWebchatContract: {
9869
9874
  previewUrl: string;
9870
9875
  imageSetId: string;
9871
9876
  sender: {
9872
- name: string;
9873
9877
  id: string;
9874
9878
  address: string | null;
9879
+ name: string;
9875
9880
  email: string;
9876
9881
  createdAt: Date;
9877
9882
  updatedAt: Date;
@@ -9924,9 +9929,9 @@ export declare const platformWebchatContract: {
9924
9929
  updatedAt: Date;
9925
9930
  deletedAt: Date | null;
9926
9931
  actor: {
9927
- name: string;
9928
9932
  id: string;
9929
9933
  address: string | null;
9934
+ name: string;
9930
9935
  email: string;
9931
9936
  createdAt: Date;
9932
9937
  updatedAt: Date;
@@ -9980,9 +9985,9 @@ export declare const platformWebchatContract: {
9980
9985
  fileUrl: string | null;
9981
9986
  };
9982
9987
  assignee: {
9983
- name: string;
9984
9988
  id: string;
9985
9989
  address: string | null;
9990
+ name: string;
9986
9991
  email: string;
9987
9992
  createdAt: Date;
9988
9993
  updatedAt: Date;
@@ -10031,9 +10036,9 @@ export declare const platformWebchatContract: {
10031
10036
  previewUrl: string;
10032
10037
  imageSetId: string;
10033
10038
  sender: {
10034
- name: string;
10035
10039
  id: string;
10036
10040
  address: string | null;
10041
+ name: string;
10037
10042
  email: string;
10038
10043
  createdAt: Date;
10039
10044
  updatedAt: Date;
@@ -10195,9 +10200,9 @@ export declare const platformWebchatContract: {
10195
10200
  telephonySignature: string | null;
10196
10201
  }>;
10197
10202
  }, "strip", z.ZodTypeAny, {
10198
- name: string;
10199
10203
  id: string;
10200
10204
  address: string | null;
10205
+ name: string;
10201
10206
  email: string;
10202
10207
  createdAt: Date;
10203
10208
  updatedAt: Date;
@@ -10238,9 +10243,9 @@ export declare const platformWebchatContract: {
10238
10243
  telephonySignature: string | null;
10239
10244
  };
10240
10245
  }, {
10241
- name: string;
10242
10246
  id: string;
10243
10247
  address: string | null;
10248
+ name: string;
10244
10249
  email: string;
10245
10250
  createdAt: Date;
10246
10251
  updatedAt: Date;
@@ -10399,9 +10404,9 @@ export declare const platformWebchatContract: {
10399
10404
  telephonySignature: string | null;
10400
10405
  }>;
10401
10406
  }, "strip", z.ZodTypeAny, {
10402
- name: string;
10403
10407
  id: string;
10404
10408
  address: string | null;
10409
+ name: string;
10405
10410
  email: string;
10406
10411
  createdAt: Date;
10407
10412
  updatedAt: Date;
@@ -10442,9 +10447,9 @@ export declare const platformWebchatContract: {
10442
10447
  telephonySignature: string | null;
10443
10448
  };
10444
10449
  }, {
10445
- name: string;
10446
10450
  id: string;
10447
10451
  address: string | null;
10452
+ name: string;
10448
10453
  email: string;
10449
10454
  createdAt: Date;
10450
10455
  updatedAt: Date;
@@ -10603,9 +10608,9 @@ export declare const platformWebchatContract: {
10603
10608
  telephonySignature: string | null;
10604
10609
  }>;
10605
10610
  }, "strip", z.ZodTypeAny, {
10606
- name: string;
10607
10611
  id: string;
10608
10612
  address: string | null;
10613
+ name: string;
10609
10614
  email: string;
10610
10615
  createdAt: Date;
10611
10616
  updatedAt: Date;
@@ -10646,9 +10651,9 @@ export declare const platformWebchatContract: {
10646
10651
  telephonySignature: string | null;
10647
10652
  };
10648
10653
  }, {
10649
- name: string;
10650
10654
  id: string;
10651
10655
  address: string | null;
10656
+ name: string;
10652
10657
  email: string;
10653
10658
  createdAt: Date;
10654
10659
  updatedAt: Date;
@@ -10698,17 +10703,17 @@ export declare const platformWebchatContract: {
10698
10703
  isActive: z.ZodBoolean;
10699
10704
  type: z.ZodString;
10700
10705
  }, "strip", z.ZodTypeAny, {
10701
- name: string;
10702
10706
  type: string;
10703
10707
  id: string;
10708
+ name: string;
10704
10709
  createdAt: Date;
10705
10710
  updatedAt: Date;
10706
10711
  deletedAt: Date | null;
10707
10712
  isActive: boolean;
10708
10713
  }, {
10709
- name: string;
10710
10714
  type: string;
10711
10715
  id: string;
10716
+ name: string;
10712
10717
  createdAt: Date;
10713
10718
  updatedAt: Date;
10714
10719
  deletedAt: Date | null;
@@ -10726,9 +10731,9 @@ export declare const platformWebchatContract: {
10726
10731
  updatedAt: Date;
10727
10732
  deletedAt: Date | null;
10728
10733
  actor: {
10729
- name: string;
10730
10734
  id: string;
10731
10735
  address: string | null;
10736
+ name: string;
10732
10737
  email: string;
10733
10738
  createdAt: Date;
10734
10739
  updatedAt: Date;
@@ -10782,9 +10787,9 @@ export declare const platformWebchatContract: {
10782
10787
  fileUrl: string | null;
10783
10788
  };
10784
10789
  assignee: {
10785
- name: string;
10786
10790
  id: string;
10787
10791
  address: string | null;
10792
+ name: string;
10788
10793
  email: string;
10789
10794
  createdAt: Date;
10790
10795
  updatedAt: Date;
@@ -10829,12 +10834,12 @@ export declare const platformWebchatContract: {
10829
10834
  room: {
10830
10835
  id: string;
10831
10836
  channel: {
10832
- name: string;
10833
10837
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10834
10838
  id: string;
10839
+ name: string;
10835
10840
  metadata: {
10836
- name: string;
10837
10841
  id: string;
10842
+ name: string;
10838
10843
  accessToken?: string | undefined;
10839
10844
  channelSecret?: string | undefined;
10840
10845
  additionalCredentials?: any;
@@ -10862,9 +10867,9 @@ export declare const platformWebchatContract: {
10862
10867
  updatedAt: Date;
10863
10868
  deletedAt: Date | null;
10864
10869
  actor: {
10865
- name: string;
10866
10870
  id: string;
10867
10871
  address: string | null;
10872
+ name: string;
10868
10873
  email: string;
10869
10874
  createdAt: Date;
10870
10875
  updatedAt: Date;
@@ -10911,8 +10916,8 @@ export declare const platformWebchatContract: {
10911
10916
  connectedUserName: string;
10912
10917
  connectedUserId: string;
10913
10918
  botpressBot: {
10914
- name: string;
10915
10919
  id: string;
10920
+ name: string;
10916
10921
  accessToken: string;
10917
10922
  botId: string;
10918
10923
  integrationId: string;
@@ -10924,9 +10929,9 @@ export declare const platformWebchatContract: {
10924
10929
  updatedAt: Date;
10925
10930
  deletedAt: Date | null;
10926
10931
  actor: {
10927
- name: string;
10928
10932
  id: string;
10929
10933
  address: string | null;
10934
+ name: string;
10930
10935
  email: string;
10931
10936
  createdAt: Date;
10932
10937
  updatedAt: Date;
@@ -10977,8 +10982,8 @@ export declare const platformWebchatContract: {
10977
10982
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10978
10983
  id: string;
10979
10984
  metadata: {
10980
- name: string;
10981
10985
  id: string;
10986
+ name: string;
10982
10987
  picture?: string | undefined;
10983
10988
  additionalCredentials?: any;
10984
10989
  };
@@ -10986,10 +10991,10 @@ export declare const platformWebchatContract: {
10986
10991
  updatedAt: Date;
10987
10992
  deletedAt: Date | null;
10988
10993
  contact: {
10989
- name: string;
10990
10994
  id: string;
10991
10995
  channel: string | null;
10992
10996
  address: string | null;
10997
+ name: string;
10993
10998
  createdAt: Date;
10994
10999
  updatedAt: Date;
10995
11000
  deletedAt: Date | null;
@@ -11034,8 +11039,8 @@ export declare const platformWebchatContract: {
11034
11039
  createdAt: Date;
11035
11040
  updatedAt: Date;
11036
11041
  deletedAt: Date | null;
11037
- name?: string | undefined;
11038
11042
  address?: string | null | undefined;
11043
+ name?: string | undefined;
11039
11044
  phone?: string | null | undefined;
11040
11045
  industry?: string | null | undefined;
11041
11046
  } | null;
@@ -11043,8 +11048,8 @@ export declare const platformWebchatContract: {
11043
11048
  contactProfile: string | null;
11044
11049
  socialProfileUrl: string | null;
11045
11050
  tags: {
11046
- name: string;
11047
11051
  id: string;
11052
+ name: string;
11048
11053
  createdAt: Date;
11049
11054
  updatedAt: Date;
11050
11055
  deletedAt: Date | null;
@@ -11069,8 +11074,8 @@ export declare const platformWebchatContract: {
11069
11074
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11070
11075
  id: string;
11071
11076
  metadata: {
11072
- name: string;
11073
11077
  id: string;
11078
+ name: string;
11074
11079
  picture?: string | undefined;
11075
11080
  additionalCredentials?: any;
11076
11081
  };
@@ -11101,9 +11106,9 @@ export declare const platformWebchatContract: {
11101
11106
  socialPlatformId: string;
11102
11107
  };
11103
11108
  assignee: {
11104
- name: string;
11105
11109
  id: string;
11106
11110
  address: string | null;
11111
+ name: string;
11107
11112
  email: string;
11108
11113
  createdAt: Date;
11109
11114
  updatedAt: Date;
@@ -11193,8 +11198,8 @@ export declare const platformWebchatContract: {
11193
11198
  }[];
11194
11199
  }[];
11195
11200
  tags: {
11196
- name: string;
11197
11201
  id: string;
11202
+ name: string;
11198
11203
  createdAt: Date;
11199
11204
  updatedAt: Date;
11200
11205
  deletedAt: Date | null;
@@ -11217,9 +11222,9 @@ export declare const platformWebchatContract: {
11217
11222
  } | null;
11218
11223
  };
11219
11224
  workflowRule: {
11220
- name: string;
11221
11225
  type: string;
11222
11226
  id: string;
11227
+ name: string;
11223
11228
  createdAt: Date;
11224
11229
  updatedAt: Date;
11225
11230
  deletedAt: Date | null;
@@ -11229,9 +11234,9 @@ export declare const platformWebchatContract: {
11229
11234
  };
11230
11235
  platformMessageId: string;
11231
11236
  workflowRule: {
11232
- name: string;
11233
11237
  type: string;
11234
11238
  id: string;
11239
+ name: string;
11235
11240
  createdAt: Date;
11236
11241
  updatedAt: Date;
11237
11242
  deletedAt: Date | null;
@@ -11252,9 +11257,9 @@ export declare const platformWebchatContract: {
11252
11257
  updatedAt: Date;
11253
11258
  deletedAt: Date | null;
11254
11259
  actor: {
11255
- name: string;
11256
11260
  id: string;
11257
11261
  address: string | null;
11262
+ name: string;
11258
11263
  email: string;
11259
11264
  createdAt: Date;
11260
11265
  updatedAt: Date;
@@ -11308,9 +11313,9 @@ export declare const platformWebchatContract: {
11308
11313
  fileUrl: string | null;
11309
11314
  };
11310
11315
  assignee: {
11311
- name: string;
11312
11316
  id: string;
11313
11317
  address: string | null;
11318
+ name: string;
11314
11319
  email: string;
11315
11320
  createdAt: Date;
11316
11321
  updatedAt: Date;
@@ -11359,9 +11364,9 @@ export declare const platformWebchatContract: {
11359
11364
  previewUrl: string;
11360
11365
  imageSetId: string;
11361
11366
  sender: {
11362
- name: string;
11363
11367
  id: string;
11364
11368
  address: string | null;
11369
+ name: string;
11365
11370
  email: string;
11366
11371
  createdAt: Date;
11367
11372
  updatedAt: Date;
@@ -11406,9 +11411,9 @@ export declare const platformWebchatContract: {
11406
11411
  template?: any;
11407
11412
  };
11408
11413
  sender: {
11409
- name: string;
11410
11414
  id: string;
11411
11415
  address: string | null;
11416
+ name: string;
11412
11417
  email: string;
11413
11418
  createdAt: Date;
11414
11419
  updatedAt: Date;
@@ -11463,9 +11468,9 @@ export declare const platformWebchatContract: {
11463
11468
  updatedAt: Date;
11464
11469
  deletedAt: Date | null;
11465
11470
  actor: {
11466
- name: string;
11467
11471
  id: string;
11468
11472
  address: string | null;
11473
+ name: string;
11469
11474
  email: string;
11470
11475
  createdAt: Date;
11471
11476
  updatedAt: Date;
@@ -11519,9 +11524,9 @@ export declare const platformWebchatContract: {
11519
11524
  fileUrl: string | null;
11520
11525
  };
11521
11526
  assignee: {
11522
- name: string;
11523
11527
  id: string;
11524
11528
  address: string | null;
11529
+ name: string;
11525
11530
  email: string;
11526
11531
  createdAt: Date;
11527
11532
  updatedAt: Date;
@@ -11566,12 +11571,12 @@ export declare const platformWebchatContract: {
11566
11571
  room: {
11567
11572
  id: string;
11568
11573
  channel: {
11569
- name: string;
11570
11574
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11571
11575
  id: string;
11576
+ name: string;
11572
11577
  metadata: {
11573
- name: string;
11574
11578
  id: string;
11579
+ name: string;
11575
11580
  accessToken?: string | undefined;
11576
11581
  channelSecret?: string | undefined;
11577
11582
  additionalCredentials?: any;
@@ -11599,9 +11604,9 @@ export declare const platformWebchatContract: {
11599
11604
  updatedAt: Date;
11600
11605
  deletedAt: Date | null;
11601
11606
  actor: {
11602
- name: string;
11603
11607
  id: string;
11604
11608
  address: string | null;
11609
+ name: string;
11605
11610
  email: string;
11606
11611
  createdAt: Date;
11607
11612
  updatedAt: Date;
@@ -11648,8 +11653,8 @@ export declare const platformWebchatContract: {
11648
11653
  connectedUserName: string;
11649
11654
  connectedUserId: string;
11650
11655
  botpressBot: {
11651
- name: string;
11652
11656
  id: string;
11657
+ name: string;
11653
11658
  accessToken: string;
11654
11659
  botId: string;
11655
11660
  integrationId: string;
@@ -11661,9 +11666,9 @@ export declare const platformWebchatContract: {
11661
11666
  updatedAt: Date;
11662
11667
  deletedAt: Date | null;
11663
11668
  actor: {
11664
- name: string;
11665
11669
  id: string;
11666
11670
  address: string | null;
11671
+ name: string;
11667
11672
  email: string;
11668
11673
  createdAt: Date;
11669
11674
  updatedAt: Date;
@@ -11714,8 +11719,8 @@ export declare const platformWebchatContract: {
11714
11719
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11715
11720
  id: string;
11716
11721
  metadata: {
11717
- name: string;
11718
11722
  id: string;
11723
+ name: string;
11719
11724
  picture?: string | undefined;
11720
11725
  additionalCredentials?: any;
11721
11726
  };
@@ -11723,10 +11728,10 @@ export declare const platformWebchatContract: {
11723
11728
  updatedAt: Date;
11724
11729
  deletedAt: Date | null;
11725
11730
  contact: {
11726
- name: string;
11727
11731
  id: string;
11728
11732
  channel: string | null;
11729
11733
  address: string | null;
11734
+ name: string;
11730
11735
  createdAt: Date;
11731
11736
  updatedAt: Date;
11732
11737
  deletedAt: Date | null;
@@ -11771,8 +11776,8 @@ export declare const platformWebchatContract: {
11771
11776
  createdAt: Date;
11772
11777
  updatedAt: Date;
11773
11778
  deletedAt: Date | null;
11774
- name?: string | undefined;
11775
11779
  address?: string | null | undefined;
11780
+ name?: string | undefined;
11776
11781
  phone?: string | null | undefined;
11777
11782
  industry?: string | null | undefined;
11778
11783
  } | null;
@@ -11780,8 +11785,8 @@ export declare const platformWebchatContract: {
11780
11785
  contactProfile: string | null;
11781
11786
  socialProfileUrl: string | null;
11782
11787
  tags: {
11783
- name: string;
11784
11788
  id: string;
11789
+ name: string;
11785
11790
  createdAt: Date;
11786
11791
  updatedAt: Date;
11787
11792
  deletedAt: Date | null;
@@ -11806,8 +11811,8 @@ export declare const platformWebchatContract: {
11806
11811
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11807
11812
  id: string;
11808
11813
  metadata: {
11809
- name: string;
11810
11814
  id: string;
11815
+ name: string;
11811
11816
  picture?: string | undefined;
11812
11817
  additionalCredentials?: any;
11813
11818
  };
@@ -11838,9 +11843,9 @@ export declare const platformWebchatContract: {
11838
11843
  socialPlatformId: string;
11839
11844
  };
11840
11845
  assignee: {
11841
- name: string;
11842
11846
  id: string;
11843
11847
  address: string | null;
11848
+ name: string;
11844
11849
  email: string;
11845
11850
  createdAt: Date;
11846
11851
  updatedAt: Date;
@@ -11930,8 +11935,8 @@ export declare const platformWebchatContract: {
11930
11935
  }[];
11931
11936
  }[];
11932
11937
  tags: {
11933
- name: string;
11934
11938
  id: string;
11939
+ name: string;
11935
11940
  createdAt: Date;
11936
11941
  updatedAt: Date;
11937
11942
  deletedAt: Date | null;
@@ -11954,9 +11959,9 @@ export declare const platformWebchatContract: {
11954
11959
  } | null;
11955
11960
  };
11956
11961
  workflowRule: {
11957
- name: string;
11958
11962
  type: string;
11959
11963
  id: string;
11964
+ name: string;
11960
11965
  createdAt: Date;
11961
11966
  updatedAt: Date;
11962
11967
  deletedAt: Date | null;
@@ -11966,9 +11971,9 @@ export declare const platformWebchatContract: {
11966
11971
  };
11967
11972
  platformMessageId: string;
11968
11973
  workflowRule: {
11969
- name: string;
11970
11974
  type: string;
11971
11975
  id: string;
11976
+ name: string;
11972
11977
  createdAt: Date;
11973
11978
  updatedAt: Date;
11974
11979
  deletedAt: Date | null;
@@ -11989,9 +11994,9 @@ export declare const platformWebchatContract: {
11989
11994
  updatedAt: Date;
11990
11995
  deletedAt: Date | null;
11991
11996
  actor: {
11992
- name: string;
11993
11997
  id: string;
11994
11998
  address: string | null;
11999
+ name: string;
11995
12000
  email: string;
11996
12001
  createdAt: Date;
11997
12002
  updatedAt: Date;
@@ -12045,9 +12050,9 @@ export declare const platformWebchatContract: {
12045
12050
  fileUrl: string | null;
12046
12051
  };
12047
12052
  assignee: {
12048
- name: string;
12049
12053
  id: string;
12050
12054
  address: string | null;
12055
+ name: string;
12051
12056
  email: string;
12052
12057
  createdAt: Date;
12053
12058
  updatedAt: Date;
@@ -12096,9 +12101,9 @@ export declare const platformWebchatContract: {
12096
12101
  previewUrl: string;
12097
12102
  imageSetId: string;
12098
12103
  sender: {
12099
- name: string;
12100
12104
  id: string;
12101
12105
  address: string | null;
12106
+ name: string;
12102
12107
  email: string;
12103
12108
  createdAt: Date;
12104
12109
  updatedAt: Date;
@@ -12143,9 +12148,9 @@ export declare const platformWebchatContract: {
12143
12148
  template?: any;
12144
12149
  };
12145
12150
  sender: {
12146
- name: string;
12147
12151
  id: string;
12148
12152
  address: string | null;
12153
+ name: string;
12149
12154
  email: string;
12150
12155
  createdAt: Date;
12151
12156
  updatedAt: Date;
@@ -12201,9 +12206,9 @@ export declare const platformWebchatContract: {
12201
12206
  updatedAt: Date;
12202
12207
  deletedAt: Date | null;
12203
12208
  actor: {
12204
- name: string;
12205
12209
  id: string;
12206
12210
  address: string | null;
12211
+ name: string;
12207
12212
  email: string;
12208
12213
  createdAt: Date;
12209
12214
  updatedAt: Date;
@@ -12257,9 +12262,9 @@ export declare const platformWebchatContract: {
12257
12262
  fileUrl: string | null;
12258
12263
  };
12259
12264
  assignee: {
12260
- name: string;
12261
12265
  id: string;
12262
12266
  address: string | null;
12267
+ name: string;
12263
12268
  email: string;
12264
12269
  createdAt: Date;
12265
12270
  updatedAt: Date;
@@ -12304,12 +12309,12 @@ export declare const platformWebchatContract: {
12304
12309
  room: {
12305
12310
  id: string;
12306
12311
  channel: {
12307
- name: string;
12308
12312
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12309
12313
  id: string;
12314
+ name: string;
12310
12315
  metadata: {
12311
- name: string;
12312
12316
  id: string;
12317
+ name: string;
12313
12318
  accessToken?: string | undefined;
12314
12319
  channelSecret?: string | undefined;
12315
12320
  additionalCredentials?: any;
@@ -12337,9 +12342,9 @@ export declare const platformWebchatContract: {
12337
12342
  updatedAt: Date;
12338
12343
  deletedAt: Date | null;
12339
12344
  actor: {
12340
- name: string;
12341
12345
  id: string;
12342
12346
  address: string | null;
12347
+ name: string;
12343
12348
  email: string;
12344
12349
  createdAt: Date;
12345
12350
  updatedAt: Date;
@@ -12386,8 +12391,8 @@ export declare const platformWebchatContract: {
12386
12391
  connectedUserName: string;
12387
12392
  connectedUserId: string;
12388
12393
  botpressBot: {
12389
- name: string;
12390
12394
  id: string;
12395
+ name: string;
12391
12396
  accessToken: string;
12392
12397
  botId: string;
12393
12398
  integrationId: string;
@@ -12399,9 +12404,9 @@ export declare const platformWebchatContract: {
12399
12404
  updatedAt: Date;
12400
12405
  deletedAt: Date | null;
12401
12406
  actor: {
12402
- name: string;
12403
12407
  id: string;
12404
12408
  address: string | null;
12409
+ name: string;
12405
12410
  email: string;
12406
12411
  createdAt: Date;
12407
12412
  updatedAt: Date;
@@ -12452,8 +12457,8 @@ export declare const platformWebchatContract: {
12452
12457
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12453
12458
  id: string;
12454
12459
  metadata: {
12455
- name: string;
12456
12460
  id: string;
12461
+ name: string;
12457
12462
  picture?: string | undefined;
12458
12463
  additionalCredentials?: any;
12459
12464
  };
@@ -12461,10 +12466,10 @@ export declare const platformWebchatContract: {
12461
12466
  updatedAt: Date;
12462
12467
  deletedAt: Date | null;
12463
12468
  contact: {
12464
- name: string;
12465
12469
  id: string;
12466
12470
  channel: string | null;
12467
12471
  address: string | null;
12472
+ name: string;
12468
12473
  createdAt: Date;
12469
12474
  updatedAt: Date;
12470
12475
  deletedAt: Date | null;
@@ -12509,8 +12514,8 @@ export declare const platformWebchatContract: {
12509
12514
  createdAt: Date;
12510
12515
  updatedAt: Date;
12511
12516
  deletedAt: Date | null;
12512
- name?: string | undefined;
12513
12517
  address?: string | null | undefined;
12518
+ name?: string | undefined;
12514
12519
  phone?: string | null | undefined;
12515
12520
  industry?: string | null | undefined;
12516
12521
  } | null;
@@ -12518,8 +12523,8 @@ export declare const platformWebchatContract: {
12518
12523
  contactProfile: string | null;
12519
12524
  socialProfileUrl: string | null;
12520
12525
  tags: {
12521
- name: string;
12522
12526
  id: string;
12527
+ name: string;
12523
12528
  createdAt: Date;
12524
12529
  updatedAt: Date;
12525
12530
  deletedAt: Date | null;
@@ -12544,8 +12549,8 @@ export declare const platformWebchatContract: {
12544
12549
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12545
12550
  id: string;
12546
12551
  metadata: {
12547
- name: string;
12548
12552
  id: string;
12553
+ name: string;
12549
12554
  picture?: string | undefined;
12550
12555
  additionalCredentials?: any;
12551
12556
  };
@@ -12576,9 +12581,9 @@ export declare const platformWebchatContract: {
12576
12581
  socialPlatformId: string;
12577
12582
  };
12578
12583
  assignee: {
12579
- name: string;
12580
12584
  id: string;
12581
12585
  address: string | null;
12586
+ name: string;
12582
12587
  email: string;
12583
12588
  createdAt: Date;
12584
12589
  updatedAt: Date;
@@ -12668,8 +12673,8 @@ export declare const platformWebchatContract: {
12668
12673
  }[];
12669
12674
  }[];
12670
12675
  tags: {
12671
- name: string;
12672
12676
  id: string;
12677
+ name: string;
12673
12678
  createdAt: Date;
12674
12679
  updatedAt: Date;
12675
12680
  deletedAt: Date | null;
@@ -12692,9 +12697,9 @@ export declare const platformWebchatContract: {
12692
12697
  } | null;
12693
12698
  };
12694
12699
  workflowRule: {
12695
- name: string;
12696
12700
  type: string;
12697
12701
  id: string;
12702
+ name: string;
12698
12703
  createdAt: Date;
12699
12704
  updatedAt: Date;
12700
12705
  deletedAt: Date | null;
@@ -12704,9 +12709,9 @@ export declare const platformWebchatContract: {
12704
12709
  };
12705
12710
  platformMessageId: string;
12706
12711
  workflowRule: {
12707
- name: string;
12708
12712
  type: string;
12709
12713
  id: string;
12714
+ name: string;
12710
12715
  createdAt: Date;
12711
12716
  updatedAt: Date;
12712
12717
  deletedAt: Date | null;
@@ -12727,9 +12732,9 @@ export declare const platformWebchatContract: {
12727
12732
  updatedAt: Date;
12728
12733
  deletedAt: Date | null;
12729
12734
  actor: {
12730
- name: string;
12731
12735
  id: string;
12732
12736
  address: string | null;
12737
+ name: string;
12733
12738
  email: string;
12734
12739
  createdAt: Date;
12735
12740
  updatedAt: Date;
@@ -12783,9 +12788,9 @@ export declare const platformWebchatContract: {
12783
12788
  fileUrl: string | null;
12784
12789
  };
12785
12790
  assignee: {
12786
- name: string;
12787
12791
  id: string;
12788
12792
  address: string | null;
12793
+ name: string;
12789
12794
  email: string;
12790
12795
  createdAt: Date;
12791
12796
  updatedAt: Date;
@@ -12834,9 +12839,9 @@ export declare const platformWebchatContract: {
12834
12839
  previewUrl: string;
12835
12840
  imageSetId: string;
12836
12841
  sender: {
12837
- name: string;
12838
12842
  id: string;
12839
12843
  address: string | null;
12844
+ name: string;
12840
12845
  email: string;
12841
12846
  createdAt: Date;
12842
12847
  updatedAt: Date;
@@ -12881,9 +12886,9 @@ export declare const platformWebchatContract: {
12881
12886
  template?: any;
12882
12887
  };
12883
12888
  sender: {
12884
- name: string;
12885
12889
  id: string;
12886
12890
  address: string | null;
12891
+ name: string;
12887
12892
  email: string;
12888
12893
  createdAt: Date;
12889
12894
  updatedAt: Date;
@@ -12938,9 +12943,9 @@ export declare const platformWebchatContract: {
12938
12943
  updatedAt: Date;
12939
12944
  deletedAt: Date | null;
12940
12945
  actor: {
12941
- name: string;
12942
12946
  id: string;
12943
12947
  address: string | null;
12948
+ name: string;
12944
12949
  email: string;
12945
12950
  createdAt: Date;
12946
12951
  updatedAt: Date;
@@ -12994,9 +12999,9 @@ export declare const platformWebchatContract: {
12994
12999
  fileUrl: string | null;
12995
13000
  };
12996
13001
  assignee: {
12997
- name: string;
12998
13002
  id: string;
12999
13003
  address: string | null;
13004
+ name: string;
13000
13005
  email: string;
13001
13006
  createdAt: Date;
13002
13007
  updatedAt: Date;
@@ -13041,12 +13046,12 @@ export declare const platformWebchatContract: {
13041
13046
  room: {
13042
13047
  id: string;
13043
13048
  channel: {
13044
- name: string;
13045
13049
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13046
13050
  id: string;
13051
+ name: string;
13047
13052
  metadata: {
13048
- name: string;
13049
13053
  id: string;
13054
+ name: string;
13050
13055
  accessToken?: string | undefined;
13051
13056
  channelSecret?: string | undefined;
13052
13057
  additionalCredentials?: any;
@@ -13074,9 +13079,9 @@ export declare const platformWebchatContract: {
13074
13079
  updatedAt: Date;
13075
13080
  deletedAt: Date | null;
13076
13081
  actor: {
13077
- name: string;
13078
13082
  id: string;
13079
13083
  address: string | null;
13084
+ name: string;
13080
13085
  email: string;
13081
13086
  createdAt: Date;
13082
13087
  updatedAt: Date;
@@ -13123,8 +13128,8 @@ export declare const platformWebchatContract: {
13123
13128
  connectedUserName: string;
13124
13129
  connectedUserId: string;
13125
13130
  botpressBot: {
13126
- name: string;
13127
13131
  id: string;
13132
+ name: string;
13128
13133
  accessToken: string;
13129
13134
  botId: string;
13130
13135
  integrationId: string;
@@ -13136,9 +13141,9 @@ export declare const platformWebchatContract: {
13136
13141
  updatedAt: Date;
13137
13142
  deletedAt: Date | null;
13138
13143
  actor: {
13139
- name: string;
13140
13144
  id: string;
13141
13145
  address: string | null;
13146
+ name: string;
13142
13147
  email: string;
13143
13148
  createdAt: Date;
13144
13149
  updatedAt: Date;
@@ -13189,8 +13194,8 @@ export declare const platformWebchatContract: {
13189
13194
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13190
13195
  id: string;
13191
13196
  metadata: {
13192
- name: string;
13193
13197
  id: string;
13198
+ name: string;
13194
13199
  picture?: string | undefined;
13195
13200
  additionalCredentials?: any;
13196
13201
  };
@@ -13198,10 +13203,10 @@ export declare const platformWebchatContract: {
13198
13203
  updatedAt: Date;
13199
13204
  deletedAt: Date | null;
13200
13205
  contact: {
13201
- name: string;
13202
13206
  id: string;
13203
13207
  channel: string | null;
13204
13208
  address: string | null;
13209
+ name: string;
13205
13210
  createdAt: Date;
13206
13211
  updatedAt: Date;
13207
13212
  deletedAt: Date | null;
@@ -13246,8 +13251,8 @@ export declare const platformWebchatContract: {
13246
13251
  createdAt: Date;
13247
13252
  updatedAt: Date;
13248
13253
  deletedAt: Date | null;
13249
- name?: string | undefined;
13250
13254
  address?: string | null | undefined;
13255
+ name?: string | undefined;
13251
13256
  phone?: string | null | undefined;
13252
13257
  industry?: string | null | undefined;
13253
13258
  } | null;
@@ -13255,8 +13260,8 @@ export declare const platformWebchatContract: {
13255
13260
  contactProfile: string | null;
13256
13261
  socialProfileUrl: string | null;
13257
13262
  tags: {
13258
- name: string;
13259
13263
  id: string;
13264
+ name: string;
13260
13265
  createdAt: Date;
13261
13266
  updatedAt: Date;
13262
13267
  deletedAt: Date | null;
@@ -13281,8 +13286,8 @@ export declare const platformWebchatContract: {
13281
13286
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13282
13287
  id: string;
13283
13288
  metadata: {
13284
- name: string;
13285
13289
  id: string;
13290
+ name: string;
13286
13291
  picture?: string | undefined;
13287
13292
  additionalCredentials?: any;
13288
13293
  };
@@ -13313,9 +13318,9 @@ export declare const platformWebchatContract: {
13313
13318
  socialPlatformId: string;
13314
13319
  };
13315
13320
  assignee: {
13316
- name: string;
13317
13321
  id: string;
13318
13322
  address: string | null;
13323
+ name: string;
13319
13324
  email: string;
13320
13325
  createdAt: Date;
13321
13326
  updatedAt: Date;
@@ -13405,8 +13410,8 @@ export declare const platformWebchatContract: {
13405
13410
  }[];
13406
13411
  }[];
13407
13412
  tags: {
13408
- name: string;
13409
13413
  id: string;
13414
+ name: string;
13410
13415
  createdAt: Date;
13411
13416
  updatedAt: Date;
13412
13417
  deletedAt: Date | null;
@@ -13429,9 +13434,9 @@ export declare const platformWebchatContract: {
13429
13434
  } | null;
13430
13435
  };
13431
13436
  workflowRule: {
13432
- name: string;
13433
13437
  type: string;
13434
13438
  id: string;
13439
+ name: string;
13435
13440
  createdAt: Date;
13436
13441
  updatedAt: Date;
13437
13442
  deletedAt: Date | null;
@@ -13441,9 +13446,9 @@ export declare const platformWebchatContract: {
13441
13446
  };
13442
13447
  platformMessageId: string;
13443
13448
  workflowRule: {
13444
- name: string;
13445
13449
  type: string;
13446
13450
  id: string;
13451
+ name: string;
13447
13452
  createdAt: Date;
13448
13453
  updatedAt: Date;
13449
13454
  deletedAt: Date | null;
@@ -13464,9 +13469,9 @@ export declare const platformWebchatContract: {
13464
13469
  updatedAt: Date;
13465
13470
  deletedAt: Date | null;
13466
13471
  actor: {
13467
- name: string;
13468
13472
  id: string;
13469
13473
  address: string | null;
13474
+ name: string;
13470
13475
  email: string;
13471
13476
  createdAt: Date;
13472
13477
  updatedAt: Date;
@@ -13520,9 +13525,9 @@ export declare const platformWebchatContract: {
13520
13525
  fileUrl: string | null;
13521
13526
  };
13522
13527
  assignee: {
13523
- name: string;
13524
13528
  id: string;
13525
13529
  address: string | null;
13530
+ name: string;
13526
13531
  email: string;
13527
13532
  createdAt: Date;
13528
13533
  updatedAt: Date;
@@ -13571,9 +13576,9 @@ export declare const platformWebchatContract: {
13571
13576
  previewUrl: string;
13572
13577
  imageSetId: string;
13573
13578
  sender: {
13574
- name: string;
13575
13579
  id: string;
13576
13580
  address: string | null;
13581
+ name: string;
13577
13582
  email: string;
13578
13583
  createdAt: Date;
13579
13584
  updatedAt: Date;
@@ -13618,9 +13623,9 @@ export declare const platformWebchatContract: {
13618
13623
  template?: any;
13619
13624
  };
13620
13625
  sender: {
13621
- name: string;
13622
13626
  id: string;
13623
13627
  address: string | null;
13628
+ name: string;
13624
13629
  email: string;
13625
13630
  createdAt: Date;
13626
13631
  updatedAt: Date;
@@ -13676,9 +13681,9 @@ export declare const platformWebchatContract: {
13676
13681
  updatedAt: Date;
13677
13682
  deletedAt: Date | null;
13678
13683
  actor: {
13679
- name: string;
13680
13684
  id: string;
13681
13685
  address: string | null;
13686
+ name: string;
13682
13687
  email: string;
13683
13688
  createdAt: Date;
13684
13689
  updatedAt: Date;
@@ -13732,9 +13737,9 @@ export declare const platformWebchatContract: {
13732
13737
  fileUrl: string | null;
13733
13738
  };
13734
13739
  assignee: {
13735
- name: string;
13736
13740
  id: string;
13737
13741
  address: string | null;
13742
+ name: string;
13738
13743
  email: string;
13739
13744
  createdAt: Date;
13740
13745
  updatedAt: Date;
@@ -13779,12 +13784,12 @@ export declare const platformWebchatContract: {
13779
13784
  room: {
13780
13785
  id: string;
13781
13786
  channel: {
13782
- name: string;
13783
13787
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13784
13788
  id: string;
13789
+ name: string;
13785
13790
  metadata: {
13786
- name: string;
13787
13791
  id: string;
13792
+ name: string;
13788
13793
  accessToken?: string | undefined;
13789
13794
  channelSecret?: string | undefined;
13790
13795
  additionalCredentials?: any;
@@ -13812,9 +13817,9 @@ export declare const platformWebchatContract: {
13812
13817
  updatedAt: Date;
13813
13818
  deletedAt: Date | null;
13814
13819
  actor: {
13815
- name: string;
13816
13820
  id: string;
13817
13821
  address: string | null;
13822
+ name: string;
13818
13823
  email: string;
13819
13824
  createdAt: Date;
13820
13825
  updatedAt: Date;
@@ -13861,8 +13866,8 @@ export declare const platformWebchatContract: {
13861
13866
  connectedUserName: string;
13862
13867
  connectedUserId: string;
13863
13868
  botpressBot: {
13864
- name: string;
13865
13869
  id: string;
13870
+ name: string;
13866
13871
  accessToken: string;
13867
13872
  botId: string;
13868
13873
  integrationId: string;
@@ -13874,9 +13879,9 @@ export declare const platformWebchatContract: {
13874
13879
  updatedAt: Date;
13875
13880
  deletedAt: Date | null;
13876
13881
  actor: {
13877
- name: string;
13878
13882
  id: string;
13879
13883
  address: string | null;
13884
+ name: string;
13880
13885
  email: string;
13881
13886
  createdAt: Date;
13882
13887
  updatedAt: Date;
@@ -13927,8 +13932,8 @@ export declare const platformWebchatContract: {
13927
13932
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13928
13933
  id: string;
13929
13934
  metadata: {
13930
- name: string;
13931
13935
  id: string;
13936
+ name: string;
13932
13937
  picture?: string | undefined;
13933
13938
  additionalCredentials?: any;
13934
13939
  };
@@ -13936,10 +13941,10 @@ export declare const platformWebchatContract: {
13936
13941
  updatedAt: Date;
13937
13942
  deletedAt: Date | null;
13938
13943
  contact: {
13939
- name: string;
13940
13944
  id: string;
13941
13945
  channel: string | null;
13942
13946
  address: string | null;
13947
+ name: string;
13943
13948
  createdAt: Date;
13944
13949
  updatedAt: Date;
13945
13950
  deletedAt: Date | null;
@@ -13984,8 +13989,8 @@ export declare const platformWebchatContract: {
13984
13989
  createdAt: Date;
13985
13990
  updatedAt: Date;
13986
13991
  deletedAt: Date | null;
13987
- name?: string | undefined;
13988
13992
  address?: string | null | undefined;
13993
+ name?: string | undefined;
13989
13994
  phone?: string | null | undefined;
13990
13995
  industry?: string | null | undefined;
13991
13996
  } | null;
@@ -13993,8 +13998,8 @@ export declare const platformWebchatContract: {
13993
13998
  contactProfile: string | null;
13994
13999
  socialProfileUrl: string | null;
13995
14000
  tags: {
13996
- name: string;
13997
14001
  id: string;
14002
+ name: string;
13998
14003
  createdAt: Date;
13999
14004
  updatedAt: Date;
14000
14005
  deletedAt: Date | null;
@@ -14019,8 +14024,8 @@ export declare const platformWebchatContract: {
14019
14024
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14020
14025
  id: string;
14021
14026
  metadata: {
14022
- name: string;
14023
14027
  id: string;
14028
+ name: string;
14024
14029
  picture?: string | undefined;
14025
14030
  additionalCredentials?: any;
14026
14031
  };
@@ -14051,9 +14056,9 @@ export declare const platformWebchatContract: {
14051
14056
  socialPlatformId: string;
14052
14057
  };
14053
14058
  assignee: {
14054
- name: string;
14055
14059
  id: string;
14056
14060
  address: string | null;
14061
+ name: string;
14057
14062
  email: string;
14058
14063
  createdAt: Date;
14059
14064
  updatedAt: Date;
@@ -14143,8 +14148,8 @@ export declare const platformWebchatContract: {
14143
14148
  }[];
14144
14149
  }[];
14145
14150
  tags: {
14146
- name: string;
14147
14151
  id: string;
14152
+ name: string;
14148
14153
  createdAt: Date;
14149
14154
  updatedAt: Date;
14150
14155
  deletedAt: Date | null;
@@ -14167,9 +14172,9 @@ export declare const platformWebchatContract: {
14167
14172
  } | null;
14168
14173
  };
14169
14174
  workflowRule: {
14170
- name: string;
14171
14175
  type: string;
14172
14176
  id: string;
14177
+ name: string;
14173
14178
  createdAt: Date;
14174
14179
  updatedAt: Date;
14175
14180
  deletedAt: Date | null;
@@ -14179,9 +14184,9 @@ export declare const platformWebchatContract: {
14179
14184
  };
14180
14185
  platformMessageId: string;
14181
14186
  workflowRule: {
14182
- name: string;
14183
14187
  type: string;
14184
14188
  id: string;
14189
+ name: string;
14185
14190
  createdAt: Date;
14186
14191
  updatedAt: Date;
14187
14192
  deletedAt: Date | null;
@@ -14202,9 +14207,9 @@ export declare const platformWebchatContract: {
14202
14207
  updatedAt: Date;
14203
14208
  deletedAt: Date | null;
14204
14209
  actor: {
14205
- name: string;
14206
14210
  id: string;
14207
14211
  address: string | null;
14212
+ name: string;
14208
14213
  email: string;
14209
14214
  createdAt: Date;
14210
14215
  updatedAt: Date;
@@ -14258,9 +14263,9 @@ export declare const platformWebchatContract: {
14258
14263
  fileUrl: string | null;
14259
14264
  };
14260
14265
  assignee: {
14261
- name: string;
14262
14266
  id: string;
14263
14267
  address: string | null;
14268
+ name: string;
14264
14269
  email: string;
14265
14270
  createdAt: Date;
14266
14271
  updatedAt: Date;
@@ -14309,9 +14314,9 @@ export declare const platformWebchatContract: {
14309
14314
  previewUrl: string;
14310
14315
  imageSetId: string;
14311
14316
  sender: {
14312
- name: string;
14313
14317
  id: string;
14314
14318
  address: string | null;
14319
+ name: string;
14315
14320
  email: string;
14316
14321
  createdAt: Date;
14317
14322
  updatedAt: Date;
@@ -14356,9 +14361,9 @@ export declare const platformWebchatContract: {
14356
14361
  template?: any;
14357
14362
  };
14358
14363
  sender: {
14359
- name: string;
14360
14364
  id: string;
14361
14365
  address: string | null;
14366
+ name: string;
14362
14367
  email: string;
14363
14368
  createdAt: Date;
14364
14369
  updatedAt: Date;
@@ -14413,9 +14418,9 @@ export declare const platformWebchatContract: {
14413
14418
  updatedAt: Date;
14414
14419
  deletedAt: Date | null;
14415
14420
  actor: {
14416
- name: string;
14417
14421
  id: string;
14418
14422
  address: string | null;
14423
+ name: string;
14419
14424
  email: string;
14420
14425
  createdAt: Date;
14421
14426
  updatedAt: Date;
@@ -14469,9 +14474,9 @@ export declare const platformWebchatContract: {
14469
14474
  fileUrl: string | null;
14470
14475
  };
14471
14476
  assignee: {
14472
- name: string;
14473
14477
  id: string;
14474
14478
  address: string | null;
14479
+ name: string;
14475
14480
  email: string;
14476
14481
  createdAt: Date;
14477
14482
  updatedAt: Date;
@@ -14516,12 +14521,12 @@ export declare const platformWebchatContract: {
14516
14521
  room: {
14517
14522
  id: string;
14518
14523
  channel: {
14519
- name: string;
14520
14524
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14521
14525
  id: string;
14526
+ name: string;
14522
14527
  metadata: {
14523
- name: string;
14524
14528
  id: string;
14529
+ name: string;
14525
14530
  accessToken?: string | undefined;
14526
14531
  channelSecret?: string | undefined;
14527
14532
  additionalCredentials?: any;
@@ -14549,9 +14554,9 @@ export declare const platformWebchatContract: {
14549
14554
  updatedAt: Date;
14550
14555
  deletedAt: Date | null;
14551
14556
  actor: {
14552
- name: string;
14553
14557
  id: string;
14554
14558
  address: string | null;
14559
+ name: string;
14555
14560
  email: string;
14556
14561
  createdAt: Date;
14557
14562
  updatedAt: Date;
@@ -14598,8 +14603,8 @@ export declare const platformWebchatContract: {
14598
14603
  connectedUserName: string;
14599
14604
  connectedUserId: string;
14600
14605
  botpressBot: {
14601
- name: string;
14602
14606
  id: string;
14607
+ name: string;
14603
14608
  accessToken: string;
14604
14609
  botId: string;
14605
14610
  integrationId: string;
@@ -14611,9 +14616,9 @@ export declare const platformWebchatContract: {
14611
14616
  updatedAt: Date;
14612
14617
  deletedAt: Date | null;
14613
14618
  actor: {
14614
- name: string;
14615
14619
  id: string;
14616
14620
  address: string | null;
14621
+ name: string;
14617
14622
  email: string;
14618
14623
  createdAt: Date;
14619
14624
  updatedAt: Date;
@@ -14664,8 +14669,8 @@ export declare const platformWebchatContract: {
14664
14669
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14665
14670
  id: string;
14666
14671
  metadata: {
14667
- name: string;
14668
14672
  id: string;
14673
+ name: string;
14669
14674
  picture?: string | undefined;
14670
14675
  additionalCredentials?: any;
14671
14676
  };
@@ -14673,10 +14678,10 @@ export declare const platformWebchatContract: {
14673
14678
  updatedAt: Date;
14674
14679
  deletedAt: Date | null;
14675
14680
  contact: {
14676
- name: string;
14677
14681
  id: string;
14678
14682
  channel: string | null;
14679
14683
  address: string | null;
14684
+ name: string;
14680
14685
  createdAt: Date;
14681
14686
  updatedAt: Date;
14682
14687
  deletedAt: Date | null;
@@ -14721,8 +14726,8 @@ export declare const platformWebchatContract: {
14721
14726
  createdAt: Date;
14722
14727
  updatedAt: Date;
14723
14728
  deletedAt: Date | null;
14724
- name?: string | undefined;
14725
14729
  address?: string | null | undefined;
14730
+ name?: string | undefined;
14726
14731
  phone?: string | null | undefined;
14727
14732
  industry?: string | null | undefined;
14728
14733
  } | null;
@@ -14730,8 +14735,8 @@ export declare const platformWebchatContract: {
14730
14735
  contactProfile: string | null;
14731
14736
  socialProfileUrl: string | null;
14732
14737
  tags: {
14733
- name: string;
14734
14738
  id: string;
14739
+ name: string;
14735
14740
  createdAt: Date;
14736
14741
  updatedAt: Date;
14737
14742
  deletedAt: Date | null;
@@ -14756,8 +14761,8 @@ export declare const platformWebchatContract: {
14756
14761
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14757
14762
  id: string;
14758
14763
  metadata: {
14759
- name: string;
14760
14764
  id: string;
14765
+ name: string;
14761
14766
  picture?: string | undefined;
14762
14767
  additionalCredentials?: any;
14763
14768
  };
@@ -14788,9 +14793,9 @@ export declare const platformWebchatContract: {
14788
14793
  socialPlatformId: string;
14789
14794
  };
14790
14795
  assignee: {
14791
- name: string;
14792
14796
  id: string;
14793
14797
  address: string | null;
14798
+ name: string;
14794
14799
  email: string;
14795
14800
  createdAt: Date;
14796
14801
  updatedAt: Date;
@@ -14880,8 +14885,8 @@ export declare const platformWebchatContract: {
14880
14885
  }[];
14881
14886
  }[];
14882
14887
  tags: {
14883
- name: string;
14884
14888
  id: string;
14889
+ name: string;
14885
14890
  createdAt: Date;
14886
14891
  updatedAt: Date;
14887
14892
  deletedAt: Date | null;
@@ -14904,9 +14909,9 @@ export declare const platformWebchatContract: {
14904
14909
  } | null;
14905
14910
  };
14906
14911
  workflowRule: {
14907
- name: string;
14908
14912
  type: string;
14909
14913
  id: string;
14914
+ name: string;
14910
14915
  createdAt: Date;
14911
14916
  updatedAt: Date;
14912
14917
  deletedAt: Date | null;
@@ -14916,9 +14921,9 @@ export declare const platformWebchatContract: {
14916
14921
  };
14917
14922
  platformMessageId: string;
14918
14923
  workflowRule: {
14919
- name: string;
14920
14924
  type: string;
14921
14925
  id: string;
14926
+ name: string;
14922
14927
  createdAt: Date;
14923
14928
  updatedAt: Date;
14924
14929
  deletedAt: Date | null;
@@ -14939,9 +14944,9 @@ export declare const platformWebchatContract: {
14939
14944
  updatedAt: Date;
14940
14945
  deletedAt: Date | null;
14941
14946
  actor: {
14942
- name: string;
14943
14947
  id: string;
14944
14948
  address: string | null;
14949
+ name: string;
14945
14950
  email: string;
14946
14951
  createdAt: Date;
14947
14952
  updatedAt: Date;
@@ -14995,9 +15000,9 @@ export declare const platformWebchatContract: {
14995
15000
  fileUrl: string | null;
14996
15001
  };
14997
15002
  assignee: {
14998
- name: string;
14999
15003
  id: string;
15000
15004
  address: string | null;
15005
+ name: string;
15001
15006
  email: string;
15002
15007
  createdAt: Date;
15003
15008
  updatedAt: Date;
@@ -15046,9 +15051,9 @@ export declare const platformWebchatContract: {
15046
15051
  previewUrl: string;
15047
15052
  imageSetId: string;
15048
15053
  sender: {
15049
- name: string;
15050
15054
  id: string;
15051
15055
  address: string | null;
15056
+ name: string;
15052
15057
  email: string;
15053
15058
  createdAt: Date;
15054
15059
  updatedAt: Date;
@@ -15093,9 +15098,9 @@ export declare const platformWebchatContract: {
15093
15098
  template?: any;
15094
15099
  };
15095
15100
  sender: {
15096
- name: string;
15097
15101
  id: string;
15098
15102
  address: string | null;
15103
+ name: string;
15099
15104
  email: string;
15100
15105
  createdAt: Date;
15101
15106
  updatedAt: Date;
@@ -15153,9 +15158,9 @@ export declare const platformWebchatContract: {
15153
15158
  updatedAt: Date;
15154
15159
  deletedAt: Date | null;
15155
15160
  actor: {
15156
- name: string;
15157
15161
  id: string;
15158
15162
  address: string | null;
15163
+ name: string;
15159
15164
  email: string;
15160
15165
  createdAt: Date;
15161
15166
  updatedAt: Date;
@@ -15209,9 +15214,9 @@ export declare const platformWebchatContract: {
15209
15214
  fileUrl: string | null;
15210
15215
  };
15211
15216
  assignee: {
15212
- name: string;
15213
15217
  id: string;
15214
15218
  address: string | null;
15219
+ name: string;
15215
15220
  email: string;
15216
15221
  createdAt: Date;
15217
15222
  updatedAt: Date;
@@ -15256,12 +15261,12 @@ export declare const platformWebchatContract: {
15256
15261
  room: {
15257
15262
  id: string;
15258
15263
  channel: {
15259
- name: string;
15260
15264
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15261
15265
  id: string;
15266
+ name: string;
15262
15267
  metadata: {
15263
- name: string;
15264
15268
  id: string;
15269
+ name: string;
15265
15270
  accessToken?: string | undefined;
15266
15271
  channelSecret?: string | undefined;
15267
15272
  additionalCredentials?: any;
@@ -15289,9 +15294,9 @@ export declare const platformWebchatContract: {
15289
15294
  updatedAt: Date;
15290
15295
  deletedAt: Date | null;
15291
15296
  actor: {
15292
- name: string;
15293
15297
  id: string;
15294
15298
  address: string | null;
15299
+ name: string;
15295
15300
  email: string;
15296
15301
  createdAt: Date;
15297
15302
  updatedAt: Date;
@@ -15338,8 +15343,8 @@ export declare const platformWebchatContract: {
15338
15343
  connectedUserName: string;
15339
15344
  connectedUserId: string;
15340
15345
  botpressBot: {
15341
- name: string;
15342
15346
  id: string;
15347
+ name: string;
15343
15348
  accessToken: string;
15344
15349
  botId: string;
15345
15350
  integrationId: string;
@@ -15351,9 +15356,9 @@ export declare const platformWebchatContract: {
15351
15356
  updatedAt: Date;
15352
15357
  deletedAt: Date | null;
15353
15358
  actor: {
15354
- name: string;
15355
15359
  id: string;
15356
15360
  address: string | null;
15361
+ name: string;
15357
15362
  email: string;
15358
15363
  createdAt: Date;
15359
15364
  updatedAt: Date;
@@ -15404,8 +15409,8 @@ export declare const platformWebchatContract: {
15404
15409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15405
15410
  id: string;
15406
15411
  metadata: {
15407
- name: string;
15408
15412
  id: string;
15413
+ name: string;
15409
15414
  picture?: string | undefined;
15410
15415
  additionalCredentials?: any;
15411
15416
  };
@@ -15413,10 +15418,10 @@ export declare const platformWebchatContract: {
15413
15418
  updatedAt: Date;
15414
15419
  deletedAt: Date | null;
15415
15420
  contact: {
15416
- name: string;
15417
15421
  id: string;
15418
15422
  channel: string | null;
15419
15423
  address: string | null;
15424
+ name: string;
15420
15425
  createdAt: Date;
15421
15426
  updatedAt: Date;
15422
15427
  deletedAt: Date | null;
@@ -15461,8 +15466,8 @@ export declare const platformWebchatContract: {
15461
15466
  createdAt: Date;
15462
15467
  updatedAt: Date;
15463
15468
  deletedAt: Date | null;
15464
- name?: string | undefined;
15465
15469
  address?: string | null | undefined;
15470
+ name?: string | undefined;
15466
15471
  phone?: string | null | undefined;
15467
15472
  industry?: string | null | undefined;
15468
15473
  } | null;
@@ -15470,8 +15475,8 @@ export declare const platformWebchatContract: {
15470
15475
  contactProfile: string | null;
15471
15476
  socialProfileUrl: string | null;
15472
15477
  tags: {
15473
- name: string;
15474
15478
  id: string;
15479
+ name: string;
15475
15480
  createdAt: Date;
15476
15481
  updatedAt: Date;
15477
15482
  deletedAt: Date | null;
@@ -15496,8 +15501,8 @@ export declare const platformWebchatContract: {
15496
15501
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15497
15502
  id: string;
15498
15503
  metadata: {
15499
- name: string;
15500
15504
  id: string;
15505
+ name: string;
15501
15506
  picture?: string | undefined;
15502
15507
  additionalCredentials?: any;
15503
15508
  };
@@ -15528,9 +15533,9 @@ export declare const platformWebchatContract: {
15528
15533
  socialPlatformId: string;
15529
15534
  };
15530
15535
  assignee: {
15531
- name: string;
15532
15536
  id: string;
15533
15537
  address: string | null;
15538
+ name: string;
15534
15539
  email: string;
15535
15540
  createdAt: Date;
15536
15541
  updatedAt: Date;
@@ -15620,8 +15625,8 @@ export declare const platformWebchatContract: {
15620
15625
  }[];
15621
15626
  }[];
15622
15627
  tags: {
15623
- name: string;
15624
15628
  id: string;
15629
+ name: string;
15625
15630
  createdAt: Date;
15626
15631
  updatedAt: Date;
15627
15632
  deletedAt: Date | null;
@@ -15644,9 +15649,9 @@ export declare const platformWebchatContract: {
15644
15649
  } | null;
15645
15650
  };
15646
15651
  workflowRule: {
15647
- name: string;
15648
15652
  type: string;
15649
15653
  id: string;
15654
+ name: string;
15650
15655
  createdAt: Date;
15651
15656
  updatedAt: Date;
15652
15657
  deletedAt: Date | null;
@@ -15656,9 +15661,9 @@ export declare const platformWebchatContract: {
15656
15661
  };
15657
15662
  platformMessageId: string;
15658
15663
  workflowRule: {
15659
- name: string;
15660
15664
  type: string;
15661
15665
  id: string;
15666
+ name: string;
15662
15667
  createdAt: Date;
15663
15668
  updatedAt: Date;
15664
15669
  deletedAt: Date | null;
@@ -15679,9 +15684,9 @@ export declare const platformWebchatContract: {
15679
15684
  updatedAt: Date;
15680
15685
  deletedAt: Date | null;
15681
15686
  actor: {
15682
- name: string;
15683
15687
  id: string;
15684
15688
  address: string | null;
15689
+ name: string;
15685
15690
  email: string;
15686
15691
  createdAt: Date;
15687
15692
  updatedAt: Date;
@@ -15735,9 +15740,9 @@ export declare const platformWebchatContract: {
15735
15740
  fileUrl: string | null;
15736
15741
  };
15737
15742
  assignee: {
15738
- name: string;
15739
15743
  id: string;
15740
15744
  address: string | null;
15745
+ name: string;
15741
15746
  email: string;
15742
15747
  createdAt: Date;
15743
15748
  updatedAt: Date;
@@ -15786,9 +15791,9 @@ export declare const platformWebchatContract: {
15786
15791
  previewUrl: string;
15787
15792
  imageSetId: string;
15788
15793
  sender: {
15789
- name: string;
15790
15794
  id: string;
15791
15795
  address: string | null;
15796
+ name: string;
15792
15797
  email: string;
15793
15798
  createdAt: Date;
15794
15799
  updatedAt: Date;
@@ -15833,9 +15838,9 @@ export declare const platformWebchatContract: {
15833
15838
  template?: any;
15834
15839
  };
15835
15840
  sender: {
15836
- name: string;
15837
15841
  id: string;
15838
15842
  address: string | null;
15843
+ name: string;
15839
15844
  email: string;
15840
15845
  createdAt: Date;
15841
15846
  updatedAt: Date;
@@ -15890,9 +15895,9 @@ export declare const platformWebchatContract: {
15890
15895
  updatedAt: Date;
15891
15896
  deletedAt: Date | null;
15892
15897
  actor: {
15893
- name: string;
15894
15898
  id: string;
15895
15899
  address: string | null;
15900
+ name: string;
15896
15901
  email: string;
15897
15902
  createdAt: Date;
15898
15903
  updatedAt: Date;
@@ -15946,9 +15951,9 @@ export declare const platformWebchatContract: {
15946
15951
  fileUrl: string | null;
15947
15952
  };
15948
15953
  assignee: {
15949
- name: string;
15950
15954
  id: string;
15951
15955
  address: string | null;
15956
+ name: string;
15952
15957
  email: string;
15953
15958
  createdAt: Date;
15954
15959
  updatedAt: Date;
@@ -15993,12 +15998,12 @@ export declare const platformWebchatContract: {
15993
15998
  room: {
15994
15999
  id: string;
15995
16000
  channel: {
15996
- name: string;
15997
16001
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15998
16002
  id: string;
16003
+ name: string;
15999
16004
  metadata: {
16000
- name: string;
16001
16005
  id: string;
16006
+ name: string;
16002
16007
  accessToken?: string | undefined;
16003
16008
  channelSecret?: string | undefined;
16004
16009
  additionalCredentials?: any;
@@ -16026,9 +16031,9 @@ export declare const platformWebchatContract: {
16026
16031
  updatedAt: Date;
16027
16032
  deletedAt: Date | null;
16028
16033
  actor: {
16029
- name: string;
16030
16034
  id: string;
16031
16035
  address: string | null;
16036
+ name: string;
16032
16037
  email: string;
16033
16038
  createdAt: Date;
16034
16039
  updatedAt: Date;
@@ -16075,8 +16080,8 @@ export declare const platformWebchatContract: {
16075
16080
  connectedUserName: string;
16076
16081
  connectedUserId: string;
16077
16082
  botpressBot: {
16078
- name: string;
16079
16083
  id: string;
16084
+ name: string;
16080
16085
  accessToken: string;
16081
16086
  botId: string;
16082
16087
  integrationId: string;
@@ -16088,9 +16093,9 @@ export declare const platformWebchatContract: {
16088
16093
  updatedAt: Date;
16089
16094
  deletedAt: Date | null;
16090
16095
  actor: {
16091
- name: string;
16092
16096
  id: string;
16093
16097
  address: string | null;
16098
+ name: string;
16094
16099
  email: string;
16095
16100
  createdAt: Date;
16096
16101
  updatedAt: Date;
@@ -16141,8 +16146,8 @@ export declare const platformWebchatContract: {
16141
16146
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16142
16147
  id: string;
16143
16148
  metadata: {
16144
- name: string;
16145
16149
  id: string;
16150
+ name: string;
16146
16151
  picture?: string | undefined;
16147
16152
  additionalCredentials?: any;
16148
16153
  };
@@ -16150,10 +16155,10 @@ export declare const platformWebchatContract: {
16150
16155
  updatedAt: Date;
16151
16156
  deletedAt: Date | null;
16152
16157
  contact: {
16153
- name: string;
16154
16158
  id: string;
16155
16159
  channel: string | null;
16156
16160
  address: string | null;
16161
+ name: string;
16157
16162
  createdAt: Date;
16158
16163
  updatedAt: Date;
16159
16164
  deletedAt: Date | null;
@@ -16198,8 +16203,8 @@ export declare const platformWebchatContract: {
16198
16203
  createdAt: Date;
16199
16204
  updatedAt: Date;
16200
16205
  deletedAt: Date | null;
16201
- name?: string | undefined;
16202
16206
  address?: string | null | undefined;
16207
+ name?: string | undefined;
16203
16208
  phone?: string | null | undefined;
16204
16209
  industry?: string | null | undefined;
16205
16210
  } | null;
@@ -16207,8 +16212,8 @@ export declare const platformWebchatContract: {
16207
16212
  contactProfile: string | null;
16208
16213
  socialProfileUrl: string | null;
16209
16214
  tags: {
16210
- name: string;
16211
16215
  id: string;
16216
+ name: string;
16212
16217
  createdAt: Date;
16213
16218
  updatedAt: Date;
16214
16219
  deletedAt: Date | null;
@@ -16233,8 +16238,8 @@ export declare const platformWebchatContract: {
16233
16238
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16234
16239
  id: string;
16235
16240
  metadata: {
16236
- name: string;
16237
16241
  id: string;
16242
+ name: string;
16238
16243
  picture?: string | undefined;
16239
16244
  additionalCredentials?: any;
16240
16245
  };
@@ -16265,9 +16270,9 @@ export declare const platformWebchatContract: {
16265
16270
  socialPlatformId: string;
16266
16271
  };
16267
16272
  assignee: {
16268
- name: string;
16269
16273
  id: string;
16270
16274
  address: string | null;
16275
+ name: string;
16271
16276
  email: string;
16272
16277
  createdAt: Date;
16273
16278
  updatedAt: Date;
@@ -16357,8 +16362,8 @@ export declare const platformWebchatContract: {
16357
16362
  }[];
16358
16363
  }[];
16359
16364
  tags: {
16360
- name: string;
16361
16365
  id: string;
16366
+ name: string;
16362
16367
  createdAt: Date;
16363
16368
  updatedAt: Date;
16364
16369
  deletedAt: Date | null;
@@ -16381,9 +16386,9 @@ export declare const platformWebchatContract: {
16381
16386
  } | null;
16382
16387
  };
16383
16388
  workflowRule: {
16384
- name: string;
16385
16389
  type: string;
16386
16390
  id: string;
16391
+ name: string;
16387
16392
  createdAt: Date;
16388
16393
  updatedAt: Date;
16389
16394
  deletedAt: Date | null;
@@ -16393,9 +16398,9 @@ export declare const platformWebchatContract: {
16393
16398
  };
16394
16399
  platformMessageId: string;
16395
16400
  workflowRule: {
16396
- name: string;
16397
16401
  type: string;
16398
16402
  id: string;
16403
+ name: string;
16399
16404
  createdAt: Date;
16400
16405
  updatedAt: Date;
16401
16406
  deletedAt: Date | null;
@@ -16416,9 +16421,9 @@ export declare const platformWebchatContract: {
16416
16421
  updatedAt: Date;
16417
16422
  deletedAt: Date | null;
16418
16423
  actor: {
16419
- name: string;
16420
16424
  id: string;
16421
16425
  address: string | null;
16426
+ name: string;
16422
16427
  email: string;
16423
16428
  createdAt: Date;
16424
16429
  updatedAt: Date;
@@ -16472,9 +16477,9 @@ export declare const platformWebchatContract: {
16472
16477
  fileUrl: string | null;
16473
16478
  };
16474
16479
  assignee: {
16475
- name: string;
16476
16480
  id: string;
16477
16481
  address: string | null;
16482
+ name: string;
16478
16483
  email: string;
16479
16484
  createdAt: Date;
16480
16485
  updatedAt: Date;
@@ -16523,9 +16528,9 @@ export declare const platformWebchatContract: {
16523
16528
  previewUrl: string;
16524
16529
  imageSetId: string;
16525
16530
  sender: {
16526
- name: string;
16527
16531
  id: string;
16528
16532
  address: string | null;
16533
+ name: string;
16529
16534
  email: string;
16530
16535
  createdAt: Date;
16531
16536
  updatedAt: Date;
@@ -16570,9 +16575,9 @@ export declare const platformWebchatContract: {
16570
16575
  template?: any;
16571
16576
  };
16572
16577
  sender: {
16573
- name: string;
16574
16578
  id: string;
16575
16579
  address: string | null;
16580
+ name: string;
16576
16581
  email: string;
16577
16582
  createdAt: Date;
16578
16583
  updatedAt: Date;
@@ -16631,9 +16636,9 @@ export declare const platformWebchatContract: {
16631
16636
  updatedAt: Date;
16632
16637
  deletedAt: Date | null;
16633
16638
  actor: {
16634
- name: string;
16635
16639
  id: string;
16636
16640
  address: string | null;
16641
+ name: string;
16637
16642
  email: string;
16638
16643
  createdAt: Date;
16639
16644
  updatedAt: Date;
@@ -16687,9 +16692,9 @@ export declare const platformWebchatContract: {
16687
16692
  fileUrl: string | null;
16688
16693
  };
16689
16694
  assignee: {
16690
- name: string;
16691
16695
  id: string;
16692
16696
  address: string | null;
16697
+ name: string;
16693
16698
  email: string;
16694
16699
  createdAt: Date;
16695
16700
  updatedAt: Date;
@@ -16734,12 +16739,12 @@ export declare const platformWebchatContract: {
16734
16739
  room: {
16735
16740
  id: string;
16736
16741
  channel: {
16737
- name: string;
16738
16742
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16739
16743
  id: string;
16744
+ name: string;
16740
16745
  metadata: {
16741
- name: string;
16742
16746
  id: string;
16747
+ name: string;
16743
16748
  accessToken?: string | undefined;
16744
16749
  channelSecret?: string | undefined;
16745
16750
  additionalCredentials?: any;
@@ -16767,9 +16772,9 @@ export declare const platformWebchatContract: {
16767
16772
  updatedAt: Date;
16768
16773
  deletedAt: Date | null;
16769
16774
  actor: {
16770
- name: string;
16771
16775
  id: string;
16772
16776
  address: string | null;
16777
+ name: string;
16773
16778
  email: string;
16774
16779
  createdAt: Date;
16775
16780
  updatedAt: Date;
@@ -16816,8 +16821,8 @@ export declare const platformWebchatContract: {
16816
16821
  connectedUserName: string;
16817
16822
  connectedUserId: string;
16818
16823
  botpressBot: {
16819
- name: string;
16820
16824
  id: string;
16825
+ name: string;
16821
16826
  accessToken: string;
16822
16827
  botId: string;
16823
16828
  integrationId: string;
@@ -16829,9 +16834,9 @@ export declare const platformWebchatContract: {
16829
16834
  updatedAt: Date;
16830
16835
  deletedAt: Date | null;
16831
16836
  actor: {
16832
- name: string;
16833
16837
  id: string;
16834
16838
  address: string | null;
16839
+ name: string;
16835
16840
  email: string;
16836
16841
  createdAt: Date;
16837
16842
  updatedAt: Date;
@@ -16882,8 +16887,8 @@ export declare const platformWebchatContract: {
16882
16887
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16883
16888
  id: string;
16884
16889
  metadata: {
16885
- name: string;
16886
16890
  id: string;
16891
+ name: string;
16887
16892
  picture?: string | undefined;
16888
16893
  additionalCredentials?: any;
16889
16894
  };
@@ -16891,10 +16896,10 @@ export declare const platformWebchatContract: {
16891
16896
  updatedAt: Date;
16892
16897
  deletedAt: Date | null;
16893
16898
  contact: {
16894
- name: string;
16895
16899
  id: string;
16896
16900
  channel: string | null;
16897
16901
  address: string | null;
16902
+ name: string;
16898
16903
  createdAt: Date;
16899
16904
  updatedAt: Date;
16900
16905
  deletedAt: Date | null;
@@ -16939,8 +16944,8 @@ export declare const platformWebchatContract: {
16939
16944
  createdAt: Date;
16940
16945
  updatedAt: Date;
16941
16946
  deletedAt: Date | null;
16942
- name?: string | undefined;
16943
16947
  address?: string | null | undefined;
16948
+ name?: string | undefined;
16944
16949
  phone?: string | null | undefined;
16945
16950
  industry?: string | null | undefined;
16946
16951
  } | null;
@@ -16948,8 +16953,8 @@ export declare const platformWebchatContract: {
16948
16953
  contactProfile: string | null;
16949
16954
  socialProfileUrl: string | null;
16950
16955
  tags: {
16951
- name: string;
16952
16956
  id: string;
16957
+ name: string;
16953
16958
  createdAt: Date;
16954
16959
  updatedAt: Date;
16955
16960
  deletedAt: Date | null;
@@ -16974,8 +16979,8 @@ export declare const platformWebchatContract: {
16974
16979
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16975
16980
  id: string;
16976
16981
  metadata: {
16977
- name: string;
16978
16982
  id: string;
16983
+ name: string;
16979
16984
  picture?: string | undefined;
16980
16985
  additionalCredentials?: any;
16981
16986
  };
@@ -17006,9 +17011,9 @@ export declare const platformWebchatContract: {
17006
17011
  socialPlatformId: string;
17007
17012
  };
17008
17013
  assignee: {
17009
- name: string;
17010
17014
  id: string;
17011
17015
  address: string | null;
17016
+ name: string;
17012
17017
  email: string;
17013
17018
  createdAt: Date;
17014
17019
  updatedAt: Date;
@@ -17098,8 +17103,8 @@ export declare const platformWebchatContract: {
17098
17103
  }[];
17099
17104
  }[];
17100
17105
  tags: {
17101
- name: string;
17102
17106
  id: string;
17107
+ name: string;
17103
17108
  createdAt: Date;
17104
17109
  updatedAt: Date;
17105
17110
  deletedAt: Date | null;
@@ -17122,9 +17127,9 @@ export declare const platformWebchatContract: {
17122
17127
  } | null;
17123
17128
  };
17124
17129
  workflowRule: {
17125
- name: string;
17126
17130
  type: string;
17127
17131
  id: string;
17132
+ name: string;
17128
17133
  createdAt: Date;
17129
17134
  updatedAt: Date;
17130
17135
  deletedAt: Date | null;
@@ -17134,9 +17139,9 @@ export declare const platformWebchatContract: {
17134
17139
  };
17135
17140
  platformMessageId: string;
17136
17141
  workflowRule: {
17137
- name: string;
17138
17142
  type: string;
17139
17143
  id: string;
17144
+ name: string;
17140
17145
  createdAt: Date;
17141
17146
  updatedAt: Date;
17142
17147
  deletedAt: Date | null;
@@ -17157,9 +17162,9 @@ export declare const platformWebchatContract: {
17157
17162
  updatedAt: Date;
17158
17163
  deletedAt: Date | null;
17159
17164
  actor: {
17160
- name: string;
17161
17165
  id: string;
17162
17166
  address: string | null;
17167
+ name: string;
17163
17168
  email: string;
17164
17169
  createdAt: Date;
17165
17170
  updatedAt: Date;
@@ -17213,9 +17218,9 @@ export declare const platformWebchatContract: {
17213
17218
  fileUrl: string | null;
17214
17219
  };
17215
17220
  assignee: {
17216
- name: string;
17217
17221
  id: string;
17218
17222
  address: string | null;
17223
+ name: string;
17219
17224
  email: string;
17220
17225
  createdAt: Date;
17221
17226
  updatedAt: Date;
@@ -17264,9 +17269,9 @@ export declare const platformWebchatContract: {
17264
17269
  previewUrl: string;
17265
17270
  imageSetId: string;
17266
17271
  sender: {
17267
- name: string;
17268
17272
  id: string;
17269
17273
  address: string | null;
17274
+ name: string;
17270
17275
  email: string;
17271
17276
  createdAt: Date;
17272
17277
  updatedAt: Date;
@@ -17311,9 +17316,9 @@ export declare const platformWebchatContract: {
17311
17316
  template?: any;
17312
17317
  };
17313
17318
  sender: {
17314
- name: string;
17315
17319
  id: string;
17316
17320
  address: string | null;
17321
+ name: string;
17317
17322
  email: string;
17318
17323
  createdAt: Date;
17319
17324
  updatedAt: Date;
@@ -17368,9 +17373,9 @@ export declare const platformWebchatContract: {
17368
17373
  updatedAt: Date;
17369
17374
  deletedAt: Date | null;
17370
17375
  actor: {
17371
- name: string;
17372
17376
  id: string;
17373
17377
  address: string | null;
17378
+ name: string;
17374
17379
  email: string;
17375
17380
  createdAt: Date;
17376
17381
  updatedAt: Date;
@@ -17424,9 +17429,9 @@ export declare const platformWebchatContract: {
17424
17429
  fileUrl: string | null;
17425
17430
  };
17426
17431
  assignee: {
17427
- name: string;
17428
17432
  id: string;
17429
17433
  address: string | null;
17434
+ name: string;
17430
17435
  email: string;
17431
17436
  createdAt: Date;
17432
17437
  updatedAt: Date;
@@ -17471,12 +17476,12 @@ export declare const platformWebchatContract: {
17471
17476
  room: {
17472
17477
  id: string;
17473
17478
  channel: {
17474
- name: string;
17475
17479
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17476
17480
  id: string;
17481
+ name: string;
17477
17482
  metadata: {
17478
- name: string;
17479
17483
  id: string;
17484
+ name: string;
17480
17485
  accessToken?: string | undefined;
17481
17486
  channelSecret?: string | undefined;
17482
17487
  additionalCredentials?: any;
@@ -17504,9 +17509,9 @@ export declare const platformWebchatContract: {
17504
17509
  updatedAt: Date;
17505
17510
  deletedAt: Date | null;
17506
17511
  actor: {
17507
- name: string;
17508
17512
  id: string;
17509
17513
  address: string | null;
17514
+ name: string;
17510
17515
  email: string;
17511
17516
  createdAt: Date;
17512
17517
  updatedAt: Date;
@@ -17553,8 +17558,8 @@ export declare const platformWebchatContract: {
17553
17558
  connectedUserName: string;
17554
17559
  connectedUserId: string;
17555
17560
  botpressBot: {
17556
- name: string;
17557
17561
  id: string;
17562
+ name: string;
17558
17563
  accessToken: string;
17559
17564
  botId: string;
17560
17565
  integrationId: string;
@@ -17566,9 +17571,9 @@ export declare const platformWebchatContract: {
17566
17571
  updatedAt: Date;
17567
17572
  deletedAt: Date | null;
17568
17573
  actor: {
17569
- name: string;
17570
17574
  id: string;
17571
17575
  address: string | null;
17576
+ name: string;
17572
17577
  email: string;
17573
17578
  createdAt: Date;
17574
17579
  updatedAt: Date;
@@ -17619,8 +17624,8 @@ export declare const platformWebchatContract: {
17619
17624
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17620
17625
  id: string;
17621
17626
  metadata: {
17622
- name: string;
17623
17627
  id: string;
17628
+ name: string;
17624
17629
  picture?: string | undefined;
17625
17630
  additionalCredentials?: any;
17626
17631
  };
@@ -17628,10 +17633,10 @@ export declare const platformWebchatContract: {
17628
17633
  updatedAt: Date;
17629
17634
  deletedAt: Date | null;
17630
17635
  contact: {
17631
- name: string;
17632
17636
  id: string;
17633
17637
  channel: string | null;
17634
17638
  address: string | null;
17639
+ name: string;
17635
17640
  createdAt: Date;
17636
17641
  updatedAt: Date;
17637
17642
  deletedAt: Date | null;
@@ -17676,8 +17681,8 @@ export declare const platformWebchatContract: {
17676
17681
  createdAt: Date;
17677
17682
  updatedAt: Date;
17678
17683
  deletedAt: Date | null;
17679
- name?: string | undefined;
17680
17684
  address?: string | null | undefined;
17685
+ name?: string | undefined;
17681
17686
  phone?: string | null | undefined;
17682
17687
  industry?: string | null | undefined;
17683
17688
  } | null;
@@ -17685,8 +17690,8 @@ export declare const platformWebchatContract: {
17685
17690
  contactProfile: string | null;
17686
17691
  socialProfileUrl: string | null;
17687
17692
  tags: {
17688
- name: string;
17689
17693
  id: string;
17694
+ name: string;
17690
17695
  createdAt: Date;
17691
17696
  updatedAt: Date;
17692
17697
  deletedAt: Date | null;
@@ -17711,8 +17716,8 @@ export declare const platformWebchatContract: {
17711
17716
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17712
17717
  id: string;
17713
17718
  metadata: {
17714
- name: string;
17715
17719
  id: string;
17720
+ name: string;
17716
17721
  picture?: string | undefined;
17717
17722
  additionalCredentials?: any;
17718
17723
  };
@@ -17743,9 +17748,9 @@ export declare const platformWebchatContract: {
17743
17748
  socialPlatformId: string;
17744
17749
  };
17745
17750
  assignee: {
17746
- name: string;
17747
17751
  id: string;
17748
17752
  address: string | null;
17753
+ name: string;
17749
17754
  email: string;
17750
17755
  createdAt: Date;
17751
17756
  updatedAt: Date;
@@ -17835,8 +17840,8 @@ export declare const platformWebchatContract: {
17835
17840
  }[];
17836
17841
  }[];
17837
17842
  tags: {
17838
- name: string;
17839
17843
  id: string;
17844
+ name: string;
17840
17845
  createdAt: Date;
17841
17846
  updatedAt: Date;
17842
17847
  deletedAt: Date | null;
@@ -17859,9 +17864,9 @@ export declare const platformWebchatContract: {
17859
17864
  } | null;
17860
17865
  };
17861
17866
  workflowRule: {
17862
- name: string;
17863
17867
  type: string;
17864
17868
  id: string;
17869
+ name: string;
17865
17870
  createdAt: Date;
17866
17871
  updatedAt: Date;
17867
17872
  deletedAt: Date | null;
@@ -17871,9 +17876,9 @@ export declare const platformWebchatContract: {
17871
17876
  };
17872
17877
  platformMessageId: string;
17873
17878
  workflowRule: {
17874
- name: string;
17875
17879
  type: string;
17876
17880
  id: string;
17881
+ name: string;
17877
17882
  createdAt: Date;
17878
17883
  updatedAt: Date;
17879
17884
  deletedAt: Date | null;
@@ -17894,9 +17899,9 @@ export declare const platformWebchatContract: {
17894
17899
  updatedAt: Date;
17895
17900
  deletedAt: Date | null;
17896
17901
  actor: {
17897
- name: string;
17898
17902
  id: string;
17899
17903
  address: string | null;
17904
+ name: string;
17900
17905
  email: string;
17901
17906
  createdAt: Date;
17902
17907
  updatedAt: Date;
@@ -17950,9 +17955,9 @@ export declare const platformWebchatContract: {
17950
17955
  fileUrl: string | null;
17951
17956
  };
17952
17957
  assignee: {
17953
- name: string;
17954
17958
  id: string;
17955
17959
  address: string | null;
17960
+ name: string;
17956
17961
  email: string;
17957
17962
  createdAt: Date;
17958
17963
  updatedAt: Date;
@@ -18001,9 +18006,9 @@ export declare const platformWebchatContract: {
18001
18006
  previewUrl: string;
18002
18007
  imageSetId: string;
18003
18008
  sender: {
18004
- name: string;
18005
18009
  id: string;
18006
18010
  address: string | null;
18011
+ name: string;
18007
18012
  email: string;
18008
18013
  createdAt: Date;
18009
18014
  updatedAt: Date;
@@ -18048,9 +18053,9 @@ export declare const platformWebchatContract: {
18048
18053
  template?: any;
18049
18054
  };
18050
18055
  sender: {
18051
- name: string;
18052
18056
  id: string;
18053
18057
  address: string | null;
18058
+ name: string;
18054
18059
  email: string;
18055
18060
  createdAt: Date;
18056
18061
  updatedAt: Date;
@@ -18132,15 +18137,15 @@ export declare const platformWebchatContract: {
18132
18137
  address: z.ZodNullable<z.ZodString>;
18133
18138
  phone: z.ZodNullable<z.ZodString>;
18134
18139
  }, "strip", z.ZodTypeAny, {
18135
- name: string;
18136
18140
  id: string;
18137
18141
  address: string | null;
18142
+ name: string;
18138
18143
  email: string;
18139
18144
  phone: string | null;
18140
18145
  }, {
18141
- name: string;
18142
18146
  id: string;
18143
18147
  address: string | null;
18148
+ name: string;
18144
18149
  email: string;
18145
18150
  phone: string | null;
18146
18151
  }>;
@@ -18155,8 +18160,8 @@ export declare const platformWebchatContract: {
18155
18160
  agentAwayMessage: z.ZodOptional<z.ZodString>;
18156
18161
  widgetColor: z.ZodOptional<z.ZodString>;
18157
18162
  }, "strip", z.ZodTypeAny, {
18158
- name: string;
18159
18163
  type: import("./validation").ChatwootChannelType;
18164
+ name: string;
18160
18165
  websiteName: string;
18161
18166
  welcomeTitle: string;
18162
18167
  websiteUrl: string;
@@ -18165,8 +18170,8 @@ export declare const platformWebchatContract: {
18165
18170
  agentAwayMessage?: string | undefined;
18166
18171
  widgetColor?: string | undefined;
18167
18172
  }, {
18168
- name: string;
18169
18173
  type: import("./validation").ChatwootChannelType;
18174
+ name: string;
18170
18175
  websiteName: string;
18171
18176
  welcomeTitle: string;
18172
18177
  websiteUrl: string;
@@ -18176,10 +18181,9 @@ export declare const platformWebchatContract: {
18176
18181
  widgetColor?: string | undefined;
18177
18182
  }>;
18178
18183
  }, "strip", z.ZodTypeAny, {
18179
- name: string;
18180
18184
  channel: {
18181
- name: string;
18182
18185
  type: import("./validation").ChatwootChannelType;
18186
+ name: string;
18183
18187
  websiteName: string;
18184
18188
  welcomeTitle: string;
18185
18189
  websiteUrl: string;
@@ -18188,18 +18192,18 @@ export declare const platformWebchatContract: {
18188
18192
  agentAwayMessage?: string | undefined;
18189
18193
  widgetColor?: string | undefined;
18190
18194
  };
18195
+ name: string;
18191
18196
  actor: {
18192
- name: string;
18193
18197
  id: string;
18194
18198
  address: string | null;
18199
+ name: string;
18195
18200
  email: string;
18196
18201
  phone: string | null;
18197
18202
  };
18198
18203
  }, {
18199
- name: string;
18200
18204
  channel: {
18201
- name: string;
18202
18205
  type: import("./validation").ChatwootChannelType;
18206
+ name: string;
18203
18207
  websiteName: string;
18204
18208
  welcomeTitle: string;
18205
18209
  websiteUrl: string;
@@ -18208,10 +18212,11 @@ export declare const platformWebchatContract: {
18208
18212
  agentAwayMessage?: string | undefined;
18209
18213
  widgetColor?: string | undefined;
18210
18214
  };
18215
+ name: string;
18211
18216
  actor: {
18212
- name: string;
18213
18217
  id: string;
18214
18218
  address: string | null;
18219
+ name: string;
18215
18220
  email: string;
18216
18221
  phone: string | null;
18217
18222
  };
@@ -18279,8 +18284,8 @@ export declare const platformWebchatContract: {
18279
18284
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18280
18285
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18281
18286
  }, "strip", z.ZodTypeAny, {
18282
- name: string;
18283
18287
  id: string;
18288
+ name: string;
18284
18289
  accessToken?: string | undefined;
18285
18290
  channelSecret?: string | undefined;
18286
18291
  additionalCredentials?: any;
@@ -18303,8 +18308,8 @@ export declare const platformWebchatContract: {
18303
18308
  lineRichMenuId?: string | null | undefined;
18304
18309
  messengerIntegrationType?: "own" | "business" | undefined;
18305
18310
  }, {
18306
- name: string;
18307
18311
  id: string;
18312
+ name: string;
18308
18313
  accessToken?: string | undefined;
18309
18314
  channelSecret?: string | undefined;
18310
18315
  additionalCredentials?: any;
@@ -18340,14 +18345,14 @@ export declare const platformWebchatContract: {
18340
18345
  integrationId: z.ZodString;
18341
18346
  accessToken: z.ZodString;
18342
18347
  }, "strip", z.ZodTypeAny, {
18343
- name: string;
18344
18348
  id: string;
18349
+ name: string;
18345
18350
  accessToken: string;
18346
18351
  botId: string;
18347
18352
  integrationId: string;
18348
18353
  }, {
18349
- name: string;
18350
18354
  id: string;
18355
+ name: string;
18351
18356
  accessToken: string;
18352
18357
  botId: string;
18353
18358
  integrationId: string;
@@ -18470,9 +18475,9 @@ export declare const platformWebchatContract: {
18470
18475
  telephonySignature: string | null;
18471
18476
  }>;
18472
18477
  }, "strip", z.ZodTypeAny, {
18473
- name: string;
18474
18478
  id: string;
18475
18479
  address: string | null;
18480
+ name: string;
18476
18481
  email: string;
18477
18482
  createdAt: Date;
18478
18483
  updatedAt: Date;
@@ -18513,9 +18518,9 @@ export declare const platformWebchatContract: {
18513
18518
  telephonySignature: string | null;
18514
18519
  };
18515
18520
  }, {
18516
- name: string;
18517
18521
  id: string;
18518
18522
  address: string | null;
18523
+ name: string;
18519
18524
  email: string;
18520
18525
  createdAt: Date;
18521
18526
  updatedAt: Date;
@@ -18557,12 +18562,12 @@ export declare const platformWebchatContract: {
18557
18562
  };
18558
18563
  }>;
18559
18564
  }, "strip", z.ZodTypeAny, {
18560
- name: string;
18561
18565
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18562
18566
  id: string;
18567
+ name: string;
18563
18568
  metadata: {
18564
- name: string;
18565
18569
  id: string;
18570
+ name: string;
18566
18571
  accessToken?: string | undefined;
18567
18572
  channelSecret?: string | undefined;
18568
18573
  additionalCredentials?: any;
@@ -18590,9 +18595,9 @@ export declare const platformWebchatContract: {
18590
18595
  updatedAt: Date;
18591
18596
  deletedAt: Date | null;
18592
18597
  actor: {
18593
- name: string;
18594
18598
  id: string;
18595
18599
  address: string | null;
18600
+ name: string;
18596
18601
  email: string;
18597
18602
  createdAt: Date;
18598
18603
  updatedAt: Date;
@@ -18639,19 +18644,19 @@ export declare const platformWebchatContract: {
18639
18644
  connectedUserName: string;
18640
18645
  connectedUserId: string;
18641
18646
  botpressBot: {
18642
- name: string;
18643
18647
  id: string;
18648
+ name: string;
18644
18649
  accessToken: string;
18645
18650
  botId: string;
18646
18651
  integrationId: string;
18647
18652
  } | null;
18648
18653
  }, {
18649
- name: string;
18650
18654
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18651
18655
  id: string;
18656
+ name: string;
18652
18657
  metadata: {
18653
- name: string;
18654
18658
  id: string;
18659
+ name: string;
18655
18660
  accessToken?: string | undefined;
18656
18661
  channelSecret?: string | undefined;
18657
18662
  additionalCredentials?: any;
@@ -18679,9 +18684,9 @@ export declare const platformWebchatContract: {
18679
18684
  updatedAt: Date;
18680
18685
  deletedAt: Date | null;
18681
18686
  actor: {
18682
- name: string;
18683
18687
  id: string;
18684
18688
  address: string | null;
18689
+ name: string;
18685
18690
  email: string;
18686
18691
  createdAt: Date;
18687
18692
  updatedAt: Date;
@@ -18728,8 +18733,8 @@ export declare const platformWebchatContract: {
18728
18733
  connectedUserName: string;
18729
18734
  connectedUserId: string;
18730
18735
  botpressBot: {
18731
- name: string;
18732
18736
  id: string;
18737
+ name: string;
18733
18738
  accessToken: string;
18734
18739
  botId: string;
18735
18740
  integrationId: string;
@@ -18737,12 +18742,12 @@ export declare const platformWebchatContract: {
18737
18742
  }>;
18738
18743
  }, "strip", z.ZodTypeAny, {
18739
18744
  channel: {
18740
- name: string;
18741
18745
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18742
18746
  id: string;
18747
+ name: string;
18743
18748
  metadata: {
18744
- name: string;
18745
18749
  id: string;
18750
+ name: string;
18746
18751
  accessToken?: string | undefined;
18747
18752
  channelSecret?: string | undefined;
18748
18753
  additionalCredentials?: any;
@@ -18770,9 +18775,9 @@ export declare const platformWebchatContract: {
18770
18775
  updatedAt: Date;
18771
18776
  deletedAt: Date | null;
18772
18777
  actor: {
18773
- name: string;
18774
18778
  id: string;
18775
18779
  address: string | null;
18780
+ name: string;
18776
18781
  email: string;
18777
18782
  createdAt: Date;
18778
18783
  updatedAt: Date;
@@ -18819,8 +18824,8 @@ export declare const platformWebchatContract: {
18819
18824
  connectedUserName: string;
18820
18825
  connectedUserId: string;
18821
18826
  botpressBot: {
18822
- name: string;
18823
18827
  id: string;
18828
+ name: string;
18824
18829
  accessToken: string;
18825
18830
  botId: string;
18826
18831
  integrationId: string;
@@ -18829,12 +18834,12 @@ export declare const platformWebchatContract: {
18829
18834
  requestId: string;
18830
18835
  }, {
18831
18836
  channel: {
18832
- name: string;
18833
18837
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18834
18838
  id: string;
18839
+ name: string;
18835
18840
  metadata: {
18836
- name: string;
18837
18841
  id: string;
18842
+ name: string;
18838
18843
  accessToken?: string | undefined;
18839
18844
  channelSecret?: string | undefined;
18840
18845
  additionalCredentials?: any;
@@ -18862,9 +18867,9 @@ export declare const platformWebchatContract: {
18862
18867
  updatedAt: Date;
18863
18868
  deletedAt: Date | null;
18864
18869
  actor: {
18865
- name: string;
18866
18870
  id: string;
18867
18871
  address: string | null;
18872
+ name: string;
18868
18873
  email: string;
18869
18874
  createdAt: Date;
18870
18875
  updatedAt: Date;
@@ -18911,8 +18916,8 @@ export declare const platformWebchatContract: {
18911
18916
  connectedUserName: string;
18912
18917
  connectedUserId: string;
18913
18918
  botpressBot: {
18914
- name: string;
18915
18919
  id: string;
18920
+ name: string;
18916
18921
  accessToken: string;
18917
18922
  botId: string;
18918
18923
  integrationId: string;