@kl1/contracts 1.2.24-uat → 1.2.26-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 (110) 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 +3704 -3601
  20. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/schema.d.ts +844 -844
  22. package/dist/api-contracts/src/chat/validation.d.ts +707 -707
  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 +8486 -8405
  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 +85 -4
  38. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
  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/instagram/index.d.ts +570 -570
  45. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  46. package/dist/api-contracts/src/line/index.d.ts +582 -582
  47. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  48. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  49. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  50. package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
  51. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  52. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  53. package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
  54. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  55. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  56. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  57. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
  58. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  59. package/dist/api-contracts/src/messenger/index.d.ts +573 -573
  60. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  61. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  62. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  63. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  64. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  65. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  66. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  67. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  68. package/dist/api-contracts/src/sms/index.d.ts +86 -86
  69. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  70. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  71. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  72. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  73. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  74. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  75. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  76. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  77. package/dist/api-contracts/src/telegram/index.d.ts +530 -530
  78. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  80. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  81. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  82. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  83. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  84. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  85. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  86. package/dist/api-contracts/src/user/index.d.ts +23 -23
  87. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  88. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  89. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  90. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  91. package/dist/api-contracts/src/viber/index.d.ts +542 -542
  92. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  93. package/dist/api-contracts/src/webchat/index.d.ts +488 -488
  94. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  95. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  96. package/dist/api-contracts/src/whatsapp/index.d.ts +536 -536
  97. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  98. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  99. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  100. package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
  101. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  103. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  104. package/dist/api-contracts/utils.d.ts +1 -1
  105. package/dist/api-contracts/utils.d.ts.map +1 -1
  106. package/dist/index.js +34 -0
  107. package/dist/index.js.map +1 -1
  108. package/dist/index.mjs +34 -0
  109. package/dist/index.mjs.map +1 -1
  110. package/package.json +1 -1
@@ -23,13 +23,13 @@ export declare const platformWebchatContract: {
23
23
  picture: z.ZodOptional<z.ZodString>;
24
24
  additionalCredentials: z.ZodAny;
25
25
  }, "strip", z.ZodTypeAny, {
26
- id: string;
27
26
  name: string;
27
+ id: string;
28
28
  picture?: string | undefined;
29
29
  additionalCredentials?: any;
30
30
  }, {
31
- id: string;
32
31
  name: string;
32
+ id: string;
33
33
  picture?: string | undefined;
34
34
  additionalCredentials?: any;
35
35
  }>;
@@ -41,16 +41,16 @@ export declare const platformWebchatContract: {
41
41
  contactProfile: z.ZodNullable<z.ZodString>;
42
42
  socialProfileUrl: z.ZodNullable<z.ZodString>;
43
43
  }, "strip", z.ZodTypeAny, {
44
+ name: string;
44
45
  channel: string | null;
45
46
  address: string | null;
46
- name: string;
47
47
  notes: string | null;
48
48
  contactProfile: string | null;
49
49
  socialProfileUrl: string | null;
50
50
  }, {
51
+ name: string;
51
52
  channel: string | null;
52
53
  address: string | null;
53
- name: string;
54
54
  notes: string | null;
55
55
  contactProfile: string | null;
56
56
  socialProfileUrl: string | null;
@@ -59,15 +59,15 @@ export declare const platformWebchatContract: {
59
59
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
60
60
  id: string;
61
61
  metadata: {
62
- id: string;
63
62
  name: string;
63
+ id: string;
64
64
  picture?: string | undefined;
65
65
  additionalCredentials?: any;
66
66
  };
67
67
  contact: {
68
+ name: string;
68
69
  channel: string | null;
69
70
  address: string | null;
70
- name: string;
71
71
  notes: string | null;
72
72
  contactProfile: string | null;
73
73
  socialProfileUrl: string | null;
@@ -78,15 +78,15 @@ export declare const platformWebchatContract: {
78
78
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
79
79
  id: string;
80
80
  metadata: {
81
- id: string;
82
81
  name: string;
82
+ id: string;
83
83
  picture?: string | undefined;
84
84
  additionalCredentials?: any;
85
85
  };
86
86
  contact: {
87
+ name: string;
87
88
  channel: string | null;
88
89
  address: string | null;
89
- name: string;
90
90
  notes: string | null;
91
91
  contactProfile: string | null;
92
92
  socialProfileUrl: string | null;
@@ -101,15 +101,15 @@ export declare const platformWebchatContract: {
101
101
  address: z.ZodNullable<z.ZodString>;
102
102
  phone: z.ZodNullable<z.ZodString>;
103
103
  }, "strip", z.ZodTypeAny, {
104
+ name: string;
104
105
  id: string;
105
106
  address: string | null;
106
- name: string;
107
107
  email: string;
108
108
  phone: string | null;
109
109
  }, {
110
+ name: string;
110
111
  id: string;
111
112
  address: string | null;
112
- name: string;
113
113
  email: string;
114
114
  phone: string | null;
115
115
  }>>;
@@ -118,12 +118,12 @@ export declare const platformWebchatContract: {
118
118
  name: z.ZodString;
119
119
  email: z.ZodString;
120
120
  }, "strip", z.ZodTypeAny, {
121
- id: string;
122
121
  name: string;
122
+ id: string;
123
123
  email: string;
124
124
  }, {
125
- id: string;
126
125
  name: string;
126
+ id: string;
127
127
  email: string;
128
128
  }>>;
129
129
  channel: z.ZodObject<{
@@ -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
- id: string;
185
184
  name: string;
185
+ id: 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
- id: string;
209
208
  name: string;
209
+ id: 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;
245
246
  id: string;
246
247
  address: string | null;
247
- name: string;
248
248
  email: string;
249
249
  phone: string | null;
250
250
  }, {
251
+ name: string;
251
252
  id: string;
252
253
  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;
258
259
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
259
260
  id: string;
260
- name: string;
261
261
  metadata: {
262
- id: string;
263
262
  name: string;
263
+ id: 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;
293
294
  id: string;
294
295
  address: string | null;
295
- name: string;
296
296
  email: string;
297
297
  phone: string | null;
298
298
  } | undefined;
299
299
  }, {
300
+ name: string;
300
301
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
301
302
  id: string;
302
- name: string;
303
303
  metadata: {
304
- id: string;
305
304
  name: string;
305
+ id: string;
306
306
  accessToken?: string | undefined;
307
307
  channelSecret?: string | undefined;
308
308
  additionalCredentials?: any;
@@ -332,9 +332,9 @@ export declare const platformWebchatContract: {
332
332
  connectedUserId?: string | null | undefined;
333
333
  lineRichMenuId?: string | null | undefined;
334
334
  actor?: {
335
+ name: string;
335
336
  id: string;
336
337
  address: string | null;
337
- name: string;
338
338
  email: string;
339
339
  phone: string | null;
340
340
  } | undefined;
@@ -344,12 +344,12 @@ export declare const platformWebchatContract: {
344
344
  }, "strip", z.ZodTypeAny, {
345
345
  id: string;
346
346
  channel: {
347
+ name: string;
347
348
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
348
349
  id: string;
349
- name: string;
350
350
  metadata: {
351
- id: string;
352
351
  name: string;
352
+ id: string;
353
353
  accessToken?: string | undefined;
354
354
  channelSecret?: string | undefined;
355
355
  additionalCredentials?: any;
@@ -379,9 +379,9 @@ export declare const platformWebchatContract: {
379
379
  connectedUserId?: string | null | undefined;
380
380
  lineRichMenuId?: string | null | undefined;
381
381
  actor?: {
382
+ name: string;
382
383
  id: string;
383
384
  address: string | null;
384
- name: string;
385
385
  email: string;
386
386
  phone: string | null;
387
387
  } | undefined;
@@ -390,9 +390,9 @@ export declare const platformWebchatContract: {
390
390
  createdAt: string;
391
391
  updatedAt: string;
392
392
  actor: {
393
+ name: string;
393
394
  id: string;
394
395
  address: string | null;
395
- name: string;
396
396
  email: string;
397
397
  phone: string | null;
398
398
  } | null;
@@ -401,15 +401,15 @@ export declare const platformWebchatContract: {
401
401
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
402
402
  id: string;
403
403
  metadata: {
404
- id: string;
405
404
  name: string;
405
+ id: string;
406
406
  picture?: string | undefined;
407
407
  additionalCredentials?: any;
408
408
  };
409
409
  contact: {
410
+ name: string;
410
411
  channel: string | null;
411
412
  address: string | null;
412
- name: string;
413
413
  notes: string | null;
414
414
  contactProfile: string | null;
415
415
  socialProfileUrl: string | null;
@@ -418,8 +418,8 @@ export declare const platformWebchatContract: {
418
418
  socialPlatformId: string | null;
419
419
  };
420
420
  assignee: {
421
- id: string;
422
421
  name: string;
422
+ id: string;
423
423
  email: string;
424
424
  } | null;
425
425
  telegramBusinessConnectionId: string | null;
@@ -430,12 +430,12 @@ export declare const platformWebchatContract: {
430
430
  }, {
431
431
  id: string;
432
432
  channel: {
433
+ name: string;
433
434
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
434
435
  id: string;
435
- name: string;
436
436
  metadata: {
437
- id: string;
438
437
  name: string;
438
+ id: string;
439
439
  accessToken?: string | undefined;
440
440
  channelSecret?: string | undefined;
441
441
  additionalCredentials?: any;
@@ -465,9 +465,9 @@ export declare const platformWebchatContract: {
465
465
  connectedUserId?: string | null | undefined;
466
466
  lineRichMenuId?: string | null | undefined;
467
467
  actor?: {
468
+ name: string;
468
469
  id: string;
469
470
  address: string | null;
470
- name: string;
471
471
  email: string;
472
472
  phone: string | null;
473
473
  } | undefined;
@@ -476,9 +476,9 @@ export declare const platformWebchatContract: {
476
476
  createdAt: string;
477
477
  updatedAt: string;
478
478
  actor: {
479
+ name: string;
479
480
  id: string;
480
481
  address: string | null;
481
- name: string;
482
482
  email: string;
483
483
  phone: string | null;
484
484
  } | null;
@@ -487,15 +487,15 @@ export declare const platformWebchatContract: {
487
487
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
488
488
  id: string;
489
489
  metadata: {
490
- id: string;
491
490
  name: string;
491
+ id: string;
492
492
  picture?: string | undefined;
493
493
  additionalCredentials?: any;
494
494
  };
495
495
  contact: {
496
+ name: string;
496
497
  channel: string | null;
497
498
  address: string | null;
498
- name: string;
499
499
  notes: string | null;
500
500
  contactProfile: string | null;
501
501
  socialProfileUrl: string | null;
@@ -504,8 +504,8 @@ export declare const platformWebchatContract: {
504
504
  socialPlatformId: string | null;
505
505
  };
506
506
  assignee: {
507
- id: string;
508
507
  name: string;
508
+ id: string;
509
509
  email: string;
510
510
  } | null;
511
511
  telegramBusinessConnectionId: string | null;
@@ -555,15 +555,15 @@ export declare const platformWebchatContract: {
555
555
  address: z.ZodNullable<z.ZodString>;
556
556
  phone: z.ZodNullable<z.ZodString>;
557
557
  }, "strip", z.ZodTypeAny, {
558
+ name: string;
558
559
  id: string;
559
560
  address: string | null;
560
- name: string;
561
561
  email: string;
562
562
  phone: string | null;
563
563
  }, {
564
+ name: string;
564
565
  id: string;
565
566
  address: string | null;
566
- name: string;
567
567
  email: string;
568
568
  phone: string | null;
569
569
  }>>;
@@ -596,9 +596,9 @@ export declare const platformWebchatContract: {
596
596
  originalUrl?: string | undefined;
597
597
  } | undefined;
598
598
  sender?: {
599
+ name: string;
599
600
  id: string;
600
601
  address: string | null;
601
- name: string;
602
602
  email: string;
603
603
  phone: string | null;
604
604
  } | undefined;
@@ -631,9 +631,9 @@ export declare const platformWebchatContract: {
631
631
  originalUrl?: string | undefined;
632
632
  } | undefined;
633
633
  sender?: {
634
+ name: string;
634
635
  id: string;
635
636
  address: string | null;
636
- name: string;
637
637
  email: string;
638
638
  phone: string | null;
639
639
  } | undefined;
@@ -668,9 +668,9 @@ export declare const platformWebchatContract: {
668
668
  originalUrl?: string | undefined;
669
669
  } | undefined;
670
670
  sender?: {
671
+ name: string;
671
672
  id: string;
672
673
  address: string | null;
673
- name: string;
674
674
  email: string;
675
675
  phone: string | null;
676
676
  } | undefined;
@@ -684,12 +684,12 @@ export declare const platformWebchatContract: {
684
684
  room: {
685
685
  id: string;
686
686
  channel: {
687
+ name: string;
687
688
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
688
689
  id: string;
689
- name: string;
690
690
  metadata: {
691
- id: string;
692
691
  name: string;
692
+ id: string;
693
693
  accessToken?: string | undefined;
694
694
  channelSecret?: string | undefined;
695
695
  additionalCredentials?: any;
@@ -719,9 +719,9 @@ export declare const platformWebchatContract: {
719
719
  connectedUserId?: string | null | undefined;
720
720
  lineRichMenuId?: string | null | undefined;
721
721
  actor?: {
722
+ name: string;
722
723
  id: string;
723
724
  address: string | null;
724
- name: string;
725
725
  email: string;
726
726
  phone: string | null;
727
727
  } | undefined;
@@ -730,9 +730,9 @@ export declare const platformWebchatContract: {
730
730
  createdAt: string;
731
731
  updatedAt: string;
732
732
  actor: {
733
+ name: string;
733
734
  id: string;
734
735
  address: string | null;
735
- name: string;
736
736
  email: string;
737
737
  phone: string | null;
738
738
  } | null;
@@ -741,15 +741,15 @@ export declare const platformWebchatContract: {
741
741
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
742
742
  id: string;
743
743
  metadata: {
744
- id: string;
745
744
  name: string;
745
+ id: string;
746
746
  picture?: string | undefined;
747
747
  additionalCredentials?: any;
748
748
  };
749
749
  contact: {
750
+ name: string;
750
751
  channel: string | null;
751
752
  address: string | null;
752
- name: string;
753
753
  notes: string | null;
754
754
  contactProfile: string | null;
755
755
  socialProfileUrl: string | null;
@@ -758,8 +758,8 @@ export declare const platformWebchatContract: {
758
758
  socialPlatformId: string | null;
759
759
  };
760
760
  assignee: {
761
- id: string;
762
761
  name: string;
762
+ id: string;
763
763
  email: string;
764
764
  } | null;
765
765
  telegramBusinessConnectionId: string | null;
@@ -793,9 +793,9 @@ export declare const platformWebchatContract: {
793
793
  originalUrl?: string | undefined;
794
794
  } | undefined;
795
795
  sender?: {
796
+ name: string;
796
797
  id: string;
797
798
  address: string | null;
798
- name: string;
799
799
  email: string;
800
800
  phone: string | null;
801
801
  } | undefined;
@@ -809,12 +809,12 @@ export declare const platformWebchatContract: {
809
809
  room: {
810
810
  id: string;
811
811
  channel: {
812
+ name: string;
812
813
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
813
814
  id: string;
814
- name: string;
815
815
  metadata: {
816
- id: string;
817
816
  name: string;
817
+ id: string;
818
818
  accessToken?: string | undefined;
819
819
  channelSecret?: string | undefined;
820
820
  additionalCredentials?: any;
@@ -844,9 +844,9 @@ export declare const platformWebchatContract: {
844
844
  connectedUserId?: string | null | undefined;
845
845
  lineRichMenuId?: string | null | undefined;
846
846
  actor?: {
847
+ name: string;
847
848
  id: string;
848
849
  address: string | null;
849
- name: string;
850
850
  email: string;
851
851
  phone: string | null;
852
852
  } | undefined;
@@ -855,9 +855,9 @@ export declare const platformWebchatContract: {
855
855
  createdAt: string;
856
856
  updatedAt: string;
857
857
  actor: {
858
+ name: string;
858
859
  id: string;
859
860
  address: string | null;
860
- name: string;
861
861
  email: string;
862
862
  phone: string | null;
863
863
  } | null;
@@ -866,15 +866,15 @@ export declare const platformWebchatContract: {
866
866
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
867
867
  id: string;
868
868
  metadata: {
869
- id: string;
870
869
  name: string;
870
+ id: string;
871
871
  picture?: string | undefined;
872
872
  additionalCredentials?: any;
873
873
  };
874
874
  contact: {
875
+ name: string;
875
876
  channel: string | null;
876
877
  address: string | null;
877
- name: string;
878
878
  notes: string | null;
879
879
  contactProfile: string | null;
880
880
  socialProfileUrl: string | null;
@@ -883,8 +883,8 @@ export declare const platformWebchatContract: {
883
883
  socialPlatformId: string | null;
884
884
  };
885
885
  assignee: {
886
- id: string;
887
886
  name: string;
887
+ id: string;
888
888
  email: string;
889
889
  } | null;
890
890
  telegramBusinessConnectionId: string | null;
@@ -1029,9 +1029,9 @@ export declare const platformWebchatContract: {
1029
1029
  telephonySignature: string | null;
1030
1030
  }>;
1031
1031
  }, "strip", z.ZodTypeAny, {
1032
+ name: string;
1032
1033
  id: string;
1033
1034
  address: string | null;
1034
- name: string;
1035
1035
  email: string;
1036
1036
  createdAt: Date;
1037
1037
  updatedAt: Date;
@@ -1072,9 +1072,9 @@ export declare const platformWebchatContract: {
1072
1072
  telephonySignature: string | null;
1073
1073
  };
1074
1074
  }, {
1075
+ name: string;
1075
1076
  id: string;
1076
1077
  address: string | null;
1077
- name: string;
1078
1078
  email: string;
1079
1079
  createdAt: Date;
1080
1080
  updatedAt: Date;
@@ -1267,9 +1267,9 @@ export declare const platformWebchatContract: {
1267
1267
  telephonySignature: string | null;
1268
1268
  }>;
1269
1269
  }, "strip", z.ZodTypeAny, {
1270
+ name: string;
1270
1271
  id: string;
1271
1272
  address: string | null;
1272
- name: string;
1273
1273
  email: string;
1274
1274
  createdAt: Date;
1275
1275
  updatedAt: Date;
@@ -1310,9 +1310,9 @@ export declare const platformWebchatContract: {
1310
1310
  telephonySignature: string | null;
1311
1311
  };
1312
1312
  }, {
1313
+ name: string;
1313
1314
  id: string;
1314
1315
  address: string | null;
1315
- name: string;
1316
1316
  email: string;
1317
1317
  createdAt: Date;
1318
1318
  updatedAt: Date;
@@ -1384,13 +1384,13 @@ export declare const platformWebchatContract: {
1384
1384
  picture: z.ZodOptional<z.ZodString>;
1385
1385
  additionalCredentials: z.ZodAny;
1386
1386
  }, "strip", z.ZodTypeAny, {
1387
- id: string;
1388
1387
  name: string;
1388
+ id: string;
1389
1389
  picture?: string | undefined;
1390
1390
  additionalCredentials?: any;
1391
1391
  }, {
1392
- id: string;
1393
1392
  name: string;
1393
+ id: string;
1394
1394
  picture?: string | undefined;
1395
1395
  additionalCredentials?: any;
1396
1396
  }>;
@@ -1412,14 +1412,14 @@ export declare const platformWebchatContract: {
1412
1412
  deletedAt: z.ZodNullable<z.ZodDate>;
1413
1413
  name: z.ZodString;
1414
1414
  }, "strip", z.ZodTypeAny, {
1415
- id: string;
1416
1415
  name: string;
1416
+ id: string;
1417
1417
  createdAt: Date;
1418
1418
  updatedAt: Date;
1419
1419
  deletedAt: Date | null;
1420
1420
  }, {
1421
- id: string;
1422
1421
  name: string;
1422
+ id: string;
1423
1423
  createdAt: Date;
1424
1424
  updatedAt: Date;
1425
1425
  deletedAt: Date | null;
@@ -1575,8 +1575,8 @@ export declare const platformWebchatContract: {
1575
1575
  createdAt: Date;
1576
1576
  updatedAt: Date;
1577
1577
  deletedAt: Date | null;
1578
- address?: string | null | undefined;
1579
1578
  name?: string | undefined;
1579
+ address?: string | null | undefined;
1580
1580
  phone?: string | null | undefined;
1581
1581
  industry?: string | null | undefined;
1582
1582
  }, {
@@ -1584,8 +1584,8 @@ export declare const platformWebchatContract: {
1584
1584
  createdAt: Date;
1585
1585
  updatedAt: Date;
1586
1586
  deletedAt: Date | null;
1587
- address?: string | null | undefined;
1588
1587
  name?: string | undefined;
1588
+ address?: string | null | undefined;
1589
1589
  phone?: string | null | undefined;
1590
1590
  industry?: string | null | undefined;
1591
1591
  }>>;
@@ -1603,13 +1603,13 @@ export declare const platformWebchatContract: {
1603
1603
  picture: z.ZodOptional<z.ZodString>;
1604
1604
  additionalCredentials: z.ZodAny;
1605
1605
  }, "strip", z.ZodTypeAny, {
1606
- id: string;
1607
1606
  name: string;
1607
+ id: string;
1608
1608
  picture?: string | undefined;
1609
1609
  additionalCredentials?: any;
1610
1610
  }, {
1611
- id: string;
1612
1611
  name: string;
1612
+ id: string;
1613
1613
  picture?: string | undefined;
1614
1614
  additionalCredentials?: any;
1615
1615
  }>;
@@ -1617,8 +1617,8 @@ export declare const platformWebchatContract: {
1617
1617
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1618
1618
  id: string;
1619
1619
  metadata: {
1620
- id: string;
1621
1620
  name: string;
1621
+ id: string;
1622
1622
  picture?: string | undefined;
1623
1623
  additionalCredentials?: any;
1624
1624
  };
@@ -1631,8 +1631,8 @@ export declare const platformWebchatContract: {
1631
1631
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1632
1632
  id: string;
1633
1633
  metadata: {
1634
- id: string;
1635
1634
  name: string;
1635
+ id: string;
1636
1636
  picture?: string | undefined;
1637
1637
  additionalCredentials?: any;
1638
1638
  };
@@ -1942,10 +1942,10 @@ export declare const platformWebchatContract: {
1942
1942
  };
1943
1943
  }>, "many">>;
1944
1944
  }, "strip", z.ZodTypeAny, {
1945
+ name: string;
1945
1946
  id: string;
1946
1947
  channel: string | null;
1947
1948
  address: string | null;
1948
- name: string;
1949
1949
  createdAt: Date;
1950
1950
  updatedAt: Date;
1951
1951
  deletedAt: Date | null;
@@ -1990,8 +1990,8 @@ export declare const platformWebchatContract: {
1990
1990
  createdAt: Date;
1991
1991
  updatedAt: Date;
1992
1992
  deletedAt: Date | null;
1993
- address?: string | null | undefined;
1994
1993
  name?: string | undefined;
1994
+ address?: string | null | undefined;
1995
1995
  phone?: string | null | undefined;
1996
1996
  industry?: string | null | undefined;
1997
1997
  } | null;
@@ -1999,8 +1999,8 @@ export declare const platformWebchatContract: {
1999
1999
  contactProfile: string | null;
2000
2000
  socialProfileUrl: string | null;
2001
2001
  tags: {
2002
- id: string;
2003
2002
  name: string;
2003
+ id: string;
2004
2004
  createdAt: Date;
2005
2005
  updatedAt: Date;
2006
2006
  deletedAt: Date | null;
@@ -2025,8 +2025,8 @@ export declare const platformWebchatContract: {
2025
2025
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2026
2026
  id: string;
2027
2027
  metadata: {
2028
- id: string;
2029
2028
  name: string;
2029
+ id: string;
2030
2030
  picture?: string | undefined;
2031
2031
  additionalCredentials?: any;
2032
2032
  };
@@ -2053,10 +2053,10 @@ export declare const platformWebchatContract: {
2053
2053
  };
2054
2054
  }[] | undefined;
2055
2055
  }, {
2056
+ name: string;
2056
2057
  id: string;
2057
2058
  channel: string | null;
2058
2059
  address: string | null;
2059
- name: string;
2060
2060
  createdAt: Date;
2061
2061
  updatedAt: Date;
2062
2062
  deletedAt: Date | null;
@@ -2101,8 +2101,8 @@ export declare const platformWebchatContract: {
2101
2101
  createdAt: Date;
2102
2102
  updatedAt: Date;
2103
2103
  deletedAt: Date | null;
2104
- address?: string | null | undefined;
2105
2104
  name?: string | undefined;
2105
+ address?: string | null | undefined;
2106
2106
  phone?: string | null | undefined;
2107
2107
  industry?: string | null | undefined;
2108
2108
  } | null;
@@ -2110,8 +2110,8 @@ export declare const platformWebchatContract: {
2110
2110
  contactProfile: string | null;
2111
2111
  socialProfileUrl: string | null;
2112
2112
  tags: {
2113
- id: string;
2114
2113
  name: string;
2114
+ id: string;
2115
2115
  createdAt: Date;
2116
2116
  updatedAt: Date;
2117
2117
  deletedAt: Date | null;
@@ -2136,8 +2136,8 @@ export declare const platformWebchatContract: {
2136
2136
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2137
2137
  id: string;
2138
2138
  metadata: {
2139
- id: string;
2140
2139
  name: string;
2140
+ id: string;
2141
2141
  picture?: string | undefined;
2142
2142
  additionalCredentials?: any;
2143
2143
  };
@@ -2168,8 +2168,8 @@ export declare const platformWebchatContract: {
2168
2168
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2169
2169
  id: string;
2170
2170
  metadata: {
2171
- id: string;
2172
2171
  name: string;
2172
+ id: string;
2173
2173
  picture?: string | undefined;
2174
2174
  additionalCredentials?: any;
2175
2175
  };
@@ -2177,10 +2177,10 @@ export declare const platformWebchatContract: {
2177
2177
  updatedAt: Date;
2178
2178
  deletedAt: Date | null;
2179
2179
  contact: {
2180
+ name: string;
2180
2181
  id: string;
2181
2182
  channel: string | null;
2182
2183
  address: string | null;
2183
- name: string;
2184
2184
  createdAt: Date;
2185
2185
  updatedAt: Date;
2186
2186
  deletedAt: Date | null;
@@ -2225,8 +2225,8 @@ export declare const platformWebchatContract: {
2225
2225
  createdAt: Date;
2226
2226
  updatedAt: Date;
2227
2227
  deletedAt: Date | null;
2228
- address?: string | null | undefined;
2229
2228
  name?: string | undefined;
2229
+ address?: string | null | undefined;
2230
2230
  phone?: string | null | undefined;
2231
2231
  industry?: string | null | undefined;
2232
2232
  } | null;
@@ -2234,8 +2234,8 @@ export declare const platformWebchatContract: {
2234
2234
  contactProfile: string | null;
2235
2235
  socialProfileUrl: string | null;
2236
2236
  tags: {
2237
- id: string;
2238
2237
  name: string;
2238
+ id: string;
2239
2239
  createdAt: Date;
2240
2240
  updatedAt: Date;
2241
2241
  deletedAt: Date | null;
@@ -2260,8 +2260,8 @@ export declare const platformWebchatContract: {
2260
2260
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2261
2261
  id: string;
2262
2262
  metadata: {
2263
- id: string;
2264
2263
  name: string;
2264
+ id: string;
2265
2265
  picture?: string | undefined;
2266
2266
  additionalCredentials?: any;
2267
2267
  };
@@ -2294,8 +2294,8 @@ export declare const platformWebchatContract: {
2294
2294
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2295
2295
  id: string;
2296
2296
  metadata: {
2297
- id: string;
2298
2297
  name: string;
2298
+ id: string;
2299
2299
  picture?: string | undefined;
2300
2300
  additionalCredentials?: any;
2301
2301
  };
@@ -2303,10 +2303,10 @@ export declare const platformWebchatContract: {
2303
2303
  updatedAt: Date;
2304
2304
  deletedAt: Date | null;
2305
2305
  contact: {
2306
+ name: string;
2306
2307
  id: string;
2307
2308
  channel: string | null;
2308
2309
  address: string | null;
2309
- name: string;
2310
2310
  createdAt: Date;
2311
2311
  updatedAt: Date;
2312
2312
  deletedAt: Date | null;
@@ -2351,8 +2351,8 @@ export declare const platformWebchatContract: {
2351
2351
  createdAt: Date;
2352
2352
  updatedAt: Date;
2353
2353
  deletedAt: Date | null;
2354
- address?: string | null | undefined;
2355
2354
  name?: string | undefined;
2355
+ address?: string | null | undefined;
2356
2356
  phone?: string | null | undefined;
2357
2357
  industry?: string | null | undefined;
2358
2358
  } | null;
@@ -2360,8 +2360,8 @@ export declare const platformWebchatContract: {
2360
2360
  contactProfile: string | null;
2361
2361
  socialProfileUrl: string | null;
2362
2362
  tags: {
2363
- id: string;
2364
2363
  name: string;
2364
+ id: string;
2365
2365
  createdAt: Date;
2366
2366
  updatedAt: Date;
2367
2367
  deletedAt: Date | null;
@@ -2386,8 +2386,8 @@ export declare const platformWebchatContract: {
2386
2386
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2387
2387
  id: string;
2388
2388
  metadata: {
2389
- id: string;
2390
2389
  name: string;
2390
+ id: string;
2391
2391
  picture?: string | undefined;
2392
2392
  additionalCredentials?: any;
2393
2393
  };
@@ -2535,9 +2535,9 @@ export declare const platformWebchatContract: {
2535
2535
  telephonySignature: string | null;
2536
2536
  }>;
2537
2537
  }, "strip", z.ZodTypeAny, {
2538
+ name: string;
2538
2539
  id: string;
2539
2540
  address: string | null;
2540
- name: string;
2541
2541
  email: string;
2542
2542
  createdAt: Date;
2543
2543
  updatedAt: Date;
@@ -2578,9 +2578,9 @@ export declare const platformWebchatContract: {
2578
2578
  telephonySignature: string | null;
2579
2579
  };
2580
2580
  }, {
2581
+ name: string;
2581
2582
  id: string;
2582
2583
  address: string | null;
2583
- name: string;
2584
2584
  email: string;
2585
2585
  createdAt: Date;
2586
2586
  updatedAt: Date;
@@ -2739,9 +2739,9 @@ export declare const platformWebchatContract: {
2739
2739
  telephonySignature: string | null;
2740
2740
  }>;
2741
2741
  }, "strip", z.ZodTypeAny, {
2742
+ name: string;
2742
2743
  id: string;
2743
2744
  address: string | null;
2744
- name: string;
2745
2745
  email: string;
2746
2746
  createdAt: Date;
2747
2747
  updatedAt: Date;
@@ -2782,9 +2782,9 @@ export declare const platformWebchatContract: {
2782
2782
  telephonySignature: string | null;
2783
2783
  };
2784
2784
  }, {
2785
+ name: string;
2785
2786
  id: string;
2786
2787
  address: string | null;
2787
- name: string;
2788
2788
  email: string;
2789
2789
  createdAt: Date;
2790
2790
  updatedAt: Date;
@@ -2883,8 +2883,8 @@ export declare const platformWebchatContract: {
2883
2883
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2884
2884
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2885
2885
  }, "strip", z.ZodTypeAny, {
2886
- id: string;
2887
2886
  name: string;
2887
+ id: string;
2888
2888
  accessToken?: string | undefined;
2889
2889
  channelSecret?: string | undefined;
2890
2890
  additionalCredentials?: any;
@@ -2907,8 +2907,8 @@ export declare const platformWebchatContract: {
2907
2907
  lineRichMenuId?: string | null | undefined;
2908
2908
  messengerIntegrationType?: "own" | "business" | undefined;
2909
2909
  }, {
2910
- id: string;
2911
2910
  name: string;
2911
+ id: string;
2912
2912
  accessToken?: string | undefined;
2913
2913
  channelSecret?: string | undefined;
2914
2914
  additionalCredentials?: any;
@@ -2944,14 +2944,14 @@ export declare const platformWebchatContract: {
2944
2944
  integrationId: z.ZodString;
2945
2945
  accessToken: z.ZodString;
2946
2946
  }, "strip", z.ZodTypeAny, {
2947
- id: string;
2948
2947
  name: string;
2948
+ id: string;
2949
2949
  accessToken: string;
2950
2950
  botId: string;
2951
2951
  integrationId: string;
2952
2952
  }, {
2953
- id: string;
2954
2953
  name: string;
2954
+ id: string;
2955
2955
  accessToken: string;
2956
2956
  botId: string;
2957
2957
  integrationId: string;
@@ -3074,9 +3074,9 @@ export declare const platformWebchatContract: {
3074
3074
  telephonySignature: string | null;
3075
3075
  }>;
3076
3076
  }, "strip", z.ZodTypeAny, {
3077
+ name: string;
3077
3078
  id: string;
3078
3079
  address: string | null;
3079
- name: string;
3080
3080
  email: string;
3081
3081
  createdAt: Date;
3082
3082
  updatedAt: Date;
@@ -3117,9 +3117,9 @@ export declare const platformWebchatContract: {
3117
3117
  telephonySignature: string | null;
3118
3118
  };
3119
3119
  }, {
3120
+ name: string;
3120
3121
  id: string;
3121
3122
  address: string | null;
3122
- name: string;
3123
3123
  email: string;
3124
3124
  createdAt: Date;
3125
3125
  updatedAt: Date;
@@ -3161,12 +3161,12 @@ export declare const platformWebchatContract: {
3161
3161
  };
3162
3162
  }>;
3163
3163
  }, "strip", z.ZodTypeAny, {
3164
+ name: string;
3164
3165
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3165
3166
  id: string;
3166
- name: string;
3167
3167
  metadata: {
3168
- id: string;
3169
3168
  name: string;
3169
+ id: string;
3170
3170
  accessToken?: string | undefined;
3171
3171
  channelSecret?: string | undefined;
3172
3172
  additionalCredentials?: any;
@@ -3194,9 +3194,9 @@ export declare const platformWebchatContract: {
3194
3194
  updatedAt: Date;
3195
3195
  deletedAt: Date | null;
3196
3196
  actor: {
3197
+ name: string;
3197
3198
  id: string;
3198
3199
  address: string | null;
3199
- name: string;
3200
3200
  email: string;
3201
3201
  createdAt: Date;
3202
3202
  updatedAt: Date;
@@ -3243,19 +3243,19 @@ export declare const platformWebchatContract: {
3243
3243
  connectedUserName: string;
3244
3244
  connectedUserId: string;
3245
3245
  botpressBot: {
3246
- id: string;
3247
3246
  name: string;
3247
+ id: string;
3248
3248
  accessToken: string;
3249
3249
  botId: string;
3250
3250
  integrationId: string;
3251
3251
  } | null;
3252
3252
  }, {
3253
+ name: string;
3253
3254
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3254
3255
  id: string;
3255
- name: string;
3256
3256
  metadata: {
3257
- id: string;
3258
3257
  name: string;
3258
+ id: string;
3259
3259
  accessToken?: string | undefined;
3260
3260
  channelSecret?: string | undefined;
3261
3261
  additionalCredentials?: any;
@@ -3283,9 +3283,9 @@ export declare const platformWebchatContract: {
3283
3283
  updatedAt: Date;
3284
3284
  deletedAt: Date | null;
3285
3285
  actor: {
3286
+ name: string;
3286
3287
  id: string;
3287
3288
  address: string | null;
3288
- name: string;
3289
3289
  email: string;
3290
3290
  createdAt: Date;
3291
3291
  updatedAt: Date;
@@ -3332,8 +3332,8 @@ export declare const platformWebchatContract: {
3332
3332
  connectedUserName: string;
3333
3333
  connectedUserId: string;
3334
3334
  botpressBot: {
3335
- id: string;
3336
3335
  name: string;
3336
+ id: string;
3337
3337
  accessToken: string;
3338
3338
  botId: string;
3339
3339
  integrationId: string;
@@ -3370,14 +3370,14 @@ export declare const platformWebchatContract: {
3370
3370
  deletedAt: z.ZodNullable<z.ZodDate>;
3371
3371
  name: z.ZodString;
3372
3372
  }, "strip", z.ZodTypeAny, {
3373
- id: string;
3374
3373
  name: string;
3374
+ id: string;
3375
3375
  createdAt: Date;
3376
3376
  updatedAt: Date;
3377
3377
  deletedAt: Date | null;
3378
3378
  }, {
3379
- id: string;
3380
3379
  name: string;
3380
+ id: string;
3381
3381
  createdAt: Date;
3382
3382
  updatedAt: Date;
3383
3383
  deletedAt: Date | null;
@@ -3548,8 +3548,8 @@ export declare const platformWebchatContract: {
3548
3548
  }[];
3549
3549
  }[];
3550
3550
  tags: {
3551
- id: string;
3552
3551
  name: string;
3552
+ id: string;
3553
3553
  createdAt: Date;
3554
3554
  updatedAt: Date;
3555
3555
  deletedAt: Date | null;
@@ -3599,8 +3599,8 @@ export declare const platformWebchatContract: {
3599
3599
  }[];
3600
3600
  }[];
3601
3601
  tags: {
3602
- id: string;
3603
3602
  name: string;
3603
+ id: string;
3604
3604
  createdAt: Date;
3605
3605
  updatedAt: Date;
3606
3606
  deletedAt: Date | null;
@@ -3667,8 +3667,8 @@ export declare const platformWebchatContract: {
3667
3667
  }[];
3668
3668
  }[];
3669
3669
  tags: {
3670
- id: string;
3671
3670
  name: string;
3671
+ id: string;
3672
3672
  createdAt: Date;
3673
3673
  updatedAt: Date;
3674
3674
  deletedAt: Date | null;
@@ -3735,8 +3735,8 @@ export declare const platformWebchatContract: {
3735
3735
  }[];
3736
3736
  }[];
3737
3737
  tags: {
3738
- id: string;
3739
3738
  name: string;
3739
+ id: string;
3740
3740
  createdAt: Date;
3741
3741
  updatedAt: Date;
3742
3742
  deletedAt: Date | null;
@@ -3767,17 +3767,17 @@ export declare const platformWebchatContract: {
3767
3767
  isActive: z.ZodBoolean;
3768
3768
  type: z.ZodString;
3769
3769
  }, "strip", z.ZodTypeAny, {
3770
+ name: string;
3770
3771
  type: string;
3771
3772
  id: string;
3772
- name: string;
3773
3773
  createdAt: Date;
3774
3774
  updatedAt: Date;
3775
3775
  deletedAt: Date | null;
3776
3776
  isActive: boolean;
3777
3777
  }, {
3778
+ name: string;
3778
3779
  type: string;
3779
3780
  id: string;
3780
- name: string;
3781
3781
  createdAt: Date;
3782
3782
  updatedAt: Date;
3783
3783
  deletedAt: Date | null;
@@ -3787,12 +3787,12 @@ export declare const platformWebchatContract: {
3787
3787
  }, "strip", z.ZodTypeAny, {
3788
3788
  id: string;
3789
3789
  channel: {
3790
+ name: string;
3790
3791
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3791
3792
  id: string;
3792
- name: string;
3793
3793
  metadata: {
3794
- id: string;
3795
3794
  name: string;
3795
+ id: string;
3796
3796
  accessToken?: string | undefined;
3797
3797
  channelSecret?: string | undefined;
3798
3798
  additionalCredentials?: any;
@@ -3820,9 +3820,9 @@ export declare const platformWebchatContract: {
3820
3820
  updatedAt: Date;
3821
3821
  deletedAt: Date | null;
3822
3822
  actor: {
3823
+ name: string;
3823
3824
  id: string;
3824
3825
  address: string | null;
3825
- name: string;
3826
3826
  email: string;
3827
3827
  createdAt: Date;
3828
3828
  updatedAt: Date;
@@ -3869,8 +3869,8 @@ export declare const platformWebchatContract: {
3869
3869
  connectedUserName: string;
3870
3870
  connectedUserId: string;
3871
3871
  botpressBot: {
3872
- id: string;
3873
3872
  name: string;
3873
+ id: string;
3874
3874
  accessToken: string;
3875
3875
  botId: string;
3876
3876
  integrationId: string;
@@ -3882,9 +3882,9 @@ export declare const platformWebchatContract: {
3882
3882
  updatedAt: Date;
3883
3883
  deletedAt: Date | null;
3884
3884
  actor: {
3885
+ name: string;
3885
3886
  id: string;
3886
3887
  address: string | null;
3887
- name: string;
3888
3888
  email: string;
3889
3889
  createdAt: Date;
3890
3890
  updatedAt: Date;
@@ -3935,8 +3935,8 @@ export declare const platformWebchatContract: {
3935
3935
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3936
3936
  id: string;
3937
3937
  metadata: {
3938
- id: string;
3939
3938
  name: string;
3939
+ id: string;
3940
3940
  picture?: string | undefined;
3941
3941
  additionalCredentials?: any;
3942
3942
  };
@@ -3944,10 +3944,10 @@ export declare const platformWebchatContract: {
3944
3944
  updatedAt: Date;
3945
3945
  deletedAt: Date | null;
3946
3946
  contact: {
3947
+ name: string;
3947
3948
  id: string;
3948
3949
  channel: string | null;
3949
3950
  address: string | null;
3950
- name: string;
3951
3951
  createdAt: Date;
3952
3952
  updatedAt: Date;
3953
3953
  deletedAt: Date | null;
@@ -3992,8 +3992,8 @@ export declare const platformWebchatContract: {
3992
3992
  createdAt: Date;
3993
3993
  updatedAt: Date;
3994
3994
  deletedAt: Date | null;
3995
- address?: string | null | undefined;
3996
3995
  name?: string | undefined;
3996
+ address?: string | null | undefined;
3997
3997
  phone?: string | null | undefined;
3998
3998
  industry?: string | null | undefined;
3999
3999
  } | null;
@@ -4001,8 +4001,8 @@ export declare const platformWebchatContract: {
4001
4001
  contactProfile: string | null;
4002
4002
  socialProfileUrl: string | null;
4003
4003
  tags: {
4004
- id: string;
4005
4004
  name: string;
4005
+ id: string;
4006
4006
  createdAt: Date;
4007
4007
  updatedAt: Date;
4008
4008
  deletedAt: Date | null;
@@ -4027,8 +4027,8 @@ export declare const platformWebchatContract: {
4027
4027
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4028
4028
  id: string;
4029
4029
  metadata: {
4030
- id: string;
4031
4030
  name: string;
4031
+ id: string;
4032
4032
  picture?: string | undefined;
4033
4033
  additionalCredentials?: any;
4034
4034
  };
@@ -4059,9 +4059,9 @@ export declare const platformWebchatContract: {
4059
4059
  socialPlatformId: string;
4060
4060
  };
4061
4061
  assignee: {
4062
+ name: string;
4062
4063
  id: string;
4063
4064
  address: string | null;
4064
- name: string;
4065
4065
  email: string;
4066
4066
  createdAt: Date;
4067
4067
  updatedAt: Date;
@@ -4151,8 +4151,8 @@ export declare const platformWebchatContract: {
4151
4151
  }[];
4152
4152
  }[];
4153
4153
  tags: {
4154
- id: string;
4155
4154
  name: string;
4155
+ id: string;
4156
4156
  createdAt: Date;
4157
4157
  updatedAt: Date;
4158
4158
  deletedAt: Date | null;
@@ -4175,9 +4175,9 @@ export declare const platformWebchatContract: {
4175
4175
  } | null;
4176
4176
  };
4177
4177
  workflowRule: {
4178
+ name: string;
4178
4179
  type: string;
4179
4180
  id: string;
4180
- name: string;
4181
4181
  createdAt: Date;
4182
4182
  updatedAt: Date;
4183
4183
  deletedAt: Date | null;
@@ -4187,12 +4187,12 @@ export declare const platformWebchatContract: {
4187
4187
  }, {
4188
4188
  id: string;
4189
4189
  channel: {
4190
+ name: string;
4190
4191
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4191
4192
  id: string;
4192
- name: string;
4193
4193
  metadata: {
4194
- id: string;
4195
4194
  name: string;
4195
+ id: string;
4196
4196
  accessToken?: string | undefined;
4197
4197
  channelSecret?: string | undefined;
4198
4198
  additionalCredentials?: any;
@@ -4220,9 +4220,9 @@ export declare const platformWebchatContract: {
4220
4220
  updatedAt: Date;
4221
4221
  deletedAt: Date | null;
4222
4222
  actor: {
4223
+ name: string;
4223
4224
  id: string;
4224
4225
  address: string | null;
4225
- name: string;
4226
4226
  email: string;
4227
4227
  createdAt: Date;
4228
4228
  updatedAt: Date;
@@ -4269,8 +4269,8 @@ export declare const platformWebchatContract: {
4269
4269
  connectedUserName: string;
4270
4270
  connectedUserId: string;
4271
4271
  botpressBot: {
4272
- id: string;
4273
4272
  name: string;
4273
+ id: string;
4274
4274
  accessToken: string;
4275
4275
  botId: string;
4276
4276
  integrationId: string;
@@ -4282,9 +4282,9 @@ export declare const platformWebchatContract: {
4282
4282
  updatedAt: Date;
4283
4283
  deletedAt: Date | null;
4284
4284
  actor: {
4285
+ name: string;
4285
4286
  id: string;
4286
4287
  address: string | null;
4287
- name: string;
4288
4288
  email: string;
4289
4289
  createdAt: Date;
4290
4290
  updatedAt: Date;
@@ -4335,8 +4335,8 @@ export declare const platformWebchatContract: {
4335
4335
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4336
4336
  id: string;
4337
4337
  metadata: {
4338
- id: string;
4339
4338
  name: string;
4339
+ id: string;
4340
4340
  picture?: string | undefined;
4341
4341
  additionalCredentials?: any;
4342
4342
  };
@@ -4344,10 +4344,10 @@ export declare const platformWebchatContract: {
4344
4344
  updatedAt: Date;
4345
4345
  deletedAt: Date | null;
4346
4346
  contact: {
4347
+ name: string;
4347
4348
  id: string;
4348
4349
  channel: string | null;
4349
4350
  address: string | null;
4350
- name: string;
4351
4351
  createdAt: Date;
4352
4352
  updatedAt: Date;
4353
4353
  deletedAt: Date | null;
@@ -4392,8 +4392,8 @@ export declare const platformWebchatContract: {
4392
4392
  createdAt: Date;
4393
4393
  updatedAt: Date;
4394
4394
  deletedAt: Date | null;
4395
- address?: string | null | undefined;
4396
4395
  name?: string | undefined;
4396
+ address?: string | null | undefined;
4397
4397
  phone?: string | null | undefined;
4398
4398
  industry?: string | null | undefined;
4399
4399
  } | null;
@@ -4401,8 +4401,8 @@ export declare const platformWebchatContract: {
4401
4401
  contactProfile: string | null;
4402
4402
  socialProfileUrl: string | null;
4403
4403
  tags: {
4404
- id: string;
4405
4404
  name: string;
4405
+ id: string;
4406
4406
  createdAt: Date;
4407
4407
  updatedAt: Date;
4408
4408
  deletedAt: Date | null;
@@ -4427,8 +4427,8 @@ export declare const platformWebchatContract: {
4427
4427
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4428
4428
  id: string;
4429
4429
  metadata: {
4430
- id: string;
4431
4430
  name: string;
4431
+ id: string;
4432
4432
  picture?: string | undefined;
4433
4433
  additionalCredentials?: any;
4434
4434
  };
@@ -4459,9 +4459,9 @@ export declare const platformWebchatContract: {
4459
4459
  socialPlatformId: string;
4460
4460
  };
4461
4461
  assignee: {
4462
+ name: string;
4462
4463
  id: string;
4463
4464
  address: string | null;
4464
- name: string;
4465
4465
  email: string;
4466
4466
  createdAt: Date;
4467
4467
  updatedAt: Date;
@@ -4551,8 +4551,8 @@ export declare const platformWebchatContract: {
4551
4551
  }[];
4552
4552
  }[];
4553
4553
  tags: {
4554
- id: string;
4555
4554
  name: string;
4555
+ id: string;
4556
4556
  createdAt: Date;
4557
4557
  updatedAt: Date;
4558
4558
  deletedAt: Date | null;
@@ -4575,9 +4575,9 @@ export declare const platformWebchatContract: {
4575
4575
  } | null;
4576
4576
  };
4577
4577
  workflowRule: {
4578
+ name: string;
4578
4579
  type: string;
4579
4580
  id: string;
4580
- name: string;
4581
4581
  createdAt: Date;
4582
4582
  updatedAt: Date;
4583
4583
  deletedAt: Date | null;
@@ -4595,17 +4595,17 @@ export declare const platformWebchatContract: {
4595
4595
  isActive: z.ZodBoolean;
4596
4596
  type: z.ZodString;
4597
4597
  }, "strip", z.ZodTypeAny, {
4598
+ name: string;
4598
4599
  type: string;
4599
4600
  id: string;
4600
- name: string;
4601
4601
  createdAt: Date;
4602
4602
  updatedAt: Date;
4603
4603
  deletedAt: Date | null;
4604
4604
  isActive: boolean;
4605
4605
  }, {
4606
+ name: string;
4606
4607
  type: string;
4607
4608
  id: string;
4608
- name: string;
4609
4609
  createdAt: Date;
4610
4610
  updatedAt: Date;
4611
4611
  deletedAt: Date | null;
@@ -4786,9 +4786,9 @@ export declare const platformWebchatContract: {
4786
4786
  telephonySignature: string | null;
4787
4787
  }>;
4788
4788
  }, "strip", z.ZodTypeAny, {
4789
+ name: string;
4789
4790
  id: string;
4790
4791
  address: string | null;
4791
- name: string;
4792
4792
  email: string;
4793
4793
  createdAt: Date;
4794
4794
  updatedAt: Date;
@@ -4829,9 +4829,9 @@ export declare const platformWebchatContract: {
4829
4829
  telephonySignature: string | null;
4830
4830
  };
4831
4831
  }, {
4832
+ name: string;
4832
4833
  id: string;
4833
4834
  address: string | null;
4834
- name: string;
4835
4835
  email: string;
4836
4836
  createdAt: Date;
4837
4837
  updatedAt: Date;
@@ -4990,9 +4990,9 @@ export declare const platformWebchatContract: {
4990
4990
  telephonySignature: string | null;
4991
4991
  }>;
4992
4992
  }, "strip", z.ZodTypeAny, {
4993
+ name: string;
4993
4994
  id: string;
4994
4995
  address: string | null;
4995
- name: string;
4996
4996
  email: string;
4997
4997
  createdAt: Date;
4998
4998
  updatedAt: Date;
@@ -5033,9 +5033,9 @@ export declare const platformWebchatContract: {
5033
5033
  telephonySignature: string | null;
5034
5034
  };
5035
5035
  }, {
5036
+ name: string;
5036
5037
  id: string;
5037
5038
  address: string | null;
5038
- name: string;
5039
5039
  email: string;
5040
5040
  createdAt: Date;
5041
5041
  updatedAt: Date;
@@ -5194,9 +5194,9 @@ export declare const platformWebchatContract: {
5194
5194
  telephonySignature: string | null;
5195
5195
  }>;
5196
5196
  }, "strip", z.ZodTypeAny, {
5197
+ name: string;
5197
5198
  id: string;
5198
5199
  address: string | null;
5199
- name: string;
5200
5200
  email: string;
5201
5201
  createdAt: Date;
5202
5202
  updatedAt: Date;
@@ -5237,9 +5237,9 @@ export declare const platformWebchatContract: {
5237
5237
  telephonySignature: string | null;
5238
5238
  };
5239
5239
  }, {
5240
+ name: string;
5240
5241
  id: string;
5241
5242
  address: string | null;
5242
- name: string;
5243
5243
  email: string;
5244
5244
  createdAt: Date;
5245
5245
  updatedAt: Date;
@@ -5290,9 +5290,9 @@ export declare const platformWebchatContract: {
5290
5290
  updatedAt: Date;
5291
5291
  deletedAt: Date | null;
5292
5292
  actor: {
5293
+ name: string;
5293
5294
  id: string;
5294
5295
  address: string | null;
5295
- name: string;
5296
5296
  email: string;
5297
5297
  createdAt: Date;
5298
5298
  updatedAt: Date;
@@ -5346,9 +5346,9 @@ export declare const platformWebchatContract: {
5346
5346
  fileUrl: string | null;
5347
5347
  };
5348
5348
  assignee: {
5349
+ name: string;
5349
5350
  id: string;
5350
5351
  address: string | null;
5351
- name: string;
5352
5352
  email: string;
5353
5353
  createdAt: Date;
5354
5354
  updatedAt: Date;
@@ -5397,9 +5397,9 @@ export declare const platformWebchatContract: {
5397
5397
  previewUrl: string;
5398
5398
  imageSetId: string;
5399
5399
  sender: {
5400
+ name: string;
5400
5401
  id: string;
5401
5402
  address: string | null;
5402
- name: string;
5403
5403
  email: string;
5404
5404
  createdAt: Date;
5405
5405
  updatedAt: Date;
@@ -5452,9 +5452,9 @@ export declare const platformWebchatContract: {
5452
5452
  updatedAt: Date;
5453
5453
  deletedAt: Date | null;
5454
5454
  actor: {
5455
+ name: string;
5455
5456
  id: string;
5456
5457
  address: string | null;
5457
- name: string;
5458
5458
  email: string;
5459
5459
  createdAt: Date;
5460
5460
  updatedAt: Date;
@@ -5508,9 +5508,9 @@ export declare const platformWebchatContract: {
5508
5508
  fileUrl: string | null;
5509
5509
  };
5510
5510
  assignee: {
5511
+ name: string;
5511
5512
  id: string;
5512
5513
  address: string | null;
5513
- name: string;
5514
5514
  email: string;
5515
5515
  createdAt: Date;
5516
5516
  updatedAt: Date;
@@ -5559,9 +5559,9 @@ export declare const platformWebchatContract: {
5559
5559
  previewUrl: string;
5560
5560
  imageSetId: string;
5561
5561
  sender: {
5562
+ name: string;
5562
5563
  id: string;
5563
5564
  address: string | null;
5564
- name: string;
5565
5565
  email: string;
5566
5566
  createdAt: Date;
5567
5567
  updatedAt: Date;
@@ -5723,9 +5723,9 @@ export declare const platformWebchatContract: {
5723
5723
  telephonySignature: string | null;
5724
5724
  }>;
5725
5725
  }, "strip", z.ZodTypeAny, {
5726
+ name: string;
5726
5727
  id: string;
5727
5728
  address: string | null;
5728
- name: string;
5729
5729
  email: string;
5730
5730
  createdAt: Date;
5731
5731
  updatedAt: Date;
@@ -5766,9 +5766,9 @@ export declare const platformWebchatContract: {
5766
5766
  telephonySignature: string | null;
5767
5767
  };
5768
5768
  }, {
5769
+ name: string;
5769
5770
  id: string;
5770
5771
  address: string | null;
5771
- name: string;
5772
5772
  email: string;
5773
5773
  createdAt: Date;
5774
5774
  updatedAt: Date;
@@ -5858,13 +5858,13 @@ export declare const platformWebchatContract: {
5858
5858
  picture: z.ZodOptional<z.ZodString>;
5859
5859
  additionalCredentials: z.ZodAny;
5860
5860
  }, "strip", z.ZodTypeAny, {
5861
- id: string;
5862
5861
  name: string;
5862
+ id: string;
5863
5863
  picture?: string | undefined;
5864
5864
  additionalCredentials?: any;
5865
5865
  }, {
5866
- id: string;
5867
5866
  name: string;
5867
+ id: string;
5868
5868
  picture?: string | undefined;
5869
5869
  additionalCredentials?: any;
5870
5870
  }>;
@@ -5886,14 +5886,14 @@ export declare const platformWebchatContract: {
5886
5886
  deletedAt: z.ZodNullable<z.ZodDate>;
5887
5887
  name: z.ZodString;
5888
5888
  }, "strip", z.ZodTypeAny, {
5889
- id: string;
5890
5889
  name: string;
5890
+ id: string;
5891
5891
  createdAt: Date;
5892
5892
  updatedAt: Date;
5893
5893
  deletedAt: Date | null;
5894
5894
  }, {
5895
- id: string;
5896
5895
  name: string;
5896
+ id: string;
5897
5897
  createdAt: Date;
5898
5898
  updatedAt: Date;
5899
5899
  deletedAt: Date | null;
@@ -6049,8 +6049,8 @@ export declare const platformWebchatContract: {
6049
6049
  createdAt: Date;
6050
6050
  updatedAt: Date;
6051
6051
  deletedAt: Date | null;
6052
- address?: string | null | undefined;
6053
6052
  name?: string | undefined;
6053
+ address?: string | null | undefined;
6054
6054
  phone?: string | null | undefined;
6055
6055
  industry?: string | null | undefined;
6056
6056
  }, {
@@ -6058,8 +6058,8 @@ export declare const platformWebchatContract: {
6058
6058
  createdAt: Date;
6059
6059
  updatedAt: Date;
6060
6060
  deletedAt: Date | null;
6061
- address?: string | null | undefined;
6062
6061
  name?: string | undefined;
6062
+ address?: string | null | undefined;
6063
6063
  phone?: string | null | undefined;
6064
6064
  industry?: string | null | undefined;
6065
6065
  }>>;
@@ -6077,13 +6077,13 @@ export declare const platformWebchatContract: {
6077
6077
  picture: z.ZodOptional<z.ZodString>;
6078
6078
  additionalCredentials: z.ZodAny;
6079
6079
  }, "strip", z.ZodTypeAny, {
6080
- id: string;
6081
6080
  name: string;
6081
+ id: string;
6082
6082
  picture?: string | undefined;
6083
6083
  additionalCredentials?: any;
6084
6084
  }, {
6085
- id: string;
6086
6085
  name: string;
6086
+ id: string;
6087
6087
  picture?: string | undefined;
6088
6088
  additionalCredentials?: any;
6089
6089
  }>;
@@ -6091,8 +6091,8 @@ export declare const platformWebchatContract: {
6091
6091
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6092
6092
  id: string;
6093
6093
  metadata: {
6094
- id: string;
6095
6094
  name: string;
6095
+ id: string;
6096
6096
  picture?: string | undefined;
6097
6097
  additionalCredentials?: any;
6098
6098
  };
@@ -6105,8 +6105,8 @@ export declare const platformWebchatContract: {
6105
6105
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6106
6106
  id: string;
6107
6107
  metadata: {
6108
- id: string;
6109
6108
  name: string;
6109
+ id: string;
6110
6110
  picture?: string | undefined;
6111
6111
  additionalCredentials?: any;
6112
6112
  };
@@ -6416,10 +6416,10 @@ export declare const platformWebchatContract: {
6416
6416
  };
6417
6417
  }>, "many">>;
6418
6418
  }, "strip", z.ZodTypeAny, {
6419
+ name: string;
6419
6420
  id: string;
6420
6421
  channel: string | null;
6421
6422
  address: string | null;
6422
- name: string;
6423
6423
  createdAt: Date;
6424
6424
  updatedAt: Date;
6425
6425
  deletedAt: Date | null;
@@ -6464,8 +6464,8 @@ export declare const platformWebchatContract: {
6464
6464
  createdAt: Date;
6465
6465
  updatedAt: Date;
6466
6466
  deletedAt: Date | null;
6467
- address?: string | null | undefined;
6468
6467
  name?: string | undefined;
6468
+ address?: string | null | undefined;
6469
6469
  phone?: string | null | undefined;
6470
6470
  industry?: string | null | undefined;
6471
6471
  } | null;
@@ -6473,8 +6473,8 @@ export declare const platformWebchatContract: {
6473
6473
  contactProfile: string | null;
6474
6474
  socialProfileUrl: string | null;
6475
6475
  tags: {
6476
- id: string;
6477
6476
  name: string;
6477
+ id: string;
6478
6478
  createdAt: Date;
6479
6479
  updatedAt: Date;
6480
6480
  deletedAt: Date | null;
@@ -6499,8 +6499,8 @@ export declare const platformWebchatContract: {
6499
6499
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6500
6500
  id: string;
6501
6501
  metadata: {
6502
- id: string;
6503
6502
  name: string;
6503
+ id: string;
6504
6504
  picture?: string | undefined;
6505
6505
  additionalCredentials?: any;
6506
6506
  };
@@ -6527,10 +6527,10 @@ export declare const platformWebchatContract: {
6527
6527
  };
6528
6528
  }[] | undefined;
6529
6529
  }, {
6530
+ name: string;
6530
6531
  id: string;
6531
6532
  channel: string | null;
6532
6533
  address: string | null;
6533
- name: string;
6534
6534
  createdAt: Date;
6535
6535
  updatedAt: Date;
6536
6536
  deletedAt: Date | null;
@@ -6575,8 +6575,8 @@ export declare const platformWebchatContract: {
6575
6575
  createdAt: Date;
6576
6576
  updatedAt: Date;
6577
6577
  deletedAt: Date | null;
6578
- address?: string | null | undefined;
6579
6578
  name?: string | undefined;
6579
+ address?: string | null | undefined;
6580
6580
  phone?: string | null | undefined;
6581
6581
  industry?: string | null | undefined;
6582
6582
  } | null;
@@ -6584,8 +6584,8 @@ export declare const platformWebchatContract: {
6584
6584
  contactProfile: string | null;
6585
6585
  socialProfileUrl: string | null;
6586
6586
  tags: {
6587
- id: string;
6588
6587
  name: string;
6588
+ id: string;
6589
6589
  createdAt: Date;
6590
6590
  updatedAt: Date;
6591
6591
  deletedAt: Date | null;
@@ -6610,8 +6610,8 @@ export declare const platformWebchatContract: {
6610
6610
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6611
6611
  id: string;
6612
6612
  metadata: {
6613
- id: string;
6614
6613
  name: string;
6614
+ id: string;
6615
6615
  picture?: string | undefined;
6616
6616
  additionalCredentials?: any;
6617
6617
  };
@@ -6642,8 +6642,8 @@ export declare const platformWebchatContract: {
6642
6642
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6643
6643
  id: string;
6644
6644
  metadata: {
6645
- id: string;
6646
6645
  name: string;
6646
+ id: string;
6647
6647
  picture?: string | undefined;
6648
6648
  additionalCredentials?: any;
6649
6649
  };
@@ -6651,10 +6651,10 @@ export declare const platformWebchatContract: {
6651
6651
  updatedAt: Date;
6652
6652
  deletedAt: Date | null;
6653
6653
  contact: {
6654
+ name: string;
6654
6655
  id: string;
6655
6656
  channel: string | null;
6656
6657
  address: string | null;
6657
- name: string;
6658
6658
  createdAt: Date;
6659
6659
  updatedAt: Date;
6660
6660
  deletedAt: Date | null;
@@ -6699,8 +6699,8 @@ export declare const platformWebchatContract: {
6699
6699
  createdAt: Date;
6700
6700
  updatedAt: Date;
6701
6701
  deletedAt: Date | null;
6702
- address?: string | null | undefined;
6703
6702
  name?: string | undefined;
6703
+ address?: string | null | undefined;
6704
6704
  phone?: string | null | undefined;
6705
6705
  industry?: string | null | undefined;
6706
6706
  } | null;
@@ -6708,8 +6708,8 @@ export declare const platformWebchatContract: {
6708
6708
  contactProfile: string | null;
6709
6709
  socialProfileUrl: string | null;
6710
6710
  tags: {
6711
- id: string;
6712
6711
  name: string;
6712
+ id: string;
6713
6713
  createdAt: Date;
6714
6714
  updatedAt: Date;
6715
6715
  deletedAt: Date | null;
@@ -6734,8 +6734,8 @@ export declare const platformWebchatContract: {
6734
6734
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6735
6735
  id: string;
6736
6736
  metadata: {
6737
- id: string;
6738
6737
  name: string;
6738
+ id: string;
6739
6739
  picture?: string | undefined;
6740
6740
  additionalCredentials?: any;
6741
6741
  };
@@ -6768,8 +6768,8 @@ export declare const platformWebchatContract: {
6768
6768
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6769
6769
  id: string;
6770
6770
  metadata: {
6771
- id: string;
6772
6771
  name: string;
6772
+ id: string;
6773
6773
  picture?: string | undefined;
6774
6774
  additionalCredentials?: any;
6775
6775
  };
@@ -6777,10 +6777,10 @@ export declare const platformWebchatContract: {
6777
6777
  updatedAt: Date;
6778
6778
  deletedAt: Date | null;
6779
6779
  contact: {
6780
+ name: string;
6780
6781
  id: string;
6781
6782
  channel: string | null;
6782
6783
  address: string | null;
6783
- name: string;
6784
6784
  createdAt: Date;
6785
6785
  updatedAt: Date;
6786
6786
  deletedAt: Date | null;
@@ -6825,8 +6825,8 @@ export declare const platformWebchatContract: {
6825
6825
  createdAt: Date;
6826
6826
  updatedAt: Date;
6827
6827
  deletedAt: Date | null;
6828
- address?: string | null | undefined;
6829
6828
  name?: string | undefined;
6829
+ address?: string | null | undefined;
6830
6830
  phone?: string | null | undefined;
6831
6831
  industry?: string | null | undefined;
6832
6832
  } | null;
@@ -6834,8 +6834,8 @@ export declare const platformWebchatContract: {
6834
6834
  contactProfile: string | null;
6835
6835
  socialProfileUrl: string | null;
6836
6836
  tags: {
6837
- id: string;
6838
6837
  name: string;
6838
+ id: string;
6839
6839
  createdAt: Date;
6840
6840
  updatedAt: Date;
6841
6841
  deletedAt: Date | null;
@@ -6860,8 +6860,8 @@ export declare const platformWebchatContract: {
6860
6860
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6861
6861
  id: string;
6862
6862
  metadata: {
6863
- id: string;
6864
6863
  name: string;
6864
+ id: string;
6865
6865
  picture?: string | undefined;
6866
6866
  additionalCredentials?: any;
6867
6867
  };
@@ -7009,9 +7009,9 @@ export declare const platformWebchatContract: {
7009
7009
  telephonySignature: string | null;
7010
7010
  }>;
7011
7011
  }, "strip", z.ZodTypeAny, {
7012
+ name: string;
7012
7013
  id: string;
7013
7014
  address: string | null;
7014
- name: string;
7015
7015
  email: string;
7016
7016
  createdAt: Date;
7017
7017
  updatedAt: Date;
@@ -7052,9 +7052,9 @@ export declare const platformWebchatContract: {
7052
7052
  telephonySignature: string | null;
7053
7053
  };
7054
7054
  }, {
7055
+ name: string;
7055
7056
  id: string;
7056
7057
  address: string | null;
7057
- name: string;
7058
7058
  email: string;
7059
7059
  createdAt: Date;
7060
7060
  updatedAt: Date;
@@ -7213,9 +7213,9 @@ export declare const platformWebchatContract: {
7213
7213
  telephonySignature: string | null;
7214
7214
  }>;
7215
7215
  }, "strip", z.ZodTypeAny, {
7216
+ name: string;
7216
7217
  id: string;
7217
7218
  address: string | null;
7218
- name: string;
7219
7219
  email: string;
7220
7220
  createdAt: Date;
7221
7221
  updatedAt: Date;
@@ -7256,9 +7256,9 @@ export declare const platformWebchatContract: {
7256
7256
  telephonySignature: string | null;
7257
7257
  };
7258
7258
  }, {
7259
+ name: string;
7259
7260
  id: string;
7260
7261
  address: string | null;
7261
- name: string;
7262
7262
  email: string;
7263
7263
  createdAt: Date;
7264
7264
  updatedAt: Date;
@@ -7357,8 +7357,8 @@ export declare const platformWebchatContract: {
7357
7357
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7358
7358
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7359
7359
  }, "strip", z.ZodTypeAny, {
7360
- id: string;
7361
7360
  name: string;
7361
+ id: string;
7362
7362
  accessToken?: string | undefined;
7363
7363
  channelSecret?: string | undefined;
7364
7364
  additionalCredentials?: any;
@@ -7381,8 +7381,8 @@ export declare const platformWebchatContract: {
7381
7381
  lineRichMenuId?: string | null | undefined;
7382
7382
  messengerIntegrationType?: "own" | "business" | undefined;
7383
7383
  }, {
7384
- id: string;
7385
7384
  name: string;
7385
+ id: string;
7386
7386
  accessToken?: string | undefined;
7387
7387
  channelSecret?: string | undefined;
7388
7388
  additionalCredentials?: any;
@@ -7418,14 +7418,14 @@ export declare const platformWebchatContract: {
7418
7418
  integrationId: z.ZodString;
7419
7419
  accessToken: z.ZodString;
7420
7420
  }, "strip", z.ZodTypeAny, {
7421
- id: string;
7422
7421
  name: string;
7422
+ id: string;
7423
7423
  accessToken: string;
7424
7424
  botId: string;
7425
7425
  integrationId: string;
7426
7426
  }, {
7427
- id: string;
7428
7427
  name: string;
7428
+ id: string;
7429
7429
  accessToken: string;
7430
7430
  botId: string;
7431
7431
  integrationId: string;
@@ -7548,9 +7548,9 @@ export declare const platformWebchatContract: {
7548
7548
  telephonySignature: string | null;
7549
7549
  }>;
7550
7550
  }, "strip", z.ZodTypeAny, {
7551
+ name: string;
7551
7552
  id: string;
7552
7553
  address: string | null;
7553
- name: string;
7554
7554
  email: string;
7555
7555
  createdAt: Date;
7556
7556
  updatedAt: Date;
@@ -7591,9 +7591,9 @@ export declare const platformWebchatContract: {
7591
7591
  telephonySignature: string | null;
7592
7592
  };
7593
7593
  }, {
7594
+ name: string;
7594
7595
  id: string;
7595
7596
  address: string | null;
7596
- name: string;
7597
7597
  email: string;
7598
7598
  createdAt: Date;
7599
7599
  updatedAt: Date;
@@ -7635,12 +7635,12 @@ export declare const platformWebchatContract: {
7635
7635
  };
7636
7636
  }>;
7637
7637
  }, "strip", z.ZodTypeAny, {
7638
+ name: string;
7638
7639
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7639
7640
  id: string;
7640
- name: string;
7641
7641
  metadata: {
7642
- id: string;
7643
7642
  name: string;
7643
+ id: string;
7644
7644
  accessToken?: string | undefined;
7645
7645
  channelSecret?: string | undefined;
7646
7646
  additionalCredentials?: any;
@@ -7668,9 +7668,9 @@ export declare const platformWebchatContract: {
7668
7668
  updatedAt: Date;
7669
7669
  deletedAt: Date | null;
7670
7670
  actor: {
7671
+ name: string;
7671
7672
  id: string;
7672
7673
  address: string | null;
7673
- name: string;
7674
7674
  email: string;
7675
7675
  createdAt: Date;
7676
7676
  updatedAt: Date;
@@ -7717,19 +7717,19 @@ export declare const platformWebchatContract: {
7717
7717
  connectedUserName: string;
7718
7718
  connectedUserId: string;
7719
7719
  botpressBot: {
7720
- id: string;
7721
7720
  name: string;
7721
+ id: string;
7722
7722
  accessToken: string;
7723
7723
  botId: string;
7724
7724
  integrationId: string;
7725
7725
  } | null;
7726
7726
  }, {
7727
+ name: string;
7727
7728
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7728
7729
  id: string;
7729
- name: string;
7730
7730
  metadata: {
7731
- id: string;
7732
7731
  name: string;
7732
+ id: string;
7733
7733
  accessToken?: string | undefined;
7734
7734
  channelSecret?: string | undefined;
7735
7735
  additionalCredentials?: any;
@@ -7757,9 +7757,9 @@ export declare const platformWebchatContract: {
7757
7757
  updatedAt: Date;
7758
7758
  deletedAt: Date | null;
7759
7759
  actor: {
7760
+ name: string;
7760
7761
  id: string;
7761
7762
  address: string | null;
7762
- name: string;
7763
7763
  email: string;
7764
7764
  createdAt: Date;
7765
7765
  updatedAt: Date;
@@ -7806,8 +7806,8 @@ export declare const platformWebchatContract: {
7806
7806
  connectedUserName: string;
7807
7807
  connectedUserId: string;
7808
7808
  botpressBot: {
7809
- id: string;
7810
7809
  name: string;
7810
+ id: string;
7811
7811
  accessToken: string;
7812
7812
  botId: string;
7813
7813
  integrationId: string;
@@ -7844,14 +7844,14 @@ export declare const platformWebchatContract: {
7844
7844
  deletedAt: z.ZodNullable<z.ZodDate>;
7845
7845
  name: z.ZodString;
7846
7846
  }, "strip", z.ZodTypeAny, {
7847
- id: string;
7848
7847
  name: string;
7848
+ id: string;
7849
7849
  createdAt: Date;
7850
7850
  updatedAt: Date;
7851
7851
  deletedAt: Date | null;
7852
7852
  }, {
7853
- id: string;
7854
7853
  name: string;
7854
+ id: string;
7855
7855
  createdAt: Date;
7856
7856
  updatedAt: Date;
7857
7857
  deletedAt: Date | null;
@@ -8022,8 +8022,8 @@ export declare const platformWebchatContract: {
8022
8022
  }[];
8023
8023
  }[];
8024
8024
  tags: {
8025
- id: string;
8026
8025
  name: string;
8026
+ id: string;
8027
8027
  createdAt: Date;
8028
8028
  updatedAt: Date;
8029
8029
  deletedAt: Date | null;
@@ -8073,8 +8073,8 @@ export declare const platformWebchatContract: {
8073
8073
  }[];
8074
8074
  }[];
8075
8075
  tags: {
8076
- id: string;
8077
8076
  name: string;
8077
+ id: string;
8078
8078
  createdAt: Date;
8079
8079
  updatedAt: Date;
8080
8080
  deletedAt: Date | null;
@@ -8141,8 +8141,8 @@ export declare const platformWebchatContract: {
8141
8141
  }[];
8142
8142
  }[];
8143
8143
  tags: {
8144
- id: string;
8145
8144
  name: string;
8145
+ id: string;
8146
8146
  createdAt: Date;
8147
8147
  updatedAt: Date;
8148
8148
  deletedAt: Date | null;
@@ -8209,8 +8209,8 @@ export declare const platformWebchatContract: {
8209
8209
  }[];
8210
8210
  }[];
8211
8211
  tags: {
8212
- id: string;
8213
8212
  name: string;
8213
+ id: string;
8214
8214
  createdAt: Date;
8215
8215
  updatedAt: Date;
8216
8216
  deletedAt: Date | null;
@@ -8241,17 +8241,17 @@ export declare const platformWebchatContract: {
8241
8241
  isActive: z.ZodBoolean;
8242
8242
  type: z.ZodString;
8243
8243
  }, "strip", z.ZodTypeAny, {
8244
+ name: string;
8244
8245
  type: string;
8245
8246
  id: string;
8246
- name: string;
8247
8247
  createdAt: Date;
8248
8248
  updatedAt: Date;
8249
8249
  deletedAt: Date | null;
8250
8250
  isActive: boolean;
8251
8251
  }, {
8252
+ name: string;
8252
8253
  type: string;
8253
8254
  id: string;
8254
- name: string;
8255
8255
  createdAt: Date;
8256
8256
  updatedAt: Date;
8257
8257
  deletedAt: Date | null;
@@ -8261,12 +8261,12 @@ export declare const platformWebchatContract: {
8261
8261
  }, "strip", z.ZodTypeAny, {
8262
8262
  id: string;
8263
8263
  channel: {
8264
+ name: string;
8264
8265
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8265
8266
  id: string;
8266
- name: string;
8267
8267
  metadata: {
8268
- id: string;
8269
8268
  name: string;
8269
+ id: string;
8270
8270
  accessToken?: string | undefined;
8271
8271
  channelSecret?: string | undefined;
8272
8272
  additionalCredentials?: any;
@@ -8294,9 +8294,9 @@ export declare const platformWebchatContract: {
8294
8294
  updatedAt: Date;
8295
8295
  deletedAt: Date | null;
8296
8296
  actor: {
8297
+ name: string;
8297
8298
  id: string;
8298
8299
  address: string | null;
8299
- name: string;
8300
8300
  email: string;
8301
8301
  createdAt: Date;
8302
8302
  updatedAt: Date;
@@ -8343,8 +8343,8 @@ export declare const platformWebchatContract: {
8343
8343
  connectedUserName: string;
8344
8344
  connectedUserId: string;
8345
8345
  botpressBot: {
8346
- id: string;
8347
8346
  name: string;
8347
+ id: string;
8348
8348
  accessToken: string;
8349
8349
  botId: string;
8350
8350
  integrationId: string;
@@ -8356,9 +8356,9 @@ export declare const platformWebchatContract: {
8356
8356
  updatedAt: Date;
8357
8357
  deletedAt: Date | null;
8358
8358
  actor: {
8359
+ name: string;
8359
8360
  id: string;
8360
8361
  address: string | null;
8361
- name: string;
8362
8362
  email: string;
8363
8363
  createdAt: Date;
8364
8364
  updatedAt: Date;
@@ -8409,8 +8409,8 @@ export declare const platformWebchatContract: {
8409
8409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8410
8410
  id: string;
8411
8411
  metadata: {
8412
- id: string;
8413
8412
  name: string;
8413
+ id: string;
8414
8414
  picture?: string | undefined;
8415
8415
  additionalCredentials?: any;
8416
8416
  };
@@ -8418,10 +8418,10 @@ export declare const platformWebchatContract: {
8418
8418
  updatedAt: Date;
8419
8419
  deletedAt: Date | null;
8420
8420
  contact: {
8421
+ name: string;
8421
8422
  id: string;
8422
8423
  channel: string | null;
8423
8424
  address: string | null;
8424
- name: string;
8425
8425
  createdAt: Date;
8426
8426
  updatedAt: Date;
8427
8427
  deletedAt: Date | null;
@@ -8466,8 +8466,8 @@ export declare const platformWebchatContract: {
8466
8466
  createdAt: Date;
8467
8467
  updatedAt: Date;
8468
8468
  deletedAt: Date | null;
8469
- address?: string | null | undefined;
8470
8469
  name?: string | undefined;
8470
+ address?: string | null | undefined;
8471
8471
  phone?: string | null | undefined;
8472
8472
  industry?: string | null | undefined;
8473
8473
  } | null;
@@ -8475,8 +8475,8 @@ export declare const platformWebchatContract: {
8475
8475
  contactProfile: string | null;
8476
8476
  socialProfileUrl: string | null;
8477
8477
  tags: {
8478
- id: string;
8479
8478
  name: string;
8479
+ id: string;
8480
8480
  createdAt: Date;
8481
8481
  updatedAt: Date;
8482
8482
  deletedAt: Date | null;
@@ -8501,8 +8501,8 @@ export declare const platformWebchatContract: {
8501
8501
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8502
8502
  id: string;
8503
8503
  metadata: {
8504
- id: string;
8505
8504
  name: string;
8505
+ id: string;
8506
8506
  picture?: string | undefined;
8507
8507
  additionalCredentials?: any;
8508
8508
  };
@@ -8533,9 +8533,9 @@ export declare const platformWebchatContract: {
8533
8533
  socialPlatformId: string;
8534
8534
  };
8535
8535
  assignee: {
8536
+ name: string;
8536
8537
  id: string;
8537
8538
  address: string | null;
8538
- name: string;
8539
8539
  email: string;
8540
8540
  createdAt: Date;
8541
8541
  updatedAt: Date;
@@ -8625,8 +8625,8 @@ export declare const platformWebchatContract: {
8625
8625
  }[];
8626
8626
  }[];
8627
8627
  tags: {
8628
- id: string;
8629
8628
  name: string;
8629
+ id: string;
8630
8630
  createdAt: Date;
8631
8631
  updatedAt: Date;
8632
8632
  deletedAt: Date | null;
@@ -8649,9 +8649,9 @@ export declare const platformWebchatContract: {
8649
8649
  } | null;
8650
8650
  };
8651
8651
  workflowRule: {
8652
+ name: string;
8652
8653
  type: string;
8653
8654
  id: string;
8654
- name: string;
8655
8655
  createdAt: Date;
8656
8656
  updatedAt: Date;
8657
8657
  deletedAt: Date | null;
@@ -8661,12 +8661,12 @@ export declare const platformWebchatContract: {
8661
8661
  }, {
8662
8662
  id: string;
8663
8663
  channel: {
8664
+ name: string;
8664
8665
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8665
8666
  id: string;
8666
- name: string;
8667
8667
  metadata: {
8668
- id: string;
8669
8668
  name: string;
8669
+ id: string;
8670
8670
  accessToken?: string | undefined;
8671
8671
  channelSecret?: string | undefined;
8672
8672
  additionalCredentials?: any;
@@ -8694,9 +8694,9 @@ export declare const platformWebchatContract: {
8694
8694
  updatedAt: Date;
8695
8695
  deletedAt: Date | null;
8696
8696
  actor: {
8697
+ name: string;
8697
8698
  id: string;
8698
8699
  address: string | null;
8699
- name: string;
8700
8700
  email: string;
8701
8701
  createdAt: Date;
8702
8702
  updatedAt: Date;
@@ -8743,8 +8743,8 @@ export declare const platformWebchatContract: {
8743
8743
  connectedUserName: string;
8744
8744
  connectedUserId: string;
8745
8745
  botpressBot: {
8746
- id: string;
8747
8746
  name: string;
8747
+ id: string;
8748
8748
  accessToken: string;
8749
8749
  botId: string;
8750
8750
  integrationId: string;
@@ -8756,9 +8756,9 @@ export declare const platformWebchatContract: {
8756
8756
  updatedAt: Date;
8757
8757
  deletedAt: Date | null;
8758
8758
  actor: {
8759
+ name: string;
8759
8760
  id: string;
8760
8761
  address: string | null;
8761
- name: string;
8762
8762
  email: string;
8763
8763
  createdAt: Date;
8764
8764
  updatedAt: Date;
@@ -8809,8 +8809,8 @@ export declare const platformWebchatContract: {
8809
8809
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8810
8810
  id: string;
8811
8811
  metadata: {
8812
- id: string;
8813
8812
  name: string;
8813
+ id: string;
8814
8814
  picture?: string | undefined;
8815
8815
  additionalCredentials?: any;
8816
8816
  };
@@ -8818,10 +8818,10 @@ export declare const platformWebchatContract: {
8818
8818
  updatedAt: Date;
8819
8819
  deletedAt: Date | null;
8820
8820
  contact: {
8821
+ name: string;
8821
8822
  id: string;
8822
8823
  channel: string | null;
8823
8824
  address: string | null;
8824
- name: string;
8825
8825
  createdAt: Date;
8826
8826
  updatedAt: Date;
8827
8827
  deletedAt: Date | null;
@@ -8866,8 +8866,8 @@ export declare const platformWebchatContract: {
8866
8866
  createdAt: Date;
8867
8867
  updatedAt: Date;
8868
8868
  deletedAt: Date | null;
8869
- address?: string | null | undefined;
8870
8869
  name?: string | undefined;
8870
+ address?: string | null | undefined;
8871
8871
  phone?: string | null | undefined;
8872
8872
  industry?: string | null | undefined;
8873
8873
  } | null;
@@ -8875,8 +8875,8 @@ export declare const platformWebchatContract: {
8875
8875
  contactProfile: string | null;
8876
8876
  socialProfileUrl: string | null;
8877
8877
  tags: {
8878
- id: string;
8879
8878
  name: string;
8879
+ id: string;
8880
8880
  createdAt: Date;
8881
8881
  updatedAt: Date;
8882
8882
  deletedAt: Date | null;
@@ -8901,8 +8901,8 @@ export declare const platformWebchatContract: {
8901
8901
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8902
8902
  id: string;
8903
8903
  metadata: {
8904
- id: string;
8905
8904
  name: string;
8905
+ id: string;
8906
8906
  picture?: string | undefined;
8907
8907
  additionalCredentials?: any;
8908
8908
  };
@@ -8933,9 +8933,9 @@ export declare const platformWebchatContract: {
8933
8933
  socialPlatformId: string;
8934
8934
  };
8935
8935
  assignee: {
8936
+ name: string;
8936
8937
  id: string;
8937
8938
  address: string | null;
8938
- name: string;
8939
8939
  email: string;
8940
8940
  createdAt: Date;
8941
8941
  updatedAt: Date;
@@ -9025,8 +9025,8 @@ export declare const platformWebchatContract: {
9025
9025
  }[];
9026
9026
  }[];
9027
9027
  tags: {
9028
- id: string;
9029
9028
  name: string;
9029
+ id: string;
9030
9030
  createdAt: Date;
9031
9031
  updatedAt: Date;
9032
9032
  deletedAt: Date | null;
@@ -9049,9 +9049,9 @@ export declare const platformWebchatContract: {
9049
9049
  } | null;
9050
9050
  };
9051
9051
  workflowRule: {
9052
+ name: string;
9052
9053
  type: string;
9053
9054
  id: string;
9054
- name: string;
9055
9055
  createdAt: Date;
9056
9056
  updatedAt: Date;
9057
9057
  deletedAt: Date | null;
@@ -9263,9 +9263,9 @@ export declare const platformWebchatContract: {
9263
9263
  telephonySignature: string | null;
9264
9264
  }>;
9265
9265
  }, "strip", z.ZodTypeAny, {
9266
+ name: string;
9266
9267
  id: string;
9267
9268
  address: string | null;
9268
- name: string;
9269
9269
  email: string;
9270
9270
  createdAt: Date;
9271
9271
  updatedAt: Date;
@@ -9306,9 +9306,9 @@ export declare const platformWebchatContract: {
9306
9306
  telephonySignature: string | null;
9307
9307
  };
9308
9308
  }, {
9309
+ name: string;
9309
9310
  id: string;
9310
9311
  address: string | null;
9311
- name: string;
9312
9312
  email: string;
9313
9313
  createdAt: Date;
9314
9314
  updatedAt: Date;
@@ -9467,9 +9467,9 @@ export declare const platformWebchatContract: {
9467
9467
  telephonySignature: string | null;
9468
9468
  }>;
9469
9469
  }, "strip", z.ZodTypeAny, {
9470
+ name: string;
9470
9471
  id: string;
9471
9472
  address: string | null;
9472
- name: string;
9473
9473
  email: string;
9474
9474
  createdAt: Date;
9475
9475
  updatedAt: Date;
@@ -9510,9 +9510,9 @@ export declare const platformWebchatContract: {
9510
9510
  telephonySignature: string | null;
9511
9511
  };
9512
9512
  }, {
9513
+ name: string;
9513
9514
  id: string;
9514
9515
  address: string | null;
9515
- name: string;
9516
9516
  email: string;
9517
9517
  createdAt: Date;
9518
9518
  updatedAt: Date;
@@ -9671,9 +9671,9 @@ export declare const platformWebchatContract: {
9671
9671
  telephonySignature: string | null;
9672
9672
  }>;
9673
9673
  }, "strip", z.ZodTypeAny, {
9674
+ name: string;
9674
9675
  id: string;
9675
9676
  address: string | null;
9676
- name: string;
9677
9677
  email: string;
9678
9678
  createdAt: Date;
9679
9679
  updatedAt: Date;
@@ -9714,9 +9714,9 @@ export declare const platformWebchatContract: {
9714
9714
  telephonySignature: string | null;
9715
9715
  };
9716
9716
  }, {
9717
+ name: string;
9717
9718
  id: string;
9718
9719
  address: string | null;
9719
- name: string;
9720
9720
  email: string;
9721
9721
  createdAt: Date;
9722
9722
  updatedAt: Date;
@@ -9767,9 +9767,9 @@ export declare const platformWebchatContract: {
9767
9767
  updatedAt: Date;
9768
9768
  deletedAt: Date | null;
9769
9769
  actor: {
9770
+ name: string;
9770
9771
  id: string;
9771
9772
  address: string | null;
9772
- name: string;
9773
9773
  email: string;
9774
9774
  createdAt: Date;
9775
9775
  updatedAt: Date;
@@ -9823,9 +9823,9 @@ export declare const platformWebchatContract: {
9823
9823
  fileUrl: string | null;
9824
9824
  };
9825
9825
  assignee: {
9826
+ name: string;
9826
9827
  id: string;
9827
9828
  address: string | null;
9828
- name: string;
9829
9829
  email: string;
9830
9830
  createdAt: Date;
9831
9831
  updatedAt: Date;
@@ -9874,9 +9874,9 @@ export declare const platformWebchatContract: {
9874
9874
  previewUrl: string;
9875
9875
  imageSetId: string;
9876
9876
  sender: {
9877
+ name: string;
9877
9878
  id: string;
9878
9879
  address: string | null;
9879
- name: string;
9880
9880
  email: string;
9881
9881
  createdAt: Date;
9882
9882
  updatedAt: Date;
@@ -9929,9 +9929,9 @@ export declare const platformWebchatContract: {
9929
9929
  updatedAt: Date;
9930
9930
  deletedAt: Date | null;
9931
9931
  actor: {
9932
+ name: string;
9932
9933
  id: string;
9933
9934
  address: string | null;
9934
- name: string;
9935
9935
  email: string;
9936
9936
  createdAt: Date;
9937
9937
  updatedAt: Date;
@@ -9985,9 +9985,9 @@ export declare const platformWebchatContract: {
9985
9985
  fileUrl: string | null;
9986
9986
  };
9987
9987
  assignee: {
9988
+ name: string;
9988
9989
  id: string;
9989
9990
  address: string | null;
9990
- name: string;
9991
9991
  email: string;
9992
9992
  createdAt: Date;
9993
9993
  updatedAt: Date;
@@ -10036,9 +10036,9 @@ export declare const platformWebchatContract: {
10036
10036
  previewUrl: string;
10037
10037
  imageSetId: string;
10038
10038
  sender: {
10039
+ name: string;
10039
10040
  id: string;
10040
10041
  address: string | null;
10041
- name: string;
10042
10042
  email: string;
10043
10043
  createdAt: Date;
10044
10044
  updatedAt: Date;
@@ -10200,9 +10200,9 @@ export declare const platformWebchatContract: {
10200
10200
  telephonySignature: string | null;
10201
10201
  }>;
10202
10202
  }, "strip", z.ZodTypeAny, {
10203
+ name: string;
10203
10204
  id: string;
10204
10205
  address: string | null;
10205
- name: string;
10206
10206
  email: string;
10207
10207
  createdAt: Date;
10208
10208
  updatedAt: Date;
@@ -10243,9 +10243,9 @@ export declare const platformWebchatContract: {
10243
10243
  telephonySignature: string | null;
10244
10244
  };
10245
10245
  }, {
10246
+ name: string;
10246
10247
  id: string;
10247
10248
  address: string | null;
10248
- name: string;
10249
10249
  email: string;
10250
10250
  createdAt: Date;
10251
10251
  updatedAt: Date;
@@ -10404,9 +10404,9 @@ export declare const platformWebchatContract: {
10404
10404
  telephonySignature: string | null;
10405
10405
  }>;
10406
10406
  }, "strip", z.ZodTypeAny, {
10407
+ name: string;
10407
10408
  id: string;
10408
10409
  address: string | null;
10409
- name: string;
10410
10410
  email: string;
10411
10411
  createdAt: Date;
10412
10412
  updatedAt: Date;
@@ -10447,9 +10447,9 @@ export declare const platformWebchatContract: {
10447
10447
  telephonySignature: string | null;
10448
10448
  };
10449
10449
  }, {
10450
+ name: string;
10450
10451
  id: string;
10451
10452
  address: string | null;
10452
- name: string;
10453
10453
  email: string;
10454
10454
  createdAt: Date;
10455
10455
  updatedAt: Date;
@@ -10608,9 +10608,9 @@ export declare const platformWebchatContract: {
10608
10608
  telephonySignature: string | null;
10609
10609
  }>;
10610
10610
  }, "strip", z.ZodTypeAny, {
10611
+ name: string;
10611
10612
  id: string;
10612
10613
  address: string | null;
10613
- name: string;
10614
10614
  email: string;
10615
10615
  createdAt: Date;
10616
10616
  updatedAt: Date;
@@ -10651,9 +10651,9 @@ export declare const platformWebchatContract: {
10651
10651
  telephonySignature: string | null;
10652
10652
  };
10653
10653
  }, {
10654
+ name: string;
10654
10655
  id: string;
10655
10656
  address: string | null;
10656
- name: string;
10657
10657
  email: string;
10658
10658
  createdAt: Date;
10659
10659
  updatedAt: Date;
@@ -10703,17 +10703,17 @@ export declare const platformWebchatContract: {
10703
10703
  isActive: z.ZodBoolean;
10704
10704
  type: z.ZodString;
10705
10705
  }, "strip", z.ZodTypeAny, {
10706
+ name: string;
10706
10707
  type: string;
10707
10708
  id: string;
10708
- name: string;
10709
10709
  createdAt: Date;
10710
10710
  updatedAt: Date;
10711
10711
  deletedAt: Date | null;
10712
10712
  isActive: boolean;
10713
10713
  }, {
10714
+ name: string;
10714
10715
  type: string;
10715
10716
  id: string;
10716
- name: string;
10717
10717
  createdAt: Date;
10718
10718
  updatedAt: Date;
10719
10719
  deletedAt: Date | null;
@@ -10731,9 +10731,9 @@ export declare const platformWebchatContract: {
10731
10731
  updatedAt: Date;
10732
10732
  deletedAt: Date | null;
10733
10733
  actor: {
10734
+ name: string;
10734
10735
  id: string;
10735
10736
  address: string | null;
10736
- name: string;
10737
10737
  email: string;
10738
10738
  createdAt: Date;
10739
10739
  updatedAt: Date;
@@ -10787,9 +10787,9 @@ export declare const platformWebchatContract: {
10787
10787
  fileUrl: string | null;
10788
10788
  };
10789
10789
  assignee: {
10790
+ name: string;
10790
10791
  id: string;
10791
10792
  address: string | null;
10792
- name: string;
10793
10793
  email: string;
10794
10794
  createdAt: Date;
10795
10795
  updatedAt: Date;
@@ -10834,12 +10834,12 @@ export declare const platformWebchatContract: {
10834
10834
  room: {
10835
10835
  id: string;
10836
10836
  channel: {
10837
+ name: string;
10837
10838
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10838
10839
  id: string;
10839
- name: string;
10840
10840
  metadata: {
10841
- id: string;
10842
10841
  name: string;
10842
+ id: string;
10843
10843
  accessToken?: string | undefined;
10844
10844
  channelSecret?: string | undefined;
10845
10845
  additionalCredentials?: any;
@@ -10867,9 +10867,9 @@ export declare const platformWebchatContract: {
10867
10867
  updatedAt: Date;
10868
10868
  deletedAt: Date | null;
10869
10869
  actor: {
10870
+ name: string;
10870
10871
  id: string;
10871
10872
  address: string | null;
10872
- name: string;
10873
10873
  email: string;
10874
10874
  createdAt: Date;
10875
10875
  updatedAt: Date;
@@ -10916,8 +10916,8 @@ export declare const platformWebchatContract: {
10916
10916
  connectedUserName: string;
10917
10917
  connectedUserId: string;
10918
10918
  botpressBot: {
10919
- id: string;
10920
10919
  name: string;
10920
+ id: string;
10921
10921
  accessToken: string;
10922
10922
  botId: string;
10923
10923
  integrationId: string;
@@ -10929,9 +10929,9 @@ export declare const platformWebchatContract: {
10929
10929
  updatedAt: Date;
10930
10930
  deletedAt: Date | null;
10931
10931
  actor: {
10932
+ name: string;
10932
10933
  id: string;
10933
10934
  address: string | null;
10934
- name: string;
10935
10935
  email: string;
10936
10936
  createdAt: Date;
10937
10937
  updatedAt: Date;
@@ -10982,8 +10982,8 @@ export declare const platformWebchatContract: {
10982
10982
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10983
10983
  id: string;
10984
10984
  metadata: {
10985
- id: string;
10986
10985
  name: string;
10986
+ id: string;
10987
10987
  picture?: string | undefined;
10988
10988
  additionalCredentials?: any;
10989
10989
  };
@@ -10991,10 +10991,10 @@ export declare const platformWebchatContract: {
10991
10991
  updatedAt: Date;
10992
10992
  deletedAt: Date | null;
10993
10993
  contact: {
10994
+ name: string;
10994
10995
  id: string;
10995
10996
  channel: string | null;
10996
10997
  address: string | null;
10997
- name: string;
10998
10998
  createdAt: Date;
10999
10999
  updatedAt: Date;
11000
11000
  deletedAt: Date | null;
@@ -11039,8 +11039,8 @@ export declare const platformWebchatContract: {
11039
11039
  createdAt: Date;
11040
11040
  updatedAt: Date;
11041
11041
  deletedAt: Date | null;
11042
- address?: string | null | undefined;
11043
11042
  name?: string | undefined;
11043
+ address?: string | null | undefined;
11044
11044
  phone?: string | null | undefined;
11045
11045
  industry?: string | null | undefined;
11046
11046
  } | null;
@@ -11048,8 +11048,8 @@ export declare const platformWebchatContract: {
11048
11048
  contactProfile: string | null;
11049
11049
  socialProfileUrl: string | null;
11050
11050
  tags: {
11051
- id: string;
11052
11051
  name: string;
11052
+ id: string;
11053
11053
  createdAt: Date;
11054
11054
  updatedAt: Date;
11055
11055
  deletedAt: Date | null;
@@ -11074,8 +11074,8 @@ export declare const platformWebchatContract: {
11074
11074
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11075
11075
  id: string;
11076
11076
  metadata: {
11077
- id: string;
11078
11077
  name: string;
11078
+ id: string;
11079
11079
  picture?: string | undefined;
11080
11080
  additionalCredentials?: any;
11081
11081
  };
@@ -11106,9 +11106,9 @@ export declare const platformWebchatContract: {
11106
11106
  socialPlatformId: string;
11107
11107
  };
11108
11108
  assignee: {
11109
+ name: string;
11109
11110
  id: string;
11110
11111
  address: string | null;
11111
- name: string;
11112
11112
  email: string;
11113
11113
  createdAt: Date;
11114
11114
  updatedAt: Date;
@@ -11198,8 +11198,8 @@ export declare const platformWebchatContract: {
11198
11198
  }[];
11199
11199
  }[];
11200
11200
  tags: {
11201
- id: string;
11202
11201
  name: string;
11202
+ id: string;
11203
11203
  createdAt: Date;
11204
11204
  updatedAt: Date;
11205
11205
  deletedAt: Date | null;
@@ -11222,9 +11222,9 @@ export declare const platformWebchatContract: {
11222
11222
  } | null;
11223
11223
  };
11224
11224
  workflowRule: {
11225
+ name: string;
11225
11226
  type: string;
11226
11227
  id: string;
11227
- name: string;
11228
11228
  createdAt: Date;
11229
11229
  updatedAt: Date;
11230
11230
  deletedAt: Date | null;
@@ -11234,9 +11234,9 @@ export declare const platformWebchatContract: {
11234
11234
  };
11235
11235
  platformMessageId: string;
11236
11236
  workflowRule: {
11237
+ name: string;
11237
11238
  type: string;
11238
11239
  id: string;
11239
- name: string;
11240
11240
  createdAt: Date;
11241
11241
  updatedAt: Date;
11242
11242
  deletedAt: Date | null;
@@ -11257,9 +11257,9 @@ export declare const platformWebchatContract: {
11257
11257
  updatedAt: Date;
11258
11258
  deletedAt: Date | null;
11259
11259
  actor: {
11260
+ name: string;
11260
11261
  id: string;
11261
11262
  address: string | null;
11262
- name: string;
11263
11263
  email: string;
11264
11264
  createdAt: Date;
11265
11265
  updatedAt: Date;
@@ -11313,9 +11313,9 @@ export declare const platformWebchatContract: {
11313
11313
  fileUrl: string | null;
11314
11314
  };
11315
11315
  assignee: {
11316
+ name: string;
11316
11317
  id: string;
11317
11318
  address: string | null;
11318
- name: string;
11319
11319
  email: string;
11320
11320
  createdAt: Date;
11321
11321
  updatedAt: Date;
@@ -11364,9 +11364,9 @@ export declare const platformWebchatContract: {
11364
11364
  previewUrl: string;
11365
11365
  imageSetId: string;
11366
11366
  sender: {
11367
+ name: string;
11367
11368
  id: string;
11368
11369
  address: string | null;
11369
- name: string;
11370
11370
  email: string;
11371
11371
  createdAt: Date;
11372
11372
  updatedAt: Date;
@@ -11411,9 +11411,9 @@ export declare const platformWebchatContract: {
11411
11411
  template?: any;
11412
11412
  };
11413
11413
  sender: {
11414
+ name: string;
11414
11415
  id: string;
11415
11416
  address: string | null;
11416
- name: string;
11417
11417
  email: string;
11418
11418
  createdAt: Date;
11419
11419
  updatedAt: Date;
@@ -11468,9 +11468,9 @@ export declare const platformWebchatContract: {
11468
11468
  updatedAt: Date;
11469
11469
  deletedAt: Date | null;
11470
11470
  actor: {
11471
+ name: string;
11471
11472
  id: string;
11472
11473
  address: string | null;
11473
- name: string;
11474
11474
  email: string;
11475
11475
  createdAt: Date;
11476
11476
  updatedAt: Date;
@@ -11524,9 +11524,9 @@ export declare const platformWebchatContract: {
11524
11524
  fileUrl: string | null;
11525
11525
  };
11526
11526
  assignee: {
11527
+ name: string;
11527
11528
  id: string;
11528
11529
  address: string | null;
11529
- name: string;
11530
11530
  email: string;
11531
11531
  createdAt: Date;
11532
11532
  updatedAt: Date;
@@ -11571,12 +11571,12 @@ export declare const platformWebchatContract: {
11571
11571
  room: {
11572
11572
  id: string;
11573
11573
  channel: {
11574
+ name: string;
11574
11575
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11575
11576
  id: string;
11576
- name: string;
11577
11577
  metadata: {
11578
- id: string;
11579
11578
  name: string;
11579
+ id: string;
11580
11580
  accessToken?: string | undefined;
11581
11581
  channelSecret?: string | undefined;
11582
11582
  additionalCredentials?: any;
@@ -11604,9 +11604,9 @@ export declare const platformWebchatContract: {
11604
11604
  updatedAt: Date;
11605
11605
  deletedAt: Date | null;
11606
11606
  actor: {
11607
+ name: string;
11607
11608
  id: string;
11608
11609
  address: string | null;
11609
- name: string;
11610
11610
  email: string;
11611
11611
  createdAt: Date;
11612
11612
  updatedAt: Date;
@@ -11653,8 +11653,8 @@ export declare const platformWebchatContract: {
11653
11653
  connectedUserName: string;
11654
11654
  connectedUserId: string;
11655
11655
  botpressBot: {
11656
- id: string;
11657
11656
  name: string;
11657
+ id: string;
11658
11658
  accessToken: string;
11659
11659
  botId: string;
11660
11660
  integrationId: string;
@@ -11666,9 +11666,9 @@ export declare const platformWebchatContract: {
11666
11666
  updatedAt: Date;
11667
11667
  deletedAt: Date | null;
11668
11668
  actor: {
11669
+ name: string;
11669
11670
  id: string;
11670
11671
  address: string | null;
11671
- name: string;
11672
11672
  email: string;
11673
11673
  createdAt: Date;
11674
11674
  updatedAt: Date;
@@ -11719,8 +11719,8 @@ export declare const platformWebchatContract: {
11719
11719
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11720
11720
  id: string;
11721
11721
  metadata: {
11722
- id: string;
11723
11722
  name: string;
11723
+ id: string;
11724
11724
  picture?: string | undefined;
11725
11725
  additionalCredentials?: any;
11726
11726
  };
@@ -11728,10 +11728,10 @@ export declare const platformWebchatContract: {
11728
11728
  updatedAt: Date;
11729
11729
  deletedAt: Date | null;
11730
11730
  contact: {
11731
+ name: string;
11731
11732
  id: string;
11732
11733
  channel: string | null;
11733
11734
  address: string | null;
11734
- name: string;
11735
11735
  createdAt: Date;
11736
11736
  updatedAt: Date;
11737
11737
  deletedAt: Date | null;
@@ -11776,8 +11776,8 @@ export declare const platformWebchatContract: {
11776
11776
  createdAt: Date;
11777
11777
  updatedAt: Date;
11778
11778
  deletedAt: Date | null;
11779
- address?: string | null | undefined;
11780
11779
  name?: string | undefined;
11780
+ address?: string | null | undefined;
11781
11781
  phone?: string | null | undefined;
11782
11782
  industry?: string | null | undefined;
11783
11783
  } | null;
@@ -11785,8 +11785,8 @@ export declare const platformWebchatContract: {
11785
11785
  contactProfile: string | null;
11786
11786
  socialProfileUrl: string | null;
11787
11787
  tags: {
11788
- id: string;
11789
11788
  name: string;
11789
+ id: string;
11790
11790
  createdAt: Date;
11791
11791
  updatedAt: Date;
11792
11792
  deletedAt: Date | null;
@@ -11811,8 +11811,8 @@ export declare const platformWebchatContract: {
11811
11811
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11812
11812
  id: string;
11813
11813
  metadata: {
11814
- id: string;
11815
11814
  name: string;
11815
+ id: string;
11816
11816
  picture?: string | undefined;
11817
11817
  additionalCredentials?: any;
11818
11818
  };
@@ -11843,9 +11843,9 @@ export declare const platformWebchatContract: {
11843
11843
  socialPlatformId: string;
11844
11844
  };
11845
11845
  assignee: {
11846
+ name: string;
11846
11847
  id: string;
11847
11848
  address: string | null;
11848
- name: string;
11849
11849
  email: string;
11850
11850
  createdAt: Date;
11851
11851
  updatedAt: Date;
@@ -11935,8 +11935,8 @@ export declare const platformWebchatContract: {
11935
11935
  }[];
11936
11936
  }[];
11937
11937
  tags: {
11938
- id: string;
11939
11938
  name: string;
11939
+ id: string;
11940
11940
  createdAt: Date;
11941
11941
  updatedAt: Date;
11942
11942
  deletedAt: Date | null;
@@ -11959,9 +11959,9 @@ export declare const platformWebchatContract: {
11959
11959
  } | null;
11960
11960
  };
11961
11961
  workflowRule: {
11962
+ name: string;
11962
11963
  type: string;
11963
11964
  id: string;
11964
- name: string;
11965
11965
  createdAt: Date;
11966
11966
  updatedAt: Date;
11967
11967
  deletedAt: Date | null;
@@ -11971,9 +11971,9 @@ export declare const platformWebchatContract: {
11971
11971
  };
11972
11972
  platformMessageId: string;
11973
11973
  workflowRule: {
11974
+ name: string;
11974
11975
  type: string;
11975
11976
  id: string;
11976
- name: string;
11977
11977
  createdAt: Date;
11978
11978
  updatedAt: Date;
11979
11979
  deletedAt: Date | null;
@@ -11994,9 +11994,9 @@ export declare const platformWebchatContract: {
11994
11994
  updatedAt: Date;
11995
11995
  deletedAt: Date | null;
11996
11996
  actor: {
11997
+ name: string;
11997
11998
  id: string;
11998
11999
  address: string | null;
11999
- name: string;
12000
12000
  email: string;
12001
12001
  createdAt: Date;
12002
12002
  updatedAt: Date;
@@ -12050,9 +12050,9 @@ export declare const platformWebchatContract: {
12050
12050
  fileUrl: string | null;
12051
12051
  };
12052
12052
  assignee: {
12053
+ name: string;
12053
12054
  id: string;
12054
12055
  address: string | null;
12055
- name: string;
12056
12056
  email: string;
12057
12057
  createdAt: Date;
12058
12058
  updatedAt: Date;
@@ -12101,9 +12101,9 @@ export declare const platformWebchatContract: {
12101
12101
  previewUrl: string;
12102
12102
  imageSetId: string;
12103
12103
  sender: {
12104
+ name: string;
12104
12105
  id: string;
12105
12106
  address: string | null;
12106
- name: string;
12107
12107
  email: string;
12108
12108
  createdAt: Date;
12109
12109
  updatedAt: Date;
@@ -12148,9 +12148,9 @@ export declare const platformWebchatContract: {
12148
12148
  template?: any;
12149
12149
  };
12150
12150
  sender: {
12151
+ name: string;
12151
12152
  id: string;
12152
12153
  address: string | null;
12153
- name: string;
12154
12154
  email: string;
12155
12155
  createdAt: Date;
12156
12156
  updatedAt: Date;
@@ -12206,9 +12206,9 @@ export declare const platformWebchatContract: {
12206
12206
  updatedAt: Date;
12207
12207
  deletedAt: Date | null;
12208
12208
  actor: {
12209
+ name: string;
12209
12210
  id: string;
12210
12211
  address: string | null;
12211
- name: string;
12212
12212
  email: string;
12213
12213
  createdAt: Date;
12214
12214
  updatedAt: Date;
@@ -12262,9 +12262,9 @@ export declare const platformWebchatContract: {
12262
12262
  fileUrl: string | null;
12263
12263
  };
12264
12264
  assignee: {
12265
+ name: string;
12265
12266
  id: string;
12266
12267
  address: string | null;
12267
- name: string;
12268
12268
  email: string;
12269
12269
  createdAt: Date;
12270
12270
  updatedAt: Date;
@@ -12309,12 +12309,12 @@ export declare const platformWebchatContract: {
12309
12309
  room: {
12310
12310
  id: string;
12311
12311
  channel: {
12312
+ name: string;
12312
12313
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12313
12314
  id: string;
12314
- name: string;
12315
12315
  metadata: {
12316
- id: string;
12317
12316
  name: string;
12317
+ id: string;
12318
12318
  accessToken?: string | undefined;
12319
12319
  channelSecret?: string | undefined;
12320
12320
  additionalCredentials?: any;
@@ -12342,9 +12342,9 @@ export declare const platformWebchatContract: {
12342
12342
  updatedAt: Date;
12343
12343
  deletedAt: Date | null;
12344
12344
  actor: {
12345
+ name: string;
12345
12346
  id: string;
12346
12347
  address: string | null;
12347
- name: string;
12348
12348
  email: string;
12349
12349
  createdAt: Date;
12350
12350
  updatedAt: Date;
@@ -12391,8 +12391,8 @@ export declare const platformWebchatContract: {
12391
12391
  connectedUserName: string;
12392
12392
  connectedUserId: string;
12393
12393
  botpressBot: {
12394
- id: string;
12395
12394
  name: string;
12395
+ id: string;
12396
12396
  accessToken: string;
12397
12397
  botId: string;
12398
12398
  integrationId: string;
@@ -12404,9 +12404,9 @@ export declare const platformWebchatContract: {
12404
12404
  updatedAt: Date;
12405
12405
  deletedAt: Date | null;
12406
12406
  actor: {
12407
+ name: string;
12407
12408
  id: string;
12408
12409
  address: string | null;
12409
- name: string;
12410
12410
  email: string;
12411
12411
  createdAt: Date;
12412
12412
  updatedAt: Date;
@@ -12457,8 +12457,8 @@ export declare const platformWebchatContract: {
12457
12457
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12458
12458
  id: string;
12459
12459
  metadata: {
12460
- id: string;
12461
12460
  name: string;
12461
+ id: string;
12462
12462
  picture?: string | undefined;
12463
12463
  additionalCredentials?: any;
12464
12464
  };
@@ -12466,10 +12466,10 @@ export declare const platformWebchatContract: {
12466
12466
  updatedAt: Date;
12467
12467
  deletedAt: Date | null;
12468
12468
  contact: {
12469
+ name: string;
12469
12470
  id: string;
12470
12471
  channel: string | null;
12471
12472
  address: string | null;
12472
- name: string;
12473
12473
  createdAt: Date;
12474
12474
  updatedAt: Date;
12475
12475
  deletedAt: Date | null;
@@ -12514,8 +12514,8 @@ export declare const platformWebchatContract: {
12514
12514
  createdAt: Date;
12515
12515
  updatedAt: Date;
12516
12516
  deletedAt: Date | null;
12517
- address?: string | null | undefined;
12518
12517
  name?: string | undefined;
12518
+ address?: string | null | undefined;
12519
12519
  phone?: string | null | undefined;
12520
12520
  industry?: string | null | undefined;
12521
12521
  } | null;
@@ -12523,8 +12523,8 @@ export declare const platformWebchatContract: {
12523
12523
  contactProfile: string | null;
12524
12524
  socialProfileUrl: string | null;
12525
12525
  tags: {
12526
- id: string;
12527
12526
  name: string;
12527
+ id: string;
12528
12528
  createdAt: Date;
12529
12529
  updatedAt: Date;
12530
12530
  deletedAt: Date | null;
@@ -12549,8 +12549,8 @@ export declare const platformWebchatContract: {
12549
12549
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12550
12550
  id: string;
12551
12551
  metadata: {
12552
- id: string;
12553
12552
  name: string;
12553
+ id: string;
12554
12554
  picture?: string | undefined;
12555
12555
  additionalCredentials?: any;
12556
12556
  };
@@ -12581,9 +12581,9 @@ export declare const platformWebchatContract: {
12581
12581
  socialPlatformId: string;
12582
12582
  };
12583
12583
  assignee: {
12584
+ name: string;
12584
12585
  id: string;
12585
12586
  address: string | null;
12586
- name: string;
12587
12587
  email: string;
12588
12588
  createdAt: Date;
12589
12589
  updatedAt: Date;
@@ -12673,8 +12673,8 @@ export declare const platformWebchatContract: {
12673
12673
  }[];
12674
12674
  }[];
12675
12675
  tags: {
12676
- id: string;
12677
12676
  name: string;
12677
+ id: string;
12678
12678
  createdAt: Date;
12679
12679
  updatedAt: Date;
12680
12680
  deletedAt: Date | null;
@@ -12697,9 +12697,9 @@ export declare const platformWebchatContract: {
12697
12697
  } | null;
12698
12698
  };
12699
12699
  workflowRule: {
12700
+ name: string;
12700
12701
  type: string;
12701
12702
  id: string;
12702
- name: string;
12703
12703
  createdAt: Date;
12704
12704
  updatedAt: Date;
12705
12705
  deletedAt: Date | null;
@@ -12709,9 +12709,9 @@ export declare const platformWebchatContract: {
12709
12709
  };
12710
12710
  platformMessageId: string;
12711
12711
  workflowRule: {
12712
+ name: string;
12712
12713
  type: string;
12713
12714
  id: string;
12714
- name: string;
12715
12715
  createdAt: Date;
12716
12716
  updatedAt: Date;
12717
12717
  deletedAt: Date | null;
@@ -12732,9 +12732,9 @@ export declare const platformWebchatContract: {
12732
12732
  updatedAt: Date;
12733
12733
  deletedAt: Date | null;
12734
12734
  actor: {
12735
+ name: string;
12735
12736
  id: string;
12736
12737
  address: string | null;
12737
- name: string;
12738
12738
  email: string;
12739
12739
  createdAt: Date;
12740
12740
  updatedAt: Date;
@@ -12788,9 +12788,9 @@ export declare const platformWebchatContract: {
12788
12788
  fileUrl: string | null;
12789
12789
  };
12790
12790
  assignee: {
12791
+ name: string;
12791
12792
  id: string;
12792
12793
  address: string | null;
12793
- name: string;
12794
12794
  email: string;
12795
12795
  createdAt: Date;
12796
12796
  updatedAt: Date;
@@ -12839,9 +12839,9 @@ export declare const platformWebchatContract: {
12839
12839
  previewUrl: string;
12840
12840
  imageSetId: string;
12841
12841
  sender: {
12842
+ name: string;
12842
12843
  id: string;
12843
12844
  address: string | null;
12844
- name: string;
12845
12845
  email: string;
12846
12846
  createdAt: Date;
12847
12847
  updatedAt: Date;
@@ -12886,9 +12886,9 @@ export declare const platformWebchatContract: {
12886
12886
  template?: any;
12887
12887
  };
12888
12888
  sender: {
12889
+ name: string;
12889
12890
  id: string;
12890
12891
  address: string | null;
12891
- name: string;
12892
12892
  email: string;
12893
12893
  createdAt: Date;
12894
12894
  updatedAt: Date;
@@ -12943,9 +12943,9 @@ export declare const platformWebchatContract: {
12943
12943
  updatedAt: Date;
12944
12944
  deletedAt: Date | null;
12945
12945
  actor: {
12946
+ name: string;
12946
12947
  id: string;
12947
12948
  address: string | null;
12948
- name: string;
12949
12949
  email: string;
12950
12950
  createdAt: Date;
12951
12951
  updatedAt: Date;
@@ -12999,9 +12999,9 @@ export declare const platformWebchatContract: {
12999
12999
  fileUrl: string | null;
13000
13000
  };
13001
13001
  assignee: {
13002
+ name: string;
13002
13003
  id: string;
13003
13004
  address: string | null;
13004
- name: string;
13005
13005
  email: string;
13006
13006
  createdAt: Date;
13007
13007
  updatedAt: Date;
@@ -13046,12 +13046,12 @@ export declare const platformWebchatContract: {
13046
13046
  room: {
13047
13047
  id: string;
13048
13048
  channel: {
13049
+ name: string;
13049
13050
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13050
13051
  id: string;
13051
- name: string;
13052
13052
  metadata: {
13053
- id: string;
13054
13053
  name: string;
13054
+ id: string;
13055
13055
  accessToken?: string | undefined;
13056
13056
  channelSecret?: string | undefined;
13057
13057
  additionalCredentials?: any;
@@ -13079,9 +13079,9 @@ export declare const platformWebchatContract: {
13079
13079
  updatedAt: Date;
13080
13080
  deletedAt: Date | null;
13081
13081
  actor: {
13082
+ name: string;
13082
13083
  id: string;
13083
13084
  address: string | null;
13084
- name: string;
13085
13085
  email: string;
13086
13086
  createdAt: Date;
13087
13087
  updatedAt: Date;
@@ -13128,8 +13128,8 @@ export declare const platformWebchatContract: {
13128
13128
  connectedUserName: string;
13129
13129
  connectedUserId: string;
13130
13130
  botpressBot: {
13131
- id: string;
13132
13131
  name: string;
13132
+ id: string;
13133
13133
  accessToken: string;
13134
13134
  botId: string;
13135
13135
  integrationId: string;
@@ -13141,9 +13141,9 @@ export declare const platformWebchatContract: {
13141
13141
  updatedAt: Date;
13142
13142
  deletedAt: Date | null;
13143
13143
  actor: {
13144
+ name: string;
13144
13145
  id: string;
13145
13146
  address: string | null;
13146
- name: string;
13147
13147
  email: string;
13148
13148
  createdAt: Date;
13149
13149
  updatedAt: Date;
@@ -13194,8 +13194,8 @@ export declare const platformWebchatContract: {
13194
13194
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13195
13195
  id: string;
13196
13196
  metadata: {
13197
- id: string;
13198
13197
  name: string;
13198
+ id: string;
13199
13199
  picture?: string | undefined;
13200
13200
  additionalCredentials?: any;
13201
13201
  };
@@ -13203,10 +13203,10 @@ export declare const platformWebchatContract: {
13203
13203
  updatedAt: Date;
13204
13204
  deletedAt: Date | null;
13205
13205
  contact: {
13206
+ name: string;
13206
13207
  id: string;
13207
13208
  channel: string | null;
13208
13209
  address: string | null;
13209
- name: string;
13210
13210
  createdAt: Date;
13211
13211
  updatedAt: Date;
13212
13212
  deletedAt: Date | null;
@@ -13251,8 +13251,8 @@ export declare const platformWebchatContract: {
13251
13251
  createdAt: Date;
13252
13252
  updatedAt: Date;
13253
13253
  deletedAt: Date | null;
13254
- address?: string | null | undefined;
13255
13254
  name?: string | undefined;
13255
+ address?: string | null | undefined;
13256
13256
  phone?: string | null | undefined;
13257
13257
  industry?: string | null | undefined;
13258
13258
  } | null;
@@ -13260,8 +13260,8 @@ export declare const platformWebchatContract: {
13260
13260
  contactProfile: string | null;
13261
13261
  socialProfileUrl: string | null;
13262
13262
  tags: {
13263
- id: string;
13264
13263
  name: string;
13264
+ id: string;
13265
13265
  createdAt: Date;
13266
13266
  updatedAt: Date;
13267
13267
  deletedAt: Date | null;
@@ -13286,8 +13286,8 @@ export declare const platformWebchatContract: {
13286
13286
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13287
13287
  id: string;
13288
13288
  metadata: {
13289
- id: string;
13290
13289
  name: string;
13290
+ id: string;
13291
13291
  picture?: string | undefined;
13292
13292
  additionalCredentials?: any;
13293
13293
  };
@@ -13318,9 +13318,9 @@ export declare const platformWebchatContract: {
13318
13318
  socialPlatformId: string;
13319
13319
  };
13320
13320
  assignee: {
13321
+ name: string;
13321
13322
  id: string;
13322
13323
  address: string | null;
13323
- name: string;
13324
13324
  email: string;
13325
13325
  createdAt: Date;
13326
13326
  updatedAt: Date;
@@ -13410,8 +13410,8 @@ export declare const platformWebchatContract: {
13410
13410
  }[];
13411
13411
  }[];
13412
13412
  tags: {
13413
- id: string;
13414
13413
  name: string;
13414
+ id: string;
13415
13415
  createdAt: Date;
13416
13416
  updatedAt: Date;
13417
13417
  deletedAt: Date | null;
@@ -13434,9 +13434,9 @@ export declare const platformWebchatContract: {
13434
13434
  } | null;
13435
13435
  };
13436
13436
  workflowRule: {
13437
+ name: string;
13437
13438
  type: string;
13438
13439
  id: string;
13439
- name: string;
13440
13440
  createdAt: Date;
13441
13441
  updatedAt: Date;
13442
13442
  deletedAt: Date | null;
@@ -13446,9 +13446,9 @@ export declare const platformWebchatContract: {
13446
13446
  };
13447
13447
  platformMessageId: string;
13448
13448
  workflowRule: {
13449
+ name: string;
13449
13450
  type: string;
13450
13451
  id: string;
13451
- name: string;
13452
13452
  createdAt: Date;
13453
13453
  updatedAt: Date;
13454
13454
  deletedAt: Date | null;
@@ -13469,9 +13469,9 @@ export declare const platformWebchatContract: {
13469
13469
  updatedAt: Date;
13470
13470
  deletedAt: Date | null;
13471
13471
  actor: {
13472
+ name: string;
13472
13473
  id: string;
13473
13474
  address: string | null;
13474
- name: string;
13475
13475
  email: string;
13476
13476
  createdAt: Date;
13477
13477
  updatedAt: Date;
@@ -13525,9 +13525,9 @@ export declare const platformWebchatContract: {
13525
13525
  fileUrl: string | null;
13526
13526
  };
13527
13527
  assignee: {
13528
+ name: string;
13528
13529
  id: string;
13529
13530
  address: string | null;
13530
- name: string;
13531
13531
  email: string;
13532
13532
  createdAt: Date;
13533
13533
  updatedAt: Date;
@@ -13576,9 +13576,9 @@ export declare const platformWebchatContract: {
13576
13576
  previewUrl: string;
13577
13577
  imageSetId: string;
13578
13578
  sender: {
13579
+ name: string;
13579
13580
  id: string;
13580
13581
  address: string | null;
13581
- name: string;
13582
13582
  email: string;
13583
13583
  createdAt: Date;
13584
13584
  updatedAt: Date;
@@ -13623,9 +13623,9 @@ export declare const platformWebchatContract: {
13623
13623
  template?: any;
13624
13624
  };
13625
13625
  sender: {
13626
+ name: string;
13626
13627
  id: string;
13627
13628
  address: string | null;
13628
- name: string;
13629
13629
  email: string;
13630
13630
  createdAt: Date;
13631
13631
  updatedAt: Date;
@@ -13681,9 +13681,9 @@ export declare const platformWebchatContract: {
13681
13681
  updatedAt: Date;
13682
13682
  deletedAt: Date | null;
13683
13683
  actor: {
13684
+ name: string;
13684
13685
  id: string;
13685
13686
  address: string | null;
13686
- name: string;
13687
13687
  email: string;
13688
13688
  createdAt: Date;
13689
13689
  updatedAt: Date;
@@ -13737,9 +13737,9 @@ export declare const platformWebchatContract: {
13737
13737
  fileUrl: string | null;
13738
13738
  };
13739
13739
  assignee: {
13740
+ name: string;
13740
13741
  id: string;
13741
13742
  address: string | null;
13742
- name: string;
13743
13743
  email: string;
13744
13744
  createdAt: Date;
13745
13745
  updatedAt: Date;
@@ -13784,12 +13784,12 @@ export declare const platformWebchatContract: {
13784
13784
  room: {
13785
13785
  id: string;
13786
13786
  channel: {
13787
+ name: string;
13787
13788
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13788
13789
  id: string;
13789
- name: string;
13790
13790
  metadata: {
13791
- id: string;
13792
13791
  name: string;
13792
+ id: string;
13793
13793
  accessToken?: string | undefined;
13794
13794
  channelSecret?: string | undefined;
13795
13795
  additionalCredentials?: any;
@@ -13817,9 +13817,9 @@ export declare const platformWebchatContract: {
13817
13817
  updatedAt: Date;
13818
13818
  deletedAt: Date | null;
13819
13819
  actor: {
13820
+ name: string;
13820
13821
  id: string;
13821
13822
  address: string | null;
13822
- name: string;
13823
13823
  email: string;
13824
13824
  createdAt: Date;
13825
13825
  updatedAt: Date;
@@ -13866,8 +13866,8 @@ export declare const platformWebchatContract: {
13866
13866
  connectedUserName: string;
13867
13867
  connectedUserId: string;
13868
13868
  botpressBot: {
13869
- id: string;
13870
13869
  name: string;
13870
+ id: string;
13871
13871
  accessToken: string;
13872
13872
  botId: string;
13873
13873
  integrationId: string;
@@ -13879,9 +13879,9 @@ export declare const platformWebchatContract: {
13879
13879
  updatedAt: Date;
13880
13880
  deletedAt: Date | null;
13881
13881
  actor: {
13882
+ name: string;
13882
13883
  id: string;
13883
13884
  address: string | null;
13884
- name: string;
13885
13885
  email: string;
13886
13886
  createdAt: Date;
13887
13887
  updatedAt: Date;
@@ -13932,8 +13932,8 @@ export declare const platformWebchatContract: {
13932
13932
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13933
13933
  id: string;
13934
13934
  metadata: {
13935
- id: string;
13936
13935
  name: string;
13936
+ id: string;
13937
13937
  picture?: string | undefined;
13938
13938
  additionalCredentials?: any;
13939
13939
  };
@@ -13941,10 +13941,10 @@ export declare const platformWebchatContract: {
13941
13941
  updatedAt: Date;
13942
13942
  deletedAt: Date | null;
13943
13943
  contact: {
13944
+ name: string;
13944
13945
  id: string;
13945
13946
  channel: string | null;
13946
13947
  address: string | null;
13947
- name: string;
13948
13948
  createdAt: Date;
13949
13949
  updatedAt: Date;
13950
13950
  deletedAt: Date | null;
@@ -13989,8 +13989,8 @@ export declare const platformWebchatContract: {
13989
13989
  createdAt: Date;
13990
13990
  updatedAt: Date;
13991
13991
  deletedAt: Date | null;
13992
- address?: string | null | undefined;
13993
13992
  name?: string | undefined;
13993
+ address?: string | null | undefined;
13994
13994
  phone?: string | null | undefined;
13995
13995
  industry?: string | null | undefined;
13996
13996
  } | null;
@@ -13998,8 +13998,8 @@ export declare const platformWebchatContract: {
13998
13998
  contactProfile: string | null;
13999
13999
  socialProfileUrl: string | null;
14000
14000
  tags: {
14001
- id: string;
14002
14001
  name: string;
14002
+ id: string;
14003
14003
  createdAt: Date;
14004
14004
  updatedAt: Date;
14005
14005
  deletedAt: Date | null;
@@ -14024,8 +14024,8 @@ export declare const platformWebchatContract: {
14024
14024
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14025
14025
  id: string;
14026
14026
  metadata: {
14027
- id: string;
14028
14027
  name: string;
14028
+ id: string;
14029
14029
  picture?: string | undefined;
14030
14030
  additionalCredentials?: any;
14031
14031
  };
@@ -14056,9 +14056,9 @@ export declare const platformWebchatContract: {
14056
14056
  socialPlatformId: string;
14057
14057
  };
14058
14058
  assignee: {
14059
+ name: string;
14059
14060
  id: string;
14060
14061
  address: string | null;
14061
- name: string;
14062
14062
  email: string;
14063
14063
  createdAt: Date;
14064
14064
  updatedAt: Date;
@@ -14148,8 +14148,8 @@ export declare const platformWebchatContract: {
14148
14148
  }[];
14149
14149
  }[];
14150
14150
  tags: {
14151
- id: string;
14152
14151
  name: string;
14152
+ id: string;
14153
14153
  createdAt: Date;
14154
14154
  updatedAt: Date;
14155
14155
  deletedAt: Date | null;
@@ -14172,9 +14172,9 @@ export declare const platformWebchatContract: {
14172
14172
  } | null;
14173
14173
  };
14174
14174
  workflowRule: {
14175
+ name: string;
14175
14176
  type: string;
14176
14177
  id: string;
14177
- name: string;
14178
14178
  createdAt: Date;
14179
14179
  updatedAt: Date;
14180
14180
  deletedAt: Date | null;
@@ -14184,9 +14184,9 @@ export declare const platformWebchatContract: {
14184
14184
  };
14185
14185
  platformMessageId: string;
14186
14186
  workflowRule: {
14187
+ name: string;
14187
14188
  type: string;
14188
14189
  id: string;
14189
- name: string;
14190
14190
  createdAt: Date;
14191
14191
  updatedAt: Date;
14192
14192
  deletedAt: Date | null;
@@ -14207,9 +14207,9 @@ export declare const platformWebchatContract: {
14207
14207
  updatedAt: Date;
14208
14208
  deletedAt: Date | null;
14209
14209
  actor: {
14210
+ name: string;
14210
14211
  id: string;
14211
14212
  address: string | null;
14212
- name: string;
14213
14213
  email: string;
14214
14214
  createdAt: Date;
14215
14215
  updatedAt: Date;
@@ -14263,9 +14263,9 @@ export declare const platformWebchatContract: {
14263
14263
  fileUrl: string | null;
14264
14264
  };
14265
14265
  assignee: {
14266
+ name: string;
14266
14267
  id: string;
14267
14268
  address: string | null;
14268
- name: string;
14269
14269
  email: string;
14270
14270
  createdAt: Date;
14271
14271
  updatedAt: Date;
@@ -14314,9 +14314,9 @@ export declare const platformWebchatContract: {
14314
14314
  previewUrl: string;
14315
14315
  imageSetId: string;
14316
14316
  sender: {
14317
+ name: string;
14317
14318
  id: string;
14318
14319
  address: string | null;
14319
- name: string;
14320
14320
  email: string;
14321
14321
  createdAt: Date;
14322
14322
  updatedAt: Date;
@@ -14361,9 +14361,9 @@ export declare const platformWebchatContract: {
14361
14361
  template?: any;
14362
14362
  };
14363
14363
  sender: {
14364
+ name: string;
14364
14365
  id: string;
14365
14366
  address: string | null;
14366
- name: string;
14367
14367
  email: string;
14368
14368
  createdAt: Date;
14369
14369
  updatedAt: Date;
@@ -14418,9 +14418,9 @@ export declare const platformWebchatContract: {
14418
14418
  updatedAt: Date;
14419
14419
  deletedAt: Date | null;
14420
14420
  actor: {
14421
+ name: string;
14421
14422
  id: string;
14422
14423
  address: string | null;
14423
- name: string;
14424
14424
  email: string;
14425
14425
  createdAt: Date;
14426
14426
  updatedAt: Date;
@@ -14474,9 +14474,9 @@ export declare const platformWebchatContract: {
14474
14474
  fileUrl: string | null;
14475
14475
  };
14476
14476
  assignee: {
14477
+ name: string;
14477
14478
  id: string;
14478
14479
  address: string | null;
14479
- name: string;
14480
14480
  email: string;
14481
14481
  createdAt: Date;
14482
14482
  updatedAt: Date;
@@ -14521,12 +14521,12 @@ export declare const platformWebchatContract: {
14521
14521
  room: {
14522
14522
  id: string;
14523
14523
  channel: {
14524
+ name: string;
14524
14525
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14525
14526
  id: string;
14526
- name: string;
14527
14527
  metadata: {
14528
- id: string;
14529
14528
  name: string;
14529
+ id: string;
14530
14530
  accessToken?: string | undefined;
14531
14531
  channelSecret?: string | undefined;
14532
14532
  additionalCredentials?: any;
@@ -14554,9 +14554,9 @@ export declare const platformWebchatContract: {
14554
14554
  updatedAt: Date;
14555
14555
  deletedAt: Date | null;
14556
14556
  actor: {
14557
+ name: string;
14557
14558
  id: string;
14558
14559
  address: string | null;
14559
- name: string;
14560
14560
  email: string;
14561
14561
  createdAt: Date;
14562
14562
  updatedAt: Date;
@@ -14603,8 +14603,8 @@ export declare const platformWebchatContract: {
14603
14603
  connectedUserName: string;
14604
14604
  connectedUserId: string;
14605
14605
  botpressBot: {
14606
- id: string;
14607
14606
  name: string;
14607
+ id: string;
14608
14608
  accessToken: string;
14609
14609
  botId: string;
14610
14610
  integrationId: string;
@@ -14616,9 +14616,9 @@ export declare const platformWebchatContract: {
14616
14616
  updatedAt: Date;
14617
14617
  deletedAt: Date | null;
14618
14618
  actor: {
14619
+ name: string;
14619
14620
  id: string;
14620
14621
  address: string | null;
14621
- name: string;
14622
14622
  email: string;
14623
14623
  createdAt: Date;
14624
14624
  updatedAt: Date;
@@ -14669,8 +14669,8 @@ export declare const platformWebchatContract: {
14669
14669
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14670
14670
  id: string;
14671
14671
  metadata: {
14672
- id: string;
14673
14672
  name: string;
14673
+ id: string;
14674
14674
  picture?: string | undefined;
14675
14675
  additionalCredentials?: any;
14676
14676
  };
@@ -14678,10 +14678,10 @@ export declare const platformWebchatContract: {
14678
14678
  updatedAt: Date;
14679
14679
  deletedAt: Date | null;
14680
14680
  contact: {
14681
+ name: string;
14681
14682
  id: string;
14682
14683
  channel: string | null;
14683
14684
  address: string | null;
14684
- name: string;
14685
14685
  createdAt: Date;
14686
14686
  updatedAt: Date;
14687
14687
  deletedAt: Date | null;
@@ -14726,8 +14726,8 @@ export declare const platformWebchatContract: {
14726
14726
  createdAt: Date;
14727
14727
  updatedAt: Date;
14728
14728
  deletedAt: Date | null;
14729
- address?: string | null | undefined;
14730
14729
  name?: string | undefined;
14730
+ address?: string | null | undefined;
14731
14731
  phone?: string | null | undefined;
14732
14732
  industry?: string | null | undefined;
14733
14733
  } | null;
@@ -14735,8 +14735,8 @@ export declare const platformWebchatContract: {
14735
14735
  contactProfile: string | null;
14736
14736
  socialProfileUrl: string | null;
14737
14737
  tags: {
14738
- id: string;
14739
14738
  name: string;
14739
+ id: string;
14740
14740
  createdAt: Date;
14741
14741
  updatedAt: Date;
14742
14742
  deletedAt: Date | null;
@@ -14761,8 +14761,8 @@ export declare const platformWebchatContract: {
14761
14761
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14762
14762
  id: string;
14763
14763
  metadata: {
14764
- id: string;
14765
14764
  name: string;
14765
+ id: string;
14766
14766
  picture?: string | undefined;
14767
14767
  additionalCredentials?: any;
14768
14768
  };
@@ -14793,9 +14793,9 @@ export declare const platformWebchatContract: {
14793
14793
  socialPlatformId: string;
14794
14794
  };
14795
14795
  assignee: {
14796
+ name: string;
14796
14797
  id: string;
14797
14798
  address: string | null;
14798
- name: string;
14799
14799
  email: string;
14800
14800
  createdAt: Date;
14801
14801
  updatedAt: Date;
@@ -14885,8 +14885,8 @@ export declare const platformWebchatContract: {
14885
14885
  }[];
14886
14886
  }[];
14887
14887
  tags: {
14888
- id: string;
14889
14888
  name: string;
14889
+ id: string;
14890
14890
  createdAt: Date;
14891
14891
  updatedAt: Date;
14892
14892
  deletedAt: Date | null;
@@ -14909,9 +14909,9 @@ export declare const platformWebchatContract: {
14909
14909
  } | null;
14910
14910
  };
14911
14911
  workflowRule: {
14912
+ name: string;
14912
14913
  type: string;
14913
14914
  id: string;
14914
- name: string;
14915
14915
  createdAt: Date;
14916
14916
  updatedAt: Date;
14917
14917
  deletedAt: Date | null;
@@ -14921,9 +14921,9 @@ export declare const platformWebchatContract: {
14921
14921
  };
14922
14922
  platformMessageId: string;
14923
14923
  workflowRule: {
14924
+ name: string;
14924
14925
  type: string;
14925
14926
  id: string;
14926
- name: string;
14927
14927
  createdAt: Date;
14928
14928
  updatedAt: Date;
14929
14929
  deletedAt: Date | null;
@@ -14944,9 +14944,9 @@ export declare const platformWebchatContract: {
14944
14944
  updatedAt: Date;
14945
14945
  deletedAt: Date | null;
14946
14946
  actor: {
14947
+ name: string;
14947
14948
  id: string;
14948
14949
  address: string | null;
14949
- name: string;
14950
14950
  email: string;
14951
14951
  createdAt: Date;
14952
14952
  updatedAt: Date;
@@ -15000,9 +15000,9 @@ export declare const platformWebchatContract: {
15000
15000
  fileUrl: string | null;
15001
15001
  };
15002
15002
  assignee: {
15003
+ name: string;
15003
15004
  id: string;
15004
15005
  address: string | null;
15005
- name: string;
15006
15006
  email: string;
15007
15007
  createdAt: Date;
15008
15008
  updatedAt: Date;
@@ -15051,9 +15051,9 @@ export declare const platformWebchatContract: {
15051
15051
  previewUrl: string;
15052
15052
  imageSetId: string;
15053
15053
  sender: {
15054
+ name: string;
15054
15055
  id: string;
15055
15056
  address: string | null;
15056
- name: string;
15057
15057
  email: string;
15058
15058
  createdAt: Date;
15059
15059
  updatedAt: Date;
@@ -15098,9 +15098,9 @@ export declare const platformWebchatContract: {
15098
15098
  template?: any;
15099
15099
  };
15100
15100
  sender: {
15101
+ name: string;
15101
15102
  id: string;
15102
15103
  address: string | null;
15103
- name: string;
15104
15104
  email: string;
15105
15105
  createdAt: Date;
15106
15106
  updatedAt: Date;
@@ -15158,9 +15158,9 @@ export declare const platformWebchatContract: {
15158
15158
  updatedAt: Date;
15159
15159
  deletedAt: Date | null;
15160
15160
  actor: {
15161
+ name: string;
15161
15162
  id: string;
15162
15163
  address: string | null;
15163
- name: string;
15164
15164
  email: string;
15165
15165
  createdAt: Date;
15166
15166
  updatedAt: Date;
@@ -15214,9 +15214,9 @@ export declare const platformWebchatContract: {
15214
15214
  fileUrl: string | null;
15215
15215
  };
15216
15216
  assignee: {
15217
+ name: string;
15217
15218
  id: string;
15218
15219
  address: string | null;
15219
- name: string;
15220
15220
  email: string;
15221
15221
  createdAt: Date;
15222
15222
  updatedAt: Date;
@@ -15261,12 +15261,12 @@ export declare const platformWebchatContract: {
15261
15261
  room: {
15262
15262
  id: string;
15263
15263
  channel: {
15264
+ name: string;
15264
15265
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15265
15266
  id: string;
15266
- name: string;
15267
15267
  metadata: {
15268
- id: string;
15269
15268
  name: string;
15269
+ id: string;
15270
15270
  accessToken?: string | undefined;
15271
15271
  channelSecret?: string | undefined;
15272
15272
  additionalCredentials?: any;
@@ -15294,9 +15294,9 @@ export declare const platformWebchatContract: {
15294
15294
  updatedAt: Date;
15295
15295
  deletedAt: Date | null;
15296
15296
  actor: {
15297
+ name: string;
15297
15298
  id: string;
15298
15299
  address: string | null;
15299
- name: string;
15300
15300
  email: string;
15301
15301
  createdAt: Date;
15302
15302
  updatedAt: Date;
@@ -15343,8 +15343,8 @@ export declare const platformWebchatContract: {
15343
15343
  connectedUserName: string;
15344
15344
  connectedUserId: string;
15345
15345
  botpressBot: {
15346
- id: string;
15347
15346
  name: string;
15347
+ id: string;
15348
15348
  accessToken: string;
15349
15349
  botId: string;
15350
15350
  integrationId: string;
@@ -15356,9 +15356,9 @@ export declare const platformWebchatContract: {
15356
15356
  updatedAt: Date;
15357
15357
  deletedAt: Date | null;
15358
15358
  actor: {
15359
+ name: string;
15359
15360
  id: string;
15360
15361
  address: string | null;
15361
- name: string;
15362
15362
  email: string;
15363
15363
  createdAt: Date;
15364
15364
  updatedAt: Date;
@@ -15409,8 +15409,8 @@ export declare const platformWebchatContract: {
15409
15409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15410
15410
  id: string;
15411
15411
  metadata: {
15412
- id: string;
15413
15412
  name: string;
15413
+ id: string;
15414
15414
  picture?: string | undefined;
15415
15415
  additionalCredentials?: any;
15416
15416
  };
@@ -15418,10 +15418,10 @@ export declare const platformWebchatContract: {
15418
15418
  updatedAt: Date;
15419
15419
  deletedAt: Date | null;
15420
15420
  contact: {
15421
+ name: string;
15421
15422
  id: string;
15422
15423
  channel: string | null;
15423
15424
  address: string | null;
15424
- name: string;
15425
15425
  createdAt: Date;
15426
15426
  updatedAt: Date;
15427
15427
  deletedAt: Date | null;
@@ -15466,8 +15466,8 @@ export declare const platformWebchatContract: {
15466
15466
  createdAt: Date;
15467
15467
  updatedAt: Date;
15468
15468
  deletedAt: Date | null;
15469
- address?: string | null | undefined;
15470
15469
  name?: string | undefined;
15470
+ address?: string | null | undefined;
15471
15471
  phone?: string | null | undefined;
15472
15472
  industry?: string | null | undefined;
15473
15473
  } | null;
@@ -15475,8 +15475,8 @@ export declare const platformWebchatContract: {
15475
15475
  contactProfile: string | null;
15476
15476
  socialProfileUrl: string | null;
15477
15477
  tags: {
15478
- id: string;
15479
15478
  name: string;
15479
+ id: string;
15480
15480
  createdAt: Date;
15481
15481
  updatedAt: Date;
15482
15482
  deletedAt: Date | null;
@@ -15501,8 +15501,8 @@ export declare const platformWebchatContract: {
15501
15501
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15502
15502
  id: string;
15503
15503
  metadata: {
15504
- id: string;
15505
15504
  name: string;
15505
+ id: string;
15506
15506
  picture?: string | undefined;
15507
15507
  additionalCredentials?: any;
15508
15508
  };
@@ -15533,9 +15533,9 @@ export declare const platformWebchatContract: {
15533
15533
  socialPlatformId: string;
15534
15534
  };
15535
15535
  assignee: {
15536
+ name: string;
15536
15537
  id: string;
15537
15538
  address: string | null;
15538
- name: string;
15539
15539
  email: string;
15540
15540
  createdAt: Date;
15541
15541
  updatedAt: Date;
@@ -15625,8 +15625,8 @@ export declare const platformWebchatContract: {
15625
15625
  }[];
15626
15626
  }[];
15627
15627
  tags: {
15628
- id: string;
15629
15628
  name: string;
15629
+ id: string;
15630
15630
  createdAt: Date;
15631
15631
  updatedAt: Date;
15632
15632
  deletedAt: Date | null;
@@ -15649,9 +15649,9 @@ export declare const platformWebchatContract: {
15649
15649
  } | null;
15650
15650
  };
15651
15651
  workflowRule: {
15652
+ name: string;
15652
15653
  type: string;
15653
15654
  id: string;
15654
- name: string;
15655
15655
  createdAt: Date;
15656
15656
  updatedAt: Date;
15657
15657
  deletedAt: Date | null;
@@ -15661,9 +15661,9 @@ export declare const platformWebchatContract: {
15661
15661
  };
15662
15662
  platformMessageId: string;
15663
15663
  workflowRule: {
15664
+ name: string;
15664
15665
  type: string;
15665
15666
  id: string;
15666
- name: string;
15667
15667
  createdAt: Date;
15668
15668
  updatedAt: Date;
15669
15669
  deletedAt: Date | null;
@@ -15684,9 +15684,9 @@ export declare const platformWebchatContract: {
15684
15684
  updatedAt: Date;
15685
15685
  deletedAt: Date | null;
15686
15686
  actor: {
15687
+ name: string;
15687
15688
  id: string;
15688
15689
  address: string | null;
15689
- name: string;
15690
15690
  email: string;
15691
15691
  createdAt: Date;
15692
15692
  updatedAt: Date;
@@ -15740,9 +15740,9 @@ export declare const platformWebchatContract: {
15740
15740
  fileUrl: string | null;
15741
15741
  };
15742
15742
  assignee: {
15743
+ name: string;
15743
15744
  id: string;
15744
15745
  address: string | null;
15745
- name: string;
15746
15746
  email: string;
15747
15747
  createdAt: Date;
15748
15748
  updatedAt: Date;
@@ -15791,9 +15791,9 @@ export declare const platformWebchatContract: {
15791
15791
  previewUrl: string;
15792
15792
  imageSetId: string;
15793
15793
  sender: {
15794
+ name: string;
15794
15795
  id: string;
15795
15796
  address: string | null;
15796
- name: string;
15797
15797
  email: string;
15798
15798
  createdAt: Date;
15799
15799
  updatedAt: Date;
@@ -15838,9 +15838,9 @@ export declare const platformWebchatContract: {
15838
15838
  template?: any;
15839
15839
  };
15840
15840
  sender: {
15841
+ name: string;
15841
15842
  id: string;
15842
15843
  address: string | null;
15843
- name: string;
15844
15844
  email: string;
15845
15845
  createdAt: Date;
15846
15846
  updatedAt: Date;
@@ -15895,9 +15895,9 @@ export declare const platformWebchatContract: {
15895
15895
  updatedAt: Date;
15896
15896
  deletedAt: Date | null;
15897
15897
  actor: {
15898
+ name: string;
15898
15899
  id: string;
15899
15900
  address: string | null;
15900
- name: string;
15901
15901
  email: string;
15902
15902
  createdAt: Date;
15903
15903
  updatedAt: Date;
@@ -15951,9 +15951,9 @@ export declare const platformWebchatContract: {
15951
15951
  fileUrl: string | null;
15952
15952
  };
15953
15953
  assignee: {
15954
+ name: string;
15954
15955
  id: string;
15955
15956
  address: string | null;
15956
- name: string;
15957
15957
  email: string;
15958
15958
  createdAt: Date;
15959
15959
  updatedAt: Date;
@@ -15998,12 +15998,12 @@ export declare const platformWebchatContract: {
15998
15998
  room: {
15999
15999
  id: string;
16000
16000
  channel: {
16001
+ name: string;
16001
16002
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16002
16003
  id: string;
16003
- name: string;
16004
16004
  metadata: {
16005
- id: string;
16006
16005
  name: string;
16006
+ id: string;
16007
16007
  accessToken?: string | undefined;
16008
16008
  channelSecret?: string | undefined;
16009
16009
  additionalCredentials?: any;
@@ -16031,9 +16031,9 @@ export declare const platformWebchatContract: {
16031
16031
  updatedAt: Date;
16032
16032
  deletedAt: Date | null;
16033
16033
  actor: {
16034
+ name: string;
16034
16035
  id: string;
16035
16036
  address: string | null;
16036
- name: string;
16037
16037
  email: string;
16038
16038
  createdAt: Date;
16039
16039
  updatedAt: Date;
@@ -16080,8 +16080,8 @@ export declare const platformWebchatContract: {
16080
16080
  connectedUserName: string;
16081
16081
  connectedUserId: string;
16082
16082
  botpressBot: {
16083
- id: string;
16084
16083
  name: string;
16084
+ id: string;
16085
16085
  accessToken: string;
16086
16086
  botId: string;
16087
16087
  integrationId: string;
@@ -16093,9 +16093,9 @@ export declare const platformWebchatContract: {
16093
16093
  updatedAt: Date;
16094
16094
  deletedAt: Date | null;
16095
16095
  actor: {
16096
+ name: string;
16096
16097
  id: string;
16097
16098
  address: string | null;
16098
- name: string;
16099
16099
  email: string;
16100
16100
  createdAt: Date;
16101
16101
  updatedAt: Date;
@@ -16146,8 +16146,8 @@ export declare const platformWebchatContract: {
16146
16146
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16147
16147
  id: string;
16148
16148
  metadata: {
16149
- id: string;
16150
16149
  name: string;
16150
+ id: string;
16151
16151
  picture?: string | undefined;
16152
16152
  additionalCredentials?: any;
16153
16153
  };
@@ -16155,10 +16155,10 @@ export declare const platformWebchatContract: {
16155
16155
  updatedAt: Date;
16156
16156
  deletedAt: Date | null;
16157
16157
  contact: {
16158
+ name: string;
16158
16159
  id: string;
16159
16160
  channel: string | null;
16160
16161
  address: string | null;
16161
- name: string;
16162
16162
  createdAt: Date;
16163
16163
  updatedAt: Date;
16164
16164
  deletedAt: Date | null;
@@ -16203,8 +16203,8 @@ export declare const platformWebchatContract: {
16203
16203
  createdAt: Date;
16204
16204
  updatedAt: Date;
16205
16205
  deletedAt: Date | null;
16206
- address?: string | null | undefined;
16207
16206
  name?: string | undefined;
16207
+ address?: string | null | undefined;
16208
16208
  phone?: string | null | undefined;
16209
16209
  industry?: string | null | undefined;
16210
16210
  } | null;
@@ -16212,8 +16212,8 @@ export declare const platformWebchatContract: {
16212
16212
  contactProfile: string | null;
16213
16213
  socialProfileUrl: string | null;
16214
16214
  tags: {
16215
- id: string;
16216
16215
  name: string;
16216
+ id: string;
16217
16217
  createdAt: Date;
16218
16218
  updatedAt: Date;
16219
16219
  deletedAt: Date | null;
@@ -16238,8 +16238,8 @@ export declare const platformWebchatContract: {
16238
16238
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16239
16239
  id: string;
16240
16240
  metadata: {
16241
- id: string;
16242
16241
  name: string;
16242
+ id: string;
16243
16243
  picture?: string | undefined;
16244
16244
  additionalCredentials?: any;
16245
16245
  };
@@ -16270,9 +16270,9 @@ export declare const platformWebchatContract: {
16270
16270
  socialPlatformId: string;
16271
16271
  };
16272
16272
  assignee: {
16273
+ name: string;
16273
16274
  id: string;
16274
16275
  address: string | null;
16275
- name: string;
16276
16276
  email: string;
16277
16277
  createdAt: Date;
16278
16278
  updatedAt: Date;
@@ -16362,8 +16362,8 @@ export declare const platformWebchatContract: {
16362
16362
  }[];
16363
16363
  }[];
16364
16364
  tags: {
16365
- id: string;
16366
16365
  name: string;
16366
+ id: string;
16367
16367
  createdAt: Date;
16368
16368
  updatedAt: Date;
16369
16369
  deletedAt: Date | null;
@@ -16386,9 +16386,9 @@ export declare const platformWebchatContract: {
16386
16386
  } | null;
16387
16387
  };
16388
16388
  workflowRule: {
16389
+ name: string;
16389
16390
  type: string;
16390
16391
  id: string;
16391
- name: string;
16392
16392
  createdAt: Date;
16393
16393
  updatedAt: Date;
16394
16394
  deletedAt: Date | null;
@@ -16398,9 +16398,9 @@ export declare const platformWebchatContract: {
16398
16398
  };
16399
16399
  platformMessageId: string;
16400
16400
  workflowRule: {
16401
+ name: string;
16401
16402
  type: string;
16402
16403
  id: string;
16403
- name: string;
16404
16404
  createdAt: Date;
16405
16405
  updatedAt: Date;
16406
16406
  deletedAt: Date | null;
@@ -16421,9 +16421,9 @@ export declare const platformWebchatContract: {
16421
16421
  updatedAt: Date;
16422
16422
  deletedAt: Date | null;
16423
16423
  actor: {
16424
+ name: string;
16424
16425
  id: string;
16425
16426
  address: string | null;
16426
- name: string;
16427
16427
  email: string;
16428
16428
  createdAt: Date;
16429
16429
  updatedAt: Date;
@@ -16477,9 +16477,9 @@ export declare const platformWebchatContract: {
16477
16477
  fileUrl: string | null;
16478
16478
  };
16479
16479
  assignee: {
16480
+ name: string;
16480
16481
  id: string;
16481
16482
  address: string | null;
16482
- name: string;
16483
16483
  email: string;
16484
16484
  createdAt: Date;
16485
16485
  updatedAt: Date;
@@ -16528,9 +16528,9 @@ export declare const platformWebchatContract: {
16528
16528
  previewUrl: string;
16529
16529
  imageSetId: string;
16530
16530
  sender: {
16531
+ name: string;
16531
16532
  id: string;
16532
16533
  address: string | null;
16533
- name: string;
16534
16534
  email: string;
16535
16535
  createdAt: Date;
16536
16536
  updatedAt: Date;
@@ -16575,9 +16575,9 @@ export declare const platformWebchatContract: {
16575
16575
  template?: any;
16576
16576
  };
16577
16577
  sender: {
16578
+ name: string;
16578
16579
  id: string;
16579
16580
  address: string | null;
16580
- name: string;
16581
16581
  email: string;
16582
16582
  createdAt: Date;
16583
16583
  updatedAt: Date;
@@ -16636,9 +16636,9 @@ export declare const platformWebchatContract: {
16636
16636
  updatedAt: Date;
16637
16637
  deletedAt: Date | null;
16638
16638
  actor: {
16639
+ name: string;
16639
16640
  id: string;
16640
16641
  address: string | null;
16641
- name: string;
16642
16642
  email: string;
16643
16643
  createdAt: Date;
16644
16644
  updatedAt: Date;
@@ -16692,9 +16692,9 @@ export declare const platformWebchatContract: {
16692
16692
  fileUrl: string | null;
16693
16693
  };
16694
16694
  assignee: {
16695
+ name: string;
16695
16696
  id: string;
16696
16697
  address: string | null;
16697
- name: string;
16698
16698
  email: string;
16699
16699
  createdAt: Date;
16700
16700
  updatedAt: Date;
@@ -16739,12 +16739,12 @@ export declare const platformWebchatContract: {
16739
16739
  room: {
16740
16740
  id: string;
16741
16741
  channel: {
16742
+ name: string;
16742
16743
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16743
16744
  id: string;
16744
- name: string;
16745
16745
  metadata: {
16746
- id: string;
16747
16746
  name: string;
16747
+ id: string;
16748
16748
  accessToken?: string | undefined;
16749
16749
  channelSecret?: string | undefined;
16750
16750
  additionalCredentials?: any;
@@ -16772,9 +16772,9 @@ export declare const platformWebchatContract: {
16772
16772
  updatedAt: Date;
16773
16773
  deletedAt: Date | null;
16774
16774
  actor: {
16775
+ name: string;
16775
16776
  id: string;
16776
16777
  address: string | null;
16777
- name: string;
16778
16778
  email: string;
16779
16779
  createdAt: Date;
16780
16780
  updatedAt: Date;
@@ -16821,8 +16821,8 @@ export declare const platformWebchatContract: {
16821
16821
  connectedUserName: string;
16822
16822
  connectedUserId: string;
16823
16823
  botpressBot: {
16824
- id: string;
16825
16824
  name: string;
16825
+ id: string;
16826
16826
  accessToken: string;
16827
16827
  botId: string;
16828
16828
  integrationId: string;
@@ -16834,9 +16834,9 @@ export declare const platformWebchatContract: {
16834
16834
  updatedAt: Date;
16835
16835
  deletedAt: Date | null;
16836
16836
  actor: {
16837
+ name: string;
16837
16838
  id: string;
16838
16839
  address: string | null;
16839
- name: string;
16840
16840
  email: string;
16841
16841
  createdAt: Date;
16842
16842
  updatedAt: Date;
@@ -16887,8 +16887,8 @@ export declare const platformWebchatContract: {
16887
16887
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16888
16888
  id: string;
16889
16889
  metadata: {
16890
- id: string;
16891
16890
  name: string;
16891
+ id: string;
16892
16892
  picture?: string | undefined;
16893
16893
  additionalCredentials?: any;
16894
16894
  };
@@ -16896,10 +16896,10 @@ export declare const platformWebchatContract: {
16896
16896
  updatedAt: Date;
16897
16897
  deletedAt: Date | null;
16898
16898
  contact: {
16899
+ name: string;
16899
16900
  id: string;
16900
16901
  channel: string | null;
16901
16902
  address: string | null;
16902
- name: string;
16903
16903
  createdAt: Date;
16904
16904
  updatedAt: Date;
16905
16905
  deletedAt: Date | null;
@@ -16944,8 +16944,8 @@ export declare const platformWebchatContract: {
16944
16944
  createdAt: Date;
16945
16945
  updatedAt: Date;
16946
16946
  deletedAt: Date | null;
16947
- address?: string | null | undefined;
16948
16947
  name?: string | undefined;
16948
+ address?: string | null | undefined;
16949
16949
  phone?: string | null | undefined;
16950
16950
  industry?: string | null | undefined;
16951
16951
  } | null;
@@ -16953,8 +16953,8 @@ export declare const platformWebchatContract: {
16953
16953
  contactProfile: string | null;
16954
16954
  socialProfileUrl: string | null;
16955
16955
  tags: {
16956
- id: string;
16957
16956
  name: string;
16957
+ id: string;
16958
16958
  createdAt: Date;
16959
16959
  updatedAt: Date;
16960
16960
  deletedAt: Date | null;
@@ -16979,8 +16979,8 @@ export declare const platformWebchatContract: {
16979
16979
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16980
16980
  id: string;
16981
16981
  metadata: {
16982
- id: string;
16983
16982
  name: string;
16983
+ id: string;
16984
16984
  picture?: string | undefined;
16985
16985
  additionalCredentials?: any;
16986
16986
  };
@@ -17011,9 +17011,9 @@ export declare const platformWebchatContract: {
17011
17011
  socialPlatformId: string;
17012
17012
  };
17013
17013
  assignee: {
17014
+ name: string;
17014
17015
  id: string;
17015
17016
  address: string | null;
17016
- name: string;
17017
17017
  email: string;
17018
17018
  createdAt: Date;
17019
17019
  updatedAt: Date;
@@ -17103,8 +17103,8 @@ export declare const platformWebchatContract: {
17103
17103
  }[];
17104
17104
  }[];
17105
17105
  tags: {
17106
- id: string;
17107
17106
  name: string;
17107
+ id: string;
17108
17108
  createdAt: Date;
17109
17109
  updatedAt: Date;
17110
17110
  deletedAt: Date | null;
@@ -17127,9 +17127,9 @@ export declare const platformWebchatContract: {
17127
17127
  } | null;
17128
17128
  };
17129
17129
  workflowRule: {
17130
+ name: string;
17130
17131
  type: string;
17131
17132
  id: string;
17132
- name: string;
17133
17133
  createdAt: Date;
17134
17134
  updatedAt: Date;
17135
17135
  deletedAt: Date | null;
@@ -17139,9 +17139,9 @@ export declare const platformWebchatContract: {
17139
17139
  };
17140
17140
  platformMessageId: string;
17141
17141
  workflowRule: {
17142
+ name: string;
17142
17143
  type: string;
17143
17144
  id: string;
17144
- name: string;
17145
17145
  createdAt: Date;
17146
17146
  updatedAt: Date;
17147
17147
  deletedAt: Date | null;
@@ -17162,9 +17162,9 @@ export declare const platformWebchatContract: {
17162
17162
  updatedAt: Date;
17163
17163
  deletedAt: Date | null;
17164
17164
  actor: {
17165
+ name: string;
17165
17166
  id: string;
17166
17167
  address: string | null;
17167
- name: string;
17168
17168
  email: string;
17169
17169
  createdAt: Date;
17170
17170
  updatedAt: Date;
@@ -17218,9 +17218,9 @@ export declare const platformWebchatContract: {
17218
17218
  fileUrl: string | null;
17219
17219
  };
17220
17220
  assignee: {
17221
+ name: string;
17221
17222
  id: string;
17222
17223
  address: string | null;
17223
- name: string;
17224
17224
  email: string;
17225
17225
  createdAt: Date;
17226
17226
  updatedAt: Date;
@@ -17269,9 +17269,9 @@ export declare const platformWebchatContract: {
17269
17269
  previewUrl: string;
17270
17270
  imageSetId: string;
17271
17271
  sender: {
17272
+ name: string;
17272
17273
  id: string;
17273
17274
  address: string | null;
17274
- name: string;
17275
17275
  email: string;
17276
17276
  createdAt: Date;
17277
17277
  updatedAt: Date;
@@ -17316,9 +17316,9 @@ export declare const platformWebchatContract: {
17316
17316
  template?: any;
17317
17317
  };
17318
17318
  sender: {
17319
+ name: string;
17319
17320
  id: string;
17320
17321
  address: string | null;
17321
- name: string;
17322
17322
  email: string;
17323
17323
  createdAt: Date;
17324
17324
  updatedAt: Date;
@@ -17373,9 +17373,9 @@ export declare const platformWebchatContract: {
17373
17373
  updatedAt: Date;
17374
17374
  deletedAt: Date | null;
17375
17375
  actor: {
17376
+ name: string;
17376
17377
  id: string;
17377
17378
  address: string | null;
17378
- name: string;
17379
17379
  email: string;
17380
17380
  createdAt: Date;
17381
17381
  updatedAt: Date;
@@ -17429,9 +17429,9 @@ export declare const platformWebchatContract: {
17429
17429
  fileUrl: string | null;
17430
17430
  };
17431
17431
  assignee: {
17432
+ name: string;
17432
17433
  id: string;
17433
17434
  address: string | null;
17434
- name: string;
17435
17435
  email: string;
17436
17436
  createdAt: Date;
17437
17437
  updatedAt: Date;
@@ -17476,12 +17476,12 @@ export declare const platformWebchatContract: {
17476
17476
  room: {
17477
17477
  id: string;
17478
17478
  channel: {
17479
+ name: string;
17479
17480
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17480
17481
  id: string;
17481
- name: string;
17482
17482
  metadata: {
17483
- id: string;
17484
17483
  name: string;
17484
+ id: string;
17485
17485
  accessToken?: string | undefined;
17486
17486
  channelSecret?: string | undefined;
17487
17487
  additionalCredentials?: any;
@@ -17509,9 +17509,9 @@ export declare const platformWebchatContract: {
17509
17509
  updatedAt: Date;
17510
17510
  deletedAt: Date | null;
17511
17511
  actor: {
17512
+ name: string;
17512
17513
  id: string;
17513
17514
  address: string | null;
17514
- name: string;
17515
17515
  email: string;
17516
17516
  createdAt: Date;
17517
17517
  updatedAt: Date;
@@ -17558,8 +17558,8 @@ export declare const platformWebchatContract: {
17558
17558
  connectedUserName: string;
17559
17559
  connectedUserId: string;
17560
17560
  botpressBot: {
17561
- id: string;
17562
17561
  name: string;
17562
+ id: string;
17563
17563
  accessToken: string;
17564
17564
  botId: string;
17565
17565
  integrationId: string;
@@ -17571,9 +17571,9 @@ export declare const platformWebchatContract: {
17571
17571
  updatedAt: Date;
17572
17572
  deletedAt: Date | null;
17573
17573
  actor: {
17574
+ name: string;
17574
17575
  id: string;
17575
17576
  address: string | null;
17576
- name: string;
17577
17577
  email: string;
17578
17578
  createdAt: Date;
17579
17579
  updatedAt: Date;
@@ -17624,8 +17624,8 @@ export declare const platformWebchatContract: {
17624
17624
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17625
17625
  id: string;
17626
17626
  metadata: {
17627
- id: string;
17628
17627
  name: string;
17628
+ id: string;
17629
17629
  picture?: string | undefined;
17630
17630
  additionalCredentials?: any;
17631
17631
  };
@@ -17633,10 +17633,10 @@ export declare const platformWebchatContract: {
17633
17633
  updatedAt: Date;
17634
17634
  deletedAt: Date | null;
17635
17635
  contact: {
17636
+ name: string;
17636
17637
  id: string;
17637
17638
  channel: string | null;
17638
17639
  address: string | null;
17639
- name: string;
17640
17640
  createdAt: Date;
17641
17641
  updatedAt: Date;
17642
17642
  deletedAt: Date | null;
@@ -17681,8 +17681,8 @@ export declare const platformWebchatContract: {
17681
17681
  createdAt: Date;
17682
17682
  updatedAt: Date;
17683
17683
  deletedAt: Date | null;
17684
- address?: string | null | undefined;
17685
17684
  name?: string | undefined;
17685
+ address?: string | null | undefined;
17686
17686
  phone?: string | null | undefined;
17687
17687
  industry?: string | null | undefined;
17688
17688
  } | null;
@@ -17690,8 +17690,8 @@ export declare const platformWebchatContract: {
17690
17690
  contactProfile: string | null;
17691
17691
  socialProfileUrl: string | null;
17692
17692
  tags: {
17693
- id: string;
17694
17693
  name: string;
17694
+ id: string;
17695
17695
  createdAt: Date;
17696
17696
  updatedAt: Date;
17697
17697
  deletedAt: Date | null;
@@ -17716,8 +17716,8 @@ export declare const platformWebchatContract: {
17716
17716
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17717
17717
  id: string;
17718
17718
  metadata: {
17719
- id: string;
17720
17719
  name: string;
17720
+ id: string;
17721
17721
  picture?: string | undefined;
17722
17722
  additionalCredentials?: any;
17723
17723
  };
@@ -17748,9 +17748,9 @@ export declare const platformWebchatContract: {
17748
17748
  socialPlatformId: string;
17749
17749
  };
17750
17750
  assignee: {
17751
+ name: string;
17751
17752
  id: string;
17752
17753
  address: string | null;
17753
- name: string;
17754
17754
  email: string;
17755
17755
  createdAt: Date;
17756
17756
  updatedAt: Date;
@@ -17840,8 +17840,8 @@ export declare const platformWebchatContract: {
17840
17840
  }[];
17841
17841
  }[];
17842
17842
  tags: {
17843
- id: string;
17844
17843
  name: string;
17844
+ id: string;
17845
17845
  createdAt: Date;
17846
17846
  updatedAt: Date;
17847
17847
  deletedAt: Date | null;
@@ -17864,9 +17864,9 @@ export declare const platformWebchatContract: {
17864
17864
  } | null;
17865
17865
  };
17866
17866
  workflowRule: {
17867
+ name: string;
17867
17868
  type: string;
17868
17869
  id: string;
17869
- name: string;
17870
17870
  createdAt: Date;
17871
17871
  updatedAt: Date;
17872
17872
  deletedAt: Date | null;
@@ -17876,9 +17876,9 @@ export declare const platformWebchatContract: {
17876
17876
  };
17877
17877
  platformMessageId: string;
17878
17878
  workflowRule: {
17879
+ name: string;
17879
17880
  type: string;
17880
17881
  id: string;
17881
- name: string;
17882
17882
  createdAt: Date;
17883
17883
  updatedAt: Date;
17884
17884
  deletedAt: Date | null;
@@ -17899,9 +17899,9 @@ export declare const platformWebchatContract: {
17899
17899
  updatedAt: Date;
17900
17900
  deletedAt: Date | null;
17901
17901
  actor: {
17902
+ name: string;
17902
17903
  id: string;
17903
17904
  address: string | null;
17904
- name: string;
17905
17905
  email: string;
17906
17906
  createdAt: Date;
17907
17907
  updatedAt: Date;
@@ -17955,9 +17955,9 @@ export declare const platformWebchatContract: {
17955
17955
  fileUrl: string | null;
17956
17956
  };
17957
17957
  assignee: {
17958
+ name: string;
17958
17959
  id: string;
17959
17960
  address: string | null;
17960
- name: string;
17961
17961
  email: string;
17962
17962
  createdAt: Date;
17963
17963
  updatedAt: Date;
@@ -18006,9 +18006,9 @@ export declare const platformWebchatContract: {
18006
18006
  previewUrl: string;
18007
18007
  imageSetId: string;
18008
18008
  sender: {
18009
+ name: string;
18009
18010
  id: string;
18010
18011
  address: string | null;
18011
- name: string;
18012
18012
  email: string;
18013
18013
  createdAt: Date;
18014
18014
  updatedAt: Date;
@@ -18053,9 +18053,9 @@ export declare const platformWebchatContract: {
18053
18053
  template?: any;
18054
18054
  };
18055
18055
  sender: {
18056
+ name: string;
18056
18057
  id: string;
18057
18058
  address: string | null;
18058
- name: string;
18059
18059
  email: string;
18060
18060
  createdAt: Date;
18061
18061
  updatedAt: Date;
@@ -18137,15 +18137,15 @@ export declare const platformWebchatContract: {
18137
18137
  address: z.ZodNullable<z.ZodString>;
18138
18138
  phone: z.ZodNullable<z.ZodString>;
18139
18139
  }, "strip", z.ZodTypeAny, {
18140
+ name: string;
18140
18141
  id: string;
18141
18142
  address: string | null;
18142
- name: string;
18143
18143
  email: string;
18144
18144
  phone: string | null;
18145
18145
  }, {
18146
+ name: string;
18146
18147
  id: string;
18147
18148
  address: string | null;
18148
- name: string;
18149
18149
  email: string;
18150
18150
  phone: string | null;
18151
18151
  }>;
@@ -18160,8 +18160,8 @@ export declare const platformWebchatContract: {
18160
18160
  agentAwayMessage: z.ZodOptional<z.ZodString>;
18161
18161
  widgetColor: z.ZodOptional<z.ZodString>;
18162
18162
  }, "strip", z.ZodTypeAny, {
18163
- type: import("./validation").ChatwootChannelType;
18164
18163
  name: string;
18164
+ type: import("./validation").ChatwootChannelType;
18165
18165
  websiteName: string;
18166
18166
  welcomeTitle: string;
18167
18167
  websiteUrl: string;
@@ -18170,8 +18170,8 @@ export declare const platformWebchatContract: {
18170
18170
  agentAwayMessage?: string | undefined;
18171
18171
  widgetColor?: string | undefined;
18172
18172
  }, {
18173
- type: import("./validation").ChatwootChannelType;
18174
18173
  name: string;
18174
+ type: import("./validation").ChatwootChannelType;
18175
18175
  websiteName: string;
18176
18176
  welcomeTitle: string;
18177
18177
  websiteUrl: string;
@@ -18181,9 +18181,10 @@ export declare const platformWebchatContract: {
18181
18181
  widgetColor?: string | undefined;
18182
18182
  }>;
18183
18183
  }, "strip", z.ZodTypeAny, {
18184
+ name: string;
18184
18185
  channel: {
18185
- type: import("./validation").ChatwootChannelType;
18186
18186
  name: string;
18187
+ type: import("./validation").ChatwootChannelType;
18187
18188
  websiteName: string;
18188
18189
  welcomeTitle: string;
18189
18190
  websiteUrl: string;
@@ -18192,18 +18193,18 @@ export declare const platformWebchatContract: {
18192
18193
  agentAwayMessage?: string | undefined;
18193
18194
  widgetColor?: string | undefined;
18194
18195
  };
18195
- name: string;
18196
18196
  actor: {
18197
+ name: string;
18197
18198
  id: string;
18198
18199
  address: string | null;
18199
- name: string;
18200
18200
  email: string;
18201
18201
  phone: string | null;
18202
18202
  };
18203
18203
  }, {
18204
+ name: string;
18204
18205
  channel: {
18205
- type: import("./validation").ChatwootChannelType;
18206
18206
  name: string;
18207
+ type: import("./validation").ChatwootChannelType;
18207
18208
  websiteName: string;
18208
18209
  welcomeTitle: string;
18209
18210
  websiteUrl: string;
@@ -18212,11 +18213,10 @@ export declare const platformWebchatContract: {
18212
18213
  agentAwayMessage?: string | undefined;
18213
18214
  widgetColor?: string | undefined;
18214
18215
  };
18215
- name: string;
18216
18216
  actor: {
18217
+ name: string;
18217
18218
  id: string;
18218
18219
  address: string | null;
18219
- name: string;
18220
18220
  email: string;
18221
18221
  phone: string | null;
18222
18222
  };
@@ -18284,8 +18284,8 @@ export declare const platformWebchatContract: {
18284
18284
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18285
18285
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18286
18286
  }, "strip", z.ZodTypeAny, {
18287
- id: string;
18288
18287
  name: string;
18288
+ id: string;
18289
18289
  accessToken?: string | undefined;
18290
18290
  channelSecret?: string | undefined;
18291
18291
  additionalCredentials?: any;
@@ -18308,8 +18308,8 @@ export declare const platformWebchatContract: {
18308
18308
  lineRichMenuId?: string | null | undefined;
18309
18309
  messengerIntegrationType?: "own" | "business" | undefined;
18310
18310
  }, {
18311
- id: string;
18312
18311
  name: string;
18312
+ id: string;
18313
18313
  accessToken?: string | undefined;
18314
18314
  channelSecret?: string | undefined;
18315
18315
  additionalCredentials?: any;
@@ -18345,14 +18345,14 @@ export declare const platformWebchatContract: {
18345
18345
  integrationId: z.ZodString;
18346
18346
  accessToken: z.ZodString;
18347
18347
  }, "strip", z.ZodTypeAny, {
18348
- id: string;
18349
18348
  name: string;
18349
+ id: string;
18350
18350
  accessToken: string;
18351
18351
  botId: string;
18352
18352
  integrationId: string;
18353
18353
  }, {
18354
- id: string;
18355
18354
  name: string;
18355
+ id: string;
18356
18356
  accessToken: string;
18357
18357
  botId: string;
18358
18358
  integrationId: string;
@@ -18475,9 +18475,9 @@ export declare const platformWebchatContract: {
18475
18475
  telephonySignature: string | null;
18476
18476
  }>;
18477
18477
  }, "strip", z.ZodTypeAny, {
18478
+ name: string;
18478
18479
  id: string;
18479
18480
  address: string | null;
18480
- name: string;
18481
18481
  email: string;
18482
18482
  createdAt: Date;
18483
18483
  updatedAt: Date;
@@ -18518,9 +18518,9 @@ export declare const platformWebchatContract: {
18518
18518
  telephonySignature: string | null;
18519
18519
  };
18520
18520
  }, {
18521
+ name: string;
18521
18522
  id: string;
18522
18523
  address: string | null;
18523
- name: string;
18524
18524
  email: string;
18525
18525
  createdAt: Date;
18526
18526
  updatedAt: Date;
@@ -18562,12 +18562,12 @@ export declare const platformWebchatContract: {
18562
18562
  };
18563
18563
  }>;
18564
18564
  }, "strip", z.ZodTypeAny, {
18565
+ name: string;
18565
18566
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18566
18567
  id: string;
18567
- name: string;
18568
18568
  metadata: {
18569
- id: string;
18570
18569
  name: string;
18570
+ id: string;
18571
18571
  accessToken?: string | undefined;
18572
18572
  channelSecret?: string | undefined;
18573
18573
  additionalCredentials?: any;
@@ -18595,9 +18595,9 @@ export declare const platformWebchatContract: {
18595
18595
  updatedAt: Date;
18596
18596
  deletedAt: Date | null;
18597
18597
  actor: {
18598
+ name: string;
18598
18599
  id: string;
18599
18600
  address: string | null;
18600
- name: string;
18601
18601
  email: string;
18602
18602
  createdAt: Date;
18603
18603
  updatedAt: Date;
@@ -18644,19 +18644,19 @@ export declare const platformWebchatContract: {
18644
18644
  connectedUserName: string;
18645
18645
  connectedUserId: string;
18646
18646
  botpressBot: {
18647
- id: string;
18648
18647
  name: string;
18648
+ id: string;
18649
18649
  accessToken: string;
18650
18650
  botId: string;
18651
18651
  integrationId: string;
18652
18652
  } | null;
18653
18653
  }, {
18654
+ name: string;
18654
18655
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18655
18656
  id: string;
18656
- name: string;
18657
18657
  metadata: {
18658
- id: string;
18659
18658
  name: string;
18659
+ id: string;
18660
18660
  accessToken?: string | undefined;
18661
18661
  channelSecret?: string | undefined;
18662
18662
  additionalCredentials?: any;
@@ -18684,9 +18684,9 @@ export declare const platformWebchatContract: {
18684
18684
  updatedAt: Date;
18685
18685
  deletedAt: Date | null;
18686
18686
  actor: {
18687
+ name: string;
18687
18688
  id: string;
18688
18689
  address: string | null;
18689
- name: string;
18690
18690
  email: string;
18691
18691
  createdAt: Date;
18692
18692
  updatedAt: Date;
@@ -18733,8 +18733,8 @@ export declare const platformWebchatContract: {
18733
18733
  connectedUserName: string;
18734
18734
  connectedUserId: string;
18735
18735
  botpressBot: {
18736
- id: string;
18737
18736
  name: string;
18737
+ id: string;
18738
18738
  accessToken: string;
18739
18739
  botId: string;
18740
18740
  integrationId: string;
@@ -18742,12 +18742,12 @@ export declare const platformWebchatContract: {
18742
18742
  }>;
18743
18743
  }, "strip", z.ZodTypeAny, {
18744
18744
  channel: {
18745
+ name: string;
18745
18746
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18746
18747
  id: string;
18747
- name: string;
18748
18748
  metadata: {
18749
- id: string;
18750
18749
  name: string;
18750
+ id: string;
18751
18751
  accessToken?: string | undefined;
18752
18752
  channelSecret?: string | undefined;
18753
18753
  additionalCredentials?: any;
@@ -18775,9 +18775,9 @@ export declare const platformWebchatContract: {
18775
18775
  updatedAt: Date;
18776
18776
  deletedAt: Date | null;
18777
18777
  actor: {
18778
+ name: string;
18778
18779
  id: string;
18779
18780
  address: string | null;
18780
- name: string;
18781
18781
  email: string;
18782
18782
  createdAt: Date;
18783
18783
  updatedAt: Date;
@@ -18824,8 +18824,8 @@ export declare const platformWebchatContract: {
18824
18824
  connectedUserName: string;
18825
18825
  connectedUserId: string;
18826
18826
  botpressBot: {
18827
- id: string;
18828
18827
  name: string;
18828
+ id: string;
18829
18829
  accessToken: string;
18830
18830
  botId: string;
18831
18831
  integrationId: string;
@@ -18834,12 +18834,12 @@ export declare const platformWebchatContract: {
18834
18834
  requestId: string;
18835
18835
  }, {
18836
18836
  channel: {
18837
+ name: string;
18837
18838
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18838
18839
  id: string;
18839
- name: string;
18840
18840
  metadata: {
18841
- id: string;
18842
18841
  name: string;
18842
+ id: string;
18843
18843
  accessToken?: string | undefined;
18844
18844
  channelSecret?: string | undefined;
18845
18845
  additionalCredentials?: any;
@@ -18867,9 +18867,9 @@ export declare const platformWebchatContract: {
18867
18867
  updatedAt: Date;
18868
18868
  deletedAt: Date | null;
18869
18869
  actor: {
18870
+ name: string;
18870
18871
  id: string;
18871
18872
  address: string | null;
18872
- name: string;
18873
18873
  email: string;
18874
18874
  createdAt: Date;
18875
18875
  updatedAt: Date;
@@ -18916,8 +18916,8 @@ export declare const platformWebchatContract: {
18916
18916
  connectedUserName: string;
18917
18917
  connectedUserId: string;
18918
18918
  botpressBot: {
18919
- id: string;
18920
18919
  name: string;
18920
+ id: string;
18921
18921
  accessToken: string;
18922
18922
  botId: string;
18923
18923
  integrationId: string;