@kl1/contracts 1.2.52-uat → 1.2.53-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) 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 +3703 -3703
  20. package/dist/api-contracts/src/chat/schema.d.ts +1128 -1128
  21. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  22. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  23. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  24. package/dist/api-contracts/src/company/index.d.ts +4 -4
  25. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  26. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  27. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  28. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  29. package/dist/api-contracts/src/contract.d.ts +8831 -8831
  30. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  31. package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
  32. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  33. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  34. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  35. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  36. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  39. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  40. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  41. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  42. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  43. package/dist/api-contracts/src/line/index.d.ts +608 -608
  44. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  45. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  46. package/dist/api-contracts/src/mail/account-contract.d.ts +83 -83
  47. package/dist/api-contracts/src/mail/mail-contract.d.ts +2630 -2630
  48. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  49. package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
  50. package/dist/api-contracts/src/mail/room-contract.d.ts +1483 -1483
  51. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  52. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  53. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  54. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  55. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  56. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  57. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  58. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  59. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  60. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  61. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  62. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  63. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  64. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  65. package/dist/api-contracts/src/sms/index.d.ts +164 -164
  66. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  67. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  68. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  69. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  70. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  71. package/dist/api-contracts/src/subscription/schema.d.ts +218 -218
  72. package/dist/api-contracts/src/subscription/validation.d.ts +2 -2
  73. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  74. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  75. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  76. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  77. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  78. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  80. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  81. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  82. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  83. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  84. package/dist/api-contracts/src/user/index.d.ts +23 -23
  85. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  86. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  87. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  88. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  89. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  90. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  91. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  92. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  93. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  94. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  95. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  96. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  97. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  98. package/dist/api-contracts/src/workflow-rule/index.d.ts +424 -424
  99. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  101. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  102. package/dist/api-contracts/utils.d.ts +1 -1
  103. package/dist/api-contracts/utils.d.ts.map +1 -1
  104. package/dist/index.js +4 -4
  105. package/dist/index.js.map +1 -1
  106. package/dist/index.mjs +4 -4
  107. package/dist/index.mjs.map +1 -1
  108. package/package.json +1 -1
@@ -95,8 +95,8 @@ export declare const channelContract: {
95
95
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
96
96
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
97
97
  }, "strip", z.ZodTypeAny, {
98
- id: string;
99
98
  name: string;
99
+ id: string;
100
100
  accessToken?: string | undefined;
101
101
  channelSecret?: string | undefined;
102
102
  additionalCredentials?: any;
@@ -124,8 +124,8 @@ export declare const channelContract: {
124
124
  messengerIntegrationType?: "own" | "business" | undefined;
125
125
  facebookFeedIntegrationType?: "own" | "business" | undefined;
126
126
  }, {
127
- id: string;
128
127
  name: string;
128
+ id: string;
129
129
  accessToken?: string | undefined;
130
130
  channelSecret?: string | undefined;
131
131
  additionalCredentials?: any;
@@ -166,14 +166,14 @@ export declare const channelContract: {
166
166
  integrationId: z.ZodString;
167
167
  accessToken: z.ZodString;
168
168
  }, "strip", z.ZodTypeAny, {
169
- id: string;
170
169
  name: string;
170
+ id: string;
171
171
  accessToken: string;
172
172
  botId: string;
173
173
  integrationId: string;
174
174
  }, {
175
- id: string;
176
175
  name: string;
176
+ id: string;
177
177
  accessToken: string;
178
178
  botId: string;
179
179
  integrationId: string;
@@ -296,9 +296,9 @@ export declare const channelContract: {
296
296
  telephonySignature: string | null;
297
297
  }>;
298
298
  }, "strip", z.ZodTypeAny, {
299
+ name: string;
299
300
  id: string;
300
301
  address: string | null;
301
- name: string;
302
302
  email: string;
303
303
  createdAt: Date;
304
304
  updatedAt: Date;
@@ -339,9 +339,9 @@ export declare const channelContract: {
339
339
  telephonySignature: string | null;
340
340
  };
341
341
  }, {
342
+ name: string;
342
343
  id: string;
343
344
  address: string | null;
344
- name: string;
345
345
  email: string;
346
346
  createdAt: Date;
347
347
  updatedAt: Date;
@@ -383,12 +383,12 @@ export declare const channelContract: {
383
383
  };
384
384
  }>;
385
385
  }, "strip", z.ZodTypeAny, {
386
+ name: string;
386
387
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
387
388
  id: string;
388
- name: string;
389
389
  metadata: {
390
- id: string;
391
390
  name: string;
391
+ id: string;
392
392
  accessToken?: string | undefined;
393
393
  channelSecret?: string | undefined;
394
394
  additionalCredentials?: any;
@@ -421,9 +421,9 @@ export declare const channelContract: {
421
421
  updatedAt: Date;
422
422
  deletedAt: Date | null;
423
423
  actor: {
424
+ name: string;
424
425
  id: string;
425
426
  address: string | null;
426
- name: string;
427
427
  email: string;
428
428
  createdAt: Date;
429
429
  updatedAt: Date;
@@ -470,19 +470,19 @@ export declare const channelContract: {
470
470
  connectedUserName: string;
471
471
  connectedUserId: string;
472
472
  botpressBot: {
473
- id: string;
474
473
  name: string;
474
+ id: string;
475
475
  accessToken: string;
476
476
  botId: string;
477
477
  integrationId: string;
478
478
  } | null;
479
479
  }, {
480
+ name: string;
480
481
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
481
482
  id: string;
482
- name: string;
483
483
  metadata: {
484
- id: string;
485
484
  name: string;
485
+ id: string;
486
486
  accessToken?: string | undefined;
487
487
  channelSecret?: string | undefined;
488
488
  additionalCredentials?: any;
@@ -515,9 +515,9 @@ export declare const channelContract: {
515
515
  updatedAt: Date;
516
516
  deletedAt: Date | null;
517
517
  actor: {
518
+ name: string;
518
519
  id: string;
519
520
  address: string | null;
520
- name: string;
521
521
  email: string;
522
522
  createdAt: Date;
523
523
  updatedAt: Date;
@@ -564,8 +564,8 @@ export declare const channelContract: {
564
564
  connectedUserName: string;
565
565
  connectedUserId: string;
566
566
  botpressBot: {
567
- id: string;
568
567
  name: string;
568
+ id: string;
569
569
  accessToken: string;
570
570
  botId: string;
571
571
  integrationId: string;
@@ -573,12 +573,12 @@ export declare const channelContract: {
573
573
  }>, "many">;
574
574
  }, "strip", z.ZodTypeAny, {
575
575
  data: {
576
+ name: string;
576
577
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
577
578
  id: string;
578
- name: string;
579
579
  metadata: {
580
- id: string;
581
580
  name: string;
581
+ id: string;
582
582
  accessToken?: string | undefined;
583
583
  channelSecret?: string | undefined;
584
584
  additionalCredentials?: any;
@@ -611,9 +611,9 @@ export declare const channelContract: {
611
611
  updatedAt: Date;
612
612
  deletedAt: Date | null;
613
613
  actor: {
614
+ name: string;
614
615
  id: string;
615
616
  address: string | null;
616
- name: string;
617
617
  email: string;
618
618
  createdAt: Date;
619
619
  updatedAt: Date;
@@ -660,8 +660,8 @@ export declare const channelContract: {
660
660
  connectedUserName: string;
661
661
  connectedUserId: string;
662
662
  botpressBot: {
663
- id: string;
664
663
  name: string;
664
+ id: string;
665
665
  accessToken: string;
666
666
  botId: string;
667
667
  integrationId: string;
@@ -670,12 +670,12 @@ export declare const channelContract: {
670
670
  requestId: string;
671
671
  }, {
672
672
  data: {
673
+ name: string;
673
674
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
674
675
  id: string;
675
- name: string;
676
676
  metadata: {
677
- id: string;
678
677
  name: string;
678
+ id: string;
679
679
  accessToken?: string | undefined;
680
680
  channelSecret?: string | undefined;
681
681
  additionalCredentials?: any;
@@ -708,9 +708,9 @@ export declare const channelContract: {
708
708
  updatedAt: Date;
709
709
  deletedAt: Date | null;
710
710
  actor: {
711
+ name: string;
711
712
  id: string;
712
713
  address: string | null;
713
- name: string;
714
714
  email: string;
715
715
  createdAt: Date;
716
716
  updatedAt: Date;
@@ -757,8 +757,8 @@ export declare const channelContract: {
757
757
  connectedUserName: string;
758
758
  connectedUserId: string;
759
759
  botpressBot: {
760
- id: string;
761
760
  name: string;
761
+ id: string;
762
762
  accessToken: string;
763
763
  botId: string;
764
764
  integrationId: string;
@@ -800,8 +800,8 @@ export declare const channelContract: {
800
800
  200: z.ZodObject<{
801
801
  requestId: z.ZodString;
802
802
  channel: z.ZodObject<{
803
- type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
804
803
  name: z.ZodString;
804
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
805
805
  metadata: z.ZodObject<{
806
806
  id: z.ZodString;
807
807
  name: z.ZodString;
@@ -866,8 +866,8 @@ export declare const channelContract: {
866
866
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
867
867
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
868
868
  }, "strip", z.ZodTypeAny, {
869
- id: string;
870
869
  name: string;
870
+ id: string;
871
871
  accessToken?: string | undefined;
872
872
  channelSecret?: string | undefined;
873
873
  additionalCredentials?: any;
@@ -895,8 +895,8 @@ export declare const channelContract: {
895
895
  messengerIntegrationType?: "own" | "business" | undefined;
896
896
  facebookFeedIntegrationType?: "own" | "business" | undefined;
897
897
  }, {
898
- id: string;
899
898
  name: string;
899
+ id: string;
900
900
  accessToken?: string | undefined;
901
901
  channelSecret?: string | undefined;
902
902
  additionalCredentials?: any;
@@ -932,15 +932,15 @@ export declare const channelContract: {
932
932
  address: z.ZodNullable<z.ZodString>;
933
933
  phone: z.ZodNullable<z.ZodString>;
934
934
  }, "strip", z.ZodTypeAny, {
935
+ name: string;
935
936
  id: string;
936
937
  address: string | null;
937
- name: string;
938
938
  email: string;
939
939
  phone: string | null;
940
940
  }, {
941
+ name: string;
941
942
  id: string;
942
943
  address: string | null;
943
- name: string;
944
944
  email: string;
945
945
  phone: string | null;
946
946
  }>>;
@@ -955,12 +955,12 @@ export declare const channelContract: {
955
955
  deletedAt: z.ZodNullable<z.ZodString>;
956
956
  isReloginRequired: z.ZodBoolean;
957
957
  }, "strip", z.ZodTypeAny, {
958
+ name: string;
958
959
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
959
960
  id: string;
960
- name: string;
961
961
  metadata: {
962
- id: string;
963
962
  name: string;
963
+ id: string;
964
964
  accessToken?: string | undefined;
965
965
  channelSecret?: string | undefined;
966
966
  additionalCredentials?: any;
@@ -996,9 +996,9 @@ export declare const channelContract: {
996
996
  platformId: string;
997
997
  isReloginRequired: boolean;
998
998
  actor?: {
999
+ name: string;
999
1000
  id: string;
1000
1001
  address: string | null;
1001
- name: string;
1002
1002
  email: string;
1003
1003
  phone: string | null;
1004
1004
  } | undefined;
@@ -1006,12 +1006,12 @@ export declare const channelContract: {
1006
1006
  connectedUserName?: string | null | undefined;
1007
1007
  connectedUserId?: string | null | undefined;
1008
1008
  }, {
1009
+ name: string;
1009
1010
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1010
1011
  id: string;
1011
- name: string;
1012
1012
  metadata: {
1013
- id: string;
1014
1013
  name: string;
1014
+ id: string;
1015
1015
  accessToken?: string | undefined;
1016
1016
  channelSecret?: string | undefined;
1017
1017
  additionalCredentials?: any;
@@ -1047,9 +1047,9 @@ export declare const channelContract: {
1047
1047
  platformId: string;
1048
1048
  isReloginRequired: boolean;
1049
1049
  actor?: {
1050
+ name: string;
1050
1051
  id: string;
1051
1052
  address: string | null;
1052
- name: string;
1053
1053
  email: string;
1054
1054
  phone: string | null;
1055
1055
  } | undefined;
@@ -1059,12 +1059,12 @@ export declare const channelContract: {
1059
1059
  }>;
1060
1060
  }, "strip", z.ZodTypeAny, {
1061
1061
  channel: {
1062
+ name: string;
1062
1063
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1063
1064
  id: string;
1064
- name: string;
1065
1065
  metadata: {
1066
- id: string;
1067
1066
  name: string;
1067
+ id: string;
1068
1068
  accessToken?: string | undefined;
1069
1069
  channelSecret?: string | undefined;
1070
1070
  additionalCredentials?: any;
@@ -1100,9 +1100,9 @@ export declare const channelContract: {
1100
1100
  platformId: string;
1101
1101
  isReloginRequired: boolean;
1102
1102
  actor?: {
1103
+ name: string;
1103
1104
  id: string;
1104
1105
  address: string | null;
1105
- name: string;
1106
1106
  email: string;
1107
1107
  phone: string | null;
1108
1108
  } | undefined;
@@ -1113,12 +1113,12 @@ export declare const channelContract: {
1113
1113
  requestId: string;
1114
1114
  }, {
1115
1115
  channel: {
1116
+ name: string;
1116
1117
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1117
1118
  id: string;
1118
- name: string;
1119
1119
  metadata: {
1120
- id: string;
1121
1120
  name: string;
1121
+ id: string;
1122
1122
  accessToken?: string | undefined;
1123
1123
  channelSecret?: string | undefined;
1124
1124
  additionalCredentials?: any;
@@ -1154,9 +1154,9 @@ export declare const channelContract: {
1154
1154
  platformId: string;
1155
1155
  isReloginRequired: boolean;
1156
1156
  actor?: {
1157
+ name: string;
1157
1158
  id: string;
1158
1159
  address: string | null;
1159
- name: string;
1160
1160
  email: string;
1161
1161
  phone: string | null;
1162
1162
  } | undefined;
@@ -1280,8 +1280,8 @@ export declare const channelContract: {
1280
1280
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1281
1281
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1282
1282
  }, "strip", z.ZodTypeAny, {
1283
- id: string;
1284
1283
  name: string;
1284
+ id: string;
1285
1285
  accessToken?: string | undefined;
1286
1286
  channelSecret?: string | undefined;
1287
1287
  additionalCredentials?: any;
@@ -1309,8 +1309,8 @@ export declare const channelContract: {
1309
1309
  messengerIntegrationType?: "own" | "business" | undefined;
1310
1310
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1311
1311
  }, {
1312
- id: string;
1313
1312
  name: string;
1313
+ id: string;
1314
1314
  accessToken?: string | undefined;
1315
1315
  channelSecret?: string | undefined;
1316
1316
  additionalCredentials?: any;
@@ -1351,14 +1351,14 @@ export declare const channelContract: {
1351
1351
  integrationId: z.ZodString;
1352
1352
  accessToken: z.ZodString;
1353
1353
  }, "strip", z.ZodTypeAny, {
1354
- id: string;
1355
1354
  name: string;
1355
+ id: string;
1356
1356
  accessToken: string;
1357
1357
  botId: string;
1358
1358
  integrationId: string;
1359
1359
  }, {
1360
- id: string;
1361
1360
  name: string;
1361
+ id: string;
1362
1362
  accessToken: string;
1363
1363
  botId: string;
1364
1364
  integrationId: string;
@@ -1481,9 +1481,9 @@ export declare const channelContract: {
1481
1481
  telephonySignature: string | null;
1482
1482
  }>;
1483
1483
  }, "strip", z.ZodTypeAny, {
1484
+ name: string;
1484
1485
  id: string;
1485
1486
  address: string | null;
1486
- name: string;
1487
1487
  email: string;
1488
1488
  createdAt: Date;
1489
1489
  updatedAt: Date;
@@ -1524,9 +1524,9 @@ export declare const channelContract: {
1524
1524
  telephonySignature: string | null;
1525
1525
  };
1526
1526
  }, {
1527
+ name: string;
1527
1528
  id: string;
1528
1529
  address: string | null;
1529
- name: string;
1530
1530
  email: string;
1531
1531
  createdAt: Date;
1532
1532
  updatedAt: Date;
@@ -1568,12 +1568,12 @@ export declare const channelContract: {
1568
1568
  };
1569
1569
  }>;
1570
1570
  }, "strip", z.ZodTypeAny, {
1571
+ name: string;
1571
1572
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1572
1573
  id: string;
1573
- name: string;
1574
1574
  metadata: {
1575
- id: string;
1576
1575
  name: string;
1576
+ id: string;
1577
1577
  accessToken?: string | undefined;
1578
1578
  channelSecret?: string | undefined;
1579
1579
  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;
1609
1610
  id: string;
1610
1611
  address: string | null;
1611
- name: string;
1612
1612
  email: string;
1613
1613
  createdAt: Date;
1614
1614
  updatedAt: Date;
@@ -1655,19 +1655,19 @@ export declare const channelContract: {
1655
1655
  connectedUserName: string;
1656
1656
  connectedUserId: string;
1657
1657
  botpressBot: {
1658
- id: string;
1659
1658
  name: string;
1659
+ id: string;
1660
1660
  accessToken: string;
1661
1661
  botId: string;
1662
1662
  integrationId: string;
1663
1663
  } | null;
1664
1664
  }, {
1665
+ name: string;
1665
1666
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1666
1667
  id: string;
1667
- name: string;
1668
1668
  metadata: {
1669
- id: string;
1670
1669
  name: string;
1670
+ id: string;
1671
1671
  accessToken?: string | undefined;
1672
1672
  channelSecret?: string | undefined;
1673
1673
  additionalCredentials?: any;
@@ -1700,9 +1700,9 @@ export declare const channelContract: {
1700
1700
  updatedAt: Date;
1701
1701
  deletedAt: Date | null;
1702
1702
  actor: {
1703
+ name: string;
1703
1704
  id: string;
1704
1705
  address: string | null;
1705
- name: string;
1706
1706
  email: string;
1707
1707
  createdAt: Date;
1708
1708
  updatedAt: Date;
@@ -1749,8 +1749,8 @@ export declare const channelContract: {
1749
1749
  connectedUserName: string;
1750
1750
  connectedUserId: string;
1751
1751
  botpressBot: {
1752
- id: string;
1753
1752
  name: string;
1753
+ id: string;
1754
1754
  accessToken: string;
1755
1755
  botId: string;
1756
1756
  integrationId: string;
@@ -1758,12 +1758,12 @@ export declare const channelContract: {
1758
1758
  }>;
1759
1759
  }, "strip", z.ZodTypeAny, {
1760
1760
  channel: {
1761
+ name: string;
1761
1762
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1762
1763
  id: string;
1763
- name: string;
1764
1764
  metadata: {
1765
- id: string;
1766
1765
  name: string;
1766
+ id: string;
1767
1767
  accessToken?: string | undefined;
1768
1768
  channelSecret?: string | undefined;
1769
1769
  additionalCredentials?: any;
@@ -1796,9 +1796,9 @@ export declare const channelContract: {
1796
1796
  updatedAt: Date;
1797
1797
  deletedAt: Date | null;
1798
1798
  actor: {
1799
+ name: string;
1799
1800
  id: string;
1800
1801
  address: string | null;
1801
- name: string;
1802
1802
  email: string;
1803
1803
  createdAt: Date;
1804
1804
  updatedAt: Date;
@@ -1845,8 +1845,8 @@ export declare const channelContract: {
1845
1845
  connectedUserName: string;
1846
1846
  connectedUserId: string;
1847
1847
  botpressBot: {
1848
- id: string;
1849
1848
  name: string;
1849
+ id: string;
1850
1850
  accessToken: string;
1851
1851
  botId: string;
1852
1852
  integrationId: string;
@@ -1855,12 +1855,12 @@ export declare const channelContract: {
1855
1855
  requestId: string;
1856
1856
  }, {
1857
1857
  channel: {
1858
+ name: string;
1858
1859
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1859
1860
  id: string;
1860
- name: string;
1861
1861
  metadata: {
1862
- id: string;
1863
1862
  name: string;
1863
+ id: string;
1864
1864
  accessToken?: string | undefined;
1865
1865
  channelSecret?: string | undefined;
1866
1866
  additionalCredentials?: any;
@@ -1893,9 +1893,9 @@ export declare const channelContract: {
1893
1893
  updatedAt: Date;
1894
1894
  deletedAt: Date | null;
1895
1895
  actor: {
1896
+ name: string;
1896
1897
  id: string;
1897
1898
  address: string | null;
1898
- name: string;
1899
1899
  email: string;
1900
1900
  createdAt: Date;
1901
1901
  updatedAt: Date;
@@ -1942,8 +1942,8 @@ export declare const channelContract: {
1942
1942
  connectedUserName: string;
1943
1943
  connectedUserId: string;
1944
1944
  botpressBot: {
1945
- id: string;
1946
1945
  name: string;
1946
+ id: string;
1947
1947
  accessToken: string;
1948
1948
  botId: string;
1949
1949
  integrationId: string;
@@ -2071,8 +2071,8 @@ export declare const channelContract: {
2071
2071
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2072
2072
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2073
2073
  }, "strip", z.ZodTypeAny, {
2074
- id: string;
2075
2074
  name: string;
2075
+ id: string;
2076
2076
  accessToken?: string | undefined;
2077
2077
  channelSecret?: string | undefined;
2078
2078
  additionalCredentials?: any;
@@ -2100,8 +2100,8 @@ export declare const channelContract: {
2100
2100
  messengerIntegrationType?: "own" | "business" | undefined;
2101
2101
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2102
2102
  }, {
2103
- id: string;
2104
2103
  name: string;
2104
+ id: string;
2105
2105
  accessToken?: string | undefined;
2106
2106
  channelSecret?: string | undefined;
2107
2107
  additionalCredentials?: any;
@@ -2142,14 +2142,14 @@ export declare const channelContract: {
2142
2142
  integrationId: z.ZodString;
2143
2143
  accessToken: z.ZodString;
2144
2144
  }, "strip", z.ZodTypeAny, {
2145
- id: string;
2146
2145
  name: string;
2146
+ id: string;
2147
2147
  accessToken: string;
2148
2148
  botId: string;
2149
2149
  integrationId: string;
2150
2150
  }, {
2151
- id: string;
2152
2151
  name: string;
2152
+ id: string;
2153
2153
  accessToken: string;
2154
2154
  botId: string;
2155
2155
  integrationId: string;
@@ -2272,9 +2272,9 @@ export declare const channelContract: {
2272
2272
  telephonySignature: string | null;
2273
2273
  }>;
2274
2274
  }, "strip", z.ZodTypeAny, {
2275
+ name: string;
2275
2276
  id: string;
2276
2277
  address: string | null;
2277
- name: string;
2278
2278
  email: string;
2279
2279
  createdAt: Date;
2280
2280
  updatedAt: Date;
@@ -2315,9 +2315,9 @@ export declare const channelContract: {
2315
2315
  telephonySignature: string | null;
2316
2316
  };
2317
2317
  }, {
2318
+ name: string;
2318
2319
  id: string;
2319
2320
  address: string | null;
2320
- name: string;
2321
2321
  email: string;
2322
2322
  createdAt: Date;
2323
2323
  updatedAt: Date;
@@ -2359,12 +2359,12 @@ export declare const channelContract: {
2359
2359
  };
2360
2360
  }>;
2361
2361
  }, "strip", z.ZodTypeAny, {
2362
+ name: string;
2362
2363
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2363
2364
  id: string;
2364
- name: string;
2365
2365
  metadata: {
2366
- id: string;
2367
2366
  name: string;
2367
+ id: string;
2368
2368
  accessToken?: string | undefined;
2369
2369
  channelSecret?: string | undefined;
2370
2370
  additionalCredentials?: any;
@@ -2397,9 +2397,9 @@ export declare const channelContract: {
2397
2397
  updatedAt: Date;
2398
2398
  deletedAt: Date | null;
2399
2399
  actor: {
2400
+ name: string;
2400
2401
  id: string;
2401
2402
  address: string | null;
2402
- name: string;
2403
2403
  email: string;
2404
2404
  createdAt: Date;
2405
2405
  updatedAt: Date;
@@ -2446,19 +2446,19 @@ export declare const channelContract: {
2446
2446
  connectedUserName: string;
2447
2447
  connectedUserId: string;
2448
2448
  botpressBot: {
2449
- id: string;
2450
2449
  name: string;
2450
+ id: string;
2451
2451
  accessToken: string;
2452
2452
  botId: string;
2453
2453
  integrationId: string;
2454
2454
  } | null;
2455
2455
  }, {
2456
+ name: string;
2456
2457
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2457
2458
  id: string;
2458
- name: string;
2459
2459
  metadata: {
2460
- id: string;
2461
2460
  name: string;
2461
+ id: string;
2462
2462
  accessToken?: string | undefined;
2463
2463
  channelSecret?: string | undefined;
2464
2464
  additionalCredentials?: any;
@@ -2491,9 +2491,9 @@ export declare const channelContract: {
2491
2491
  updatedAt: Date;
2492
2492
  deletedAt: Date | null;
2493
2493
  actor: {
2494
+ name: string;
2494
2495
  id: string;
2495
2496
  address: string | null;
2496
- name: string;
2497
2497
  email: string;
2498
2498
  createdAt: Date;
2499
2499
  updatedAt: Date;
@@ -2540,8 +2540,8 @@ export declare const channelContract: {
2540
2540
  connectedUserName: string;
2541
2541
  connectedUserId: string;
2542
2542
  botpressBot: {
2543
- id: string;
2544
2543
  name: string;
2544
+ id: string;
2545
2545
  accessToken: string;
2546
2546
  botId: string;
2547
2547
  integrationId: string;
@@ -2549,12 +2549,12 @@ export declare const channelContract: {
2549
2549
  }>;
2550
2550
  }, "strip", z.ZodTypeAny, {
2551
2551
  channel: {
2552
+ name: string;
2552
2553
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2553
2554
  id: string;
2554
- name: string;
2555
2555
  metadata: {
2556
- id: string;
2557
2556
  name: string;
2557
+ id: string;
2558
2558
  accessToken?: string | undefined;
2559
2559
  channelSecret?: string | undefined;
2560
2560
  additionalCredentials?: any;
@@ -2587,9 +2587,9 @@ export declare const channelContract: {
2587
2587
  updatedAt: Date;
2588
2588
  deletedAt: Date | null;
2589
2589
  actor: {
2590
+ name: string;
2590
2591
  id: string;
2591
2592
  address: string | null;
2592
- name: string;
2593
2593
  email: string;
2594
2594
  createdAt: Date;
2595
2595
  updatedAt: Date;
@@ -2636,8 +2636,8 @@ export declare const channelContract: {
2636
2636
  connectedUserName: string;
2637
2637
  connectedUserId: string;
2638
2638
  botpressBot: {
2639
- id: string;
2640
2639
  name: string;
2640
+ id: string;
2641
2641
  accessToken: string;
2642
2642
  botId: string;
2643
2643
  integrationId: string;
@@ -2646,12 +2646,12 @@ export declare const channelContract: {
2646
2646
  requestId: string;
2647
2647
  }, {
2648
2648
  channel: {
2649
+ name: string;
2649
2650
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2650
2651
  id: string;
2651
- name: string;
2652
2652
  metadata: {
2653
- id: string;
2654
2653
  name: string;
2654
+ id: string;
2655
2655
  accessToken?: string | undefined;
2656
2656
  channelSecret?: string | undefined;
2657
2657
  additionalCredentials?: any;
@@ -2684,9 +2684,9 @@ export declare const channelContract: {
2684
2684
  updatedAt: Date;
2685
2685
  deletedAt: Date | null;
2686
2686
  actor: {
2687
+ name: string;
2687
2688
  id: string;
2688
2689
  address: string | null;
2689
- name: string;
2690
2690
  email: string;
2691
2691
  createdAt: Date;
2692
2692
  updatedAt: Date;
@@ -2733,8 +2733,8 @@ export declare const channelContract: {
2733
2733
  connectedUserName: string;
2734
2734
  connectedUserId: string;
2735
2735
  botpressBot: {
2736
- id: string;
2737
2736
  name: string;
2737
+ id: string;
2738
2738
  accessToken: string;
2739
2739
  botId: string;
2740
2740
  integrationId: string;
@@ -2856,8 +2856,8 @@ export declare const channelContract: {
2856
2856
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2857
2857
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2858
2858
  }, "strip", z.ZodTypeAny, {
2859
- id: string;
2860
2859
  name: string;
2860
+ id: string;
2861
2861
  accessToken?: string | undefined;
2862
2862
  channelSecret?: string | undefined;
2863
2863
  additionalCredentials?: any;
@@ -2885,8 +2885,8 @@ export declare const channelContract: {
2885
2885
  messengerIntegrationType?: "own" | "business" | undefined;
2886
2886
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2887
2887
  }, {
2888
- id: string;
2889
2888
  name: string;
2889
+ id: string;
2890
2890
  accessToken?: string | undefined;
2891
2891
  channelSecret?: string | undefined;
2892
2892
  additionalCredentials?: any;
@@ -2927,14 +2927,14 @@ export declare const channelContract: {
2927
2927
  integrationId: z.ZodString;
2928
2928
  accessToken: z.ZodString;
2929
2929
  }, "strip", z.ZodTypeAny, {
2930
- id: string;
2931
2930
  name: string;
2931
+ id: string;
2932
2932
  accessToken: string;
2933
2933
  botId: string;
2934
2934
  integrationId: string;
2935
2935
  }, {
2936
- id: string;
2937
2936
  name: string;
2937
+ id: string;
2938
2938
  accessToken: string;
2939
2939
  botId: string;
2940
2940
  integrationId: string;
@@ -3057,9 +3057,9 @@ export declare const channelContract: {
3057
3057
  telephonySignature: string | null;
3058
3058
  }>;
3059
3059
  }, "strip", z.ZodTypeAny, {
3060
+ name: string;
3060
3061
  id: string;
3061
3062
  address: string | null;
3062
- name: string;
3063
3063
  email: string;
3064
3064
  createdAt: Date;
3065
3065
  updatedAt: Date;
@@ -3100,9 +3100,9 @@ export declare const channelContract: {
3100
3100
  telephonySignature: string | null;
3101
3101
  };
3102
3102
  }, {
3103
+ name: string;
3103
3104
  id: string;
3104
3105
  address: string | null;
3105
- name: string;
3106
3106
  email: string;
3107
3107
  createdAt: Date;
3108
3108
  updatedAt: Date;
@@ -3144,12 +3144,12 @@ export declare const channelContract: {
3144
3144
  };
3145
3145
  }>;
3146
3146
  }, "strip", z.ZodTypeAny, {
3147
+ name: string;
3147
3148
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3148
3149
  id: string;
3149
- name: string;
3150
3150
  metadata: {
3151
- id: string;
3152
3151
  name: string;
3152
+ id: string;
3153
3153
  accessToken?: string | undefined;
3154
3154
  channelSecret?: string | undefined;
3155
3155
  additionalCredentials?: any;
@@ -3182,9 +3182,9 @@ export declare const channelContract: {
3182
3182
  updatedAt: Date;
3183
3183
  deletedAt: Date | null;
3184
3184
  actor: {
3185
+ name: string;
3185
3186
  id: string;
3186
3187
  address: string | null;
3187
- name: string;
3188
3188
  email: string;
3189
3189
  createdAt: Date;
3190
3190
  updatedAt: Date;
@@ -3231,19 +3231,19 @@ export declare const channelContract: {
3231
3231
  connectedUserName: string;
3232
3232
  connectedUserId: string;
3233
3233
  botpressBot: {
3234
- id: string;
3235
3234
  name: string;
3235
+ id: string;
3236
3236
  accessToken: string;
3237
3237
  botId: string;
3238
3238
  integrationId: string;
3239
3239
  } | null;
3240
3240
  }, {
3241
+ name: string;
3241
3242
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3242
3243
  id: string;
3243
- name: string;
3244
3244
  metadata: {
3245
- id: string;
3246
3245
  name: string;
3246
+ id: string;
3247
3247
  accessToken?: string | undefined;
3248
3248
  channelSecret?: string | undefined;
3249
3249
  additionalCredentials?: any;
@@ -3276,9 +3276,9 @@ export declare const channelContract: {
3276
3276
  updatedAt: Date;
3277
3277
  deletedAt: Date | null;
3278
3278
  actor: {
3279
+ name: string;
3279
3280
  id: string;
3280
3281
  address: string | null;
3281
- name: string;
3282
3282
  email: string;
3283
3283
  createdAt: Date;
3284
3284
  updatedAt: Date;
@@ -3325,8 +3325,8 @@ export declare const channelContract: {
3325
3325
  connectedUserName: string;
3326
3326
  connectedUserId: string;
3327
3327
  botpressBot: {
3328
- id: string;
3329
3328
  name: string;
3329
+ id: string;
3330
3330
  accessToken: string;
3331
3331
  botId: string;
3332
3332
  integrationId: string;
@@ -3334,12 +3334,12 @@ export declare const channelContract: {
3334
3334
  }>;
3335
3335
  }, "strip", z.ZodTypeAny, {
3336
3336
  channel: {
3337
+ name: string;
3337
3338
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3338
3339
  id: string;
3339
- name: string;
3340
3340
  metadata: {
3341
- id: string;
3342
3341
  name: string;
3342
+ id: string;
3343
3343
  accessToken?: string | undefined;
3344
3344
  channelSecret?: string | undefined;
3345
3345
  additionalCredentials?: any;
@@ -3372,9 +3372,9 @@ export declare const channelContract: {
3372
3372
  updatedAt: Date;
3373
3373
  deletedAt: Date | null;
3374
3374
  actor: {
3375
+ name: string;
3375
3376
  id: string;
3376
3377
  address: string | null;
3377
- name: string;
3378
3378
  email: string;
3379
3379
  createdAt: Date;
3380
3380
  updatedAt: Date;
@@ -3421,8 +3421,8 @@ export declare const channelContract: {
3421
3421
  connectedUserName: string;
3422
3422
  connectedUserId: string;
3423
3423
  botpressBot: {
3424
- id: string;
3425
3424
  name: string;
3425
+ id: string;
3426
3426
  accessToken: string;
3427
3427
  botId: string;
3428
3428
  integrationId: string;
@@ -3431,12 +3431,12 @@ export declare const channelContract: {
3431
3431
  requestId: string;
3432
3432
  }, {
3433
3433
  channel: {
3434
+ name: string;
3434
3435
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3435
3436
  id: string;
3436
- name: string;
3437
3437
  metadata: {
3438
- id: string;
3439
3438
  name: string;
3439
+ id: string;
3440
3440
  accessToken?: string | undefined;
3441
3441
  channelSecret?: string | undefined;
3442
3442
  additionalCredentials?: any;
@@ -3469,9 +3469,9 @@ export declare const channelContract: {
3469
3469
  updatedAt: Date;
3470
3470
  deletedAt: Date | null;
3471
3471
  actor: {
3472
+ name: string;
3472
3473
  id: string;
3473
3474
  address: string | null;
3474
- name: string;
3475
3475
  email: string;
3476
3476
  createdAt: Date;
3477
3477
  updatedAt: Date;
@@ -3518,8 +3518,8 @@ export declare const channelContract: {
3518
3518
  connectedUserName: string;
3519
3519
  connectedUserId: string;
3520
3520
  botpressBot: {
3521
- id: string;
3522
3521
  name: string;
3522
+ id: string;
3523
3523
  accessToken: string;
3524
3524
  botId: string;
3525
3525
  integrationId: string;
@@ -3624,8 +3624,8 @@ export declare const channelContract: {
3624
3624
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3625
3625
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3626
3626
  }, "strip", z.ZodTypeAny, {
3627
- id: string;
3628
3627
  name: string;
3628
+ id: string;
3629
3629
  accessToken?: string | undefined;
3630
3630
  channelSecret?: string | undefined;
3631
3631
  additionalCredentials?: any;
@@ -3653,8 +3653,8 @@ export declare const channelContract: {
3653
3653
  messengerIntegrationType?: "own" | "business" | undefined;
3654
3654
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3655
3655
  }, {
3656
- id: string;
3657
3656
  name: string;
3657
+ id: string;
3658
3658
  accessToken?: string | undefined;
3659
3659
  channelSecret?: string | undefined;
3660
3660
  additionalCredentials?: any;
@@ -3686,11 +3686,11 @@ export declare const channelContract: {
3686
3686
  connectedUserId: z.ZodString;
3687
3687
  connectedUserName: z.ZodOptional<z.ZodString>;
3688
3688
  }, "strip", z.ZodTypeAny, {
3689
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3690
3689
  name: string;
3690
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3691
3691
  metadata: {
3692
- id: string;
3693
3692
  name: string;
3693
+ id: string;
3694
3694
  accessToken?: string | undefined;
3695
3695
  channelSecret?: string | undefined;
3696
3696
  additionalCredentials?: any;
@@ -3722,11 +3722,11 @@ export declare const channelContract: {
3722
3722
  connectedUserId: string;
3723
3723
  connectedUserName?: string | undefined;
3724
3724
  }, {
3725
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3726
3725
  name: string;
3726
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3727
3727
  metadata: {
3728
- id: string;
3729
3728
  name: string;
3729
+ id: string;
3730
3730
  accessToken?: string | undefined;
3731
3731
  channelSecret?: string | undefined;
3732
3732
  additionalCredentials?: any;
@@ -3834,8 +3834,8 @@ export declare const channelContract: {
3834
3834
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3835
3835
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3836
3836
  }, "strip", z.ZodTypeAny, {
3837
- id: string;
3838
3837
  name: string;
3838
+ id: string;
3839
3839
  accessToken?: string | undefined;
3840
3840
  channelSecret?: string | undefined;
3841
3841
  additionalCredentials?: any;
@@ -3863,8 +3863,8 @@ export declare const channelContract: {
3863
3863
  messengerIntegrationType?: "own" | "business" | undefined;
3864
3864
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3865
3865
  }, {
3866
- id: string;
3867
3866
  name: string;
3867
+ id: string;
3868
3868
  accessToken?: string | undefined;
3869
3869
  channelSecret?: string | undefined;
3870
3870
  additionalCredentials?: any;
@@ -3905,14 +3905,14 @@ export declare const channelContract: {
3905
3905
  integrationId: z.ZodString;
3906
3906
  accessToken: z.ZodString;
3907
3907
  }, "strip", z.ZodTypeAny, {
3908
- id: string;
3909
3908
  name: string;
3909
+ id: string;
3910
3910
  accessToken: string;
3911
3911
  botId: string;
3912
3912
  integrationId: string;
3913
3913
  }, {
3914
- id: string;
3915
3914
  name: string;
3915
+ id: string;
3916
3916
  accessToken: string;
3917
3917
  botId: string;
3918
3918
  integrationId: string;
@@ -4035,9 +4035,9 @@ export declare const channelContract: {
4035
4035
  telephonySignature: string | null;
4036
4036
  }>;
4037
4037
  }, "strip", z.ZodTypeAny, {
4038
+ name: string;
4038
4039
  id: string;
4039
4040
  address: string | null;
4040
- name: string;
4041
4041
  email: string;
4042
4042
  createdAt: Date;
4043
4043
  updatedAt: Date;
@@ -4078,9 +4078,9 @@ export declare const channelContract: {
4078
4078
  telephonySignature: string | null;
4079
4079
  };
4080
4080
  }, {
4081
+ name: string;
4081
4082
  id: string;
4082
4083
  address: string | null;
4083
- name: string;
4084
4084
  email: string;
4085
4085
  createdAt: Date;
4086
4086
  updatedAt: Date;
@@ -4122,12 +4122,12 @@ export declare const channelContract: {
4122
4122
  };
4123
4123
  }>;
4124
4124
  }, "strip", z.ZodTypeAny, {
4125
+ name: string;
4125
4126
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4126
4127
  id: string;
4127
- name: string;
4128
4128
  metadata: {
4129
- id: string;
4130
4129
  name: string;
4130
+ id: string;
4131
4131
  accessToken?: string | undefined;
4132
4132
  channelSecret?: string | undefined;
4133
4133
  additionalCredentials?: any;
@@ -4160,9 +4160,9 @@ export declare const channelContract: {
4160
4160
  updatedAt: Date;
4161
4161
  deletedAt: Date | null;
4162
4162
  actor: {
4163
+ name: string;
4163
4164
  id: string;
4164
4165
  address: string | null;
4165
- name: string;
4166
4166
  email: string;
4167
4167
  createdAt: Date;
4168
4168
  updatedAt: Date;
@@ -4209,19 +4209,19 @@ export declare const channelContract: {
4209
4209
  connectedUserName: string;
4210
4210
  connectedUserId: string;
4211
4211
  botpressBot: {
4212
- id: string;
4213
4212
  name: string;
4213
+ id: string;
4214
4214
  accessToken: string;
4215
4215
  botId: string;
4216
4216
  integrationId: string;
4217
4217
  } | null;
4218
4218
  }, {
4219
+ name: string;
4219
4220
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4220
4221
  id: string;
4221
- name: string;
4222
4222
  metadata: {
4223
- id: string;
4224
4223
  name: string;
4224
+ id: string;
4225
4225
  accessToken?: string | undefined;
4226
4226
  channelSecret?: string | undefined;
4227
4227
  additionalCredentials?: any;
@@ -4254,9 +4254,9 @@ export declare const channelContract: {
4254
4254
  updatedAt: Date;
4255
4255
  deletedAt: Date | null;
4256
4256
  actor: {
4257
+ name: string;
4257
4258
  id: string;
4258
4259
  address: string | null;
4259
- name: string;
4260
4260
  email: string;
4261
4261
  createdAt: Date;
4262
4262
  updatedAt: Date;
@@ -4303,8 +4303,8 @@ export declare const channelContract: {
4303
4303
  connectedUserName: string;
4304
4304
  connectedUserId: string;
4305
4305
  botpressBot: {
4306
- id: string;
4307
4306
  name: string;
4307
+ id: string;
4308
4308
  accessToken: string;
4309
4309
  botId: string;
4310
4310
  integrationId: string;
@@ -4312,12 +4312,12 @@ export declare const channelContract: {
4312
4312
  }>;
4313
4313
  }, "strip", z.ZodTypeAny, {
4314
4314
  channel: {
4315
+ name: string;
4315
4316
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4316
4317
  id: string;
4317
- name: string;
4318
4318
  metadata: {
4319
- id: string;
4320
4319
  name: string;
4320
+ id: string;
4321
4321
  accessToken?: string | undefined;
4322
4322
  channelSecret?: string | undefined;
4323
4323
  additionalCredentials?: any;
@@ -4350,9 +4350,9 @@ export declare const channelContract: {
4350
4350
  updatedAt: Date;
4351
4351
  deletedAt: Date | null;
4352
4352
  actor: {
4353
+ name: string;
4353
4354
  id: string;
4354
4355
  address: string | null;
4355
- name: string;
4356
4356
  email: string;
4357
4357
  createdAt: Date;
4358
4358
  updatedAt: Date;
@@ -4399,8 +4399,8 @@ export declare const channelContract: {
4399
4399
  connectedUserName: string;
4400
4400
  connectedUserId: string;
4401
4401
  botpressBot: {
4402
- id: string;
4403
4402
  name: string;
4403
+ id: string;
4404
4404
  accessToken: string;
4405
4405
  botId: string;
4406
4406
  integrationId: string;
@@ -4409,12 +4409,12 @@ export declare const channelContract: {
4409
4409
  requestId: string;
4410
4410
  }, {
4411
4411
  channel: {
4412
+ name: string;
4412
4413
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4413
4414
  id: string;
4414
- name: string;
4415
4415
  metadata: {
4416
- id: string;
4417
4416
  name: string;
4417
+ id: string;
4418
4418
  accessToken?: string | undefined;
4419
4419
  channelSecret?: string | undefined;
4420
4420
  additionalCredentials?: any;
@@ -4447,9 +4447,9 @@ export declare const channelContract: {
4447
4447
  updatedAt: Date;
4448
4448
  deletedAt: Date | null;
4449
4449
  actor: {
4450
+ name: string;
4450
4451
  id: string;
4451
4452
  address: string | null;
4452
- name: string;
4453
4453
  email: string;
4454
4454
  createdAt: Date;
4455
4455
  updatedAt: Date;
@@ -4496,8 +4496,8 @@ export declare const channelContract: {
4496
4496
  connectedUserName: string;
4497
4497
  connectedUserId: string;
4498
4498
  botpressBot: {
4499
- id: string;
4500
4499
  name: string;
4500
+ id: string;
4501
4501
  accessToken: string;
4502
4502
  botId: string;
4503
4503
  integrationId: string;
@@ -4669,11 +4669,11 @@ export declare const channelContract: {
4669
4669
  id: z.ZodString;
4670
4670
  name: z.ZodString;
4671
4671
  }, "strip", z.ZodTypeAny, {
4672
- id: string;
4673
4672
  name: string;
4674
- }, {
4675
4673
  id: string;
4674
+ }, {
4676
4675
  name: string;
4676
+ id: string;
4677
4677
  }>, "many">;
4678
4678
  id: z.ZodString;
4679
4679
  name: z.ZodString;
@@ -4696,8 +4696,8 @@ export declare const channelContract: {
4696
4696
  };
4697
4697
  }>;
4698
4698
  }, "strip", z.ZodTypeAny, {
4699
- id: string;
4700
4699
  name: string;
4700
+ id: string;
4701
4701
  picture: {
4702
4702
  data: {
4703
4703
  url: string;
@@ -4706,13 +4706,13 @@ export declare const channelContract: {
4706
4706
  category: string;
4707
4707
  access_token: string;
4708
4708
  category_list: {
4709
- id: string;
4710
4709
  name: string;
4710
+ id: string;
4711
4711
  }[];
4712
4712
  tasks: string[];
4713
4713
  }, {
4714
- id: string;
4715
4714
  name: string;
4715
+ id: string;
4716
4716
  picture: {
4717
4717
  data: {
4718
4718
  url: string;
@@ -4721,8 +4721,8 @@ export declare const channelContract: {
4721
4721
  category: string;
4722
4722
  access_token: string;
4723
4723
  category_list: {
4724
- id: string;
4725
4724
  name: string;
4725
+ id: string;
4726
4726
  }[];
4727
4727
  tasks: string[];
4728
4728
  }>, "many">;
@@ -4750,8 +4750,8 @@ export declare const channelContract: {
4750
4750
  }>>;
4751
4751
  }, "strip", z.ZodTypeAny, {
4752
4752
  data: {
4753
- id: string;
4754
4753
  name: string;
4754
+ id: string;
4755
4755
  picture: {
4756
4756
  data: {
4757
4757
  url: string;
@@ -4760,8 +4760,8 @@ export declare const channelContract: {
4760
4760
  category: string;
4761
4761
  access_token: string;
4762
4762
  category_list: {
4763
- id: string;
4764
4763
  name: string;
4764
+ id: string;
4765
4765
  }[];
4766
4766
  tasks: string[];
4767
4767
  }[];
@@ -4773,8 +4773,8 @@ export declare const channelContract: {
4773
4773
  } | undefined;
4774
4774
  }, {
4775
4775
  data: {
4776
- id: string;
4777
4776
  name: string;
4777
+ id: string;
4778
4778
  picture: {
4779
4779
  data: {
4780
4780
  url: string;
@@ -4783,8 +4783,8 @@ export declare const channelContract: {
4783
4783
  category: string;
4784
4784
  access_token: string;
4785
4785
  category_list: {
4786
- id: string;
4787
4786
  name: string;
4787
+ id: string;
4788
4788
  }[];
4789
4789
  tasks: string[];
4790
4790
  }[];
@@ -4798,8 +4798,8 @@ export declare const channelContract: {
4798
4798
  }, "strip", z.ZodTypeAny, {
4799
4799
  data: {
4800
4800
  data: {
4801
- id: string;
4802
4801
  name: string;
4802
+ id: string;
4803
4803
  picture: {
4804
4804
  data: {
4805
4805
  url: string;
@@ -4808,8 +4808,8 @@ export declare const channelContract: {
4808
4808
  category: string;
4809
4809
  access_token: string;
4810
4810
  category_list: {
4811
- id: string;
4812
4811
  name: string;
4812
+ id: string;
4813
4813
  }[];
4814
4814
  tasks: string[];
4815
4815
  }[];
@@ -4824,8 +4824,8 @@ export declare const channelContract: {
4824
4824
  }, {
4825
4825
  data: {
4826
4826
  data: {
4827
- id: string;
4828
4827
  name: string;
4828
+ id: string;
4829
4829
  picture: {
4830
4830
  data: {
4831
4831
  url: string;
@@ -4834,8 +4834,8 @@ export declare const channelContract: {
4834
4834
  category: string;
4835
4835
  access_token: string;
4836
4836
  category_list: {
4837
- id: string;
4838
4837
  name: string;
4838
+ id: string;
4839
4839
  }[];
4840
4840
  tasks: string[];
4841
4841
  }[];
@@ -4919,8 +4919,8 @@ export declare const channelContract: {
4919
4919
  };
4920
4920
  }>;
4921
4921
  }, "strip", z.ZodTypeAny, {
4922
- id: string;
4923
4922
  name: string;
4923
+ id: string;
4924
4924
  picture: {
4925
4925
  data: {
4926
4926
  url: string;
@@ -4928,8 +4928,8 @@ export declare const channelContract: {
4928
4928
  };
4929
4929
  access_token: string;
4930
4930
  }, {
4931
- id: string;
4932
4931
  name: string;
4932
+ id: string;
4933
4933
  picture: {
4934
4934
  data: {
4935
4935
  url: string;
@@ -4939,8 +4939,8 @@ export declare const channelContract: {
4939
4939
  }>, "many">;
4940
4940
  }, "strip", z.ZodTypeAny, {
4941
4941
  data: {
4942
- id: string;
4943
4942
  name: string;
4943
+ id: string;
4944
4944
  picture: {
4945
4945
  data: {
4946
4946
  url: string;
@@ -4950,8 +4950,8 @@ export declare const channelContract: {
4950
4950
  }[];
4951
4951
  }, {
4952
4952
  data: {
4953
- id: string;
4954
4953
  name: string;
4954
+ id: string;
4955
4955
  picture: {
4956
4956
  data: {
4957
4957
  url: string;
@@ -4983,8 +4983,8 @@ export declare const channelContract: {
4983
4983
  };
4984
4984
  }>;
4985
4985
  }, "strip", z.ZodTypeAny, {
4986
- id: string;
4987
4986
  name: string;
4987
+ id: string;
4988
4988
  picture: {
4989
4989
  data: {
4990
4990
  url: string;
@@ -4992,8 +4992,8 @@ export declare const channelContract: {
4992
4992
  };
4993
4993
  access_token: string;
4994
4994
  }, {
4995
- id: string;
4996
4995
  name: string;
4996
+ id: string;
4997
4997
  picture: {
4998
4998
  data: {
4999
4999
  url: string;
@@ -5003,8 +5003,8 @@ export declare const channelContract: {
5003
5003
  }>, "many">;
5004
5004
  }, "strip", z.ZodTypeAny, {
5005
5005
  data: {
5006
- id: string;
5007
5006
  name: string;
5007
+ id: string;
5008
5008
  picture: {
5009
5009
  data: {
5010
5010
  url: string;
@@ -5014,8 +5014,8 @@ export declare const channelContract: {
5014
5014
  }[];
5015
5015
  }, {
5016
5016
  data: {
5017
- id: string;
5018
5017
  name: string;
5018
+ id: string;
5019
5019
  picture: {
5020
5020
  data: {
5021
5021
  url: string;
@@ -5025,13 +5025,13 @@ export declare const channelContract: {
5025
5025
  }[];
5026
5026
  }>>;
5027
5027
  }, "strip", z.ZodTypeAny, {
5028
- id: string;
5029
5028
  name: string;
5029
+ id: string;
5030
5030
  profile_picture_uri: string;
5031
5031
  owned_pages?: {
5032
5032
  data: {
5033
- id: string;
5034
5033
  name: string;
5034
+ id: string;
5035
5035
  picture: {
5036
5036
  data: {
5037
5037
  url: string;
@@ -5042,8 +5042,8 @@ export declare const channelContract: {
5042
5042
  } | undefined;
5043
5043
  client_pages?: {
5044
5044
  data: {
5045
- id: string;
5046
5045
  name: string;
5046
+ id: string;
5047
5047
  picture: {
5048
5048
  data: {
5049
5049
  url: string;
@@ -5053,13 +5053,13 @@ export declare const channelContract: {
5053
5053
  }[];
5054
5054
  } | undefined;
5055
5055
  }, {
5056
- id: string;
5057
5056
  name: string;
5057
+ id: string;
5058
5058
  profile_picture_uri: string;
5059
5059
  owned_pages?: {
5060
5060
  data: {
5061
- id: string;
5062
5061
  name: string;
5062
+ id: string;
5063
5063
  picture: {
5064
5064
  data: {
5065
5065
  url: string;
@@ -5070,8 +5070,8 @@ export declare const channelContract: {
5070
5070
  } | undefined;
5071
5071
  client_pages?: {
5072
5072
  data: {
5073
- id: string;
5074
5073
  name: string;
5074
+ id: string;
5075
5075
  picture: {
5076
5076
  data: {
5077
5077
  url: string;
@@ -5083,13 +5083,13 @@ export declare const channelContract: {
5083
5083
  }>, "many">;
5084
5084
  }, "strip", z.ZodTypeAny, {
5085
5085
  data: {
5086
- id: string;
5087
5086
  name: string;
5087
+ id: string;
5088
5088
  profile_picture_uri: string;
5089
5089
  owned_pages?: {
5090
5090
  data: {
5091
- id: string;
5092
5091
  name: string;
5092
+ id: string;
5093
5093
  picture: {
5094
5094
  data: {
5095
5095
  url: string;
@@ -5100,8 +5100,8 @@ export declare const channelContract: {
5100
5100
  } | undefined;
5101
5101
  client_pages?: {
5102
5102
  data: {
5103
- id: string;
5104
5103
  name: string;
5104
+ id: string;
5105
5105
  picture: {
5106
5106
  data: {
5107
5107
  url: string;
@@ -5114,13 +5114,13 @@ export declare const channelContract: {
5114
5114
  requestId: string;
5115
5115
  }, {
5116
5116
  data: {
5117
- id: string;
5118
5117
  name: string;
5118
+ id: string;
5119
5119
  profile_picture_uri: string;
5120
5120
  owned_pages?: {
5121
5121
  data: {
5122
- id: string;
5123
5122
  name: string;
5123
+ id: string;
5124
5124
  picture: {
5125
5125
  data: {
5126
5126
  url: string;
@@ -5131,8 +5131,8 @@ export declare const channelContract: {
5131
5131
  } | undefined;
5132
5132
  client_pages?: {
5133
5133
  data: {
5134
- id: string;
5135
5134
  name: string;
5135
+ id: string;
5136
5136
  picture: {
5137
5137
  data: {
5138
5138
  url: string;
@@ -5215,8 +5215,8 @@ export declare const channelContract: {
5215
5215
  };
5216
5216
  }>;
5217
5217
  }, "strip", z.ZodTypeAny, {
5218
- id: string;
5219
5218
  name: string;
5219
+ id: string;
5220
5220
  picture: {
5221
5221
  data: {
5222
5222
  url: string;
@@ -5224,8 +5224,8 @@ export declare const channelContract: {
5224
5224
  };
5225
5225
  access_token: string;
5226
5226
  }, {
5227
- id: string;
5228
5227
  name: string;
5228
+ id: string;
5229
5229
  picture: {
5230
5230
  data: {
5231
5231
  url: string;
@@ -5235,8 +5235,8 @@ export declare const channelContract: {
5235
5235
  }>, "many">;
5236
5236
  }, "strip", z.ZodTypeAny, {
5237
5237
  data: {
5238
- id: string;
5239
5238
  name: string;
5239
+ id: string;
5240
5240
  picture: {
5241
5241
  data: {
5242
5242
  url: string;
@@ -5246,8 +5246,8 @@ export declare const channelContract: {
5246
5246
  }[];
5247
5247
  }, {
5248
5248
  data: {
5249
- id: string;
5250
5249
  name: string;
5250
+ id: string;
5251
5251
  picture: {
5252
5252
  data: {
5253
5253
  url: string;
@@ -5279,8 +5279,8 @@ export declare const channelContract: {
5279
5279
  };
5280
5280
  }>;
5281
5281
  }, "strip", z.ZodTypeAny, {
5282
- id: string;
5283
5282
  name: string;
5283
+ id: string;
5284
5284
  picture: {
5285
5285
  data: {
5286
5286
  url: string;
@@ -5288,8 +5288,8 @@ export declare const channelContract: {
5288
5288
  };
5289
5289
  access_token: string;
5290
5290
  }, {
5291
- id: string;
5292
5291
  name: string;
5292
+ id: string;
5293
5293
  picture: {
5294
5294
  data: {
5295
5295
  url: string;
@@ -5299,8 +5299,8 @@ export declare const channelContract: {
5299
5299
  }>, "many">;
5300
5300
  }, "strip", z.ZodTypeAny, {
5301
5301
  data: {
5302
- id: string;
5303
5302
  name: string;
5303
+ id: string;
5304
5304
  picture: {
5305
5305
  data: {
5306
5306
  url: string;
@@ -5310,8 +5310,8 @@ export declare const channelContract: {
5310
5310
  }[];
5311
5311
  }, {
5312
5312
  data: {
5313
- id: string;
5314
5313
  name: string;
5314
+ id: string;
5315
5315
  picture: {
5316
5316
  data: {
5317
5317
  url: string;
@@ -5321,13 +5321,13 @@ export declare const channelContract: {
5321
5321
  }[];
5322
5322
  }>>;
5323
5323
  }, "strip", z.ZodTypeAny, {
5324
- id: string;
5325
5324
  name: string;
5325
+ id: string;
5326
5326
  profile_picture_uri: string;
5327
5327
  owned_pages?: {
5328
5328
  data: {
5329
- id: string;
5330
5329
  name: string;
5330
+ id: string;
5331
5331
  picture: {
5332
5332
  data: {
5333
5333
  url: string;
@@ -5338,8 +5338,8 @@ export declare const channelContract: {
5338
5338
  } | undefined;
5339
5339
  client_pages?: {
5340
5340
  data: {
5341
- id: string;
5342
5341
  name: string;
5342
+ id: string;
5343
5343
  picture: {
5344
5344
  data: {
5345
5345
  url: string;
@@ -5349,13 +5349,13 @@ export declare const channelContract: {
5349
5349
  }[];
5350
5350
  } | undefined;
5351
5351
  }, {
5352
- id: string;
5353
5352
  name: string;
5353
+ id: string;
5354
5354
  profile_picture_uri: string;
5355
5355
  owned_pages?: {
5356
5356
  data: {
5357
- id: string;
5358
5357
  name: string;
5358
+ id: string;
5359
5359
  picture: {
5360
5360
  data: {
5361
5361
  url: string;
@@ -5366,8 +5366,8 @@ export declare const channelContract: {
5366
5366
  } | undefined;
5367
5367
  client_pages?: {
5368
5368
  data: {
5369
- id: string;
5370
5369
  name: string;
5370
+ id: string;
5371
5371
  picture: {
5372
5372
  data: {
5373
5373
  url: string;
@@ -5379,13 +5379,13 @@ export declare const channelContract: {
5379
5379
  }>;
5380
5380
  }, "strip", z.ZodTypeAny, {
5381
5381
  data: {
5382
- id: string;
5383
5382
  name: string;
5383
+ id: string;
5384
5384
  profile_picture_uri: string;
5385
5385
  owned_pages?: {
5386
5386
  data: {
5387
- id: string;
5388
5387
  name: string;
5388
+ id: string;
5389
5389
  picture: {
5390
5390
  data: {
5391
5391
  url: string;
@@ -5396,8 +5396,8 @@ export declare const channelContract: {
5396
5396
  } | undefined;
5397
5397
  client_pages?: {
5398
5398
  data: {
5399
- id: string;
5400
5399
  name: string;
5400
+ id: string;
5401
5401
  picture: {
5402
5402
  data: {
5403
5403
  url: string;
@@ -5410,13 +5410,13 @@ export declare const channelContract: {
5410
5410
  requestId: string;
5411
5411
  }, {
5412
5412
  data: {
5413
- id: string;
5414
5413
  name: string;
5414
+ id: string;
5415
5415
  profile_picture_uri: string;
5416
5416
  owned_pages?: {
5417
5417
  data: {
5418
- id: string;
5419
5418
  name: string;
5419
+ id: string;
5420
5420
  picture: {
5421
5421
  data: {
5422
5422
  url: string;
@@ -5427,8 +5427,8 @@ export declare const channelContract: {
5427
5427
  } | undefined;
5428
5428
  client_pages?: {
5429
5429
  data: {
5430
- id: string;
5431
5430
  name: string;
5431
+ id: string;
5432
5432
  picture: {
5433
5433
  data: {
5434
5434
  url: string;
@@ -5537,8 +5537,8 @@ export declare const channelContract: {
5537
5537
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5538
5538
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5539
5539
  }, "strip", z.ZodTypeAny, {
5540
- id: string;
5541
5540
  name: string;
5541
+ id: string;
5542
5542
  accessToken?: string | undefined;
5543
5543
  channelSecret?: string | undefined;
5544
5544
  additionalCredentials?: any;
@@ -5566,8 +5566,8 @@ export declare const channelContract: {
5566
5566
  messengerIntegrationType?: "own" | "business" | undefined;
5567
5567
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5568
5568
  }, {
5569
- id: string;
5570
5569
  name: string;
5570
+ id: string;
5571
5571
  accessToken?: string | undefined;
5572
5572
  channelSecret?: string | undefined;
5573
5573
  additionalCredentials?: any;
@@ -5599,11 +5599,11 @@ export declare const channelContract: {
5599
5599
  connectedUserId: z.ZodString;
5600
5600
  connectedUserName: z.ZodOptional<z.ZodString>;
5601
5601
  }, "strip", z.ZodTypeAny, {
5602
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5603
5602
  name: string;
5603
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5604
5604
  metadata: {
5605
- id: string;
5606
5605
  name: string;
5606
+ id: string;
5607
5607
  accessToken?: string | undefined;
5608
5608
  channelSecret?: string | undefined;
5609
5609
  additionalCredentials?: any;
@@ -5635,11 +5635,11 @@ export declare const channelContract: {
5635
5635
  connectedUserId: string;
5636
5636
  connectedUserName?: string | undefined;
5637
5637
  }, {
5638
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5639
5638
  name: string;
5639
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5640
5640
  metadata: {
5641
- id: string;
5642
5641
  name: string;
5642
+ id: string;
5643
5643
  accessToken?: string | undefined;
5644
5644
  channelSecret?: string | undefined;
5645
5645
  additionalCredentials?: any;
@@ -5747,8 +5747,8 @@ export declare const channelContract: {
5747
5747
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5748
5748
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5749
5749
  }, "strip", z.ZodTypeAny, {
5750
- id: string;
5751
5750
  name: string;
5751
+ id: string;
5752
5752
  accessToken?: string | undefined;
5753
5753
  channelSecret?: string | undefined;
5754
5754
  additionalCredentials?: any;
@@ -5776,8 +5776,8 @@ export declare const channelContract: {
5776
5776
  messengerIntegrationType?: "own" | "business" | undefined;
5777
5777
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5778
5778
  }, {
5779
- id: string;
5780
5779
  name: string;
5780
+ id: string;
5781
5781
  accessToken?: string | undefined;
5782
5782
  channelSecret?: string | undefined;
5783
5783
  additionalCredentials?: any;
@@ -5818,14 +5818,14 @@ export declare const channelContract: {
5818
5818
  integrationId: z.ZodString;
5819
5819
  accessToken: z.ZodString;
5820
5820
  }, "strip", z.ZodTypeAny, {
5821
- id: string;
5822
5821
  name: string;
5822
+ id: string;
5823
5823
  accessToken: string;
5824
5824
  botId: string;
5825
5825
  integrationId: string;
5826
5826
  }, {
5827
- id: string;
5828
5827
  name: string;
5828
+ id: string;
5829
5829
  accessToken: string;
5830
5830
  botId: string;
5831
5831
  integrationId: string;
@@ -5948,9 +5948,9 @@ export declare const channelContract: {
5948
5948
  telephonySignature: string | null;
5949
5949
  }>;
5950
5950
  }, "strip", z.ZodTypeAny, {
5951
+ name: string;
5951
5952
  id: string;
5952
5953
  address: string | null;
5953
- name: string;
5954
5954
  email: string;
5955
5955
  createdAt: Date;
5956
5956
  updatedAt: Date;
@@ -5991,9 +5991,9 @@ export declare const channelContract: {
5991
5991
  telephonySignature: string | null;
5992
5992
  };
5993
5993
  }, {
5994
+ name: string;
5994
5995
  id: string;
5995
5996
  address: string | null;
5996
- name: string;
5997
5997
  email: string;
5998
5998
  createdAt: Date;
5999
5999
  updatedAt: Date;
@@ -6035,12 +6035,12 @@ export declare const channelContract: {
6035
6035
  };
6036
6036
  }>;
6037
6037
  }, "strip", z.ZodTypeAny, {
6038
+ name: string;
6038
6039
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6039
6040
  id: string;
6040
- name: string;
6041
6041
  metadata: {
6042
- id: string;
6043
6042
  name: string;
6043
+ id: string;
6044
6044
  accessToken?: string | undefined;
6045
6045
  channelSecret?: string | undefined;
6046
6046
  additionalCredentials?: any;
@@ -6073,9 +6073,9 @@ export declare const channelContract: {
6073
6073
  updatedAt: Date;
6074
6074
  deletedAt: Date | null;
6075
6075
  actor: {
6076
+ name: string;
6076
6077
  id: string;
6077
6078
  address: string | null;
6078
- name: string;
6079
6079
  email: string;
6080
6080
  createdAt: Date;
6081
6081
  updatedAt: Date;
@@ -6122,19 +6122,19 @@ export declare const channelContract: {
6122
6122
  connectedUserName: string;
6123
6123
  connectedUserId: string;
6124
6124
  botpressBot: {
6125
- id: string;
6126
6125
  name: string;
6126
+ id: string;
6127
6127
  accessToken: string;
6128
6128
  botId: string;
6129
6129
  integrationId: string;
6130
6130
  } | null;
6131
6131
  }, {
6132
+ name: string;
6132
6133
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6133
6134
  id: string;
6134
- name: string;
6135
6135
  metadata: {
6136
- id: string;
6137
6136
  name: string;
6137
+ id: string;
6138
6138
  accessToken?: string | undefined;
6139
6139
  channelSecret?: string | undefined;
6140
6140
  additionalCredentials?: any;
@@ -6167,9 +6167,9 @@ export declare const channelContract: {
6167
6167
  updatedAt: Date;
6168
6168
  deletedAt: Date | null;
6169
6169
  actor: {
6170
+ name: string;
6170
6171
  id: string;
6171
6172
  address: string | null;
6172
- name: string;
6173
6173
  email: string;
6174
6174
  createdAt: Date;
6175
6175
  updatedAt: Date;
@@ -6216,8 +6216,8 @@ export declare const channelContract: {
6216
6216
  connectedUserName: string;
6217
6217
  connectedUserId: string;
6218
6218
  botpressBot: {
6219
- id: string;
6220
6219
  name: string;
6220
+ id: string;
6221
6221
  accessToken: string;
6222
6222
  botId: string;
6223
6223
  integrationId: string;
@@ -6225,12 +6225,12 @@ export declare const channelContract: {
6225
6225
  }>;
6226
6226
  }, "strip", z.ZodTypeAny, {
6227
6227
  channel: {
6228
+ name: string;
6228
6229
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6229
6230
  id: string;
6230
- name: string;
6231
6231
  metadata: {
6232
- id: string;
6233
6232
  name: string;
6233
+ id: string;
6234
6234
  accessToken?: string | undefined;
6235
6235
  channelSecret?: string | undefined;
6236
6236
  additionalCredentials?: any;
@@ -6263,9 +6263,9 @@ export declare const channelContract: {
6263
6263
  updatedAt: Date;
6264
6264
  deletedAt: Date | null;
6265
6265
  actor: {
6266
+ name: string;
6266
6267
  id: string;
6267
6268
  address: string | null;
6268
- name: string;
6269
6269
  email: string;
6270
6270
  createdAt: Date;
6271
6271
  updatedAt: Date;
@@ -6312,8 +6312,8 @@ export declare const channelContract: {
6312
6312
  connectedUserName: string;
6313
6313
  connectedUserId: string;
6314
6314
  botpressBot: {
6315
- id: string;
6316
6315
  name: string;
6316
+ id: string;
6317
6317
  accessToken: string;
6318
6318
  botId: string;
6319
6319
  integrationId: string;
@@ -6322,12 +6322,12 @@ export declare const channelContract: {
6322
6322
  requestId: string;
6323
6323
  }, {
6324
6324
  channel: {
6325
+ name: string;
6325
6326
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6326
6327
  id: string;
6327
- name: string;
6328
6328
  metadata: {
6329
- id: string;
6330
6329
  name: string;
6330
+ id: string;
6331
6331
  accessToken?: string | undefined;
6332
6332
  channelSecret?: string | undefined;
6333
6333
  additionalCredentials?: any;
@@ -6360,9 +6360,9 @@ export declare const channelContract: {
6360
6360
  updatedAt: Date;
6361
6361
  deletedAt: Date | null;
6362
6362
  actor: {
6363
+ name: string;
6363
6364
  id: string;
6364
6365
  address: string | null;
6365
- name: string;
6366
6366
  email: string;
6367
6367
  createdAt: Date;
6368
6368
  updatedAt: Date;
@@ -6409,8 +6409,8 @@ export declare const channelContract: {
6409
6409
  connectedUserName: string;
6410
6410
  connectedUserId: string;
6411
6411
  botpressBot: {
6412
- id: string;
6413
6412
  name: string;
6413
+ id: string;
6414
6414
  accessToken: string;
6415
6415
  botId: string;
6416
6416
  integrationId: string;
@@ -6534,35 +6534,35 @@ export declare const channelContract: {
6534
6534
  ig_id: z.ZodNumber;
6535
6535
  id: z.ZodString;
6536
6536
  }, "strip", z.ZodTypeAny, {
6537
- id: string;
6538
6537
  name: string;
6538
+ id: string;
6539
6539
  username: string;
6540
6540
  ig_id: number;
6541
6541
  }, {
6542
- id: string;
6543
6542
  name: string;
6543
+ id: string;
6544
6544
  username: string;
6545
6545
  ig_id: number;
6546
6546
  }>;
6547
6547
  id: z.ZodString;
6548
6548
  name: z.ZodString;
6549
6549
  }, "strip", z.ZodTypeAny, {
6550
- id: string;
6551
6550
  name: string;
6551
+ id: string;
6552
6552
  access_token: string;
6553
6553
  instagram_business_account: {
6554
- id: string;
6555
6554
  name: string;
6555
+ id: string;
6556
6556
  username: string;
6557
6557
  ig_id: number;
6558
6558
  };
6559
6559
  }, {
6560
- id: string;
6561
6560
  name: string;
6561
+ id: string;
6562
6562
  access_token: string;
6563
6563
  instagram_business_account: {
6564
- id: string;
6565
6564
  name: string;
6565
+ id: string;
6566
6566
  username: string;
6567
6567
  ig_id: number;
6568
6568
  };
@@ -6591,12 +6591,12 @@ export declare const channelContract: {
6591
6591
  }>>;
6592
6592
  }, "strip", z.ZodTypeAny, {
6593
6593
  data: {
6594
- id: string;
6595
6594
  name: string;
6595
+ id: string;
6596
6596
  access_token: string;
6597
6597
  instagram_business_account: {
6598
- id: string;
6599
6598
  name: string;
6599
+ id: string;
6600
6600
  username: string;
6601
6601
  ig_id: number;
6602
6602
  };
@@ -6609,12 +6609,12 @@ export declare const channelContract: {
6609
6609
  } | undefined;
6610
6610
  }, {
6611
6611
  data: {
6612
- id: string;
6613
6612
  name: string;
6613
+ id: string;
6614
6614
  access_token: string;
6615
6615
  instagram_business_account: {
6616
- id: string;
6617
6616
  name: string;
6617
+ id: string;
6618
6618
  username: string;
6619
6619
  ig_id: number;
6620
6620
  };
@@ -6629,12 +6629,12 @@ export declare const channelContract: {
6629
6629
  }, "strip", z.ZodTypeAny, {
6630
6630
  data: {
6631
6631
  data: {
6632
- id: string;
6633
6632
  name: string;
6633
+ id: string;
6634
6634
  access_token: string;
6635
6635
  instagram_business_account: {
6636
- id: string;
6637
6636
  name: string;
6637
+ id: string;
6638
6638
  username: string;
6639
6639
  ig_id: number;
6640
6640
  };
@@ -6650,12 +6650,12 @@ export declare const channelContract: {
6650
6650
  }, {
6651
6651
  data: {
6652
6652
  data: {
6653
- id: string;
6654
6653
  name: string;
6654
+ id: string;
6655
6655
  access_token: string;
6656
6656
  instagram_business_account: {
6657
- id: string;
6658
6657
  name: string;
6658
+ id: string;
6659
6659
  username: string;
6660
6660
  ig_id: number;
6661
6661
  };
@@ -6766,8 +6766,8 @@ export declare const channelContract: {
6766
6766
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6767
6767
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6768
6768
  }, "strip", z.ZodTypeAny, {
6769
- id: string;
6770
6769
  name: string;
6770
+ id: string;
6771
6771
  accessToken?: string | undefined;
6772
6772
  channelSecret?: string | undefined;
6773
6773
  additionalCredentials?: any;
@@ -6795,8 +6795,8 @@ export declare const channelContract: {
6795
6795
  messengerIntegrationType?: "own" | "business" | undefined;
6796
6796
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6797
6797
  }, {
6798
- id: string;
6799
6798
  name: string;
6799
+ id: string;
6800
6800
  accessToken?: string | undefined;
6801
6801
  channelSecret?: string | undefined;
6802
6802
  additionalCredentials?: any;
@@ -6828,11 +6828,11 @@ export declare const channelContract: {
6828
6828
  connectedUserId: z.ZodString;
6829
6829
  connectedUserName: z.ZodOptional<z.ZodString>;
6830
6830
  }, "strip", z.ZodTypeAny, {
6831
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6832
6831
  name: string;
6832
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6833
6833
  metadata: {
6834
- id: string;
6835
6834
  name: string;
6835
+ id: string;
6836
6836
  accessToken?: string | undefined;
6837
6837
  channelSecret?: string | undefined;
6838
6838
  additionalCredentials?: any;
@@ -6864,11 +6864,11 @@ export declare const channelContract: {
6864
6864
  connectedUserId: string;
6865
6865
  connectedUserName?: string | undefined;
6866
6866
  }, {
6867
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6868
6867
  name: string;
6868
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6869
6869
  metadata: {
6870
- id: string;
6871
6870
  name: string;
6871
+ id: string;
6872
6872
  accessToken?: string | undefined;
6873
6873
  channelSecret?: string | undefined;
6874
6874
  additionalCredentials?: any;
@@ -6976,8 +6976,8 @@ export declare const channelContract: {
6976
6976
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6977
6977
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6978
6978
  }, "strip", z.ZodTypeAny, {
6979
- id: string;
6980
6979
  name: string;
6980
+ id: string;
6981
6981
  accessToken?: string | undefined;
6982
6982
  channelSecret?: string | undefined;
6983
6983
  additionalCredentials?: any;
@@ -7005,8 +7005,8 @@ export declare const channelContract: {
7005
7005
  messengerIntegrationType?: "own" | "business" | undefined;
7006
7006
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7007
7007
  }, {
7008
- id: string;
7009
7008
  name: string;
7009
+ id: string;
7010
7010
  accessToken?: string | undefined;
7011
7011
  channelSecret?: string | undefined;
7012
7012
  additionalCredentials?: any;
@@ -7047,14 +7047,14 @@ export declare const channelContract: {
7047
7047
  integrationId: z.ZodString;
7048
7048
  accessToken: z.ZodString;
7049
7049
  }, "strip", z.ZodTypeAny, {
7050
- id: string;
7051
7050
  name: string;
7051
+ id: string;
7052
7052
  accessToken: string;
7053
7053
  botId: string;
7054
7054
  integrationId: string;
7055
7055
  }, {
7056
- id: string;
7057
7056
  name: string;
7057
+ id: string;
7058
7058
  accessToken: string;
7059
7059
  botId: string;
7060
7060
  integrationId: string;
@@ -7177,9 +7177,9 @@ export declare const channelContract: {
7177
7177
  telephonySignature: string | null;
7178
7178
  }>;
7179
7179
  }, "strip", z.ZodTypeAny, {
7180
+ name: string;
7180
7181
  id: string;
7181
7182
  address: string | null;
7182
- name: string;
7183
7183
  email: string;
7184
7184
  createdAt: Date;
7185
7185
  updatedAt: Date;
@@ -7220,9 +7220,9 @@ export declare const channelContract: {
7220
7220
  telephonySignature: string | null;
7221
7221
  };
7222
7222
  }, {
7223
+ name: string;
7223
7224
  id: string;
7224
7225
  address: string | null;
7225
- name: string;
7226
7226
  email: string;
7227
7227
  createdAt: Date;
7228
7228
  updatedAt: Date;
@@ -7264,12 +7264,12 @@ export declare const channelContract: {
7264
7264
  };
7265
7265
  }>;
7266
7266
  }, "strip", z.ZodTypeAny, {
7267
+ name: string;
7267
7268
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7268
7269
  id: string;
7269
- name: string;
7270
7270
  metadata: {
7271
- id: string;
7272
7271
  name: string;
7272
+ id: string;
7273
7273
  accessToken?: string | undefined;
7274
7274
  channelSecret?: string | undefined;
7275
7275
  additionalCredentials?: any;
@@ -7302,9 +7302,9 @@ export declare const channelContract: {
7302
7302
  updatedAt: Date;
7303
7303
  deletedAt: Date | null;
7304
7304
  actor: {
7305
+ name: string;
7305
7306
  id: string;
7306
7307
  address: string | null;
7307
- name: string;
7308
7308
  email: string;
7309
7309
  createdAt: Date;
7310
7310
  updatedAt: Date;
@@ -7351,19 +7351,19 @@ export declare const channelContract: {
7351
7351
  connectedUserName: string;
7352
7352
  connectedUserId: string;
7353
7353
  botpressBot: {
7354
- id: string;
7355
7354
  name: string;
7355
+ id: string;
7356
7356
  accessToken: string;
7357
7357
  botId: string;
7358
7358
  integrationId: string;
7359
7359
  } | null;
7360
7360
  }, {
7361
+ name: string;
7361
7362
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7362
7363
  id: string;
7363
- name: string;
7364
7364
  metadata: {
7365
- id: string;
7366
7365
  name: string;
7366
+ id: string;
7367
7367
  accessToken?: string | undefined;
7368
7368
  channelSecret?: string | undefined;
7369
7369
  additionalCredentials?: any;
@@ -7396,9 +7396,9 @@ export declare const channelContract: {
7396
7396
  updatedAt: Date;
7397
7397
  deletedAt: Date | null;
7398
7398
  actor: {
7399
+ name: string;
7399
7400
  id: string;
7400
7401
  address: string | null;
7401
- name: string;
7402
7402
  email: string;
7403
7403
  createdAt: Date;
7404
7404
  updatedAt: Date;
@@ -7445,8 +7445,8 @@ export declare const channelContract: {
7445
7445
  connectedUserName: string;
7446
7446
  connectedUserId: string;
7447
7447
  botpressBot: {
7448
- id: string;
7449
7448
  name: string;
7449
+ id: string;
7450
7450
  accessToken: string;
7451
7451
  botId: string;
7452
7452
  integrationId: string;
@@ -7454,12 +7454,12 @@ export declare const channelContract: {
7454
7454
  }>;
7455
7455
  }, "strip", z.ZodTypeAny, {
7456
7456
  channel: {
7457
+ name: string;
7457
7458
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7458
7459
  id: string;
7459
- name: string;
7460
7460
  metadata: {
7461
- id: string;
7462
7461
  name: string;
7462
+ id: string;
7463
7463
  accessToken?: string | undefined;
7464
7464
  channelSecret?: string | undefined;
7465
7465
  additionalCredentials?: any;
@@ -7492,9 +7492,9 @@ export declare const channelContract: {
7492
7492
  updatedAt: Date;
7493
7493
  deletedAt: Date | null;
7494
7494
  actor: {
7495
+ name: string;
7495
7496
  id: string;
7496
7497
  address: string | null;
7497
- name: string;
7498
7498
  email: string;
7499
7499
  createdAt: Date;
7500
7500
  updatedAt: Date;
@@ -7541,8 +7541,8 @@ export declare const channelContract: {
7541
7541
  connectedUserName: string;
7542
7542
  connectedUserId: string;
7543
7543
  botpressBot: {
7544
- id: string;
7545
7544
  name: string;
7545
+ id: string;
7546
7546
  accessToken: string;
7547
7547
  botId: string;
7548
7548
  integrationId: string;
@@ -7551,12 +7551,12 @@ export declare const channelContract: {
7551
7551
  requestId: string;
7552
7552
  }, {
7553
7553
  channel: {
7554
+ name: string;
7554
7555
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7555
7556
  id: string;
7556
- name: string;
7557
7557
  metadata: {
7558
- id: string;
7559
7558
  name: string;
7559
+ id: string;
7560
7560
  accessToken?: string | undefined;
7561
7561
  channelSecret?: string | undefined;
7562
7562
  additionalCredentials?: any;
@@ -7589,9 +7589,9 @@ export declare const channelContract: {
7589
7589
  updatedAt: Date;
7590
7590
  deletedAt: Date | null;
7591
7591
  actor: {
7592
+ name: string;
7592
7593
  id: string;
7593
7594
  address: string | null;
7594
- name: string;
7595
7595
  email: string;
7596
7596
  createdAt: Date;
7597
7597
  updatedAt: Date;
@@ -7638,8 +7638,8 @@ export declare const channelContract: {
7638
7638
  connectedUserName: string;
7639
7639
  connectedUserId: string;
7640
7640
  botpressBot: {
7641
- id: string;
7642
7641
  name: string;
7642
+ id: string;
7643
7643
  accessToken: string;
7644
7644
  botId: string;
7645
7645
  integrationId: string;
@@ -7765,8 +7765,8 @@ export declare const channelContract: {
7765
7765
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7766
7766
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7767
7767
  }, "strip", z.ZodTypeAny, {
7768
- id: string;
7769
7768
  name: string;
7769
+ id: string;
7770
7770
  accessToken?: string | undefined;
7771
7771
  channelSecret?: string | undefined;
7772
7772
  additionalCredentials?: any;
@@ -7794,8 +7794,8 @@ export declare const channelContract: {
7794
7794
  messengerIntegrationType?: "own" | "business" | undefined;
7795
7795
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7796
7796
  }, {
7797
- id: string;
7798
7797
  name: string;
7798
+ id: string;
7799
7799
  accessToken?: string | undefined;
7800
7800
  channelSecret?: string | undefined;
7801
7801
  additionalCredentials?: any;
@@ -7836,14 +7836,14 @@ export declare const channelContract: {
7836
7836
  integrationId: z.ZodString;
7837
7837
  accessToken: z.ZodString;
7838
7838
  }, "strip", z.ZodTypeAny, {
7839
- id: string;
7840
7839
  name: string;
7840
+ id: string;
7841
7841
  accessToken: string;
7842
7842
  botId: string;
7843
7843
  integrationId: string;
7844
7844
  }, {
7845
- id: string;
7846
7845
  name: string;
7846
+ id: string;
7847
7847
  accessToken: string;
7848
7848
  botId: string;
7849
7849
  integrationId: string;
@@ -7966,9 +7966,9 @@ export declare const channelContract: {
7966
7966
  telephonySignature: string | null;
7967
7967
  }>;
7968
7968
  }, "strip", z.ZodTypeAny, {
7969
+ name: string;
7969
7970
  id: string;
7970
7971
  address: string | null;
7971
- name: string;
7972
7972
  email: string;
7973
7973
  createdAt: Date;
7974
7974
  updatedAt: Date;
@@ -8009,9 +8009,9 @@ export declare const channelContract: {
8009
8009
  telephonySignature: string | null;
8010
8010
  };
8011
8011
  }, {
8012
+ name: string;
8012
8013
  id: string;
8013
8014
  address: string | null;
8014
- name: string;
8015
8015
  email: string;
8016
8016
  createdAt: Date;
8017
8017
  updatedAt: Date;
@@ -8053,12 +8053,12 @@ export declare const channelContract: {
8053
8053
  };
8054
8054
  }>;
8055
8055
  }, "strip", z.ZodTypeAny, {
8056
+ name: string;
8056
8057
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8057
8058
  id: string;
8058
- name: string;
8059
8059
  metadata: {
8060
- id: string;
8061
8060
  name: string;
8061
+ id: string;
8062
8062
  accessToken?: string | undefined;
8063
8063
  channelSecret?: string | undefined;
8064
8064
  additionalCredentials?: any;
@@ -8091,9 +8091,9 @@ export declare const channelContract: {
8091
8091
  updatedAt: Date;
8092
8092
  deletedAt: Date | null;
8093
8093
  actor: {
8094
+ name: string;
8094
8095
  id: string;
8095
8096
  address: string | null;
8096
- name: string;
8097
8097
  email: string;
8098
8098
  createdAt: Date;
8099
8099
  updatedAt: Date;
@@ -8140,19 +8140,19 @@ export declare const channelContract: {
8140
8140
  connectedUserName: string;
8141
8141
  connectedUserId: string;
8142
8142
  botpressBot: {
8143
- id: string;
8144
8143
  name: string;
8144
+ id: string;
8145
8145
  accessToken: string;
8146
8146
  botId: string;
8147
8147
  integrationId: string;
8148
8148
  } | null;
8149
8149
  }, {
8150
+ name: string;
8150
8151
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8151
8152
  id: string;
8152
- name: string;
8153
8153
  metadata: {
8154
- id: string;
8155
8154
  name: string;
8155
+ id: string;
8156
8156
  accessToken?: string | undefined;
8157
8157
  channelSecret?: string | undefined;
8158
8158
  additionalCredentials?: any;
@@ -8185,9 +8185,9 @@ export declare const channelContract: {
8185
8185
  updatedAt: Date;
8186
8186
  deletedAt: Date | null;
8187
8187
  actor: {
8188
+ name: string;
8188
8189
  id: string;
8189
8190
  address: string | null;
8190
- name: string;
8191
8191
  email: string;
8192
8192
  createdAt: Date;
8193
8193
  updatedAt: Date;
@@ -8234,8 +8234,8 @@ export declare const channelContract: {
8234
8234
  connectedUserName: string;
8235
8235
  connectedUserId: string;
8236
8236
  botpressBot: {
8237
- id: string;
8238
8237
  name: string;
8238
+ id: string;
8239
8239
  accessToken: string;
8240
8240
  botId: string;
8241
8241
  integrationId: string;
@@ -8243,12 +8243,12 @@ export declare const channelContract: {
8243
8243
  }>;
8244
8244
  }, "strip", z.ZodTypeAny, {
8245
8245
  channel: {
8246
+ name: string;
8246
8247
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8247
8248
  id: string;
8248
- name: string;
8249
8249
  metadata: {
8250
- id: string;
8251
8250
  name: string;
8251
+ id: string;
8252
8252
  accessToken?: string | undefined;
8253
8253
  channelSecret?: string | undefined;
8254
8254
  additionalCredentials?: any;
@@ -8281,9 +8281,9 @@ export declare const channelContract: {
8281
8281
  updatedAt: Date;
8282
8282
  deletedAt: Date | null;
8283
8283
  actor: {
8284
+ name: string;
8284
8285
  id: string;
8285
8286
  address: string | null;
8286
- name: string;
8287
8287
  email: string;
8288
8288
  createdAt: Date;
8289
8289
  updatedAt: Date;
@@ -8330,8 +8330,8 @@ export declare const channelContract: {
8330
8330
  connectedUserName: string;
8331
8331
  connectedUserId: string;
8332
8332
  botpressBot: {
8333
- id: string;
8334
8333
  name: string;
8334
+ id: string;
8335
8335
  accessToken: string;
8336
8336
  botId: string;
8337
8337
  integrationId: string;
@@ -8340,12 +8340,12 @@ export declare const channelContract: {
8340
8340
  requestId: string;
8341
8341
  }, {
8342
8342
  channel: {
8343
+ name: string;
8343
8344
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8344
8345
  id: string;
8345
- name: string;
8346
8346
  metadata: {
8347
- id: string;
8348
8347
  name: string;
8348
+ id: string;
8349
8349
  accessToken?: string | undefined;
8350
8350
  channelSecret?: string | undefined;
8351
8351
  additionalCredentials?: any;
@@ -8378,9 +8378,9 @@ export declare const channelContract: {
8378
8378
  updatedAt: Date;
8379
8379
  deletedAt: Date | null;
8380
8380
  actor: {
8381
+ name: string;
8381
8382
  id: string;
8382
8383
  address: string | null;
8383
- name: string;
8384
8384
  email: string;
8385
8385
  createdAt: Date;
8386
8386
  updatedAt: Date;
@@ -8427,8 +8427,8 @@ export declare const channelContract: {
8427
8427
  connectedUserName: string;
8428
8428
  connectedUserId: string;
8429
8429
  botpressBot: {
8430
- id: string;
8431
8430
  name: string;
8431
+ id: string;
8432
8432
  accessToken: string;
8433
8433
  botId: string;
8434
8434
  integrationId: string;
@@ -8564,8 +8564,8 @@ export declare const channelContract: {
8564
8564
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8565
8565
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8566
8566
  }, "strip", z.ZodTypeAny, {
8567
- id: string;
8568
8567
  name: string;
8568
+ id: string;
8569
8569
  accessToken?: string | undefined;
8570
8570
  channelSecret?: string | undefined;
8571
8571
  additionalCredentials?: any;
@@ -8593,8 +8593,8 @@ export declare const channelContract: {
8593
8593
  messengerIntegrationType?: "own" | "business" | undefined;
8594
8594
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8595
8595
  }, {
8596
- id: string;
8597
8596
  name: string;
8597
+ id: string;
8598
8598
  accessToken?: string | undefined;
8599
8599
  channelSecret?: string | undefined;
8600
8600
  additionalCredentials?: any;
@@ -8635,14 +8635,14 @@ export declare const channelContract: {
8635
8635
  integrationId: z.ZodString;
8636
8636
  accessToken: z.ZodString;
8637
8637
  }, "strip", z.ZodTypeAny, {
8638
- id: string;
8639
8638
  name: string;
8639
+ id: string;
8640
8640
  accessToken: string;
8641
8641
  botId: string;
8642
8642
  integrationId: string;
8643
8643
  }, {
8644
- id: string;
8645
8644
  name: string;
8645
+ id: string;
8646
8646
  accessToken: string;
8647
8647
  botId: string;
8648
8648
  integrationId: string;
@@ -8765,9 +8765,9 @@ export declare const channelContract: {
8765
8765
  telephonySignature: string | null;
8766
8766
  }>;
8767
8767
  }, "strip", z.ZodTypeAny, {
8768
+ name: string;
8768
8769
  id: string;
8769
8770
  address: string | null;
8770
- name: string;
8771
8771
  email: string;
8772
8772
  createdAt: Date;
8773
8773
  updatedAt: Date;
@@ -8808,9 +8808,9 @@ export declare const channelContract: {
8808
8808
  telephonySignature: string | null;
8809
8809
  };
8810
8810
  }, {
8811
+ name: string;
8811
8812
  id: string;
8812
8813
  address: string | null;
8813
- name: string;
8814
8814
  email: string;
8815
8815
  createdAt: Date;
8816
8816
  updatedAt: Date;
@@ -8852,12 +8852,12 @@ export declare const channelContract: {
8852
8852
  };
8853
8853
  }>;
8854
8854
  }, "strip", z.ZodTypeAny, {
8855
+ name: string;
8855
8856
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8856
8857
  id: string;
8857
- name: string;
8858
8858
  metadata: {
8859
- id: string;
8860
8859
  name: string;
8860
+ id: string;
8861
8861
  accessToken?: string | undefined;
8862
8862
  channelSecret?: string | undefined;
8863
8863
  additionalCredentials?: any;
@@ -8890,9 +8890,9 @@ export declare const channelContract: {
8890
8890
  updatedAt: Date;
8891
8891
  deletedAt: Date | null;
8892
8892
  actor: {
8893
+ name: string;
8893
8894
  id: string;
8894
8895
  address: string | null;
8895
- name: string;
8896
8896
  email: string;
8897
8897
  createdAt: Date;
8898
8898
  updatedAt: Date;
@@ -8939,19 +8939,19 @@ export declare const channelContract: {
8939
8939
  connectedUserName: string;
8940
8940
  connectedUserId: string;
8941
8941
  botpressBot: {
8942
- id: string;
8943
8942
  name: string;
8943
+ id: string;
8944
8944
  accessToken: string;
8945
8945
  botId: string;
8946
8946
  integrationId: string;
8947
8947
  } | null;
8948
8948
  }, {
8949
+ name: string;
8949
8950
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8950
8951
  id: string;
8951
- name: string;
8952
8952
  metadata: {
8953
- id: string;
8954
8953
  name: string;
8954
+ id: string;
8955
8955
  accessToken?: string | undefined;
8956
8956
  channelSecret?: string | undefined;
8957
8957
  additionalCredentials?: any;
@@ -8984,9 +8984,9 @@ export declare const channelContract: {
8984
8984
  updatedAt: Date;
8985
8985
  deletedAt: Date | null;
8986
8986
  actor: {
8987
+ name: string;
8987
8988
  id: string;
8988
8989
  address: string | null;
8989
- name: string;
8990
8990
  email: string;
8991
8991
  createdAt: Date;
8992
8992
  updatedAt: Date;
@@ -9033,8 +9033,8 @@ export declare const channelContract: {
9033
9033
  connectedUserName: string;
9034
9034
  connectedUserId: string;
9035
9035
  botpressBot: {
9036
- id: string;
9037
9036
  name: string;
9037
+ id: string;
9038
9038
  accessToken: string;
9039
9039
  botId: string;
9040
9040
  integrationId: string;
@@ -9042,12 +9042,12 @@ export declare const channelContract: {
9042
9042
  }>;
9043
9043
  }, "strip", z.ZodTypeAny, {
9044
9044
  channel: {
9045
+ name: string;
9045
9046
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9046
9047
  id: string;
9047
- name: string;
9048
9048
  metadata: {
9049
- id: string;
9050
9049
  name: string;
9050
+ id: string;
9051
9051
  accessToken?: string | undefined;
9052
9052
  channelSecret?: string | undefined;
9053
9053
  additionalCredentials?: any;
@@ -9080,9 +9080,9 @@ export declare const channelContract: {
9080
9080
  updatedAt: Date;
9081
9081
  deletedAt: Date | null;
9082
9082
  actor: {
9083
+ name: string;
9083
9084
  id: string;
9084
9085
  address: string | null;
9085
- name: string;
9086
9086
  email: string;
9087
9087
  createdAt: Date;
9088
9088
  updatedAt: Date;
@@ -9129,8 +9129,8 @@ export declare const channelContract: {
9129
9129
  connectedUserName: string;
9130
9130
  connectedUserId: string;
9131
9131
  botpressBot: {
9132
- id: string;
9133
9132
  name: string;
9133
+ id: string;
9134
9134
  accessToken: string;
9135
9135
  botId: string;
9136
9136
  integrationId: string;
@@ -9139,12 +9139,12 @@ export declare const channelContract: {
9139
9139
  requestId: string;
9140
9140
  }, {
9141
9141
  channel: {
9142
+ name: string;
9142
9143
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9143
9144
  id: string;
9144
- name: string;
9145
9145
  metadata: {
9146
- id: string;
9147
9146
  name: string;
9147
+ id: string;
9148
9148
  accessToken?: string | undefined;
9149
9149
  channelSecret?: string | undefined;
9150
9150
  additionalCredentials?: any;
@@ -9177,9 +9177,9 @@ export declare const channelContract: {
9177
9177
  updatedAt: Date;
9178
9178
  deletedAt: Date | null;
9179
9179
  actor: {
9180
+ name: string;
9180
9181
  id: string;
9181
9182
  address: string | null;
9182
- name: string;
9183
9183
  email: string;
9184
9184
  createdAt: Date;
9185
9185
  updatedAt: Date;
@@ -9226,8 +9226,8 @@ export declare const channelContract: {
9226
9226
  connectedUserName: string;
9227
9227
  connectedUserId: string;
9228
9228
  botpressBot: {
9229
- id: string;
9230
9229
  name: string;
9230
+ id: string;
9231
9231
  accessToken: string;
9232
9232
  botId: string;
9233
9233
  integrationId: string;
@@ -9290,8 +9290,8 @@ export declare const channelContract: {
9290
9290
  agentAwayMessage: z.ZodOptional<z.ZodString>;
9291
9291
  widgetColor: z.ZodOptional<z.ZodString>;
9292
9292
  }, "strip", z.ZodTypeAny, {
9293
- type: import("./validation").ChatwootChannelType;
9294
9293
  name: string;
9294
+ type: import("./validation").ChatwootChannelType;
9295
9295
  websiteName: string;
9296
9296
  welcomeTitle: string;
9297
9297
  websiteUrl: string;
@@ -9300,8 +9300,8 @@ export declare const channelContract: {
9300
9300
  agentAwayMessage?: string | undefined;
9301
9301
  widgetColor?: string | undefined;
9302
9302
  }, {
9303
- type: import("./validation").ChatwootChannelType;
9304
9303
  name: string;
9304
+ type: import("./validation").ChatwootChannelType;
9305
9305
  websiteName: string;
9306
9306
  welcomeTitle: string;
9307
9307
  websiteUrl: string;
@@ -9311,9 +9311,10 @@ export declare const channelContract: {
9311
9311
  widgetColor?: string | undefined;
9312
9312
  }>;
9313
9313
  }, "strip", z.ZodTypeAny, {
9314
+ name: string;
9314
9315
  channel: {
9315
- type: import("./validation").ChatwootChannelType;
9316
9316
  name: string;
9317
+ type: import("./validation").ChatwootChannelType;
9317
9318
  websiteName: string;
9318
9319
  welcomeTitle: string;
9319
9320
  websiteUrl: string;
@@ -9322,11 +9323,11 @@ export declare const channelContract: {
9322
9323
  agentAwayMessage?: string | undefined;
9323
9324
  widgetColor?: string | undefined;
9324
9325
  };
9325
- name: string;
9326
9326
  }, {
9327
+ name: string;
9327
9328
  channel: {
9328
- type: import("./validation").ChatwootChannelType;
9329
9329
  name: string;
9330
+ type: import("./validation").ChatwootChannelType;
9330
9331
  websiteName: string;
9331
9332
  welcomeTitle: string;
9332
9333
  websiteUrl: string;
@@ -9335,7 +9336,6 @@ export declare const channelContract: {
9335
9336
  agentAwayMessage?: string | undefined;
9336
9337
  widgetColor?: string | undefined;
9337
9338
  };
9338
- name: string;
9339
9339
  }>;
9340
9340
  summary: "Connect message channel";
9341
9341
  method: "POST";
@@ -9413,8 +9413,8 @@ export declare const channelContract: {
9413
9413
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9414
9414
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9415
9415
  }, "strip", z.ZodTypeAny, {
9416
- id: string;
9417
9416
  name: string;
9417
+ id: string;
9418
9418
  accessToken?: string | undefined;
9419
9419
  channelSecret?: string | undefined;
9420
9420
  additionalCredentials?: any;
@@ -9442,8 +9442,8 @@ export declare const channelContract: {
9442
9442
  messengerIntegrationType?: "own" | "business" | undefined;
9443
9443
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9444
9444
  }, {
9445
- id: string;
9446
9445
  name: string;
9446
+ id: string;
9447
9447
  accessToken?: string | undefined;
9448
9448
  channelSecret?: string | undefined;
9449
9449
  additionalCredentials?: any;
@@ -9484,14 +9484,14 @@ export declare const channelContract: {
9484
9484
  integrationId: z.ZodString;
9485
9485
  accessToken: z.ZodString;
9486
9486
  }, "strip", z.ZodTypeAny, {
9487
- id: string;
9488
9487
  name: string;
9488
+ id: string;
9489
9489
  accessToken: string;
9490
9490
  botId: string;
9491
9491
  integrationId: string;
9492
9492
  }, {
9493
- id: string;
9494
9493
  name: string;
9494
+ id: string;
9495
9495
  accessToken: string;
9496
9496
  botId: string;
9497
9497
  integrationId: string;
@@ -9614,9 +9614,9 @@ export declare const channelContract: {
9614
9614
  telephonySignature: string | null;
9615
9615
  }>;
9616
9616
  }, "strip", z.ZodTypeAny, {
9617
+ name: string;
9617
9618
  id: string;
9618
9619
  address: string | null;
9619
- name: string;
9620
9620
  email: string;
9621
9621
  createdAt: Date;
9622
9622
  updatedAt: Date;
@@ -9657,9 +9657,9 @@ export declare const channelContract: {
9657
9657
  telephonySignature: string | null;
9658
9658
  };
9659
9659
  }, {
9660
+ name: string;
9660
9661
  id: string;
9661
9662
  address: string | null;
9662
- name: string;
9663
9663
  email: string;
9664
9664
  createdAt: Date;
9665
9665
  updatedAt: Date;
@@ -9701,12 +9701,12 @@ export declare const channelContract: {
9701
9701
  };
9702
9702
  }>;
9703
9703
  }, "strip", z.ZodTypeAny, {
9704
+ name: string;
9704
9705
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9705
9706
  id: string;
9706
- name: string;
9707
9707
  metadata: {
9708
- id: string;
9709
9708
  name: string;
9709
+ id: string;
9710
9710
  accessToken?: string | undefined;
9711
9711
  channelSecret?: string | undefined;
9712
9712
  additionalCredentials?: any;
@@ -9739,9 +9739,9 @@ export declare const channelContract: {
9739
9739
  updatedAt: Date;
9740
9740
  deletedAt: Date | null;
9741
9741
  actor: {
9742
+ name: string;
9742
9743
  id: string;
9743
9744
  address: string | null;
9744
- name: string;
9745
9745
  email: string;
9746
9746
  createdAt: Date;
9747
9747
  updatedAt: Date;
@@ -9788,19 +9788,19 @@ export declare const channelContract: {
9788
9788
  connectedUserName: string;
9789
9789
  connectedUserId: string;
9790
9790
  botpressBot: {
9791
- id: string;
9792
9791
  name: string;
9792
+ id: string;
9793
9793
  accessToken: string;
9794
9794
  botId: string;
9795
9795
  integrationId: string;
9796
9796
  } | null;
9797
9797
  }, {
9798
+ name: string;
9798
9799
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9799
9800
  id: string;
9800
- name: string;
9801
9801
  metadata: {
9802
- id: string;
9803
9802
  name: string;
9803
+ id: string;
9804
9804
  accessToken?: string | undefined;
9805
9805
  channelSecret?: string | undefined;
9806
9806
  additionalCredentials?: any;
@@ -9833,9 +9833,9 @@ export declare const channelContract: {
9833
9833
  updatedAt: Date;
9834
9834
  deletedAt: Date | null;
9835
9835
  actor: {
9836
+ name: string;
9836
9837
  id: string;
9837
9838
  address: string | null;
9838
- name: string;
9839
9839
  email: string;
9840
9840
  createdAt: Date;
9841
9841
  updatedAt: Date;
@@ -9882,8 +9882,8 @@ export declare const channelContract: {
9882
9882
  connectedUserName: string;
9883
9883
  connectedUserId: string;
9884
9884
  botpressBot: {
9885
- id: string;
9886
9885
  name: string;
9886
+ id: string;
9887
9887
  accessToken: string;
9888
9888
  botId: string;
9889
9889
  integrationId: string;
@@ -9891,12 +9891,12 @@ export declare const channelContract: {
9891
9891
  }>;
9892
9892
  }, "strip", z.ZodTypeAny, {
9893
9893
  channel: {
9894
+ name: string;
9894
9895
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9895
9896
  id: string;
9896
- name: string;
9897
9897
  metadata: {
9898
- id: string;
9899
9898
  name: string;
9899
+ id: string;
9900
9900
  accessToken?: string | undefined;
9901
9901
  channelSecret?: string | undefined;
9902
9902
  additionalCredentials?: any;
@@ -9929,9 +9929,9 @@ export declare const channelContract: {
9929
9929
  updatedAt: Date;
9930
9930
  deletedAt: Date | null;
9931
9931
  actor: {
9932
+ name: string;
9932
9933
  id: string;
9933
9934
  address: string | null;
9934
- name: string;
9935
9935
  email: string;
9936
9936
  createdAt: Date;
9937
9937
  updatedAt: Date;
@@ -9978,8 +9978,8 @@ export declare const channelContract: {
9978
9978
  connectedUserName: string;
9979
9979
  connectedUserId: string;
9980
9980
  botpressBot: {
9981
- id: string;
9982
9981
  name: string;
9982
+ id: string;
9983
9983
  accessToken: string;
9984
9984
  botId: string;
9985
9985
  integrationId: string;
@@ -9988,12 +9988,12 @@ export declare const channelContract: {
9988
9988
  requestId: string;
9989
9989
  }, {
9990
9990
  channel: {
9991
+ name: string;
9991
9992
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9992
9993
  id: string;
9993
- name: string;
9994
9994
  metadata: {
9995
- id: string;
9996
9995
  name: string;
9996
+ id: string;
9997
9997
  accessToken?: string | undefined;
9998
9998
  channelSecret?: string | undefined;
9999
9999
  additionalCredentials?: any;
@@ -10026,9 +10026,9 @@ export declare const channelContract: {
10026
10026
  updatedAt: Date;
10027
10027
  deletedAt: Date | null;
10028
10028
  actor: {
10029
+ name: string;
10029
10030
  id: string;
10030
10031
  address: string | null;
10031
- name: string;
10032
10032
  email: string;
10033
10033
  createdAt: Date;
10034
10034
  updatedAt: Date;
@@ -10075,8 +10075,8 @@ export declare const channelContract: {
10075
10075
  connectedUserName: string;
10076
10076
  connectedUserId: string;
10077
10077
  botpressBot: {
10078
- id: string;
10079
10078
  name: string;
10079
+ id: string;
10080
10080
  accessToken: string;
10081
10081
  botId: string;
10082
10082
  integrationId: string;
@@ -10193,8 +10193,8 @@ export declare const channelContract: {
10193
10193
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10194
10194
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10195
10195
  }, "strip", z.ZodTypeAny, {
10196
- id: string;
10197
10196
  name: string;
10197
+ id: string;
10198
10198
  accessToken?: string | undefined;
10199
10199
  channelSecret?: string | undefined;
10200
10200
  additionalCredentials?: any;
@@ -10222,8 +10222,8 @@ export declare const channelContract: {
10222
10222
  messengerIntegrationType?: "own" | "business" | undefined;
10223
10223
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10224
10224
  }, {
10225
- id: string;
10226
10225
  name: string;
10226
+ id: string;
10227
10227
  accessToken?: string | undefined;
10228
10228
  channelSecret?: string | undefined;
10229
10229
  additionalCredentials?: any;
@@ -10253,11 +10253,11 @@ export declare const channelContract: {
10253
10253
  }>;
10254
10254
  platformId: z.ZodString;
10255
10255
  }, "strip", z.ZodTypeAny, {
10256
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10257
10256
  name: string;
10257
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10258
10258
  metadata: {
10259
- id: string;
10260
10259
  name: string;
10260
+ id: string;
10261
10261
  accessToken?: string | undefined;
10262
10262
  channelSecret?: string | undefined;
10263
10263
  additionalCredentials?: any;
@@ -10287,11 +10287,11 @@ export declare const channelContract: {
10287
10287
  };
10288
10288
  platformId: string;
10289
10289
  }, {
10290
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10291
10290
  name: string;
10291
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10292
10292
  metadata: {
10293
- id: string;
10294
10293
  name: string;
10294
+ id: string;
10295
10295
  accessToken?: string | undefined;
10296
10296
  channelSecret?: string | undefined;
10297
10297
  additionalCredentials?: any;
@@ -10397,8 +10397,8 @@ export declare const channelContract: {
10397
10397
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10398
10398
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10399
10399
  }, "strip", z.ZodTypeAny, {
10400
- id: string;
10401
10400
  name: string;
10401
+ id: string;
10402
10402
  accessToken?: string | undefined;
10403
10403
  channelSecret?: string | undefined;
10404
10404
  additionalCredentials?: any;
@@ -10426,8 +10426,8 @@ export declare const channelContract: {
10426
10426
  messengerIntegrationType?: "own" | "business" | undefined;
10427
10427
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10428
10428
  }, {
10429
- id: string;
10430
10429
  name: string;
10430
+ id: string;
10431
10431
  accessToken?: string | undefined;
10432
10432
  channelSecret?: string | undefined;
10433
10433
  additionalCredentials?: any;
@@ -10468,14 +10468,14 @@ export declare const channelContract: {
10468
10468
  integrationId: z.ZodString;
10469
10469
  accessToken: z.ZodString;
10470
10470
  }, "strip", z.ZodTypeAny, {
10471
- id: string;
10472
10471
  name: string;
10472
+ id: string;
10473
10473
  accessToken: string;
10474
10474
  botId: string;
10475
10475
  integrationId: string;
10476
10476
  }, {
10477
- id: string;
10478
10477
  name: string;
10478
+ id: string;
10479
10479
  accessToken: string;
10480
10480
  botId: string;
10481
10481
  integrationId: string;
@@ -10598,9 +10598,9 @@ export declare const channelContract: {
10598
10598
  telephonySignature: string | null;
10599
10599
  }>;
10600
10600
  }, "strip", z.ZodTypeAny, {
10601
+ name: string;
10601
10602
  id: string;
10602
10603
  address: string | null;
10603
- name: string;
10604
10604
  email: string;
10605
10605
  createdAt: Date;
10606
10606
  updatedAt: Date;
@@ -10641,9 +10641,9 @@ export declare const channelContract: {
10641
10641
  telephonySignature: string | null;
10642
10642
  };
10643
10643
  }, {
10644
+ name: string;
10644
10645
  id: string;
10645
10646
  address: string | null;
10646
- name: string;
10647
10647
  email: string;
10648
10648
  createdAt: Date;
10649
10649
  updatedAt: Date;
@@ -10685,12 +10685,12 @@ export declare const channelContract: {
10685
10685
  };
10686
10686
  }>;
10687
10687
  }, "strip", z.ZodTypeAny, {
10688
+ name: string;
10688
10689
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10689
10690
  id: string;
10690
- name: string;
10691
10691
  metadata: {
10692
- id: string;
10693
10692
  name: string;
10693
+ id: string;
10694
10694
  accessToken?: string | undefined;
10695
10695
  channelSecret?: string | undefined;
10696
10696
  additionalCredentials?: any;
@@ -10723,9 +10723,9 @@ export declare const channelContract: {
10723
10723
  updatedAt: Date;
10724
10724
  deletedAt: Date | null;
10725
10725
  actor: {
10726
+ name: string;
10726
10727
  id: string;
10727
10728
  address: string | null;
10728
- name: string;
10729
10729
  email: string;
10730
10730
  createdAt: Date;
10731
10731
  updatedAt: Date;
@@ -10772,19 +10772,19 @@ export declare const channelContract: {
10772
10772
  connectedUserName: string;
10773
10773
  connectedUserId: string;
10774
10774
  botpressBot: {
10775
- id: string;
10776
10775
  name: string;
10776
+ id: string;
10777
10777
  accessToken: string;
10778
10778
  botId: string;
10779
10779
  integrationId: string;
10780
10780
  } | null;
10781
10781
  }, {
10782
+ name: string;
10782
10783
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10783
10784
  id: string;
10784
- name: string;
10785
10785
  metadata: {
10786
- id: string;
10787
10786
  name: string;
10787
+ id: string;
10788
10788
  accessToken?: string | undefined;
10789
10789
  channelSecret?: string | undefined;
10790
10790
  additionalCredentials?: any;
@@ -10817,9 +10817,9 @@ export declare const channelContract: {
10817
10817
  updatedAt: Date;
10818
10818
  deletedAt: Date | null;
10819
10819
  actor: {
10820
+ name: string;
10820
10821
  id: string;
10821
10822
  address: string | null;
10822
- name: string;
10823
10823
  email: string;
10824
10824
  createdAt: Date;
10825
10825
  updatedAt: Date;
@@ -10866,8 +10866,8 @@ export declare const channelContract: {
10866
10866
  connectedUserName: string;
10867
10867
  connectedUserId: string;
10868
10868
  botpressBot: {
10869
- id: string;
10870
10869
  name: string;
10870
+ id: string;
10871
10871
  accessToken: string;
10872
10872
  botId: string;
10873
10873
  integrationId: string;
@@ -10875,12 +10875,12 @@ export declare const channelContract: {
10875
10875
  }>;
10876
10876
  }, "strip", z.ZodTypeAny, {
10877
10877
  channel: {
10878
+ name: string;
10878
10879
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10879
10880
  id: string;
10880
- name: string;
10881
10881
  metadata: {
10882
- id: string;
10883
10882
  name: string;
10883
+ id: string;
10884
10884
  accessToken?: string | undefined;
10885
10885
  channelSecret?: string | undefined;
10886
10886
  additionalCredentials?: any;
@@ -10913,9 +10913,9 @@ export declare const channelContract: {
10913
10913
  updatedAt: Date;
10914
10914
  deletedAt: Date | null;
10915
10915
  actor: {
10916
+ name: string;
10916
10917
  id: string;
10917
10918
  address: string | null;
10918
- name: string;
10919
10919
  email: string;
10920
10920
  createdAt: Date;
10921
10921
  updatedAt: Date;
@@ -10962,8 +10962,8 @@ export declare const channelContract: {
10962
10962
  connectedUserName: string;
10963
10963
  connectedUserId: string;
10964
10964
  botpressBot: {
10965
- id: string;
10966
10965
  name: string;
10966
+ id: string;
10967
10967
  accessToken: string;
10968
10968
  botId: string;
10969
10969
  integrationId: string;
@@ -10972,12 +10972,12 @@ export declare const channelContract: {
10972
10972
  requestId: string;
10973
10973
  }, {
10974
10974
  channel: {
10975
+ name: string;
10975
10976
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10976
10977
  id: string;
10977
- name: string;
10978
10978
  metadata: {
10979
- id: string;
10980
10979
  name: string;
10980
+ id: string;
10981
10981
  accessToken?: string | undefined;
10982
10982
  channelSecret?: string | undefined;
10983
10983
  additionalCredentials?: any;
@@ -11010,9 +11010,9 @@ export declare const channelContract: {
11010
11010
  updatedAt: Date;
11011
11011
  deletedAt: Date | null;
11012
11012
  actor: {
11013
+ name: string;
11013
11014
  id: string;
11014
11015
  address: string | null;
11015
- name: string;
11016
11016
  email: string;
11017
11017
  createdAt: Date;
11018
11018
  updatedAt: Date;
@@ -11059,8 +11059,8 @@ export declare const channelContract: {
11059
11059
  connectedUserName: string;
11060
11060
  connectedUserId: string;
11061
11061
  botpressBot: {
11062
- id: string;
11063
11062
  name: string;
11063
+ id: string;
11064
11064
  accessToken: string;
11065
11065
  botId: string;
11066
11066
  integrationId: string;
@@ -11344,11 +11344,11 @@ export declare const channelFacebookFeedContract: {
11344
11344
  id: z.ZodString;
11345
11345
  name: z.ZodString;
11346
11346
  }, "strip", z.ZodTypeAny, {
11347
- id: string;
11348
11347
  name: string;
11349
- }, {
11350
11348
  id: string;
11349
+ }, {
11351
11350
  name: string;
11351
+ id: string;
11352
11352
  }>, "many">;
11353
11353
  id: z.ZodString;
11354
11354
  name: z.ZodString;
@@ -11371,8 +11371,8 @@ export declare const channelFacebookFeedContract: {
11371
11371
  };
11372
11372
  }>;
11373
11373
  }, "strip", z.ZodTypeAny, {
11374
- id: string;
11375
11374
  name: string;
11375
+ id: string;
11376
11376
  picture: {
11377
11377
  data: {
11378
11378
  url: string;
@@ -11381,13 +11381,13 @@ export declare const channelFacebookFeedContract: {
11381
11381
  category: string;
11382
11382
  access_token: string;
11383
11383
  category_list: {
11384
- id: string;
11385
11384
  name: string;
11385
+ id: string;
11386
11386
  }[];
11387
11387
  tasks: string[];
11388
11388
  }, {
11389
- id: string;
11390
11389
  name: string;
11390
+ id: string;
11391
11391
  picture: {
11392
11392
  data: {
11393
11393
  url: string;
@@ -11396,8 +11396,8 @@ export declare const channelFacebookFeedContract: {
11396
11396
  category: string;
11397
11397
  access_token: string;
11398
11398
  category_list: {
11399
- id: string;
11400
11399
  name: string;
11400
+ id: string;
11401
11401
  }[];
11402
11402
  tasks: string[];
11403
11403
  }>, "many">;
@@ -11425,8 +11425,8 @@ export declare const channelFacebookFeedContract: {
11425
11425
  }>>;
11426
11426
  }, "strip", z.ZodTypeAny, {
11427
11427
  data: {
11428
- id: string;
11429
11428
  name: string;
11429
+ id: string;
11430
11430
  picture: {
11431
11431
  data: {
11432
11432
  url: string;
@@ -11435,8 +11435,8 @@ export declare const channelFacebookFeedContract: {
11435
11435
  category: string;
11436
11436
  access_token: string;
11437
11437
  category_list: {
11438
- id: string;
11439
11438
  name: string;
11439
+ id: string;
11440
11440
  }[];
11441
11441
  tasks: string[];
11442
11442
  }[];
@@ -11448,8 +11448,8 @@ export declare const channelFacebookFeedContract: {
11448
11448
  } | undefined;
11449
11449
  }, {
11450
11450
  data: {
11451
- id: string;
11452
11451
  name: string;
11452
+ id: string;
11453
11453
  picture: {
11454
11454
  data: {
11455
11455
  url: string;
@@ -11458,8 +11458,8 @@ export declare const channelFacebookFeedContract: {
11458
11458
  category: string;
11459
11459
  access_token: string;
11460
11460
  category_list: {
11461
- id: string;
11462
11461
  name: string;
11462
+ id: string;
11463
11463
  }[];
11464
11464
  tasks: string[];
11465
11465
  }[];
@@ -11473,8 +11473,8 @@ export declare const channelFacebookFeedContract: {
11473
11473
  }, "strip", z.ZodTypeAny, {
11474
11474
  data: {
11475
11475
  data: {
11476
- id: string;
11477
11476
  name: string;
11477
+ id: string;
11478
11478
  picture: {
11479
11479
  data: {
11480
11480
  url: string;
@@ -11483,8 +11483,8 @@ export declare const channelFacebookFeedContract: {
11483
11483
  category: string;
11484
11484
  access_token: string;
11485
11485
  category_list: {
11486
- id: string;
11487
11486
  name: string;
11487
+ id: string;
11488
11488
  }[];
11489
11489
  tasks: string[];
11490
11490
  }[];
@@ -11499,8 +11499,8 @@ export declare const channelFacebookFeedContract: {
11499
11499
  }, {
11500
11500
  data: {
11501
11501
  data: {
11502
- id: string;
11503
11502
  name: string;
11503
+ id: string;
11504
11504
  picture: {
11505
11505
  data: {
11506
11506
  url: string;
@@ -11509,8 +11509,8 @@ export declare const channelFacebookFeedContract: {
11509
11509
  category: string;
11510
11510
  access_token: string;
11511
11511
  category_list: {
11512
- id: string;
11513
11512
  name: string;
11513
+ id: string;
11514
11514
  }[];
11515
11515
  tasks: string[];
11516
11516
  }[];
@@ -11604,8 +11604,8 @@ export declare const channelFacebookFeedContract: {
11604
11604
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11605
11605
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11606
11606
  }, "strip", z.ZodTypeAny, {
11607
- id: string;
11608
11607
  name: string;
11608
+ id: string;
11609
11609
  accessToken?: string | undefined;
11610
11610
  channelSecret?: string | undefined;
11611
11611
  additionalCredentials?: any;
@@ -11633,8 +11633,8 @@ export declare const channelFacebookFeedContract: {
11633
11633
  messengerIntegrationType?: "own" | "business" | undefined;
11634
11634
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11635
11635
  }, {
11636
- id: string;
11637
11636
  name: string;
11637
+ id: string;
11638
11638
  accessToken?: string | undefined;
11639
11639
  channelSecret?: string | undefined;
11640
11640
  additionalCredentials?: any;
@@ -11666,11 +11666,11 @@ export declare const channelFacebookFeedContract: {
11666
11666
  connectedUserId: z.ZodString;
11667
11667
  connectedUserName: z.ZodOptional<z.ZodString>;
11668
11668
  }, "strip", z.ZodTypeAny, {
11669
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11670
11669
  name: string;
11670
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11671
11671
  metadata: {
11672
- id: string;
11673
11672
  name: string;
11673
+ id: string;
11674
11674
  accessToken?: string | undefined;
11675
11675
  channelSecret?: string | undefined;
11676
11676
  additionalCredentials?: any;
@@ -11702,11 +11702,11 @@ export declare const channelFacebookFeedContract: {
11702
11702
  connectedUserId: string;
11703
11703
  connectedUserName?: string | undefined;
11704
11704
  }, {
11705
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11706
11705
  name: string;
11706
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11707
11707
  metadata: {
11708
- id: string;
11709
11708
  name: string;
11709
+ id: string;
11710
11710
  accessToken?: string | undefined;
11711
11711
  channelSecret?: string | undefined;
11712
11712
  additionalCredentials?: any;
@@ -11814,8 +11814,8 @@ export declare const channelFacebookFeedContract: {
11814
11814
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11815
11815
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11816
11816
  }, "strip", z.ZodTypeAny, {
11817
- id: string;
11818
11817
  name: string;
11818
+ id: string;
11819
11819
  accessToken?: string | undefined;
11820
11820
  channelSecret?: string | undefined;
11821
11821
  additionalCredentials?: any;
@@ -11843,8 +11843,8 @@ export declare const channelFacebookFeedContract: {
11843
11843
  messengerIntegrationType?: "own" | "business" | undefined;
11844
11844
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11845
11845
  }, {
11846
- id: string;
11847
11846
  name: string;
11847
+ id: string;
11848
11848
  accessToken?: string | undefined;
11849
11849
  channelSecret?: string | undefined;
11850
11850
  additionalCredentials?: any;
@@ -11885,14 +11885,14 @@ export declare const channelFacebookFeedContract: {
11885
11885
  integrationId: z.ZodString;
11886
11886
  accessToken: z.ZodString;
11887
11887
  }, "strip", z.ZodTypeAny, {
11888
- id: string;
11889
11888
  name: string;
11889
+ id: string;
11890
11890
  accessToken: string;
11891
11891
  botId: string;
11892
11892
  integrationId: string;
11893
11893
  }, {
11894
- id: string;
11895
11894
  name: string;
11895
+ id: string;
11896
11896
  accessToken: string;
11897
11897
  botId: string;
11898
11898
  integrationId: string;
@@ -12015,9 +12015,9 @@ export declare const channelFacebookFeedContract: {
12015
12015
  telephonySignature: string | null;
12016
12016
  }>;
12017
12017
  }, "strip", z.ZodTypeAny, {
12018
+ name: string;
12018
12019
  id: string;
12019
12020
  address: string | null;
12020
- name: string;
12021
12021
  email: string;
12022
12022
  createdAt: Date;
12023
12023
  updatedAt: Date;
@@ -12058,9 +12058,9 @@ export declare const channelFacebookFeedContract: {
12058
12058
  telephonySignature: string | null;
12059
12059
  };
12060
12060
  }, {
12061
+ name: string;
12061
12062
  id: string;
12062
12063
  address: string | null;
12063
- name: string;
12064
12064
  email: string;
12065
12065
  createdAt: Date;
12066
12066
  updatedAt: Date;
@@ -12102,12 +12102,12 @@ export declare const channelFacebookFeedContract: {
12102
12102
  };
12103
12103
  }>;
12104
12104
  }, "strip", z.ZodTypeAny, {
12105
+ name: string;
12105
12106
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12106
12107
  id: string;
12107
- name: string;
12108
12108
  metadata: {
12109
- id: string;
12110
12109
  name: string;
12110
+ id: string;
12111
12111
  accessToken?: string | undefined;
12112
12112
  channelSecret?: string | undefined;
12113
12113
  additionalCredentials?: any;
@@ -12140,9 +12140,9 @@ export declare const channelFacebookFeedContract: {
12140
12140
  updatedAt: Date;
12141
12141
  deletedAt: Date | null;
12142
12142
  actor: {
12143
+ name: string;
12143
12144
  id: string;
12144
12145
  address: string | null;
12145
- name: string;
12146
12146
  email: string;
12147
12147
  createdAt: Date;
12148
12148
  updatedAt: Date;
@@ -12189,19 +12189,19 @@ export declare const channelFacebookFeedContract: {
12189
12189
  connectedUserName: string;
12190
12190
  connectedUserId: string;
12191
12191
  botpressBot: {
12192
- id: string;
12193
12192
  name: string;
12193
+ id: string;
12194
12194
  accessToken: string;
12195
12195
  botId: string;
12196
12196
  integrationId: string;
12197
12197
  } | null;
12198
12198
  }, {
12199
+ name: string;
12199
12200
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12200
12201
  id: string;
12201
- name: string;
12202
12202
  metadata: {
12203
- id: string;
12204
12203
  name: string;
12204
+ id: string;
12205
12205
  accessToken?: string | undefined;
12206
12206
  channelSecret?: string | undefined;
12207
12207
  additionalCredentials?: any;
@@ -12234,9 +12234,9 @@ export declare const channelFacebookFeedContract: {
12234
12234
  updatedAt: Date;
12235
12235
  deletedAt: Date | null;
12236
12236
  actor: {
12237
+ name: string;
12237
12238
  id: string;
12238
12239
  address: string | null;
12239
- name: string;
12240
12240
  email: string;
12241
12241
  createdAt: Date;
12242
12242
  updatedAt: Date;
@@ -12283,8 +12283,8 @@ export declare const channelFacebookFeedContract: {
12283
12283
  connectedUserName: string;
12284
12284
  connectedUserId: string;
12285
12285
  botpressBot: {
12286
- id: string;
12287
12286
  name: string;
12287
+ id: string;
12288
12288
  accessToken: string;
12289
12289
  botId: string;
12290
12290
  integrationId: string;
@@ -12292,12 +12292,12 @@ export declare const channelFacebookFeedContract: {
12292
12292
  }>;
12293
12293
  }, "strip", z.ZodTypeAny, {
12294
12294
  channel: {
12295
+ name: string;
12295
12296
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12296
12297
  id: string;
12297
- name: string;
12298
12298
  metadata: {
12299
- id: string;
12300
12299
  name: string;
12300
+ id: string;
12301
12301
  accessToken?: string | undefined;
12302
12302
  channelSecret?: string | undefined;
12303
12303
  additionalCredentials?: any;
@@ -12330,9 +12330,9 @@ export declare const channelFacebookFeedContract: {
12330
12330
  updatedAt: Date;
12331
12331
  deletedAt: Date | null;
12332
12332
  actor: {
12333
+ name: string;
12333
12334
  id: string;
12334
12335
  address: string | null;
12335
- name: string;
12336
12336
  email: string;
12337
12337
  createdAt: Date;
12338
12338
  updatedAt: Date;
@@ -12379,8 +12379,8 @@ export declare const channelFacebookFeedContract: {
12379
12379
  connectedUserName: string;
12380
12380
  connectedUserId: string;
12381
12381
  botpressBot: {
12382
- id: string;
12383
12382
  name: string;
12383
+ id: string;
12384
12384
  accessToken: string;
12385
12385
  botId: string;
12386
12386
  integrationId: string;
@@ -12389,12 +12389,12 @@ export declare const channelFacebookFeedContract: {
12389
12389
  requestId: string;
12390
12390
  }, {
12391
12391
  channel: {
12392
+ name: string;
12392
12393
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12393
12394
  id: string;
12394
- name: string;
12395
12395
  metadata: {
12396
- id: string;
12397
12396
  name: string;
12397
+ id: string;
12398
12398
  accessToken?: string | undefined;
12399
12399
  channelSecret?: string | undefined;
12400
12400
  additionalCredentials?: any;
@@ -12427,9 +12427,9 @@ export declare const channelFacebookFeedContract: {
12427
12427
  updatedAt: Date;
12428
12428
  deletedAt: Date | null;
12429
12429
  actor: {
12430
+ name: string;
12430
12431
  id: string;
12431
12432
  address: string | null;
12432
- name: string;
12433
12433
  email: string;
12434
12434
  createdAt: Date;
12435
12435
  updatedAt: Date;
@@ -12476,8 +12476,8 @@ export declare const channelFacebookFeedContract: {
12476
12476
  connectedUserName: string;
12477
12477
  connectedUserId: string;
12478
12478
  botpressBot: {
12479
- id: string;
12480
12479
  name: string;
12480
+ id: string;
12481
12481
  accessToken: string;
12482
12482
  botId: string;
12483
12483
  integrationId: string;
@@ -12583,8 +12583,8 @@ export declare const channelBotContract: {
12583
12583
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12584
12584
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12585
12585
  }, "strip", z.ZodTypeAny, {
12586
- id: string;
12587
12586
  name: string;
12587
+ id: string;
12588
12588
  accessToken?: string | undefined;
12589
12589
  channelSecret?: string | undefined;
12590
12590
  additionalCredentials?: any;
@@ -12612,8 +12612,8 @@ export declare const channelBotContract: {
12612
12612
  messengerIntegrationType?: "own" | "business" | undefined;
12613
12613
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12614
12614
  }, {
12615
- id: string;
12616
12615
  name: string;
12616
+ id: string;
12617
12617
  accessToken?: string | undefined;
12618
12618
  channelSecret?: string | undefined;
12619
12619
  additionalCredentials?: any;
@@ -12654,14 +12654,14 @@ export declare const channelBotContract: {
12654
12654
  integrationId: z.ZodString;
12655
12655
  accessToken: z.ZodString;
12656
12656
  }, "strip", z.ZodTypeAny, {
12657
- id: string;
12658
12657
  name: string;
12658
+ id: string;
12659
12659
  accessToken: string;
12660
12660
  botId: string;
12661
12661
  integrationId: string;
12662
12662
  }, {
12663
- id: string;
12664
12663
  name: string;
12664
+ id: string;
12665
12665
  accessToken: string;
12666
12666
  botId: string;
12667
12667
  integrationId: string;
@@ -12784,9 +12784,9 @@ export declare const channelBotContract: {
12784
12784
  telephonySignature: string | null;
12785
12785
  }>;
12786
12786
  }, "strip", z.ZodTypeAny, {
12787
+ name: string;
12787
12788
  id: string;
12788
12789
  address: string | null;
12789
- name: string;
12790
12790
  email: string;
12791
12791
  createdAt: Date;
12792
12792
  updatedAt: Date;
@@ -12827,9 +12827,9 @@ export declare const channelBotContract: {
12827
12827
  telephonySignature: string | null;
12828
12828
  };
12829
12829
  }, {
12830
+ name: string;
12830
12831
  id: string;
12831
12832
  address: string | null;
12832
- name: string;
12833
12833
  email: string;
12834
12834
  createdAt: Date;
12835
12835
  updatedAt: Date;
@@ -12871,12 +12871,12 @@ export declare const channelBotContract: {
12871
12871
  };
12872
12872
  }>;
12873
12873
  }, "strip", z.ZodTypeAny, {
12874
+ name: string;
12874
12875
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12875
12876
  id: string;
12876
- name: string;
12877
12877
  metadata: {
12878
- id: string;
12879
12878
  name: string;
12879
+ id: string;
12880
12880
  accessToken?: string | undefined;
12881
12881
  channelSecret?: string | undefined;
12882
12882
  additionalCredentials?: any;
@@ -12909,9 +12909,9 @@ export declare const channelBotContract: {
12909
12909
  updatedAt: Date;
12910
12910
  deletedAt: Date | null;
12911
12911
  actor: {
12912
+ name: string;
12912
12913
  id: string;
12913
12914
  address: string | null;
12914
- name: string;
12915
12915
  email: string;
12916
12916
  createdAt: Date;
12917
12917
  updatedAt: Date;
@@ -12958,19 +12958,19 @@ export declare const channelBotContract: {
12958
12958
  connectedUserName: string;
12959
12959
  connectedUserId: string;
12960
12960
  botpressBot: {
12961
- id: string;
12962
12961
  name: string;
12962
+ id: string;
12963
12963
  accessToken: string;
12964
12964
  botId: string;
12965
12965
  integrationId: string;
12966
12966
  } | null;
12967
12967
  }, {
12968
+ name: string;
12968
12969
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12969
12970
  id: string;
12970
- name: string;
12971
12971
  metadata: {
12972
- id: string;
12973
12972
  name: string;
12973
+ id: string;
12974
12974
  accessToken?: string | undefined;
12975
12975
  channelSecret?: string | undefined;
12976
12976
  additionalCredentials?: any;
@@ -13003,9 +13003,9 @@ export declare const channelBotContract: {
13003
13003
  updatedAt: Date;
13004
13004
  deletedAt: Date | null;
13005
13005
  actor: {
13006
+ name: string;
13006
13007
  id: string;
13007
13008
  address: string | null;
13008
- name: string;
13009
13009
  email: string;
13010
13010
  createdAt: Date;
13011
13011
  updatedAt: Date;
@@ -13052,8 +13052,8 @@ export declare const channelBotContract: {
13052
13052
  connectedUserName: string;
13053
13053
  connectedUserId: string;
13054
13054
  botpressBot: {
13055
- id: string;
13056
13055
  name: string;
13056
+ id: string;
13057
13057
  accessToken: string;
13058
13058
  botId: string;
13059
13059
  integrationId: string;
@@ -13061,12 +13061,12 @@ export declare const channelBotContract: {
13061
13061
  }>;
13062
13062
  }, "strip", z.ZodTypeAny, {
13063
13063
  channel: {
13064
+ name: string;
13064
13065
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13065
13066
  id: string;
13066
- name: string;
13067
13067
  metadata: {
13068
- id: string;
13069
13068
  name: string;
13069
+ id: string;
13070
13070
  accessToken?: string | undefined;
13071
13071
  channelSecret?: string | undefined;
13072
13072
  additionalCredentials?: any;
@@ -13099,9 +13099,9 @@ export declare const channelBotContract: {
13099
13099
  updatedAt: Date;
13100
13100
  deletedAt: Date | null;
13101
13101
  actor: {
13102
+ name: string;
13102
13103
  id: string;
13103
13104
  address: string | null;
13104
- name: string;
13105
13105
  email: string;
13106
13106
  createdAt: Date;
13107
13107
  updatedAt: Date;
@@ -13148,8 +13148,8 @@ export declare const channelBotContract: {
13148
13148
  connectedUserName: string;
13149
13149
  connectedUserId: string;
13150
13150
  botpressBot: {
13151
- id: string;
13152
13151
  name: string;
13152
+ id: string;
13153
13153
  accessToken: string;
13154
13154
  botId: string;
13155
13155
  integrationId: string;
@@ -13158,12 +13158,12 @@ export declare const channelBotContract: {
13158
13158
  requestId: string;
13159
13159
  }, {
13160
13160
  channel: {
13161
+ name: string;
13161
13162
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13162
13163
  id: string;
13163
- name: string;
13164
13164
  metadata: {
13165
- id: string;
13166
13165
  name: string;
13166
+ id: string;
13167
13167
  accessToken?: string | undefined;
13168
13168
  channelSecret?: string | undefined;
13169
13169
  additionalCredentials?: any;
@@ -13196,9 +13196,9 @@ export declare const channelBotContract: {
13196
13196
  updatedAt: Date;
13197
13197
  deletedAt: Date | null;
13198
13198
  actor: {
13199
+ name: string;
13199
13200
  id: string;
13200
13201
  address: string | null;
13201
- name: string;
13202
13202
  email: string;
13203
13203
  createdAt: Date;
13204
13204
  updatedAt: Date;
@@ -13245,8 +13245,8 @@ export declare const channelBotContract: {
13245
13245
  connectedUserName: string;
13246
13246
  connectedUserId: string;
13247
13247
  botpressBot: {
13248
- id: string;
13249
13248
  name: string;
13249
+ id: string;
13250
13250
  accessToken: string;
13251
13251
  botId: string;
13252
13252
  integrationId: string;
@@ -13354,8 +13354,8 @@ export declare const channelBotContract: {
13354
13354
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13355
13355
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13356
13356
  }, "strip", z.ZodTypeAny, {
13357
- id: string;
13358
13357
  name: string;
13358
+ id: string;
13359
13359
  accessToken?: string | undefined;
13360
13360
  channelSecret?: string | undefined;
13361
13361
  additionalCredentials?: any;
@@ -13383,8 +13383,8 @@ export declare const channelBotContract: {
13383
13383
  messengerIntegrationType?: "own" | "business" | undefined;
13384
13384
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13385
13385
  }, {
13386
- id: string;
13387
13386
  name: string;
13387
+ id: string;
13388
13388
  accessToken?: string | undefined;
13389
13389
  channelSecret?: string | undefined;
13390
13390
  additionalCredentials?: any;
@@ -13425,14 +13425,14 @@ export declare const channelBotContract: {
13425
13425
  integrationId: z.ZodString;
13426
13426
  accessToken: z.ZodString;
13427
13427
  }, "strip", z.ZodTypeAny, {
13428
- id: string;
13429
13428
  name: string;
13429
+ id: string;
13430
13430
  accessToken: string;
13431
13431
  botId: string;
13432
13432
  integrationId: string;
13433
13433
  }, {
13434
- id: string;
13435
13434
  name: string;
13435
+ id: string;
13436
13436
  accessToken: string;
13437
13437
  botId: string;
13438
13438
  integrationId: string;
@@ -13555,9 +13555,9 @@ export declare const channelBotContract: {
13555
13555
  telephonySignature: string | null;
13556
13556
  }>;
13557
13557
  }, "strip", z.ZodTypeAny, {
13558
+ name: string;
13558
13559
  id: string;
13559
13560
  address: string | null;
13560
- name: string;
13561
13561
  email: string;
13562
13562
  createdAt: Date;
13563
13563
  updatedAt: Date;
@@ -13598,9 +13598,9 @@ export declare const channelBotContract: {
13598
13598
  telephonySignature: string | null;
13599
13599
  };
13600
13600
  }, {
13601
+ name: string;
13601
13602
  id: string;
13602
13603
  address: string | null;
13603
- name: string;
13604
13604
  email: string;
13605
13605
  createdAt: Date;
13606
13606
  updatedAt: Date;
@@ -13642,12 +13642,12 @@ export declare const channelBotContract: {
13642
13642
  };
13643
13643
  }>;
13644
13644
  }, "strip", z.ZodTypeAny, {
13645
+ name: string;
13645
13646
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13646
13647
  id: string;
13647
- name: string;
13648
13648
  metadata: {
13649
- id: string;
13650
13649
  name: string;
13650
+ id: string;
13651
13651
  accessToken?: string | undefined;
13652
13652
  channelSecret?: string | undefined;
13653
13653
  additionalCredentials?: any;
@@ -13680,9 +13680,9 @@ export declare const channelBotContract: {
13680
13680
  updatedAt: Date;
13681
13681
  deletedAt: Date | null;
13682
13682
  actor: {
13683
+ name: string;
13683
13684
  id: string;
13684
13685
  address: string | null;
13685
- name: string;
13686
13686
  email: string;
13687
13687
  createdAt: Date;
13688
13688
  updatedAt: Date;
@@ -13729,19 +13729,19 @@ export declare const channelBotContract: {
13729
13729
  connectedUserName: string;
13730
13730
  connectedUserId: string;
13731
13731
  botpressBot: {
13732
- id: string;
13733
13732
  name: string;
13733
+ id: string;
13734
13734
  accessToken: string;
13735
13735
  botId: string;
13736
13736
  integrationId: string;
13737
13737
  } | null;
13738
13738
  }, {
13739
+ name: string;
13739
13740
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13740
13741
  id: string;
13741
- name: string;
13742
13742
  metadata: {
13743
- id: string;
13744
13743
  name: string;
13744
+ id: string;
13745
13745
  accessToken?: string | undefined;
13746
13746
  channelSecret?: string | undefined;
13747
13747
  additionalCredentials?: any;
@@ -13774,9 +13774,9 @@ export declare const channelBotContract: {
13774
13774
  updatedAt: Date;
13775
13775
  deletedAt: Date | null;
13776
13776
  actor: {
13777
+ name: string;
13777
13778
  id: string;
13778
13779
  address: string | null;
13779
- name: string;
13780
13780
  email: string;
13781
13781
  createdAt: Date;
13782
13782
  updatedAt: Date;
@@ -13823,8 +13823,8 @@ export declare const channelBotContract: {
13823
13823
  connectedUserName: string;
13824
13824
  connectedUserId: string;
13825
13825
  botpressBot: {
13826
- id: string;
13827
13826
  name: string;
13827
+ id: string;
13828
13828
  accessToken: string;
13829
13829
  botId: string;
13830
13830
  integrationId: string;
@@ -13832,12 +13832,12 @@ export declare const channelBotContract: {
13832
13832
  }>;
13833
13833
  }, "strip", z.ZodTypeAny, {
13834
13834
  channel: {
13835
+ name: string;
13835
13836
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13836
13837
  id: string;
13837
- name: string;
13838
13838
  metadata: {
13839
- id: string;
13840
13839
  name: string;
13840
+ id: string;
13841
13841
  accessToken?: string | undefined;
13842
13842
  channelSecret?: string | undefined;
13843
13843
  additionalCredentials?: any;
@@ -13870,9 +13870,9 @@ export declare const channelBotContract: {
13870
13870
  updatedAt: Date;
13871
13871
  deletedAt: Date | null;
13872
13872
  actor: {
13873
+ name: string;
13873
13874
  id: string;
13874
13875
  address: string | null;
13875
- name: string;
13876
13876
  email: string;
13877
13877
  createdAt: Date;
13878
13878
  updatedAt: Date;
@@ -13919,8 +13919,8 @@ export declare const channelBotContract: {
13919
13919
  connectedUserName: string;
13920
13920
  connectedUserId: string;
13921
13921
  botpressBot: {
13922
- id: string;
13923
13922
  name: string;
13923
+ id: string;
13924
13924
  accessToken: string;
13925
13925
  botId: string;
13926
13926
  integrationId: string;
@@ -13929,12 +13929,12 @@ export declare const channelBotContract: {
13929
13929
  requestId: string;
13930
13930
  }, {
13931
13931
  channel: {
13932
+ name: string;
13932
13933
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13933
13934
  id: string;
13934
- name: string;
13935
13935
  metadata: {
13936
- id: string;
13937
13936
  name: string;
13937
+ id: string;
13938
13938
  accessToken?: string | undefined;
13939
13939
  channelSecret?: string | undefined;
13940
13940
  additionalCredentials?: any;
@@ -13967,9 +13967,9 @@ export declare const channelBotContract: {
13967
13967
  updatedAt: Date;
13968
13968
  deletedAt: Date | null;
13969
13969
  actor: {
13970
+ name: string;
13970
13971
  id: string;
13971
13972
  address: string | null;
13972
- name: string;
13973
13973
  email: string;
13974
13974
  createdAt: Date;
13975
13975
  updatedAt: Date;
@@ -14016,8 +14016,8 @@ export declare const channelBotContract: {
14016
14016
  connectedUserName: string;
14017
14017
  connectedUserId: string;
14018
14018
  botpressBot: {
14019
- id: string;
14020
14019
  name: string;
14020
+ id: string;
14021
14021
  accessToken: string;
14022
14022
  botId: string;
14023
14023
  integrationId: string;
@@ -14069,8 +14069,8 @@ export declare const channelSMSContract: {
14069
14069
  apiSecret: string;
14070
14070
  }>;
14071
14071
  }, "strip", z.ZodTypeAny, {
14072
- type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
14073
14072
  name: string;
14073
+ type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
14074
14074
  senderId: string;
14075
14075
  vonageCredentials: {
14076
14076
  apiKey: string;
@@ -14078,8 +14078,8 @@ export declare const channelSMSContract: {
14078
14078
  apiSecret: string;
14079
14079
  };
14080
14080
  }, {
14081
- type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
14082
14081
  name: string;
14082
+ type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
14083
14083
  senderId: string;
14084
14084
  vonageCredentials: {
14085
14085
  apiKey: string;
@@ -14163,8 +14163,8 @@ export declare const channelSMSContract: {
14163
14163
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
14164
14164
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
14165
14165
  }, "strip", z.ZodTypeAny, {
14166
- id: string;
14167
14166
  name: string;
14167
+ id: string;
14168
14168
  accessToken?: string | undefined;
14169
14169
  channelSecret?: string | undefined;
14170
14170
  additionalCredentials?: any;
@@ -14192,8 +14192,8 @@ export declare const channelSMSContract: {
14192
14192
  messengerIntegrationType?: "own" | "business" | undefined;
14193
14193
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14194
14194
  }, {
14195
- id: string;
14196
14195
  name: string;
14196
+ id: string;
14197
14197
  accessToken?: string | undefined;
14198
14198
  channelSecret?: string | undefined;
14199
14199
  additionalCredentials?: any;
@@ -14234,14 +14234,14 @@ export declare const channelSMSContract: {
14234
14234
  integrationId: z.ZodString;
14235
14235
  accessToken: z.ZodString;
14236
14236
  }, "strip", z.ZodTypeAny, {
14237
- id: string;
14238
14237
  name: string;
14238
+ id: string;
14239
14239
  accessToken: string;
14240
14240
  botId: string;
14241
14241
  integrationId: string;
14242
14242
  }, {
14243
- id: string;
14244
14243
  name: string;
14244
+ id: string;
14245
14245
  accessToken: string;
14246
14246
  botId: string;
14247
14247
  integrationId: string;
@@ -14364,9 +14364,9 @@ export declare const channelSMSContract: {
14364
14364
  telephonySignature: string | null;
14365
14365
  }>;
14366
14366
  }, "strip", z.ZodTypeAny, {
14367
+ name: string;
14367
14368
  id: string;
14368
14369
  address: string | null;
14369
- name: string;
14370
14370
  email: string;
14371
14371
  createdAt: Date;
14372
14372
  updatedAt: Date;
@@ -14407,9 +14407,9 @@ export declare const channelSMSContract: {
14407
14407
  telephonySignature: string | null;
14408
14408
  };
14409
14409
  }, {
14410
+ name: string;
14410
14411
  id: string;
14411
14412
  address: string | null;
14412
- name: string;
14413
14413
  email: string;
14414
14414
  createdAt: Date;
14415
14415
  updatedAt: Date;
@@ -14451,12 +14451,12 @@ export declare const channelSMSContract: {
14451
14451
  };
14452
14452
  }>;
14453
14453
  }, "strip", z.ZodTypeAny, {
14454
+ name: string;
14454
14455
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14455
14456
  id: string;
14456
- name: string;
14457
14457
  metadata: {
14458
- id: string;
14459
14458
  name: string;
14459
+ id: string;
14460
14460
  accessToken?: string | undefined;
14461
14461
  channelSecret?: string | undefined;
14462
14462
  additionalCredentials?: any;
@@ -14489,9 +14489,9 @@ export declare const channelSMSContract: {
14489
14489
  updatedAt: Date;
14490
14490
  deletedAt: Date | null;
14491
14491
  actor: {
14492
+ name: string;
14492
14493
  id: string;
14493
14494
  address: string | null;
14494
- name: string;
14495
14495
  email: string;
14496
14496
  createdAt: Date;
14497
14497
  updatedAt: Date;
@@ -14538,19 +14538,19 @@ export declare const channelSMSContract: {
14538
14538
  connectedUserName: string;
14539
14539
  connectedUserId: string;
14540
14540
  botpressBot: {
14541
- id: string;
14542
14541
  name: string;
14542
+ id: string;
14543
14543
  accessToken: string;
14544
14544
  botId: string;
14545
14545
  integrationId: string;
14546
14546
  } | null;
14547
14547
  }, {
14548
+ name: string;
14548
14549
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14549
14550
  id: string;
14550
- name: string;
14551
14551
  metadata: {
14552
- id: string;
14553
14552
  name: string;
14553
+ id: string;
14554
14554
  accessToken?: string | undefined;
14555
14555
  channelSecret?: string | undefined;
14556
14556
  additionalCredentials?: any;
@@ -14583,9 +14583,9 @@ export declare const channelSMSContract: {
14583
14583
  updatedAt: Date;
14584
14584
  deletedAt: Date | null;
14585
14585
  actor: {
14586
+ name: string;
14586
14587
  id: string;
14587
14588
  address: string | null;
14588
- name: string;
14589
14589
  email: string;
14590
14590
  createdAt: Date;
14591
14591
  updatedAt: Date;
@@ -14632,8 +14632,8 @@ export declare const channelSMSContract: {
14632
14632
  connectedUserName: string;
14633
14633
  connectedUserId: string;
14634
14634
  botpressBot: {
14635
- id: string;
14636
14635
  name: string;
14636
+ id: string;
14637
14637
  accessToken: string;
14638
14638
  botId: string;
14639
14639
  integrationId: string;
@@ -14641,12 +14641,12 @@ export declare const channelSMSContract: {
14641
14641
  }>;
14642
14642
  }, "strip", z.ZodTypeAny, {
14643
14643
  channel: {
14644
+ name: string;
14644
14645
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14645
14646
  id: string;
14646
- name: string;
14647
14647
  metadata: {
14648
- id: string;
14649
14648
  name: string;
14649
+ id: string;
14650
14650
  accessToken?: string | undefined;
14651
14651
  channelSecret?: string | undefined;
14652
14652
  additionalCredentials?: any;
@@ -14679,9 +14679,9 @@ export declare const channelSMSContract: {
14679
14679
  updatedAt: Date;
14680
14680
  deletedAt: Date | null;
14681
14681
  actor: {
14682
+ name: string;
14682
14683
  id: string;
14683
14684
  address: string | null;
14684
- name: string;
14685
14685
  email: string;
14686
14686
  createdAt: Date;
14687
14687
  updatedAt: Date;
@@ -14728,8 +14728,8 @@ export declare const channelSMSContract: {
14728
14728
  connectedUserName: string;
14729
14729
  connectedUserId: string;
14730
14730
  botpressBot: {
14731
- id: string;
14732
14731
  name: string;
14732
+ id: string;
14733
14733
  accessToken: string;
14734
14734
  botId: string;
14735
14735
  integrationId: string;
@@ -14738,12 +14738,12 @@ export declare const channelSMSContract: {
14738
14738
  requestId: string;
14739
14739
  }, {
14740
14740
  channel: {
14741
+ name: string;
14741
14742
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14742
14743
  id: string;
14743
- name: string;
14744
14744
  metadata: {
14745
- id: string;
14746
14745
  name: string;
14746
+ id: string;
14747
14747
  accessToken?: string | undefined;
14748
14748
  channelSecret?: string | undefined;
14749
14749
  additionalCredentials?: any;
@@ -14776,9 +14776,9 @@ export declare const channelSMSContract: {
14776
14776
  updatedAt: Date;
14777
14777
  deletedAt: Date | null;
14778
14778
  actor: {
14779
+ name: string;
14779
14780
  id: string;
14780
14781
  address: string | null;
14781
- name: string;
14782
14782
  email: string;
14783
14783
  createdAt: Date;
14784
14784
  updatedAt: Date;
@@ -14825,8 +14825,8 @@ export declare const channelSMSContract: {
14825
14825
  connectedUserName: string;
14826
14826
  connectedUserId: string;
14827
14827
  botpressBot: {
14828
- id: string;
14829
14828
  name: string;
14829
+ id: string;
14830
14830
  accessToken: string;
14831
14831
  botId: string;
14832
14832
  integrationId: string;