@kl1/contracts 1.2.40-uat → 1.2.41-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 (113) 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 +3922 -3922
  20. package/dist/api-contracts/src/chat/schema.d.ts +1152 -1128
  21. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  23. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  24. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  25. package/dist/api-contracts/src/company/index.d.ts +4 -4
  26. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  27. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  28. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  29. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  30. package/dist/api-contracts/src/contract.d.ts +10147 -10079
  31. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  32. package/dist/api-contracts/src/cx-log/index.d.ts +316 -248
  33. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/cx-log/schema.d.ts +252 -204
  35. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  36. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  37. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  38. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  39. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  42. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  43. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  44. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  45. package/dist/api-contracts/src/index.d.ts +1 -0
  46. package/dist/api-contracts/src/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  48. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  49. package/dist/api-contracts/src/line/index.d.ts +608 -608
  50. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  51. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  52. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  53. package/dist/api-contracts/src/mail/mail-contract.d.ts +2463 -2463
  54. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  55. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  56. package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
  57. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  58. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
  59. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  60. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  61. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  62. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  63. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  64. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  65. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  66. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  67. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  68. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  69. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  70. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  71. package/dist/api-contracts/src/sms/index.d.ts +86 -86
  72. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  73. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  74. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  75. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  76. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  77. package/dist/api-contracts/src/subscription/schema.d.ts +222 -222
  78. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  79. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  80. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  81. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  84. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  85. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  86. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  87. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  88. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  89. package/dist/api-contracts/src/user/index.d.ts +23 -23
  90. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  91. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  92. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  93. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  94. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  95. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  96. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  97. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  98. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  99. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  100. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  101. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  103. package/dist/api-contracts/src/workflow-rule/index.d.ts +232 -232
  104. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  105. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  106. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  107. package/dist/api-contracts/utils.d.ts +1 -1
  108. package/dist/api-contracts/utils.d.ts.map +1 -1
  109. package/dist/index.js +11 -1
  110. package/dist/index.js.map +1 -1
  111. package/dist/index.mjs +11 -1
  112. package/dist/index.mjs.map +1 -1
  113. package/package.json +1 -1
@@ -88,8 +88,8 @@ export declare const channelContract: {
88
88
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
89
89
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
90
90
  }, "strip", z.ZodTypeAny, {
91
- name: string;
92
91
  id: string;
92
+ name: string;
93
93
  accessToken?: string | undefined;
94
94
  channelSecret?: string | undefined;
95
95
  additionalCredentials?: any;
@@ -114,8 +114,8 @@ export declare const channelContract: {
114
114
  lineRichMenuId?: string | null | undefined;
115
115
  messengerIntegrationType?: "own" | "business" | undefined;
116
116
  }, {
117
- name: string;
118
117
  id: string;
118
+ name: string;
119
119
  accessToken?: string | undefined;
120
120
  channelSecret?: string | undefined;
121
121
  additionalCredentials?: any;
@@ -153,14 +153,14 @@ export declare const channelContract: {
153
153
  integrationId: z.ZodString;
154
154
  accessToken: z.ZodString;
155
155
  }, "strip", z.ZodTypeAny, {
156
- name: string;
157
156
  id: string;
157
+ name: string;
158
158
  accessToken: string;
159
159
  botId: string;
160
160
  integrationId: string;
161
161
  }, {
162
- name: string;
163
162
  id: string;
163
+ name: string;
164
164
  accessToken: string;
165
165
  botId: string;
166
166
  integrationId: string;
@@ -283,9 +283,9 @@ export declare const channelContract: {
283
283
  telephonySignature: string | null;
284
284
  }>;
285
285
  }, "strip", z.ZodTypeAny, {
286
- name: string;
287
286
  id: string;
288
287
  address: string | null;
288
+ name: string;
289
289
  email: string;
290
290
  createdAt: Date;
291
291
  updatedAt: Date;
@@ -326,9 +326,9 @@ export declare const channelContract: {
326
326
  telephonySignature: string | null;
327
327
  };
328
328
  }, {
329
- name: string;
330
329
  id: string;
331
330
  address: string | null;
331
+ name: string;
332
332
  email: string;
333
333
  createdAt: Date;
334
334
  updatedAt: Date;
@@ -370,12 +370,12 @@ export declare const channelContract: {
370
370
  };
371
371
  }>;
372
372
  }, "strip", z.ZodTypeAny, {
373
- name: string;
374
373
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
375
374
  id: string;
375
+ name: string;
376
376
  metadata: {
377
- name: string;
378
377
  id: string;
378
+ name: string;
379
379
  accessToken?: string | undefined;
380
380
  channelSecret?: string | undefined;
381
381
  additionalCredentials?: any;
@@ -405,9 +405,9 @@ export declare const channelContract: {
405
405
  updatedAt: Date;
406
406
  deletedAt: Date | null;
407
407
  actor: {
408
- name: string;
409
408
  id: string;
410
409
  address: string | null;
410
+ name: string;
411
411
  email: string;
412
412
  createdAt: Date;
413
413
  updatedAt: Date;
@@ -454,19 +454,19 @@ export declare const channelContract: {
454
454
  connectedUserName: string;
455
455
  connectedUserId: string;
456
456
  botpressBot: {
457
- name: string;
458
457
  id: string;
458
+ name: string;
459
459
  accessToken: string;
460
460
  botId: string;
461
461
  integrationId: string;
462
462
  } | null;
463
463
  }, {
464
- name: string;
465
464
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
466
465
  id: string;
466
+ name: string;
467
467
  metadata: {
468
- name: string;
469
468
  id: string;
469
+ name: string;
470
470
  accessToken?: string | undefined;
471
471
  channelSecret?: string | undefined;
472
472
  additionalCredentials?: any;
@@ -496,9 +496,9 @@ export declare const channelContract: {
496
496
  updatedAt: Date;
497
497
  deletedAt: Date | null;
498
498
  actor: {
499
- name: string;
500
499
  id: string;
501
500
  address: string | null;
501
+ name: string;
502
502
  email: string;
503
503
  createdAt: Date;
504
504
  updatedAt: Date;
@@ -545,8 +545,8 @@ export declare const channelContract: {
545
545
  connectedUserName: string;
546
546
  connectedUserId: string;
547
547
  botpressBot: {
548
- name: string;
549
548
  id: string;
549
+ name: string;
550
550
  accessToken: string;
551
551
  botId: string;
552
552
  integrationId: string;
@@ -554,12 +554,12 @@ export declare const channelContract: {
554
554
  }>, "many">;
555
555
  }, "strip", z.ZodTypeAny, {
556
556
  data: {
557
- name: string;
558
557
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
559
558
  id: string;
559
+ name: string;
560
560
  metadata: {
561
- name: string;
562
561
  id: string;
562
+ name: string;
563
563
  accessToken?: string | undefined;
564
564
  channelSecret?: string | undefined;
565
565
  additionalCredentials?: any;
@@ -589,9 +589,9 @@ export declare const channelContract: {
589
589
  updatedAt: Date;
590
590
  deletedAt: Date | null;
591
591
  actor: {
592
- name: string;
593
592
  id: string;
594
593
  address: string | null;
594
+ name: string;
595
595
  email: string;
596
596
  createdAt: Date;
597
597
  updatedAt: Date;
@@ -638,8 +638,8 @@ export declare const channelContract: {
638
638
  connectedUserName: string;
639
639
  connectedUserId: string;
640
640
  botpressBot: {
641
- name: string;
642
641
  id: string;
642
+ name: string;
643
643
  accessToken: string;
644
644
  botId: string;
645
645
  integrationId: string;
@@ -648,12 +648,12 @@ export declare const channelContract: {
648
648
  requestId: string;
649
649
  }, {
650
650
  data: {
651
- name: string;
652
651
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
653
652
  id: string;
653
+ name: string;
654
654
  metadata: {
655
- name: string;
656
655
  id: string;
656
+ name: string;
657
657
  accessToken?: string | undefined;
658
658
  channelSecret?: string | undefined;
659
659
  additionalCredentials?: any;
@@ -683,9 +683,9 @@ export declare const channelContract: {
683
683
  updatedAt: Date;
684
684
  deletedAt: Date | null;
685
685
  actor: {
686
- name: string;
687
686
  id: string;
688
687
  address: string | null;
688
+ name: string;
689
689
  email: string;
690
690
  createdAt: Date;
691
691
  updatedAt: Date;
@@ -732,8 +732,8 @@ export declare const channelContract: {
732
732
  connectedUserName: string;
733
733
  connectedUserId: string;
734
734
  botpressBot: {
735
- name: string;
736
735
  id: string;
736
+ name: string;
737
737
  accessToken: string;
738
738
  botId: string;
739
739
  integrationId: string;
@@ -775,8 +775,8 @@ export declare const channelContract: {
775
775
  200: z.ZodObject<{
776
776
  requestId: z.ZodString;
777
777
  channel: z.ZodObject<{
778
- name: z.ZodString;
779
778
  type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
779
+ name: z.ZodString;
780
780
  metadata: z.ZodObject<{
781
781
  id: z.ZodString;
782
782
  name: z.ZodString;
@@ -834,8 +834,8 @@ export declare const channelContract: {
834
834
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
835
835
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
836
836
  }, "strip", z.ZodTypeAny, {
837
- name: string;
838
837
  id: string;
838
+ name: string;
839
839
  accessToken?: string | undefined;
840
840
  channelSecret?: string | undefined;
841
841
  additionalCredentials?: any;
@@ -860,8 +860,8 @@ export declare const channelContract: {
860
860
  lineRichMenuId?: string | null | undefined;
861
861
  messengerIntegrationType?: "own" | "business" | undefined;
862
862
  }, {
863
- name: string;
864
863
  id: string;
864
+ name: string;
865
865
  accessToken?: string | undefined;
866
866
  channelSecret?: string | undefined;
867
867
  additionalCredentials?: any;
@@ -894,15 +894,15 @@ export declare const channelContract: {
894
894
  address: z.ZodNullable<z.ZodString>;
895
895
  phone: z.ZodNullable<z.ZodString>;
896
896
  }, "strip", z.ZodTypeAny, {
897
- name: string;
898
897
  id: string;
899
898
  address: string | null;
899
+ name: string;
900
900
  email: string;
901
901
  phone: string | null;
902
902
  }, {
903
- name: string;
904
903
  id: string;
905
904
  address: string | null;
905
+ name: string;
906
906
  email: string;
907
907
  phone: string | null;
908
908
  }>>;
@@ -917,12 +917,12 @@ export declare const channelContract: {
917
917
  deletedAt: z.ZodNullable<z.ZodString>;
918
918
  isReloginRequired: z.ZodBoolean;
919
919
  }, "strip", z.ZodTypeAny, {
920
- name: string;
921
920
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
922
921
  id: string;
922
+ name: string;
923
923
  metadata: {
924
- name: string;
925
924
  id: string;
925
+ name: string;
926
926
  accessToken?: string | undefined;
927
927
  channelSecret?: string | undefined;
928
928
  additionalCredentials?: any;
@@ -955,9 +955,9 @@ export declare const channelContract: {
955
955
  platformId: string;
956
956
  isReloginRequired: boolean;
957
957
  actor?: {
958
- name: string;
959
958
  id: string;
960
959
  address: string | null;
960
+ name: string;
961
961
  email: string;
962
962
  phone: string | null;
963
963
  } | undefined;
@@ -965,12 +965,12 @@ export declare const channelContract: {
965
965
  connectedUserName?: string | null | undefined;
966
966
  connectedUserId?: string | null | undefined;
967
967
  }, {
968
- name: string;
969
968
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
970
969
  id: string;
970
+ name: string;
971
971
  metadata: {
972
- name: string;
973
972
  id: string;
973
+ name: string;
974
974
  accessToken?: string | undefined;
975
975
  channelSecret?: string | undefined;
976
976
  additionalCredentials?: any;
@@ -1003,9 +1003,9 @@ export declare const channelContract: {
1003
1003
  platformId: string;
1004
1004
  isReloginRequired: boolean;
1005
1005
  actor?: {
1006
- name: string;
1007
1006
  id: string;
1008
1007
  address: string | null;
1008
+ name: string;
1009
1009
  email: string;
1010
1010
  phone: string | null;
1011
1011
  } | undefined;
@@ -1015,12 +1015,12 @@ export declare const channelContract: {
1015
1015
  }>;
1016
1016
  }, "strip", z.ZodTypeAny, {
1017
1017
  channel: {
1018
- name: string;
1019
1018
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1020
1019
  id: string;
1020
+ name: string;
1021
1021
  metadata: {
1022
- name: string;
1023
1022
  id: string;
1023
+ name: string;
1024
1024
  accessToken?: string | undefined;
1025
1025
  channelSecret?: string | undefined;
1026
1026
  additionalCredentials?: any;
@@ -1053,9 +1053,9 @@ export declare const channelContract: {
1053
1053
  platformId: string;
1054
1054
  isReloginRequired: boolean;
1055
1055
  actor?: {
1056
- name: string;
1057
1056
  id: string;
1058
1057
  address: string | null;
1058
+ name: string;
1059
1059
  email: string;
1060
1060
  phone: string | null;
1061
1061
  } | undefined;
@@ -1066,12 +1066,12 @@ export declare const channelContract: {
1066
1066
  requestId: string;
1067
1067
  }, {
1068
1068
  channel: {
1069
- name: string;
1070
1069
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1071
1070
  id: string;
1071
+ name: string;
1072
1072
  metadata: {
1073
- name: string;
1074
1073
  id: string;
1074
+ name: string;
1075
1075
  accessToken?: string | undefined;
1076
1076
  channelSecret?: string | undefined;
1077
1077
  additionalCredentials?: any;
@@ -1104,9 +1104,9 @@ export declare const channelContract: {
1104
1104
  platformId: string;
1105
1105
  isReloginRequired: boolean;
1106
1106
  actor?: {
1107
- name: string;
1108
1107
  id: string;
1109
1108
  address: string | null;
1109
+ name: string;
1110
1110
  email: string;
1111
1111
  phone: string | null;
1112
1112
  } | undefined;
@@ -1223,8 +1223,8 @@ export declare const channelContract: {
1223
1223
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1224
1224
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1225
1225
  }, "strip", z.ZodTypeAny, {
1226
- name: string;
1227
1226
  id: string;
1227
+ name: string;
1228
1228
  accessToken?: string | undefined;
1229
1229
  channelSecret?: string | undefined;
1230
1230
  additionalCredentials?: any;
@@ -1249,8 +1249,8 @@ export declare const channelContract: {
1249
1249
  lineRichMenuId?: string | null | undefined;
1250
1250
  messengerIntegrationType?: "own" | "business" | undefined;
1251
1251
  }, {
1252
- name: string;
1253
1252
  id: string;
1253
+ name: string;
1254
1254
  accessToken?: string | undefined;
1255
1255
  channelSecret?: string | undefined;
1256
1256
  additionalCredentials?: any;
@@ -1288,14 +1288,14 @@ export declare const channelContract: {
1288
1288
  integrationId: z.ZodString;
1289
1289
  accessToken: z.ZodString;
1290
1290
  }, "strip", z.ZodTypeAny, {
1291
- name: string;
1292
1291
  id: string;
1292
+ name: string;
1293
1293
  accessToken: string;
1294
1294
  botId: string;
1295
1295
  integrationId: string;
1296
1296
  }, {
1297
- name: string;
1298
1297
  id: string;
1298
+ name: string;
1299
1299
  accessToken: string;
1300
1300
  botId: string;
1301
1301
  integrationId: string;
@@ -1418,9 +1418,9 @@ export declare const channelContract: {
1418
1418
  telephonySignature: string | null;
1419
1419
  }>;
1420
1420
  }, "strip", z.ZodTypeAny, {
1421
- name: string;
1422
1421
  id: string;
1423
1422
  address: string | null;
1423
+ name: string;
1424
1424
  email: string;
1425
1425
  createdAt: Date;
1426
1426
  updatedAt: Date;
@@ -1461,9 +1461,9 @@ export declare const channelContract: {
1461
1461
  telephonySignature: string | null;
1462
1462
  };
1463
1463
  }, {
1464
- name: string;
1465
1464
  id: string;
1466
1465
  address: string | null;
1466
+ name: string;
1467
1467
  email: string;
1468
1468
  createdAt: Date;
1469
1469
  updatedAt: Date;
@@ -1505,12 +1505,12 @@ export declare const channelContract: {
1505
1505
  };
1506
1506
  }>;
1507
1507
  }, "strip", z.ZodTypeAny, {
1508
- name: string;
1509
1508
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1510
1509
  id: string;
1510
+ name: string;
1511
1511
  metadata: {
1512
- name: string;
1513
1512
  id: string;
1513
+ name: string;
1514
1514
  accessToken?: string | undefined;
1515
1515
  channelSecret?: string | undefined;
1516
1516
  additionalCredentials?: any;
@@ -1540,9 +1540,9 @@ export declare const channelContract: {
1540
1540
  updatedAt: Date;
1541
1541
  deletedAt: Date | null;
1542
1542
  actor: {
1543
- name: string;
1544
1543
  id: string;
1545
1544
  address: string | null;
1545
+ name: string;
1546
1546
  email: string;
1547
1547
  createdAt: Date;
1548
1548
  updatedAt: Date;
@@ -1589,19 +1589,19 @@ export declare const channelContract: {
1589
1589
  connectedUserName: string;
1590
1590
  connectedUserId: string;
1591
1591
  botpressBot: {
1592
- name: string;
1593
1592
  id: string;
1593
+ name: string;
1594
1594
  accessToken: string;
1595
1595
  botId: string;
1596
1596
  integrationId: string;
1597
1597
  } | null;
1598
1598
  }, {
1599
- name: string;
1600
1599
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1601
1600
  id: string;
1601
+ name: string;
1602
1602
  metadata: {
1603
- name: string;
1604
1603
  id: string;
1604
+ name: string;
1605
1605
  accessToken?: string | undefined;
1606
1606
  channelSecret?: string | undefined;
1607
1607
  additionalCredentials?: any;
@@ -1631,9 +1631,9 @@ export declare const channelContract: {
1631
1631
  updatedAt: Date;
1632
1632
  deletedAt: Date | null;
1633
1633
  actor: {
1634
- name: string;
1635
1634
  id: string;
1636
1635
  address: string | null;
1636
+ name: string;
1637
1637
  email: string;
1638
1638
  createdAt: Date;
1639
1639
  updatedAt: Date;
@@ -1680,8 +1680,8 @@ export declare const channelContract: {
1680
1680
  connectedUserName: string;
1681
1681
  connectedUserId: string;
1682
1682
  botpressBot: {
1683
- name: string;
1684
1683
  id: string;
1684
+ name: string;
1685
1685
  accessToken: string;
1686
1686
  botId: string;
1687
1687
  integrationId: string;
@@ -1689,12 +1689,12 @@ export declare const channelContract: {
1689
1689
  }>;
1690
1690
  }, "strip", z.ZodTypeAny, {
1691
1691
  channel: {
1692
- name: string;
1693
1692
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1694
1693
  id: string;
1694
+ name: string;
1695
1695
  metadata: {
1696
- name: string;
1697
1696
  id: string;
1697
+ name: string;
1698
1698
  accessToken?: string | undefined;
1699
1699
  channelSecret?: string | undefined;
1700
1700
  additionalCredentials?: any;
@@ -1724,9 +1724,9 @@ export declare const channelContract: {
1724
1724
  updatedAt: Date;
1725
1725
  deletedAt: Date | null;
1726
1726
  actor: {
1727
- name: string;
1728
1727
  id: string;
1729
1728
  address: string | null;
1729
+ name: string;
1730
1730
  email: string;
1731
1731
  createdAt: Date;
1732
1732
  updatedAt: Date;
@@ -1773,8 +1773,8 @@ export declare const channelContract: {
1773
1773
  connectedUserName: string;
1774
1774
  connectedUserId: string;
1775
1775
  botpressBot: {
1776
- name: string;
1777
1776
  id: string;
1777
+ name: string;
1778
1778
  accessToken: string;
1779
1779
  botId: string;
1780
1780
  integrationId: string;
@@ -1783,12 +1783,12 @@ export declare const channelContract: {
1783
1783
  requestId: string;
1784
1784
  }, {
1785
1785
  channel: {
1786
- name: string;
1787
1786
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1788
1787
  id: string;
1788
+ name: string;
1789
1789
  metadata: {
1790
- name: string;
1791
1790
  id: string;
1791
+ name: string;
1792
1792
  accessToken?: string | undefined;
1793
1793
  channelSecret?: string | undefined;
1794
1794
  additionalCredentials?: any;
@@ -1818,9 +1818,9 @@ export declare const channelContract: {
1818
1818
  updatedAt: Date;
1819
1819
  deletedAt: Date | null;
1820
1820
  actor: {
1821
- name: string;
1822
1821
  id: string;
1823
1822
  address: string | null;
1823
+ name: string;
1824
1824
  email: string;
1825
1825
  createdAt: Date;
1826
1826
  updatedAt: Date;
@@ -1867,8 +1867,8 @@ export declare const channelContract: {
1867
1867
  connectedUserName: string;
1868
1868
  connectedUserId: string;
1869
1869
  botpressBot: {
1870
- name: string;
1871
1870
  id: string;
1871
+ name: string;
1872
1872
  accessToken: string;
1873
1873
  botId: string;
1874
1874
  integrationId: string;
@@ -1989,8 +1989,8 @@ export declare const channelContract: {
1989
1989
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1990
1990
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1991
1991
  }, "strip", z.ZodTypeAny, {
1992
- name: string;
1993
1992
  id: string;
1993
+ name: string;
1994
1994
  accessToken?: string | undefined;
1995
1995
  channelSecret?: string | undefined;
1996
1996
  additionalCredentials?: any;
@@ -2015,8 +2015,8 @@ export declare const channelContract: {
2015
2015
  lineRichMenuId?: string | null | undefined;
2016
2016
  messengerIntegrationType?: "own" | "business" | undefined;
2017
2017
  }, {
2018
- name: string;
2019
2018
  id: string;
2019
+ name: string;
2020
2020
  accessToken?: string | undefined;
2021
2021
  channelSecret?: string | undefined;
2022
2022
  additionalCredentials?: any;
@@ -2054,14 +2054,14 @@ export declare const channelContract: {
2054
2054
  integrationId: z.ZodString;
2055
2055
  accessToken: z.ZodString;
2056
2056
  }, "strip", z.ZodTypeAny, {
2057
- name: string;
2058
2057
  id: string;
2058
+ name: string;
2059
2059
  accessToken: string;
2060
2060
  botId: string;
2061
2061
  integrationId: string;
2062
2062
  }, {
2063
- name: string;
2064
2063
  id: string;
2064
+ name: string;
2065
2065
  accessToken: string;
2066
2066
  botId: string;
2067
2067
  integrationId: string;
@@ -2184,9 +2184,9 @@ export declare const channelContract: {
2184
2184
  telephonySignature: string | null;
2185
2185
  }>;
2186
2186
  }, "strip", z.ZodTypeAny, {
2187
- name: string;
2188
2187
  id: string;
2189
2188
  address: string | null;
2189
+ name: string;
2190
2190
  email: string;
2191
2191
  createdAt: Date;
2192
2192
  updatedAt: Date;
@@ -2227,9 +2227,9 @@ export declare const channelContract: {
2227
2227
  telephonySignature: string | null;
2228
2228
  };
2229
2229
  }, {
2230
- name: string;
2231
2230
  id: string;
2232
2231
  address: string | null;
2232
+ name: string;
2233
2233
  email: string;
2234
2234
  createdAt: Date;
2235
2235
  updatedAt: Date;
@@ -2271,12 +2271,12 @@ export declare const channelContract: {
2271
2271
  };
2272
2272
  }>;
2273
2273
  }, "strip", z.ZodTypeAny, {
2274
- name: string;
2275
2274
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2276
2275
  id: string;
2276
+ name: string;
2277
2277
  metadata: {
2278
- name: string;
2279
2278
  id: string;
2279
+ name: string;
2280
2280
  accessToken?: string | undefined;
2281
2281
  channelSecret?: string | undefined;
2282
2282
  additionalCredentials?: any;
@@ -2306,9 +2306,9 @@ export declare const channelContract: {
2306
2306
  updatedAt: Date;
2307
2307
  deletedAt: Date | null;
2308
2308
  actor: {
2309
- name: string;
2310
2309
  id: string;
2311
2310
  address: string | null;
2311
+ name: string;
2312
2312
  email: string;
2313
2313
  createdAt: Date;
2314
2314
  updatedAt: Date;
@@ -2355,19 +2355,19 @@ export declare const channelContract: {
2355
2355
  connectedUserName: string;
2356
2356
  connectedUserId: string;
2357
2357
  botpressBot: {
2358
- name: string;
2359
2358
  id: string;
2359
+ name: string;
2360
2360
  accessToken: string;
2361
2361
  botId: string;
2362
2362
  integrationId: string;
2363
2363
  } | null;
2364
2364
  }, {
2365
- name: string;
2366
2365
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2367
2366
  id: string;
2367
+ name: string;
2368
2368
  metadata: {
2369
- name: string;
2370
2369
  id: string;
2370
+ name: string;
2371
2371
  accessToken?: string | undefined;
2372
2372
  channelSecret?: string | undefined;
2373
2373
  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;
2401
2400
  id: string;
2402
2401
  address: string | null;
2402
+ name: string;
2403
2403
  email: string;
2404
2404
  createdAt: Date;
2405
2405
  updatedAt: Date;
@@ -2446,8 +2446,8 @@ export declare const channelContract: {
2446
2446
  connectedUserName: string;
2447
2447
  connectedUserId: string;
2448
2448
  botpressBot: {
2449
- name: string;
2450
2449
  id: string;
2450
+ name: string;
2451
2451
  accessToken: string;
2452
2452
  botId: string;
2453
2453
  integrationId: string;
@@ -2455,12 +2455,12 @@ export declare const channelContract: {
2455
2455
  }>;
2456
2456
  }, "strip", z.ZodTypeAny, {
2457
2457
  channel: {
2458
- name: string;
2459
2458
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2460
2459
  id: string;
2460
+ name: string;
2461
2461
  metadata: {
2462
- name: string;
2463
2462
  id: string;
2463
+ name: string;
2464
2464
  accessToken?: string | undefined;
2465
2465
  channelSecret?: string | undefined;
2466
2466
  additionalCredentials?: any;
@@ -2490,9 +2490,9 @@ export declare const channelContract: {
2490
2490
  updatedAt: Date;
2491
2491
  deletedAt: Date | null;
2492
2492
  actor: {
2493
- name: string;
2494
2493
  id: string;
2495
2494
  address: string | null;
2495
+ name: string;
2496
2496
  email: string;
2497
2497
  createdAt: Date;
2498
2498
  updatedAt: Date;
@@ -2539,8 +2539,8 @@ export declare const channelContract: {
2539
2539
  connectedUserName: string;
2540
2540
  connectedUserId: string;
2541
2541
  botpressBot: {
2542
- name: string;
2543
2542
  id: string;
2543
+ name: string;
2544
2544
  accessToken: string;
2545
2545
  botId: string;
2546
2546
  integrationId: string;
@@ -2549,12 +2549,12 @@ export declare const channelContract: {
2549
2549
  requestId: string;
2550
2550
  }, {
2551
2551
  channel: {
2552
- name: string;
2553
2552
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2554
2553
  id: string;
2554
+ name: string;
2555
2555
  metadata: {
2556
- name: string;
2557
2556
  id: string;
2557
+ name: string;
2558
2558
  accessToken?: string | undefined;
2559
2559
  channelSecret?: string | undefined;
2560
2560
  additionalCredentials?: any;
@@ -2584,9 +2584,9 @@ export declare const channelContract: {
2584
2584
  updatedAt: Date;
2585
2585
  deletedAt: Date | null;
2586
2586
  actor: {
2587
- name: string;
2588
2587
  id: string;
2589
2588
  address: string | null;
2589
+ name: string;
2590
2590
  email: string;
2591
2591
  createdAt: Date;
2592
2592
  updatedAt: Date;
@@ -2633,8 +2633,8 @@ export declare const channelContract: {
2633
2633
  connectedUserName: string;
2634
2634
  connectedUserId: string;
2635
2635
  botpressBot: {
2636
- name: string;
2637
2636
  id: string;
2637
+ name: string;
2638
2638
  accessToken: string;
2639
2639
  botId: string;
2640
2640
  integrationId: string;
@@ -2749,8 +2749,8 @@ export declare const channelContract: {
2749
2749
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2750
2750
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2751
2751
  }, "strip", z.ZodTypeAny, {
2752
- name: string;
2753
2752
  id: string;
2753
+ name: string;
2754
2754
  accessToken?: string | undefined;
2755
2755
  channelSecret?: string | undefined;
2756
2756
  additionalCredentials?: any;
@@ -2775,8 +2775,8 @@ export declare const channelContract: {
2775
2775
  lineRichMenuId?: string | null | undefined;
2776
2776
  messengerIntegrationType?: "own" | "business" | undefined;
2777
2777
  }, {
2778
- name: string;
2779
2778
  id: string;
2779
+ name: string;
2780
2780
  accessToken?: string | undefined;
2781
2781
  channelSecret?: string | undefined;
2782
2782
  additionalCredentials?: any;
@@ -2814,14 +2814,14 @@ export declare const channelContract: {
2814
2814
  integrationId: z.ZodString;
2815
2815
  accessToken: z.ZodString;
2816
2816
  }, "strip", z.ZodTypeAny, {
2817
- name: string;
2818
2817
  id: string;
2818
+ name: string;
2819
2819
  accessToken: string;
2820
2820
  botId: string;
2821
2821
  integrationId: string;
2822
2822
  }, {
2823
- name: string;
2824
2823
  id: string;
2824
+ name: string;
2825
2825
  accessToken: string;
2826
2826
  botId: string;
2827
2827
  integrationId: string;
@@ -2944,9 +2944,9 @@ export declare const channelContract: {
2944
2944
  telephonySignature: string | null;
2945
2945
  }>;
2946
2946
  }, "strip", z.ZodTypeAny, {
2947
- name: string;
2948
2947
  id: string;
2949
2948
  address: string | null;
2949
+ name: string;
2950
2950
  email: string;
2951
2951
  createdAt: Date;
2952
2952
  updatedAt: Date;
@@ -2987,9 +2987,9 @@ export declare const channelContract: {
2987
2987
  telephonySignature: string | null;
2988
2988
  };
2989
2989
  }, {
2990
- name: string;
2991
2990
  id: string;
2992
2991
  address: string | null;
2992
+ name: string;
2993
2993
  email: string;
2994
2994
  createdAt: Date;
2995
2995
  updatedAt: Date;
@@ -3031,12 +3031,12 @@ export declare const channelContract: {
3031
3031
  };
3032
3032
  }>;
3033
3033
  }, "strip", z.ZodTypeAny, {
3034
- name: string;
3035
3034
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3036
3035
  id: string;
3036
+ name: string;
3037
3037
  metadata: {
3038
- name: string;
3039
3038
  id: string;
3039
+ name: string;
3040
3040
  accessToken?: string | undefined;
3041
3041
  channelSecret?: string | undefined;
3042
3042
  additionalCredentials?: any;
@@ -3066,9 +3066,9 @@ export declare const channelContract: {
3066
3066
  updatedAt: Date;
3067
3067
  deletedAt: Date | null;
3068
3068
  actor: {
3069
- name: string;
3070
3069
  id: string;
3071
3070
  address: string | null;
3071
+ name: string;
3072
3072
  email: string;
3073
3073
  createdAt: Date;
3074
3074
  updatedAt: Date;
@@ -3115,19 +3115,19 @@ export declare const channelContract: {
3115
3115
  connectedUserName: string;
3116
3116
  connectedUserId: string;
3117
3117
  botpressBot: {
3118
- name: string;
3119
3118
  id: string;
3119
+ name: string;
3120
3120
  accessToken: string;
3121
3121
  botId: string;
3122
3122
  integrationId: string;
3123
3123
  } | null;
3124
3124
  }, {
3125
- name: string;
3126
3125
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3127
3126
  id: string;
3127
+ name: string;
3128
3128
  metadata: {
3129
- name: string;
3130
3129
  id: string;
3130
+ name: string;
3131
3131
  accessToken?: string | undefined;
3132
3132
  channelSecret?: string | undefined;
3133
3133
  additionalCredentials?: any;
@@ -3157,9 +3157,9 @@ export declare const channelContract: {
3157
3157
  updatedAt: Date;
3158
3158
  deletedAt: Date | null;
3159
3159
  actor: {
3160
- name: string;
3161
3160
  id: string;
3162
3161
  address: string | null;
3162
+ name: string;
3163
3163
  email: string;
3164
3164
  createdAt: Date;
3165
3165
  updatedAt: Date;
@@ -3206,8 +3206,8 @@ export declare const channelContract: {
3206
3206
  connectedUserName: string;
3207
3207
  connectedUserId: string;
3208
3208
  botpressBot: {
3209
- name: string;
3210
3209
  id: string;
3210
+ name: string;
3211
3211
  accessToken: string;
3212
3212
  botId: string;
3213
3213
  integrationId: string;
@@ -3215,12 +3215,12 @@ export declare const channelContract: {
3215
3215
  }>;
3216
3216
  }, "strip", z.ZodTypeAny, {
3217
3217
  channel: {
3218
- name: string;
3219
3218
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3220
3219
  id: string;
3220
+ name: string;
3221
3221
  metadata: {
3222
- name: string;
3223
3222
  id: string;
3223
+ name: string;
3224
3224
  accessToken?: string | undefined;
3225
3225
  channelSecret?: string | undefined;
3226
3226
  additionalCredentials?: any;
@@ -3250,9 +3250,9 @@ export declare const channelContract: {
3250
3250
  updatedAt: Date;
3251
3251
  deletedAt: Date | null;
3252
3252
  actor: {
3253
- name: string;
3254
3253
  id: string;
3255
3254
  address: string | null;
3255
+ name: string;
3256
3256
  email: string;
3257
3257
  createdAt: Date;
3258
3258
  updatedAt: Date;
@@ -3299,8 +3299,8 @@ export declare const channelContract: {
3299
3299
  connectedUserName: string;
3300
3300
  connectedUserId: string;
3301
3301
  botpressBot: {
3302
- name: string;
3303
3302
  id: string;
3303
+ name: string;
3304
3304
  accessToken: string;
3305
3305
  botId: string;
3306
3306
  integrationId: string;
@@ -3309,12 +3309,12 @@ export declare const channelContract: {
3309
3309
  requestId: string;
3310
3310
  }, {
3311
3311
  channel: {
3312
- name: string;
3313
3312
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3314
3313
  id: string;
3314
+ name: string;
3315
3315
  metadata: {
3316
- name: string;
3317
3316
  id: string;
3317
+ name: string;
3318
3318
  accessToken?: string | undefined;
3319
3319
  channelSecret?: string | undefined;
3320
3320
  additionalCredentials?: any;
@@ -3344,9 +3344,9 @@ export declare const channelContract: {
3344
3344
  updatedAt: Date;
3345
3345
  deletedAt: Date | null;
3346
3346
  actor: {
3347
- name: string;
3348
3347
  id: string;
3349
3348
  address: string | null;
3349
+ name: string;
3350
3350
  email: string;
3351
3351
  createdAt: Date;
3352
3352
  updatedAt: Date;
@@ -3393,8 +3393,8 @@ export declare const channelContract: {
3393
3393
  connectedUserName: string;
3394
3394
  connectedUserId: string;
3395
3395
  botpressBot: {
3396
- name: string;
3397
3396
  id: string;
3397
+ name: string;
3398
3398
  accessToken: string;
3399
3399
  botId: string;
3400
3400
  integrationId: string;
@@ -3492,8 +3492,8 @@ export declare const channelContract: {
3492
3492
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3493
3493
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3494
3494
  }, "strip", z.ZodTypeAny, {
3495
- name: string;
3496
3495
  id: string;
3496
+ name: string;
3497
3497
  accessToken?: string | undefined;
3498
3498
  channelSecret?: string | undefined;
3499
3499
  additionalCredentials?: any;
@@ -3518,8 +3518,8 @@ export declare const channelContract: {
3518
3518
  lineRichMenuId?: string | null | undefined;
3519
3519
  messengerIntegrationType?: "own" | "business" | undefined;
3520
3520
  }, {
3521
- name: string;
3522
3521
  id: string;
3522
+ name: string;
3523
3523
  accessToken?: string | undefined;
3524
3524
  channelSecret?: string | undefined;
3525
3525
  additionalCredentials?: any;
@@ -3548,11 +3548,11 @@ export declare const channelContract: {
3548
3548
  connectedUserId: z.ZodString;
3549
3549
  connectedUserName: z.ZodOptional<z.ZodString>;
3550
3550
  }, "strip", z.ZodTypeAny, {
3551
- name: string;
3552
3551
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3552
+ name: string;
3553
3553
  metadata: {
3554
- name: string;
3555
3554
  id: string;
3555
+ name: string;
3556
3556
  accessToken?: string | undefined;
3557
3557
  channelSecret?: string | undefined;
3558
3558
  additionalCredentials?: any;
@@ -3581,11 +3581,11 @@ export declare const channelContract: {
3581
3581
  connectedUserId: string;
3582
3582
  connectedUserName?: string | undefined;
3583
3583
  }, {
3584
- name: string;
3585
3584
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3585
+ name: string;
3586
3586
  metadata: {
3587
- name: string;
3588
3587
  id: string;
3588
+ name: string;
3589
3589
  accessToken?: string | undefined;
3590
3590
  channelSecret?: string | undefined;
3591
3591
  additionalCredentials?: any;
@@ -3683,8 +3683,8 @@ export declare const channelContract: {
3683
3683
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3684
3684
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3685
3685
  }, "strip", z.ZodTypeAny, {
3686
- name: string;
3687
3686
  id: string;
3687
+ name: string;
3688
3688
  accessToken?: string | undefined;
3689
3689
  channelSecret?: string | undefined;
3690
3690
  additionalCredentials?: any;
@@ -3709,8 +3709,8 @@ export declare const channelContract: {
3709
3709
  lineRichMenuId?: string | null | undefined;
3710
3710
  messengerIntegrationType?: "own" | "business" | undefined;
3711
3711
  }, {
3712
- name: string;
3713
3712
  id: string;
3713
+ name: string;
3714
3714
  accessToken?: string | undefined;
3715
3715
  channelSecret?: string | undefined;
3716
3716
  additionalCredentials?: any;
@@ -3748,14 +3748,14 @@ export declare const channelContract: {
3748
3748
  integrationId: z.ZodString;
3749
3749
  accessToken: z.ZodString;
3750
3750
  }, "strip", z.ZodTypeAny, {
3751
- name: string;
3752
3751
  id: string;
3752
+ name: string;
3753
3753
  accessToken: string;
3754
3754
  botId: string;
3755
3755
  integrationId: string;
3756
3756
  }, {
3757
- name: string;
3758
3757
  id: string;
3758
+ name: string;
3759
3759
  accessToken: string;
3760
3760
  botId: string;
3761
3761
  integrationId: string;
@@ -3878,9 +3878,9 @@ export declare const channelContract: {
3878
3878
  telephonySignature: string | null;
3879
3879
  }>;
3880
3880
  }, "strip", z.ZodTypeAny, {
3881
- name: string;
3882
3881
  id: string;
3883
3882
  address: string | null;
3883
+ name: string;
3884
3884
  email: string;
3885
3885
  createdAt: Date;
3886
3886
  updatedAt: Date;
@@ -3921,9 +3921,9 @@ export declare const channelContract: {
3921
3921
  telephonySignature: string | null;
3922
3922
  };
3923
3923
  }, {
3924
- name: string;
3925
3924
  id: string;
3926
3925
  address: string | null;
3926
+ name: string;
3927
3927
  email: string;
3928
3928
  createdAt: Date;
3929
3929
  updatedAt: Date;
@@ -3965,12 +3965,12 @@ export declare const channelContract: {
3965
3965
  };
3966
3966
  }>;
3967
3967
  }, "strip", z.ZodTypeAny, {
3968
- name: string;
3969
3968
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3970
3969
  id: string;
3970
+ name: string;
3971
3971
  metadata: {
3972
- name: string;
3973
3972
  id: string;
3973
+ name: string;
3974
3974
  accessToken?: string | undefined;
3975
3975
  channelSecret?: string | undefined;
3976
3976
  additionalCredentials?: any;
@@ -4000,9 +4000,9 @@ export declare const channelContract: {
4000
4000
  updatedAt: Date;
4001
4001
  deletedAt: Date | null;
4002
4002
  actor: {
4003
- name: string;
4004
4003
  id: string;
4005
4004
  address: string | null;
4005
+ name: string;
4006
4006
  email: string;
4007
4007
  createdAt: Date;
4008
4008
  updatedAt: Date;
@@ -4049,19 +4049,19 @@ export declare const channelContract: {
4049
4049
  connectedUserName: string;
4050
4050
  connectedUserId: string;
4051
4051
  botpressBot: {
4052
- name: string;
4053
4052
  id: string;
4053
+ name: string;
4054
4054
  accessToken: string;
4055
4055
  botId: string;
4056
4056
  integrationId: string;
4057
4057
  } | null;
4058
4058
  }, {
4059
- name: string;
4060
4059
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4061
4060
  id: string;
4061
+ name: string;
4062
4062
  metadata: {
4063
- name: string;
4064
4063
  id: string;
4064
+ name: string;
4065
4065
  accessToken?: string | undefined;
4066
4066
  channelSecret?: string | undefined;
4067
4067
  additionalCredentials?: any;
@@ -4091,9 +4091,9 @@ export declare const channelContract: {
4091
4091
  updatedAt: Date;
4092
4092
  deletedAt: Date | null;
4093
4093
  actor: {
4094
- name: string;
4095
4094
  id: string;
4096
4095
  address: string | null;
4096
+ name: string;
4097
4097
  email: string;
4098
4098
  createdAt: Date;
4099
4099
  updatedAt: Date;
@@ -4140,8 +4140,8 @@ export declare const channelContract: {
4140
4140
  connectedUserName: string;
4141
4141
  connectedUserId: string;
4142
4142
  botpressBot: {
4143
- name: string;
4144
4143
  id: string;
4144
+ name: string;
4145
4145
  accessToken: string;
4146
4146
  botId: string;
4147
4147
  integrationId: string;
@@ -4149,12 +4149,12 @@ export declare const channelContract: {
4149
4149
  }>;
4150
4150
  }, "strip", z.ZodTypeAny, {
4151
4151
  channel: {
4152
- name: string;
4153
4152
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4154
4153
  id: string;
4154
+ name: string;
4155
4155
  metadata: {
4156
- name: string;
4157
4156
  id: string;
4157
+ name: string;
4158
4158
  accessToken?: string | undefined;
4159
4159
  channelSecret?: string | undefined;
4160
4160
  additionalCredentials?: any;
@@ -4184,9 +4184,9 @@ export declare const channelContract: {
4184
4184
  updatedAt: Date;
4185
4185
  deletedAt: Date | null;
4186
4186
  actor: {
4187
- name: string;
4188
4187
  id: string;
4189
4188
  address: string | null;
4189
+ name: string;
4190
4190
  email: string;
4191
4191
  createdAt: Date;
4192
4192
  updatedAt: Date;
@@ -4233,8 +4233,8 @@ export declare const channelContract: {
4233
4233
  connectedUserName: string;
4234
4234
  connectedUserId: string;
4235
4235
  botpressBot: {
4236
- name: string;
4237
4236
  id: string;
4237
+ name: string;
4238
4238
  accessToken: string;
4239
4239
  botId: string;
4240
4240
  integrationId: string;
@@ -4243,12 +4243,12 @@ export declare const channelContract: {
4243
4243
  requestId: string;
4244
4244
  }, {
4245
4245
  channel: {
4246
- name: string;
4247
4246
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4248
4247
  id: string;
4248
+ name: string;
4249
4249
  metadata: {
4250
- name: string;
4251
4250
  id: string;
4251
+ name: string;
4252
4252
  accessToken?: string | undefined;
4253
4253
  channelSecret?: string | undefined;
4254
4254
  additionalCredentials?: any;
@@ -4278,9 +4278,9 @@ export declare const channelContract: {
4278
4278
  updatedAt: Date;
4279
4279
  deletedAt: Date | null;
4280
4280
  actor: {
4281
- name: string;
4282
4281
  id: string;
4283
4282
  address: string | null;
4283
+ name: string;
4284
4284
  email: string;
4285
4285
  createdAt: Date;
4286
4286
  updatedAt: Date;
@@ -4327,8 +4327,8 @@ export declare const channelContract: {
4327
4327
  connectedUserName: string;
4328
4328
  connectedUserId: string;
4329
4329
  botpressBot: {
4330
- name: string;
4331
4330
  id: string;
4331
+ name: string;
4332
4332
  accessToken: string;
4333
4333
  botId: string;
4334
4334
  integrationId: string;
@@ -4457,11 +4457,11 @@ export declare const channelContract: {
4457
4457
  id: z.ZodString;
4458
4458
  name: z.ZodString;
4459
4459
  }, "strip", z.ZodTypeAny, {
4460
- name: string;
4461
4460
  id: string;
4462
- }, {
4463
4461
  name: string;
4462
+ }, {
4464
4463
  id: string;
4464
+ name: string;
4465
4465
  }>, "many">;
4466
4466
  id: z.ZodString;
4467
4467
  name: z.ZodString;
@@ -4484,8 +4484,8 @@ export declare const channelContract: {
4484
4484
  };
4485
4485
  }>;
4486
4486
  }, "strip", z.ZodTypeAny, {
4487
- name: string;
4488
4487
  id: string;
4488
+ name: string;
4489
4489
  picture: {
4490
4490
  data: {
4491
4491
  url: string;
@@ -4494,13 +4494,13 @@ export declare const channelContract: {
4494
4494
  category: string;
4495
4495
  access_token: string;
4496
4496
  category_list: {
4497
- name: string;
4498
4497
  id: string;
4498
+ name: string;
4499
4499
  }[];
4500
4500
  tasks: string[];
4501
4501
  }, {
4502
- name: string;
4503
4502
  id: string;
4503
+ name: string;
4504
4504
  picture: {
4505
4505
  data: {
4506
4506
  url: string;
@@ -4509,8 +4509,8 @@ export declare const channelContract: {
4509
4509
  category: string;
4510
4510
  access_token: string;
4511
4511
  category_list: {
4512
- name: string;
4513
4512
  id: string;
4513
+ name: string;
4514
4514
  }[];
4515
4515
  tasks: string[];
4516
4516
  }>, "many">;
@@ -4538,8 +4538,8 @@ export declare const channelContract: {
4538
4538
  }>>;
4539
4539
  }, "strip", z.ZodTypeAny, {
4540
4540
  data: {
4541
- name: string;
4542
4541
  id: string;
4542
+ name: string;
4543
4543
  picture: {
4544
4544
  data: {
4545
4545
  url: string;
@@ -4548,8 +4548,8 @@ export declare const channelContract: {
4548
4548
  category: string;
4549
4549
  access_token: string;
4550
4550
  category_list: {
4551
- name: string;
4552
4551
  id: string;
4552
+ name: string;
4553
4553
  }[];
4554
4554
  tasks: string[];
4555
4555
  }[];
@@ -4561,8 +4561,8 @@ export declare const channelContract: {
4561
4561
  } | undefined;
4562
4562
  }, {
4563
4563
  data: {
4564
- name: string;
4565
4564
  id: string;
4565
+ name: string;
4566
4566
  picture: {
4567
4567
  data: {
4568
4568
  url: string;
@@ -4571,8 +4571,8 @@ export declare const channelContract: {
4571
4571
  category: string;
4572
4572
  access_token: string;
4573
4573
  category_list: {
4574
- name: string;
4575
4574
  id: string;
4575
+ name: string;
4576
4576
  }[];
4577
4577
  tasks: string[];
4578
4578
  }[];
@@ -4586,8 +4586,8 @@ export declare const channelContract: {
4586
4586
  }, "strip", z.ZodTypeAny, {
4587
4587
  data: {
4588
4588
  data: {
4589
- name: string;
4590
4589
  id: string;
4590
+ name: string;
4591
4591
  picture: {
4592
4592
  data: {
4593
4593
  url: string;
@@ -4596,8 +4596,8 @@ export declare const channelContract: {
4596
4596
  category: string;
4597
4597
  access_token: string;
4598
4598
  category_list: {
4599
- name: string;
4600
4599
  id: string;
4600
+ name: string;
4601
4601
  }[];
4602
4602
  tasks: string[];
4603
4603
  }[];
@@ -4612,8 +4612,8 @@ export declare const channelContract: {
4612
4612
  }, {
4613
4613
  data: {
4614
4614
  data: {
4615
- name: string;
4616
4615
  id: string;
4616
+ name: string;
4617
4617
  picture: {
4618
4618
  data: {
4619
4619
  url: string;
@@ -4622,8 +4622,8 @@ export declare const channelContract: {
4622
4622
  category: string;
4623
4623
  access_token: string;
4624
4624
  category_list: {
4625
- name: string;
4626
4625
  id: string;
4626
+ name: string;
4627
4627
  }[];
4628
4628
  tasks: string[];
4629
4629
  }[];
@@ -4707,8 +4707,8 @@ export declare const channelContract: {
4707
4707
  };
4708
4708
  }>;
4709
4709
  }, "strip", z.ZodTypeAny, {
4710
- name: string;
4711
4710
  id: string;
4711
+ name: string;
4712
4712
  picture: {
4713
4713
  data: {
4714
4714
  url: string;
@@ -4716,8 +4716,8 @@ export declare const channelContract: {
4716
4716
  };
4717
4717
  access_token: string;
4718
4718
  }, {
4719
- name: string;
4720
4719
  id: string;
4720
+ name: string;
4721
4721
  picture: {
4722
4722
  data: {
4723
4723
  url: string;
@@ -4727,8 +4727,8 @@ export declare const channelContract: {
4727
4727
  }>, "many">;
4728
4728
  }, "strip", z.ZodTypeAny, {
4729
4729
  data: {
4730
- name: string;
4731
4730
  id: string;
4731
+ name: string;
4732
4732
  picture: {
4733
4733
  data: {
4734
4734
  url: string;
@@ -4738,8 +4738,8 @@ export declare const channelContract: {
4738
4738
  }[];
4739
4739
  }, {
4740
4740
  data: {
4741
- name: string;
4742
4741
  id: string;
4742
+ name: string;
4743
4743
  picture: {
4744
4744
  data: {
4745
4745
  url: string;
@@ -4771,8 +4771,8 @@ export declare const channelContract: {
4771
4771
  };
4772
4772
  }>;
4773
4773
  }, "strip", z.ZodTypeAny, {
4774
- name: string;
4775
4774
  id: string;
4775
+ name: string;
4776
4776
  picture: {
4777
4777
  data: {
4778
4778
  url: string;
@@ -4780,8 +4780,8 @@ export declare const channelContract: {
4780
4780
  };
4781
4781
  access_token: string;
4782
4782
  }, {
4783
- name: string;
4784
4783
  id: string;
4784
+ name: string;
4785
4785
  picture: {
4786
4786
  data: {
4787
4787
  url: string;
@@ -4791,8 +4791,8 @@ export declare const channelContract: {
4791
4791
  }>, "many">;
4792
4792
  }, "strip", z.ZodTypeAny, {
4793
4793
  data: {
4794
- name: string;
4795
4794
  id: string;
4795
+ name: string;
4796
4796
  picture: {
4797
4797
  data: {
4798
4798
  url: string;
@@ -4802,8 +4802,8 @@ export declare const channelContract: {
4802
4802
  }[];
4803
4803
  }, {
4804
4804
  data: {
4805
- name: string;
4806
4805
  id: string;
4806
+ name: string;
4807
4807
  picture: {
4808
4808
  data: {
4809
4809
  url: string;
@@ -4813,13 +4813,13 @@ export declare const channelContract: {
4813
4813
  }[];
4814
4814
  }>>;
4815
4815
  }, "strip", z.ZodTypeAny, {
4816
- name: string;
4817
4816
  id: string;
4817
+ name: string;
4818
4818
  profile_picture_uri: string;
4819
4819
  owned_pages?: {
4820
4820
  data: {
4821
- name: string;
4822
4821
  id: string;
4822
+ name: string;
4823
4823
  picture: {
4824
4824
  data: {
4825
4825
  url: string;
@@ -4830,8 +4830,8 @@ export declare const channelContract: {
4830
4830
  } | undefined;
4831
4831
  client_pages?: {
4832
4832
  data: {
4833
- name: string;
4834
4833
  id: string;
4834
+ name: string;
4835
4835
  picture: {
4836
4836
  data: {
4837
4837
  url: string;
@@ -4841,13 +4841,13 @@ export declare const channelContract: {
4841
4841
  }[];
4842
4842
  } | undefined;
4843
4843
  }, {
4844
- name: string;
4845
4844
  id: string;
4845
+ name: string;
4846
4846
  profile_picture_uri: string;
4847
4847
  owned_pages?: {
4848
4848
  data: {
4849
- name: string;
4850
4849
  id: string;
4850
+ name: string;
4851
4851
  picture: {
4852
4852
  data: {
4853
4853
  url: string;
@@ -4858,8 +4858,8 @@ export declare const channelContract: {
4858
4858
  } | undefined;
4859
4859
  client_pages?: {
4860
4860
  data: {
4861
- name: string;
4862
4861
  id: string;
4862
+ name: string;
4863
4863
  picture: {
4864
4864
  data: {
4865
4865
  url: string;
@@ -4871,13 +4871,13 @@ export declare const channelContract: {
4871
4871
  }>, "many">;
4872
4872
  }, "strip", z.ZodTypeAny, {
4873
4873
  data: {
4874
- name: string;
4875
4874
  id: string;
4875
+ name: string;
4876
4876
  profile_picture_uri: string;
4877
4877
  owned_pages?: {
4878
4878
  data: {
4879
- name: string;
4880
4879
  id: string;
4880
+ name: string;
4881
4881
  picture: {
4882
4882
  data: {
4883
4883
  url: string;
@@ -4888,8 +4888,8 @@ export declare const channelContract: {
4888
4888
  } | undefined;
4889
4889
  client_pages?: {
4890
4890
  data: {
4891
- name: string;
4892
4891
  id: string;
4892
+ name: string;
4893
4893
  picture: {
4894
4894
  data: {
4895
4895
  url: string;
@@ -4902,13 +4902,13 @@ export declare const channelContract: {
4902
4902
  requestId: string;
4903
4903
  }, {
4904
4904
  data: {
4905
- name: string;
4906
4905
  id: string;
4906
+ name: string;
4907
4907
  profile_picture_uri: string;
4908
4908
  owned_pages?: {
4909
4909
  data: {
4910
- name: string;
4911
4910
  id: string;
4911
+ name: string;
4912
4912
  picture: {
4913
4913
  data: {
4914
4914
  url: string;
@@ -4919,8 +4919,8 @@ export declare const channelContract: {
4919
4919
  } | undefined;
4920
4920
  client_pages?: {
4921
4921
  data: {
4922
- name: string;
4923
4922
  id: string;
4923
+ name: string;
4924
4924
  picture: {
4925
4925
  data: {
4926
4926
  url: string;
@@ -5003,8 +5003,8 @@ export declare const channelContract: {
5003
5003
  };
5004
5004
  }>;
5005
5005
  }, "strip", z.ZodTypeAny, {
5006
- name: string;
5007
5006
  id: string;
5007
+ name: string;
5008
5008
  picture: {
5009
5009
  data: {
5010
5010
  url: string;
@@ -5012,8 +5012,8 @@ export declare const channelContract: {
5012
5012
  };
5013
5013
  access_token: string;
5014
5014
  }, {
5015
- name: string;
5016
5015
  id: string;
5016
+ name: string;
5017
5017
  picture: {
5018
5018
  data: {
5019
5019
  url: string;
@@ -5023,8 +5023,8 @@ export declare const channelContract: {
5023
5023
  }>, "many">;
5024
5024
  }, "strip", z.ZodTypeAny, {
5025
5025
  data: {
5026
- name: string;
5027
5026
  id: string;
5027
+ name: string;
5028
5028
  picture: {
5029
5029
  data: {
5030
5030
  url: string;
@@ -5034,8 +5034,8 @@ export declare const channelContract: {
5034
5034
  }[];
5035
5035
  }, {
5036
5036
  data: {
5037
- name: string;
5038
5037
  id: string;
5038
+ name: string;
5039
5039
  picture: {
5040
5040
  data: {
5041
5041
  url: string;
@@ -5067,8 +5067,8 @@ export declare const channelContract: {
5067
5067
  };
5068
5068
  }>;
5069
5069
  }, "strip", z.ZodTypeAny, {
5070
- name: string;
5071
5070
  id: string;
5071
+ name: string;
5072
5072
  picture: {
5073
5073
  data: {
5074
5074
  url: string;
@@ -5076,8 +5076,8 @@ export declare const channelContract: {
5076
5076
  };
5077
5077
  access_token: string;
5078
5078
  }, {
5079
- name: string;
5080
5079
  id: string;
5080
+ name: string;
5081
5081
  picture: {
5082
5082
  data: {
5083
5083
  url: string;
@@ -5087,8 +5087,8 @@ export declare const channelContract: {
5087
5087
  }>, "many">;
5088
5088
  }, "strip", z.ZodTypeAny, {
5089
5089
  data: {
5090
- name: string;
5091
5090
  id: string;
5091
+ name: string;
5092
5092
  picture: {
5093
5093
  data: {
5094
5094
  url: string;
@@ -5098,8 +5098,8 @@ export declare const channelContract: {
5098
5098
  }[];
5099
5099
  }, {
5100
5100
  data: {
5101
- name: string;
5102
5101
  id: string;
5102
+ name: string;
5103
5103
  picture: {
5104
5104
  data: {
5105
5105
  url: string;
@@ -5109,13 +5109,13 @@ export declare const channelContract: {
5109
5109
  }[];
5110
5110
  }>>;
5111
5111
  }, "strip", z.ZodTypeAny, {
5112
- name: string;
5113
5112
  id: string;
5113
+ name: string;
5114
5114
  profile_picture_uri: string;
5115
5115
  owned_pages?: {
5116
5116
  data: {
5117
- name: string;
5118
5117
  id: string;
5118
+ name: string;
5119
5119
  picture: {
5120
5120
  data: {
5121
5121
  url: string;
@@ -5126,8 +5126,8 @@ export declare const channelContract: {
5126
5126
  } | undefined;
5127
5127
  client_pages?: {
5128
5128
  data: {
5129
- name: string;
5130
5129
  id: string;
5130
+ name: string;
5131
5131
  picture: {
5132
5132
  data: {
5133
5133
  url: string;
@@ -5137,13 +5137,13 @@ export declare const channelContract: {
5137
5137
  }[];
5138
5138
  } | undefined;
5139
5139
  }, {
5140
- name: string;
5141
5140
  id: string;
5141
+ name: string;
5142
5142
  profile_picture_uri: string;
5143
5143
  owned_pages?: {
5144
5144
  data: {
5145
- name: string;
5146
5145
  id: string;
5146
+ name: string;
5147
5147
  picture: {
5148
5148
  data: {
5149
5149
  url: string;
@@ -5154,8 +5154,8 @@ export declare const channelContract: {
5154
5154
  } | undefined;
5155
5155
  client_pages?: {
5156
5156
  data: {
5157
- name: string;
5158
5157
  id: string;
5158
+ name: string;
5159
5159
  picture: {
5160
5160
  data: {
5161
5161
  url: string;
@@ -5167,13 +5167,13 @@ export declare const channelContract: {
5167
5167
  }>;
5168
5168
  }, "strip", z.ZodTypeAny, {
5169
5169
  data: {
5170
- name: string;
5171
5170
  id: string;
5171
+ name: string;
5172
5172
  profile_picture_uri: string;
5173
5173
  owned_pages?: {
5174
5174
  data: {
5175
- name: string;
5176
5175
  id: string;
5176
+ name: string;
5177
5177
  picture: {
5178
5178
  data: {
5179
5179
  url: string;
@@ -5184,8 +5184,8 @@ export declare const channelContract: {
5184
5184
  } | undefined;
5185
5185
  client_pages?: {
5186
5186
  data: {
5187
- name: string;
5188
5187
  id: string;
5188
+ name: string;
5189
5189
  picture: {
5190
5190
  data: {
5191
5191
  url: string;
@@ -5198,13 +5198,13 @@ export declare const channelContract: {
5198
5198
  requestId: string;
5199
5199
  }, {
5200
5200
  data: {
5201
- name: string;
5202
5201
  id: string;
5202
+ name: string;
5203
5203
  profile_picture_uri: string;
5204
5204
  owned_pages?: {
5205
5205
  data: {
5206
- name: string;
5207
5206
  id: string;
5207
+ name: string;
5208
5208
  picture: {
5209
5209
  data: {
5210
5210
  url: string;
@@ -5215,8 +5215,8 @@ export declare const channelContract: {
5215
5215
  } | undefined;
5216
5216
  client_pages?: {
5217
5217
  data: {
5218
- name: string;
5219
5218
  id: string;
5219
+ name: string;
5220
5220
  picture: {
5221
5221
  data: {
5222
5222
  url: string;
@@ -5318,8 +5318,8 @@ export declare const channelContract: {
5318
5318
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5319
5319
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5320
5320
  }, "strip", z.ZodTypeAny, {
5321
- name: string;
5322
5321
  id: string;
5322
+ name: string;
5323
5323
  accessToken?: string | undefined;
5324
5324
  channelSecret?: string | undefined;
5325
5325
  additionalCredentials?: any;
@@ -5344,8 +5344,8 @@ export declare const channelContract: {
5344
5344
  lineRichMenuId?: string | null | undefined;
5345
5345
  messengerIntegrationType?: "own" | "business" | undefined;
5346
5346
  }, {
5347
- name: string;
5348
5347
  id: string;
5348
+ name: string;
5349
5349
  accessToken?: string | undefined;
5350
5350
  channelSecret?: string | undefined;
5351
5351
  additionalCredentials?: any;
@@ -5374,11 +5374,11 @@ export declare const channelContract: {
5374
5374
  connectedUserId: z.ZodString;
5375
5375
  connectedUserName: z.ZodOptional<z.ZodString>;
5376
5376
  }, "strip", z.ZodTypeAny, {
5377
- name: string;
5378
5377
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5378
+ name: string;
5379
5379
  metadata: {
5380
- name: string;
5381
5380
  id: string;
5381
+ name: string;
5382
5382
  accessToken?: string | undefined;
5383
5383
  channelSecret?: string | undefined;
5384
5384
  additionalCredentials?: any;
@@ -5407,11 +5407,11 @@ export declare const channelContract: {
5407
5407
  connectedUserId: string;
5408
5408
  connectedUserName?: string | undefined;
5409
5409
  }, {
5410
- name: string;
5411
5410
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5411
+ name: string;
5412
5412
  metadata: {
5413
- name: string;
5414
5413
  id: string;
5414
+ name: string;
5415
5415
  accessToken?: string | undefined;
5416
5416
  channelSecret?: string | undefined;
5417
5417
  additionalCredentials?: any;
@@ -5509,8 +5509,8 @@ export declare const channelContract: {
5509
5509
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5510
5510
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5511
5511
  }, "strip", z.ZodTypeAny, {
5512
- name: string;
5513
5512
  id: string;
5513
+ name: string;
5514
5514
  accessToken?: string | undefined;
5515
5515
  channelSecret?: string | undefined;
5516
5516
  additionalCredentials?: any;
@@ -5535,8 +5535,8 @@ export declare const channelContract: {
5535
5535
  lineRichMenuId?: string | null | undefined;
5536
5536
  messengerIntegrationType?: "own" | "business" | undefined;
5537
5537
  }, {
5538
- name: string;
5539
5538
  id: string;
5539
+ name: string;
5540
5540
  accessToken?: string | undefined;
5541
5541
  channelSecret?: string | undefined;
5542
5542
  additionalCredentials?: any;
@@ -5574,14 +5574,14 @@ export declare const channelContract: {
5574
5574
  integrationId: z.ZodString;
5575
5575
  accessToken: z.ZodString;
5576
5576
  }, "strip", z.ZodTypeAny, {
5577
- name: string;
5578
5577
  id: string;
5578
+ name: string;
5579
5579
  accessToken: string;
5580
5580
  botId: string;
5581
5581
  integrationId: string;
5582
5582
  }, {
5583
- name: string;
5584
5583
  id: string;
5584
+ name: string;
5585
5585
  accessToken: string;
5586
5586
  botId: string;
5587
5587
  integrationId: string;
@@ -5704,9 +5704,9 @@ export declare const channelContract: {
5704
5704
  telephonySignature: string | null;
5705
5705
  }>;
5706
5706
  }, "strip", z.ZodTypeAny, {
5707
- name: string;
5708
5707
  id: string;
5709
5708
  address: string | null;
5709
+ name: string;
5710
5710
  email: string;
5711
5711
  createdAt: Date;
5712
5712
  updatedAt: Date;
@@ -5747,9 +5747,9 @@ export declare const channelContract: {
5747
5747
  telephonySignature: string | null;
5748
5748
  };
5749
5749
  }, {
5750
- name: string;
5751
5750
  id: string;
5752
5751
  address: string | null;
5752
+ name: string;
5753
5753
  email: string;
5754
5754
  createdAt: Date;
5755
5755
  updatedAt: Date;
@@ -5791,12 +5791,12 @@ export declare const channelContract: {
5791
5791
  };
5792
5792
  }>;
5793
5793
  }, "strip", z.ZodTypeAny, {
5794
- name: string;
5795
5794
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5796
5795
  id: string;
5796
+ name: string;
5797
5797
  metadata: {
5798
- name: string;
5799
5798
  id: string;
5799
+ name: string;
5800
5800
  accessToken?: string | undefined;
5801
5801
  channelSecret?: string | undefined;
5802
5802
  additionalCredentials?: any;
@@ -5826,9 +5826,9 @@ export declare const channelContract: {
5826
5826
  updatedAt: Date;
5827
5827
  deletedAt: Date | null;
5828
5828
  actor: {
5829
- name: string;
5830
5829
  id: string;
5831
5830
  address: string | null;
5831
+ name: string;
5832
5832
  email: string;
5833
5833
  createdAt: Date;
5834
5834
  updatedAt: Date;
@@ -5875,19 +5875,19 @@ export declare const channelContract: {
5875
5875
  connectedUserName: string;
5876
5876
  connectedUserId: string;
5877
5877
  botpressBot: {
5878
- name: string;
5879
5878
  id: string;
5879
+ name: string;
5880
5880
  accessToken: string;
5881
5881
  botId: string;
5882
5882
  integrationId: string;
5883
5883
  } | null;
5884
5884
  }, {
5885
- name: string;
5886
5885
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5887
5886
  id: string;
5887
+ name: string;
5888
5888
  metadata: {
5889
- name: string;
5890
5889
  id: string;
5890
+ name: string;
5891
5891
  accessToken?: string | undefined;
5892
5892
  channelSecret?: string | undefined;
5893
5893
  additionalCredentials?: any;
@@ -5917,9 +5917,9 @@ export declare const channelContract: {
5917
5917
  updatedAt: Date;
5918
5918
  deletedAt: Date | null;
5919
5919
  actor: {
5920
- name: string;
5921
5920
  id: string;
5922
5921
  address: string | null;
5922
+ name: string;
5923
5923
  email: string;
5924
5924
  createdAt: Date;
5925
5925
  updatedAt: Date;
@@ -5966,8 +5966,8 @@ export declare const channelContract: {
5966
5966
  connectedUserName: string;
5967
5967
  connectedUserId: string;
5968
5968
  botpressBot: {
5969
- name: string;
5970
5969
  id: string;
5970
+ name: string;
5971
5971
  accessToken: string;
5972
5972
  botId: string;
5973
5973
  integrationId: string;
@@ -5975,12 +5975,12 @@ export declare const channelContract: {
5975
5975
  }>;
5976
5976
  }, "strip", z.ZodTypeAny, {
5977
5977
  channel: {
5978
- name: string;
5979
5978
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5980
5979
  id: string;
5980
+ name: string;
5981
5981
  metadata: {
5982
- name: string;
5983
5982
  id: string;
5983
+ name: string;
5984
5984
  accessToken?: string | undefined;
5985
5985
  channelSecret?: string | undefined;
5986
5986
  additionalCredentials?: any;
@@ -6010,9 +6010,9 @@ export declare const channelContract: {
6010
6010
  updatedAt: Date;
6011
6011
  deletedAt: Date | null;
6012
6012
  actor: {
6013
- name: string;
6014
6013
  id: string;
6015
6014
  address: string | null;
6015
+ name: string;
6016
6016
  email: string;
6017
6017
  createdAt: Date;
6018
6018
  updatedAt: Date;
@@ -6059,8 +6059,8 @@ export declare const channelContract: {
6059
6059
  connectedUserName: string;
6060
6060
  connectedUserId: string;
6061
6061
  botpressBot: {
6062
- name: string;
6063
6062
  id: string;
6063
+ name: string;
6064
6064
  accessToken: string;
6065
6065
  botId: string;
6066
6066
  integrationId: string;
@@ -6069,12 +6069,12 @@ export declare const channelContract: {
6069
6069
  requestId: string;
6070
6070
  }, {
6071
6071
  channel: {
6072
- name: string;
6073
6072
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6074
6073
  id: string;
6074
+ name: string;
6075
6075
  metadata: {
6076
- name: string;
6077
6076
  id: string;
6077
+ name: string;
6078
6078
  accessToken?: string | undefined;
6079
6079
  channelSecret?: string | undefined;
6080
6080
  additionalCredentials?: any;
@@ -6104,9 +6104,9 @@ export declare const channelContract: {
6104
6104
  updatedAt: Date;
6105
6105
  deletedAt: Date | null;
6106
6106
  actor: {
6107
- name: string;
6108
6107
  id: string;
6109
6108
  address: string | null;
6109
+ name: string;
6110
6110
  email: string;
6111
6111
  createdAt: Date;
6112
6112
  updatedAt: Date;
@@ -6153,8 +6153,8 @@ export declare const channelContract: {
6153
6153
  connectedUserName: string;
6154
6154
  connectedUserId: string;
6155
6155
  botpressBot: {
6156
- name: string;
6157
6156
  id: string;
6157
+ name: string;
6158
6158
  accessToken: string;
6159
6159
  botId: string;
6160
6160
  integrationId: string;
@@ -6278,35 +6278,35 @@ export declare const channelContract: {
6278
6278
  ig_id: z.ZodNumber;
6279
6279
  id: z.ZodString;
6280
6280
  }, "strip", z.ZodTypeAny, {
6281
- name: string;
6282
6281
  id: string;
6282
+ name: string;
6283
6283
  username: string;
6284
6284
  ig_id: number;
6285
6285
  }, {
6286
- name: string;
6287
6286
  id: string;
6287
+ name: string;
6288
6288
  username: string;
6289
6289
  ig_id: number;
6290
6290
  }>;
6291
6291
  id: z.ZodString;
6292
6292
  name: z.ZodString;
6293
6293
  }, "strip", z.ZodTypeAny, {
6294
- name: string;
6295
6294
  id: string;
6295
+ name: string;
6296
6296
  access_token: string;
6297
6297
  instagram_business_account: {
6298
- name: string;
6299
6298
  id: string;
6299
+ name: string;
6300
6300
  username: string;
6301
6301
  ig_id: number;
6302
6302
  };
6303
6303
  }, {
6304
- name: string;
6305
6304
  id: string;
6305
+ name: string;
6306
6306
  access_token: string;
6307
6307
  instagram_business_account: {
6308
- name: string;
6309
6308
  id: string;
6309
+ name: string;
6310
6310
  username: string;
6311
6311
  ig_id: number;
6312
6312
  };
@@ -6335,12 +6335,12 @@ export declare const channelContract: {
6335
6335
  }>>;
6336
6336
  }, "strip", z.ZodTypeAny, {
6337
6337
  data: {
6338
- name: string;
6339
6338
  id: string;
6339
+ name: string;
6340
6340
  access_token: string;
6341
6341
  instagram_business_account: {
6342
- name: string;
6343
6342
  id: string;
6343
+ name: string;
6344
6344
  username: string;
6345
6345
  ig_id: number;
6346
6346
  };
@@ -6353,12 +6353,12 @@ export declare const channelContract: {
6353
6353
  } | undefined;
6354
6354
  }, {
6355
6355
  data: {
6356
- name: string;
6357
6356
  id: string;
6357
+ name: string;
6358
6358
  access_token: string;
6359
6359
  instagram_business_account: {
6360
- name: string;
6361
6360
  id: string;
6361
+ name: string;
6362
6362
  username: string;
6363
6363
  ig_id: number;
6364
6364
  };
@@ -6373,12 +6373,12 @@ export declare const channelContract: {
6373
6373
  }, "strip", z.ZodTypeAny, {
6374
6374
  data: {
6375
6375
  data: {
6376
- name: string;
6377
6376
  id: string;
6377
+ name: string;
6378
6378
  access_token: string;
6379
6379
  instagram_business_account: {
6380
- name: string;
6381
6380
  id: string;
6381
+ name: string;
6382
6382
  username: string;
6383
6383
  ig_id: number;
6384
6384
  };
@@ -6394,12 +6394,12 @@ export declare const channelContract: {
6394
6394
  }, {
6395
6395
  data: {
6396
6396
  data: {
6397
- name: string;
6398
6397
  id: string;
6398
+ name: string;
6399
6399
  access_token: string;
6400
6400
  instagram_business_account: {
6401
- name: string;
6402
6401
  id: string;
6402
+ name: string;
6403
6403
  username: string;
6404
6404
  ig_id: number;
6405
6405
  };
@@ -6503,8 +6503,8 @@ export declare const channelContract: {
6503
6503
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6504
6504
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6505
6505
  }, "strip", z.ZodTypeAny, {
6506
- name: string;
6507
6506
  id: string;
6507
+ name: string;
6508
6508
  accessToken?: string | undefined;
6509
6509
  channelSecret?: string | undefined;
6510
6510
  additionalCredentials?: any;
@@ -6529,8 +6529,8 @@ export declare const channelContract: {
6529
6529
  lineRichMenuId?: string | null | undefined;
6530
6530
  messengerIntegrationType?: "own" | "business" | undefined;
6531
6531
  }, {
6532
- name: string;
6533
6532
  id: string;
6533
+ name: string;
6534
6534
  accessToken?: string | undefined;
6535
6535
  channelSecret?: string | undefined;
6536
6536
  additionalCredentials?: any;
@@ -6559,11 +6559,11 @@ export declare const channelContract: {
6559
6559
  connectedUserId: z.ZodString;
6560
6560
  connectedUserName: z.ZodOptional<z.ZodString>;
6561
6561
  }, "strip", z.ZodTypeAny, {
6562
- name: string;
6563
6562
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6563
+ name: string;
6564
6564
  metadata: {
6565
- name: string;
6566
6565
  id: string;
6566
+ name: string;
6567
6567
  accessToken?: string | undefined;
6568
6568
  channelSecret?: string | undefined;
6569
6569
  additionalCredentials?: any;
@@ -6592,11 +6592,11 @@ export declare const channelContract: {
6592
6592
  connectedUserId: string;
6593
6593
  connectedUserName?: string | undefined;
6594
6594
  }, {
6595
- name: string;
6596
6595
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6596
+ name: string;
6597
6597
  metadata: {
6598
- name: string;
6599
6598
  id: string;
6599
+ name: string;
6600
6600
  accessToken?: string | undefined;
6601
6601
  channelSecret?: string | undefined;
6602
6602
  additionalCredentials?: any;
@@ -6694,8 +6694,8 @@ export declare const channelContract: {
6694
6694
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6695
6695
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6696
6696
  }, "strip", z.ZodTypeAny, {
6697
- name: string;
6698
6697
  id: string;
6698
+ name: string;
6699
6699
  accessToken?: string | undefined;
6700
6700
  channelSecret?: string | undefined;
6701
6701
  additionalCredentials?: any;
@@ -6720,8 +6720,8 @@ export declare const channelContract: {
6720
6720
  lineRichMenuId?: string | null | undefined;
6721
6721
  messengerIntegrationType?: "own" | "business" | undefined;
6722
6722
  }, {
6723
- name: string;
6724
6723
  id: string;
6724
+ name: string;
6725
6725
  accessToken?: string | undefined;
6726
6726
  channelSecret?: string | undefined;
6727
6727
  additionalCredentials?: any;
@@ -6759,14 +6759,14 @@ export declare const channelContract: {
6759
6759
  integrationId: z.ZodString;
6760
6760
  accessToken: z.ZodString;
6761
6761
  }, "strip", z.ZodTypeAny, {
6762
- name: string;
6763
6762
  id: string;
6763
+ name: string;
6764
6764
  accessToken: string;
6765
6765
  botId: string;
6766
6766
  integrationId: string;
6767
6767
  }, {
6768
- name: string;
6769
6768
  id: string;
6769
+ name: string;
6770
6770
  accessToken: string;
6771
6771
  botId: string;
6772
6772
  integrationId: string;
@@ -6889,9 +6889,9 @@ export declare const channelContract: {
6889
6889
  telephonySignature: string | null;
6890
6890
  }>;
6891
6891
  }, "strip", z.ZodTypeAny, {
6892
- name: string;
6893
6892
  id: string;
6894
6893
  address: string | null;
6894
+ name: string;
6895
6895
  email: string;
6896
6896
  createdAt: Date;
6897
6897
  updatedAt: Date;
@@ -6932,9 +6932,9 @@ export declare const channelContract: {
6932
6932
  telephonySignature: string | null;
6933
6933
  };
6934
6934
  }, {
6935
- name: string;
6936
6935
  id: string;
6937
6936
  address: string | null;
6937
+ name: string;
6938
6938
  email: string;
6939
6939
  createdAt: Date;
6940
6940
  updatedAt: Date;
@@ -6976,12 +6976,12 @@ export declare const channelContract: {
6976
6976
  };
6977
6977
  }>;
6978
6978
  }, "strip", z.ZodTypeAny, {
6979
- name: string;
6980
6979
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6981
6980
  id: string;
6981
+ name: string;
6982
6982
  metadata: {
6983
- name: string;
6984
6983
  id: string;
6984
+ name: string;
6985
6985
  accessToken?: string | undefined;
6986
6986
  channelSecret?: string | undefined;
6987
6987
  additionalCredentials?: any;
@@ -7011,9 +7011,9 @@ export declare const channelContract: {
7011
7011
  updatedAt: Date;
7012
7012
  deletedAt: Date | null;
7013
7013
  actor: {
7014
- name: string;
7015
7014
  id: string;
7016
7015
  address: string | null;
7016
+ name: string;
7017
7017
  email: string;
7018
7018
  createdAt: Date;
7019
7019
  updatedAt: Date;
@@ -7060,19 +7060,19 @@ export declare const channelContract: {
7060
7060
  connectedUserName: string;
7061
7061
  connectedUserId: string;
7062
7062
  botpressBot: {
7063
- name: string;
7064
7063
  id: string;
7064
+ name: string;
7065
7065
  accessToken: string;
7066
7066
  botId: string;
7067
7067
  integrationId: string;
7068
7068
  } | null;
7069
7069
  }, {
7070
- name: string;
7071
7070
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7072
7071
  id: string;
7072
+ name: string;
7073
7073
  metadata: {
7074
- name: string;
7075
7074
  id: string;
7075
+ name: string;
7076
7076
  accessToken?: string | undefined;
7077
7077
  channelSecret?: string | undefined;
7078
7078
  additionalCredentials?: any;
@@ -7102,9 +7102,9 @@ export declare const channelContract: {
7102
7102
  updatedAt: Date;
7103
7103
  deletedAt: Date | null;
7104
7104
  actor: {
7105
- name: string;
7106
7105
  id: string;
7107
7106
  address: string | null;
7107
+ name: string;
7108
7108
  email: string;
7109
7109
  createdAt: Date;
7110
7110
  updatedAt: Date;
@@ -7151,8 +7151,8 @@ export declare const channelContract: {
7151
7151
  connectedUserName: string;
7152
7152
  connectedUserId: string;
7153
7153
  botpressBot: {
7154
- name: string;
7155
7154
  id: string;
7155
+ name: string;
7156
7156
  accessToken: string;
7157
7157
  botId: string;
7158
7158
  integrationId: string;
@@ -7160,12 +7160,12 @@ export declare const channelContract: {
7160
7160
  }>;
7161
7161
  }, "strip", z.ZodTypeAny, {
7162
7162
  channel: {
7163
- name: string;
7164
7163
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7165
7164
  id: string;
7165
+ name: string;
7166
7166
  metadata: {
7167
- name: string;
7168
7167
  id: string;
7168
+ name: string;
7169
7169
  accessToken?: string | undefined;
7170
7170
  channelSecret?: string | undefined;
7171
7171
  additionalCredentials?: any;
@@ -7195,9 +7195,9 @@ export declare const channelContract: {
7195
7195
  updatedAt: Date;
7196
7196
  deletedAt: Date | null;
7197
7197
  actor: {
7198
- name: string;
7199
7198
  id: string;
7200
7199
  address: string | null;
7200
+ name: string;
7201
7201
  email: string;
7202
7202
  createdAt: Date;
7203
7203
  updatedAt: Date;
@@ -7244,8 +7244,8 @@ export declare const channelContract: {
7244
7244
  connectedUserName: string;
7245
7245
  connectedUserId: string;
7246
7246
  botpressBot: {
7247
- name: string;
7248
7247
  id: string;
7248
+ name: string;
7249
7249
  accessToken: string;
7250
7250
  botId: string;
7251
7251
  integrationId: string;
@@ -7254,12 +7254,12 @@ export declare const channelContract: {
7254
7254
  requestId: string;
7255
7255
  }, {
7256
7256
  channel: {
7257
- name: string;
7258
7257
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7259
7258
  id: string;
7259
+ name: string;
7260
7260
  metadata: {
7261
- name: string;
7262
7261
  id: string;
7262
+ name: string;
7263
7263
  accessToken?: string | undefined;
7264
7264
  channelSecret?: string | undefined;
7265
7265
  additionalCredentials?: any;
@@ -7289,9 +7289,9 @@ export declare const channelContract: {
7289
7289
  updatedAt: Date;
7290
7290
  deletedAt: Date | null;
7291
7291
  actor: {
7292
- name: string;
7293
7292
  id: string;
7294
7293
  address: string | null;
7294
+ name: string;
7295
7295
  email: string;
7296
7296
  createdAt: Date;
7297
7297
  updatedAt: Date;
@@ -7338,8 +7338,8 @@ export declare const channelContract: {
7338
7338
  connectedUserName: string;
7339
7339
  connectedUserId: string;
7340
7340
  botpressBot: {
7341
- name: string;
7342
7341
  id: string;
7342
+ name: string;
7343
7343
  accessToken: string;
7344
7344
  botId: string;
7345
7345
  integrationId: string;
@@ -7458,8 +7458,8 @@ export declare const channelContract: {
7458
7458
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7459
7459
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7460
7460
  }, "strip", z.ZodTypeAny, {
7461
- name: string;
7462
7461
  id: string;
7462
+ name: string;
7463
7463
  accessToken?: string | undefined;
7464
7464
  channelSecret?: string | undefined;
7465
7465
  additionalCredentials?: any;
@@ -7484,8 +7484,8 @@ export declare const channelContract: {
7484
7484
  lineRichMenuId?: string | null | undefined;
7485
7485
  messengerIntegrationType?: "own" | "business" | undefined;
7486
7486
  }, {
7487
- name: string;
7488
7487
  id: string;
7488
+ name: string;
7489
7489
  accessToken?: string | undefined;
7490
7490
  channelSecret?: string | undefined;
7491
7491
  additionalCredentials?: any;
@@ -7523,14 +7523,14 @@ export declare const channelContract: {
7523
7523
  integrationId: z.ZodString;
7524
7524
  accessToken: z.ZodString;
7525
7525
  }, "strip", z.ZodTypeAny, {
7526
- name: string;
7527
7526
  id: string;
7527
+ name: string;
7528
7528
  accessToken: string;
7529
7529
  botId: string;
7530
7530
  integrationId: string;
7531
7531
  }, {
7532
- name: string;
7533
7532
  id: string;
7533
+ name: string;
7534
7534
  accessToken: string;
7535
7535
  botId: string;
7536
7536
  integrationId: string;
@@ -7653,9 +7653,9 @@ export declare const channelContract: {
7653
7653
  telephonySignature: string | null;
7654
7654
  }>;
7655
7655
  }, "strip", z.ZodTypeAny, {
7656
- name: string;
7657
7656
  id: string;
7658
7657
  address: string | null;
7658
+ name: string;
7659
7659
  email: string;
7660
7660
  createdAt: Date;
7661
7661
  updatedAt: Date;
@@ -7696,9 +7696,9 @@ export declare const channelContract: {
7696
7696
  telephonySignature: string | null;
7697
7697
  };
7698
7698
  }, {
7699
- name: string;
7700
7699
  id: string;
7701
7700
  address: string | null;
7701
+ name: string;
7702
7702
  email: string;
7703
7703
  createdAt: Date;
7704
7704
  updatedAt: Date;
@@ -7740,12 +7740,12 @@ export declare const channelContract: {
7740
7740
  };
7741
7741
  }>;
7742
7742
  }, "strip", z.ZodTypeAny, {
7743
- name: string;
7744
7743
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7745
7744
  id: string;
7745
+ name: string;
7746
7746
  metadata: {
7747
- name: string;
7748
7747
  id: string;
7748
+ name: string;
7749
7749
  accessToken?: string | undefined;
7750
7750
  channelSecret?: string | undefined;
7751
7751
  additionalCredentials?: any;
@@ -7775,9 +7775,9 @@ export declare const channelContract: {
7775
7775
  updatedAt: Date;
7776
7776
  deletedAt: Date | null;
7777
7777
  actor: {
7778
- name: string;
7779
7778
  id: string;
7780
7779
  address: string | null;
7780
+ name: string;
7781
7781
  email: string;
7782
7782
  createdAt: Date;
7783
7783
  updatedAt: Date;
@@ -7824,19 +7824,19 @@ export declare const channelContract: {
7824
7824
  connectedUserName: string;
7825
7825
  connectedUserId: string;
7826
7826
  botpressBot: {
7827
- name: string;
7828
7827
  id: string;
7828
+ name: string;
7829
7829
  accessToken: string;
7830
7830
  botId: string;
7831
7831
  integrationId: string;
7832
7832
  } | null;
7833
7833
  }, {
7834
- name: string;
7835
7834
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7836
7835
  id: string;
7836
+ name: string;
7837
7837
  metadata: {
7838
- name: string;
7839
7838
  id: string;
7839
+ name: string;
7840
7840
  accessToken?: string | undefined;
7841
7841
  channelSecret?: string | undefined;
7842
7842
  additionalCredentials?: any;
@@ -7866,9 +7866,9 @@ export declare const channelContract: {
7866
7866
  updatedAt: Date;
7867
7867
  deletedAt: Date | null;
7868
7868
  actor: {
7869
- name: string;
7870
7869
  id: string;
7871
7870
  address: string | null;
7871
+ name: string;
7872
7872
  email: string;
7873
7873
  createdAt: Date;
7874
7874
  updatedAt: Date;
@@ -7915,8 +7915,8 @@ export declare const channelContract: {
7915
7915
  connectedUserName: string;
7916
7916
  connectedUserId: string;
7917
7917
  botpressBot: {
7918
- name: string;
7919
7918
  id: string;
7919
+ name: string;
7920
7920
  accessToken: string;
7921
7921
  botId: string;
7922
7922
  integrationId: string;
@@ -7924,12 +7924,12 @@ export declare const channelContract: {
7924
7924
  }>;
7925
7925
  }, "strip", z.ZodTypeAny, {
7926
7926
  channel: {
7927
- name: string;
7928
7927
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7929
7928
  id: string;
7929
+ name: string;
7930
7930
  metadata: {
7931
- name: string;
7932
7931
  id: string;
7932
+ name: string;
7933
7933
  accessToken?: string | undefined;
7934
7934
  channelSecret?: string | undefined;
7935
7935
  additionalCredentials?: any;
@@ -7959,9 +7959,9 @@ export declare const channelContract: {
7959
7959
  updatedAt: Date;
7960
7960
  deletedAt: Date | null;
7961
7961
  actor: {
7962
- name: string;
7963
7962
  id: string;
7964
7963
  address: string | null;
7964
+ name: string;
7965
7965
  email: string;
7966
7966
  createdAt: Date;
7967
7967
  updatedAt: Date;
@@ -8008,8 +8008,8 @@ export declare const channelContract: {
8008
8008
  connectedUserName: string;
8009
8009
  connectedUserId: string;
8010
8010
  botpressBot: {
8011
- name: string;
8012
8011
  id: string;
8012
+ name: string;
8013
8013
  accessToken: string;
8014
8014
  botId: string;
8015
8015
  integrationId: string;
@@ -8018,12 +8018,12 @@ export declare const channelContract: {
8018
8018
  requestId: string;
8019
8019
  }, {
8020
8020
  channel: {
8021
- name: string;
8022
8021
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8023
8022
  id: string;
8023
+ name: string;
8024
8024
  metadata: {
8025
- name: string;
8026
8025
  id: string;
8026
+ name: string;
8027
8027
  accessToken?: string | undefined;
8028
8028
  channelSecret?: string | undefined;
8029
8029
  additionalCredentials?: any;
@@ -8053,9 +8053,9 @@ export declare const channelContract: {
8053
8053
  updatedAt: Date;
8054
8054
  deletedAt: Date | null;
8055
8055
  actor: {
8056
- name: string;
8057
8056
  id: string;
8058
8057
  address: string | null;
8058
+ name: string;
8059
8059
  email: string;
8060
8060
  createdAt: Date;
8061
8061
  updatedAt: Date;
@@ -8102,8 +8102,8 @@ export declare const channelContract: {
8102
8102
  connectedUserName: string;
8103
8103
  connectedUserId: string;
8104
8104
  botpressBot: {
8105
- name: string;
8106
8105
  id: string;
8106
+ name: string;
8107
8107
  accessToken: string;
8108
8108
  botId: string;
8109
8109
  integrationId: string;
@@ -8232,8 +8232,8 @@ export declare const channelContract: {
8232
8232
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8233
8233
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8234
8234
  }, "strip", z.ZodTypeAny, {
8235
- name: string;
8236
8235
  id: string;
8236
+ name: string;
8237
8237
  accessToken?: string | undefined;
8238
8238
  channelSecret?: string | undefined;
8239
8239
  additionalCredentials?: any;
@@ -8258,8 +8258,8 @@ export declare const channelContract: {
8258
8258
  lineRichMenuId?: string | null | undefined;
8259
8259
  messengerIntegrationType?: "own" | "business" | undefined;
8260
8260
  }, {
8261
- name: string;
8262
8261
  id: string;
8262
+ name: string;
8263
8263
  accessToken?: string | undefined;
8264
8264
  channelSecret?: string | undefined;
8265
8265
  additionalCredentials?: any;
@@ -8297,14 +8297,14 @@ export declare const channelContract: {
8297
8297
  integrationId: z.ZodString;
8298
8298
  accessToken: z.ZodString;
8299
8299
  }, "strip", z.ZodTypeAny, {
8300
- name: string;
8301
8300
  id: string;
8301
+ name: string;
8302
8302
  accessToken: string;
8303
8303
  botId: string;
8304
8304
  integrationId: string;
8305
8305
  }, {
8306
- name: string;
8307
8306
  id: string;
8307
+ name: string;
8308
8308
  accessToken: string;
8309
8309
  botId: string;
8310
8310
  integrationId: string;
@@ -8427,9 +8427,9 @@ export declare const channelContract: {
8427
8427
  telephonySignature: string | null;
8428
8428
  }>;
8429
8429
  }, "strip", z.ZodTypeAny, {
8430
- name: string;
8431
8430
  id: string;
8432
8431
  address: string | null;
8432
+ name: string;
8433
8433
  email: string;
8434
8434
  createdAt: Date;
8435
8435
  updatedAt: Date;
@@ -8470,9 +8470,9 @@ export declare const channelContract: {
8470
8470
  telephonySignature: string | null;
8471
8471
  };
8472
8472
  }, {
8473
- name: string;
8474
8473
  id: string;
8475
8474
  address: string | null;
8475
+ name: string;
8476
8476
  email: string;
8477
8477
  createdAt: Date;
8478
8478
  updatedAt: Date;
@@ -8514,12 +8514,12 @@ export declare const channelContract: {
8514
8514
  };
8515
8515
  }>;
8516
8516
  }, "strip", z.ZodTypeAny, {
8517
- name: string;
8518
8517
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8519
8518
  id: string;
8519
+ name: string;
8520
8520
  metadata: {
8521
- name: string;
8522
8521
  id: string;
8522
+ name: string;
8523
8523
  accessToken?: string | undefined;
8524
8524
  channelSecret?: string | undefined;
8525
8525
  additionalCredentials?: any;
@@ -8549,9 +8549,9 @@ export declare const channelContract: {
8549
8549
  updatedAt: Date;
8550
8550
  deletedAt: Date | null;
8551
8551
  actor: {
8552
- name: string;
8553
8552
  id: string;
8554
8553
  address: string | null;
8554
+ name: string;
8555
8555
  email: string;
8556
8556
  createdAt: Date;
8557
8557
  updatedAt: Date;
@@ -8598,19 +8598,19 @@ export declare const channelContract: {
8598
8598
  connectedUserName: string;
8599
8599
  connectedUserId: string;
8600
8600
  botpressBot: {
8601
- name: string;
8602
8601
  id: string;
8602
+ name: string;
8603
8603
  accessToken: string;
8604
8604
  botId: string;
8605
8605
  integrationId: string;
8606
8606
  } | null;
8607
8607
  }, {
8608
- name: string;
8609
8608
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8610
8609
  id: string;
8610
+ name: string;
8611
8611
  metadata: {
8612
- name: string;
8613
8612
  id: string;
8613
+ name: string;
8614
8614
  accessToken?: string | undefined;
8615
8615
  channelSecret?: string | undefined;
8616
8616
  additionalCredentials?: any;
@@ -8640,9 +8640,9 @@ export declare const channelContract: {
8640
8640
  updatedAt: Date;
8641
8641
  deletedAt: Date | null;
8642
8642
  actor: {
8643
- name: string;
8644
8643
  id: string;
8645
8644
  address: string | null;
8645
+ name: string;
8646
8646
  email: string;
8647
8647
  createdAt: Date;
8648
8648
  updatedAt: Date;
@@ -8689,8 +8689,8 @@ export declare const channelContract: {
8689
8689
  connectedUserName: string;
8690
8690
  connectedUserId: string;
8691
8691
  botpressBot: {
8692
- name: string;
8693
8692
  id: string;
8693
+ name: string;
8694
8694
  accessToken: string;
8695
8695
  botId: string;
8696
8696
  integrationId: string;
@@ -8698,12 +8698,12 @@ export declare const channelContract: {
8698
8698
  }>;
8699
8699
  }, "strip", z.ZodTypeAny, {
8700
8700
  channel: {
8701
- name: string;
8702
8701
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8703
8702
  id: string;
8703
+ name: string;
8704
8704
  metadata: {
8705
- name: string;
8706
8705
  id: string;
8706
+ name: string;
8707
8707
  accessToken?: string | undefined;
8708
8708
  channelSecret?: string | undefined;
8709
8709
  additionalCredentials?: any;
@@ -8733,9 +8733,9 @@ export declare const channelContract: {
8733
8733
  updatedAt: Date;
8734
8734
  deletedAt: Date | null;
8735
8735
  actor: {
8736
- name: string;
8737
8736
  id: string;
8738
8737
  address: string | null;
8738
+ name: string;
8739
8739
  email: string;
8740
8740
  createdAt: Date;
8741
8741
  updatedAt: Date;
@@ -8782,8 +8782,8 @@ export declare const channelContract: {
8782
8782
  connectedUserName: string;
8783
8783
  connectedUserId: string;
8784
8784
  botpressBot: {
8785
- name: string;
8786
8785
  id: string;
8786
+ name: string;
8787
8787
  accessToken: string;
8788
8788
  botId: string;
8789
8789
  integrationId: string;
@@ -8792,12 +8792,12 @@ export declare const channelContract: {
8792
8792
  requestId: string;
8793
8793
  }, {
8794
8794
  channel: {
8795
- name: string;
8796
8795
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8797
8796
  id: string;
8797
+ name: string;
8798
8798
  metadata: {
8799
- name: string;
8800
8799
  id: string;
8800
+ name: string;
8801
8801
  accessToken?: string | undefined;
8802
8802
  channelSecret?: string | undefined;
8803
8803
  additionalCredentials?: any;
@@ -8827,9 +8827,9 @@ export declare const channelContract: {
8827
8827
  updatedAt: Date;
8828
8828
  deletedAt: Date | null;
8829
8829
  actor: {
8830
- name: string;
8831
8830
  id: string;
8832
8831
  address: string | null;
8832
+ name: string;
8833
8833
  email: string;
8834
8834
  createdAt: Date;
8835
8835
  updatedAt: Date;
@@ -8876,8 +8876,8 @@ export declare const channelContract: {
8876
8876
  connectedUserName: string;
8877
8877
  connectedUserId: string;
8878
8878
  botpressBot: {
8879
- name: string;
8880
8879
  id: string;
8880
+ name: string;
8881
8881
  accessToken: string;
8882
8882
  botId: string;
8883
8883
  integrationId: string;
@@ -8940,8 +8940,8 @@ export declare const channelContract: {
8940
8940
  agentAwayMessage: z.ZodOptional<z.ZodString>;
8941
8941
  widgetColor: z.ZodOptional<z.ZodString>;
8942
8942
  }, "strip", z.ZodTypeAny, {
8943
- name: string;
8944
8943
  type: import("./validation").ChatwootChannelType;
8944
+ name: string;
8945
8945
  websiteName: string;
8946
8946
  welcomeTitle: string;
8947
8947
  websiteUrl: string;
@@ -8950,8 +8950,8 @@ export declare const channelContract: {
8950
8950
  agentAwayMessage?: string | undefined;
8951
8951
  widgetColor?: string | undefined;
8952
8952
  }, {
8953
- name: string;
8954
8953
  type: import("./validation").ChatwootChannelType;
8954
+ name: string;
8955
8955
  websiteName: string;
8956
8956
  welcomeTitle: string;
8957
8957
  websiteUrl: string;
@@ -8961,10 +8961,9 @@ export declare const channelContract: {
8961
8961
  widgetColor?: string | undefined;
8962
8962
  }>;
8963
8963
  }, "strip", z.ZodTypeAny, {
8964
- name: string;
8965
8964
  channel: {
8966
- name: string;
8967
8965
  type: import("./validation").ChatwootChannelType;
8966
+ name: string;
8968
8967
  websiteName: string;
8969
8968
  welcomeTitle: string;
8970
8969
  websiteUrl: string;
@@ -8973,11 +8972,11 @@ export declare const channelContract: {
8973
8972
  agentAwayMessage?: string | undefined;
8974
8973
  widgetColor?: string | undefined;
8975
8974
  };
8976
- }, {
8977
8975
  name: string;
8976
+ }, {
8978
8977
  channel: {
8979
- name: string;
8980
8978
  type: import("./validation").ChatwootChannelType;
8979
+ name: string;
8981
8980
  websiteName: string;
8982
8981
  welcomeTitle: string;
8983
8982
  websiteUrl: string;
@@ -8986,6 +8985,7 @@ export declare const channelContract: {
8986
8985
  agentAwayMessage?: string | undefined;
8987
8986
  widgetColor?: string | undefined;
8988
8987
  };
8988
+ name: string;
8989
8989
  }>;
8990
8990
  summary: "Connect message channel";
8991
8991
  method: "POST";
@@ -9056,8 +9056,8 @@ export declare const channelContract: {
9056
9056
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9057
9057
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9058
9058
  }, "strip", z.ZodTypeAny, {
9059
- name: string;
9060
9059
  id: string;
9060
+ name: string;
9061
9061
  accessToken?: string | undefined;
9062
9062
  channelSecret?: string | undefined;
9063
9063
  additionalCredentials?: any;
@@ -9082,8 +9082,8 @@ export declare const channelContract: {
9082
9082
  lineRichMenuId?: string | null | undefined;
9083
9083
  messengerIntegrationType?: "own" | "business" | undefined;
9084
9084
  }, {
9085
- name: string;
9086
9085
  id: string;
9086
+ name: string;
9087
9087
  accessToken?: string | undefined;
9088
9088
  channelSecret?: string | undefined;
9089
9089
  additionalCredentials?: any;
@@ -9121,14 +9121,14 @@ export declare const channelContract: {
9121
9121
  integrationId: z.ZodString;
9122
9122
  accessToken: z.ZodString;
9123
9123
  }, "strip", z.ZodTypeAny, {
9124
- name: string;
9125
9124
  id: string;
9125
+ name: string;
9126
9126
  accessToken: string;
9127
9127
  botId: string;
9128
9128
  integrationId: string;
9129
9129
  }, {
9130
- name: string;
9131
9130
  id: string;
9131
+ name: string;
9132
9132
  accessToken: string;
9133
9133
  botId: string;
9134
9134
  integrationId: string;
@@ -9251,9 +9251,9 @@ export declare const channelContract: {
9251
9251
  telephonySignature: string | null;
9252
9252
  }>;
9253
9253
  }, "strip", z.ZodTypeAny, {
9254
- name: string;
9255
9254
  id: string;
9256
9255
  address: string | null;
9256
+ name: string;
9257
9257
  email: string;
9258
9258
  createdAt: Date;
9259
9259
  updatedAt: Date;
@@ -9294,9 +9294,9 @@ export declare const channelContract: {
9294
9294
  telephonySignature: string | null;
9295
9295
  };
9296
9296
  }, {
9297
- name: string;
9298
9297
  id: string;
9299
9298
  address: string | null;
9299
+ name: string;
9300
9300
  email: string;
9301
9301
  createdAt: Date;
9302
9302
  updatedAt: Date;
@@ -9338,12 +9338,12 @@ export declare const channelContract: {
9338
9338
  };
9339
9339
  }>;
9340
9340
  }, "strip", z.ZodTypeAny, {
9341
- name: string;
9342
9341
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9343
9342
  id: string;
9343
+ name: string;
9344
9344
  metadata: {
9345
- name: string;
9346
9345
  id: string;
9346
+ name: string;
9347
9347
  accessToken?: string | undefined;
9348
9348
  channelSecret?: string | undefined;
9349
9349
  additionalCredentials?: any;
@@ -9373,9 +9373,9 @@ export declare const channelContract: {
9373
9373
  updatedAt: Date;
9374
9374
  deletedAt: Date | null;
9375
9375
  actor: {
9376
- name: string;
9377
9376
  id: string;
9378
9377
  address: string | null;
9378
+ name: string;
9379
9379
  email: string;
9380
9380
  createdAt: Date;
9381
9381
  updatedAt: Date;
@@ -9422,19 +9422,19 @@ export declare const channelContract: {
9422
9422
  connectedUserName: string;
9423
9423
  connectedUserId: string;
9424
9424
  botpressBot: {
9425
- name: string;
9426
9425
  id: string;
9426
+ name: string;
9427
9427
  accessToken: string;
9428
9428
  botId: string;
9429
9429
  integrationId: string;
9430
9430
  } | null;
9431
9431
  }, {
9432
- name: string;
9433
9432
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9434
9433
  id: string;
9434
+ name: string;
9435
9435
  metadata: {
9436
- name: string;
9437
9436
  id: string;
9437
+ name: string;
9438
9438
  accessToken?: string | undefined;
9439
9439
  channelSecret?: string | undefined;
9440
9440
  additionalCredentials?: any;
@@ -9464,9 +9464,9 @@ export declare const channelContract: {
9464
9464
  updatedAt: Date;
9465
9465
  deletedAt: Date | null;
9466
9466
  actor: {
9467
- name: string;
9468
9467
  id: string;
9469
9468
  address: string | null;
9469
+ name: string;
9470
9470
  email: string;
9471
9471
  createdAt: Date;
9472
9472
  updatedAt: Date;
@@ -9513,8 +9513,8 @@ export declare const channelContract: {
9513
9513
  connectedUserName: string;
9514
9514
  connectedUserId: string;
9515
9515
  botpressBot: {
9516
- name: string;
9517
9516
  id: string;
9517
+ name: string;
9518
9518
  accessToken: string;
9519
9519
  botId: string;
9520
9520
  integrationId: string;
@@ -9522,12 +9522,12 @@ export declare const channelContract: {
9522
9522
  }>;
9523
9523
  }, "strip", z.ZodTypeAny, {
9524
9524
  channel: {
9525
- name: string;
9526
9525
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9527
9526
  id: string;
9527
+ name: string;
9528
9528
  metadata: {
9529
- name: string;
9530
9529
  id: string;
9530
+ name: string;
9531
9531
  accessToken?: string | undefined;
9532
9532
  channelSecret?: string | undefined;
9533
9533
  additionalCredentials?: any;
@@ -9557,9 +9557,9 @@ export declare const channelContract: {
9557
9557
  updatedAt: Date;
9558
9558
  deletedAt: Date | null;
9559
9559
  actor: {
9560
- name: string;
9561
9560
  id: string;
9562
9561
  address: string | null;
9562
+ name: string;
9563
9563
  email: string;
9564
9564
  createdAt: Date;
9565
9565
  updatedAt: Date;
@@ -9606,8 +9606,8 @@ export declare const channelContract: {
9606
9606
  connectedUserName: string;
9607
9607
  connectedUserId: string;
9608
9608
  botpressBot: {
9609
- name: string;
9610
9609
  id: string;
9610
+ name: string;
9611
9611
  accessToken: string;
9612
9612
  botId: string;
9613
9613
  integrationId: string;
@@ -9616,12 +9616,12 @@ export declare const channelContract: {
9616
9616
  requestId: string;
9617
9617
  }, {
9618
9618
  channel: {
9619
- name: string;
9620
9619
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9621
9620
  id: string;
9621
+ name: string;
9622
9622
  metadata: {
9623
- name: string;
9624
9623
  id: string;
9624
+ name: string;
9625
9625
  accessToken?: string | undefined;
9626
9626
  channelSecret?: string | undefined;
9627
9627
  additionalCredentials?: any;
@@ -9651,9 +9651,9 @@ export declare const channelContract: {
9651
9651
  updatedAt: Date;
9652
9652
  deletedAt: Date | null;
9653
9653
  actor: {
9654
- name: string;
9655
9654
  id: string;
9656
9655
  address: string | null;
9656
+ name: string;
9657
9657
  email: string;
9658
9658
  createdAt: Date;
9659
9659
  updatedAt: Date;
@@ -9700,8 +9700,8 @@ export declare const channelContract: {
9700
9700
  connectedUserName: string;
9701
9701
  connectedUserId: string;
9702
9702
  botpressBot: {
9703
- name: string;
9704
9703
  id: string;
9704
+ name: string;
9705
9705
  accessToken: string;
9706
9706
  botId: string;
9707
9707
  integrationId: string;
@@ -9811,8 +9811,8 @@ export declare const channelContract: {
9811
9811
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9812
9812
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9813
9813
  }, "strip", z.ZodTypeAny, {
9814
- name: string;
9815
9814
  id: string;
9815
+ name: string;
9816
9816
  accessToken?: string | undefined;
9817
9817
  channelSecret?: string | undefined;
9818
9818
  additionalCredentials?: any;
@@ -9837,8 +9837,8 @@ export declare const channelContract: {
9837
9837
  lineRichMenuId?: string | null | undefined;
9838
9838
  messengerIntegrationType?: "own" | "business" | undefined;
9839
9839
  }, {
9840
- name: string;
9841
9840
  id: string;
9841
+ name: string;
9842
9842
  accessToken?: string | undefined;
9843
9843
  channelSecret?: string | undefined;
9844
9844
  additionalCredentials?: any;
@@ -9865,11 +9865,11 @@ export declare const channelContract: {
9865
9865
  }>;
9866
9866
  platformId: z.ZodString;
9867
9867
  }, "strip", z.ZodTypeAny, {
9868
- name: string;
9869
9868
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9869
+ name: string;
9870
9870
  metadata: {
9871
- name: string;
9872
9871
  id: string;
9872
+ name: string;
9873
9873
  accessToken?: string | undefined;
9874
9874
  channelSecret?: string | undefined;
9875
9875
  additionalCredentials?: any;
@@ -9896,11 +9896,11 @@ export declare const channelContract: {
9896
9896
  };
9897
9897
  platformId: string;
9898
9898
  }, {
9899
- name: string;
9900
9899
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9900
+ name: string;
9901
9901
  metadata: {
9902
- name: string;
9903
9902
  id: string;
9903
+ name: string;
9904
9904
  accessToken?: string | undefined;
9905
9905
  channelSecret?: string | undefined;
9906
9906
  additionalCredentials?: any;
@@ -9996,8 +9996,8 @@ export declare const channelContract: {
9996
9996
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9997
9997
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9998
9998
  }, "strip", z.ZodTypeAny, {
9999
- name: string;
10000
9999
  id: string;
10000
+ name: string;
10001
10001
  accessToken?: string | undefined;
10002
10002
  channelSecret?: string | undefined;
10003
10003
  additionalCredentials?: any;
@@ -10022,8 +10022,8 @@ export declare const channelContract: {
10022
10022
  lineRichMenuId?: string | null | undefined;
10023
10023
  messengerIntegrationType?: "own" | "business" | undefined;
10024
10024
  }, {
10025
- name: string;
10026
10025
  id: string;
10026
+ name: string;
10027
10027
  accessToken?: string | undefined;
10028
10028
  channelSecret?: string | undefined;
10029
10029
  additionalCredentials?: any;
@@ -10061,14 +10061,14 @@ export declare const channelContract: {
10061
10061
  integrationId: z.ZodString;
10062
10062
  accessToken: z.ZodString;
10063
10063
  }, "strip", z.ZodTypeAny, {
10064
- name: string;
10065
10064
  id: string;
10065
+ name: string;
10066
10066
  accessToken: string;
10067
10067
  botId: string;
10068
10068
  integrationId: string;
10069
10069
  }, {
10070
- name: string;
10071
10070
  id: string;
10071
+ name: string;
10072
10072
  accessToken: string;
10073
10073
  botId: string;
10074
10074
  integrationId: string;
@@ -10191,9 +10191,9 @@ export declare const channelContract: {
10191
10191
  telephonySignature: string | null;
10192
10192
  }>;
10193
10193
  }, "strip", z.ZodTypeAny, {
10194
- name: string;
10195
10194
  id: string;
10196
10195
  address: string | null;
10196
+ name: string;
10197
10197
  email: string;
10198
10198
  createdAt: Date;
10199
10199
  updatedAt: Date;
@@ -10234,9 +10234,9 @@ export declare const channelContract: {
10234
10234
  telephonySignature: string | null;
10235
10235
  };
10236
10236
  }, {
10237
- name: string;
10238
10237
  id: string;
10239
10238
  address: string | null;
10239
+ name: string;
10240
10240
  email: string;
10241
10241
  createdAt: Date;
10242
10242
  updatedAt: Date;
@@ -10278,12 +10278,12 @@ export declare const channelContract: {
10278
10278
  };
10279
10279
  }>;
10280
10280
  }, "strip", z.ZodTypeAny, {
10281
- name: string;
10282
10281
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10283
10282
  id: string;
10283
+ name: string;
10284
10284
  metadata: {
10285
- name: string;
10286
10285
  id: string;
10286
+ name: string;
10287
10287
  accessToken?: string | undefined;
10288
10288
  channelSecret?: string | undefined;
10289
10289
  additionalCredentials?: any;
@@ -10313,9 +10313,9 @@ export declare const channelContract: {
10313
10313
  updatedAt: Date;
10314
10314
  deletedAt: Date | null;
10315
10315
  actor: {
10316
- name: string;
10317
10316
  id: string;
10318
10317
  address: string | null;
10318
+ name: string;
10319
10319
  email: string;
10320
10320
  createdAt: Date;
10321
10321
  updatedAt: Date;
@@ -10362,19 +10362,19 @@ export declare const channelContract: {
10362
10362
  connectedUserName: string;
10363
10363
  connectedUserId: string;
10364
10364
  botpressBot: {
10365
- name: string;
10366
10365
  id: string;
10366
+ name: string;
10367
10367
  accessToken: string;
10368
10368
  botId: string;
10369
10369
  integrationId: string;
10370
10370
  } | null;
10371
10371
  }, {
10372
- name: string;
10373
10372
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10374
10373
  id: string;
10374
+ name: string;
10375
10375
  metadata: {
10376
- name: string;
10377
10376
  id: string;
10377
+ name: string;
10378
10378
  accessToken?: string | undefined;
10379
10379
  channelSecret?: string | undefined;
10380
10380
  additionalCredentials?: any;
@@ -10404,9 +10404,9 @@ export declare const channelContract: {
10404
10404
  updatedAt: Date;
10405
10405
  deletedAt: Date | null;
10406
10406
  actor: {
10407
- name: string;
10408
10407
  id: string;
10409
10408
  address: string | null;
10409
+ name: string;
10410
10410
  email: string;
10411
10411
  createdAt: Date;
10412
10412
  updatedAt: Date;
@@ -10453,8 +10453,8 @@ export declare const channelContract: {
10453
10453
  connectedUserName: string;
10454
10454
  connectedUserId: string;
10455
10455
  botpressBot: {
10456
- name: string;
10457
10456
  id: string;
10457
+ name: string;
10458
10458
  accessToken: string;
10459
10459
  botId: string;
10460
10460
  integrationId: string;
@@ -10462,12 +10462,12 @@ export declare const channelContract: {
10462
10462
  }>;
10463
10463
  }, "strip", z.ZodTypeAny, {
10464
10464
  channel: {
10465
- name: string;
10466
10465
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10467
10466
  id: string;
10467
+ name: string;
10468
10468
  metadata: {
10469
- name: string;
10470
10469
  id: string;
10470
+ name: string;
10471
10471
  accessToken?: string | undefined;
10472
10472
  channelSecret?: string | undefined;
10473
10473
  additionalCredentials?: any;
@@ -10497,9 +10497,9 @@ export declare const channelContract: {
10497
10497
  updatedAt: Date;
10498
10498
  deletedAt: Date | null;
10499
10499
  actor: {
10500
- name: string;
10501
10500
  id: string;
10502
10501
  address: string | null;
10502
+ name: string;
10503
10503
  email: string;
10504
10504
  createdAt: Date;
10505
10505
  updatedAt: Date;
@@ -10546,8 +10546,8 @@ export declare const channelContract: {
10546
10546
  connectedUserName: string;
10547
10547
  connectedUserId: string;
10548
10548
  botpressBot: {
10549
- name: string;
10550
10549
  id: string;
10550
+ name: string;
10551
10551
  accessToken: string;
10552
10552
  botId: string;
10553
10553
  integrationId: string;
@@ -10556,12 +10556,12 @@ export declare const channelContract: {
10556
10556
  requestId: string;
10557
10557
  }, {
10558
10558
  channel: {
10559
- name: string;
10560
10559
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10561
10560
  id: string;
10561
+ name: string;
10562
10562
  metadata: {
10563
- name: string;
10564
10563
  id: string;
10564
+ name: string;
10565
10565
  accessToken?: string | undefined;
10566
10566
  channelSecret?: string | undefined;
10567
10567
  additionalCredentials?: any;
@@ -10591,9 +10591,9 @@ export declare const channelContract: {
10591
10591
  updatedAt: Date;
10592
10592
  deletedAt: Date | null;
10593
10593
  actor: {
10594
- name: string;
10595
10594
  id: string;
10596
10595
  address: string | null;
10596
+ name: string;
10597
10597
  email: string;
10598
10598
  createdAt: Date;
10599
10599
  updatedAt: Date;
@@ -10640,8 +10640,8 @@ export declare const channelContract: {
10640
10640
  connectedUserName: string;
10641
10641
  connectedUserId: string;
10642
10642
  botpressBot: {
10643
- name: string;
10644
10643
  id: string;
10644
+ name: string;
10645
10645
  accessToken: string;
10646
10646
  botId: string;
10647
10647
  integrationId: string;
@@ -10788,11 +10788,11 @@ export declare const channelFacebookFeedContract: {
10788
10788
  id: z.ZodString;
10789
10789
  name: z.ZodString;
10790
10790
  }, "strip", z.ZodTypeAny, {
10791
- name: string;
10792
10791
  id: string;
10793
- }, {
10794
10792
  name: string;
10793
+ }, {
10795
10794
  id: string;
10795
+ name: string;
10796
10796
  }>, "many">;
10797
10797
  id: z.ZodString;
10798
10798
  name: z.ZodString;
@@ -10815,8 +10815,8 @@ export declare const channelFacebookFeedContract: {
10815
10815
  };
10816
10816
  }>;
10817
10817
  }, "strip", z.ZodTypeAny, {
10818
- name: string;
10819
10818
  id: string;
10819
+ name: string;
10820
10820
  picture: {
10821
10821
  data: {
10822
10822
  url: string;
@@ -10825,13 +10825,13 @@ export declare const channelFacebookFeedContract: {
10825
10825
  category: string;
10826
10826
  access_token: string;
10827
10827
  category_list: {
10828
- name: string;
10829
10828
  id: string;
10829
+ name: string;
10830
10830
  }[];
10831
10831
  tasks: string[];
10832
10832
  }, {
10833
- name: string;
10834
10833
  id: string;
10834
+ name: string;
10835
10835
  picture: {
10836
10836
  data: {
10837
10837
  url: string;
@@ -10840,8 +10840,8 @@ export declare const channelFacebookFeedContract: {
10840
10840
  category: string;
10841
10841
  access_token: string;
10842
10842
  category_list: {
10843
- name: string;
10844
10843
  id: string;
10844
+ name: string;
10845
10845
  }[];
10846
10846
  tasks: string[];
10847
10847
  }>, "many">;
@@ -10869,8 +10869,8 @@ export declare const channelFacebookFeedContract: {
10869
10869
  }>>;
10870
10870
  }, "strip", z.ZodTypeAny, {
10871
10871
  data: {
10872
- name: string;
10873
10872
  id: string;
10873
+ name: string;
10874
10874
  picture: {
10875
10875
  data: {
10876
10876
  url: string;
@@ -10879,8 +10879,8 @@ export declare const channelFacebookFeedContract: {
10879
10879
  category: string;
10880
10880
  access_token: string;
10881
10881
  category_list: {
10882
- name: string;
10883
10882
  id: string;
10883
+ name: string;
10884
10884
  }[];
10885
10885
  tasks: string[];
10886
10886
  }[];
@@ -10892,8 +10892,8 @@ export declare const channelFacebookFeedContract: {
10892
10892
  } | undefined;
10893
10893
  }, {
10894
10894
  data: {
10895
- name: string;
10896
10895
  id: string;
10896
+ name: string;
10897
10897
  picture: {
10898
10898
  data: {
10899
10899
  url: string;
@@ -10902,8 +10902,8 @@ export declare const channelFacebookFeedContract: {
10902
10902
  category: string;
10903
10903
  access_token: string;
10904
10904
  category_list: {
10905
- name: string;
10906
10905
  id: string;
10906
+ name: string;
10907
10907
  }[];
10908
10908
  tasks: string[];
10909
10909
  }[];
@@ -10917,8 +10917,8 @@ export declare const channelFacebookFeedContract: {
10917
10917
  }, "strip", z.ZodTypeAny, {
10918
10918
  data: {
10919
10919
  data: {
10920
- name: string;
10921
10920
  id: string;
10921
+ name: string;
10922
10922
  picture: {
10923
10923
  data: {
10924
10924
  url: string;
@@ -10927,8 +10927,8 @@ export declare const channelFacebookFeedContract: {
10927
10927
  category: string;
10928
10928
  access_token: string;
10929
10929
  category_list: {
10930
- name: string;
10931
10930
  id: string;
10931
+ name: string;
10932
10932
  }[];
10933
10933
  tasks: string[];
10934
10934
  }[];
@@ -10943,8 +10943,8 @@ export declare const channelFacebookFeedContract: {
10943
10943
  }, {
10944
10944
  data: {
10945
10945
  data: {
10946
- name: string;
10947
10946
  id: string;
10947
+ name: string;
10948
10948
  picture: {
10949
10949
  data: {
10950
10950
  url: string;
@@ -10953,8 +10953,8 @@ export declare const channelFacebookFeedContract: {
10953
10953
  category: string;
10954
10954
  access_token: string;
10955
10955
  category_list: {
10956
- name: string;
10957
10956
  id: string;
10957
+ name: string;
10958
10958
  }[];
10959
10959
  tasks: string[];
10960
10960
  }[];
@@ -11041,8 +11041,8 @@ export declare const channelFacebookFeedContract: {
11041
11041
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11042
11042
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11043
11043
  }, "strip", z.ZodTypeAny, {
11044
- name: string;
11045
11044
  id: string;
11045
+ name: string;
11046
11046
  accessToken?: string | undefined;
11047
11047
  channelSecret?: string | undefined;
11048
11048
  additionalCredentials?: any;
@@ -11067,8 +11067,8 @@ export declare const channelFacebookFeedContract: {
11067
11067
  lineRichMenuId?: string | null | undefined;
11068
11068
  messengerIntegrationType?: "own" | "business" | undefined;
11069
11069
  }, {
11070
- name: string;
11071
11070
  id: string;
11071
+ name: string;
11072
11072
  accessToken?: string | undefined;
11073
11073
  channelSecret?: string | undefined;
11074
11074
  additionalCredentials?: any;
@@ -11097,11 +11097,11 @@ export declare const channelFacebookFeedContract: {
11097
11097
  connectedUserId: z.ZodString;
11098
11098
  connectedUserName: z.ZodOptional<z.ZodString>;
11099
11099
  }, "strip", z.ZodTypeAny, {
11100
- name: string;
11101
11100
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11101
+ name: string;
11102
11102
  metadata: {
11103
- name: string;
11104
11103
  id: string;
11104
+ name: string;
11105
11105
  accessToken?: string | undefined;
11106
11106
  channelSecret?: string | undefined;
11107
11107
  additionalCredentials?: any;
@@ -11130,11 +11130,11 @@ export declare const channelFacebookFeedContract: {
11130
11130
  connectedUserId: string;
11131
11131
  connectedUserName?: string | undefined;
11132
11132
  }, {
11133
- name: string;
11134
11133
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11134
+ name: string;
11135
11135
  metadata: {
11136
- name: string;
11137
11136
  id: string;
11137
+ name: string;
11138
11138
  accessToken?: string | undefined;
11139
11139
  channelSecret?: string | undefined;
11140
11140
  additionalCredentials?: any;
@@ -11232,8 +11232,8 @@ export declare const channelFacebookFeedContract: {
11232
11232
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11233
11233
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11234
11234
  }, "strip", z.ZodTypeAny, {
11235
- name: string;
11236
11235
  id: string;
11236
+ name: string;
11237
11237
  accessToken?: string | undefined;
11238
11238
  channelSecret?: string | undefined;
11239
11239
  additionalCredentials?: any;
@@ -11258,8 +11258,8 @@ export declare const channelFacebookFeedContract: {
11258
11258
  lineRichMenuId?: string | null | undefined;
11259
11259
  messengerIntegrationType?: "own" | "business" | undefined;
11260
11260
  }, {
11261
- name: string;
11262
11261
  id: string;
11262
+ name: string;
11263
11263
  accessToken?: string | undefined;
11264
11264
  channelSecret?: string | undefined;
11265
11265
  additionalCredentials?: any;
@@ -11297,14 +11297,14 @@ export declare const channelFacebookFeedContract: {
11297
11297
  integrationId: z.ZodString;
11298
11298
  accessToken: z.ZodString;
11299
11299
  }, "strip", z.ZodTypeAny, {
11300
- name: string;
11301
11300
  id: string;
11301
+ name: string;
11302
11302
  accessToken: string;
11303
11303
  botId: string;
11304
11304
  integrationId: string;
11305
11305
  }, {
11306
- name: string;
11307
11306
  id: string;
11307
+ name: string;
11308
11308
  accessToken: string;
11309
11309
  botId: string;
11310
11310
  integrationId: string;
@@ -11427,9 +11427,9 @@ export declare const channelFacebookFeedContract: {
11427
11427
  telephonySignature: string | null;
11428
11428
  }>;
11429
11429
  }, "strip", z.ZodTypeAny, {
11430
- name: string;
11431
11430
  id: string;
11432
11431
  address: string | null;
11432
+ name: string;
11433
11433
  email: string;
11434
11434
  createdAt: Date;
11435
11435
  updatedAt: Date;
@@ -11470,9 +11470,9 @@ export declare const channelFacebookFeedContract: {
11470
11470
  telephonySignature: string | null;
11471
11471
  };
11472
11472
  }, {
11473
- name: string;
11474
11473
  id: string;
11475
11474
  address: string | null;
11475
+ name: string;
11476
11476
  email: string;
11477
11477
  createdAt: Date;
11478
11478
  updatedAt: Date;
@@ -11514,12 +11514,12 @@ export declare const channelFacebookFeedContract: {
11514
11514
  };
11515
11515
  }>;
11516
11516
  }, "strip", z.ZodTypeAny, {
11517
- name: string;
11518
11517
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11519
11518
  id: string;
11519
+ name: string;
11520
11520
  metadata: {
11521
- name: string;
11522
11521
  id: string;
11522
+ name: string;
11523
11523
  accessToken?: string | undefined;
11524
11524
  channelSecret?: string | undefined;
11525
11525
  additionalCredentials?: any;
@@ -11549,9 +11549,9 @@ export declare const channelFacebookFeedContract: {
11549
11549
  updatedAt: Date;
11550
11550
  deletedAt: Date | null;
11551
11551
  actor: {
11552
- name: string;
11553
11552
  id: string;
11554
11553
  address: string | null;
11554
+ name: string;
11555
11555
  email: string;
11556
11556
  createdAt: Date;
11557
11557
  updatedAt: Date;
@@ -11598,19 +11598,19 @@ export declare const channelFacebookFeedContract: {
11598
11598
  connectedUserName: string;
11599
11599
  connectedUserId: string;
11600
11600
  botpressBot: {
11601
- name: string;
11602
11601
  id: string;
11602
+ name: string;
11603
11603
  accessToken: string;
11604
11604
  botId: string;
11605
11605
  integrationId: string;
11606
11606
  } | null;
11607
11607
  }, {
11608
- name: string;
11609
11608
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11610
11609
  id: string;
11610
+ name: string;
11611
11611
  metadata: {
11612
- name: string;
11613
11612
  id: string;
11613
+ name: string;
11614
11614
  accessToken?: string | undefined;
11615
11615
  channelSecret?: string | undefined;
11616
11616
  additionalCredentials?: any;
@@ -11640,9 +11640,9 @@ export declare const channelFacebookFeedContract: {
11640
11640
  updatedAt: Date;
11641
11641
  deletedAt: Date | null;
11642
11642
  actor: {
11643
- name: string;
11644
11643
  id: string;
11645
11644
  address: string | null;
11645
+ name: string;
11646
11646
  email: string;
11647
11647
  createdAt: Date;
11648
11648
  updatedAt: Date;
@@ -11689,8 +11689,8 @@ export declare const channelFacebookFeedContract: {
11689
11689
  connectedUserName: string;
11690
11690
  connectedUserId: string;
11691
11691
  botpressBot: {
11692
- name: string;
11693
11692
  id: string;
11693
+ name: string;
11694
11694
  accessToken: string;
11695
11695
  botId: string;
11696
11696
  integrationId: string;
@@ -11698,12 +11698,12 @@ export declare const channelFacebookFeedContract: {
11698
11698
  }>;
11699
11699
  }, "strip", z.ZodTypeAny, {
11700
11700
  channel: {
11701
- name: string;
11702
11701
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11703
11702
  id: string;
11703
+ name: string;
11704
11704
  metadata: {
11705
- name: string;
11706
11705
  id: string;
11706
+ name: string;
11707
11707
  accessToken?: string | undefined;
11708
11708
  channelSecret?: string | undefined;
11709
11709
  additionalCredentials?: any;
@@ -11733,9 +11733,9 @@ export declare const channelFacebookFeedContract: {
11733
11733
  updatedAt: Date;
11734
11734
  deletedAt: Date | null;
11735
11735
  actor: {
11736
- name: string;
11737
11736
  id: string;
11738
11737
  address: string | null;
11738
+ name: string;
11739
11739
  email: string;
11740
11740
  createdAt: Date;
11741
11741
  updatedAt: Date;
@@ -11782,8 +11782,8 @@ export declare const channelFacebookFeedContract: {
11782
11782
  connectedUserName: string;
11783
11783
  connectedUserId: string;
11784
11784
  botpressBot: {
11785
- name: string;
11786
11785
  id: string;
11786
+ name: string;
11787
11787
  accessToken: string;
11788
11788
  botId: string;
11789
11789
  integrationId: string;
@@ -11792,12 +11792,12 @@ export declare const channelFacebookFeedContract: {
11792
11792
  requestId: string;
11793
11793
  }, {
11794
11794
  channel: {
11795
- name: string;
11796
11795
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11797
11796
  id: string;
11797
+ name: string;
11798
11798
  metadata: {
11799
- name: string;
11800
11799
  id: string;
11800
+ name: string;
11801
11801
  accessToken?: string | undefined;
11802
11802
  channelSecret?: string | undefined;
11803
11803
  additionalCredentials?: any;
@@ -11827,9 +11827,9 @@ export declare const channelFacebookFeedContract: {
11827
11827
  updatedAt: Date;
11828
11828
  deletedAt: Date | null;
11829
11829
  actor: {
11830
- name: string;
11831
11830
  id: string;
11832
11831
  address: string | null;
11832
+ name: string;
11833
11833
  email: string;
11834
11834
  createdAt: Date;
11835
11835
  updatedAt: Date;
@@ -11876,8 +11876,8 @@ export declare const channelFacebookFeedContract: {
11876
11876
  connectedUserName: string;
11877
11877
  connectedUserId: string;
11878
11878
  botpressBot: {
11879
- name: string;
11880
11879
  id: string;
11880
+ name: string;
11881
11881
  accessToken: string;
11882
11882
  botId: string;
11883
11883
  integrationId: string;
@@ -11976,8 +11976,8 @@ export declare const channelBotContract: {
11976
11976
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11977
11977
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11978
11978
  }, "strip", z.ZodTypeAny, {
11979
- name: string;
11980
11979
  id: string;
11980
+ name: string;
11981
11981
  accessToken?: string | undefined;
11982
11982
  channelSecret?: string | undefined;
11983
11983
  additionalCredentials?: any;
@@ -12002,8 +12002,8 @@ export declare const channelBotContract: {
12002
12002
  lineRichMenuId?: string | null | undefined;
12003
12003
  messengerIntegrationType?: "own" | "business" | undefined;
12004
12004
  }, {
12005
- name: string;
12006
12005
  id: string;
12006
+ name: string;
12007
12007
  accessToken?: string | undefined;
12008
12008
  channelSecret?: string | undefined;
12009
12009
  additionalCredentials?: any;
@@ -12041,14 +12041,14 @@ export declare const channelBotContract: {
12041
12041
  integrationId: z.ZodString;
12042
12042
  accessToken: z.ZodString;
12043
12043
  }, "strip", z.ZodTypeAny, {
12044
- name: string;
12045
12044
  id: string;
12045
+ name: string;
12046
12046
  accessToken: string;
12047
12047
  botId: string;
12048
12048
  integrationId: string;
12049
12049
  }, {
12050
- name: string;
12051
12050
  id: string;
12051
+ name: string;
12052
12052
  accessToken: string;
12053
12053
  botId: string;
12054
12054
  integrationId: string;
@@ -12171,9 +12171,9 @@ export declare const channelBotContract: {
12171
12171
  telephonySignature: string | null;
12172
12172
  }>;
12173
12173
  }, "strip", z.ZodTypeAny, {
12174
- name: string;
12175
12174
  id: string;
12176
12175
  address: string | null;
12176
+ name: string;
12177
12177
  email: string;
12178
12178
  createdAt: Date;
12179
12179
  updatedAt: Date;
@@ -12214,9 +12214,9 @@ export declare const channelBotContract: {
12214
12214
  telephonySignature: string | null;
12215
12215
  };
12216
12216
  }, {
12217
- name: string;
12218
12217
  id: string;
12219
12218
  address: string | null;
12219
+ name: string;
12220
12220
  email: string;
12221
12221
  createdAt: Date;
12222
12222
  updatedAt: Date;
@@ -12258,12 +12258,12 @@ export declare const channelBotContract: {
12258
12258
  };
12259
12259
  }>;
12260
12260
  }, "strip", z.ZodTypeAny, {
12261
- name: string;
12262
12261
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12263
12262
  id: string;
12263
+ name: string;
12264
12264
  metadata: {
12265
- name: string;
12266
12265
  id: string;
12266
+ name: string;
12267
12267
  accessToken?: string | undefined;
12268
12268
  channelSecret?: string | undefined;
12269
12269
  additionalCredentials?: any;
@@ -12293,9 +12293,9 @@ export declare const channelBotContract: {
12293
12293
  updatedAt: Date;
12294
12294
  deletedAt: Date | null;
12295
12295
  actor: {
12296
- name: string;
12297
12296
  id: string;
12298
12297
  address: string | null;
12298
+ name: string;
12299
12299
  email: string;
12300
12300
  createdAt: Date;
12301
12301
  updatedAt: Date;
@@ -12342,19 +12342,19 @@ export declare const channelBotContract: {
12342
12342
  connectedUserName: string;
12343
12343
  connectedUserId: string;
12344
12344
  botpressBot: {
12345
- name: string;
12346
12345
  id: string;
12346
+ name: string;
12347
12347
  accessToken: string;
12348
12348
  botId: string;
12349
12349
  integrationId: string;
12350
12350
  } | null;
12351
12351
  }, {
12352
- name: string;
12353
12352
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12354
12353
  id: string;
12354
+ name: string;
12355
12355
  metadata: {
12356
- name: string;
12357
12356
  id: string;
12357
+ name: string;
12358
12358
  accessToken?: string | undefined;
12359
12359
  channelSecret?: string | undefined;
12360
12360
  additionalCredentials?: any;
@@ -12384,9 +12384,9 @@ export declare const channelBotContract: {
12384
12384
  updatedAt: Date;
12385
12385
  deletedAt: Date | null;
12386
12386
  actor: {
12387
- name: string;
12388
12387
  id: string;
12389
12388
  address: string | null;
12389
+ name: string;
12390
12390
  email: string;
12391
12391
  createdAt: Date;
12392
12392
  updatedAt: Date;
@@ -12433,8 +12433,8 @@ export declare const channelBotContract: {
12433
12433
  connectedUserName: string;
12434
12434
  connectedUserId: string;
12435
12435
  botpressBot: {
12436
- name: string;
12437
12436
  id: string;
12437
+ name: string;
12438
12438
  accessToken: string;
12439
12439
  botId: string;
12440
12440
  integrationId: string;
@@ -12442,12 +12442,12 @@ export declare const channelBotContract: {
12442
12442
  }>;
12443
12443
  }, "strip", z.ZodTypeAny, {
12444
12444
  channel: {
12445
- name: string;
12446
12445
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12447
12446
  id: string;
12447
+ name: string;
12448
12448
  metadata: {
12449
- name: string;
12450
12449
  id: string;
12450
+ name: string;
12451
12451
  accessToken?: string | undefined;
12452
12452
  channelSecret?: string | undefined;
12453
12453
  additionalCredentials?: any;
@@ -12477,9 +12477,9 @@ export declare const channelBotContract: {
12477
12477
  updatedAt: Date;
12478
12478
  deletedAt: Date | null;
12479
12479
  actor: {
12480
- name: string;
12481
12480
  id: string;
12482
12481
  address: string | null;
12482
+ name: string;
12483
12483
  email: string;
12484
12484
  createdAt: Date;
12485
12485
  updatedAt: Date;
@@ -12526,8 +12526,8 @@ export declare const channelBotContract: {
12526
12526
  connectedUserName: string;
12527
12527
  connectedUserId: string;
12528
12528
  botpressBot: {
12529
- name: string;
12530
12529
  id: string;
12530
+ name: string;
12531
12531
  accessToken: string;
12532
12532
  botId: string;
12533
12533
  integrationId: string;
@@ -12536,12 +12536,12 @@ export declare const channelBotContract: {
12536
12536
  requestId: string;
12537
12537
  }, {
12538
12538
  channel: {
12539
- name: string;
12540
12539
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12541
12540
  id: string;
12541
+ name: string;
12542
12542
  metadata: {
12543
- name: string;
12544
12543
  id: string;
12544
+ name: string;
12545
12545
  accessToken?: string | undefined;
12546
12546
  channelSecret?: string | undefined;
12547
12547
  additionalCredentials?: any;
@@ -12571,9 +12571,9 @@ export declare const channelBotContract: {
12571
12571
  updatedAt: Date;
12572
12572
  deletedAt: Date | null;
12573
12573
  actor: {
12574
- name: string;
12575
12574
  id: string;
12576
12575
  address: string | null;
12576
+ name: string;
12577
12577
  email: string;
12578
12578
  createdAt: Date;
12579
12579
  updatedAt: Date;
@@ -12620,8 +12620,8 @@ export declare const channelBotContract: {
12620
12620
  connectedUserName: string;
12621
12621
  connectedUserId: string;
12622
12622
  botpressBot: {
12623
- name: string;
12624
12623
  id: string;
12624
+ name: string;
12625
12625
  accessToken: string;
12626
12626
  botId: string;
12627
12627
  integrationId: string;
@@ -12722,8 +12722,8 @@ export declare const channelBotContract: {
12722
12722
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12723
12723
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12724
12724
  }, "strip", z.ZodTypeAny, {
12725
- name: string;
12726
12725
  id: string;
12726
+ name: string;
12727
12727
  accessToken?: string | undefined;
12728
12728
  channelSecret?: string | undefined;
12729
12729
  additionalCredentials?: any;
@@ -12748,8 +12748,8 @@ export declare const channelBotContract: {
12748
12748
  lineRichMenuId?: string | null | undefined;
12749
12749
  messengerIntegrationType?: "own" | "business" | undefined;
12750
12750
  }, {
12751
- name: string;
12752
12751
  id: string;
12752
+ name: string;
12753
12753
  accessToken?: string | undefined;
12754
12754
  channelSecret?: string | undefined;
12755
12755
  additionalCredentials?: any;
@@ -12787,14 +12787,14 @@ export declare const channelBotContract: {
12787
12787
  integrationId: z.ZodString;
12788
12788
  accessToken: z.ZodString;
12789
12789
  }, "strip", z.ZodTypeAny, {
12790
- name: string;
12791
12790
  id: string;
12791
+ name: string;
12792
12792
  accessToken: string;
12793
12793
  botId: string;
12794
12794
  integrationId: string;
12795
12795
  }, {
12796
- name: string;
12797
12796
  id: string;
12797
+ name: string;
12798
12798
  accessToken: string;
12799
12799
  botId: string;
12800
12800
  integrationId: string;
@@ -12917,9 +12917,9 @@ export declare const channelBotContract: {
12917
12917
  telephonySignature: string | null;
12918
12918
  }>;
12919
12919
  }, "strip", z.ZodTypeAny, {
12920
- name: string;
12921
12920
  id: string;
12922
12921
  address: string | null;
12922
+ name: string;
12923
12923
  email: string;
12924
12924
  createdAt: Date;
12925
12925
  updatedAt: Date;
@@ -12960,9 +12960,9 @@ export declare const channelBotContract: {
12960
12960
  telephonySignature: string | null;
12961
12961
  };
12962
12962
  }, {
12963
- name: string;
12964
12963
  id: string;
12965
12964
  address: string | null;
12965
+ name: string;
12966
12966
  email: string;
12967
12967
  createdAt: Date;
12968
12968
  updatedAt: Date;
@@ -13004,12 +13004,12 @@ export declare const channelBotContract: {
13004
13004
  };
13005
13005
  }>;
13006
13006
  }, "strip", z.ZodTypeAny, {
13007
- name: string;
13008
13007
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13009
13008
  id: string;
13009
+ name: string;
13010
13010
  metadata: {
13011
- name: string;
13012
13011
  id: string;
13012
+ name: string;
13013
13013
  accessToken?: string | undefined;
13014
13014
  channelSecret?: string | undefined;
13015
13015
  additionalCredentials?: any;
@@ -13039,9 +13039,9 @@ export declare const channelBotContract: {
13039
13039
  updatedAt: Date;
13040
13040
  deletedAt: Date | null;
13041
13041
  actor: {
13042
- name: string;
13043
13042
  id: string;
13044
13043
  address: string | null;
13044
+ name: string;
13045
13045
  email: string;
13046
13046
  createdAt: Date;
13047
13047
  updatedAt: Date;
@@ -13088,19 +13088,19 @@ export declare const channelBotContract: {
13088
13088
  connectedUserName: string;
13089
13089
  connectedUserId: string;
13090
13090
  botpressBot: {
13091
- name: string;
13092
13091
  id: string;
13092
+ name: string;
13093
13093
  accessToken: string;
13094
13094
  botId: string;
13095
13095
  integrationId: string;
13096
13096
  } | null;
13097
13097
  }, {
13098
- name: string;
13099
13098
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13100
13099
  id: string;
13100
+ name: string;
13101
13101
  metadata: {
13102
- name: string;
13103
13102
  id: string;
13103
+ name: string;
13104
13104
  accessToken?: string | undefined;
13105
13105
  channelSecret?: string | undefined;
13106
13106
  additionalCredentials?: any;
@@ -13130,9 +13130,9 @@ export declare const channelBotContract: {
13130
13130
  updatedAt: Date;
13131
13131
  deletedAt: Date | null;
13132
13132
  actor: {
13133
- name: string;
13134
13133
  id: string;
13135
13134
  address: string | null;
13135
+ name: string;
13136
13136
  email: string;
13137
13137
  createdAt: Date;
13138
13138
  updatedAt: Date;
@@ -13179,8 +13179,8 @@ export declare const channelBotContract: {
13179
13179
  connectedUserName: string;
13180
13180
  connectedUserId: string;
13181
13181
  botpressBot: {
13182
- name: string;
13183
13182
  id: string;
13183
+ name: string;
13184
13184
  accessToken: string;
13185
13185
  botId: string;
13186
13186
  integrationId: string;
@@ -13188,12 +13188,12 @@ export declare const channelBotContract: {
13188
13188
  }>;
13189
13189
  }, "strip", z.ZodTypeAny, {
13190
13190
  channel: {
13191
- name: string;
13192
13191
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13193
13192
  id: string;
13193
+ name: string;
13194
13194
  metadata: {
13195
- name: string;
13196
13195
  id: string;
13196
+ name: string;
13197
13197
  accessToken?: string | undefined;
13198
13198
  channelSecret?: string | undefined;
13199
13199
  additionalCredentials?: any;
@@ -13223,9 +13223,9 @@ export declare const channelBotContract: {
13223
13223
  updatedAt: Date;
13224
13224
  deletedAt: Date | null;
13225
13225
  actor: {
13226
- name: string;
13227
13226
  id: string;
13228
13227
  address: string | null;
13228
+ name: string;
13229
13229
  email: string;
13230
13230
  createdAt: Date;
13231
13231
  updatedAt: Date;
@@ -13272,8 +13272,8 @@ export declare const channelBotContract: {
13272
13272
  connectedUserName: string;
13273
13273
  connectedUserId: string;
13274
13274
  botpressBot: {
13275
- name: string;
13276
13275
  id: string;
13276
+ name: string;
13277
13277
  accessToken: string;
13278
13278
  botId: string;
13279
13279
  integrationId: string;
@@ -13282,12 +13282,12 @@ export declare const channelBotContract: {
13282
13282
  requestId: string;
13283
13283
  }, {
13284
13284
  channel: {
13285
- name: string;
13286
13285
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13287
13286
  id: string;
13287
+ name: string;
13288
13288
  metadata: {
13289
- name: string;
13290
13289
  id: string;
13290
+ name: string;
13291
13291
  accessToken?: string | undefined;
13292
13292
  channelSecret?: string | undefined;
13293
13293
  additionalCredentials?: any;
@@ -13317,9 +13317,9 @@ export declare const channelBotContract: {
13317
13317
  updatedAt: Date;
13318
13318
  deletedAt: Date | null;
13319
13319
  actor: {
13320
- name: string;
13321
13320
  id: string;
13322
13321
  address: string | null;
13322
+ name: string;
13323
13323
  email: string;
13324
13324
  createdAt: Date;
13325
13325
  updatedAt: Date;
@@ -13366,8 +13366,8 @@ export declare const channelBotContract: {
13366
13366
  connectedUserName: string;
13367
13367
  connectedUserId: string;
13368
13368
  botpressBot: {
13369
- name: string;
13370
13369
  id: string;
13370
+ name: string;
13371
13371
  accessToken: string;
13372
13372
  botId: string;
13373
13373
  integrationId: string;
@@ -13419,8 +13419,8 @@ export declare const channelSMSContract: {
13419
13419
  apiSecret: string;
13420
13420
  }>;
13421
13421
  }, "strip", z.ZodTypeAny, {
13422
- name: string;
13423
13422
  type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13423
+ name: string;
13424
13424
  senderId: string;
13425
13425
  vonageCredentials: {
13426
13426
  apiKey: string;
@@ -13428,8 +13428,8 @@ export declare const channelSMSContract: {
13428
13428
  apiSecret: string;
13429
13429
  };
13430
13430
  }, {
13431
- name: string;
13432
13431
  type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13432
+ name: string;
13433
13433
  senderId: string;
13434
13434
  vonageCredentials: {
13435
13435
  apiKey: string;
@@ -13506,8 +13506,8 @@ export declare const channelSMSContract: {
13506
13506
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13507
13507
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13508
13508
  }, "strip", z.ZodTypeAny, {
13509
- name: string;
13510
13509
  id: string;
13510
+ name: string;
13511
13511
  accessToken?: string | undefined;
13512
13512
  channelSecret?: string | undefined;
13513
13513
  additionalCredentials?: any;
@@ -13532,8 +13532,8 @@ export declare const channelSMSContract: {
13532
13532
  lineRichMenuId?: string | null | undefined;
13533
13533
  messengerIntegrationType?: "own" | "business" | undefined;
13534
13534
  }, {
13535
- name: string;
13536
13535
  id: string;
13536
+ name: string;
13537
13537
  accessToken?: string | undefined;
13538
13538
  channelSecret?: string | undefined;
13539
13539
  additionalCredentials?: any;
@@ -13571,14 +13571,14 @@ export declare const channelSMSContract: {
13571
13571
  integrationId: z.ZodString;
13572
13572
  accessToken: z.ZodString;
13573
13573
  }, "strip", z.ZodTypeAny, {
13574
- name: string;
13575
13574
  id: string;
13575
+ name: string;
13576
13576
  accessToken: string;
13577
13577
  botId: string;
13578
13578
  integrationId: string;
13579
13579
  }, {
13580
- name: string;
13581
13580
  id: string;
13581
+ name: string;
13582
13582
  accessToken: string;
13583
13583
  botId: string;
13584
13584
  integrationId: string;
@@ -13701,9 +13701,9 @@ export declare const channelSMSContract: {
13701
13701
  telephonySignature: string | null;
13702
13702
  }>;
13703
13703
  }, "strip", z.ZodTypeAny, {
13704
- name: string;
13705
13704
  id: string;
13706
13705
  address: string | null;
13706
+ name: string;
13707
13707
  email: string;
13708
13708
  createdAt: Date;
13709
13709
  updatedAt: Date;
@@ -13744,9 +13744,9 @@ export declare const channelSMSContract: {
13744
13744
  telephonySignature: string | null;
13745
13745
  };
13746
13746
  }, {
13747
- name: string;
13748
13747
  id: string;
13749
13748
  address: string | null;
13749
+ name: string;
13750
13750
  email: string;
13751
13751
  createdAt: Date;
13752
13752
  updatedAt: Date;
@@ -13788,12 +13788,12 @@ export declare const channelSMSContract: {
13788
13788
  };
13789
13789
  }>;
13790
13790
  }, "strip", z.ZodTypeAny, {
13791
- name: string;
13792
13791
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13793
13792
  id: string;
13793
+ name: string;
13794
13794
  metadata: {
13795
- name: string;
13796
13795
  id: string;
13796
+ name: string;
13797
13797
  accessToken?: string | undefined;
13798
13798
  channelSecret?: string | undefined;
13799
13799
  additionalCredentials?: any;
@@ -13823,9 +13823,9 @@ export declare const channelSMSContract: {
13823
13823
  updatedAt: Date;
13824
13824
  deletedAt: Date | null;
13825
13825
  actor: {
13826
- name: string;
13827
13826
  id: string;
13828
13827
  address: string | null;
13828
+ name: string;
13829
13829
  email: string;
13830
13830
  createdAt: Date;
13831
13831
  updatedAt: Date;
@@ -13872,19 +13872,19 @@ export declare const channelSMSContract: {
13872
13872
  connectedUserName: string;
13873
13873
  connectedUserId: string;
13874
13874
  botpressBot: {
13875
- name: string;
13876
13875
  id: string;
13876
+ name: string;
13877
13877
  accessToken: string;
13878
13878
  botId: string;
13879
13879
  integrationId: string;
13880
13880
  } | null;
13881
13881
  }, {
13882
- name: string;
13883
13882
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13884
13883
  id: string;
13884
+ name: string;
13885
13885
  metadata: {
13886
- name: string;
13887
13886
  id: string;
13887
+ name: string;
13888
13888
  accessToken?: string | undefined;
13889
13889
  channelSecret?: string | undefined;
13890
13890
  additionalCredentials?: any;
@@ -13914,9 +13914,9 @@ export declare const channelSMSContract: {
13914
13914
  updatedAt: Date;
13915
13915
  deletedAt: Date | null;
13916
13916
  actor: {
13917
- name: string;
13918
13917
  id: string;
13919
13918
  address: string | null;
13919
+ name: string;
13920
13920
  email: string;
13921
13921
  createdAt: Date;
13922
13922
  updatedAt: Date;
@@ -13963,8 +13963,8 @@ export declare const channelSMSContract: {
13963
13963
  connectedUserName: string;
13964
13964
  connectedUserId: string;
13965
13965
  botpressBot: {
13966
- name: string;
13967
13966
  id: string;
13967
+ name: string;
13968
13968
  accessToken: string;
13969
13969
  botId: string;
13970
13970
  integrationId: string;
@@ -13972,12 +13972,12 @@ export declare const channelSMSContract: {
13972
13972
  }>;
13973
13973
  }, "strip", z.ZodTypeAny, {
13974
13974
  channel: {
13975
- name: string;
13976
13975
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13977
13976
  id: string;
13977
+ name: string;
13978
13978
  metadata: {
13979
- name: string;
13980
13979
  id: string;
13980
+ name: string;
13981
13981
  accessToken?: string | undefined;
13982
13982
  channelSecret?: string | undefined;
13983
13983
  additionalCredentials?: any;
@@ -14007,9 +14007,9 @@ export declare const channelSMSContract: {
14007
14007
  updatedAt: Date;
14008
14008
  deletedAt: Date | null;
14009
14009
  actor: {
14010
- name: string;
14011
14010
  id: string;
14012
14011
  address: string | null;
14012
+ name: string;
14013
14013
  email: string;
14014
14014
  createdAt: Date;
14015
14015
  updatedAt: Date;
@@ -14056,8 +14056,8 @@ export declare const channelSMSContract: {
14056
14056
  connectedUserName: string;
14057
14057
  connectedUserId: string;
14058
14058
  botpressBot: {
14059
- name: string;
14060
14059
  id: string;
14060
+ name: string;
14061
14061
  accessToken: string;
14062
14062
  botId: string;
14063
14063
  integrationId: string;
@@ -14066,12 +14066,12 @@ export declare const channelSMSContract: {
14066
14066
  requestId: string;
14067
14067
  }, {
14068
14068
  channel: {
14069
- name: string;
14070
14069
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14071
14070
  id: string;
14071
+ name: string;
14072
14072
  metadata: {
14073
- name: string;
14074
14073
  id: string;
14074
+ name: string;
14075
14075
  accessToken?: string | undefined;
14076
14076
  channelSecret?: string | undefined;
14077
14077
  additionalCredentials?: any;
@@ -14101,9 +14101,9 @@ export declare const channelSMSContract: {
14101
14101
  updatedAt: Date;
14102
14102
  deletedAt: Date | null;
14103
14103
  actor: {
14104
- name: string;
14105
14104
  id: string;
14106
14105
  address: string | null;
14106
+ name: string;
14107
14107
  email: string;
14108
14108
  createdAt: Date;
14109
14109
  updatedAt: Date;
@@ -14150,8 +14150,8 @@ export declare const channelSMSContract: {
14150
14150
  connectedUserName: string;
14151
14151
  connectedUserId: string;
14152
14152
  botpressBot: {
14153
- name: string;
14154
14153
  id: string;
14154
+ name: string;
14155
14155
  accessToken: string;
14156
14156
  botId: string;
14157
14157
  integrationId: string;