@kl1/contracts 1.1.56 → 1.1.57

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 (130) 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 +9108 -4613
  20. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/schema.d.ts +2025 -1005
  22. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/chat/validation.d.ts +1566 -775
  24. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  26. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  27. package/dist/api-contracts/src/company/index.d.ts +4 -4
  28. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  29. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  30. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  31. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  32. package/dist/api-contracts/src/contract.d.ts +15618 -10875
  33. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  34. package/dist/api-contracts/src/cx-log/index.d.ts +267 -252
  35. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/cx-log/schema.d.ts +325 -200
  37. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  38. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  39. package/dist/api-contracts/src/dashboard/index.d.ts +44 -44
  40. package/dist/api-contracts/src/dashboard/schema.d.ts +36 -36
  41. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  42. package/dist/api-contracts/src/facebook-feed/index.d.ts +1265 -725
  43. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/facebook-feed/schema.d.ts +67 -67
  45. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  46. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  47. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  48. package/dist/api-contracts/src/index.d.ts +1 -0
  49. package/dist/api-contracts/src/index.d.ts.map +1 -1
  50. package/dist/api-contracts/src/instagram/index.d.ts +1173 -633
  51. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  52. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  53. package/dist/api-contracts/src/line/index.d.ts +1160 -620
  54. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  56. package/dist/api-contracts/src/line/validation.d.ts +55 -55
  57. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  58. package/dist/api-contracts/src/mail/mail-contract.d.ts +3138 -2526
  59. package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
  60. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  61. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  62. package/dist/api-contracts/src/mail/room-contract.d.ts +2056 -1444
  63. package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
  64. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  65. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  66. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  67. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +672 -468
  68. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  69. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +618 -458
  70. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/messenger/index.d.ts +1176 -636
  72. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  74. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  75. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  76. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  77. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  78. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  79. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  80. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  81. package/dist/api-contracts/src/sms/index.d.ts +91 -91
  82. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  83. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  84. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  85. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  86. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  87. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  88. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  89. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  90. package/dist/api-contracts/src/telegram/index.d.ts +1115 -575
  91. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  92. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  93. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  94. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  95. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  96. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  97. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  98. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  99. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  100. package/dist/api-contracts/src/user/index.d.ts +23 -23
  101. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  103. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  104. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  105. package/dist/api-contracts/src/viber/index.d.ts +1115 -575
  106. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  107. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  108. package/dist/api-contracts/src/webchat/index.d.ts +1139 -599
  109. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  110. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  111. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  112. package/dist/api-contracts/src/whatsapp/index.d.ts +1139 -599
  113. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  114. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  115. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  116. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  117. package/dist/api-contracts/src/workflow-rule/index.d.ts +620 -212
  118. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  119. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  120. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  121. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  122. package/dist/api-contracts/utils.d.ts +1 -1
  123. package/dist/api-contracts/utils.d.ts.map +1 -1
  124. package/dist/entities/src/enums/chat.d.ts +3 -0
  125. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  126. package/dist/index.js +3044 -2889
  127. package/dist/index.js.map +1 -1
  128. package/dist/index.mjs +3043 -2889
  129. package/dist/index.mjs.map +1 -1
  130. package/package.json +1 -1
@@ -85,8 +85,8 @@ export declare const channelContract: {
85
85
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
86
86
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
87
87
  }, "strip", z.ZodTypeAny, {
88
- name: string;
89
88
  id: string;
89
+ name: string;
90
90
  accessToken?: string | undefined;
91
91
  channelSecret?: string | undefined;
92
92
  additionalCredentials?: any;
@@ -110,8 +110,8 @@ export declare const channelContract: {
110
110
  lineRichMenuId?: string | null | undefined;
111
111
  messengerIntegrationType?: "own" | "business" | undefined;
112
112
  }, {
113
- name: string;
114
113
  id: string;
114
+ name: string;
115
115
  accessToken?: string | undefined;
116
116
  channelSecret?: string | undefined;
117
117
  additionalCredentials?: any;
@@ -148,14 +148,14 @@ export declare const channelContract: {
148
148
  integrationId: z.ZodString;
149
149
  accessToken: z.ZodString;
150
150
  }, "strip", z.ZodTypeAny, {
151
- name: string;
152
151
  id: string;
152
+ name: string;
153
153
  accessToken: string;
154
154
  botId: string;
155
155
  integrationId: string;
156
156
  }, {
157
- name: string;
158
157
  id: string;
158
+ name: string;
159
159
  accessToken: string;
160
160
  botId: string;
161
161
  integrationId: string;
@@ -278,9 +278,9 @@ export declare const channelContract: {
278
278
  telephonySignature: string | null;
279
279
  }>;
280
280
  }, "strip", z.ZodTypeAny, {
281
- name: string;
282
281
  id: string;
283
282
  address: string | null;
283
+ name: string;
284
284
  email: string;
285
285
  createdAt: Date;
286
286
  updatedAt: Date;
@@ -321,9 +321,9 @@ export declare const channelContract: {
321
321
  telephonySignature: string | null;
322
322
  };
323
323
  }, {
324
- name: string;
325
324
  id: string;
326
325
  address: string | null;
326
+ name: string;
327
327
  email: string;
328
328
  createdAt: Date;
329
329
  updatedAt: Date;
@@ -365,12 +365,12 @@ export declare const channelContract: {
365
365
  };
366
366
  }>;
367
367
  }, "strip", z.ZodTypeAny, {
368
- name: string;
369
368
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
370
369
  id: string;
370
+ name: string;
371
371
  metadata: {
372
- name: string;
373
372
  id: string;
373
+ name: string;
374
374
  accessToken?: string | undefined;
375
375
  channelSecret?: string | undefined;
376
376
  additionalCredentials?: any;
@@ -399,9 +399,9 @@ export declare const channelContract: {
399
399
  updatedAt: Date;
400
400
  deletedAt: Date | null;
401
401
  actor: {
402
- name: string;
403
402
  id: string;
404
403
  address: string | null;
404
+ name: string;
405
405
  email: string;
406
406
  createdAt: Date;
407
407
  updatedAt: Date;
@@ -448,19 +448,19 @@ export declare const channelContract: {
448
448
  connectedUserName: string;
449
449
  connectedUserId: string;
450
450
  botpressBot: {
451
- name: string;
452
451
  id: string;
452
+ name: string;
453
453
  accessToken: string;
454
454
  botId: string;
455
455
  integrationId: string;
456
456
  } | null;
457
457
  }, {
458
- name: string;
459
458
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
460
459
  id: string;
460
+ name: string;
461
461
  metadata: {
462
- name: string;
463
462
  id: string;
463
+ name: string;
464
464
  accessToken?: string | undefined;
465
465
  channelSecret?: string | undefined;
466
466
  additionalCredentials?: any;
@@ -489,9 +489,9 @@ export declare const channelContract: {
489
489
  updatedAt: Date;
490
490
  deletedAt: Date | null;
491
491
  actor: {
492
- name: string;
493
492
  id: string;
494
493
  address: string | null;
494
+ name: string;
495
495
  email: string;
496
496
  createdAt: Date;
497
497
  updatedAt: Date;
@@ -538,8 +538,8 @@ export declare const channelContract: {
538
538
  connectedUserName: string;
539
539
  connectedUserId: string;
540
540
  botpressBot: {
541
- name: string;
542
541
  id: string;
542
+ name: string;
543
543
  accessToken: string;
544
544
  botId: string;
545
545
  integrationId: string;
@@ -547,12 +547,12 @@ export declare const channelContract: {
547
547
  }>, "many">;
548
548
  }, "strip", z.ZodTypeAny, {
549
549
  data: {
550
- name: string;
551
550
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
552
551
  id: string;
552
+ name: string;
553
553
  metadata: {
554
- name: string;
555
554
  id: string;
555
+ name: string;
556
556
  accessToken?: string | undefined;
557
557
  channelSecret?: string | undefined;
558
558
  additionalCredentials?: any;
@@ -581,9 +581,9 @@ export declare const channelContract: {
581
581
  updatedAt: Date;
582
582
  deletedAt: Date | null;
583
583
  actor: {
584
- name: string;
585
584
  id: string;
586
585
  address: string | null;
586
+ name: string;
587
587
  email: string;
588
588
  createdAt: Date;
589
589
  updatedAt: Date;
@@ -630,8 +630,8 @@ export declare const channelContract: {
630
630
  connectedUserName: string;
631
631
  connectedUserId: string;
632
632
  botpressBot: {
633
- name: string;
634
633
  id: string;
634
+ name: string;
635
635
  accessToken: string;
636
636
  botId: string;
637
637
  integrationId: string;
@@ -640,12 +640,12 @@ export declare const channelContract: {
640
640
  requestId: string;
641
641
  }, {
642
642
  data: {
643
- name: string;
644
643
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
645
644
  id: string;
645
+ name: string;
646
646
  metadata: {
647
- name: string;
648
647
  id: string;
648
+ name: string;
649
649
  accessToken?: string | undefined;
650
650
  channelSecret?: string | undefined;
651
651
  additionalCredentials?: any;
@@ -674,9 +674,9 @@ export declare const channelContract: {
674
674
  updatedAt: Date;
675
675
  deletedAt: Date | null;
676
676
  actor: {
677
- name: string;
678
677
  id: string;
679
678
  address: string | null;
679
+ name: string;
680
680
  email: string;
681
681
  createdAt: Date;
682
682
  updatedAt: Date;
@@ -723,8 +723,8 @@ export declare const channelContract: {
723
723
  connectedUserName: string;
724
724
  connectedUserId: string;
725
725
  botpressBot: {
726
- name: string;
727
726
  id: string;
727
+ name: string;
728
728
  accessToken: string;
729
729
  botId: string;
730
730
  integrationId: string;
@@ -766,8 +766,8 @@ export declare const channelContract: {
766
766
  200: z.ZodObject<{
767
767
  requestId: z.ZodString;
768
768
  channel: z.ZodObject<{
769
- name: z.ZodString;
770
769
  type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
770
+ name: z.ZodString;
771
771
  metadata: z.ZodObject<{
772
772
  id: z.ZodString;
773
773
  name: z.ZodString;
@@ -822,8 +822,8 @@ export declare const channelContract: {
822
822
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
823
823
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
824
824
  }, "strip", z.ZodTypeAny, {
825
- name: string;
826
825
  id: string;
826
+ name: string;
827
827
  accessToken?: string | undefined;
828
828
  channelSecret?: string | undefined;
829
829
  additionalCredentials?: any;
@@ -847,8 +847,8 @@ export declare const channelContract: {
847
847
  lineRichMenuId?: string | null | undefined;
848
848
  messengerIntegrationType?: "own" | "business" | undefined;
849
849
  }, {
850
- name: string;
851
850
  id: string;
851
+ name: string;
852
852
  accessToken?: string | undefined;
853
853
  channelSecret?: string | undefined;
854
854
  additionalCredentials?: any;
@@ -880,15 +880,15 @@ export declare const channelContract: {
880
880
  address: z.ZodNullable<z.ZodString>;
881
881
  phone: z.ZodNullable<z.ZodString>;
882
882
  }, "strip", z.ZodTypeAny, {
883
- name: string;
884
883
  id: string;
885
884
  address: string | null;
885
+ name: string;
886
886
  email: string;
887
887
  phone: string | null;
888
888
  }, {
889
- name: string;
890
889
  id: string;
891
890
  address: string | null;
891
+ name: string;
892
892
  email: string;
893
893
  phone: string | null;
894
894
  }>>;
@@ -903,12 +903,12 @@ export declare const channelContract: {
903
903
  deletedAt: z.ZodNullable<z.ZodString>;
904
904
  isReloginRequired: z.ZodBoolean;
905
905
  }, "strip", z.ZodTypeAny, {
906
- name: string;
907
906
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
908
907
  id: string;
908
+ name: string;
909
909
  metadata: {
910
- name: string;
911
910
  id: string;
911
+ name: string;
912
912
  accessToken?: string | undefined;
913
913
  channelSecret?: string | undefined;
914
914
  additionalCredentials?: any;
@@ -940,9 +940,9 @@ export declare const channelContract: {
940
940
  platformId: string;
941
941
  isReloginRequired: boolean;
942
942
  actor?: {
943
- name: string;
944
943
  id: string;
945
944
  address: string | null;
945
+ name: string;
946
946
  email: string;
947
947
  phone: string | null;
948
948
  } | undefined;
@@ -950,12 +950,12 @@ export declare const channelContract: {
950
950
  connectedUserName?: string | null | undefined;
951
951
  connectedUserId?: string | null | undefined;
952
952
  }, {
953
- name: string;
954
953
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
955
954
  id: string;
955
+ name: string;
956
956
  metadata: {
957
- name: string;
958
957
  id: string;
958
+ name: string;
959
959
  accessToken?: string | undefined;
960
960
  channelSecret?: string | undefined;
961
961
  additionalCredentials?: any;
@@ -987,9 +987,9 @@ export declare const channelContract: {
987
987
  platformId: string;
988
988
  isReloginRequired: boolean;
989
989
  actor?: {
990
- name: string;
991
990
  id: string;
992
991
  address: string | null;
992
+ name: string;
993
993
  email: string;
994
994
  phone: string | null;
995
995
  } | undefined;
@@ -999,12 +999,12 @@ export declare const channelContract: {
999
999
  }>;
1000
1000
  }, "strip", z.ZodTypeAny, {
1001
1001
  channel: {
1002
- name: string;
1003
1002
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1004
1003
  id: string;
1004
+ name: string;
1005
1005
  metadata: {
1006
- name: string;
1007
1006
  id: string;
1007
+ name: string;
1008
1008
  accessToken?: string | undefined;
1009
1009
  channelSecret?: string | undefined;
1010
1010
  additionalCredentials?: any;
@@ -1036,9 +1036,9 @@ export declare const channelContract: {
1036
1036
  platformId: string;
1037
1037
  isReloginRequired: boolean;
1038
1038
  actor?: {
1039
- name: string;
1040
1039
  id: string;
1041
1040
  address: string | null;
1041
+ name: string;
1042
1042
  email: string;
1043
1043
  phone: string | null;
1044
1044
  } | undefined;
@@ -1049,12 +1049,12 @@ export declare const channelContract: {
1049
1049
  requestId: string;
1050
1050
  }, {
1051
1051
  channel: {
1052
- name: string;
1053
1052
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1054
1053
  id: string;
1054
+ name: string;
1055
1055
  metadata: {
1056
- name: string;
1057
1056
  id: string;
1057
+ name: string;
1058
1058
  accessToken?: string | undefined;
1059
1059
  channelSecret?: string | undefined;
1060
1060
  additionalCredentials?: any;
@@ -1086,9 +1086,9 @@ export declare const channelContract: {
1086
1086
  platformId: string;
1087
1087
  isReloginRequired: boolean;
1088
1088
  actor?: {
1089
- name: string;
1090
1089
  id: string;
1091
1090
  address: string | null;
1091
+ name: string;
1092
1092
  email: string;
1093
1093
  phone: string | null;
1094
1094
  } | undefined;
@@ -1202,8 +1202,8 @@ export declare const channelContract: {
1202
1202
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1203
1203
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1204
1204
  }, "strip", z.ZodTypeAny, {
1205
- name: string;
1206
1205
  id: string;
1206
+ name: string;
1207
1207
  accessToken?: string | undefined;
1208
1208
  channelSecret?: string | undefined;
1209
1209
  additionalCredentials?: any;
@@ -1227,8 +1227,8 @@ export declare const channelContract: {
1227
1227
  lineRichMenuId?: string | null | undefined;
1228
1228
  messengerIntegrationType?: "own" | "business" | undefined;
1229
1229
  }, {
1230
- name: string;
1231
1230
  id: string;
1231
+ name: string;
1232
1232
  accessToken?: string | undefined;
1233
1233
  channelSecret?: string | undefined;
1234
1234
  additionalCredentials?: any;
@@ -1265,14 +1265,14 @@ export declare const channelContract: {
1265
1265
  integrationId: z.ZodString;
1266
1266
  accessToken: z.ZodString;
1267
1267
  }, "strip", z.ZodTypeAny, {
1268
- name: string;
1269
1268
  id: string;
1269
+ name: string;
1270
1270
  accessToken: string;
1271
1271
  botId: string;
1272
1272
  integrationId: string;
1273
1273
  }, {
1274
- name: string;
1275
1274
  id: string;
1275
+ name: string;
1276
1276
  accessToken: string;
1277
1277
  botId: string;
1278
1278
  integrationId: string;
@@ -1395,9 +1395,9 @@ export declare const channelContract: {
1395
1395
  telephonySignature: string | null;
1396
1396
  }>;
1397
1397
  }, "strip", z.ZodTypeAny, {
1398
- name: string;
1399
1398
  id: string;
1400
1399
  address: string | null;
1400
+ name: string;
1401
1401
  email: string;
1402
1402
  createdAt: Date;
1403
1403
  updatedAt: Date;
@@ -1438,9 +1438,9 @@ export declare const channelContract: {
1438
1438
  telephonySignature: string | null;
1439
1439
  };
1440
1440
  }, {
1441
- name: string;
1442
1441
  id: string;
1443
1442
  address: string | null;
1443
+ name: string;
1444
1444
  email: string;
1445
1445
  createdAt: Date;
1446
1446
  updatedAt: Date;
@@ -1482,12 +1482,12 @@ export declare const channelContract: {
1482
1482
  };
1483
1483
  }>;
1484
1484
  }, "strip", z.ZodTypeAny, {
1485
- name: string;
1486
1485
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1487
1486
  id: string;
1487
+ name: string;
1488
1488
  metadata: {
1489
- name: string;
1490
1489
  id: string;
1490
+ name: string;
1491
1491
  accessToken?: string | undefined;
1492
1492
  channelSecret?: string | undefined;
1493
1493
  additionalCredentials?: any;
@@ -1516,9 +1516,9 @@ export declare const channelContract: {
1516
1516
  updatedAt: Date;
1517
1517
  deletedAt: Date | null;
1518
1518
  actor: {
1519
- name: string;
1520
1519
  id: string;
1521
1520
  address: string | null;
1521
+ name: string;
1522
1522
  email: string;
1523
1523
  createdAt: Date;
1524
1524
  updatedAt: Date;
@@ -1565,19 +1565,19 @@ export declare const channelContract: {
1565
1565
  connectedUserName: string;
1566
1566
  connectedUserId: string;
1567
1567
  botpressBot: {
1568
- name: string;
1569
1568
  id: string;
1569
+ name: string;
1570
1570
  accessToken: string;
1571
1571
  botId: string;
1572
1572
  integrationId: string;
1573
1573
  } | null;
1574
1574
  }, {
1575
- name: string;
1576
1575
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1577
1576
  id: string;
1577
+ name: string;
1578
1578
  metadata: {
1579
- name: string;
1580
1579
  id: string;
1580
+ name: string;
1581
1581
  accessToken?: string | undefined;
1582
1582
  channelSecret?: string | undefined;
1583
1583
  additionalCredentials?: any;
@@ -1606,9 +1606,9 @@ export declare const channelContract: {
1606
1606
  updatedAt: Date;
1607
1607
  deletedAt: Date | null;
1608
1608
  actor: {
1609
- name: string;
1610
1609
  id: string;
1611
1610
  address: string | null;
1611
+ name: string;
1612
1612
  email: string;
1613
1613
  createdAt: Date;
1614
1614
  updatedAt: Date;
@@ -1655,8 +1655,8 @@ export declare const channelContract: {
1655
1655
  connectedUserName: string;
1656
1656
  connectedUserId: string;
1657
1657
  botpressBot: {
1658
- name: string;
1659
1658
  id: string;
1659
+ name: string;
1660
1660
  accessToken: string;
1661
1661
  botId: string;
1662
1662
  integrationId: string;
@@ -1664,12 +1664,12 @@ export declare const channelContract: {
1664
1664
  }>;
1665
1665
  }, "strip", z.ZodTypeAny, {
1666
1666
  channel: {
1667
- name: string;
1668
1667
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1669
1668
  id: string;
1669
+ name: string;
1670
1670
  metadata: {
1671
- name: string;
1672
1671
  id: string;
1672
+ name: string;
1673
1673
  accessToken?: string | undefined;
1674
1674
  channelSecret?: string | undefined;
1675
1675
  additionalCredentials?: any;
@@ -1698,9 +1698,9 @@ export declare const channelContract: {
1698
1698
  updatedAt: Date;
1699
1699
  deletedAt: Date | null;
1700
1700
  actor: {
1701
- name: string;
1702
1701
  id: string;
1703
1702
  address: string | null;
1703
+ name: string;
1704
1704
  email: string;
1705
1705
  createdAt: Date;
1706
1706
  updatedAt: Date;
@@ -1747,8 +1747,8 @@ export declare const channelContract: {
1747
1747
  connectedUserName: string;
1748
1748
  connectedUserId: string;
1749
1749
  botpressBot: {
1750
- name: string;
1751
1750
  id: string;
1751
+ name: string;
1752
1752
  accessToken: string;
1753
1753
  botId: string;
1754
1754
  integrationId: string;
@@ -1757,12 +1757,12 @@ export declare const channelContract: {
1757
1757
  requestId: string;
1758
1758
  }, {
1759
1759
  channel: {
1760
- name: string;
1761
1760
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1762
1761
  id: string;
1762
+ name: string;
1763
1763
  metadata: {
1764
- name: string;
1765
1764
  id: string;
1765
+ name: string;
1766
1766
  accessToken?: string | undefined;
1767
1767
  channelSecret?: string | undefined;
1768
1768
  additionalCredentials?: any;
@@ -1791,9 +1791,9 @@ export declare const channelContract: {
1791
1791
  updatedAt: Date;
1792
1792
  deletedAt: Date | null;
1793
1793
  actor: {
1794
- name: string;
1795
1794
  id: string;
1796
1795
  address: string | null;
1796
+ name: string;
1797
1797
  email: string;
1798
1798
  createdAt: Date;
1799
1799
  updatedAt: Date;
@@ -1840,8 +1840,8 @@ export declare const channelContract: {
1840
1840
  connectedUserName: string;
1841
1841
  connectedUserId: string;
1842
1842
  botpressBot: {
1843
- name: string;
1844
1843
  id: string;
1844
+ name: string;
1845
1845
  accessToken: string;
1846
1846
  botId: string;
1847
1847
  integrationId: string;
@@ -1959,8 +1959,8 @@ export declare const channelContract: {
1959
1959
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1960
1960
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1961
1961
  }, "strip", z.ZodTypeAny, {
1962
- name: string;
1963
1962
  id: string;
1963
+ name: string;
1964
1964
  accessToken?: string | undefined;
1965
1965
  channelSecret?: string | undefined;
1966
1966
  additionalCredentials?: any;
@@ -1984,8 +1984,8 @@ export declare const channelContract: {
1984
1984
  lineRichMenuId?: string | null | undefined;
1985
1985
  messengerIntegrationType?: "own" | "business" | undefined;
1986
1986
  }, {
1987
- name: string;
1988
1987
  id: string;
1988
+ name: string;
1989
1989
  accessToken?: string | undefined;
1990
1990
  channelSecret?: string | undefined;
1991
1991
  additionalCredentials?: any;
@@ -2022,14 +2022,14 @@ export declare const channelContract: {
2022
2022
  integrationId: z.ZodString;
2023
2023
  accessToken: z.ZodString;
2024
2024
  }, "strip", z.ZodTypeAny, {
2025
- name: string;
2026
2025
  id: string;
2026
+ name: string;
2027
2027
  accessToken: string;
2028
2028
  botId: string;
2029
2029
  integrationId: string;
2030
2030
  }, {
2031
- name: string;
2032
2031
  id: string;
2032
+ name: string;
2033
2033
  accessToken: string;
2034
2034
  botId: string;
2035
2035
  integrationId: string;
@@ -2152,9 +2152,9 @@ export declare const channelContract: {
2152
2152
  telephonySignature: string | null;
2153
2153
  }>;
2154
2154
  }, "strip", z.ZodTypeAny, {
2155
- name: string;
2156
2155
  id: string;
2157
2156
  address: string | null;
2157
+ name: string;
2158
2158
  email: string;
2159
2159
  createdAt: Date;
2160
2160
  updatedAt: Date;
@@ -2195,9 +2195,9 @@ export declare const channelContract: {
2195
2195
  telephonySignature: string | null;
2196
2196
  };
2197
2197
  }, {
2198
- name: string;
2199
2198
  id: string;
2200
2199
  address: string | null;
2200
+ name: string;
2201
2201
  email: string;
2202
2202
  createdAt: Date;
2203
2203
  updatedAt: Date;
@@ -2239,12 +2239,12 @@ export declare const channelContract: {
2239
2239
  };
2240
2240
  }>;
2241
2241
  }, "strip", z.ZodTypeAny, {
2242
- name: string;
2243
2242
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2244
2243
  id: string;
2244
+ name: string;
2245
2245
  metadata: {
2246
- name: string;
2247
2246
  id: string;
2247
+ name: string;
2248
2248
  accessToken?: string | undefined;
2249
2249
  channelSecret?: string | undefined;
2250
2250
  additionalCredentials?: any;
@@ -2273,9 +2273,9 @@ export declare const channelContract: {
2273
2273
  updatedAt: Date;
2274
2274
  deletedAt: Date | null;
2275
2275
  actor: {
2276
- name: string;
2277
2276
  id: string;
2278
2277
  address: string | null;
2278
+ name: string;
2279
2279
  email: string;
2280
2280
  createdAt: Date;
2281
2281
  updatedAt: Date;
@@ -2322,19 +2322,19 @@ export declare const channelContract: {
2322
2322
  connectedUserName: string;
2323
2323
  connectedUserId: string;
2324
2324
  botpressBot: {
2325
- name: string;
2326
2325
  id: string;
2326
+ name: string;
2327
2327
  accessToken: string;
2328
2328
  botId: string;
2329
2329
  integrationId: string;
2330
2330
  } | null;
2331
2331
  }, {
2332
- name: string;
2333
2332
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2334
2333
  id: string;
2334
+ name: string;
2335
2335
  metadata: {
2336
- name: string;
2337
2336
  id: string;
2337
+ name: string;
2338
2338
  accessToken?: string | undefined;
2339
2339
  channelSecret?: string | undefined;
2340
2340
  additionalCredentials?: any;
@@ -2363,9 +2363,9 @@ export declare const channelContract: {
2363
2363
  updatedAt: Date;
2364
2364
  deletedAt: Date | null;
2365
2365
  actor: {
2366
- name: string;
2367
2366
  id: string;
2368
2367
  address: string | null;
2368
+ name: string;
2369
2369
  email: string;
2370
2370
  createdAt: Date;
2371
2371
  updatedAt: Date;
@@ -2412,8 +2412,8 @@ export declare const channelContract: {
2412
2412
  connectedUserName: string;
2413
2413
  connectedUserId: string;
2414
2414
  botpressBot: {
2415
- name: string;
2416
2415
  id: string;
2416
+ name: string;
2417
2417
  accessToken: string;
2418
2418
  botId: string;
2419
2419
  integrationId: string;
@@ -2421,12 +2421,12 @@ export declare const channelContract: {
2421
2421
  }>;
2422
2422
  }, "strip", z.ZodTypeAny, {
2423
2423
  channel: {
2424
- name: string;
2425
2424
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2426
2425
  id: string;
2426
+ name: string;
2427
2427
  metadata: {
2428
- name: string;
2429
2428
  id: string;
2429
+ name: string;
2430
2430
  accessToken?: string | undefined;
2431
2431
  channelSecret?: string | undefined;
2432
2432
  additionalCredentials?: any;
@@ -2455,9 +2455,9 @@ export declare const channelContract: {
2455
2455
  updatedAt: Date;
2456
2456
  deletedAt: Date | null;
2457
2457
  actor: {
2458
- name: string;
2459
2458
  id: string;
2460
2459
  address: string | null;
2460
+ name: string;
2461
2461
  email: string;
2462
2462
  createdAt: Date;
2463
2463
  updatedAt: Date;
@@ -2504,8 +2504,8 @@ export declare const channelContract: {
2504
2504
  connectedUserName: string;
2505
2505
  connectedUserId: string;
2506
2506
  botpressBot: {
2507
- name: string;
2508
2507
  id: string;
2508
+ name: string;
2509
2509
  accessToken: string;
2510
2510
  botId: string;
2511
2511
  integrationId: string;
@@ -2514,12 +2514,12 @@ export declare const channelContract: {
2514
2514
  requestId: string;
2515
2515
  }, {
2516
2516
  channel: {
2517
- name: string;
2518
2517
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2519
2518
  id: string;
2519
+ name: string;
2520
2520
  metadata: {
2521
- name: string;
2522
2521
  id: string;
2522
+ name: string;
2523
2523
  accessToken?: string | undefined;
2524
2524
  channelSecret?: string | undefined;
2525
2525
  additionalCredentials?: any;
@@ -2548,9 +2548,9 @@ export declare const channelContract: {
2548
2548
  updatedAt: Date;
2549
2549
  deletedAt: Date | null;
2550
2550
  actor: {
2551
- name: string;
2552
2551
  id: string;
2553
2552
  address: string | null;
2553
+ name: string;
2554
2554
  email: string;
2555
2555
  createdAt: Date;
2556
2556
  updatedAt: Date;
@@ -2597,8 +2597,8 @@ export declare const channelContract: {
2597
2597
  connectedUserName: string;
2598
2598
  connectedUserId: string;
2599
2599
  botpressBot: {
2600
- name: string;
2601
2600
  id: string;
2601
+ name: string;
2602
2602
  accessToken: string;
2603
2603
  botId: string;
2604
2604
  integrationId: string;
@@ -2710,8 +2710,8 @@ export declare const channelContract: {
2710
2710
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2711
2711
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2712
2712
  }, "strip", z.ZodTypeAny, {
2713
- name: string;
2714
2713
  id: string;
2714
+ name: string;
2715
2715
  accessToken?: string | undefined;
2716
2716
  channelSecret?: string | undefined;
2717
2717
  additionalCredentials?: any;
@@ -2735,8 +2735,8 @@ export declare const channelContract: {
2735
2735
  lineRichMenuId?: string | null | undefined;
2736
2736
  messengerIntegrationType?: "own" | "business" | undefined;
2737
2737
  }, {
2738
- name: string;
2739
2738
  id: string;
2739
+ name: string;
2740
2740
  accessToken?: string | undefined;
2741
2741
  channelSecret?: string | undefined;
2742
2742
  additionalCredentials?: any;
@@ -2773,14 +2773,14 @@ export declare const channelContract: {
2773
2773
  integrationId: z.ZodString;
2774
2774
  accessToken: z.ZodString;
2775
2775
  }, "strip", z.ZodTypeAny, {
2776
- name: string;
2777
2776
  id: string;
2777
+ name: string;
2778
2778
  accessToken: string;
2779
2779
  botId: string;
2780
2780
  integrationId: string;
2781
2781
  }, {
2782
- name: string;
2783
2782
  id: string;
2783
+ name: string;
2784
2784
  accessToken: string;
2785
2785
  botId: string;
2786
2786
  integrationId: string;
@@ -2903,9 +2903,9 @@ export declare const channelContract: {
2903
2903
  telephonySignature: string | null;
2904
2904
  }>;
2905
2905
  }, "strip", z.ZodTypeAny, {
2906
- name: string;
2907
2906
  id: string;
2908
2907
  address: string | null;
2908
+ name: string;
2909
2909
  email: string;
2910
2910
  createdAt: Date;
2911
2911
  updatedAt: Date;
@@ -2946,9 +2946,9 @@ export declare const channelContract: {
2946
2946
  telephonySignature: string | null;
2947
2947
  };
2948
2948
  }, {
2949
- name: string;
2950
2949
  id: string;
2951
2950
  address: string | null;
2951
+ name: string;
2952
2952
  email: string;
2953
2953
  createdAt: Date;
2954
2954
  updatedAt: Date;
@@ -2990,12 +2990,12 @@ export declare const channelContract: {
2990
2990
  };
2991
2991
  }>;
2992
2992
  }, "strip", z.ZodTypeAny, {
2993
- name: string;
2994
2993
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2995
2994
  id: string;
2995
+ name: string;
2996
2996
  metadata: {
2997
- name: string;
2998
2997
  id: string;
2998
+ name: string;
2999
2999
  accessToken?: string | undefined;
3000
3000
  channelSecret?: string | undefined;
3001
3001
  additionalCredentials?: any;
@@ -3024,9 +3024,9 @@ export declare const channelContract: {
3024
3024
  updatedAt: Date;
3025
3025
  deletedAt: Date | null;
3026
3026
  actor: {
3027
- name: string;
3028
3027
  id: string;
3029
3028
  address: string | null;
3029
+ name: string;
3030
3030
  email: string;
3031
3031
  createdAt: Date;
3032
3032
  updatedAt: Date;
@@ -3073,19 +3073,19 @@ export declare const channelContract: {
3073
3073
  connectedUserName: string;
3074
3074
  connectedUserId: string;
3075
3075
  botpressBot: {
3076
- name: string;
3077
3076
  id: string;
3077
+ name: string;
3078
3078
  accessToken: string;
3079
3079
  botId: string;
3080
3080
  integrationId: string;
3081
3081
  } | null;
3082
3082
  }, {
3083
- name: string;
3084
3083
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3085
3084
  id: string;
3085
+ name: string;
3086
3086
  metadata: {
3087
- name: string;
3088
3087
  id: string;
3088
+ name: string;
3089
3089
  accessToken?: string | undefined;
3090
3090
  channelSecret?: string | undefined;
3091
3091
  additionalCredentials?: any;
@@ -3114,9 +3114,9 @@ export declare const channelContract: {
3114
3114
  updatedAt: Date;
3115
3115
  deletedAt: Date | null;
3116
3116
  actor: {
3117
- name: string;
3118
3117
  id: string;
3119
3118
  address: string | null;
3119
+ name: string;
3120
3120
  email: string;
3121
3121
  createdAt: Date;
3122
3122
  updatedAt: Date;
@@ -3163,8 +3163,8 @@ export declare const channelContract: {
3163
3163
  connectedUserName: string;
3164
3164
  connectedUserId: string;
3165
3165
  botpressBot: {
3166
- name: string;
3167
3166
  id: string;
3167
+ name: string;
3168
3168
  accessToken: string;
3169
3169
  botId: string;
3170
3170
  integrationId: string;
@@ -3172,12 +3172,12 @@ export declare const channelContract: {
3172
3172
  }>;
3173
3173
  }, "strip", z.ZodTypeAny, {
3174
3174
  channel: {
3175
- name: string;
3176
3175
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3177
3176
  id: string;
3177
+ name: string;
3178
3178
  metadata: {
3179
- name: string;
3180
3179
  id: string;
3180
+ name: string;
3181
3181
  accessToken?: string | undefined;
3182
3182
  channelSecret?: string | undefined;
3183
3183
  additionalCredentials?: any;
@@ -3206,9 +3206,9 @@ export declare const channelContract: {
3206
3206
  updatedAt: Date;
3207
3207
  deletedAt: Date | null;
3208
3208
  actor: {
3209
- name: string;
3210
3209
  id: string;
3211
3210
  address: string | null;
3211
+ name: string;
3212
3212
  email: string;
3213
3213
  createdAt: Date;
3214
3214
  updatedAt: Date;
@@ -3255,8 +3255,8 @@ export declare const channelContract: {
3255
3255
  connectedUserName: string;
3256
3256
  connectedUserId: string;
3257
3257
  botpressBot: {
3258
- name: string;
3259
3258
  id: string;
3259
+ name: string;
3260
3260
  accessToken: string;
3261
3261
  botId: string;
3262
3262
  integrationId: string;
@@ -3265,12 +3265,12 @@ export declare const channelContract: {
3265
3265
  requestId: string;
3266
3266
  }, {
3267
3267
  channel: {
3268
- name: string;
3269
3268
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3270
3269
  id: string;
3270
+ name: string;
3271
3271
  metadata: {
3272
- name: string;
3273
3272
  id: string;
3273
+ name: string;
3274
3274
  accessToken?: string | undefined;
3275
3275
  channelSecret?: string | undefined;
3276
3276
  additionalCredentials?: any;
@@ -3299,9 +3299,9 @@ export declare const channelContract: {
3299
3299
  updatedAt: Date;
3300
3300
  deletedAt: Date | null;
3301
3301
  actor: {
3302
- name: string;
3303
3302
  id: string;
3304
3303
  address: string | null;
3304
+ name: string;
3305
3305
  email: string;
3306
3306
  createdAt: Date;
3307
3307
  updatedAt: Date;
@@ -3348,8 +3348,8 @@ export declare const channelContract: {
3348
3348
  connectedUserName: string;
3349
3349
  connectedUserId: string;
3350
3350
  botpressBot: {
3351
- name: string;
3352
3351
  id: string;
3352
+ name: string;
3353
3353
  accessToken: string;
3354
3354
  botId: string;
3355
3355
  integrationId: string;
@@ -3444,8 +3444,8 @@ export declare const channelContract: {
3444
3444
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3445
3445
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3446
3446
  }, "strip", z.ZodTypeAny, {
3447
- name: string;
3448
3447
  id: string;
3448
+ name: string;
3449
3449
  accessToken?: string | undefined;
3450
3450
  channelSecret?: string | undefined;
3451
3451
  additionalCredentials?: any;
@@ -3469,8 +3469,8 @@ export declare const channelContract: {
3469
3469
  lineRichMenuId?: string | null | undefined;
3470
3470
  messengerIntegrationType?: "own" | "business" | undefined;
3471
3471
  }, {
3472
- name: string;
3473
3472
  id: string;
3473
+ name: string;
3474
3474
  accessToken?: string | undefined;
3475
3475
  channelSecret?: string | undefined;
3476
3476
  additionalCredentials?: any;
@@ -3498,11 +3498,11 @@ export declare const channelContract: {
3498
3498
  connectedUserId: z.ZodString;
3499
3499
  connectedUserName: z.ZodOptional<z.ZodString>;
3500
3500
  }, "strip", z.ZodTypeAny, {
3501
- name: string;
3502
3501
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3502
+ name: string;
3503
3503
  metadata: {
3504
- name: string;
3505
3504
  id: string;
3505
+ name: string;
3506
3506
  accessToken?: string | undefined;
3507
3507
  channelSecret?: string | undefined;
3508
3508
  additionalCredentials?: any;
@@ -3530,11 +3530,11 @@ export declare const channelContract: {
3530
3530
  connectedUserId: string;
3531
3531
  connectedUserName?: string | undefined;
3532
3532
  }, {
3533
- name: string;
3534
3533
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3534
+ name: string;
3535
3535
  metadata: {
3536
- name: string;
3537
3536
  id: string;
3537
+ name: string;
3538
3538
  accessToken?: string | undefined;
3539
3539
  channelSecret?: string | undefined;
3540
3540
  additionalCredentials?: any;
@@ -3628,8 +3628,8 @@ export declare const channelContract: {
3628
3628
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3629
3629
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3630
3630
  }, "strip", z.ZodTypeAny, {
3631
- name: string;
3632
3631
  id: string;
3632
+ name: string;
3633
3633
  accessToken?: string | undefined;
3634
3634
  channelSecret?: string | undefined;
3635
3635
  additionalCredentials?: any;
@@ -3653,8 +3653,8 @@ export declare const channelContract: {
3653
3653
  lineRichMenuId?: string | null | undefined;
3654
3654
  messengerIntegrationType?: "own" | "business" | undefined;
3655
3655
  }, {
3656
- name: string;
3657
3656
  id: string;
3657
+ name: string;
3658
3658
  accessToken?: string | undefined;
3659
3659
  channelSecret?: string | undefined;
3660
3660
  additionalCredentials?: any;
@@ -3691,14 +3691,14 @@ export declare const channelContract: {
3691
3691
  integrationId: z.ZodString;
3692
3692
  accessToken: z.ZodString;
3693
3693
  }, "strip", z.ZodTypeAny, {
3694
- name: string;
3695
3694
  id: string;
3695
+ name: string;
3696
3696
  accessToken: string;
3697
3697
  botId: string;
3698
3698
  integrationId: string;
3699
3699
  }, {
3700
- name: string;
3701
3700
  id: string;
3701
+ name: string;
3702
3702
  accessToken: string;
3703
3703
  botId: string;
3704
3704
  integrationId: string;
@@ -3821,9 +3821,9 @@ export declare const channelContract: {
3821
3821
  telephonySignature: string | null;
3822
3822
  }>;
3823
3823
  }, "strip", z.ZodTypeAny, {
3824
- name: string;
3825
3824
  id: string;
3826
3825
  address: string | null;
3826
+ name: string;
3827
3827
  email: string;
3828
3828
  createdAt: Date;
3829
3829
  updatedAt: Date;
@@ -3864,9 +3864,9 @@ export declare const channelContract: {
3864
3864
  telephonySignature: string | null;
3865
3865
  };
3866
3866
  }, {
3867
- name: string;
3868
3867
  id: string;
3869
3868
  address: string | null;
3869
+ name: string;
3870
3870
  email: string;
3871
3871
  createdAt: Date;
3872
3872
  updatedAt: Date;
@@ -3908,12 +3908,12 @@ export declare const channelContract: {
3908
3908
  };
3909
3909
  }>;
3910
3910
  }, "strip", z.ZodTypeAny, {
3911
- name: string;
3912
3911
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3913
3912
  id: string;
3913
+ name: string;
3914
3914
  metadata: {
3915
- name: string;
3916
3915
  id: string;
3916
+ name: string;
3917
3917
  accessToken?: string | undefined;
3918
3918
  channelSecret?: string | undefined;
3919
3919
  additionalCredentials?: any;
@@ -3942,9 +3942,9 @@ export declare const channelContract: {
3942
3942
  updatedAt: Date;
3943
3943
  deletedAt: Date | null;
3944
3944
  actor: {
3945
- name: string;
3946
3945
  id: string;
3947
3946
  address: string | null;
3947
+ name: string;
3948
3948
  email: string;
3949
3949
  createdAt: Date;
3950
3950
  updatedAt: Date;
@@ -3991,19 +3991,19 @@ export declare const channelContract: {
3991
3991
  connectedUserName: string;
3992
3992
  connectedUserId: string;
3993
3993
  botpressBot: {
3994
- name: string;
3995
3994
  id: string;
3995
+ name: string;
3996
3996
  accessToken: string;
3997
3997
  botId: string;
3998
3998
  integrationId: string;
3999
3999
  } | null;
4000
4000
  }, {
4001
- name: string;
4002
4001
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4003
4002
  id: string;
4003
+ name: string;
4004
4004
  metadata: {
4005
- name: string;
4006
4005
  id: string;
4006
+ name: string;
4007
4007
  accessToken?: string | undefined;
4008
4008
  channelSecret?: string | undefined;
4009
4009
  additionalCredentials?: any;
@@ -4032,9 +4032,9 @@ export declare const channelContract: {
4032
4032
  updatedAt: Date;
4033
4033
  deletedAt: Date | null;
4034
4034
  actor: {
4035
- name: string;
4036
4035
  id: string;
4037
4036
  address: string | null;
4037
+ name: string;
4038
4038
  email: string;
4039
4039
  createdAt: Date;
4040
4040
  updatedAt: Date;
@@ -4081,8 +4081,8 @@ export declare const channelContract: {
4081
4081
  connectedUserName: string;
4082
4082
  connectedUserId: string;
4083
4083
  botpressBot: {
4084
- name: string;
4085
4084
  id: string;
4085
+ name: string;
4086
4086
  accessToken: string;
4087
4087
  botId: string;
4088
4088
  integrationId: string;
@@ -4090,12 +4090,12 @@ export declare const channelContract: {
4090
4090
  }>;
4091
4091
  }, "strip", z.ZodTypeAny, {
4092
4092
  channel: {
4093
- name: string;
4094
4093
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4095
4094
  id: string;
4095
+ name: string;
4096
4096
  metadata: {
4097
- name: string;
4098
4097
  id: string;
4098
+ name: string;
4099
4099
  accessToken?: string | undefined;
4100
4100
  channelSecret?: string | undefined;
4101
4101
  additionalCredentials?: any;
@@ -4124,9 +4124,9 @@ export declare const channelContract: {
4124
4124
  updatedAt: Date;
4125
4125
  deletedAt: Date | null;
4126
4126
  actor: {
4127
- name: string;
4128
4127
  id: string;
4129
4128
  address: string | null;
4129
+ name: string;
4130
4130
  email: string;
4131
4131
  createdAt: Date;
4132
4132
  updatedAt: Date;
@@ -4173,8 +4173,8 @@ export declare const channelContract: {
4173
4173
  connectedUserName: string;
4174
4174
  connectedUserId: string;
4175
4175
  botpressBot: {
4176
- name: string;
4177
4176
  id: string;
4177
+ name: string;
4178
4178
  accessToken: string;
4179
4179
  botId: string;
4180
4180
  integrationId: string;
@@ -4183,12 +4183,12 @@ export declare const channelContract: {
4183
4183
  requestId: string;
4184
4184
  }, {
4185
4185
  channel: {
4186
- name: string;
4187
4186
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4188
4187
  id: string;
4188
+ name: string;
4189
4189
  metadata: {
4190
- name: string;
4191
4190
  id: string;
4191
+ name: string;
4192
4192
  accessToken?: string | undefined;
4193
4193
  channelSecret?: string | undefined;
4194
4194
  additionalCredentials?: any;
@@ -4217,9 +4217,9 @@ export declare const channelContract: {
4217
4217
  updatedAt: Date;
4218
4218
  deletedAt: Date | null;
4219
4219
  actor: {
4220
- name: string;
4221
4220
  id: string;
4222
4221
  address: string | null;
4222
+ name: string;
4223
4223
  email: string;
4224
4224
  createdAt: Date;
4225
4225
  updatedAt: Date;
@@ -4266,8 +4266,8 @@ export declare const channelContract: {
4266
4266
  connectedUserName: string;
4267
4267
  connectedUserId: string;
4268
4268
  botpressBot: {
4269
- name: string;
4270
4269
  id: string;
4270
+ name: string;
4271
4271
  accessToken: string;
4272
4272
  botId: string;
4273
4273
  integrationId: string;
@@ -4396,11 +4396,11 @@ export declare const channelContract: {
4396
4396
  id: z.ZodString;
4397
4397
  name: z.ZodString;
4398
4398
  }, "strip", z.ZodTypeAny, {
4399
- name: string;
4400
4399
  id: string;
4401
- }, {
4402
4400
  name: string;
4401
+ }, {
4403
4402
  id: string;
4403
+ name: string;
4404
4404
  }>, "many">;
4405
4405
  id: z.ZodString;
4406
4406
  name: z.ZodString;
@@ -4423,8 +4423,8 @@ export declare const channelContract: {
4423
4423
  };
4424
4424
  }>;
4425
4425
  }, "strip", z.ZodTypeAny, {
4426
- name: string;
4427
4426
  id: string;
4427
+ name: string;
4428
4428
  picture: {
4429
4429
  data: {
4430
4430
  url: string;
@@ -4433,13 +4433,13 @@ export declare const channelContract: {
4433
4433
  category: string;
4434
4434
  access_token: string;
4435
4435
  category_list: {
4436
- name: string;
4437
4436
  id: string;
4437
+ name: string;
4438
4438
  }[];
4439
4439
  tasks: string[];
4440
4440
  }, {
4441
- name: string;
4442
4441
  id: string;
4442
+ name: string;
4443
4443
  picture: {
4444
4444
  data: {
4445
4445
  url: string;
@@ -4448,8 +4448,8 @@ export declare const channelContract: {
4448
4448
  category: string;
4449
4449
  access_token: string;
4450
4450
  category_list: {
4451
- name: string;
4452
4451
  id: string;
4452
+ name: string;
4453
4453
  }[];
4454
4454
  tasks: string[];
4455
4455
  }>, "many">;
@@ -4477,8 +4477,8 @@ export declare const channelContract: {
4477
4477
  }>>;
4478
4478
  }, "strip", z.ZodTypeAny, {
4479
4479
  data: {
4480
- name: string;
4481
4480
  id: string;
4481
+ name: string;
4482
4482
  picture: {
4483
4483
  data: {
4484
4484
  url: string;
@@ -4487,8 +4487,8 @@ export declare const channelContract: {
4487
4487
  category: string;
4488
4488
  access_token: string;
4489
4489
  category_list: {
4490
- name: string;
4491
4490
  id: string;
4491
+ name: string;
4492
4492
  }[];
4493
4493
  tasks: string[];
4494
4494
  }[];
@@ -4500,8 +4500,8 @@ export declare const channelContract: {
4500
4500
  } | undefined;
4501
4501
  }, {
4502
4502
  data: {
4503
- name: string;
4504
4503
  id: string;
4504
+ name: string;
4505
4505
  picture: {
4506
4506
  data: {
4507
4507
  url: string;
@@ -4510,8 +4510,8 @@ export declare const channelContract: {
4510
4510
  category: string;
4511
4511
  access_token: string;
4512
4512
  category_list: {
4513
- name: string;
4514
4513
  id: string;
4514
+ name: string;
4515
4515
  }[];
4516
4516
  tasks: string[];
4517
4517
  }[];
@@ -4525,8 +4525,8 @@ export declare const channelContract: {
4525
4525
  }, "strip", z.ZodTypeAny, {
4526
4526
  data: {
4527
4527
  data: {
4528
- name: string;
4529
4528
  id: string;
4529
+ name: string;
4530
4530
  picture: {
4531
4531
  data: {
4532
4532
  url: string;
@@ -4535,8 +4535,8 @@ export declare const channelContract: {
4535
4535
  category: string;
4536
4536
  access_token: string;
4537
4537
  category_list: {
4538
- name: string;
4539
4538
  id: string;
4539
+ name: string;
4540
4540
  }[];
4541
4541
  tasks: string[];
4542
4542
  }[];
@@ -4551,8 +4551,8 @@ export declare const channelContract: {
4551
4551
  }, {
4552
4552
  data: {
4553
4553
  data: {
4554
- name: string;
4555
4554
  id: string;
4555
+ name: string;
4556
4556
  picture: {
4557
4557
  data: {
4558
4558
  url: string;
@@ -4561,8 +4561,8 @@ export declare const channelContract: {
4561
4561
  category: string;
4562
4562
  access_token: string;
4563
4563
  category_list: {
4564
- name: string;
4565
4564
  id: string;
4565
+ name: string;
4566
4566
  }[];
4567
4567
  tasks: string[];
4568
4568
  }[];
@@ -4646,8 +4646,8 @@ export declare const channelContract: {
4646
4646
  };
4647
4647
  }>;
4648
4648
  }, "strip", z.ZodTypeAny, {
4649
- name: string;
4650
4649
  id: string;
4650
+ name: string;
4651
4651
  picture: {
4652
4652
  data: {
4653
4653
  url: string;
@@ -4655,8 +4655,8 @@ export declare const channelContract: {
4655
4655
  };
4656
4656
  access_token: string;
4657
4657
  }, {
4658
- name: string;
4659
4658
  id: string;
4659
+ name: string;
4660
4660
  picture: {
4661
4661
  data: {
4662
4662
  url: string;
@@ -4666,8 +4666,8 @@ export declare const channelContract: {
4666
4666
  }>, "many">;
4667
4667
  }, "strip", z.ZodTypeAny, {
4668
4668
  data: {
4669
- name: string;
4670
4669
  id: string;
4670
+ name: string;
4671
4671
  picture: {
4672
4672
  data: {
4673
4673
  url: string;
@@ -4677,8 +4677,8 @@ export declare const channelContract: {
4677
4677
  }[];
4678
4678
  }, {
4679
4679
  data: {
4680
- name: string;
4681
4680
  id: string;
4681
+ name: string;
4682
4682
  picture: {
4683
4683
  data: {
4684
4684
  url: string;
@@ -4710,8 +4710,8 @@ export declare const channelContract: {
4710
4710
  };
4711
4711
  }>;
4712
4712
  }, "strip", z.ZodTypeAny, {
4713
- name: string;
4714
4713
  id: string;
4714
+ name: string;
4715
4715
  picture: {
4716
4716
  data: {
4717
4717
  url: string;
@@ -4719,8 +4719,8 @@ export declare const channelContract: {
4719
4719
  };
4720
4720
  access_token: string;
4721
4721
  }, {
4722
- name: string;
4723
4722
  id: string;
4723
+ name: string;
4724
4724
  picture: {
4725
4725
  data: {
4726
4726
  url: string;
@@ -4730,8 +4730,8 @@ export declare const channelContract: {
4730
4730
  }>, "many">;
4731
4731
  }, "strip", z.ZodTypeAny, {
4732
4732
  data: {
4733
- name: string;
4734
4733
  id: string;
4734
+ name: string;
4735
4735
  picture: {
4736
4736
  data: {
4737
4737
  url: string;
@@ -4741,8 +4741,8 @@ export declare const channelContract: {
4741
4741
  }[];
4742
4742
  }, {
4743
4743
  data: {
4744
- name: string;
4745
4744
  id: string;
4745
+ name: string;
4746
4746
  picture: {
4747
4747
  data: {
4748
4748
  url: string;
@@ -4752,13 +4752,13 @@ export declare const channelContract: {
4752
4752
  }[];
4753
4753
  }>>;
4754
4754
  }, "strip", z.ZodTypeAny, {
4755
- name: string;
4756
4755
  id: string;
4756
+ name: string;
4757
4757
  profile_picture_uri: string;
4758
4758
  owned_pages?: {
4759
4759
  data: {
4760
- name: string;
4761
4760
  id: string;
4761
+ name: string;
4762
4762
  picture: {
4763
4763
  data: {
4764
4764
  url: string;
@@ -4769,8 +4769,8 @@ export declare const channelContract: {
4769
4769
  } | undefined;
4770
4770
  client_pages?: {
4771
4771
  data: {
4772
- name: string;
4773
4772
  id: string;
4773
+ name: string;
4774
4774
  picture: {
4775
4775
  data: {
4776
4776
  url: string;
@@ -4780,13 +4780,13 @@ export declare const channelContract: {
4780
4780
  }[];
4781
4781
  } | undefined;
4782
4782
  }, {
4783
- name: string;
4784
4783
  id: string;
4784
+ name: string;
4785
4785
  profile_picture_uri: string;
4786
4786
  owned_pages?: {
4787
4787
  data: {
4788
- name: string;
4789
4788
  id: string;
4789
+ name: string;
4790
4790
  picture: {
4791
4791
  data: {
4792
4792
  url: string;
@@ -4797,8 +4797,8 @@ export declare const channelContract: {
4797
4797
  } | undefined;
4798
4798
  client_pages?: {
4799
4799
  data: {
4800
- name: string;
4801
4800
  id: string;
4801
+ name: string;
4802
4802
  picture: {
4803
4803
  data: {
4804
4804
  url: string;
@@ -4810,13 +4810,13 @@ export declare const channelContract: {
4810
4810
  }>, "many">;
4811
4811
  }, "strip", z.ZodTypeAny, {
4812
4812
  data: {
4813
- name: string;
4814
4813
  id: string;
4814
+ name: string;
4815
4815
  profile_picture_uri: string;
4816
4816
  owned_pages?: {
4817
4817
  data: {
4818
- name: string;
4819
4818
  id: string;
4819
+ name: string;
4820
4820
  picture: {
4821
4821
  data: {
4822
4822
  url: string;
@@ -4827,8 +4827,8 @@ export declare const channelContract: {
4827
4827
  } | undefined;
4828
4828
  client_pages?: {
4829
4829
  data: {
4830
- name: string;
4831
4830
  id: string;
4831
+ name: string;
4832
4832
  picture: {
4833
4833
  data: {
4834
4834
  url: string;
@@ -4841,13 +4841,13 @@ export declare const channelContract: {
4841
4841
  requestId: string;
4842
4842
  }, {
4843
4843
  data: {
4844
- name: string;
4845
4844
  id: string;
4845
+ name: string;
4846
4846
  profile_picture_uri: string;
4847
4847
  owned_pages?: {
4848
4848
  data: {
4849
- name: string;
4850
4849
  id: string;
4850
+ name: string;
4851
4851
  picture: {
4852
4852
  data: {
4853
4853
  url: string;
@@ -4858,8 +4858,8 @@ export declare const channelContract: {
4858
4858
  } | undefined;
4859
4859
  client_pages?: {
4860
4860
  data: {
4861
- name: string;
4862
4861
  id: string;
4862
+ name: string;
4863
4863
  picture: {
4864
4864
  data: {
4865
4865
  url: string;
@@ -4942,8 +4942,8 @@ export declare const channelContract: {
4942
4942
  };
4943
4943
  }>;
4944
4944
  }, "strip", z.ZodTypeAny, {
4945
- name: string;
4946
4945
  id: string;
4946
+ name: string;
4947
4947
  picture: {
4948
4948
  data: {
4949
4949
  url: string;
@@ -4951,8 +4951,8 @@ export declare const channelContract: {
4951
4951
  };
4952
4952
  access_token: string;
4953
4953
  }, {
4954
- name: string;
4955
4954
  id: string;
4955
+ name: string;
4956
4956
  picture: {
4957
4957
  data: {
4958
4958
  url: string;
@@ -4962,8 +4962,8 @@ export declare const channelContract: {
4962
4962
  }>, "many">;
4963
4963
  }, "strip", z.ZodTypeAny, {
4964
4964
  data: {
4965
- name: string;
4966
4965
  id: string;
4966
+ name: string;
4967
4967
  picture: {
4968
4968
  data: {
4969
4969
  url: string;
@@ -4973,8 +4973,8 @@ export declare const channelContract: {
4973
4973
  }[];
4974
4974
  }, {
4975
4975
  data: {
4976
- name: string;
4977
4976
  id: string;
4977
+ name: string;
4978
4978
  picture: {
4979
4979
  data: {
4980
4980
  url: string;
@@ -5006,8 +5006,8 @@ export declare const channelContract: {
5006
5006
  };
5007
5007
  }>;
5008
5008
  }, "strip", z.ZodTypeAny, {
5009
- name: string;
5010
5009
  id: string;
5010
+ name: string;
5011
5011
  picture: {
5012
5012
  data: {
5013
5013
  url: string;
@@ -5015,8 +5015,8 @@ export declare const channelContract: {
5015
5015
  };
5016
5016
  access_token: string;
5017
5017
  }, {
5018
- name: string;
5019
5018
  id: string;
5019
+ name: string;
5020
5020
  picture: {
5021
5021
  data: {
5022
5022
  url: string;
@@ -5026,8 +5026,8 @@ export declare const channelContract: {
5026
5026
  }>, "many">;
5027
5027
  }, "strip", z.ZodTypeAny, {
5028
5028
  data: {
5029
- name: string;
5030
5029
  id: string;
5030
+ name: string;
5031
5031
  picture: {
5032
5032
  data: {
5033
5033
  url: string;
@@ -5037,8 +5037,8 @@ export declare const channelContract: {
5037
5037
  }[];
5038
5038
  }, {
5039
5039
  data: {
5040
- name: string;
5041
5040
  id: string;
5041
+ name: string;
5042
5042
  picture: {
5043
5043
  data: {
5044
5044
  url: string;
@@ -5048,13 +5048,13 @@ export declare const channelContract: {
5048
5048
  }[];
5049
5049
  }>>;
5050
5050
  }, "strip", z.ZodTypeAny, {
5051
- name: string;
5052
5051
  id: string;
5052
+ name: string;
5053
5053
  profile_picture_uri: string;
5054
5054
  owned_pages?: {
5055
5055
  data: {
5056
- name: string;
5057
5056
  id: string;
5057
+ name: string;
5058
5058
  picture: {
5059
5059
  data: {
5060
5060
  url: string;
@@ -5065,8 +5065,8 @@ export declare const channelContract: {
5065
5065
  } | undefined;
5066
5066
  client_pages?: {
5067
5067
  data: {
5068
- name: string;
5069
5068
  id: string;
5069
+ name: string;
5070
5070
  picture: {
5071
5071
  data: {
5072
5072
  url: string;
@@ -5076,13 +5076,13 @@ export declare const channelContract: {
5076
5076
  }[];
5077
5077
  } | undefined;
5078
5078
  }, {
5079
- name: string;
5080
5079
  id: string;
5080
+ name: string;
5081
5081
  profile_picture_uri: string;
5082
5082
  owned_pages?: {
5083
5083
  data: {
5084
- name: string;
5085
5084
  id: string;
5085
+ name: string;
5086
5086
  picture: {
5087
5087
  data: {
5088
5088
  url: string;
@@ -5093,8 +5093,8 @@ export declare const channelContract: {
5093
5093
  } | undefined;
5094
5094
  client_pages?: {
5095
5095
  data: {
5096
- name: string;
5097
5096
  id: string;
5097
+ name: string;
5098
5098
  picture: {
5099
5099
  data: {
5100
5100
  url: string;
@@ -5106,13 +5106,13 @@ export declare const channelContract: {
5106
5106
  }>;
5107
5107
  }, "strip", z.ZodTypeAny, {
5108
5108
  data: {
5109
- name: string;
5110
5109
  id: string;
5110
+ name: string;
5111
5111
  profile_picture_uri: string;
5112
5112
  owned_pages?: {
5113
5113
  data: {
5114
- name: string;
5115
5114
  id: string;
5115
+ name: string;
5116
5116
  picture: {
5117
5117
  data: {
5118
5118
  url: string;
@@ -5123,8 +5123,8 @@ export declare const channelContract: {
5123
5123
  } | undefined;
5124
5124
  client_pages?: {
5125
5125
  data: {
5126
- name: string;
5127
5126
  id: string;
5127
+ name: string;
5128
5128
  picture: {
5129
5129
  data: {
5130
5130
  url: string;
@@ -5137,13 +5137,13 @@ export declare const channelContract: {
5137
5137
  requestId: string;
5138
5138
  }, {
5139
5139
  data: {
5140
- name: string;
5141
5140
  id: string;
5141
+ name: string;
5142
5142
  profile_picture_uri: string;
5143
5143
  owned_pages?: {
5144
5144
  data: {
5145
- name: string;
5146
5145
  id: string;
5146
+ name: string;
5147
5147
  picture: {
5148
5148
  data: {
5149
5149
  url: string;
@@ -5154,8 +5154,8 @@ export declare const channelContract: {
5154
5154
  } | undefined;
5155
5155
  client_pages?: {
5156
5156
  data: {
5157
- name: string;
5158
5157
  id: string;
5158
+ name: string;
5159
5159
  picture: {
5160
5160
  data: {
5161
5161
  url: string;
@@ -5254,8 +5254,8 @@ export declare const channelContract: {
5254
5254
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5255
5255
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5256
5256
  }, "strip", z.ZodTypeAny, {
5257
- name: string;
5258
5257
  id: string;
5258
+ name: string;
5259
5259
  accessToken?: string | undefined;
5260
5260
  channelSecret?: string | undefined;
5261
5261
  additionalCredentials?: any;
@@ -5279,8 +5279,8 @@ export declare const channelContract: {
5279
5279
  lineRichMenuId?: string | null | undefined;
5280
5280
  messengerIntegrationType?: "own" | "business" | undefined;
5281
5281
  }, {
5282
- name: string;
5283
5282
  id: string;
5283
+ name: string;
5284
5284
  accessToken?: string | undefined;
5285
5285
  channelSecret?: string | undefined;
5286
5286
  additionalCredentials?: any;
@@ -5308,11 +5308,11 @@ export declare const channelContract: {
5308
5308
  connectedUserId: z.ZodString;
5309
5309
  connectedUserName: z.ZodOptional<z.ZodString>;
5310
5310
  }, "strip", z.ZodTypeAny, {
5311
- name: string;
5312
5311
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5312
+ name: string;
5313
5313
  metadata: {
5314
- name: string;
5315
5314
  id: string;
5315
+ name: string;
5316
5316
  accessToken?: string | undefined;
5317
5317
  channelSecret?: string | undefined;
5318
5318
  additionalCredentials?: any;
@@ -5340,11 +5340,11 @@ export declare const channelContract: {
5340
5340
  connectedUserId: string;
5341
5341
  connectedUserName?: string | undefined;
5342
5342
  }, {
5343
- name: string;
5344
5343
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5344
+ name: string;
5345
5345
  metadata: {
5346
- name: string;
5347
5346
  id: string;
5347
+ name: string;
5348
5348
  accessToken?: string | undefined;
5349
5349
  channelSecret?: string | undefined;
5350
5350
  additionalCredentials?: any;
@@ -5438,8 +5438,8 @@ export declare const channelContract: {
5438
5438
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5439
5439
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5440
5440
  }, "strip", z.ZodTypeAny, {
5441
- name: string;
5442
5441
  id: string;
5442
+ name: string;
5443
5443
  accessToken?: string | undefined;
5444
5444
  channelSecret?: string | undefined;
5445
5445
  additionalCredentials?: any;
@@ -5463,8 +5463,8 @@ export declare const channelContract: {
5463
5463
  lineRichMenuId?: string | null | undefined;
5464
5464
  messengerIntegrationType?: "own" | "business" | undefined;
5465
5465
  }, {
5466
- name: string;
5467
5466
  id: string;
5467
+ name: string;
5468
5468
  accessToken?: string | undefined;
5469
5469
  channelSecret?: string | undefined;
5470
5470
  additionalCredentials?: any;
@@ -5501,14 +5501,14 @@ export declare const channelContract: {
5501
5501
  integrationId: z.ZodString;
5502
5502
  accessToken: z.ZodString;
5503
5503
  }, "strip", z.ZodTypeAny, {
5504
- name: string;
5505
5504
  id: string;
5505
+ name: string;
5506
5506
  accessToken: string;
5507
5507
  botId: string;
5508
5508
  integrationId: string;
5509
5509
  }, {
5510
- name: string;
5511
5510
  id: string;
5511
+ name: string;
5512
5512
  accessToken: string;
5513
5513
  botId: string;
5514
5514
  integrationId: string;
@@ -5631,9 +5631,9 @@ export declare const channelContract: {
5631
5631
  telephonySignature: string | null;
5632
5632
  }>;
5633
5633
  }, "strip", z.ZodTypeAny, {
5634
- name: string;
5635
5634
  id: string;
5636
5635
  address: string | null;
5636
+ name: string;
5637
5637
  email: string;
5638
5638
  createdAt: Date;
5639
5639
  updatedAt: Date;
@@ -5674,9 +5674,9 @@ export declare const channelContract: {
5674
5674
  telephonySignature: string | null;
5675
5675
  };
5676
5676
  }, {
5677
- name: string;
5678
5677
  id: string;
5679
5678
  address: string | null;
5679
+ name: string;
5680
5680
  email: string;
5681
5681
  createdAt: Date;
5682
5682
  updatedAt: Date;
@@ -5718,12 +5718,12 @@ export declare const channelContract: {
5718
5718
  };
5719
5719
  }>;
5720
5720
  }, "strip", z.ZodTypeAny, {
5721
- name: string;
5722
5721
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5723
5722
  id: string;
5723
+ name: string;
5724
5724
  metadata: {
5725
- name: string;
5726
5725
  id: string;
5726
+ name: string;
5727
5727
  accessToken?: string | undefined;
5728
5728
  channelSecret?: string | undefined;
5729
5729
  additionalCredentials?: any;
@@ -5752,9 +5752,9 @@ export declare const channelContract: {
5752
5752
  updatedAt: Date;
5753
5753
  deletedAt: Date | null;
5754
5754
  actor: {
5755
- name: string;
5756
5755
  id: string;
5757
5756
  address: string | null;
5757
+ name: string;
5758
5758
  email: string;
5759
5759
  createdAt: Date;
5760
5760
  updatedAt: Date;
@@ -5801,19 +5801,19 @@ export declare const channelContract: {
5801
5801
  connectedUserName: string;
5802
5802
  connectedUserId: string;
5803
5803
  botpressBot: {
5804
- name: string;
5805
5804
  id: string;
5805
+ name: string;
5806
5806
  accessToken: string;
5807
5807
  botId: string;
5808
5808
  integrationId: string;
5809
5809
  } | null;
5810
5810
  }, {
5811
- name: string;
5812
5811
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5813
5812
  id: string;
5813
+ name: string;
5814
5814
  metadata: {
5815
- name: string;
5816
5815
  id: string;
5816
+ name: string;
5817
5817
  accessToken?: string | undefined;
5818
5818
  channelSecret?: string | undefined;
5819
5819
  additionalCredentials?: any;
@@ -5842,9 +5842,9 @@ export declare const channelContract: {
5842
5842
  updatedAt: Date;
5843
5843
  deletedAt: Date | null;
5844
5844
  actor: {
5845
- name: string;
5846
5845
  id: string;
5847
5846
  address: string | null;
5847
+ name: string;
5848
5848
  email: string;
5849
5849
  createdAt: Date;
5850
5850
  updatedAt: Date;
@@ -5891,8 +5891,8 @@ export declare const channelContract: {
5891
5891
  connectedUserName: string;
5892
5892
  connectedUserId: string;
5893
5893
  botpressBot: {
5894
- name: string;
5895
5894
  id: string;
5895
+ name: string;
5896
5896
  accessToken: string;
5897
5897
  botId: string;
5898
5898
  integrationId: string;
@@ -5900,12 +5900,12 @@ export declare const channelContract: {
5900
5900
  }>;
5901
5901
  }, "strip", z.ZodTypeAny, {
5902
5902
  channel: {
5903
- name: string;
5904
5903
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5905
5904
  id: string;
5905
+ name: string;
5906
5906
  metadata: {
5907
- name: string;
5908
5907
  id: string;
5908
+ name: string;
5909
5909
  accessToken?: string | undefined;
5910
5910
  channelSecret?: string | undefined;
5911
5911
  additionalCredentials?: any;
@@ -5934,9 +5934,9 @@ export declare const channelContract: {
5934
5934
  updatedAt: Date;
5935
5935
  deletedAt: Date | null;
5936
5936
  actor: {
5937
- name: string;
5938
5937
  id: string;
5939
5938
  address: string | null;
5939
+ name: string;
5940
5940
  email: string;
5941
5941
  createdAt: Date;
5942
5942
  updatedAt: Date;
@@ -5983,8 +5983,8 @@ export declare const channelContract: {
5983
5983
  connectedUserName: string;
5984
5984
  connectedUserId: string;
5985
5985
  botpressBot: {
5986
- name: string;
5987
5986
  id: string;
5987
+ name: string;
5988
5988
  accessToken: string;
5989
5989
  botId: string;
5990
5990
  integrationId: string;
@@ -5993,12 +5993,12 @@ export declare const channelContract: {
5993
5993
  requestId: string;
5994
5994
  }, {
5995
5995
  channel: {
5996
- name: string;
5997
5996
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5998
5997
  id: string;
5998
+ name: string;
5999
5999
  metadata: {
6000
- name: string;
6001
6000
  id: string;
6001
+ name: string;
6002
6002
  accessToken?: string | undefined;
6003
6003
  channelSecret?: string | undefined;
6004
6004
  additionalCredentials?: any;
@@ -6027,9 +6027,9 @@ export declare const channelContract: {
6027
6027
  updatedAt: Date;
6028
6028
  deletedAt: Date | null;
6029
6029
  actor: {
6030
- name: string;
6031
6030
  id: string;
6032
6031
  address: string | null;
6032
+ name: string;
6033
6033
  email: string;
6034
6034
  createdAt: Date;
6035
6035
  updatedAt: Date;
@@ -6076,8 +6076,8 @@ export declare const channelContract: {
6076
6076
  connectedUserName: string;
6077
6077
  connectedUserId: string;
6078
6078
  botpressBot: {
6079
- name: string;
6080
6079
  id: string;
6080
+ name: string;
6081
6081
  accessToken: string;
6082
6082
  botId: string;
6083
6083
  integrationId: string;
@@ -6201,35 +6201,35 @@ export declare const channelContract: {
6201
6201
  ig_id: z.ZodNumber;
6202
6202
  id: z.ZodString;
6203
6203
  }, "strip", z.ZodTypeAny, {
6204
- name: string;
6205
6204
  id: string;
6205
+ name: string;
6206
6206
  username: string;
6207
6207
  ig_id: number;
6208
6208
  }, {
6209
- name: string;
6210
6209
  id: string;
6210
+ name: string;
6211
6211
  username: string;
6212
6212
  ig_id: number;
6213
6213
  }>;
6214
6214
  id: z.ZodString;
6215
6215
  name: z.ZodString;
6216
6216
  }, "strip", z.ZodTypeAny, {
6217
- name: string;
6218
6217
  id: string;
6218
+ name: string;
6219
6219
  access_token: string;
6220
6220
  instagram_business_account: {
6221
- name: string;
6222
6221
  id: string;
6222
+ name: string;
6223
6223
  username: string;
6224
6224
  ig_id: number;
6225
6225
  };
6226
6226
  }, {
6227
- name: string;
6228
6227
  id: string;
6228
+ name: string;
6229
6229
  access_token: string;
6230
6230
  instagram_business_account: {
6231
- name: string;
6232
6231
  id: string;
6232
+ name: string;
6233
6233
  username: string;
6234
6234
  ig_id: number;
6235
6235
  };
@@ -6258,12 +6258,12 @@ export declare const channelContract: {
6258
6258
  }>>;
6259
6259
  }, "strip", z.ZodTypeAny, {
6260
6260
  data: {
6261
- name: string;
6262
6261
  id: string;
6262
+ name: string;
6263
6263
  access_token: string;
6264
6264
  instagram_business_account: {
6265
- name: string;
6266
6265
  id: string;
6266
+ name: string;
6267
6267
  username: string;
6268
6268
  ig_id: number;
6269
6269
  };
@@ -6276,12 +6276,12 @@ export declare const channelContract: {
6276
6276
  } | undefined;
6277
6277
  }, {
6278
6278
  data: {
6279
- name: string;
6280
6279
  id: string;
6280
+ name: string;
6281
6281
  access_token: string;
6282
6282
  instagram_business_account: {
6283
- name: string;
6284
6283
  id: string;
6284
+ name: string;
6285
6285
  username: string;
6286
6286
  ig_id: number;
6287
6287
  };
@@ -6296,12 +6296,12 @@ export declare const channelContract: {
6296
6296
  }, "strip", z.ZodTypeAny, {
6297
6297
  data: {
6298
6298
  data: {
6299
- name: string;
6300
6299
  id: string;
6300
+ name: string;
6301
6301
  access_token: string;
6302
6302
  instagram_business_account: {
6303
- name: string;
6304
6303
  id: string;
6304
+ name: string;
6305
6305
  username: string;
6306
6306
  ig_id: number;
6307
6307
  };
@@ -6317,12 +6317,12 @@ export declare const channelContract: {
6317
6317
  }, {
6318
6318
  data: {
6319
6319
  data: {
6320
- name: string;
6321
6320
  id: string;
6321
+ name: string;
6322
6322
  access_token: string;
6323
6323
  instagram_business_account: {
6324
- name: string;
6325
6324
  id: string;
6325
+ name: string;
6326
6326
  username: string;
6327
6327
  ig_id: number;
6328
6328
  };
@@ -6423,8 +6423,8 @@ export declare const channelContract: {
6423
6423
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6424
6424
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6425
6425
  }, "strip", z.ZodTypeAny, {
6426
- name: string;
6427
6426
  id: string;
6427
+ name: string;
6428
6428
  accessToken?: string | undefined;
6429
6429
  channelSecret?: string | undefined;
6430
6430
  additionalCredentials?: any;
@@ -6448,8 +6448,8 @@ export declare const channelContract: {
6448
6448
  lineRichMenuId?: string | null | undefined;
6449
6449
  messengerIntegrationType?: "own" | "business" | undefined;
6450
6450
  }, {
6451
- name: string;
6452
6451
  id: string;
6452
+ name: string;
6453
6453
  accessToken?: string | undefined;
6454
6454
  channelSecret?: string | undefined;
6455
6455
  additionalCredentials?: any;
@@ -6477,11 +6477,11 @@ export declare const channelContract: {
6477
6477
  connectedUserId: z.ZodString;
6478
6478
  connectedUserName: z.ZodOptional<z.ZodString>;
6479
6479
  }, "strip", z.ZodTypeAny, {
6480
- name: string;
6481
6480
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6481
+ name: string;
6482
6482
  metadata: {
6483
- name: string;
6484
6483
  id: string;
6484
+ name: string;
6485
6485
  accessToken?: string | undefined;
6486
6486
  channelSecret?: string | undefined;
6487
6487
  additionalCredentials?: any;
@@ -6509,11 +6509,11 @@ export declare const channelContract: {
6509
6509
  connectedUserId: string;
6510
6510
  connectedUserName?: string | undefined;
6511
6511
  }, {
6512
- name: string;
6513
6512
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6513
+ name: string;
6514
6514
  metadata: {
6515
- name: string;
6516
6515
  id: string;
6516
+ name: string;
6517
6517
  accessToken?: string | undefined;
6518
6518
  channelSecret?: string | undefined;
6519
6519
  additionalCredentials?: any;
@@ -6607,8 +6607,8 @@ export declare const channelContract: {
6607
6607
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6608
6608
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6609
6609
  }, "strip", z.ZodTypeAny, {
6610
- name: string;
6611
6610
  id: string;
6611
+ name: string;
6612
6612
  accessToken?: string | undefined;
6613
6613
  channelSecret?: string | undefined;
6614
6614
  additionalCredentials?: any;
@@ -6632,8 +6632,8 @@ export declare const channelContract: {
6632
6632
  lineRichMenuId?: string | null | undefined;
6633
6633
  messengerIntegrationType?: "own" | "business" | undefined;
6634
6634
  }, {
6635
- name: string;
6636
6635
  id: string;
6636
+ name: string;
6637
6637
  accessToken?: string | undefined;
6638
6638
  channelSecret?: string | undefined;
6639
6639
  additionalCredentials?: any;
@@ -6670,14 +6670,14 @@ export declare const channelContract: {
6670
6670
  integrationId: z.ZodString;
6671
6671
  accessToken: z.ZodString;
6672
6672
  }, "strip", z.ZodTypeAny, {
6673
- name: string;
6674
6673
  id: string;
6674
+ name: string;
6675
6675
  accessToken: string;
6676
6676
  botId: string;
6677
6677
  integrationId: string;
6678
6678
  }, {
6679
- name: string;
6680
6679
  id: string;
6680
+ name: string;
6681
6681
  accessToken: string;
6682
6682
  botId: string;
6683
6683
  integrationId: string;
@@ -6800,9 +6800,9 @@ export declare const channelContract: {
6800
6800
  telephonySignature: string | null;
6801
6801
  }>;
6802
6802
  }, "strip", z.ZodTypeAny, {
6803
- name: string;
6804
6803
  id: string;
6805
6804
  address: string | null;
6805
+ name: string;
6806
6806
  email: string;
6807
6807
  createdAt: Date;
6808
6808
  updatedAt: Date;
@@ -6843,9 +6843,9 @@ export declare const channelContract: {
6843
6843
  telephonySignature: string | null;
6844
6844
  };
6845
6845
  }, {
6846
- name: string;
6847
6846
  id: string;
6848
6847
  address: string | null;
6848
+ name: string;
6849
6849
  email: string;
6850
6850
  createdAt: Date;
6851
6851
  updatedAt: Date;
@@ -6887,12 +6887,12 @@ export declare const channelContract: {
6887
6887
  };
6888
6888
  }>;
6889
6889
  }, "strip", z.ZodTypeAny, {
6890
- name: string;
6891
6890
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6892
6891
  id: string;
6892
+ name: string;
6893
6893
  metadata: {
6894
- name: string;
6895
6894
  id: string;
6895
+ name: string;
6896
6896
  accessToken?: string | undefined;
6897
6897
  channelSecret?: string | undefined;
6898
6898
  additionalCredentials?: any;
@@ -6921,9 +6921,9 @@ export declare const channelContract: {
6921
6921
  updatedAt: Date;
6922
6922
  deletedAt: Date | null;
6923
6923
  actor: {
6924
- name: string;
6925
6924
  id: string;
6926
6925
  address: string | null;
6926
+ name: string;
6927
6927
  email: string;
6928
6928
  createdAt: Date;
6929
6929
  updatedAt: Date;
@@ -6970,19 +6970,19 @@ export declare const channelContract: {
6970
6970
  connectedUserName: string;
6971
6971
  connectedUserId: string;
6972
6972
  botpressBot: {
6973
- name: string;
6974
6973
  id: string;
6974
+ name: string;
6975
6975
  accessToken: string;
6976
6976
  botId: string;
6977
6977
  integrationId: string;
6978
6978
  } | null;
6979
6979
  }, {
6980
- name: string;
6981
6980
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6982
6981
  id: string;
6982
+ name: string;
6983
6983
  metadata: {
6984
- name: string;
6985
6984
  id: string;
6985
+ name: string;
6986
6986
  accessToken?: string | undefined;
6987
6987
  channelSecret?: string | undefined;
6988
6988
  additionalCredentials?: any;
@@ -7011,9 +7011,9 @@ export declare const channelContract: {
7011
7011
  updatedAt: Date;
7012
7012
  deletedAt: Date | null;
7013
7013
  actor: {
7014
- name: string;
7015
7014
  id: string;
7016
7015
  address: string | null;
7016
+ name: string;
7017
7017
  email: string;
7018
7018
  createdAt: Date;
7019
7019
  updatedAt: Date;
@@ -7060,8 +7060,8 @@ export declare const channelContract: {
7060
7060
  connectedUserName: string;
7061
7061
  connectedUserId: string;
7062
7062
  botpressBot: {
7063
- name: string;
7064
7063
  id: string;
7064
+ name: string;
7065
7065
  accessToken: string;
7066
7066
  botId: string;
7067
7067
  integrationId: string;
@@ -7069,12 +7069,12 @@ export declare const channelContract: {
7069
7069
  }>;
7070
7070
  }, "strip", z.ZodTypeAny, {
7071
7071
  channel: {
7072
- name: string;
7073
7072
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7074
7073
  id: string;
7074
+ name: string;
7075
7075
  metadata: {
7076
- name: string;
7077
7076
  id: string;
7077
+ name: string;
7078
7078
  accessToken?: string | undefined;
7079
7079
  channelSecret?: string | undefined;
7080
7080
  additionalCredentials?: any;
@@ -7103,9 +7103,9 @@ export declare const channelContract: {
7103
7103
  updatedAt: Date;
7104
7104
  deletedAt: Date | null;
7105
7105
  actor: {
7106
- name: string;
7107
7106
  id: string;
7108
7107
  address: string | null;
7108
+ name: string;
7109
7109
  email: string;
7110
7110
  createdAt: Date;
7111
7111
  updatedAt: Date;
@@ -7152,8 +7152,8 @@ export declare const channelContract: {
7152
7152
  connectedUserName: string;
7153
7153
  connectedUserId: string;
7154
7154
  botpressBot: {
7155
- name: string;
7156
7155
  id: string;
7156
+ name: string;
7157
7157
  accessToken: string;
7158
7158
  botId: string;
7159
7159
  integrationId: string;
@@ -7162,12 +7162,12 @@ export declare const channelContract: {
7162
7162
  requestId: string;
7163
7163
  }, {
7164
7164
  channel: {
7165
- name: string;
7166
7165
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7167
7166
  id: string;
7167
+ name: string;
7168
7168
  metadata: {
7169
- name: string;
7170
7169
  id: string;
7170
+ name: string;
7171
7171
  accessToken?: string | undefined;
7172
7172
  channelSecret?: string | undefined;
7173
7173
  additionalCredentials?: any;
@@ -7196,9 +7196,9 @@ export declare const channelContract: {
7196
7196
  updatedAt: Date;
7197
7197
  deletedAt: Date | null;
7198
7198
  actor: {
7199
- name: string;
7200
7199
  id: string;
7201
7200
  address: string | null;
7201
+ name: string;
7202
7202
  email: string;
7203
7203
  createdAt: Date;
7204
7204
  updatedAt: Date;
@@ -7245,8 +7245,8 @@ export declare const channelContract: {
7245
7245
  connectedUserName: string;
7246
7246
  connectedUserId: string;
7247
7247
  botpressBot: {
7248
- name: string;
7249
7248
  id: string;
7249
+ name: string;
7250
7250
  accessToken: string;
7251
7251
  botId: string;
7252
7252
  integrationId: string;
@@ -7362,8 +7362,8 @@ export declare const channelContract: {
7362
7362
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7363
7363
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7364
7364
  }, "strip", z.ZodTypeAny, {
7365
- name: string;
7366
7365
  id: string;
7366
+ name: string;
7367
7367
  accessToken?: string | undefined;
7368
7368
  channelSecret?: string | undefined;
7369
7369
  additionalCredentials?: any;
@@ -7387,8 +7387,8 @@ export declare const channelContract: {
7387
7387
  lineRichMenuId?: string | null | undefined;
7388
7388
  messengerIntegrationType?: "own" | "business" | undefined;
7389
7389
  }, {
7390
- name: string;
7391
7390
  id: string;
7391
+ name: string;
7392
7392
  accessToken?: string | undefined;
7393
7393
  channelSecret?: string | undefined;
7394
7394
  additionalCredentials?: any;
@@ -7425,14 +7425,14 @@ export declare const channelContract: {
7425
7425
  integrationId: z.ZodString;
7426
7426
  accessToken: z.ZodString;
7427
7427
  }, "strip", z.ZodTypeAny, {
7428
- name: string;
7429
7428
  id: string;
7429
+ name: string;
7430
7430
  accessToken: string;
7431
7431
  botId: string;
7432
7432
  integrationId: string;
7433
7433
  }, {
7434
- name: string;
7435
7434
  id: string;
7435
+ name: string;
7436
7436
  accessToken: string;
7437
7437
  botId: string;
7438
7438
  integrationId: string;
@@ -7555,9 +7555,9 @@ export declare const channelContract: {
7555
7555
  telephonySignature: string | null;
7556
7556
  }>;
7557
7557
  }, "strip", z.ZodTypeAny, {
7558
- name: string;
7559
7558
  id: string;
7560
7559
  address: string | null;
7560
+ name: string;
7561
7561
  email: string;
7562
7562
  createdAt: Date;
7563
7563
  updatedAt: Date;
@@ -7598,9 +7598,9 @@ export declare const channelContract: {
7598
7598
  telephonySignature: string | null;
7599
7599
  };
7600
7600
  }, {
7601
- name: string;
7602
7601
  id: string;
7603
7602
  address: string | null;
7603
+ name: string;
7604
7604
  email: string;
7605
7605
  createdAt: Date;
7606
7606
  updatedAt: Date;
@@ -7642,12 +7642,12 @@ export declare const channelContract: {
7642
7642
  };
7643
7643
  }>;
7644
7644
  }, "strip", z.ZodTypeAny, {
7645
- name: string;
7646
7645
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7647
7646
  id: string;
7647
+ name: string;
7648
7648
  metadata: {
7649
- name: string;
7650
7649
  id: string;
7650
+ name: string;
7651
7651
  accessToken?: string | undefined;
7652
7652
  channelSecret?: string | undefined;
7653
7653
  additionalCredentials?: any;
@@ -7676,9 +7676,9 @@ export declare const channelContract: {
7676
7676
  updatedAt: Date;
7677
7677
  deletedAt: Date | null;
7678
7678
  actor: {
7679
- name: string;
7680
7679
  id: string;
7681
7680
  address: string | null;
7681
+ name: string;
7682
7682
  email: string;
7683
7683
  createdAt: Date;
7684
7684
  updatedAt: Date;
@@ -7725,19 +7725,19 @@ export declare const channelContract: {
7725
7725
  connectedUserName: string;
7726
7726
  connectedUserId: string;
7727
7727
  botpressBot: {
7728
- name: string;
7729
7728
  id: string;
7729
+ name: string;
7730
7730
  accessToken: string;
7731
7731
  botId: string;
7732
7732
  integrationId: string;
7733
7733
  } | null;
7734
7734
  }, {
7735
- name: string;
7736
7735
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7737
7736
  id: string;
7737
+ name: string;
7738
7738
  metadata: {
7739
- name: string;
7740
7739
  id: string;
7740
+ name: string;
7741
7741
  accessToken?: string | undefined;
7742
7742
  channelSecret?: string | undefined;
7743
7743
  additionalCredentials?: any;
@@ -7766,9 +7766,9 @@ export declare const channelContract: {
7766
7766
  updatedAt: Date;
7767
7767
  deletedAt: Date | null;
7768
7768
  actor: {
7769
- name: string;
7770
7769
  id: string;
7771
7770
  address: string | null;
7771
+ name: string;
7772
7772
  email: string;
7773
7773
  createdAt: Date;
7774
7774
  updatedAt: Date;
@@ -7815,8 +7815,8 @@ export declare const channelContract: {
7815
7815
  connectedUserName: string;
7816
7816
  connectedUserId: string;
7817
7817
  botpressBot: {
7818
- name: string;
7819
7818
  id: string;
7819
+ name: string;
7820
7820
  accessToken: string;
7821
7821
  botId: string;
7822
7822
  integrationId: string;
@@ -7824,12 +7824,12 @@ export declare const channelContract: {
7824
7824
  }>;
7825
7825
  }, "strip", z.ZodTypeAny, {
7826
7826
  channel: {
7827
- name: string;
7828
7827
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7829
7828
  id: string;
7829
+ name: string;
7830
7830
  metadata: {
7831
- name: string;
7832
7831
  id: string;
7832
+ name: string;
7833
7833
  accessToken?: string | undefined;
7834
7834
  channelSecret?: string | undefined;
7835
7835
  additionalCredentials?: any;
@@ -7858,9 +7858,9 @@ export declare const channelContract: {
7858
7858
  updatedAt: Date;
7859
7859
  deletedAt: Date | null;
7860
7860
  actor: {
7861
- name: string;
7862
7861
  id: string;
7863
7862
  address: string | null;
7863
+ name: string;
7864
7864
  email: string;
7865
7865
  createdAt: Date;
7866
7866
  updatedAt: Date;
@@ -7907,8 +7907,8 @@ export declare const channelContract: {
7907
7907
  connectedUserName: string;
7908
7908
  connectedUserId: string;
7909
7909
  botpressBot: {
7910
- name: string;
7911
7910
  id: string;
7911
+ name: string;
7912
7912
  accessToken: string;
7913
7913
  botId: string;
7914
7914
  integrationId: string;
@@ -7917,12 +7917,12 @@ export declare const channelContract: {
7917
7917
  requestId: string;
7918
7918
  }, {
7919
7919
  channel: {
7920
- name: string;
7921
7920
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7922
7921
  id: string;
7922
+ name: string;
7923
7923
  metadata: {
7924
- name: string;
7925
7924
  id: string;
7925
+ name: string;
7926
7926
  accessToken?: string | undefined;
7927
7927
  channelSecret?: string | undefined;
7928
7928
  additionalCredentials?: any;
@@ -7951,9 +7951,9 @@ export declare const channelContract: {
7951
7951
  updatedAt: Date;
7952
7952
  deletedAt: Date | null;
7953
7953
  actor: {
7954
- name: string;
7955
7954
  id: string;
7956
7955
  address: string | null;
7956
+ name: string;
7957
7957
  email: string;
7958
7958
  createdAt: Date;
7959
7959
  updatedAt: Date;
@@ -8000,8 +8000,8 @@ export declare const channelContract: {
8000
8000
  connectedUserName: string;
8001
8001
  connectedUserId: string;
8002
8002
  botpressBot: {
8003
- name: string;
8004
8003
  id: string;
8004
+ name: string;
8005
8005
  accessToken: string;
8006
8006
  botId: string;
8007
8007
  integrationId: string;
@@ -8127,8 +8127,8 @@ export declare const channelContract: {
8127
8127
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8128
8128
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8129
8129
  }, "strip", z.ZodTypeAny, {
8130
- name: string;
8131
8130
  id: string;
8131
+ name: string;
8132
8132
  accessToken?: string | undefined;
8133
8133
  channelSecret?: string | undefined;
8134
8134
  additionalCredentials?: any;
@@ -8152,8 +8152,8 @@ export declare const channelContract: {
8152
8152
  lineRichMenuId?: string | null | undefined;
8153
8153
  messengerIntegrationType?: "own" | "business" | undefined;
8154
8154
  }, {
8155
- name: string;
8156
8155
  id: string;
8156
+ name: string;
8157
8157
  accessToken?: string | undefined;
8158
8158
  channelSecret?: string | undefined;
8159
8159
  additionalCredentials?: any;
@@ -8190,14 +8190,14 @@ export declare const channelContract: {
8190
8190
  integrationId: z.ZodString;
8191
8191
  accessToken: z.ZodString;
8192
8192
  }, "strip", z.ZodTypeAny, {
8193
- name: string;
8194
8193
  id: string;
8194
+ name: string;
8195
8195
  accessToken: string;
8196
8196
  botId: string;
8197
8197
  integrationId: string;
8198
8198
  }, {
8199
- name: string;
8200
8199
  id: string;
8200
+ name: string;
8201
8201
  accessToken: string;
8202
8202
  botId: string;
8203
8203
  integrationId: string;
@@ -8320,9 +8320,9 @@ export declare const channelContract: {
8320
8320
  telephonySignature: string | null;
8321
8321
  }>;
8322
8322
  }, "strip", z.ZodTypeAny, {
8323
- name: string;
8324
8323
  id: string;
8325
8324
  address: string | null;
8325
+ name: string;
8326
8326
  email: string;
8327
8327
  createdAt: Date;
8328
8328
  updatedAt: Date;
@@ -8363,9 +8363,9 @@ export declare const channelContract: {
8363
8363
  telephonySignature: string | null;
8364
8364
  };
8365
8365
  }, {
8366
- name: string;
8367
8366
  id: string;
8368
8367
  address: string | null;
8368
+ name: string;
8369
8369
  email: string;
8370
8370
  createdAt: Date;
8371
8371
  updatedAt: Date;
@@ -8407,12 +8407,12 @@ export declare const channelContract: {
8407
8407
  };
8408
8408
  }>;
8409
8409
  }, "strip", z.ZodTypeAny, {
8410
- name: string;
8411
8410
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8412
8411
  id: string;
8412
+ name: string;
8413
8413
  metadata: {
8414
- name: string;
8415
8414
  id: string;
8415
+ name: string;
8416
8416
  accessToken?: string | undefined;
8417
8417
  channelSecret?: string | undefined;
8418
8418
  additionalCredentials?: any;
@@ -8441,9 +8441,9 @@ export declare const channelContract: {
8441
8441
  updatedAt: Date;
8442
8442
  deletedAt: Date | null;
8443
8443
  actor: {
8444
- name: string;
8445
8444
  id: string;
8446
8445
  address: string | null;
8446
+ name: string;
8447
8447
  email: string;
8448
8448
  createdAt: Date;
8449
8449
  updatedAt: Date;
@@ -8490,19 +8490,19 @@ export declare const channelContract: {
8490
8490
  connectedUserName: string;
8491
8491
  connectedUserId: string;
8492
8492
  botpressBot: {
8493
- name: string;
8494
8493
  id: string;
8494
+ name: string;
8495
8495
  accessToken: string;
8496
8496
  botId: string;
8497
8497
  integrationId: string;
8498
8498
  } | null;
8499
8499
  }, {
8500
- name: string;
8501
8500
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8502
8501
  id: string;
8502
+ name: string;
8503
8503
  metadata: {
8504
- name: string;
8505
8504
  id: string;
8505
+ name: string;
8506
8506
  accessToken?: string | undefined;
8507
8507
  channelSecret?: string | undefined;
8508
8508
  additionalCredentials?: any;
@@ -8531,9 +8531,9 @@ export declare const channelContract: {
8531
8531
  updatedAt: Date;
8532
8532
  deletedAt: Date | null;
8533
8533
  actor: {
8534
- name: string;
8535
8534
  id: string;
8536
8535
  address: string | null;
8536
+ name: string;
8537
8537
  email: string;
8538
8538
  createdAt: Date;
8539
8539
  updatedAt: Date;
@@ -8580,8 +8580,8 @@ export declare const channelContract: {
8580
8580
  connectedUserName: string;
8581
8581
  connectedUserId: string;
8582
8582
  botpressBot: {
8583
- name: string;
8584
8583
  id: string;
8584
+ name: string;
8585
8585
  accessToken: string;
8586
8586
  botId: string;
8587
8587
  integrationId: string;
@@ -8589,12 +8589,12 @@ export declare const channelContract: {
8589
8589
  }>;
8590
8590
  }, "strip", z.ZodTypeAny, {
8591
8591
  channel: {
8592
- name: string;
8593
8592
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8594
8593
  id: string;
8594
+ name: string;
8595
8595
  metadata: {
8596
- name: string;
8597
8596
  id: string;
8597
+ name: string;
8598
8598
  accessToken?: string | undefined;
8599
8599
  channelSecret?: string | undefined;
8600
8600
  additionalCredentials?: any;
@@ -8623,9 +8623,9 @@ export declare const channelContract: {
8623
8623
  updatedAt: Date;
8624
8624
  deletedAt: Date | null;
8625
8625
  actor: {
8626
- name: string;
8627
8626
  id: string;
8628
8627
  address: string | null;
8628
+ name: string;
8629
8629
  email: string;
8630
8630
  createdAt: Date;
8631
8631
  updatedAt: Date;
@@ -8672,8 +8672,8 @@ export declare const channelContract: {
8672
8672
  connectedUserName: string;
8673
8673
  connectedUserId: string;
8674
8674
  botpressBot: {
8675
- name: string;
8676
8675
  id: string;
8676
+ name: string;
8677
8677
  accessToken: string;
8678
8678
  botId: string;
8679
8679
  integrationId: string;
@@ -8682,12 +8682,12 @@ export declare const channelContract: {
8682
8682
  requestId: string;
8683
8683
  }, {
8684
8684
  channel: {
8685
- name: string;
8686
8685
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8687
8686
  id: string;
8687
+ name: string;
8688
8688
  metadata: {
8689
- name: string;
8690
8689
  id: string;
8690
+ name: string;
8691
8691
  accessToken?: string | undefined;
8692
8692
  channelSecret?: string | undefined;
8693
8693
  additionalCredentials?: any;
@@ -8716,9 +8716,9 @@ export declare const channelContract: {
8716
8716
  updatedAt: Date;
8717
8717
  deletedAt: Date | null;
8718
8718
  actor: {
8719
- name: string;
8720
8719
  id: string;
8721
8720
  address: string | null;
8721
+ name: string;
8722
8722
  email: string;
8723
8723
  createdAt: Date;
8724
8724
  updatedAt: Date;
@@ -8765,8 +8765,8 @@ export declare const channelContract: {
8765
8765
  connectedUserName: string;
8766
8766
  connectedUserId: string;
8767
8767
  botpressBot: {
8768
- name: string;
8769
8768
  id: string;
8769
+ name: string;
8770
8770
  accessToken: string;
8771
8771
  botId: string;
8772
8772
  integrationId: string;
@@ -8829,8 +8829,8 @@ export declare const channelContract: {
8829
8829
  agentAwayMessage: z.ZodOptional<z.ZodString>;
8830
8830
  widgetColor: z.ZodOptional<z.ZodString>;
8831
8831
  }, "strip", z.ZodTypeAny, {
8832
- name: string;
8833
8832
  type: import("./validation").ChatwootChannelType;
8833
+ name: string;
8834
8834
  websiteName: string;
8835
8835
  welcomeTitle: string;
8836
8836
  websiteUrl: string;
@@ -8839,8 +8839,8 @@ export declare const channelContract: {
8839
8839
  agentAwayMessage?: string | undefined;
8840
8840
  widgetColor?: string | undefined;
8841
8841
  }, {
8842
- name: string;
8843
8842
  type: import("./validation").ChatwootChannelType;
8843
+ name: string;
8844
8844
  websiteName: string;
8845
8845
  welcomeTitle: string;
8846
8846
  websiteUrl: string;
@@ -8850,10 +8850,9 @@ export declare const channelContract: {
8850
8850
  widgetColor?: string | undefined;
8851
8851
  }>;
8852
8852
  }, "strip", z.ZodTypeAny, {
8853
- name: string;
8854
8853
  channel: {
8855
- name: string;
8856
8854
  type: import("./validation").ChatwootChannelType;
8855
+ name: string;
8857
8856
  websiteName: string;
8858
8857
  welcomeTitle: string;
8859
8858
  websiteUrl: string;
@@ -8862,11 +8861,11 @@ export declare const channelContract: {
8862
8861
  agentAwayMessage?: string | undefined;
8863
8862
  widgetColor?: string | undefined;
8864
8863
  };
8865
- }, {
8866
8864
  name: string;
8865
+ }, {
8867
8866
  channel: {
8868
- name: string;
8869
8867
  type: import("./validation").ChatwootChannelType;
8868
+ name: string;
8870
8869
  websiteName: string;
8871
8870
  welcomeTitle: string;
8872
8871
  websiteUrl: string;
@@ -8875,6 +8874,7 @@ export declare const channelContract: {
8875
8874
  agentAwayMessage?: string | undefined;
8876
8875
  widgetColor?: string | undefined;
8877
8876
  };
8877
+ name: string;
8878
8878
  }>;
8879
8879
  summary: "Connect message channel";
8880
8880
  method: "POST";
@@ -8942,8 +8942,8 @@ export declare const channelContract: {
8942
8942
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8943
8943
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8944
8944
  }, "strip", z.ZodTypeAny, {
8945
- name: string;
8946
8945
  id: string;
8946
+ name: string;
8947
8947
  accessToken?: string | undefined;
8948
8948
  channelSecret?: string | undefined;
8949
8949
  additionalCredentials?: any;
@@ -8967,8 +8967,8 @@ export declare const channelContract: {
8967
8967
  lineRichMenuId?: string | null | undefined;
8968
8968
  messengerIntegrationType?: "own" | "business" | undefined;
8969
8969
  }, {
8970
- name: string;
8971
8970
  id: string;
8971
+ name: string;
8972
8972
  accessToken?: string | undefined;
8973
8973
  channelSecret?: string | undefined;
8974
8974
  additionalCredentials?: any;
@@ -9005,14 +9005,14 @@ export declare const channelContract: {
9005
9005
  integrationId: z.ZodString;
9006
9006
  accessToken: z.ZodString;
9007
9007
  }, "strip", z.ZodTypeAny, {
9008
- name: string;
9009
9008
  id: string;
9009
+ name: string;
9010
9010
  accessToken: string;
9011
9011
  botId: string;
9012
9012
  integrationId: string;
9013
9013
  }, {
9014
- name: string;
9015
9014
  id: string;
9015
+ name: string;
9016
9016
  accessToken: string;
9017
9017
  botId: string;
9018
9018
  integrationId: string;
@@ -9135,9 +9135,9 @@ export declare const channelContract: {
9135
9135
  telephonySignature: string | null;
9136
9136
  }>;
9137
9137
  }, "strip", z.ZodTypeAny, {
9138
- name: string;
9139
9138
  id: string;
9140
9139
  address: string | null;
9140
+ name: string;
9141
9141
  email: string;
9142
9142
  createdAt: Date;
9143
9143
  updatedAt: Date;
@@ -9178,9 +9178,9 @@ export declare const channelContract: {
9178
9178
  telephonySignature: string | null;
9179
9179
  };
9180
9180
  }, {
9181
- name: string;
9182
9181
  id: string;
9183
9182
  address: string | null;
9183
+ name: string;
9184
9184
  email: string;
9185
9185
  createdAt: Date;
9186
9186
  updatedAt: Date;
@@ -9222,12 +9222,12 @@ export declare const channelContract: {
9222
9222
  };
9223
9223
  }>;
9224
9224
  }, "strip", z.ZodTypeAny, {
9225
- name: string;
9226
9225
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9227
9226
  id: string;
9227
+ name: string;
9228
9228
  metadata: {
9229
- name: string;
9230
9229
  id: string;
9230
+ name: string;
9231
9231
  accessToken?: string | undefined;
9232
9232
  channelSecret?: string | undefined;
9233
9233
  additionalCredentials?: any;
@@ -9256,9 +9256,9 @@ export declare const channelContract: {
9256
9256
  updatedAt: Date;
9257
9257
  deletedAt: Date | null;
9258
9258
  actor: {
9259
- name: string;
9260
9259
  id: string;
9261
9260
  address: string | null;
9261
+ name: string;
9262
9262
  email: string;
9263
9263
  createdAt: Date;
9264
9264
  updatedAt: Date;
@@ -9305,19 +9305,19 @@ export declare const channelContract: {
9305
9305
  connectedUserName: string;
9306
9306
  connectedUserId: string;
9307
9307
  botpressBot: {
9308
- name: string;
9309
9308
  id: string;
9309
+ name: string;
9310
9310
  accessToken: string;
9311
9311
  botId: string;
9312
9312
  integrationId: string;
9313
9313
  } | null;
9314
9314
  }, {
9315
- name: string;
9316
9315
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9317
9316
  id: string;
9317
+ name: string;
9318
9318
  metadata: {
9319
- name: string;
9320
9319
  id: string;
9320
+ name: string;
9321
9321
  accessToken?: string | undefined;
9322
9322
  channelSecret?: string | undefined;
9323
9323
  additionalCredentials?: any;
@@ -9346,9 +9346,9 @@ export declare const channelContract: {
9346
9346
  updatedAt: Date;
9347
9347
  deletedAt: Date | null;
9348
9348
  actor: {
9349
- name: string;
9350
9349
  id: string;
9351
9350
  address: string | null;
9351
+ name: string;
9352
9352
  email: string;
9353
9353
  createdAt: Date;
9354
9354
  updatedAt: Date;
@@ -9395,8 +9395,8 @@ export declare const channelContract: {
9395
9395
  connectedUserName: string;
9396
9396
  connectedUserId: string;
9397
9397
  botpressBot: {
9398
- name: string;
9399
9398
  id: string;
9399
+ name: string;
9400
9400
  accessToken: string;
9401
9401
  botId: string;
9402
9402
  integrationId: string;
@@ -9404,12 +9404,12 @@ export declare const channelContract: {
9404
9404
  }>;
9405
9405
  }, "strip", z.ZodTypeAny, {
9406
9406
  channel: {
9407
- name: string;
9408
9407
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9409
9408
  id: string;
9409
+ name: string;
9410
9410
  metadata: {
9411
- name: string;
9412
9411
  id: string;
9412
+ name: string;
9413
9413
  accessToken?: string | undefined;
9414
9414
  channelSecret?: string | undefined;
9415
9415
  additionalCredentials?: any;
@@ -9438,9 +9438,9 @@ export declare const channelContract: {
9438
9438
  updatedAt: Date;
9439
9439
  deletedAt: Date | null;
9440
9440
  actor: {
9441
- name: string;
9442
9441
  id: string;
9443
9442
  address: string | null;
9443
+ name: string;
9444
9444
  email: string;
9445
9445
  createdAt: Date;
9446
9446
  updatedAt: Date;
@@ -9487,8 +9487,8 @@ export declare const channelContract: {
9487
9487
  connectedUserName: string;
9488
9488
  connectedUserId: string;
9489
9489
  botpressBot: {
9490
- name: string;
9491
9490
  id: string;
9491
+ name: string;
9492
9492
  accessToken: string;
9493
9493
  botId: string;
9494
9494
  integrationId: string;
@@ -9497,12 +9497,12 @@ export declare const channelContract: {
9497
9497
  requestId: string;
9498
9498
  }, {
9499
9499
  channel: {
9500
- name: string;
9501
9500
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9502
9501
  id: string;
9502
+ name: string;
9503
9503
  metadata: {
9504
- name: string;
9505
9504
  id: string;
9505
+ name: string;
9506
9506
  accessToken?: string | undefined;
9507
9507
  channelSecret?: string | undefined;
9508
9508
  additionalCredentials?: any;
@@ -9531,9 +9531,9 @@ export declare const channelContract: {
9531
9531
  updatedAt: Date;
9532
9532
  deletedAt: Date | null;
9533
9533
  actor: {
9534
- name: string;
9535
9534
  id: string;
9536
9535
  address: string | null;
9536
+ name: string;
9537
9537
  email: string;
9538
9538
  createdAt: Date;
9539
9539
  updatedAt: Date;
@@ -9580,8 +9580,8 @@ export declare const channelContract: {
9580
9580
  connectedUserName: string;
9581
9581
  connectedUserId: string;
9582
9582
  botpressBot: {
9583
- name: string;
9584
9583
  id: string;
9584
+ name: string;
9585
9585
  accessToken: string;
9586
9586
  botId: string;
9587
9587
  integrationId: string;
@@ -9653,11 +9653,11 @@ export declare const channelContract: {
9653
9653
  id: z.ZodString;
9654
9654
  name: z.ZodString;
9655
9655
  }, "strip", z.ZodTypeAny, {
9656
- name: string;
9657
9656
  id: string;
9658
- }, {
9659
9657
  name: string;
9658
+ }, {
9660
9659
  id: string;
9660
+ name: string;
9661
9661
  }>, "many">;
9662
9662
  id: z.ZodString;
9663
9663
  name: z.ZodString;
@@ -9680,8 +9680,8 @@ export declare const channelContract: {
9680
9680
  };
9681
9681
  }>;
9682
9682
  }, "strip", z.ZodTypeAny, {
9683
- name: string;
9684
9683
  id: string;
9684
+ name: string;
9685
9685
  picture: {
9686
9686
  data: {
9687
9687
  url: string;
@@ -9690,13 +9690,13 @@ export declare const channelContract: {
9690
9690
  category: string;
9691
9691
  access_token: string;
9692
9692
  category_list: {
9693
- name: string;
9694
9693
  id: string;
9694
+ name: string;
9695
9695
  }[];
9696
9696
  tasks: string[];
9697
9697
  }, {
9698
- name: string;
9699
9698
  id: string;
9699
+ name: string;
9700
9700
  picture: {
9701
9701
  data: {
9702
9702
  url: string;
@@ -9705,8 +9705,8 @@ export declare const channelContract: {
9705
9705
  category: string;
9706
9706
  access_token: string;
9707
9707
  category_list: {
9708
- name: string;
9709
9708
  id: string;
9709
+ name: string;
9710
9710
  }[];
9711
9711
  tasks: string[];
9712
9712
  }>, "many">;
@@ -9734,8 +9734,8 @@ export declare const channelContract: {
9734
9734
  }>>;
9735
9735
  }, "strip", z.ZodTypeAny, {
9736
9736
  data: {
9737
- name: string;
9738
9737
  id: string;
9738
+ name: string;
9739
9739
  picture: {
9740
9740
  data: {
9741
9741
  url: string;
@@ -9744,8 +9744,8 @@ export declare const channelContract: {
9744
9744
  category: string;
9745
9745
  access_token: string;
9746
9746
  category_list: {
9747
- name: string;
9748
9747
  id: string;
9748
+ name: string;
9749
9749
  }[];
9750
9750
  tasks: string[];
9751
9751
  }[];
@@ -9757,8 +9757,8 @@ export declare const channelContract: {
9757
9757
  } | undefined;
9758
9758
  }, {
9759
9759
  data: {
9760
- name: string;
9761
9760
  id: string;
9761
+ name: string;
9762
9762
  picture: {
9763
9763
  data: {
9764
9764
  url: string;
@@ -9767,8 +9767,8 @@ export declare const channelContract: {
9767
9767
  category: string;
9768
9768
  access_token: string;
9769
9769
  category_list: {
9770
- name: string;
9771
9770
  id: string;
9771
+ name: string;
9772
9772
  }[];
9773
9773
  tasks: string[];
9774
9774
  }[];
@@ -9782,8 +9782,8 @@ export declare const channelContract: {
9782
9782
  }, "strip", z.ZodTypeAny, {
9783
9783
  data: {
9784
9784
  data: {
9785
- name: string;
9786
9785
  id: string;
9786
+ name: string;
9787
9787
  picture: {
9788
9788
  data: {
9789
9789
  url: string;
@@ -9792,8 +9792,8 @@ export declare const channelContract: {
9792
9792
  category: string;
9793
9793
  access_token: string;
9794
9794
  category_list: {
9795
- name: string;
9796
9795
  id: string;
9796
+ name: string;
9797
9797
  }[];
9798
9798
  tasks: string[];
9799
9799
  }[];
@@ -9808,8 +9808,8 @@ export declare const channelContract: {
9808
9808
  }, {
9809
9809
  data: {
9810
9810
  data: {
9811
- name: string;
9812
9811
  id: string;
9812
+ name: string;
9813
9813
  picture: {
9814
9814
  data: {
9815
9815
  url: string;
@@ -9818,8 +9818,8 @@ export declare const channelContract: {
9818
9818
  category: string;
9819
9819
  access_token: string;
9820
9820
  category_list: {
9821
- name: string;
9822
9821
  id: string;
9822
+ name: string;
9823
9823
  }[];
9824
9824
  tasks: string[];
9825
9825
  }[];
@@ -9919,8 +9919,8 @@ export declare const channelContract: {
9919
9919
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9920
9920
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9921
9921
  }, "strip", z.ZodTypeAny, {
9922
- name: string;
9923
9922
  id: string;
9923
+ name: string;
9924
9924
  accessToken?: string | undefined;
9925
9925
  channelSecret?: string | undefined;
9926
9926
  additionalCredentials?: any;
@@ -9944,8 +9944,8 @@ export declare const channelContract: {
9944
9944
  lineRichMenuId?: string | null | undefined;
9945
9945
  messengerIntegrationType?: "own" | "business" | undefined;
9946
9946
  }, {
9947
- name: string;
9948
9947
  id: string;
9948
+ name: string;
9949
9949
  accessToken?: string | undefined;
9950
9950
  channelSecret?: string | undefined;
9951
9951
  additionalCredentials?: any;
@@ -9973,11 +9973,11 @@ export declare const channelContract: {
9973
9973
  connectedUserId: z.ZodString;
9974
9974
  connectedUserName: z.ZodOptional<z.ZodString>;
9975
9975
  }, "strip", z.ZodTypeAny, {
9976
- name: string;
9977
9976
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9977
+ name: string;
9978
9978
  metadata: {
9979
- name: string;
9980
9979
  id: string;
9980
+ name: string;
9981
9981
  accessToken?: string | undefined;
9982
9982
  channelSecret?: string | undefined;
9983
9983
  additionalCredentials?: any;
@@ -10005,11 +10005,11 @@ export declare const channelContract: {
10005
10005
  connectedUserId: string;
10006
10006
  connectedUserName?: string | undefined;
10007
10007
  }, {
10008
- name: string;
10009
10008
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10009
+ name: string;
10010
10010
  metadata: {
10011
- name: string;
10012
10011
  id: string;
10012
+ name: string;
10013
10013
  accessToken?: string | undefined;
10014
10014
  channelSecret?: string | undefined;
10015
10015
  additionalCredentials?: any;
@@ -10103,8 +10103,8 @@ export declare const channelContract: {
10103
10103
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10104
10104
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10105
10105
  }, "strip", z.ZodTypeAny, {
10106
- name: string;
10107
10106
  id: string;
10107
+ name: string;
10108
10108
  accessToken?: string | undefined;
10109
10109
  channelSecret?: string | undefined;
10110
10110
  additionalCredentials?: any;
@@ -10128,8 +10128,8 @@ export declare const channelContract: {
10128
10128
  lineRichMenuId?: string | null | undefined;
10129
10129
  messengerIntegrationType?: "own" | "business" | undefined;
10130
10130
  }, {
10131
- name: string;
10132
10131
  id: string;
10132
+ name: string;
10133
10133
  accessToken?: string | undefined;
10134
10134
  channelSecret?: string | undefined;
10135
10135
  additionalCredentials?: any;
@@ -10166,14 +10166,14 @@ export declare const channelContract: {
10166
10166
  integrationId: z.ZodString;
10167
10167
  accessToken: z.ZodString;
10168
10168
  }, "strip", z.ZodTypeAny, {
10169
- name: string;
10170
10169
  id: string;
10170
+ name: string;
10171
10171
  accessToken: string;
10172
10172
  botId: string;
10173
10173
  integrationId: string;
10174
10174
  }, {
10175
- name: string;
10176
10175
  id: string;
10176
+ name: string;
10177
10177
  accessToken: string;
10178
10178
  botId: string;
10179
10179
  integrationId: string;
@@ -10296,9 +10296,9 @@ export declare const channelContract: {
10296
10296
  telephonySignature: string | null;
10297
10297
  }>;
10298
10298
  }, "strip", z.ZodTypeAny, {
10299
- name: string;
10300
10299
  id: string;
10301
10300
  address: string | null;
10301
+ name: string;
10302
10302
  email: string;
10303
10303
  createdAt: Date;
10304
10304
  updatedAt: Date;
@@ -10339,9 +10339,9 @@ export declare const channelContract: {
10339
10339
  telephonySignature: string | null;
10340
10340
  };
10341
10341
  }, {
10342
- name: string;
10343
10342
  id: string;
10344
10343
  address: string | null;
10344
+ name: string;
10345
10345
  email: string;
10346
10346
  createdAt: Date;
10347
10347
  updatedAt: Date;
@@ -10383,12 +10383,12 @@ export declare const channelContract: {
10383
10383
  };
10384
10384
  }>;
10385
10385
  }, "strip", z.ZodTypeAny, {
10386
- name: string;
10387
10386
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10388
10387
  id: string;
10388
+ name: string;
10389
10389
  metadata: {
10390
- name: string;
10391
10390
  id: string;
10391
+ name: string;
10392
10392
  accessToken?: string | undefined;
10393
10393
  channelSecret?: string | undefined;
10394
10394
  additionalCredentials?: any;
@@ -10417,9 +10417,9 @@ export declare const channelContract: {
10417
10417
  updatedAt: Date;
10418
10418
  deletedAt: Date | null;
10419
10419
  actor: {
10420
- name: string;
10421
10420
  id: string;
10422
10421
  address: string | null;
10422
+ name: string;
10423
10423
  email: string;
10424
10424
  createdAt: Date;
10425
10425
  updatedAt: Date;
@@ -10466,19 +10466,19 @@ export declare const channelContract: {
10466
10466
  connectedUserName: string;
10467
10467
  connectedUserId: string;
10468
10468
  botpressBot: {
10469
- name: string;
10470
10469
  id: string;
10470
+ name: string;
10471
10471
  accessToken: string;
10472
10472
  botId: string;
10473
10473
  integrationId: string;
10474
10474
  } | null;
10475
10475
  }, {
10476
- name: string;
10477
10476
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10478
10477
  id: string;
10478
+ name: string;
10479
10479
  metadata: {
10480
- name: string;
10481
10480
  id: string;
10481
+ name: string;
10482
10482
  accessToken?: string | undefined;
10483
10483
  channelSecret?: string | undefined;
10484
10484
  additionalCredentials?: any;
@@ -10507,9 +10507,9 @@ export declare const channelContract: {
10507
10507
  updatedAt: Date;
10508
10508
  deletedAt: Date | null;
10509
10509
  actor: {
10510
- name: string;
10511
10510
  id: string;
10512
10511
  address: string | null;
10512
+ name: string;
10513
10513
  email: string;
10514
10514
  createdAt: Date;
10515
10515
  updatedAt: Date;
@@ -10556,8 +10556,8 @@ export declare const channelContract: {
10556
10556
  connectedUserName: string;
10557
10557
  connectedUserId: string;
10558
10558
  botpressBot: {
10559
- name: string;
10560
10559
  id: string;
10560
+ name: string;
10561
10561
  accessToken: string;
10562
10562
  botId: string;
10563
10563
  integrationId: string;
@@ -10565,12 +10565,12 @@ export declare const channelContract: {
10565
10565
  }>;
10566
10566
  }, "strip", z.ZodTypeAny, {
10567
10567
  channel: {
10568
- name: string;
10569
10568
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10570
10569
  id: string;
10570
+ name: string;
10571
10571
  metadata: {
10572
- name: string;
10573
10572
  id: string;
10573
+ name: string;
10574
10574
  accessToken?: string | undefined;
10575
10575
  channelSecret?: string | undefined;
10576
10576
  additionalCredentials?: any;
@@ -10599,9 +10599,9 @@ export declare const channelContract: {
10599
10599
  updatedAt: Date;
10600
10600
  deletedAt: Date | null;
10601
10601
  actor: {
10602
- name: string;
10603
10602
  id: string;
10604
10603
  address: string | null;
10604
+ name: string;
10605
10605
  email: string;
10606
10606
  createdAt: Date;
10607
10607
  updatedAt: Date;
@@ -10648,8 +10648,8 @@ export declare const channelContract: {
10648
10648
  connectedUserName: string;
10649
10649
  connectedUserId: string;
10650
10650
  botpressBot: {
10651
- name: string;
10652
10651
  id: string;
10652
+ name: string;
10653
10653
  accessToken: string;
10654
10654
  botId: string;
10655
10655
  integrationId: string;
@@ -10658,12 +10658,12 @@ export declare const channelContract: {
10658
10658
  requestId: string;
10659
10659
  }, {
10660
10660
  channel: {
10661
- name: string;
10662
10661
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10663
10662
  id: string;
10663
+ name: string;
10664
10664
  metadata: {
10665
- name: string;
10666
10665
  id: string;
10666
+ name: string;
10667
10667
  accessToken?: string | undefined;
10668
10668
  channelSecret?: string | undefined;
10669
10669
  additionalCredentials?: any;
@@ -10692,9 +10692,9 @@ export declare const channelContract: {
10692
10692
  updatedAt: Date;
10693
10693
  deletedAt: Date | null;
10694
10694
  actor: {
10695
- name: string;
10696
10695
  id: string;
10697
10696
  address: string | null;
10697
+ name: string;
10698
10698
  email: string;
10699
10699
  createdAt: Date;
10700
10700
  updatedAt: Date;
@@ -10741,8 +10741,8 @@ export declare const channelContract: {
10741
10741
  connectedUserName: string;
10742
10742
  connectedUserId: string;
10743
10743
  botpressBot: {
10744
- name: string;
10745
10744
  id: string;
10745
+ name: string;
10746
10746
  accessToken: string;
10747
10747
  botId: string;
10748
10748
  integrationId: string;
@@ -10839,8 +10839,8 @@ export declare const channelContract: {
10839
10839
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10840
10840
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10841
10841
  }, "strip", z.ZodTypeAny, {
10842
- name: string;
10843
10842
  id: string;
10843
+ name: string;
10844
10844
  accessToken?: string | undefined;
10845
10845
  channelSecret?: string | undefined;
10846
10846
  additionalCredentials?: any;
@@ -10864,8 +10864,8 @@ export declare const channelContract: {
10864
10864
  lineRichMenuId?: string | null | undefined;
10865
10865
  messengerIntegrationType?: "own" | "business" | undefined;
10866
10866
  }, {
10867
- name: string;
10868
10867
  id: string;
10868
+ name: string;
10869
10869
  accessToken?: string | undefined;
10870
10870
  channelSecret?: string | undefined;
10871
10871
  additionalCredentials?: any;
@@ -10891,11 +10891,11 @@ export declare const channelContract: {
10891
10891
  }>;
10892
10892
  platformId: z.ZodString;
10893
10893
  }, "strip", z.ZodTypeAny, {
10894
- name: string;
10895
10894
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10895
+ name: string;
10896
10896
  metadata: {
10897
- name: string;
10898
10897
  id: string;
10898
+ name: string;
10899
10899
  accessToken?: string | undefined;
10900
10900
  channelSecret?: string | undefined;
10901
10901
  additionalCredentials?: any;
@@ -10921,11 +10921,11 @@ export declare const channelContract: {
10921
10921
  };
10922
10922
  platformId: string;
10923
10923
  }, {
10924
- name: string;
10925
10924
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10925
+ name: string;
10926
10926
  metadata: {
10927
- name: string;
10928
10927
  id: string;
10928
+ name: string;
10929
10929
  accessToken?: string | undefined;
10930
10930
  channelSecret?: string | undefined;
10931
10931
  additionalCredentials?: any;
@@ -11017,8 +11017,8 @@ export declare const channelContract: {
11017
11017
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11018
11018
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11019
11019
  }, "strip", z.ZodTypeAny, {
11020
- name: string;
11021
11020
  id: string;
11021
+ name: string;
11022
11022
  accessToken?: string | undefined;
11023
11023
  channelSecret?: string | undefined;
11024
11024
  additionalCredentials?: any;
@@ -11042,8 +11042,8 @@ export declare const channelContract: {
11042
11042
  lineRichMenuId?: string | null | undefined;
11043
11043
  messengerIntegrationType?: "own" | "business" | undefined;
11044
11044
  }, {
11045
- name: string;
11046
11045
  id: string;
11046
+ name: string;
11047
11047
  accessToken?: string | undefined;
11048
11048
  channelSecret?: string | undefined;
11049
11049
  additionalCredentials?: any;
@@ -11080,14 +11080,14 @@ export declare const channelContract: {
11080
11080
  integrationId: z.ZodString;
11081
11081
  accessToken: z.ZodString;
11082
11082
  }, "strip", z.ZodTypeAny, {
11083
- name: string;
11084
11083
  id: string;
11084
+ name: string;
11085
11085
  accessToken: string;
11086
11086
  botId: string;
11087
11087
  integrationId: string;
11088
11088
  }, {
11089
- name: string;
11090
11089
  id: string;
11090
+ name: string;
11091
11091
  accessToken: string;
11092
11092
  botId: string;
11093
11093
  integrationId: string;
@@ -11210,9 +11210,9 @@ export declare const channelContract: {
11210
11210
  telephonySignature: string | null;
11211
11211
  }>;
11212
11212
  }, "strip", z.ZodTypeAny, {
11213
- name: string;
11214
11213
  id: string;
11215
11214
  address: string | null;
11215
+ name: string;
11216
11216
  email: string;
11217
11217
  createdAt: Date;
11218
11218
  updatedAt: Date;
@@ -11253,9 +11253,9 @@ export declare const channelContract: {
11253
11253
  telephonySignature: string | null;
11254
11254
  };
11255
11255
  }, {
11256
- name: string;
11257
11256
  id: string;
11258
11257
  address: string | null;
11258
+ name: string;
11259
11259
  email: string;
11260
11260
  createdAt: Date;
11261
11261
  updatedAt: Date;
@@ -11297,12 +11297,12 @@ export declare const channelContract: {
11297
11297
  };
11298
11298
  }>;
11299
11299
  }, "strip", z.ZodTypeAny, {
11300
- name: string;
11301
11300
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11302
11301
  id: string;
11302
+ name: string;
11303
11303
  metadata: {
11304
- name: string;
11305
11304
  id: string;
11305
+ name: string;
11306
11306
  accessToken?: string | undefined;
11307
11307
  channelSecret?: string | undefined;
11308
11308
  additionalCredentials?: any;
@@ -11331,9 +11331,9 @@ export declare const channelContract: {
11331
11331
  updatedAt: Date;
11332
11332
  deletedAt: Date | null;
11333
11333
  actor: {
11334
- name: string;
11335
11334
  id: string;
11336
11335
  address: string | null;
11336
+ name: string;
11337
11337
  email: string;
11338
11338
  createdAt: Date;
11339
11339
  updatedAt: Date;
@@ -11380,19 +11380,19 @@ export declare const channelContract: {
11380
11380
  connectedUserName: string;
11381
11381
  connectedUserId: string;
11382
11382
  botpressBot: {
11383
- name: string;
11384
11383
  id: string;
11384
+ name: string;
11385
11385
  accessToken: string;
11386
11386
  botId: string;
11387
11387
  integrationId: string;
11388
11388
  } | null;
11389
11389
  }, {
11390
- name: string;
11391
11390
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11392
11391
  id: string;
11392
+ name: string;
11393
11393
  metadata: {
11394
- name: string;
11395
11394
  id: string;
11395
+ name: string;
11396
11396
  accessToken?: string | undefined;
11397
11397
  channelSecret?: string | undefined;
11398
11398
  additionalCredentials?: any;
@@ -11421,9 +11421,9 @@ export declare const channelContract: {
11421
11421
  updatedAt: Date;
11422
11422
  deletedAt: Date | null;
11423
11423
  actor: {
11424
- name: string;
11425
11424
  id: string;
11426
11425
  address: string | null;
11426
+ name: string;
11427
11427
  email: string;
11428
11428
  createdAt: Date;
11429
11429
  updatedAt: Date;
@@ -11470,8 +11470,8 @@ export declare const channelContract: {
11470
11470
  connectedUserName: string;
11471
11471
  connectedUserId: string;
11472
11472
  botpressBot: {
11473
- name: string;
11474
11473
  id: string;
11474
+ name: string;
11475
11475
  accessToken: string;
11476
11476
  botId: string;
11477
11477
  integrationId: string;
@@ -11479,12 +11479,12 @@ export declare const channelContract: {
11479
11479
  }>;
11480
11480
  }, "strip", z.ZodTypeAny, {
11481
11481
  channel: {
11482
- name: string;
11483
11482
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11484
11483
  id: string;
11484
+ name: string;
11485
11485
  metadata: {
11486
- name: string;
11487
11486
  id: string;
11487
+ name: string;
11488
11488
  accessToken?: string | undefined;
11489
11489
  channelSecret?: string | undefined;
11490
11490
  additionalCredentials?: any;
@@ -11513,9 +11513,9 @@ export declare const channelContract: {
11513
11513
  updatedAt: Date;
11514
11514
  deletedAt: Date | null;
11515
11515
  actor: {
11516
- name: string;
11517
11516
  id: string;
11518
11517
  address: string | null;
11518
+ name: string;
11519
11519
  email: string;
11520
11520
  createdAt: Date;
11521
11521
  updatedAt: Date;
@@ -11562,8 +11562,8 @@ export declare const channelContract: {
11562
11562
  connectedUserName: string;
11563
11563
  connectedUserId: string;
11564
11564
  botpressBot: {
11565
- name: string;
11566
11565
  id: string;
11566
+ name: string;
11567
11567
  accessToken: string;
11568
11568
  botId: string;
11569
11569
  integrationId: string;
@@ -11572,12 +11572,12 @@ export declare const channelContract: {
11572
11572
  requestId: string;
11573
11573
  }, {
11574
11574
  channel: {
11575
- name: string;
11576
11575
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11577
11576
  id: string;
11577
+ name: string;
11578
11578
  metadata: {
11579
- name: string;
11580
11579
  id: string;
11580
+ name: string;
11581
11581
  accessToken?: string | undefined;
11582
11582
  channelSecret?: string | undefined;
11583
11583
  additionalCredentials?: any;
@@ -11606,9 +11606,9 @@ export declare const channelContract: {
11606
11606
  updatedAt: Date;
11607
11607
  deletedAt: Date | null;
11608
11608
  actor: {
11609
- name: string;
11610
11609
  id: string;
11611
11610
  address: string | null;
11611
+ name: string;
11612
11612
  email: string;
11613
11613
  createdAt: Date;
11614
11614
  updatedAt: Date;
@@ -11655,8 +11655,8 @@ export declare const channelContract: {
11655
11655
  connectedUserName: string;
11656
11656
  connectedUserId: string;
11657
11657
  botpressBot: {
11658
- name: string;
11659
11658
  id: string;
11659
+ name: string;
11660
11660
  accessToken: string;
11661
11661
  botId: string;
11662
11662
  integrationId: string;
@@ -11853,8 +11853,8 @@ export declare const channelBotContract: {
11853
11853
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11854
11854
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11855
11855
  }, "strip", z.ZodTypeAny, {
11856
- name: string;
11857
11856
  id: string;
11857
+ name: string;
11858
11858
  accessToken?: string | undefined;
11859
11859
  channelSecret?: string | undefined;
11860
11860
  additionalCredentials?: any;
@@ -11878,8 +11878,8 @@ export declare const channelBotContract: {
11878
11878
  lineRichMenuId?: string | null | undefined;
11879
11879
  messengerIntegrationType?: "own" | "business" | undefined;
11880
11880
  }, {
11881
- name: string;
11882
11881
  id: string;
11882
+ name: string;
11883
11883
  accessToken?: string | undefined;
11884
11884
  channelSecret?: string | undefined;
11885
11885
  additionalCredentials?: any;
@@ -11916,14 +11916,14 @@ export declare const channelBotContract: {
11916
11916
  integrationId: z.ZodString;
11917
11917
  accessToken: z.ZodString;
11918
11918
  }, "strip", z.ZodTypeAny, {
11919
- name: string;
11920
11919
  id: string;
11920
+ name: string;
11921
11921
  accessToken: string;
11922
11922
  botId: string;
11923
11923
  integrationId: string;
11924
11924
  }, {
11925
- name: string;
11926
11925
  id: string;
11926
+ name: string;
11927
11927
  accessToken: string;
11928
11928
  botId: string;
11929
11929
  integrationId: string;
@@ -12046,9 +12046,9 @@ export declare const channelBotContract: {
12046
12046
  telephonySignature: string | null;
12047
12047
  }>;
12048
12048
  }, "strip", z.ZodTypeAny, {
12049
- name: string;
12050
12049
  id: string;
12051
12050
  address: string | null;
12051
+ name: string;
12052
12052
  email: string;
12053
12053
  createdAt: Date;
12054
12054
  updatedAt: Date;
@@ -12089,9 +12089,9 @@ export declare const channelBotContract: {
12089
12089
  telephonySignature: string | null;
12090
12090
  };
12091
12091
  }, {
12092
- name: string;
12093
12092
  id: string;
12094
12093
  address: string | null;
12094
+ name: string;
12095
12095
  email: string;
12096
12096
  createdAt: Date;
12097
12097
  updatedAt: Date;
@@ -12133,12 +12133,12 @@ export declare const channelBotContract: {
12133
12133
  };
12134
12134
  }>;
12135
12135
  }, "strip", z.ZodTypeAny, {
12136
- name: string;
12137
12136
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12138
12137
  id: string;
12138
+ name: string;
12139
12139
  metadata: {
12140
- name: string;
12141
12140
  id: string;
12141
+ name: string;
12142
12142
  accessToken?: string | undefined;
12143
12143
  channelSecret?: string | undefined;
12144
12144
  additionalCredentials?: any;
@@ -12167,9 +12167,9 @@ export declare const channelBotContract: {
12167
12167
  updatedAt: Date;
12168
12168
  deletedAt: Date | null;
12169
12169
  actor: {
12170
- name: string;
12171
12170
  id: string;
12172
12171
  address: string | null;
12172
+ name: string;
12173
12173
  email: string;
12174
12174
  createdAt: Date;
12175
12175
  updatedAt: Date;
@@ -12216,19 +12216,19 @@ export declare const channelBotContract: {
12216
12216
  connectedUserName: string;
12217
12217
  connectedUserId: string;
12218
12218
  botpressBot: {
12219
- name: string;
12220
12219
  id: string;
12220
+ name: string;
12221
12221
  accessToken: string;
12222
12222
  botId: string;
12223
12223
  integrationId: string;
12224
12224
  } | null;
12225
12225
  }, {
12226
- name: string;
12227
12226
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12228
12227
  id: string;
12228
+ name: string;
12229
12229
  metadata: {
12230
- name: string;
12231
12230
  id: string;
12231
+ name: string;
12232
12232
  accessToken?: string | undefined;
12233
12233
  channelSecret?: string | undefined;
12234
12234
  additionalCredentials?: any;
@@ -12257,9 +12257,9 @@ export declare const channelBotContract: {
12257
12257
  updatedAt: Date;
12258
12258
  deletedAt: Date | null;
12259
12259
  actor: {
12260
- name: string;
12261
12260
  id: string;
12262
12261
  address: string | null;
12262
+ name: string;
12263
12263
  email: string;
12264
12264
  createdAt: Date;
12265
12265
  updatedAt: Date;
@@ -12306,8 +12306,8 @@ export declare const channelBotContract: {
12306
12306
  connectedUserName: string;
12307
12307
  connectedUserId: string;
12308
12308
  botpressBot: {
12309
- name: string;
12310
12309
  id: string;
12310
+ name: string;
12311
12311
  accessToken: string;
12312
12312
  botId: string;
12313
12313
  integrationId: string;
@@ -12315,12 +12315,12 @@ export declare const channelBotContract: {
12315
12315
  }>;
12316
12316
  }, "strip", z.ZodTypeAny, {
12317
12317
  channel: {
12318
- name: string;
12319
12318
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12320
12319
  id: string;
12320
+ name: string;
12321
12321
  metadata: {
12322
- name: string;
12323
12322
  id: string;
12323
+ name: string;
12324
12324
  accessToken?: string | undefined;
12325
12325
  channelSecret?: string | undefined;
12326
12326
  additionalCredentials?: any;
@@ -12349,9 +12349,9 @@ export declare const channelBotContract: {
12349
12349
  updatedAt: Date;
12350
12350
  deletedAt: Date | null;
12351
12351
  actor: {
12352
- name: string;
12353
12352
  id: string;
12354
12353
  address: string | null;
12354
+ name: string;
12355
12355
  email: string;
12356
12356
  createdAt: Date;
12357
12357
  updatedAt: Date;
@@ -12398,8 +12398,8 @@ export declare const channelBotContract: {
12398
12398
  connectedUserName: string;
12399
12399
  connectedUserId: string;
12400
12400
  botpressBot: {
12401
- name: string;
12402
12401
  id: string;
12402
+ name: string;
12403
12403
  accessToken: string;
12404
12404
  botId: string;
12405
12405
  integrationId: string;
@@ -12408,12 +12408,12 @@ export declare const channelBotContract: {
12408
12408
  requestId: string;
12409
12409
  }, {
12410
12410
  channel: {
12411
- name: string;
12412
12411
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12413
12412
  id: string;
12413
+ name: string;
12414
12414
  metadata: {
12415
- name: string;
12416
12415
  id: string;
12416
+ name: string;
12417
12417
  accessToken?: string | undefined;
12418
12418
  channelSecret?: string | undefined;
12419
12419
  additionalCredentials?: any;
@@ -12442,9 +12442,9 @@ export declare const channelBotContract: {
12442
12442
  updatedAt: Date;
12443
12443
  deletedAt: Date | null;
12444
12444
  actor: {
12445
- name: string;
12446
12445
  id: string;
12447
12446
  address: string | null;
12447
+ name: string;
12448
12448
  email: string;
12449
12449
  createdAt: Date;
12450
12450
  updatedAt: Date;
@@ -12491,8 +12491,8 @@ export declare const channelBotContract: {
12491
12491
  connectedUserName: string;
12492
12492
  connectedUserId: string;
12493
12493
  botpressBot: {
12494
- name: string;
12495
12494
  id: string;
12495
+ name: string;
12496
12496
  accessToken: string;
12497
12497
  botId: string;
12498
12498
  integrationId: string;
@@ -12590,8 +12590,8 @@ export declare const channelBotContract: {
12590
12590
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12591
12591
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12592
12592
  }, "strip", z.ZodTypeAny, {
12593
- name: string;
12594
12593
  id: string;
12594
+ name: string;
12595
12595
  accessToken?: string | undefined;
12596
12596
  channelSecret?: string | undefined;
12597
12597
  additionalCredentials?: any;
@@ -12615,8 +12615,8 @@ export declare const channelBotContract: {
12615
12615
  lineRichMenuId?: string | null | undefined;
12616
12616
  messengerIntegrationType?: "own" | "business" | undefined;
12617
12617
  }, {
12618
- name: string;
12619
12618
  id: string;
12619
+ name: string;
12620
12620
  accessToken?: string | undefined;
12621
12621
  channelSecret?: string | undefined;
12622
12622
  additionalCredentials?: any;
@@ -12653,14 +12653,14 @@ export declare const channelBotContract: {
12653
12653
  integrationId: z.ZodString;
12654
12654
  accessToken: z.ZodString;
12655
12655
  }, "strip", z.ZodTypeAny, {
12656
- name: string;
12657
12656
  id: string;
12657
+ name: string;
12658
12658
  accessToken: string;
12659
12659
  botId: string;
12660
12660
  integrationId: string;
12661
12661
  }, {
12662
- name: string;
12663
12662
  id: string;
12663
+ name: string;
12664
12664
  accessToken: string;
12665
12665
  botId: string;
12666
12666
  integrationId: string;
@@ -12783,9 +12783,9 @@ export declare const channelBotContract: {
12783
12783
  telephonySignature: string | null;
12784
12784
  }>;
12785
12785
  }, "strip", z.ZodTypeAny, {
12786
- name: string;
12787
12786
  id: string;
12788
12787
  address: string | null;
12788
+ name: string;
12789
12789
  email: string;
12790
12790
  createdAt: Date;
12791
12791
  updatedAt: Date;
@@ -12826,9 +12826,9 @@ export declare const channelBotContract: {
12826
12826
  telephonySignature: string | null;
12827
12827
  };
12828
12828
  }, {
12829
- name: string;
12830
12829
  id: string;
12831
12830
  address: string | null;
12831
+ name: string;
12832
12832
  email: string;
12833
12833
  createdAt: Date;
12834
12834
  updatedAt: Date;
@@ -12870,12 +12870,12 @@ export declare const channelBotContract: {
12870
12870
  };
12871
12871
  }>;
12872
12872
  }, "strip", z.ZodTypeAny, {
12873
- name: string;
12874
12873
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12875
12874
  id: string;
12875
+ name: string;
12876
12876
  metadata: {
12877
- name: string;
12878
12877
  id: string;
12878
+ name: string;
12879
12879
  accessToken?: string | undefined;
12880
12880
  channelSecret?: string | undefined;
12881
12881
  additionalCredentials?: any;
@@ -12904,9 +12904,9 @@ export declare const channelBotContract: {
12904
12904
  updatedAt: Date;
12905
12905
  deletedAt: Date | null;
12906
12906
  actor: {
12907
- name: string;
12908
12907
  id: string;
12909
12908
  address: string | null;
12909
+ name: string;
12910
12910
  email: string;
12911
12911
  createdAt: Date;
12912
12912
  updatedAt: Date;
@@ -12953,19 +12953,19 @@ export declare const channelBotContract: {
12953
12953
  connectedUserName: string;
12954
12954
  connectedUserId: string;
12955
12955
  botpressBot: {
12956
- name: string;
12957
12956
  id: string;
12957
+ name: string;
12958
12958
  accessToken: string;
12959
12959
  botId: string;
12960
12960
  integrationId: string;
12961
12961
  } | null;
12962
12962
  }, {
12963
- name: string;
12964
12963
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12965
12964
  id: string;
12965
+ name: string;
12966
12966
  metadata: {
12967
- name: string;
12968
12967
  id: string;
12968
+ name: string;
12969
12969
  accessToken?: string | undefined;
12970
12970
  channelSecret?: string | undefined;
12971
12971
  additionalCredentials?: any;
@@ -12994,9 +12994,9 @@ export declare const channelBotContract: {
12994
12994
  updatedAt: Date;
12995
12995
  deletedAt: Date | null;
12996
12996
  actor: {
12997
- name: string;
12998
12997
  id: string;
12999
12998
  address: string | null;
12999
+ name: string;
13000
13000
  email: string;
13001
13001
  createdAt: Date;
13002
13002
  updatedAt: Date;
@@ -13043,8 +13043,8 @@ export declare const channelBotContract: {
13043
13043
  connectedUserName: string;
13044
13044
  connectedUserId: string;
13045
13045
  botpressBot: {
13046
- name: string;
13047
13046
  id: string;
13047
+ name: string;
13048
13048
  accessToken: string;
13049
13049
  botId: string;
13050
13050
  integrationId: string;
@@ -13052,12 +13052,12 @@ export declare const channelBotContract: {
13052
13052
  }>;
13053
13053
  }, "strip", z.ZodTypeAny, {
13054
13054
  channel: {
13055
- name: string;
13056
13055
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13057
13056
  id: string;
13057
+ name: string;
13058
13058
  metadata: {
13059
- name: string;
13060
13059
  id: string;
13060
+ name: string;
13061
13061
  accessToken?: string | undefined;
13062
13062
  channelSecret?: string | undefined;
13063
13063
  additionalCredentials?: any;
@@ -13086,9 +13086,9 @@ export declare const channelBotContract: {
13086
13086
  updatedAt: Date;
13087
13087
  deletedAt: Date | null;
13088
13088
  actor: {
13089
- name: string;
13090
13089
  id: string;
13091
13090
  address: string | null;
13091
+ name: string;
13092
13092
  email: string;
13093
13093
  createdAt: Date;
13094
13094
  updatedAt: Date;
@@ -13135,8 +13135,8 @@ export declare const channelBotContract: {
13135
13135
  connectedUserName: string;
13136
13136
  connectedUserId: string;
13137
13137
  botpressBot: {
13138
- name: string;
13139
13138
  id: string;
13139
+ name: string;
13140
13140
  accessToken: string;
13141
13141
  botId: string;
13142
13142
  integrationId: string;
@@ -13145,12 +13145,12 @@ export declare const channelBotContract: {
13145
13145
  requestId: string;
13146
13146
  }, {
13147
13147
  channel: {
13148
- name: string;
13149
13148
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13150
13149
  id: string;
13150
+ name: string;
13151
13151
  metadata: {
13152
- name: string;
13153
13152
  id: string;
13153
+ name: string;
13154
13154
  accessToken?: string | undefined;
13155
13155
  channelSecret?: string | undefined;
13156
13156
  additionalCredentials?: any;
@@ -13179,9 +13179,9 @@ export declare const channelBotContract: {
13179
13179
  updatedAt: Date;
13180
13180
  deletedAt: Date | null;
13181
13181
  actor: {
13182
- name: string;
13183
13182
  id: string;
13184
13183
  address: string | null;
13184
+ name: string;
13185
13185
  email: string;
13186
13186
  createdAt: Date;
13187
13187
  updatedAt: Date;
@@ -13228,8 +13228,8 @@ export declare const channelBotContract: {
13228
13228
  connectedUserName: string;
13229
13229
  connectedUserId: string;
13230
13230
  botpressBot: {
13231
- name: string;
13232
13231
  id: string;
13232
+ name: string;
13233
13233
  accessToken: string;
13234
13234
  botId: string;
13235
13235
  integrationId: string;
@@ -13281,8 +13281,8 @@ export declare const channelSMSContract: {
13281
13281
  apiSecret: string;
13282
13282
  }>;
13283
13283
  }, "strip", z.ZodTypeAny, {
13284
- name: string;
13285
13284
  type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13285
+ name: string;
13286
13286
  senderId: string;
13287
13287
  vonageCredentials: {
13288
13288
  apiKey: string;
@@ -13290,8 +13290,8 @@ export declare const channelSMSContract: {
13290
13290
  apiSecret: string;
13291
13291
  };
13292
13292
  }, {
13293
- name: string;
13294
13293
  type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13294
+ name: string;
13295
13295
  senderId: string;
13296
13296
  vonageCredentials: {
13297
13297
  apiKey: string;
@@ -13365,8 +13365,8 @@ export declare const channelSMSContract: {
13365
13365
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13366
13366
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13367
13367
  }, "strip", z.ZodTypeAny, {
13368
- name: string;
13369
13368
  id: string;
13369
+ name: string;
13370
13370
  accessToken?: string | undefined;
13371
13371
  channelSecret?: string | undefined;
13372
13372
  additionalCredentials?: any;
@@ -13390,8 +13390,8 @@ export declare const channelSMSContract: {
13390
13390
  lineRichMenuId?: string | null | undefined;
13391
13391
  messengerIntegrationType?: "own" | "business" | undefined;
13392
13392
  }, {
13393
- name: string;
13394
13393
  id: string;
13394
+ name: string;
13395
13395
  accessToken?: string | undefined;
13396
13396
  channelSecret?: string | undefined;
13397
13397
  additionalCredentials?: any;
@@ -13428,14 +13428,14 @@ export declare const channelSMSContract: {
13428
13428
  integrationId: z.ZodString;
13429
13429
  accessToken: z.ZodString;
13430
13430
  }, "strip", z.ZodTypeAny, {
13431
- name: string;
13432
13431
  id: string;
13432
+ name: string;
13433
13433
  accessToken: string;
13434
13434
  botId: string;
13435
13435
  integrationId: string;
13436
13436
  }, {
13437
- name: string;
13438
13437
  id: string;
13438
+ name: string;
13439
13439
  accessToken: string;
13440
13440
  botId: string;
13441
13441
  integrationId: string;
@@ -13558,9 +13558,9 @@ export declare const channelSMSContract: {
13558
13558
  telephonySignature: string | null;
13559
13559
  }>;
13560
13560
  }, "strip", z.ZodTypeAny, {
13561
- name: string;
13562
13561
  id: string;
13563
13562
  address: string | null;
13563
+ name: string;
13564
13564
  email: string;
13565
13565
  createdAt: Date;
13566
13566
  updatedAt: Date;
@@ -13601,9 +13601,9 @@ export declare const channelSMSContract: {
13601
13601
  telephonySignature: string | null;
13602
13602
  };
13603
13603
  }, {
13604
- name: string;
13605
13604
  id: string;
13606
13605
  address: string | null;
13606
+ name: string;
13607
13607
  email: string;
13608
13608
  createdAt: Date;
13609
13609
  updatedAt: Date;
@@ -13645,12 +13645,12 @@ export declare const channelSMSContract: {
13645
13645
  };
13646
13646
  }>;
13647
13647
  }, "strip", z.ZodTypeAny, {
13648
- name: string;
13649
13648
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13650
13649
  id: string;
13650
+ name: string;
13651
13651
  metadata: {
13652
- name: string;
13653
13652
  id: string;
13653
+ name: string;
13654
13654
  accessToken?: string | undefined;
13655
13655
  channelSecret?: string | undefined;
13656
13656
  additionalCredentials?: any;
@@ -13679,9 +13679,9 @@ export declare const channelSMSContract: {
13679
13679
  updatedAt: Date;
13680
13680
  deletedAt: Date | null;
13681
13681
  actor: {
13682
- name: string;
13683
13682
  id: string;
13684
13683
  address: string | null;
13684
+ name: string;
13685
13685
  email: string;
13686
13686
  createdAt: Date;
13687
13687
  updatedAt: Date;
@@ -13728,19 +13728,19 @@ export declare const channelSMSContract: {
13728
13728
  connectedUserName: string;
13729
13729
  connectedUserId: string;
13730
13730
  botpressBot: {
13731
- name: string;
13732
13731
  id: string;
13732
+ name: string;
13733
13733
  accessToken: string;
13734
13734
  botId: string;
13735
13735
  integrationId: string;
13736
13736
  } | null;
13737
13737
  }, {
13738
- name: string;
13739
13738
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13740
13739
  id: string;
13740
+ name: string;
13741
13741
  metadata: {
13742
- name: string;
13743
13742
  id: string;
13743
+ name: string;
13744
13744
  accessToken?: string | undefined;
13745
13745
  channelSecret?: string | undefined;
13746
13746
  additionalCredentials?: any;
@@ -13769,9 +13769,9 @@ export declare const channelSMSContract: {
13769
13769
  updatedAt: Date;
13770
13770
  deletedAt: Date | null;
13771
13771
  actor: {
13772
- name: string;
13773
13772
  id: string;
13774
13773
  address: string | null;
13774
+ name: string;
13775
13775
  email: string;
13776
13776
  createdAt: Date;
13777
13777
  updatedAt: Date;
@@ -13818,8 +13818,8 @@ export declare const channelSMSContract: {
13818
13818
  connectedUserName: string;
13819
13819
  connectedUserId: string;
13820
13820
  botpressBot: {
13821
- name: string;
13822
13821
  id: string;
13822
+ name: string;
13823
13823
  accessToken: string;
13824
13824
  botId: string;
13825
13825
  integrationId: string;
@@ -13827,12 +13827,12 @@ export declare const channelSMSContract: {
13827
13827
  }>;
13828
13828
  }, "strip", z.ZodTypeAny, {
13829
13829
  channel: {
13830
- name: string;
13831
13830
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13832
13831
  id: string;
13832
+ name: string;
13833
13833
  metadata: {
13834
- name: string;
13835
13834
  id: string;
13835
+ name: string;
13836
13836
  accessToken?: string | undefined;
13837
13837
  channelSecret?: string | undefined;
13838
13838
  additionalCredentials?: any;
@@ -13861,9 +13861,9 @@ export declare const channelSMSContract: {
13861
13861
  updatedAt: Date;
13862
13862
  deletedAt: Date | null;
13863
13863
  actor: {
13864
- name: string;
13865
13864
  id: string;
13866
13865
  address: string | null;
13866
+ name: string;
13867
13867
  email: string;
13868
13868
  createdAt: Date;
13869
13869
  updatedAt: Date;
@@ -13910,8 +13910,8 @@ export declare const channelSMSContract: {
13910
13910
  connectedUserName: string;
13911
13911
  connectedUserId: string;
13912
13912
  botpressBot: {
13913
- name: string;
13914
13913
  id: string;
13914
+ name: string;
13915
13915
  accessToken: string;
13916
13916
  botId: string;
13917
13917
  integrationId: string;
@@ -13920,12 +13920,12 @@ export declare const channelSMSContract: {
13920
13920
  requestId: string;
13921
13921
  }, {
13922
13922
  channel: {
13923
- name: string;
13924
13923
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13925
13924
  id: string;
13925
+ name: string;
13926
13926
  metadata: {
13927
- name: string;
13928
13927
  id: string;
13928
+ name: string;
13929
13929
  accessToken?: string | undefined;
13930
13930
  channelSecret?: string | undefined;
13931
13931
  additionalCredentials?: any;
@@ -13954,9 +13954,9 @@ export declare const channelSMSContract: {
13954
13954
  updatedAt: Date;
13955
13955
  deletedAt: Date | null;
13956
13956
  actor: {
13957
- name: string;
13958
13957
  id: string;
13959
13958
  address: string | null;
13959
+ name: string;
13960
13960
  email: string;
13961
13961
  createdAt: Date;
13962
13962
  updatedAt: Date;
@@ -14003,8 +14003,8 @@ export declare const channelSMSContract: {
14003
14003
  connectedUserName: string;
14004
14004
  connectedUserId: string;
14005
14005
  botpressBot: {
14006
- name: string;
14007
14006
  id: string;
14007
+ name: string;
14008
14008
  accessToken: string;
14009
14009
  botId: string;
14010
14010
  integrationId: string;