@kl1/contracts 1.2.24-uat → 1.2.26-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +3704 -3601
  20. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/schema.d.ts +844 -844
  22. package/dist/api-contracts/src/chat/validation.d.ts +707 -707
  23. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  24. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  25. package/dist/api-contracts/src/company/index.d.ts +4 -4
  26. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  27. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  28. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  29. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  30. package/dist/api-contracts/src/contract.d.ts +8486 -8405
  31. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  32. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  33. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
  34. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  35. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  36. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  37. package/dist/api-contracts/src/extension/index.d.ts +85 -4
  38. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
  40. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  41. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  42. package/dist/api-contracts/src/hold-label/index.d.ts +16 -16
  43. package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
  44. package/dist/api-contracts/src/instagram/index.d.ts +570 -570
  45. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  46. package/dist/api-contracts/src/line/index.d.ts +582 -582
  47. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  48. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  49. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  50. package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
  51. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  52. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  53. package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
  54. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  55. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  56. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  57. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
  58. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  59. package/dist/api-contracts/src/messenger/index.d.ts +573 -573
  60. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  61. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  62. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  63. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  64. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  65. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  66. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  67. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  68. package/dist/api-contracts/src/sms/index.d.ts +86 -86
  69. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  70. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  71. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  72. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  73. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  74. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  75. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  76. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  77. package/dist/api-contracts/src/telegram/index.d.ts +530 -530
  78. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  80. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  81. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  82. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  83. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  84. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  85. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  86. package/dist/api-contracts/src/user/index.d.ts +23 -23
  87. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  88. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  89. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  90. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  91. package/dist/api-contracts/src/viber/index.d.ts +542 -542
  92. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  93. package/dist/api-contracts/src/webchat/index.d.ts +488 -488
  94. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  95. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  96. package/dist/api-contracts/src/whatsapp/index.d.ts +536 -536
  97. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  98. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  99. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  100. package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
  101. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  103. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  104. package/dist/api-contracts/utils.d.ts +1 -1
  105. package/dist/api-contracts/utils.d.ts.map +1 -1
  106. package/dist/index.js +34 -0
  107. package/dist/index.js.map +1 -1
  108. package/dist/index.mjs +34 -0
  109. package/dist/index.mjs.map +1 -1
  110. package/package.json +1 -1
@@ -82,8 +82,8 @@ export declare const channelContract: {
82
82
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
83
83
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- id: string;
86
85
  name: string;
86
+ id: string;
87
87
  accessToken?: string | undefined;
88
88
  channelSecret?: string | undefined;
89
89
  additionalCredentials?: any;
@@ -106,8 +106,8 @@ export declare const channelContract: {
106
106
  lineRichMenuId?: string | null | undefined;
107
107
  messengerIntegrationType?: "own" | "business" | undefined;
108
108
  }, {
109
- id: string;
110
109
  name: string;
110
+ id: string;
111
111
  accessToken?: string | undefined;
112
112
  channelSecret?: string | undefined;
113
113
  additionalCredentials?: any;
@@ -143,14 +143,14 @@ export declare const channelContract: {
143
143
  integrationId: z.ZodString;
144
144
  accessToken: z.ZodString;
145
145
  }, "strip", z.ZodTypeAny, {
146
- id: string;
147
146
  name: string;
147
+ id: string;
148
148
  accessToken: string;
149
149
  botId: string;
150
150
  integrationId: string;
151
151
  }, {
152
- id: string;
153
152
  name: string;
153
+ id: string;
154
154
  accessToken: string;
155
155
  botId: string;
156
156
  integrationId: string;
@@ -273,9 +273,9 @@ export declare const channelContract: {
273
273
  telephonySignature: string | null;
274
274
  }>;
275
275
  }, "strip", z.ZodTypeAny, {
276
+ name: string;
276
277
  id: string;
277
278
  address: string | null;
278
- name: string;
279
279
  email: string;
280
280
  createdAt: Date;
281
281
  updatedAt: Date;
@@ -316,9 +316,9 @@ export declare const channelContract: {
316
316
  telephonySignature: string | null;
317
317
  };
318
318
  }, {
319
+ name: string;
319
320
  id: string;
320
321
  address: string | null;
321
- name: string;
322
322
  email: string;
323
323
  createdAt: Date;
324
324
  updatedAt: Date;
@@ -360,12 +360,12 @@ export declare const channelContract: {
360
360
  };
361
361
  }>;
362
362
  }, "strip", z.ZodTypeAny, {
363
+ name: string;
363
364
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
364
365
  id: string;
365
- name: string;
366
366
  metadata: {
367
- id: string;
368
367
  name: string;
368
+ id: string;
369
369
  accessToken?: string | undefined;
370
370
  channelSecret?: string | undefined;
371
371
  additionalCredentials?: any;
@@ -393,9 +393,9 @@ export declare const channelContract: {
393
393
  updatedAt: Date;
394
394
  deletedAt: Date | null;
395
395
  actor: {
396
+ name: string;
396
397
  id: string;
397
398
  address: string | null;
398
- name: string;
399
399
  email: string;
400
400
  createdAt: Date;
401
401
  updatedAt: Date;
@@ -442,19 +442,19 @@ export declare const channelContract: {
442
442
  connectedUserName: string;
443
443
  connectedUserId: string;
444
444
  botpressBot: {
445
- id: string;
446
445
  name: string;
446
+ id: string;
447
447
  accessToken: string;
448
448
  botId: string;
449
449
  integrationId: string;
450
450
  } | null;
451
451
  }, {
452
+ name: string;
452
453
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
453
454
  id: string;
454
- name: string;
455
455
  metadata: {
456
- id: string;
457
456
  name: string;
457
+ id: string;
458
458
  accessToken?: string | undefined;
459
459
  channelSecret?: string | undefined;
460
460
  additionalCredentials?: any;
@@ -482,9 +482,9 @@ export declare const channelContract: {
482
482
  updatedAt: Date;
483
483
  deletedAt: Date | null;
484
484
  actor: {
485
+ name: string;
485
486
  id: string;
486
487
  address: string | null;
487
- name: string;
488
488
  email: string;
489
489
  createdAt: Date;
490
490
  updatedAt: Date;
@@ -531,8 +531,8 @@ export declare const channelContract: {
531
531
  connectedUserName: string;
532
532
  connectedUserId: string;
533
533
  botpressBot: {
534
- id: string;
535
534
  name: string;
535
+ id: string;
536
536
  accessToken: string;
537
537
  botId: string;
538
538
  integrationId: string;
@@ -540,12 +540,12 @@ export declare const channelContract: {
540
540
  }>, "many">;
541
541
  }, "strip", z.ZodTypeAny, {
542
542
  data: {
543
+ name: string;
543
544
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
544
545
  id: string;
545
- name: string;
546
546
  metadata: {
547
- id: string;
548
547
  name: string;
548
+ id: string;
549
549
  accessToken?: string | undefined;
550
550
  channelSecret?: string | undefined;
551
551
  additionalCredentials?: any;
@@ -573,9 +573,9 @@ export declare const channelContract: {
573
573
  updatedAt: Date;
574
574
  deletedAt: Date | null;
575
575
  actor: {
576
+ name: string;
576
577
  id: string;
577
578
  address: string | null;
578
- name: string;
579
579
  email: string;
580
580
  createdAt: Date;
581
581
  updatedAt: Date;
@@ -622,8 +622,8 @@ export declare const channelContract: {
622
622
  connectedUserName: string;
623
623
  connectedUserId: string;
624
624
  botpressBot: {
625
- id: string;
626
625
  name: string;
626
+ id: string;
627
627
  accessToken: string;
628
628
  botId: string;
629
629
  integrationId: string;
@@ -632,12 +632,12 @@ export declare const channelContract: {
632
632
  requestId: string;
633
633
  }, {
634
634
  data: {
635
+ name: string;
635
636
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
636
637
  id: string;
637
- name: string;
638
638
  metadata: {
639
- id: string;
640
639
  name: string;
640
+ id: string;
641
641
  accessToken?: string | undefined;
642
642
  channelSecret?: string | undefined;
643
643
  additionalCredentials?: any;
@@ -665,9 +665,9 @@ export declare const channelContract: {
665
665
  updatedAt: Date;
666
666
  deletedAt: Date | null;
667
667
  actor: {
668
+ name: string;
668
669
  id: string;
669
670
  address: string | null;
670
- name: string;
671
671
  email: string;
672
672
  createdAt: Date;
673
673
  updatedAt: Date;
@@ -714,8 +714,8 @@ export declare const channelContract: {
714
714
  connectedUserName: string;
715
715
  connectedUserId: string;
716
716
  botpressBot: {
717
- id: string;
718
717
  name: string;
718
+ id: string;
719
719
  accessToken: string;
720
720
  botId: string;
721
721
  integrationId: string;
@@ -757,8 +757,8 @@ export declare const channelContract: {
757
757
  200: z.ZodObject<{
758
758
  requestId: z.ZodString;
759
759
  channel: z.ZodObject<{
760
- type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
761
760
  name: z.ZodString;
761
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
762
762
  metadata: z.ZodObject<{
763
763
  id: z.ZodString;
764
764
  name: z.ZodString;
@@ -810,8 +810,8 @@ export declare const channelContract: {
810
810
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
811
811
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
812
812
  }, "strip", z.ZodTypeAny, {
813
- id: string;
814
813
  name: string;
814
+ id: string;
815
815
  accessToken?: string | undefined;
816
816
  channelSecret?: string | undefined;
817
817
  additionalCredentials?: any;
@@ -834,8 +834,8 @@ export declare const channelContract: {
834
834
  lineRichMenuId?: string | null | undefined;
835
835
  messengerIntegrationType?: "own" | "business" | undefined;
836
836
  }, {
837
- id: string;
838
837
  name: string;
838
+ id: string;
839
839
  accessToken?: string | undefined;
840
840
  channelSecret?: string | undefined;
841
841
  additionalCredentials?: any;
@@ -866,15 +866,15 @@ export declare const channelContract: {
866
866
  address: z.ZodNullable<z.ZodString>;
867
867
  phone: z.ZodNullable<z.ZodString>;
868
868
  }, "strip", z.ZodTypeAny, {
869
+ name: string;
869
870
  id: string;
870
871
  address: string | null;
871
- name: string;
872
872
  email: string;
873
873
  phone: string | null;
874
874
  }, {
875
+ name: string;
875
876
  id: string;
876
877
  address: string | null;
877
- name: string;
878
878
  email: string;
879
879
  phone: string | null;
880
880
  }>>;
@@ -889,12 +889,12 @@ export declare const channelContract: {
889
889
  deletedAt: z.ZodNullable<z.ZodString>;
890
890
  isReloginRequired: z.ZodBoolean;
891
891
  }, "strip", z.ZodTypeAny, {
892
+ name: string;
892
893
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
893
894
  id: string;
894
- name: string;
895
895
  metadata: {
896
- id: string;
897
896
  name: string;
897
+ id: string;
898
898
  accessToken?: string | undefined;
899
899
  channelSecret?: string | undefined;
900
900
  additionalCredentials?: any;
@@ -925,9 +925,9 @@ export declare const channelContract: {
925
925
  platformId: string;
926
926
  isReloginRequired: boolean;
927
927
  actor?: {
928
+ name: string;
928
929
  id: string;
929
930
  address: string | null;
930
- name: string;
931
931
  email: string;
932
932
  phone: string | null;
933
933
  } | undefined;
@@ -935,12 +935,12 @@ export declare const channelContract: {
935
935
  connectedUserName?: string | null | undefined;
936
936
  connectedUserId?: string | null | undefined;
937
937
  }, {
938
+ name: string;
938
939
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
939
940
  id: string;
940
- name: string;
941
941
  metadata: {
942
- id: string;
943
942
  name: string;
943
+ id: string;
944
944
  accessToken?: string | undefined;
945
945
  channelSecret?: string | undefined;
946
946
  additionalCredentials?: any;
@@ -971,9 +971,9 @@ export declare const channelContract: {
971
971
  platformId: string;
972
972
  isReloginRequired: boolean;
973
973
  actor?: {
974
+ name: string;
974
975
  id: string;
975
976
  address: string | null;
976
- name: string;
977
977
  email: string;
978
978
  phone: string | null;
979
979
  } | undefined;
@@ -983,12 +983,12 @@ export declare const channelContract: {
983
983
  }>;
984
984
  }, "strip", z.ZodTypeAny, {
985
985
  channel: {
986
+ name: string;
986
987
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
987
988
  id: string;
988
- name: string;
989
989
  metadata: {
990
- id: string;
991
990
  name: string;
991
+ id: string;
992
992
  accessToken?: string | undefined;
993
993
  channelSecret?: string | undefined;
994
994
  additionalCredentials?: any;
@@ -1019,9 +1019,9 @@ export declare const channelContract: {
1019
1019
  platformId: string;
1020
1020
  isReloginRequired: boolean;
1021
1021
  actor?: {
1022
+ name: string;
1022
1023
  id: string;
1023
1024
  address: string | null;
1024
- name: string;
1025
1025
  email: string;
1026
1026
  phone: string | null;
1027
1027
  } | undefined;
@@ -1032,12 +1032,12 @@ export declare const channelContract: {
1032
1032
  requestId: string;
1033
1033
  }, {
1034
1034
  channel: {
1035
+ name: string;
1035
1036
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1036
1037
  id: string;
1037
- name: string;
1038
1038
  metadata: {
1039
- id: string;
1040
1039
  name: string;
1040
+ id: string;
1041
1041
  accessToken?: string | undefined;
1042
1042
  channelSecret?: string | undefined;
1043
1043
  additionalCredentials?: any;
@@ -1068,9 +1068,9 @@ export declare const channelContract: {
1068
1068
  platformId: string;
1069
1069
  isReloginRequired: boolean;
1070
1070
  actor?: {
1071
+ name: string;
1071
1072
  id: string;
1072
1073
  address: string | null;
1073
- name: string;
1074
1074
  email: string;
1075
1075
  phone: string | null;
1076
1076
  } | undefined;
@@ -1181,8 +1181,8 @@ export declare const channelContract: {
1181
1181
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1182
1182
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1183
1183
  }, "strip", z.ZodTypeAny, {
1184
- id: string;
1185
1184
  name: string;
1185
+ id: string;
1186
1186
  accessToken?: string | undefined;
1187
1187
  channelSecret?: string | undefined;
1188
1188
  additionalCredentials?: any;
@@ -1205,8 +1205,8 @@ export declare const channelContract: {
1205
1205
  lineRichMenuId?: string | null | undefined;
1206
1206
  messengerIntegrationType?: "own" | "business" | undefined;
1207
1207
  }, {
1208
- id: string;
1209
1208
  name: string;
1209
+ id: string;
1210
1210
  accessToken?: string | undefined;
1211
1211
  channelSecret?: string | undefined;
1212
1212
  additionalCredentials?: any;
@@ -1242,14 +1242,14 @@ export declare const channelContract: {
1242
1242
  integrationId: z.ZodString;
1243
1243
  accessToken: z.ZodString;
1244
1244
  }, "strip", z.ZodTypeAny, {
1245
- id: string;
1246
1245
  name: string;
1246
+ id: string;
1247
1247
  accessToken: string;
1248
1248
  botId: string;
1249
1249
  integrationId: string;
1250
1250
  }, {
1251
- id: string;
1252
1251
  name: string;
1252
+ id: string;
1253
1253
  accessToken: string;
1254
1254
  botId: string;
1255
1255
  integrationId: string;
@@ -1372,9 +1372,9 @@ export declare const channelContract: {
1372
1372
  telephonySignature: string | null;
1373
1373
  }>;
1374
1374
  }, "strip", z.ZodTypeAny, {
1375
+ name: string;
1375
1376
  id: string;
1376
1377
  address: string | null;
1377
- name: string;
1378
1378
  email: string;
1379
1379
  createdAt: Date;
1380
1380
  updatedAt: Date;
@@ -1415,9 +1415,9 @@ export declare const channelContract: {
1415
1415
  telephonySignature: string | null;
1416
1416
  };
1417
1417
  }, {
1418
+ name: string;
1418
1419
  id: string;
1419
1420
  address: string | null;
1420
- name: string;
1421
1421
  email: string;
1422
1422
  createdAt: Date;
1423
1423
  updatedAt: Date;
@@ -1459,12 +1459,12 @@ export declare const channelContract: {
1459
1459
  };
1460
1460
  }>;
1461
1461
  }, "strip", z.ZodTypeAny, {
1462
+ name: string;
1462
1463
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1463
1464
  id: string;
1464
- name: string;
1465
1465
  metadata: {
1466
- id: string;
1467
1466
  name: string;
1467
+ id: string;
1468
1468
  accessToken?: string | undefined;
1469
1469
  channelSecret?: string | undefined;
1470
1470
  additionalCredentials?: any;
@@ -1492,9 +1492,9 @@ export declare const channelContract: {
1492
1492
  updatedAt: Date;
1493
1493
  deletedAt: Date | null;
1494
1494
  actor: {
1495
+ name: string;
1495
1496
  id: string;
1496
1497
  address: string | null;
1497
- name: string;
1498
1498
  email: string;
1499
1499
  createdAt: Date;
1500
1500
  updatedAt: Date;
@@ -1541,19 +1541,19 @@ export declare const channelContract: {
1541
1541
  connectedUserName: string;
1542
1542
  connectedUserId: string;
1543
1543
  botpressBot: {
1544
- id: string;
1545
1544
  name: string;
1545
+ id: string;
1546
1546
  accessToken: string;
1547
1547
  botId: string;
1548
1548
  integrationId: string;
1549
1549
  } | null;
1550
1550
  }, {
1551
+ name: string;
1551
1552
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1552
1553
  id: string;
1553
- name: string;
1554
1554
  metadata: {
1555
- id: string;
1556
1555
  name: string;
1556
+ id: string;
1557
1557
  accessToken?: string | undefined;
1558
1558
  channelSecret?: string | undefined;
1559
1559
  additionalCredentials?: any;
@@ -1581,9 +1581,9 @@ export declare const channelContract: {
1581
1581
  updatedAt: Date;
1582
1582
  deletedAt: Date | null;
1583
1583
  actor: {
1584
+ name: string;
1584
1585
  id: string;
1585
1586
  address: string | null;
1586
- name: string;
1587
1587
  email: string;
1588
1588
  createdAt: Date;
1589
1589
  updatedAt: Date;
@@ -1630,8 +1630,8 @@ export declare const channelContract: {
1630
1630
  connectedUserName: string;
1631
1631
  connectedUserId: string;
1632
1632
  botpressBot: {
1633
- id: string;
1634
1633
  name: string;
1634
+ id: string;
1635
1635
  accessToken: string;
1636
1636
  botId: string;
1637
1637
  integrationId: string;
@@ -1639,12 +1639,12 @@ export declare const channelContract: {
1639
1639
  }>;
1640
1640
  }, "strip", z.ZodTypeAny, {
1641
1641
  channel: {
1642
+ name: string;
1642
1643
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1643
1644
  id: string;
1644
- name: string;
1645
1645
  metadata: {
1646
- id: string;
1647
1646
  name: string;
1647
+ id: string;
1648
1648
  accessToken?: string | undefined;
1649
1649
  channelSecret?: string | undefined;
1650
1650
  additionalCredentials?: any;
@@ -1672,9 +1672,9 @@ export declare const channelContract: {
1672
1672
  updatedAt: Date;
1673
1673
  deletedAt: Date | null;
1674
1674
  actor: {
1675
+ name: string;
1675
1676
  id: string;
1676
1677
  address: string | null;
1677
- name: string;
1678
1678
  email: string;
1679
1679
  createdAt: Date;
1680
1680
  updatedAt: Date;
@@ -1721,8 +1721,8 @@ export declare const channelContract: {
1721
1721
  connectedUserName: string;
1722
1722
  connectedUserId: string;
1723
1723
  botpressBot: {
1724
- id: string;
1725
1724
  name: string;
1725
+ id: string;
1726
1726
  accessToken: string;
1727
1727
  botId: string;
1728
1728
  integrationId: string;
@@ -1731,12 +1731,12 @@ export declare const channelContract: {
1731
1731
  requestId: string;
1732
1732
  }, {
1733
1733
  channel: {
1734
+ name: string;
1734
1735
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1735
1736
  id: string;
1736
- name: string;
1737
1737
  metadata: {
1738
- id: string;
1739
1738
  name: string;
1739
+ id: string;
1740
1740
  accessToken?: string | undefined;
1741
1741
  channelSecret?: string | undefined;
1742
1742
  additionalCredentials?: any;
@@ -1764,9 +1764,9 @@ export declare const channelContract: {
1764
1764
  updatedAt: Date;
1765
1765
  deletedAt: Date | null;
1766
1766
  actor: {
1767
+ name: string;
1767
1768
  id: string;
1768
1769
  address: string | null;
1769
- name: string;
1770
1770
  email: string;
1771
1771
  createdAt: Date;
1772
1772
  updatedAt: Date;
@@ -1813,8 +1813,8 @@ export declare const channelContract: {
1813
1813
  connectedUserName: string;
1814
1814
  connectedUserId: string;
1815
1815
  botpressBot: {
1816
- id: string;
1817
1816
  name: string;
1817
+ id: string;
1818
1818
  accessToken: string;
1819
1819
  botId: string;
1820
1820
  integrationId: string;
@@ -1929,8 +1929,8 @@ export declare const channelContract: {
1929
1929
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1930
1930
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1931
1931
  }, "strip", z.ZodTypeAny, {
1932
- id: string;
1933
1932
  name: string;
1933
+ id: string;
1934
1934
  accessToken?: string | undefined;
1935
1935
  channelSecret?: string | undefined;
1936
1936
  additionalCredentials?: any;
@@ -1953,8 +1953,8 @@ export declare const channelContract: {
1953
1953
  lineRichMenuId?: string | null | undefined;
1954
1954
  messengerIntegrationType?: "own" | "business" | undefined;
1955
1955
  }, {
1956
- id: string;
1957
1956
  name: string;
1957
+ id: string;
1958
1958
  accessToken?: string | undefined;
1959
1959
  channelSecret?: string | undefined;
1960
1960
  additionalCredentials?: any;
@@ -1990,14 +1990,14 @@ export declare const channelContract: {
1990
1990
  integrationId: z.ZodString;
1991
1991
  accessToken: z.ZodString;
1992
1992
  }, "strip", z.ZodTypeAny, {
1993
- id: string;
1994
1993
  name: string;
1994
+ id: string;
1995
1995
  accessToken: string;
1996
1996
  botId: string;
1997
1997
  integrationId: string;
1998
1998
  }, {
1999
- id: string;
2000
1999
  name: string;
2000
+ id: string;
2001
2001
  accessToken: string;
2002
2002
  botId: string;
2003
2003
  integrationId: string;
@@ -2120,9 +2120,9 @@ export declare const channelContract: {
2120
2120
  telephonySignature: string | null;
2121
2121
  }>;
2122
2122
  }, "strip", z.ZodTypeAny, {
2123
+ name: string;
2123
2124
  id: string;
2124
2125
  address: string | null;
2125
- name: string;
2126
2126
  email: string;
2127
2127
  createdAt: Date;
2128
2128
  updatedAt: Date;
@@ -2163,9 +2163,9 @@ export declare const channelContract: {
2163
2163
  telephonySignature: string | null;
2164
2164
  };
2165
2165
  }, {
2166
+ name: string;
2166
2167
  id: string;
2167
2168
  address: string | null;
2168
- name: string;
2169
2169
  email: string;
2170
2170
  createdAt: Date;
2171
2171
  updatedAt: Date;
@@ -2207,12 +2207,12 @@ export declare const channelContract: {
2207
2207
  };
2208
2208
  }>;
2209
2209
  }, "strip", z.ZodTypeAny, {
2210
+ name: string;
2210
2211
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2211
2212
  id: string;
2212
- name: string;
2213
2213
  metadata: {
2214
- id: string;
2215
2214
  name: string;
2215
+ id: string;
2216
2216
  accessToken?: string | undefined;
2217
2217
  channelSecret?: string | undefined;
2218
2218
  additionalCredentials?: any;
@@ -2240,9 +2240,9 @@ export declare const channelContract: {
2240
2240
  updatedAt: Date;
2241
2241
  deletedAt: Date | null;
2242
2242
  actor: {
2243
+ name: string;
2243
2244
  id: string;
2244
2245
  address: string | null;
2245
- name: string;
2246
2246
  email: string;
2247
2247
  createdAt: Date;
2248
2248
  updatedAt: Date;
@@ -2289,19 +2289,19 @@ export declare const channelContract: {
2289
2289
  connectedUserName: string;
2290
2290
  connectedUserId: string;
2291
2291
  botpressBot: {
2292
- id: string;
2293
2292
  name: string;
2293
+ id: string;
2294
2294
  accessToken: string;
2295
2295
  botId: string;
2296
2296
  integrationId: string;
2297
2297
  } | null;
2298
2298
  }, {
2299
+ name: string;
2299
2300
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2300
2301
  id: string;
2301
- name: string;
2302
2302
  metadata: {
2303
- id: string;
2304
2303
  name: string;
2304
+ id: string;
2305
2305
  accessToken?: string | undefined;
2306
2306
  channelSecret?: string | undefined;
2307
2307
  additionalCredentials?: any;
@@ -2329,9 +2329,9 @@ export declare const channelContract: {
2329
2329
  updatedAt: Date;
2330
2330
  deletedAt: Date | null;
2331
2331
  actor: {
2332
+ name: string;
2332
2333
  id: string;
2333
2334
  address: string | null;
2334
- name: string;
2335
2335
  email: string;
2336
2336
  createdAt: Date;
2337
2337
  updatedAt: Date;
@@ -2378,8 +2378,8 @@ export declare const channelContract: {
2378
2378
  connectedUserName: string;
2379
2379
  connectedUserId: string;
2380
2380
  botpressBot: {
2381
- id: string;
2382
2381
  name: string;
2382
+ id: string;
2383
2383
  accessToken: string;
2384
2384
  botId: string;
2385
2385
  integrationId: string;
@@ -2387,12 +2387,12 @@ export declare const channelContract: {
2387
2387
  }>;
2388
2388
  }, "strip", z.ZodTypeAny, {
2389
2389
  channel: {
2390
+ name: string;
2390
2391
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2391
2392
  id: string;
2392
- name: string;
2393
2393
  metadata: {
2394
- id: string;
2395
2394
  name: string;
2395
+ id: string;
2396
2396
  accessToken?: string | undefined;
2397
2397
  channelSecret?: string | undefined;
2398
2398
  additionalCredentials?: any;
@@ -2420,9 +2420,9 @@ export declare const channelContract: {
2420
2420
  updatedAt: Date;
2421
2421
  deletedAt: Date | null;
2422
2422
  actor: {
2423
+ name: string;
2423
2424
  id: string;
2424
2425
  address: string | null;
2425
- name: string;
2426
2426
  email: string;
2427
2427
  createdAt: Date;
2428
2428
  updatedAt: Date;
@@ -2469,8 +2469,8 @@ export declare const channelContract: {
2469
2469
  connectedUserName: string;
2470
2470
  connectedUserId: string;
2471
2471
  botpressBot: {
2472
- id: string;
2473
2472
  name: string;
2473
+ id: string;
2474
2474
  accessToken: string;
2475
2475
  botId: string;
2476
2476
  integrationId: string;
@@ -2479,12 +2479,12 @@ export declare const channelContract: {
2479
2479
  requestId: string;
2480
2480
  }, {
2481
2481
  channel: {
2482
+ name: string;
2482
2483
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2483
2484
  id: string;
2484
- name: string;
2485
2485
  metadata: {
2486
- id: string;
2487
2486
  name: string;
2487
+ id: string;
2488
2488
  accessToken?: string | undefined;
2489
2489
  channelSecret?: string | undefined;
2490
2490
  additionalCredentials?: any;
@@ -2512,9 +2512,9 @@ export declare const channelContract: {
2512
2512
  updatedAt: Date;
2513
2513
  deletedAt: Date | null;
2514
2514
  actor: {
2515
+ name: string;
2515
2516
  id: string;
2516
2517
  address: string | null;
2517
- name: string;
2518
2518
  email: string;
2519
2519
  createdAt: Date;
2520
2520
  updatedAt: Date;
@@ -2561,8 +2561,8 @@ export declare const channelContract: {
2561
2561
  connectedUserName: string;
2562
2562
  connectedUserId: string;
2563
2563
  botpressBot: {
2564
- id: string;
2565
2564
  name: string;
2565
+ id: string;
2566
2566
  accessToken: string;
2567
2567
  botId: string;
2568
2568
  integrationId: string;
@@ -2671,8 +2671,8 @@ export declare const channelContract: {
2671
2671
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2672
2672
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2673
2673
  }, "strip", z.ZodTypeAny, {
2674
- id: string;
2675
2674
  name: string;
2675
+ id: string;
2676
2676
  accessToken?: string | undefined;
2677
2677
  channelSecret?: string | undefined;
2678
2678
  additionalCredentials?: any;
@@ -2695,8 +2695,8 @@ export declare const channelContract: {
2695
2695
  lineRichMenuId?: string | null | undefined;
2696
2696
  messengerIntegrationType?: "own" | "business" | undefined;
2697
2697
  }, {
2698
- id: string;
2699
2698
  name: string;
2699
+ id: string;
2700
2700
  accessToken?: string | undefined;
2701
2701
  channelSecret?: string | undefined;
2702
2702
  additionalCredentials?: any;
@@ -2732,14 +2732,14 @@ export declare const channelContract: {
2732
2732
  integrationId: z.ZodString;
2733
2733
  accessToken: z.ZodString;
2734
2734
  }, "strip", z.ZodTypeAny, {
2735
- id: string;
2736
2735
  name: string;
2736
+ id: string;
2737
2737
  accessToken: string;
2738
2738
  botId: string;
2739
2739
  integrationId: string;
2740
2740
  }, {
2741
- id: string;
2742
2741
  name: string;
2742
+ id: string;
2743
2743
  accessToken: string;
2744
2744
  botId: string;
2745
2745
  integrationId: string;
@@ -2862,9 +2862,9 @@ export declare const channelContract: {
2862
2862
  telephonySignature: string | null;
2863
2863
  }>;
2864
2864
  }, "strip", z.ZodTypeAny, {
2865
+ name: string;
2865
2866
  id: string;
2866
2867
  address: string | null;
2867
- name: string;
2868
2868
  email: string;
2869
2869
  createdAt: Date;
2870
2870
  updatedAt: Date;
@@ -2905,9 +2905,9 @@ export declare const channelContract: {
2905
2905
  telephonySignature: string | null;
2906
2906
  };
2907
2907
  }, {
2908
+ name: string;
2908
2909
  id: string;
2909
2910
  address: string | null;
2910
- name: string;
2911
2911
  email: string;
2912
2912
  createdAt: Date;
2913
2913
  updatedAt: Date;
@@ -2949,12 +2949,12 @@ export declare const channelContract: {
2949
2949
  };
2950
2950
  }>;
2951
2951
  }, "strip", z.ZodTypeAny, {
2952
+ name: string;
2952
2953
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2953
2954
  id: string;
2954
- name: string;
2955
2955
  metadata: {
2956
- id: string;
2957
2956
  name: string;
2957
+ id: string;
2958
2958
  accessToken?: string | undefined;
2959
2959
  channelSecret?: string | undefined;
2960
2960
  additionalCredentials?: any;
@@ -2982,9 +2982,9 @@ export declare const channelContract: {
2982
2982
  updatedAt: Date;
2983
2983
  deletedAt: Date | null;
2984
2984
  actor: {
2985
+ name: string;
2985
2986
  id: string;
2986
2987
  address: string | null;
2987
- name: string;
2988
2988
  email: string;
2989
2989
  createdAt: Date;
2990
2990
  updatedAt: Date;
@@ -3031,19 +3031,19 @@ export declare const channelContract: {
3031
3031
  connectedUserName: string;
3032
3032
  connectedUserId: string;
3033
3033
  botpressBot: {
3034
- id: string;
3035
3034
  name: string;
3035
+ id: string;
3036
3036
  accessToken: string;
3037
3037
  botId: string;
3038
3038
  integrationId: string;
3039
3039
  } | null;
3040
3040
  }, {
3041
+ name: string;
3041
3042
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3042
3043
  id: string;
3043
- name: string;
3044
3044
  metadata: {
3045
- id: string;
3046
3045
  name: string;
3046
+ id: string;
3047
3047
  accessToken?: string | undefined;
3048
3048
  channelSecret?: string | undefined;
3049
3049
  additionalCredentials?: any;
@@ -3071,9 +3071,9 @@ export declare const channelContract: {
3071
3071
  updatedAt: Date;
3072
3072
  deletedAt: Date | null;
3073
3073
  actor: {
3074
+ name: string;
3074
3075
  id: string;
3075
3076
  address: string | null;
3076
- name: string;
3077
3077
  email: string;
3078
3078
  createdAt: Date;
3079
3079
  updatedAt: Date;
@@ -3120,8 +3120,8 @@ export declare const channelContract: {
3120
3120
  connectedUserName: string;
3121
3121
  connectedUserId: string;
3122
3122
  botpressBot: {
3123
- id: string;
3124
3123
  name: string;
3124
+ id: string;
3125
3125
  accessToken: string;
3126
3126
  botId: string;
3127
3127
  integrationId: string;
@@ -3129,12 +3129,12 @@ export declare const channelContract: {
3129
3129
  }>;
3130
3130
  }, "strip", z.ZodTypeAny, {
3131
3131
  channel: {
3132
+ name: string;
3132
3133
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3133
3134
  id: string;
3134
- name: string;
3135
3135
  metadata: {
3136
- id: string;
3137
3136
  name: string;
3137
+ id: string;
3138
3138
  accessToken?: string | undefined;
3139
3139
  channelSecret?: string | undefined;
3140
3140
  additionalCredentials?: any;
@@ -3162,9 +3162,9 @@ export declare const channelContract: {
3162
3162
  updatedAt: Date;
3163
3163
  deletedAt: Date | null;
3164
3164
  actor: {
3165
+ name: string;
3165
3166
  id: string;
3166
3167
  address: string | null;
3167
- name: string;
3168
3168
  email: string;
3169
3169
  createdAt: Date;
3170
3170
  updatedAt: Date;
@@ -3211,8 +3211,8 @@ export declare const channelContract: {
3211
3211
  connectedUserName: string;
3212
3212
  connectedUserId: string;
3213
3213
  botpressBot: {
3214
- id: string;
3215
3214
  name: string;
3215
+ id: string;
3216
3216
  accessToken: string;
3217
3217
  botId: string;
3218
3218
  integrationId: string;
@@ -3221,12 +3221,12 @@ export declare const channelContract: {
3221
3221
  requestId: string;
3222
3222
  }, {
3223
3223
  channel: {
3224
+ name: string;
3224
3225
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3225
3226
  id: string;
3226
- name: string;
3227
3227
  metadata: {
3228
- id: string;
3229
3228
  name: string;
3229
+ id: string;
3230
3230
  accessToken?: string | undefined;
3231
3231
  channelSecret?: string | undefined;
3232
3232
  additionalCredentials?: any;
@@ -3254,9 +3254,9 @@ export declare const channelContract: {
3254
3254
  updatedAt: Date;
3255
3255
  deletedAt: Date | null;
3256
3256
  actor: {
3257
+ name: string;
3257
3258
  id: string;
3258
3259
  address: string | null;
3259
- name: string;
3260
3260
  email: string;
3261
3261
  createdAt: Date;
3262
3262
  updatedAt: Date;
@@ -3303,8 +3303,8 @@ export declare const channelContract: {
3303
3303
  connectedUserName: string;
3304
3304
  connectedUserId: string;
3305
3305
  botpressBot: {
3306
- id: string;
3307
3306
  name: string;
3307
+ id: string;
3308
3308
  accessToken: string;
3309
3309
  botId: string;
3310
3310
  integrationId: string;
@@ -3396,8 +3396,8 @@ export declare const channelContract: {
3396
3396
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3397
3397
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3398
3398
  }, "strip", z.ZodTypeAny, {
3399
- id: string;
3400
3399
  name: string;
3400
+ id: string;
3401
3401
  accessToken?: string | undefined;
3402
3402
  channelSecret?: string | undefined;
3403
3403
  additionalCredentials?: any;
@@ -3420,8 +3420,8 @@ export declare const channelContract: {
3420
3420
  lineRichMenuId?: string | null | undefined;
3421
3421
  messengerIntegrationType?: "own" | "business" | undefined;
3422
3422
  }, {
3423
- id: string;
3424
3423
  name: string;
3424
+ id: string;
3425
3425
  accessToken?: string | undefined;
3426
3426
  channelSecret?: string | undefined;
3427
3427
  additionalCredentials?: any;
@@ -3448,11 +3448,11 @@ export declare const channelContract: {
3448
3448
  connectedUserId: z.ZodString;
3449
3449
  connectedUserName: z.ZodOptional<z.ZodString>;
3450
3450
  }, "strip", z.ZodTypeAny, {
3451
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3452
3451
  name: string;
3452
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3453
3453
  metadata: {
3454
- id: string;
3455
3454
  name: string;
3455
+ id: string;
3456
3456
  accessToken?: string | undefined;
3457
3457
  channelSecret?: string | undefined;
3458
3458
  additionalCredentials?: any;
@@ -3479,11 +3479,11 @@ export declare const channelContract: {
3479
3479
  connectedUserId: string;
3480
3480
  connectedUserName?: string | undefined;
3481
3481
  }, {
3482
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3483
3482
  name: string;
3483
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3484
3484
  metadata: {
3485
- id: string;
3486
3485
  name: string;
3486
+ id: string;
3487
3487
  accessToken?: string | undefined;
3488
3488
  channelSecret?: string | undefined;
3489
3489
  additionalCredentials?: any;
@@ -3573,8 +3573,8 @@ export declare const channelContract: {
3573
3573
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3574
3574
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3575
3575
  }, "strip", z.ZodTypeAny, {
3576
- id: string;
3577
3576
  name: string;
3577
+ id: string;
3578
3578
  accessToken?: string | undefined;
3579
3579
  channelSecret?: string | undefined;
3580
3580
  additionalCredentials?: any;
@@ -3597,8 +3597,8 @@ export declare const channelContract: {
3597
3597
  lineRichMenuId?: string | null | undefined;
3598
3598
  messengerIntegrationType?: "own" | "business" | undefined;
3599
3599
  }, {
3600
- id: string;
3601
3600
  name: string;
3601
+ id: string;
3602
3602
  accessToken?: string | undefined;
3603
3603
  channelSecret?: string | undefined;
3604
3604
  additionalCredentials?: any;
@@ -3634,14 +3634,14 @@ export declare const channelContract: {
3634
3634
  integrationId: z.ZodString;
3635
3635
  accessToken: z.ZodString;
3636
3636
  }, "strip", z.ZodTypeAny, {
3637
- id: string;
3638
3637
  name: string;
3638
+ id: string;
3639
3639
  accessToken: string;
3640
3640
  botId: string;
3641
3641
  integrationId: string;
3642
3642
  }, {
3643
- id: string;
3644
3643
  name: string;
3644
+ id: string;
3645
3645
  accessToken: string;
3646
3646
  botId: string;
3647
3647
  integrationId: string;
@@ -3764,9 +3764,9 @@ export declare const channelContract: {
3764
3764
  telephonySignature: string | null;
3765
3765
  }>;
3766
3766
  }, "strip", z.ZodTypeAny, {
3767
+ name: string;
3767
3768
  id: string;
3768
3769
  address: string | null;
3769
- name: string;
3770
3770
  email: string;
3771
3771
  createdAt: Date;
3772
3772
  updatedAt: Date;
@@ -3807,9 +3807,9 @@ export declare const channelContract: {
3807
3807
  telephonySignature: string | null;
3808
3808
  };
3809
3809
  }, {
3810
+ name: string;
3810
3811
  id: string;
3811
3812
  address: string | null;
3812
- name: string;
3813
3813
  email: string;
3814
3814
  createdAt: Date;
3815
3815
  updatedAt: Date;
@@ -3851,12 +3851,12 @@ export declare const channelContract: {
3851
3851
  };
3852
3852
  }>;
3853
3853
  }, "strip", z.ZodTypeAny, {
3854
+ name: string;
3854
3855
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3855
3856
  id: string;
3856
- name: string;
3857
3857
  metadata: {
3858
- id: string;
3859
3858
  name: string;
3859
+ id: string;
3860
3860
  accessToken?: string | undefined;
3861
3861
  channelSecret?: string | undefined;
3862
3862
  additionalCredentials?: any;
@@ -3884,9 +3884,9 @@ export declare const channelContract: {
3884
3884
  updatedAt: Date;
3885
3885
  deletedAt: Date | null;
3886
3886
  actor: {
3887
+ name: string;
3887
3888
  id: string;
3888
3889
  address: string | null;
3889
- name: string;
3890
3890
  email: string;
3891
3891
  createdAt: Date;
3892
3892
  updatedAt: Date;
@@ -3933,19 +3933,19 @@ export declare const channelContract: {
3933
3933
  connectedUserName: string;
3934
3934
  connectedUserId: string;
3935
3935
  botpressBot: {
3936
- id: string;
3937
3936
  name: string;
3937
+ id: string;
3938
3938
  accessToken: string;
3939
3939
  botId: string;
3940
3940
  integrationId: string;
3941
3941
  } | null;
3942
3942
  }, {
3943
+ name: string;
3943
3944
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3944
3945
  id: string;
3945
- name: string;
3946
3946
  metadata: {
3947
- id: string;
3948
3947
  name: string;
3948
+ id: string;
3949
3949
  accessToken?: string | undefined;
3950
3950
  channelSecret?: string | undefined;
3951
3951
  additionalCredentials?: any;
@@ -3973,9 +3973,9 @@ export declare const channelContract: {
3973
3973
  updatedAt: Date;
3974
3974
  deletedAt: Date | null;
3975
3975
  actor: {
3976
+ name: string;
3976
3977
  id: string;
3977
3978
  address: string | null;
3978
- name: string;
3979
3979
  email: string;
3980
3980
  createdAt: Date;
3981
3981
  updatedAt: Date;
@@ -4022,8 +4022,8 @@ export declare const channelContract: {
4022
4022
  connectedUserName: string;
4023
4023
  connectedUserId: string;
4024
4024
  botpressBot: {
4025
- id: string;
4026
4025
  name: string;
4026
+ id: string;
4027
4027
  accessToken: string;
4028
4028
  botId: string;
4029
4029
  integrationId: string;
@@ -4031,12 +4031,12 @@ export declare const channelContract: {
4031
4031
  }>;
4032
4032
  }, "strip", z.ZodTypeAny, {
4033
4033
  channel: {
4034
+ name: string;
4034
4035
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4035
4036
  id: string;
4036
- name: string;
4037
4037
  metadata: {
4038
- id: string;
4039
4038
  name: string;
4039
+ id: string;
4040
4040
  accessToken?: string | undefined;
4041
4041
  channelSecret?: string | undefined;
4042
4042
  additionalCredentials?: any;
@@ -4064,9 +4064,9 @@ export declare const channelContract: {
4064
4064
  updatedAt: Date;
4065
4065
  deletedAt: Date | null;
4066
4066
  actor: {
4067
+ name: string;
4067
4068
  id: string;
4068
4069
  address: string | null;
4069
- name: string;
4070
4070
  email: string;
4071
4071
  createdAt: Date;
4072
4072
  updatedAt: Date;
@@ -4113,8 +4113,8 @@ export declare const channelContract: {
4113
4113
  connectedUserName: string;
4114
4114
  connectedUserId: string;
4115
4115
  botpressBot: {
4116
- id: string;
4117
4116
  name: string;
4117
+ id: string;
4118
4118
  accessToken: string;
4119
4119
  botId: string;
4120
4120
  integrationId: string;
@@ -4123,12 +4123,12 @@ export declare const channelContract: {
4123
4123
  requestId: string;
4124
4124
  }, {
4125
4125
  channel: {
4126
+ name: string;
4126
4127
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4127
4128
  id: string;
4128
- name: string;
4129
4129
  metadata: {
4130
- id: string;
4131
4130
  name: string;
4131
+ id: string;
4132
4132
  accessToken?: string | undefined;
4133
4133
  channelSecret?: string | undefined;
4134
4134
  additionalCredentials?: any;
@@ -4156,9 +4156,9 @@ export declare const channelContract: {
4156
4156
  updatedAt: Date;
4157
4157
  deletedAt: Date | null;
4158
4158
  actor: {
4159
+ name: string;
4159
4160
  id: string;
4160
4161
  address: string | null;
4161
- name: string;
4162
4162
  email: string;
4163
4163
  createdAt: Date;
4164
4164
  updatedAt: Date;
@@ -4205,8 +4205,8 @@ export declare const channelContract: {
4205
4205
  connectedUserName: string;
4206
4206
  connectedUserId: string;
4207
4207
  botpressBot: {
4208
- id: string;
4209
4208
  name: string;
4209
+ id: string;
4210
4210
  accessToken: string;
4211
4211
  botId: string;
4212
4212
  integrationId: string;
@@ -4335,11 +4335,11 @@ export declare const channelContract: {
4335
4335
  id: z.ZodString;
4336
4336
  name: z.ZodString;
4337
4337
  }, "strip", z.ZodTypeAny, {
4338
- id: string;
4339
4338
  name: string;
4340
- }, {
4341
4339
  id: string;
4340
+ }, {
4342
4341
  name: string;
4342
+ id: string;
4343
4343
  }>, "many">;
4344
4344
  id: z.ZodString;
4345
4345
  name: z.ZodString;
@@ -4362,8 +4362,8 @@ export declare const channelContract: {
4362
4362
  };
4363
4363
  }>;
4364
4364
  }, "strip", z.ZodTypeAny, {
4365
- id: string;
4366
4365
  name: string;
4366
+ id: string;
4367
4367
  picture: {
4368
4368
  data: {
4369
4369
  url: string;
@@ -4372,13 +4372,13 @@ export declare const channelContract: {
4372
4372
  category: string;
4373
4373
  access_token: string;
4374
4374
  category_list: {
4375
- id: string;
4376
4375
  name: string;
4376
+ id: string;
4377
4377
  }[];
4378
4378
  tasks: string[];
4379
4379
  }, {
4380
- id: string;
4381
4380
  name: string;
4381
+ id: string;
4382
4382
  picture: {
4383
4383
  data: {
4384
4384
  url: string;
@@ -4387,8 +4387,8 @@ export declare const channelContract: {
4387
4387
  category: string;
4388
4388
  access_token: string;
4389
4389
  category_list: {
4390
- id: string;
4391
4390
  name: string;
4391
+ id: string;
4392
4392
  }[];
4393
4393
  tasks: string[];
4394
4394
  }>, "many">;
@@ -4416,8 +4416,8 @@ export declare const channelContract: {
4416
4416
  }>>;
4417
4417
  }, "strip", z.ZodTypeAny, {
4418
4418
  data: {
4419
- id: string;
4420
4419
  name: string;
4420
+ id: string;
4421
4421
  picture: {
4422
4422
  data: {
4423
4423
  url: string;
@@ -4426,8 +4426,8 @@ export declare const channelContract: {
4426
4426
  category: string;
4427
4427
  access_token: string;
4428
4428
  category_list: {
4429
- id: string;
4430
4429
  name: string;
4430
+ id: string;
4431
4431
  }[];
4432
4432
  tasks: string[];
4433
4433
  }[];
@@ -4439,8 +4439,8 @@ export declare const channelContract: {
4439
4439
  } | undefined;
4440
4440
  }, {
4441
4441
  data: {
4442
- id: string;
4443
4442
  name: string;
4443
+ id: string;
4444
4444
  picture: {
4445
4445
  data: {
4446
4446
  url: string;
@@ -4449,8 +4449,8 @@ export declare const channelContract: {
4449
4449
  category: string;
4450
4450
  access_token: string;
4451
4451
  category_list: {
4452
- id: string;
4453
4452
  name: string;
4453
+ id: string;
4454
4454
  }[];
4455
4455
  tasks: string[];
4456
4456
  }[];
@@ -4464,8 +4464,8 @@ export declare const channelContract: {
4464
4464
  }, "strip", z.ZodTypeAny, {
4465
4465
  data: {
4466
4466
  data: {
4467
- id: string;
4468
4467
  name: string;
4468
+ id: string;
4469
4469
  picture: {
4470
4470
  data: {
4471
4471
  url: string;
@@ -4474,8 +4474,8 @@ export declare const channelContract: {
4474
4474
  category: string;
4475
4475
  access_token: string;
4476
4476
  category_list: {
4477
- id: string;
4478
4477
  name: string;
4478
+ id: string;
4479
4479
  }[];
4480
4480
  tasks: string[];
4481
4481
  }[];
@@ -4490,8 +4490,8 @@ export declare const channelContract: {
4490
4490
  }, {
4491
4491
  data: {
4492
4492
  data: {
4493
- id: string;
4494
4493
  name: string;
4494
+ id: string;
4495
4495
  picture: {
4496
4496
  data: {
4497
4497
  url: string;
@@ -4500,8 +4500,8 @@ export declare const channelContract: {
4500
4500
  category: string;
4501
4501
  access_token: string;
4502
4502
  category_list: {
4503
- id: string;
4504
4503
  name: string;
4504
+ id: string;
4505
4505
  }[];
4506
4506
  tasks: string[];
4507
4507
  }[];
@@ -4585,8 +4585,8 @@ export declare const channelContract: {
4585
4585
  };
4586
4586
  }>;
4587
4587
  }, "strip", z.ZodTypeAny, {
4588
- id: string;
4589
4588
  name: string;
4589
+ id: string;
4590
4590
  picture: {
4591
4591
  data: {
4592
4592
  url: string;
@@ -4594,8 +4594,8 @@ export declare const channelContract: {
4594
4594
  };
4595
4595
  access_token: string;
4596
4596
  }, {
4597
- id: string;
4598
4597
  name: string;
4598
+ id: string;
4599
4599
  picture: {
4600
4600
  data: {
4601
4601
  url: string;
@@ -4605,8 +4605,8 @@ export declare const channelContract: {
4605
4605
  }>, "many">;
4606
4606
  }, "strip", z.ZodTypeAny, {
4607
4607
  data: {
4608
- id: string;
4609
4608
  name: string;
4609
+ id: string;
4610
4610
  picture: {
4611
4611
  data: {
4612
4612
  url: string;
@@ -4616,8 +4616,8 @@ export declare const channelContract: {
4616
4616
  }[];
4617
4617
  }, {
4618
4618
  data: {
4619
- id: string;
4620
4619
  name: string;
4620
+ id: string;
4621
4621
  picture: {
4622
4622
  data: {
4623
4623
  url: string;
@@ -4649,8 +4649,8 @@ export declare const channelContract: {
4649
4649
  };
4650
4650
  }>;
4651
4651
  }, "strip", z.ZodTypeAny, {
4652
- id: string;
4653
4652
  name: string;
4653
+ id: string;
4654
4654
  picture: {
4655
4655
  data: {
4656
4656
  url: string;
@@ -4658,8 +4658,8 @@ export declare const channelContract: {
4658
4658
  };
4659
4659
  access_token: string;
4660
4660
  }, {
4661
- id: string;
4662
4661
  name: string;
4662
+ id: string;
4663
4663
  picture: {
4664
4664
  data: {
4665
4665
  url: string;
@@ -4669,8 +4669,8 @@ export declare const channelContract: {
4669
4669
  }>, "many">;
4670
4670
  }, "strip", z.ZodTypeAny, {
4671
4671
  data: {
4672
- id: string;
4673
4672
  name: string;
4673
+ id: string;
4674
4674
  picture: {
4675
4675
  data: {
4676
4676
  url: string;
@@ -4680,8 +4680,8 @@ export declare const channelContract: {
4680
4680
  }[];
4681
4681
  }, {
4682
4682
  data: {
4683
- id: string;
4684
4683
  name: string;
4684
+ id: string;
4685
4685
  picture: {
4686
4686
  data: {
4687
4687
  url: string;
@@ -4691,13 +4691,13 @@ export declare const channelContract: {
4691
4691
  }[];
4692
4692
  }>>;
4693
4693
  }, "strip", z.ZodTypeAny, {
4694
- id: string;
4695
4694
  name: string;
4695
+ id: string;
4696
4696
  profile_picture_uri: string;
4697
4697
  owned_pages?: {
4698
4698
  data: {
4699
- id: string;
4700
4699
  name: string;
4700
+ id: string;
4701
4701
  picture: {
4702
4702
  data: {
4703
4703
  url: string;
@@ -4708,8 +4708,8 @@ export declare const channelContract: {
4708
4708
  } | undefined;
4709
4709
  client_pages?: {
4710
4710
  data: {
4711
- id: string;
4712
4711
  name: string;
4712
+ id: string;
4713
4713
  picture: {
4714
4714
  data: {
4715
4715
  url: string;
@@ -4719,13 +4719,13 @@ export declare const channelContract: {
4719
4719
  }[];
4720
4720
  } | undefined;
4721
4721
  }, {
4722
- id: string;
4723
4722
  name: string;
4723
+ id: string;
4724
4724
  profile_picture_uri: string;
4725
4725
  owned_pages?: {
4726
4726
  data: {
4727
- id: string;
4728
4727
  name: string;
4728
+ id: string;
4729
4729
  picture: {
4730
4730
  data: {
4731
4731
  url: string;
@@ -4736,8 +4736,8 @@ export declare const channelContract: {
4736
4736
  } | undefined;
4737
4737
  client_pages?: {
4738
4738
  data: {
4739
- id: string;
4740
4739
  name: string;
4740
+ id: string;
4741
4741
  picture: {
4742
4742
  data: {
4743
4743
  url: string;
@@ -4749,13 +4749,13 @@ export declare const channelContract: {
4749
4749
  }>, "many">;
4750
4750
  }, "strip", z.ZodTypeAny, {
4751
4751
  data: {
4752
- id: string;
4753
4752
  name: string;
4753
+ id: string;
4754
4754
  profile_picture_uri: string;
4755
4755
  owned_pages?: {
4756
4756
  data: {
4757
- id: string;
4758
4757
  name: string;
4758
+ id: string;
4759
4759
  picture: {
4760
4760
  data: {
4761
4761
  url: string;
@@ -4766,8 +4766,8 @@ export declare const channelContract: {
4766
4766
  } | undefined;
4767
4767
  client_pages?: {
4768
4768
  data: {
4769
- id: string;
4770
4769
  name: string;
4770
+ id: string;
4771
4771
  picture: {
4772
4772
  data: {
4773
4773
  url: string;
@@ -4780,13 +4780,13 @@ export declare const channelContract: {
4780
4780
  requestId: string;
4781
4781
  }, {
4782
4782
  data: {
4783
- id: string;
4784
4783
  name: string;
4784
+ id: string;
4785
4785
  profile_picture_uri: string;
4786
4786
  owned_pages?: {
4787
4787
  data: {
4788
- id: string;
4789
4788
  name: string;
4789
+ id: string;
4790
4790
  picture: {
4791
4791
  data: {
4792
4792
  url: string;
@@ -4797,8 +4797,8 @@ export declare const channelContract: {
4797
4797
  } | undefined;
4798
4798
  client_pages?: {
4799
4799
  data: {
4800
- id: string;
4801
4800
  name: string;
4801
+ id: string;
4802
4802
  picture: {
4803
4803
  data: {
4804
4804
  url: string;
@@ -4881,8 +4881,8 @@ export declare const channelContract: {
4881
4881
  };
4882
4882
  }>;
4883
4883
  }, "strip", z.ZodTypeAny, {
4884
- id: string;
4885
4884
  name: string;
4885
+ id: string;
4886
4886
  picture: {
4887
4887
  data: {
4888
4888
  url: string;
@@ -4890,8 +4890,8 @@ export declare const channelContract: {
4890
4890
  };
4891
4891
  access_token: string;
4892
4892
  }, {
4893
- id: string;
4894
4893
  name: string;
4894
+ id: string;
4895
4895
  picture: {
4896
4896
  data: {
4897
4897
  url: string;
@@ -4901,8 +4901,8 @@ export declare const channelContract: {
4901
4901
  }>, "many">;
4902
4902
  }, "strip", z.ZodTypeAny, {
4903
4903
  data: {
4904
- id: string;
4905
4904
  name: string;
4905
+ id: string;
4906
4906
  picture: {
4907
4907
  data: {
4908
4908
  url: string;
@@ -4912,8 +4912,8 @@ export declare const channelContract: {
4912
4912
  }[];
4913
4913
  }, {
4914
4914
  data: {
4915
- id: string;
4916
4915
  name: string;
4916
+ id: string;
4917
4917
  picture: {
4918
4918
  data: {
4919
4919
  url: string;
@@ -4945,8 +4945,8 @@ export declare const channelContract: {
4945
4945
  };
4946
4946
  }>;
4947
4947
  }, "strip", z.ZodTypeAny, {
4948
- id: string;
4949
4948
  name: string;
4949
+ id: string;
4950
4950
  picture: {
4951
4951
  data: {
4952
4952
  url: string;
@@ -4954,8 +4954,8 @@ export declare const channelContract: {
4954
4954
  };
4955
4955
  access_token: string;
4956
4956
  }, {
4957
- id: string;
4958
4957
  name: string;
4958
+ id: string;
4959
4959
  picture: {
4960
4960
  data: {
4961
4961
  url: string;
@@ -4965,8 +4965,8 @@ export declare const channelContract: {
4965
4965
  }>, "many">;
4966
4966
  }, "strip", z.ZodTypeAny, {
4967
4967
  data: {
4968
- id: string;
4969
4968
  name: string;
4969
+ id: string;
4970
4970
  picture: {
4971
4971
  data: {
4972
4972
  url: string;
@@ -4976,8 +4976,8 @@ export declare const channelContract: {
4976
4976
  }[];
4977
4977
  }, {
4978
4978
  data: {
4979
- id: string;
4980
4979
  name: string;
4980
+ id: string;
4981
4981
  picture: {
4982
4982
  data: {
4983
4983
  url: string;
@@ -4987,13 +4987,13 @@ export declare const channelContract: {
4987
4987
  }[];
4988
4988
  }>>;
4989
4989
  }, "strip", z.ZodTypeAny, {
4990
- id: string;
4991
4990
  name: string;
4991
+ id: string;
4992
4992
  profile_picture_uri: string;
4993
4993
  owned_pages?: {
4994
4994
  data: {
4995
- id: string;
4996
4995
  name: string;
4996
+ id: string;
4997
4997
  picture: {
4998
4998
  data: {
4999
4999
  url: string;
@@ -5004,8 +5004,8 @@ export declare const channelContract: {
5004
5004
  } | undefined;
5005
5005
  client_pages?: {
5006
5006
  data: {
5007
- id: string;
5008
5007
  name: string;
5008
+ id: string;
5009
5009
  picture: {
5010
5010
  data: {
5011
5011
  url: string;
@@ -5015,13 +5015,13 @@ export declare const channelContract: {
5015
5015
  }[];
5016
5016
  } | undefined;
5017
5017
  }, {
5018
- id: string;
5019
5018
  name: string;
5019
+ id: string;
5020
5020
  profile_picture_uri: string;
5021
5021
  owned_pages?: {
5022
5022
  data: {
5023
- id: string;
5024
5023
  name: string;
5024
+ id: string;
5025
5025
  picture: {
5026
5026
  data: {
5027
5027
  url: string;
@@ -5032,8 +5032,8 @@ export declare const channelContract: {
5032
5032
  } | undefined;
5033
5033
  client_pages?: {
5034
5034
  data: {
5035
- id: string;
5036
5035
  name: string;
5036
+ id: string;
5037
5037
  picture: {
5038
5038
  data: {
5039
5039
  url: string;
@@ -5045,13 +5045,13 @@ export declare const channelContract: {
5045
5045
  }>;
5046
5046
  }, "strip", z.ZodTypeAny, {
5047
5047
  data: {
5048
- id: string;
5049
5048
  name: string;
5049
+ id: string;
5050
5050
  profile_picture_uri: string;
5051
5051
  owned_pages?: {
5052
5052
  data: {
5053
- id: string;
5054
5053
  name: string;
5054
+ id: string;
5055
5055
  picture: {
5056
5056
  data: {
5057
5057
  url: string;
@@ -5062,8 +5062,8 @@ export declare const channelContract: {
5062
5062
  } | undefined;
5063
5063
  client_pages?: {
5064
5064
  data: {
5065
- id: string;
5066
5065
  name: string;
5066
+ id: string;
5067
5067
  picture: {
5068
5068
  data: {
5069
5069
  url: string;
@@ -5076,13 +5076,13 @@ export declare const channelContract: {
5076
5076
  requestId: string;
5077
5077
  }, {
5078
5078
  data: {
5079
- id: string;
5080
5079
  name: string;
5080
+ id: string;
5081
5081
  profile_picture_uri: string;
5082
5082
  owned_pages?: {
5083
5083
  data: {
5084
- id: string;
5085
5084
  name: string;
5085
+ id: string;
5086
5086
  picture: {
5087
5087
  data: {
5088
5088
  url: string;
@@ -5093,8 +5093,8 @@ export declare const channelContract: {
5093
5093
  } | undefined;
5094
5094
  client_pages?: {
5095
5095
  data: {
5096
- id: string;
5097
5096
  name: string;
5097
+ id: string;
5098
5098
  picture: {
5099
5099
  data: {
5100
5100
  url: string;
@@ -5190,8 +5190,8 @@ export declare const channelContract: {
5190
5190
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5191
5191
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5192
5192
  }, "strip", z.ZodTypeAny, {
5193
- id: string;
5194
5193
  name: string;
5194
+ id: string;
5195
5195
  accessToken?: string | undefined;
5196
5196
  channelSecret?: string | undefined;
5197
5197
  additionalCredentials?: any;
@@ -5214,8 +5214,8 @@ export declare const channelContract: {
5214
5214
  lineRichMenuId?: string | null | undefined;
5215
5215
  messengerIntegrationType?: "own" | "business" | undefined;
5216
5216
  }, {
5217
- id: string;
5218
5217
  name: string;
5218
+ id: string;
5219
5219
  accessToken?: string | undefined;
5220
5220
  channelSecret?: string | undefined;
5221
5221
  additionalCredentials?: any;
@@ -5242,11 +5242,11 @@ export declare const channelContract: {
5242
5242
  connectedUserId: z.ZodString;
5243
5243
  connectedUserName: z.ZodOptional<z.ZodString>;
5244
5244
  }, "strip", z.ZodTypeAny, {
5245
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5246
5245
  name: string;
5246
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5247
5247
  metadata: {
5248
- id: string;
5249
5248
  name: string;
5249
+ id: string;
5250
5250
  accessToken?: string | undefined;
5251
5251
  channelSecret?: string | undefined;
5252
5252
  additionalCredentials?: any;
@@ -5273,11 +5273,11 @@ export declare const channelContract: {
5273
5273
  connectedUserId: string;
5274
5274
  connectedUserName?: string | undefined;
5275
5275
  }, {
5276
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5277
5276
  name: string;
5277
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5278
5278
  metadata: {
5279
- id: string;
5280
5279
  name: string;
5280
+ id: string;
5281
5281
  accessToken?: string | undefined;
5282
5282
  channelSecret?: string | undefined;
5283
5283
  additionalCredentials?: any;
@@ -5367,8 +5367,8 @@ export declare const channelContract: {
5367
5367
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5368
5368
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5369
5369
  }, "strip", z.ZodTypeAny, {
5370
- id: string;
5371
5370
  name: string;
5371
+ id: string;
5372
5372
  accessToken?: string | undefined;
5373
5373
  channelSecret?: string | undefined;
5374
5374
  additionalCredentials?: any;
@@ -5391,8 +5391,8 @@ export declare const channelContract: {
5391
5391
  lineRichMenuId?: string | null | undefined;
5392
5392
  messengerIntegrationType?: "own" | "business" | undefined;
5393
5393
  }, {
5394
- id: string;
5395
5394
  name: string;
5395
+ id: string;
5396
5396
  accessToken?: string | undefined;
5397
5397
  channelSecret?: string | undefined;
5398
5398
  additionalCredentials?: any;
@@ -5428,14 +5428,14 @@ export declare const channelContract: {
5428
5428
  integrationId: z.ZodString;
5429
5429
  accessToken: z.ZodString;
5430
5430
  }, "strip", z.ZodTypeAny, {
5431
- id: string;
5432
5431
  name: string;
5432
+ id: string;
5433
5433
  accessToken: string;
5434
5434
  botId: string;
5435
5435
  integrationId: string;
5436
5436
  }, {
5437
- id: string;
5438
5437
  name: string;
5438
+ id: string;
5439
5439
  accessToken: string;
5440
5440
  botId: string;
5441
5441
  integrationId: string;
@@ -5558,9 +5558,9 @@ export declare const channelContract: {
5558
5558
  telephonySignature: string | null;
5559
5559
  }>;
5560
5560
  }, "strip", z.ZodTypeAny, {
5561
+ name: string;
5561
5562
  id: string;
5562
5563
  address: string | null;
5563
- name: string;
5564
5564
  email: string;
5565
5565
  createdAt: Date;
5566
5566
  updatedAt: Date;
@@ -5601,9 +5601,9 @@ export declare const channelContract: {
5601
5601
  telephonySignature: string | null;
5602
5602
  };
5603
5603
  }, {
5604
+ name: string;
5604
5605
  id: string;
5605
5606
  address: string | null;
5606
- name: string;
5607
5607
  email: string;
5608
5608
  createdAt: Date;
5609
5609
  updatedAt: Date;
@@ -5645,12 +5645,12 @@ export declare const channelContract: {
5645
5645
  };
5646
5646
  }>;
5647
5647
  }, "strip", z.ZodTypeAny, {
5648
+ name: string;
5648
5649
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5649
5650
  id: string;
5650
- name: string;
5651
5651
  metadata: {
5652
- id: string;
5653
5652
  name: string;
5653
+ id: string;
5654
5654
  accessToken?: string | undefined;
5655
5655
  channelSecret?: string | undefined;
5656
5656
  additionalCredentials?: any;
@@ -5678,9 +5678,9 @@ export declare const channelContract: {
5678
5678
  updatedAt: Date;
5679
5679
  deletedAt: Date | null;
5680
5680
  actor: {
5681
+ name: string;
5681
5682
  id: string;
5682
5683
  address: string | null;
5683
- name: string;
5684
5684
  email: string;
5685
5685
  createdAt: Date;
5686
5686
  updatedAt: Date;
@@ -5727,19 +5727,19 @@ export declare const channelContract: {
5727
5727
  connectedUserName: string;
5728
5728
  connectedUserId: string;
5729
5729
  botpressBot: {
5730
- id: string;
5731
5730
  name: string;
5731
+ id: string;
5732
5732
  accessToken: string;
5733
5733
  botId: string;
5734
5734
  integrationId: string;
5735
5735
  } | null;
5736
5736
  }, {
5737
+ name: string;
5737
5738
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5738
5739
  id: string;
5739
- name: string;
5740
5740
  metadata: {
5741
- id: string;
5742
5741
  name: string;
5742
+ id: string;
5743
5743
  accessToken?: string | undefined;
5744
5744
  channelSecret?: string | undefined;
5745
5745
  additionalCredentials?: any;
@@ -5767,9 +5767,9 @@ export declare const channelContract: {
5767
5767
  updatedAt: Date;
5768
5768
  deletedAt: Date | null;
5769
5769
  actor: {
5770
+ name: string;
5770
5771
  id: string;
5771
5772
  address: string | null;
5772
- name: string;
5773
5773
  email: string;
5774
5774
  createdAt: Date;
5775
5775
  updatedAt: Date;
@@ -5816,8 +5816,8 @@ export declare const channelContract: {
5816
5816
  connectedUserName: string;
5817
5817
  connectedUserId: string;
5818
5818
  botpressBot: {
5819
- id: string;
5820
5819
  name: string;
5820
+ id: string;
5821
5821
  accessToken: string;
5822
5822
  botId: string;
5823
5823
  integrationId: string;
@@ -5825,12 +5825,12 @@ export declare const channelContract: {
5825
5825
  }>;
5826
5826
  }, "strip", z.ZodTypeAny, {
5827
5827
  channel: {
5828
+ name: string;
5828
5829
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5829
5830
  id: string;
5830
- name: string;
5831
5831
  metadata: {
5832
- id: string;
5833
5832
  name: string;
5833
+ id: string;
5834
5834
  accessToken?: string | undefined;
5835
5835
  channelSecret?: string | undefined;
5836
5836
  additionalCredentials?: any;
@@ -5858,9 +5858,9 @@ export declare const channelContract: {
5858
5858
  updatedAt: Date;
5859
5859
  deletedAt: Date | null;
5860
5860
  actor: {
5861
+ name: string;
5861
5862
  id: string;
5862
5863
  address: string | null;
5863
- name: string;
5864
5864
  email: string;
5865
5865
  createdAt: Date;
5866
5866
  updatedAt: Date;
@@ -5907,8 +5907,8 @@ export declare const channelContract: {
5907
5907
  connectedUserName: string;
5908
5908
  connectedUserId: string;
5909
5909
  botpressBot: {
5910
- id: string;
5911
5910
  name: string;
5911
+ id: string;
5912
5912
  accessToken: string;
5913
5913
  botId: string;
5914
5914
  integrationId: string;
@@ -5917,12 +5917,12 @@ export declare const channelContract: {
5917
5917
  requestId: string;
5918
5918
  }, {
5919
5919
  channel: {
5920
+ name: string;
5920
5921
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5921
5922
  id: string;
5922
- name: string;
5923
5923
  metadata: {
5924
- id: string;
5925
5924
  name: string;
5925
+ id: string;
5926
5926
  accessToken?: string | undefined;
5927
5927
  channelSecret?: string | undefined;
5928
5928
  additionalCredentials?: any;
@@ -5950,9 +5950,9 @@ export declare const channelContract: {
5950
5950
  updatedAt: Date;
5951
5951
  deletedAt: Date | null;
5952
5952
  actor: {
5953
+ name: string;
5953
5954
  id: string;
5954
5955
  address: string | null;
5955
- name: string;
5956
5956
  email: string;
5957
5957
  createdAt: Date;
5958
5958
  updatedAt: Date;
@@ -5999,8 +5999,8 @@ export declare const channelContract: {
5999
5999
  connectedUserName: string;
6000
6000
  connectedUserId: string;
6001
6001
  botpressBot: {
6002
- id: string;
6003
6002
  name: string;
6003
+ id: string;
6004
6004
  accessToken: string;
6005
6005
  botId: string;
6006
6006
  integrationId: string;
@@ -6124,35 +6124,35 @@ export declare const channelContract: {
6124
6124
  ig_id: z.ZodNumber;
6125
6125
  id: z.ZodString;
6126
6126
  }, "strip", z.ZodTypeAny, {
6127
- id: string;
6128
6127
  name: string;
6128
+ id: string;
6129
6129
  username: string;
6130
6130
  ig_id: number;
6131
6131
  }, {
6132
- id: string;
6133
6132
  name: string;
6133
+ id: string;
6134
6134
  username: string;
6135
6135
  ig_id: number;
6136
6136
  }>;
6137
6137
  id: z.ZodString;
6138
6138
  name: z.ZodString;
6139
6139
  }, "strip", z.ZodTypeAny, {
6140
- id: string;
6141
6140
  name: string;
6141
+ id: string;
6142
6142
  access_token: string;
6143
6143
  instagram_business_account: {
6144
- id: string;
6145
6144
  name: string;
6145
+ id: string;
6146
6146
  username: string;
6147
6147
  ig_id: number;
6148
6148
  };
6149
6149
  }, {
6150
- id: string;
6151
6150
  name: string;
6151
+ id: string;
6152
6152
  access_token: string;
6153
6153
  instagram_business_account: {
6154
- id: string;
6155
6154
  name: string;
6155
+ id: string;
6156
6156
  username: string;
6157
6157
  ig_id: number;
6158
6158
  };
@@ -6181,12 +6181,12 @@ export declare const channelContract: {
6181
6181
  }>>;
6182
6182
  }, "strip", z.ZodTypeAny, {
6183
6183
  data: {
6184
- id: string;
6185
6184
  name: string;
6185
+ id: string;
6186
6186
  access_token: string;
6187
6187
  instagram_business_account: {
6188
- id: string;
6189
6188
  name: string;
6189
+ id: string;
6190
6190
  username: string;
6191
6191
  ig_id: number;
6192
6192
  };
@@ -6199,12 +6199,12 @@ export declare const channelContract: {
6199
6199
  } | undefined;
6200
6200
  }, {
6201
6201
  data: {
6202
- id: string;
6203
6202
  name: string;
6203
+ id: string;
6204
6204
  access_token: string;
6205
6205
  instagram_business_account: {
6206
- id: string;
6207
6206
  name: string;
6207
+ id: string;
6208
6208
  username: string;
6209
6209
  ig_id: number;
6210
6210
  };
@@ -6219,12 +6219,12 @@ export declare const channelContract: {
6219
6219
  }, "strip", z.ZodTypeAny, {
6220
6220
  data: {
6221
6221
  data: {
6222
- id: string;
6223
6222
  name: string;
6223
+ id: string;
6224
6224
  access_token: string;
6225
6225
  instagram_business_account: {
6226
- id: string;
6227
6226
  name: string;
6227
+ id: string;
6228
6228
  username: string;
6229
6229
  ig_id: number;
6230
6230
  };
@@ -6240,12 +6240,12 @@ export declare const channelContract: {
6240
6240
  }, {
6241
6241
  data: {
6242
6242
  data: {
6243
- id: string;
6244
6243
  name: string;
6244
+ id: string;
6245
6245
  access_token: string;
6246
6246
  instagram_business_account: {
6247
- id: string;
6248
6247
  name: string;
6248
+ id: string;
6249
6249
  username: string;
6250
6250
  ig_id: number;
6251
6251
  };
@@ -6343,8 +6343,8 @@ export declare const channelContract: {
6343
6343
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6344
6344
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6345
6345
  }, "strip", z.ZodTypeAny, {
6346
- id: string;
6347
6346
  name: string;
6347
+ id: string;
6348
6348
  accessToken?: string | undefined;
6349
6349
  channelSecret?: string | undefined;
6350
6350
  additionalCredentials?: any;
@@ -6367,8 +6367,8 @@ export declare const channelContract: {
6367
6367
  lineRichMenuId?: string | null | undefined;
6368
6368
  messengerIntegrationType?: "own" | "business" | undefined;
6369
6369
  }, {
6370
- id: string;
6371
6370
  name: string;
6371
+ id: string;
6372
6372
  accessToken?: string | undefined;
6373
6373
  channelSecret?: string | undefined;
6374
6374
  additionalCredentials?: any;
@@ -6395,11 +6395,11 @@ export declare const channelContract: {
6395
6395
  connectedUserId: z.ZodString;
6396
6396
  connectedUserName: z.ZodOptional<z.ZodString>;
6397
6397
  }, "strip", z.ZodTypeAny, {
6398
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6399
6398
  name: string;
6399
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6400
6400
  metadata: {
6401
- id: string;
6402
6401
  name: string;
6402
+ id: string;
6403
6403
  accessToken?: string | undefined;
6404
6404
  channelSecret?: string | undefined;
6405
6405
  additionalCredentials?: any;
@@ -6426,11 +6426,11 @@ export declare const channelContract: {
6426
6426
  connectedUserId: string;
6427
6427
  connectedUserName?: string | undefined;
6428
6428
  }, {
6429
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6430
6429
  name: string;
6430
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6431
6431
  metadata: {
6432
- id: string;
6433
6432
  name: string;
6433
+ id: string;
6434
6434
  accessToken?: string | undefined;
6435
6435
  channelSecret?: string | undefined;
6436
6436
  additionalCredentials?: any;
@@ -6520,8 +6520,8 @@ export declare const channelContract: {
6520
6520
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6521
6521
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6522
6522
  }, "strip", z.ZodTypeAny, {
6523
- id: string;
6524
6523
  name: string;
6524
+ id: string;
6525
6525
  accessToken?: string | undefined;
6526
6526
  channelSecret?: string | undefined;
6527
6527
  additionalCredentials?: any;
@@ -6544,8 +6544,8 @@ export declare const channelContract: {
6544
6544
  lineRichMenuId?: string | null | undefined;
6545
6545
  messengerIntegrationType?: "own" | "business" | undefined;
6546
6546
  }, {
6547
- id: string;
6548
6547
  name: string;
6548
+ id: string;
6549
6549
  accessToken?: string | undefined;
6550
6550
  channelSecret?: string | undefined;
6551
6551
  additionalCredentials?: any;
@@ -6581,14 +6581,14 @@ export declare const channelContract: {
6581
6581
  integrationId: z.ZodString;
6582
6582
  accessToken: z.ZodString;
6583
6583
  }, "strip", z.ZodTypeAny, {
6584
- id: string;
6585
6584
  name: string;
6585
+ id: string;
6586
6586
  accessToken: string;
6587
6587
  botId: string;
6588
6588
  integrationId: string;
6589
6589
  }, {
6590
- id: string;
6591
6590
  name: string;
6591
+ id: string;
6592
6592
  accessToken: string;
6593
6593
  botId: string;
6594
6594
  integrationId: string;
@@ -6711,9 +6711,9 @@ export declare const channelContract: {
6711
6711
  telephonySignature: string | null;
6712
6712
  }>;
6713
6713
  }, "strip", z.ZodTypeAny, {
6714
+ name: string;
6714
6715
  id: string;
6715
6716
  address: string | null;
6716
- name: string;
6717
6717
  email: string;
6718
6718
  createdAt: Date;
6719
6719
  updatedAt: Date;
@@ -6754,9 +6754,9 @@ export declare const channelContract: {
6754
6754
  telephonySignature: string | null;
6755
6755
  };
6756
6756
  }, {
6757
+ name: string;
6757
6758
  id: string;
6758
6759
  address: string | null;
6759
- name: string;
6760
6760
  email: string;
6761
6761
  createdAt: Date;
6762
6762
  updatedAt: Date;
@@ -6798,12 +6798,12 @@ export declare const channelContract: {
6798
6798
  };
6799
6799
  }>;
6800
6800
  }, "strip", z.ZodTypeAny, {
6801
+ name: string;
6801
6802
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6802
6803
  id: string;
6803
- name: string;
6804
6804
  metadata: {
6805
- id: string;
6806
6805
  name: string;
6806
+ id: string;
6807
6807
  accessToken?: string | undefined;
6808
6808
  channelSecret?: string | undefined;
6809
6809
  additionalCredentials?: any;
@@ -6831,9 +6831,9 @@ export declare const channelContract: {
6831
6831
  updatedAt: Date;
6832
6832
  deletedAt: Date | null;
6833
6833
  actor: {
6834
+ name: string;
6834
6835
  id: string;
6835
6836
  address: string | null;
6836
- name: string;
6837
6837
  email: string;
6838
6838
  createdAt: Date;
6839
6839
  updatedAt: Date;
@@ -6880,19 +6880,19 @@ export declare const channelContract: {
6880
6880
  connectedUserName: string;
6881
6881
  connectedUserId: string;
6882
6882
  botpressBot: {
6883
- id: string;
6884
6883
  name: string;
6884
+ id: string;
6885
6885
  accessToken: string;
6886
6886
  botId: string;
6887
6887
  integrationId: string;
6888
6888
  } | null;
6889
6889
  }, {
6890
+ name: string;
6890
6891
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6891
6892
  id: string;
6892
- name: string;
6893
6893
  metadata: {
6894
- id: string;
6895
6894
  name: string;
6895
+ id: string;
6896
6896
  accessToken?: string | undefined;
6897
6897
  channelSecret?: string | undefined;
6898
6898
  additionalCredentials?: any;
@@ -6920,9 +6920,9 @@ export declare const channelContract: {
6920
6920
  updatedAt: Date;
6921
6921
  deletedAt: Date | null;
6922
6922
  actor: {
6923
+ name: string;
6923
6924
  id: string;
6924
6925
  address: string | null;
6925
- name: string;
6926
6926
  email: string;
6927
6927
  createdAt: Date;
6928
6928
  updatedAt: Date;
@@ -6969,8 +6969,8 @@ export declare const channelContract: {
6969
6969
  connectedUserName: string;
6970
6970
  connectedUserId: string;
6971
6971
  botpressBot: {
6972
- id: string;
6973
6972
  name: string;
6973
+ id: string;
6974
6974
  accessToken: string;
6975
6975
  botId: string;
6976
6976
  integrationId: string;
@@ -6978,12 +6978,12 @@ export declare const channelContract: {
6978
6978
  }>;
6979
6979
  }, "strip", z.ZodTypeAny, {
6980
6980
  channel: {
6981
+ name: string;
6981
6982
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6982
6983
  id: string;
6983
- name: string;
6984
6984
  metadata: {
6985
- id: string;
6986
6985
  name: string;
6986
+ id: string;
6987
6987
  accessToken?: string | undefined;
6988
6988
  channelSecret?: string | undefined;
6989
6989
  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;
7014
7015
  id: string;
7015
7016
  address: string | null;
7016
- name: string;
7017
7017
  email: string;
7018
7018
  createdAt: Date;
7019
7019
  updatedAt: Date;
@@ -7060,8 +7060,8 @@ export declare const channelContract: {
7060
7060
  connectedUserName: string;
7061
7061
  connectedUserId: string;
7062
7062
  botpressBot: {
7063
- id: string;
7064
7063
  name: string;
7064
+ id: string;
7065
7065
  accessToken: string;
7066
7066
  botId: string;
7067
7067
  integrationId: string;
@@ -7070,12 +7070,12 @@ export declare const channelContract: {
7070
7070
  requestId: string;
7071
7071
  }, {
7072
7072
  channel: {
7073
+ name: string;
7073
7074
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7074
7075
  id: string;
7075
- name: string;
7076
7076
  metadata: {
7077
- id: string;
7078
7077
  name: string;
7078
+ id: string;
7079
7079
  accessToken?: string | undefined;
7080
7080
  channelSecret?: string | undefined;
7081
7081
  additionalCredentials?: any;
@@ -7103,9 +7103,9 @@ export declare const channelContract: {
7103
7103
  updatedAt: Date;
7104
7104
  deletedAt: Date | null;
7105
7105
  actor: {
7106
+ name: string;
7106
7107
  id: string;
7107
7108
  address: string | null;
7108
- name: string;
7109
7109
  email: string;
7110
7110
  createdAt: Date;
7111
7111
  updatedAt: Date;
@@ -7152,8 +7152,8 @@ export declare const channelContract: {
7152
7152
  connectedUserName: string;
7153
7153
  connectedUserId: string;
7154
7154
  botpressBot: {
7155
- id: string;
7156
7155
  name: string;
7156
+ id: string;
7157
7157
  accessToken: string;
7158
7158
  botId: string;
7159
7159
  integrationId: string;
@@ -7266,8 +7266,8 @@ export declare const channelContract: {
7266
7266
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7267
7267
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7268
7268
  }, "strip", z.ZodTypeAny, {
7269
- id: string;
7270
7269
  name: string;
7270
+ id: string;
7271
7271
  accessToken?: string | undefined;
7272
7272
  channelSecret?: string | undefined;
7273
7273
  additionalCredentials?: any;
@@ -7290,8 +7290,8 @@ export declare const channelContract: {
7290
7290
  lineRichMenuId?: string | null | undefined;
7291
7291
  messengerIntegrationType?: "own" | "business" | undefined;
7292
7292
  }, {
7293
- id: string;
7294
7293
  name: string;
7294
+ id: string;
7295
7295
  accessToken?: string | undefined;
7296
7296
  channelSecret?: string | undefined;
7297
7297
  additionalCredentials?: any;
@@ -7327,14 +7327,14 @@ export declare const channelContract: {
7327
7327
  integrationId: z.ZodString;
7328
7328
  accessToken: z.ZodString;
7329
7329
  }, "strip", z.ZodTypeAny, {
7330
- id: string;
7331
7330
  name: string;
7331
+ id: string;
7332
7332
  accessToken: string;
7333
7333
  botId: string;
7334
7334
  integrationId: string;
7335
7335
  }, {
7336
- id: string;
7337
7336
  name: string;
7337
+ id: string;
7338
7338
  accessToken: string;
7339
7339
  botId: string;
7340
7340
  integrationId: string;
@@ -7457,9 +7457,9 @@ export declare const channelContract: {
7457
7457
  telephonySignature: string | null;
7458
7458
  }>;
7459
7459
  }, "strip", z.ZodTypeAny, {
7460
+ name: string;
7460
7461
  id: string;
7461
7462
  address: string | null;
7462
- name: string;
7463
7463
  email: string;
7464
7464
  createdAt: Date;
7465
7465
  updatedAt: Date;
@@ -7500,9 +7500,9 @@ export declare const channelContract: {
7500
7500
  telephonySignature: string | null;
7501
7501
  };
7502
7502
  }, {
7503
+ name: string;
7503
7504
  id: string;
7504
7505
  address: string | null;
7505
- name: string;
7506
7506
  email: string;
7507
7507
  createdAt: Date;
7508
7508
  updatedAt: Date;
@@ -7544,12 +7544,12 @@ export declare const channelContract: {
7544
7544
  };
7545
7545
  }>;
7546
7546
  }, "strip", z.ZodTypeAny, {
7547
+ name: string;
7547
7548
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7548
7549
  id: string;
7549
- name: string;
7550
7550
  metadata: {
7551
- id: string;
7552
7551
  name: string;
7552
+ id: string;
7553
7553
  accessToken?: string | undefined;
7554
7554
  channelSecret?: string | undefined;
7555
7555
  additionalCredentials?: any;
@@ -7577,9 +7577,9 @@ export declare const channelContract: {
7577
7577
  updatedAt: Date;
7578
7578
  deletedAt: Date | null;
7579
7579
  actor: {
7580
+ name: string;
7580
7581
  id: string;
7581
7582
  address: string | null;
7582
- name: string;
7583
7583
  email: string;
7584
7584
  createdAt: Date;
7585
7585
  updatedAt: Date;
@@ -7626,19 +7626,19 @@ export declare const channelContract: {
7626
7626
  connectedUserName: string;
7627
7627
  connectedUserId: string;
7628
7628
  botpressBot: {
7629
- id: string;
7630
7629
  name: string;
7630
+ id: string;
7631
7631
  accessToken: string;
7632
7632
  botId: string;
7633
7633
  integrationId: string;
7634
7634
  } | null;
7635
7635
  }, {
7636
+ name: string;
7636
7637
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7637
7638
  id: string;
7638
- name: string;
7639
7639
  metadata: {
7640
- id: string;
7641
7640
  name: string;
7641
+ id: string;
7642
7642
  accessToken?: string | undefined;
7643
7643
  channelSecret?: string | undefined;
7644
7644
  additionalCredentials?: any;
@@ -7666,9 +7666,9 @@ export declare const channelContract: {
7666
7666
  updatedAt: Date;
7667
7667
  deletedAt: Date | null;
7668
7668
  actor: {
7669
+ name: string;
7669
7670
  id: string;
7670
7671
  address: string | null;
7671
- name: string;
7672
7672
  email: string;
7673
7673
  createdAt: Date;
7674
7674
  updatedAt: Date;
@@ -7715,8 +7715,8 @@ export declare const channelContract: {
7715
7715
  connectedUserName: string;
7716
7716
  connectedUserId: string;
7717
7717
  botpressBot: {
7718
- id: string;
7719
7718
  name: string;
7719
+ id: string;
7720
7720
  accessToken: string;
7721
7721
  botId: string;
7722
7722
  integrationId: string;
@@ -7724,12 +7724,12 @@ export declare const channelContract: {
7724
7724
  }>;
7725
7725
  }, "strip", z.ZodTypeAny, {
7726
7726
  channel: {
7727
+ name: string;
7727
7728
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7728
7729
  id: string;
7729
- name: string;
7730
7730
  metadata: {
7731
- id: string;
7732
7731
  name: string;
7732
+ id: string;
7733
7733
  accessToken?: string | undefined;
7734
7734
  channelSecret?: string | undefined;
7735
7735
  additionalCredentials?: any;
@@ -7757,9 +7757,9 @@ export declare const channelContract: {
7757
7757
  updatedAt: Date;
7758
7758
  deletedAt: Date | null;
7759
7759
  actor: {
7760
+ name: string;
7760
7761
  id: string;
7761
7762
  address: string | null;
7762
- name: string;
7763
7763
  email: string;
7764
7764
  createdAt: Date;
7765
7765
  updatedAt: Date;
@@ -7806,8 +7806,8 @@ export declare const channelContract: {
7806
7806
  connectedUserName: string;
7807
7807
  connectedUserId: string;
7808
7808
  botpressBot: {
7809
- id: string;
7810
7809
  name: string;
7810
+ id: string;
7811
7811
  accessToken: string;
7812
7812
  botId: string;
7813
7813
  integrationId: string;
@@ -7816,12 +7816,12 @@ export declare const channelContract: {
7816
7816
  requestId: string;
7817
7817
  }, {
7818
7818
  channel: {
7819
+ name: string;
7819
7820
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7820
7821
  id: string;
7821
- name: string;
7822
7822
  metadata: {
7823
- id: string;
7824
7823
  name: string;
7824
+ id: string;
7825
7825
  accessToken?: string | undefined;
7826
7826
  channelSecret?: string | undefined;
7827
7827
  additionalCredentials?: any;
@@ -7849,9 +7849,9 @@ export declare const channelContract: {
7849
7849
  updatedAt: Date;
7850
7850
  deletedAt: Date | null;
7851
7851
  actor: {
7852
+ name: string;
7852
7853
  id: string;
7853
7854
  address: string | null;
7854
- name: string;
7855
7855
  email: string;
7856
7856
  createdAt: Date;
7857
7857
  updatedAt: Date;
@@ -7898,8 +7898,8 @@ export declare const channelContract: {
7898
7898
  connectedUserName: string;
7899
7899
  connectedUserId: string;
7900
7900
  botpressBot: {
7901
- id: string;
7902
7901
  name: string;
7902
+ id: string;
7903
7903
  accessToken: string;
7904
7904
  botId: string;
7905
7905
  integrationId: string;
@@ -8022,8 +8022,8 @@ export declare const channelContract: {
8022
8022
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8023
8023
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8024
8024
  }, "strip", z.ZodTypeAny, {
8025
- id: string;
8026
8025
  name: string;
8026
+ id: string;
8027
8027
  accessToken?: string | undefined;
8028
8028
  channelSecret?: string | undefined;
8029
8029
  additionalCredentials?: any;
@@ -8046,8 +8046,8 @@ export declare const channelContract: {
8046
8046
  lineRichMenuId?: string | null | undefined;
8047
8047
  messengerIntegrationType?: "own" | "business" | undefined;
8048
8048
  }, {
8049
- id: string;
8050
8049
  name: string;
8050
+ id: string;
8051
8051
  accessToken?: string | undefined;
8052
8052
  channelSecret?: string | undefined;
8053
8053
  additionalCredentials?: any;
@@ -8083,14 +8083,14 @@ export declare const channelContract: {
8083
8083
  integrationId: z.ZodString;
8084
8084
  accessToken: z.ZodString;
8085
8085
  }, "strip", z.ZodTypeAny, {
8086
- id: string;
8087
8086
  name: string;
8087
+ id: string;
8088
8088
  accessToken: string;
8089
8089
  botId: string;
8090
8090
  integrationId: string;
8091
8091
  }, {
8092
- id: string;
8093
8092
  name: string;
8093
+ id: string;
8094
8094
  accessToken: string;
8095
8095
  botId: string;
8096
8096
  integrationId: string;
@@ -8213,9 +8213,9 @@ export declare const channelContract: {
8213
8213
  telephonySignature: string | null;
8214
8214
  }>;
8215
8215
  }, "strip", z.ZodTypeAny, {
8216
+ name: string;
8216
8217
  id: string;
8217
8218
  address: string | null;
8218
- name: string;
8219
8219
  email: string;
8220
8220
  createdAt: Date;
8221
8221
  updatedAt: Date;
@@ -8256,9 +8256,9 @@ export declare const channelContract: {
8256
8256
  telephonySignature: string | null;
8257
8257
  };
8258
8258
  }, {
8259
+ name: string;
8259
8260
  id: string;
8260
8261
  address: string | null;
8261
- name: string;
8262
8262
  email: string;
8263
8263
  createdAt: Date;
8264
8264
  updatedAt: Date;
@@ -8300,12 +8300,12 @@ export declare const channelContract: {
8300
8300
  };
8301
8301
  }>;
8302
8302
  }, "strip", z.ZodTypeAny, {
8303
+ name: string;
8303
8304
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8304
8305
  id: string;
8305
- name: string;
8306
8306
  metadata: {
8307
- id: string;
8308
8307
  name: string;
8308
+ id: string;
8309
8309
  accessToken?: string | undefined;
8310
8310
  channelSecret?: string | undefined;
8311
8311
  additionalCredentials?: any;
@@ -8333,9 +8333,9 @@ export declare const channelContract: {
8333
8333
  updatedAt: Date;
8334
8334
  deletedAt: Date | null;
8335
8335
  actor: {
8336
+ name: string;
8336
8337
  id: string;
8337
8338
  address: string | null;
8338
- name: string;
8339
8339
  email: string;
8340
8340
  createdAt: Date;
8341
8341
  updatedAt: Date;
@@ -8382,19 +8382,19 @@ export declare const channelContract: {
8382
8382
  connectedUserName: string;
8383
8383
  connectedUserId: string;
8384
8384
  botpressBot: {
8385
- id: string;
8386
8385
  name: string;
8386
+ id: string;
8387
8387
  accessToken: string;
8388
8388
  botId: string;
8389
8389
  integrationId: string;
8390
8390
  } | null;
8391
8391
  }, {
8392
+ name: string;
8392
8393
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8393
8394
  id: string;
8394
- name: string;
8395
8395
  metadata: {
8396
- id: string;
8397
8396
  name: string;
8397
+ id: string;
8398
8398
  accessToken?: string | undefined;
8399
8399
  channelSecret?: string | undefined;
8400
8400
  additionalCredentials?: any;
@@ -8422,9 +8422,9 @@ export declare const channelContract: {
8422
8422
  updatedAt: Date;
8423
8423
  deletedAt: Date | null;
8424
8424
  actor: {
8425
+ name: string;
8425
8426
  id: string;
8426
8427
  address: string | null;
8427
- name: string;
8428
8428
  email: string;
8429
8429
  createdAt: Date;
8430
8430
  updatedAt: Date;
@@ -8471,8 +8471,8 @@ export declare const channelContract: {
8471
8471
  connectedUserName: string;
8472
8472
  connectedUserId: string;
8473
8473
  botpressBot: {
8474
- id: string;
8475
8474
  name: string;
8475
+ id: string;
8476
8476
  accessToken: string;
8477
8477
  botId: string;
8478
8478
  integrationId: string;
@@ -8480,12 +8480,12 @@ export declare const channelContract: {
8480
8480
  }>;
8481
8481
  }, "strip", z.ZodTypeAny, {
8482
8482
  channel: {
8483
+ name: string;
8483
8484
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8484
8485
  id: string;
8485
- name: string;
8486
8486
  metadata: {
8487
- id: string;
8488
8487
  name: string;
8488
+ id: string;
8489
8489
  accessToken?: string | undefined;
8490
8490
  channelSecret?: string | undefined;
8491
8491
  additionalCredentials?: any;
@@ -8513,9 +8513,9 @@ export declare const channelContract: {
8513
8513
  updatedAt: Date;
8514
8514
  deletedAt: Date | null;
8515
8515
  actor: {
8516
+ name: string;
8516
8517
  id: string;
8517
8518
  address: string | null;
8518
- name: string;
8519
8519
  email: string;
8520
8520
  createdAt: Date;
8521
8521
  updatedAt: Date;
@@ -8562,8 +8562,8 @@ export declare const channelContract: {
8562
8562
  connectedUserName: string;
8563
8563
  connectedUserId: string;
8564
8564
  botpressBot: {
8565
- id: string;
8566
8565
  name: string;
8566
+ id: string;
8567
8567
  accessToken: string;
8568
8568
  botId: string;
8569
8569
  integrationId: string;
@@ -8572,12 +8572,12 @@ export declare const channelContract: {
8572
8572
  requestId: string;
8573
8573
  }, {
8574
8574
  channel: {
8575
+ name: string;
8575
8576
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8576
8577
  id: string;
8577
- name: string;
8578
8578
  metadata: {
8579
- id: string;
8580
8579
  name: string;
8580
+ id: string;
8581
8581
  accessToken?: string | undefined;
8582
8582
  channelSecret?: string | undefined;
8583
8583
  additionalCredentials?: any;
@@ -8605,9 +8605,9 @@ export declare const channelContract: {
8605
8605
  updatedAt: Date;
8606
8606
  deletedAt: Date | null;
8607
8607
  actor: {
8608
+ name: string;
8608
8609
  id: string;
8609
8610
  address: string | null;
8610
- name: string;
8611
8611
  email: string;
8612
8612
  createdAt: Date;
8613
8613
  updatedAt: Date;
@@ -8654,8 +8654,8 @@ export declare const channelContract: {
8654
8654
  connectedUserName: string;
8655
8655
  connectedUserId: string;
8656
8656
  botpressBot: {
8657
- id: string;
8658
8657
  name: string;
8658
+ id: string;
8659
8659
  accessToken: string;
8660
8660
  botId: string;
8661
8661
  integrationId: string;
@@ -8718,8 +8718,8 @@ export declare const channelContract: {
8718
8718
  agentAwayMessage: z.ZodOptional<z.ZodString>;
8719
8719
  widgetColor: z.ZodOptional<z.ZodString>;
8720
8720
  }, "strip", z.ZodTypeAny, {
8721
- type: import("./validation").ChatwootChannelType;
8722
8721
  name: string;
8722
+ type: import("./validation").ChatwootChannelType;
8723
8723
  websiteName: string;
8724
8724
  welcomeTitle: string;
8725
8725
  websiteUrl: string;
@@ -8728,8 +8728,8 @@ export declare const channelContract: {
8728
8728
  agentAwayMessage?: string | undefined;
8729
8729
  widgetColor?: string | undefined;
8730
8730
  }, {
8731
- type: import("./validation").ChatwootChannelType;
8732
8731
  name: string;
8732
+ type: import("./validation").ChatwootChannelType;
8733
8733
  websiteName: string;
8734
8734
  welcomeTitle: string;
8735
8735
  websiteUrl: string;
@@ -8739,9 +8739,10 @@ export declare const channelContract: {
8739
8739
  widgetColor?: string | undefined;
8740
8740
  }>;
8741
8741
  }, "strip", z.ZodTypeAny, {
8742
+ name: string;
8742
8743
  channel: {
8743
- type: import("./validation").ChatwootChannelType;
8744
8744
  name: string;
8745
+ type: import("./validation").ChatwootChannelType;
8745
8746
  websiteName: string;
8746
8747
  welcomeTitle: string;
8747
8748
  websiteUrl: string;
@@ -8750,11 +8751,11 @@ export declare const channelContract: {
8750
8751
  agentAwayMessage?: string | undefined;
8751
8752
  widgetColor?: string | undefined;
8752
8753
  };
8753
- name: string;
8754
8754
  }, {
8755
+ name: string;
8755
8756
  channel: {
8756
- type: import("./validation").ChatwootChannelType;
8757
8757
  name: string;
8758
+ type: import("./validation").ChatwootChannelType;
8758
8759
  websiteName: string;
8759
8760
  welcomeTitle: string;
8760
8761
  websiteUrl: string;
@@ -8763,7 +8764,6 @@ export declare const channelContract: {
8763
8764
  agentAwayMessage?: string | undefined;
8764
8765
  widgetColor?: string | undefined;
8765
8766
  };
8766
- name: string;
8767
8767
  }>;
8768
8768
  summary: "Connect message channel";
8769
8769
  method: "POST";
@@ -8828,8 +8828,8 @@ export declare const channelContract: {
8828
8828
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8829
8829
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8830
8830
  }, "strip", z.ZodTypeAny, {
8831
- id: string;
8832
8831
  name: string;
8832
+ id: string;
8833
8833
  accessToken?: string | undefined;
8834
8834
  channelSecret?: string | undefined;
8835
8835
  additionalCredentials?: any;
@@ -8852,8 +8852,8 @@ export declare const channelContract: {
8852
8852
  lineRichMenuId?: string | null | undefined;
8853
8853
  messengerIntegrationType?: "own" | "business" | undefined;
8854
8854
  }, {
8855
- id: string;
8856
8855
  name: string;
8856
+ id: string;
8857
8857
  accessToken?: string | undefined;
8858
8858
  channelSecret?: string | undefined;
8859
8859
  additionalCredentials?: any;
@@ -8889,14 +8889,14 @@ export declare const channelContract: {
8889
8889
  integrationId: z.ZodString;
8890
8890
  accessToken: z.ZodString;
8891
8891
  }, "strip", z.ZodTypeAny, {
8892
- id: string;
8893
8892
  name: string;
8893
+ id: string;
8894
8894
  accessToken: string;
8895
8895
  botId: string;
8896
8896
  integrationId: string;
8897
8897
  }, {
8898
- id: string;
8899
8898
  name: string;
8899
+ id: string;
8900
8900
  accessToken: string;
8901
8901
  botId: string;
8902
8902
  integrationId: string;
@@ -9019,9 +9019,9 @@ export declare const channelContract: {
9019
9019
  telephonySignature: string | null;
9020
9020
  }>;
9021
9021
  }, "strip", z.ZodTypeAny, {
9022
+ name: string;
9022
9023
  id: string;
9023
9024
  address: string | null;
9024
- name: string;
9025
9025
  email: string;
9026
9026
  createdAt: Date;
9027
9027
  updatedAt: Date;
@@ -9062,9 +9062,9 @@ export declare const channelContract: {
9062
9062
  telephonySignature: string | null;
9063
9063
  };
9064
9064
  }, {
9065
+ name: string;
9065
9066
  id: string;
9066
9067
  address: string | null;
9067
- name: string;
9068
9068
  email: string;
9069
9069
  createdAt: Date;
9070
9070
  updatedAt: Date;
@@ -9106,12 +9106,12 @@ export declare const channelContract: {
9106
9106
  };
9107
9107
  }>;
9108
9108
  }, "strip", z.ZodTypeAny, {
9109
+ name: string;
9109
9110
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9110
9111
  id: string;
9111
- name: string;
9112
9112
  metadata: {
9113
- id: string;
9114
9113
  name: string;
9114
+ id: string;
9115
9115
  accessToken?: string | undefined;
9116
9116
  channelSecret?: string | undefined;
9117
9117
  additionalCredentials?: any;
@@ -9139,9 +9139,9 @@ export declare const channelContract: {
9139
9139
  updatedAt: Date;
9140
9140
  deletedAt: Date | null;
9141
9141
  actor: {
9142
+ name: string;
9142
9143
  id: string;
9143
9144
  address: string | null;
9144
- name: string;
9145
9145
  email: string;
9146
9146
  createdAt: Date;
9147
9147
  updatedAt: Date;
@@ -9188,19 +9188,19 @@ export declare const channelContract: {
9188
9188
  connectedUserName: string;
9189
9189
  connectedUserId: string;
9190
9190
  botpressBot: {
9191
- id: string;
9192
9191
  name: string;
9192
+ id: string;
9193
9193
  accessToken: string;
9194
9194
  botId: string;
9195
9195
  integrationId: string;
9196
9196
  } | null;
9197
9197
  }, {
9198
+ name: string;
9198
9199
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9199
9200
  id: string;
9200
- name: string;
9201
9201
  metadata: {
9202
- id: string;
9203
9202
  name: string;
9203
+ id: string;
9204
9204
  accessToken?: string | undefined;
9205
9205
  channelSecret?: string | undefined;
9206
9206
  additionalCredentials?: any;
@@ -9228,9 +9228,9 @@ export declare const channelContract: {
9228
9228
  updatedAt: Date;
9229
9229
  deletedAt: Date | null;
9230
9230
  actor: {
9231
+ name: string;
9231
9232
  id: string;
9232
9233
  address: string | null;
9233
- name: string;
9234
9234
  email: string;
9235
9235
  createdAt: Date;
9236
9236
  updatedAt: Date;
@@ -9277,8 +9277,8 @@ export declare const channelContract: {
9277
9277
  connectedUserName: string;
9278
9278
  connectedUserId: string;
9279
9279
  botpressBot: {
9280
- id: string;
9281
9280
  name: string;
9281
+ id: string;
9282
9282
  accessToken: string;
9283
9283
  botId: string;
9284
9284
  integrationId: string;
@@ -9286,12 +9286,12 @@ export declare const channelContract: {
9286
9286
  }>;
9287
9287
  }, "strip", z.ZodTypeAny, {
9288
9288
  channel: {
9289
+ name: string;
9289
9290
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9290
9291
  id: string;
9291
- name: string;
9292
9292
  metadata: {
9293
- id: string;
9294
9293
  name: string;
9294
+ id: string;
9295
9295
  accessToken?: string | undefined;
9296
9296
  channelSecret?: string | undefined;
9297
9297
  additionalCredentials?: any;
@@ -9319,9 +9319,9 @@ export declare const channelContract: {
9319
9319
  updatedAt: Date;
9320
9320
  deletedAt: Date | null;
9321
9321
  actor: {
9322
+ name: string;
9322
9323
  id: string;
9323
9324
  address: string | null;
9324
- name: string;
9325
9325
  email: string;
9326
9326
  createdAt: Date;
9327
9327
  updatedAt: Date;
@@ -9368,8 +9368,8 @@ export declare const channelContract: {
9368
9368
  connectedUserName: string;
9369
9369
  connectedUserId: string;
9370
9370
  botpressBot: {
9371
- id: string;
9372
9371
  name: string;
9372
+ id: string;
9373
9373
  accessToken: string;
9374
9374
  botId: string;
9375
9375
  integrationId: string;
@@ -9378,12 +9378,12 @@ export declare const channelContract: {
9378
9378
  requestId: string;
9379
9379
  }, {
9380
9380
  channel: {
9381
+ name: string;
9381
9382
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9382
9383
  id: string;
9383
- name: string;
9384
9384
  metadata: {
9385
- id: string;
9386
9385
  name: string;
9386
+ id: string;
9387
9387
  accessToken?: string | undefined;
9388
9388
  channelSecret?: string | undefined;
9389
9389
  additionalCredentials?: any;
@@ -9411,9 +9411,9 @@ export declare const channelContract: {
9411
9411
  updatedAt: Date;
9412
9412
  deletedAt: Date | null;
9413
9413
  actor: {
9414
+ name: string;
9414
9415
  id: string;
9415
9416
  address: string | null;
9416
- name: string;
9417
9417
  email: string;
9418
9418
  createdAt: Date;
9419
9419
  updatedAt: Date;
@@ -9460,8 +9460,8 @@ export declare const channelContract: {
9460
9460
  connectedUserName: string;
9461
9461
  connectedUserId: string;
9462
9462
  botpressBot: {
9463
- id: string;
9464
9463
  name: string;
9464
+ id: string;
9465
9465
  accessToken: string;
9466
9466
  botId: string;
9467
9467
  integrationId: string;
@@ -9565,8 +9565,8 @@ export declare const channelContract: {
9565
9565
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9566
9566
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9567
9567
  }, "strip", z.ZodTypeAny, {
9568
- id: string;
9569
9568
  name: string;
9569
+ id: string;
9570
9570
  accessToken?: string | undefined;
9571
9571
  channelSecret?: string | undefined;
9572
9572
  additionalCredentials?: any;
@@ -9589,8 +9589,8 @@ export declare const channelContract: {
9589
9589
  lineRichMenuId?: string | null | undefined;
9590
9590
  messengerIntegrationType?: "own" | "business" | undefined;
9591
9591
  }, {
9592
- id: string;
9593
9592
  name: string;
9593
+ id: string;
9594
9594
  accessToken?: string | undefined;
9595
9595
  channelSecret?: string | undefined;
9596
9596
  additionalCredentials?: any;
@@ -9615,11 +9615,11 @@ export declare const channelContract: {
9615
9615
  }>;
9616
9616
  platformId: z.ZodString;
9617
9617
  }, "strip", z.ZodTypeAny, {
9618
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9619
9618
  name: string;
9619
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9620
9620
  metadata: {
9621
- id: string;
9622
9621
  name: string;
9622
+ id: string;
9623
9623
  accessToken?: string | undefined;
9624
9624
  channelSecret?: string | undefined;
9625
9625
  additionalCredentials?: any;
@@ -9644,11 +9644,11 @@ export declare const channelContract: {
9644
9644
  };
9645
9645
  platformId: string;
9646
9646
  }, {
9647
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9648
9647
  name: string;
9648
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9649
9649
  metadata: {
9650
- id: string;
9651
9650
  name: string;
9651
+ id: string;
9652
9652
  accessToken?: string | undefined;
9653
9653
  channelSecret?: string | undefined;
9654
9654
  additionalCredentials?: any;
@@ -9736,8 +9736,8 @@ export declare const channelContract: {
9736
9736
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9737
9737
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9738
9738
  }, "strip", z.ZodTypeAny, {
9739
- id: string;
9740
9739
  name: string;
9740
+ id: string;
9741
9741
  accessToken?: string | undefined;
9742
9742
  channelSecret?: string | undefined;
9743
9743
  additionalCredentials?: any;
@@ -9760,8 +9760,8 @@ export declare const channelContract: {
9760
9760
  lineRichMenuId?: string | null | undefined;
9761
9761
  messengerIntegrationType?: "own" | "business" | undefined;
9762
9762
  }, {
9763
- id: string;
9764
9763
  name: string;
9764
+ id: string;
9765
9765
  accessToken?: string | undefined;
9766
9766
  channelSecret?: string | undefined;
9767
9767
  additionalCredentials?: any;
@@ -9797,14 +9797,14 @@ export declare const channelContract: {
9797
9797
  integrationId: z.ZodString;
9798
9798
  accessToken: z.ZodString;
9799
9799
  }, "strip", z.ZodTypeAny, {
9800
- id: string;
9801
9800
  name: string;
9801
+ id: string;
9802
9802
  accessToken: string;
9803
9803
  botId: string;
9804
9804
  integrationId: string;
9805
9805
  }, {
9806
- id: string;
9807
9806
  name: string;
9807
+ id: string;
9808
9808
  accessToken: string;
9809
9809
  botId: string;
9810
9810
  integrationId: string;
@@ -9927,9 +9927,9 @@ export declare const channelContract: {
9927
9927
  telephonySignature: string | null;
9928
9928
  }>;
9929
9929
  }, "strip", z.ZodTypeAny, {
9930
+ name: string;
9930
9931
  id: string;
9931
9932
  address: string | null;
9932
- name: string;
9933
9933
  email: string;
9934
9934
  createdAt: Date;
9935
9935
  updatedAt: Date;
@@ -9970,9 +9970,9 @@ export declare const channelContract: {
9970
9970
  telephonySignature: string | null;
9971
9971
  };
9972
9972
  }, {
9973
+ name: string;
9973
9974
  id: string;
9974
9975
  address: string | null;
9975
- name: string;
9976
9976
  email: string;
9977
9977
  createdAt: Date;
9978
9978
  updatedAt: Date;
@@ -10014,12 +10014,12 @@ export declare const channelContract: {
10014
10014
  };
10015
10015
  }>;
10016
10016
  }, "strip", z.ZodTypeAny, {
10017
+ name: string;
10017
10018
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10018
10019
  id: string;
10019
- name: string;
10020
10020
  metadata: {
10021
- id: string;
10022
10021
  name: string;
10022
+ id: string;
10023
10023
  accessToken?: string | undefined;
10024
10024
  channelSecret?: string | undefined;
10025
10025
  additionalCredentials?: any;
@@ -10047,9 +10047,9 @@ export declare const channelContract: {
10047
10047
  updatedAt: Date;
10048
10048
  deletedAt: Date | null;
10049
10049
  actor: {
10050
+ name: string;
10050
10051
  id: string;
10051
10052
  address: string | null;
10052
- name: string;
10053
10053
  email: string;
10054
10054
  createdAt: Date;
10055
10055
  updatedAt: Date;
@@ -10096,19 +10096,19 @@ export declare const channelContract: {
10096
10096
  connectedUserName: string;
10097
10097
  connectedUserId: string;
10098
10098
  botpressBot: {
10099
- id: string;
10100
10099
  name: string;
10100
+ id: string;
10101
10101
  accessToken: string;
10102
10102
  botId: string;
10103
10103
  integrationId: string;
10104
10104
  } | null;
10105
10105
  }, {
10106
+ name: string;
10106
10107
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10107
10108
  id: string;
10108
- name: string;
10109
10109
  metadata: {
10110
- id: string;
10111
10110
  name: string;
10111
+ id: string;
10112
10112
  accessToken?: string | undefined;
10113
10113
  channelSecret?: string | undefined;
10114
10114
  additionalCredentials?: any;
@@ -10136,9 +10136,9 @@ export declare const channelContract: {
10136
10136
  updatedAt: Date;
10137
10137
  deletedAt: Date | null;
10138
10138
  actor: {
10139
+ name: string;
10139
10140
  id: string;
10140
10141
  address: string | null;
10141
- name: string;
10142
10142
  email: string;
10143
10143
  createdAt: Date;
10144
10144
  updatedAt: Date;
@@ -10185,8 +10185,8 @@ export declare const channelContract: {
10185
10185
  connectedUserName: string;
10186
10186
  connectedUserId: string;
10187
10187
  botpressBot: {
10188
- id: string;
10189
10188
  name: string;
10189
+ id: string;
10190
10190
  accessToken: string;
10191
10191
  botId: string;
10192
10192
  integrationId: string;
@@ -10194,12 +10194,12 @@ export declare const channelContract: {
10194
10194
  }>;
10195
10195
  }, "strip", z.ZodTypeAny, {
10196
10196
  channel: {
10197
+ name: string;
10197
10198
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10198
10199
  id: string;
10199
- name: string;
10200
10200
  metadata: {
10201
- id: string;
10202
10201
  name: string;
10202
+ id: string;
10203
10203
  accessToken?: string | undefined;
10204
10204
  channelSecret?: string | undefined;
10205
10205
  additionalCredentials?: any;
@@ -10227,9 +10227,9 @@ export declare const channelContract: {
10227
10227
  updatedAt: Date;
10228
10228
  deletedAt: Date | null;
10229
10229
  actor: {
10230
+ name: string;
10230
10231
  id: string;
10231
10232
  address: string | null;
10232
- name: string;
10233
10233
  email: string;
10234
10234
  createdAt: Date;
10235
10235
  updatedAt: Date;
@@ -10276,8 +10276,8 @@ export declare const channelContract: {
10276
10276
  connectedUserName: string;
10277
10277
  connectedUserId: string;
10278
10278
  botpressBot: {
10279
- id: string;
10280
10279
  name: string;
10280
+ id: string;
10281
10281
  accessToken: string;
10282
10282
  botId: string;
10283
10283
  integrationId: string;
@@ -10286,12 +10286,12 @@ export declare const channelContract: {
10286
10286
  requestId: string;
10287
10287
  }, {
10288
10288
  channel: {
10289
+ name: string;
10289
10290
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10290
10291
  id: string;
10291
- name: string;
10292
10292
  metadata: {
10293
- id: string;
10294
10293
  name: string;
10294
+ id: string;
10295
10295
  accessToken?: string | undefined;
10296
10296
  channelSecret?: string | undefined;
10297
10297
  additionalCredentials?: any;
@@ -10319,9 +10319,9 @@ export declare const channelContract: {
10319
10319
  updatedAt: Date;
10320
10320
  deletedAt: Date | null;
10321
10321
  actor: {
10322
+ name: string;
10322
10323
  id: string;
10323
10324
  address: string | null;
10324
- name: string;
10325
10325
  email: string;
10326
10326
  createdAt: Date;
10327
10327
  updatedAt: Date;
@@ -10368,8 +10368,8 @@ export declare const channelContract: {
10368
10368
  connectedUserName: string;
10369
10369
  connectedUserId: string;
10370
10370
  botpressBot: {
10371
- id: string;
10372
10371
  name: string;
10372
+ id: string;
10373
10373
  accessToken: string;
10374
10374
  botId: string;
10375
10375
  integrationId: string;
@@ -10516,11 +10516,11 @@ export declare const channelFacebookFeedContract: {
10516
10516
  id: z.ZodString;
10517
10517
  name: z.ZodString;
10518
10518
  }, "strip", z.ZodTypeAny, {
10519
- id: string;
10520
10519
  name: string;
10521
- }, {
10522
10520
  id: string;
10521
+ }, {
10523
10522
  name: string;
10523
+ id: string;
10524
10524
  }>, "many">;
10525
10525
  id: z.ZodString;
10526
10526
  name: z.ZodString;
@@ -10543,8 +10543,8 @@ export declare const channelFacebookFeedContract: {
10543
10543
  };
10544
10544
  }>;
10545
10545
  }, "strip", z.ZodTypeAny, {
10546
- id: string;
10547
10546
  name: string;
10547
+ id: string;
10548
10548
  picture: {
10549
10549
  data: {
10550
10550
  url: string;
@@ -10553,13 +10553,13 @@ export declare const channelFacebookFeedContract: {
10553
10553
  category: string;
10554
10554
  access_token: string;
10555
10555
  category_list: {
10556
- id: string;
10557
10556
  name: string;
10557
+ id: string;
10558
10558
  }[];
10559
10559
  tasks: string[];
10560
10560
  }, {
10561
- id: string;
10562
10561
  name: string;
10562
+ id: string;
10563
10563
  picture: {
10564
10564
  data: {
10565
10565
  url: string;
@@ -10568,8 +10568,8 @@ export declare const channelFacebookFeedContract: {
10568
10568
  category: string;
10569
10569
  access_token: string;
10570
10570
  category_list: {
10571
- id: string;
10572
10571
  name: string;
10572
+ id: string;
10573
10573
  }[];
10574
10574
  tasks: string[];
10575
10575
  }>, "many">;
@@ -10597,8 +10597,8 @@ export declare const channelFacebookFeedContract: {
10597
10597
  }>>;
10598
10598
  }, "strip", z.ZodTypeAny, {
10599
10599
  data: {
10600
- id: string;
10601
10600
  name: string;
10601
+ id: string;
10602
10602
  picture: {
10603
10603
  data: {
10604
10604
  url: string;
@@ -10607,8 +10607,8 @@ export declare const channelFacebookFeedContract: {
10607
10607
  category: string;
10608
10608
  access_token: string;
10609
10609
  category_list: {
10610
- id: string;
10611
10610
  name: string;
10611
+ id: string;
10612
10612
  }[];
10613
10613
  tasks: string[];
10614
10614
  }[];
@@ -10620,8 +10620,8 @@ export declare const channelFacebookFeedContract: {
10620
10620
  } | undefined;
10621
10621
  }, {
10622
10622
  data: {
10623
- id: string;
10624
10623
  name: string;
10624
+ id: string;
10625
10625
  picture: {
10626
10626
  data: {
10627
10627
  url: string;
@@ -10630,8 +10630,8 @@ export declare const channelFacebookFeedContract: {
10630
10630
  category: string;
10631
10631
  access_token: string;
10632
10632
  category_list: {
10633
- id: string;
10634
10633
  name: string;
10634
+ id: string;
10635
10635
  }[];
10636
10636
  tasks: string[];
10637
10637
  }[];
@@ -10645,8 +10645,8 @@ export declare const channelFacebookFeedContract: {
10645
10645
  }, "strip", z.ZodTypeAny, {
10646
10646
  data: {
10647
10647
  data: {
10648
- id: string;
10649
10648
  name: string;
10649
+ id: string;
10650
10650
  picture: {
10651
10651
  data: {
10652
10652
  url: string;
@@ -10655,8 +10655,8 @@ export declare const channelFacebookFeedContract: {
10655
10655
  category: string;
10656
10656
  access_token: string;
10657
10657
  category_list: {
10658
- id: string;
10659
10658
  name: string;
10659
+ id: string;
10660
10660
  }[];
10661
10661
  tasks: string[];
10662
10662
  }[];
@@ -10671,8 +10671,8 @@ export declare const channelFacebookFeedContract: {
10671
10671
  }, {
10672
10672
  data: {
10673
10673
  data: {
10674
- id: string;
10675
10674
  name: string;
10675
+ id: string;
10676
10676
  picture: {
10677
10677
  data: {
10678
10678
  url: string;
@@ -10681,8 +10681,8 @@ export declare const channelFacebookFeedContract: {
10681
10681
  category: string;
10682
10682
  access_token: string;
10683
10683
  category_list: {
10684
- id: string;
10685
10684
  name: string;
10685
+ id: string;
10686
10686
  }[];
10687
10687
  tasks: string[];
10688
10688
  }[];
@@ -10763,8 +10763,8 @@ export declare const channelFacebookFeedContract: {
10763
10763
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10764
10764
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10765
10765
  }, "strip", z.ZodTypeAny, {
10766
- id: string;
10767
10766
  name: string;
10767
+ id: string;
10768
10768
  accessToken?: string | undefined;
10769
10769
  channelSecret?: string | undefined;
10770
10770
  additionalCredentials?: any;
@@ -10787,8 +10787,8 @@ export declare const channelFacebookFeedContract: {
10787
10787
  lineRichMenuId?: string | null | undefined;
10788
10788
  messengerIntegrationType?: "own" | "business" | undefined;
10789
10789
  }, {
10790
- id: string;
10791
10790
  name: string;
10791
+ id: string;
10792
10792
  accessToken?: string | undefined;
10793
10793
  channelSecret?: string | undefined;
10794
10794
  additionalCredentials?: any;
@@ -10815,11 +10815,11 @@ export declare const channelFacebookFeedContract: {
10815
10815
  connectedUserId: z.ZodString;
10816
10816
  connectedUserName: z.ZodOptional<z.ZodString>;
10817
10817
  }, "strip", z.ZodTypeAny, {
10818
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10819
10818
  name: string;
10819
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10820
10820
  metadata: {
10821
- id: string;
10822
10821
  name: string;
10822
+ id: string;
10823
10823
  accessToken?: string | undefined;
10824
10824
  channelSecret?: string | undefined;
10825
10825
  additionalCredentials?: any;
@@ -10846,11 +10846,11 @@ export declare const channelFacebookFeedContract: {
10846
10846
  connectedUserId: string;
10847
10847
  connectedUserName?: string | undefined;
10848
10848
  }, {
10849
- type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10850
10849
  name: string;
10850
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10851
10851
  metadata: {
10852
- id: string;
10853
10852
  name: string;
10853
+ id: string;
10854
10854
  accessToken?: string | undefined;
10855
10855
  channelSecret?: string | undefined;
10856
10856
  additionalCredentials?: any;
@@ -10940,8 +10940,8 @@ export declare const channelFacebookFeedContract: {
10940
10940
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10941
10941
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10942
10942
  }, "strip", z.ZodTypeAny, {
10943
- id: string;
10944
10943
  name: string;
10944
+ id: string;
10945
10945
  accessToken?: string | undefined;
10946
10946
  channelSecret?: string | undefined;
10947
10947
  additionalCredentials?: any;
@@ -10964,8 +10964,8 @@ export declare const channelFacebookFeedContract: {
10964
10964
  lineRichMenuId?: string | null | undefined;
10965
10965
  messengerIntegrationType?: "own" | "business" | undefined;
10966
10966
  }, {
10967
- id: string;
10968
10967
  name: string;
10968
+ id: string;
10969
10969
  accessToken?: string | undefined;
10970
10970
  channelSecret?: string | undefined;
10971
10971
  additionalCredentials?: any;
@@ -11001,14 +11001,14 @@ export declare const channelFacebookFeedContract: {
11001
11001
  integrationId: z.ZodString;
11002
11002
  accessToken: z.ZodString;
11003
11003
  }, "strip", z.ZodTypeAny, {
11004
- id: string;
11005
11004
  name: string;
11005
+ id: string;
11006
11006
  accessToken: string;
11007
11007
  botId: string;
11008
11008
  integrationId: string;
11009
11009
  }, {
11010
- id: string;
11011
11010
  name: string;
11011
+ id: string;
11012
11012
  accessToken: string;
11013
11013
  botId: string;
11014
11014
  integrationId: string;
@@ -11131,9 +11131,9 @@ export declare const channelFacebookFeedContract: {
11131
11131
  telephonySignature: string | null;
11132
11132
  }>;
11133
11133
  }, "strip", z.ZodTypeAny, {
11134
+ name: string;
11134
11135
  id: string;
11135
11136
  address: string | null;
11136
- name: string;
11137
11137
  email: string;
11138
11138
  createdAt: Date;
11139
11139
  updatedAt: Date;
@@ -11174,9 +11174,9 @@ export declare const channelFacebookFeedContract: {
11174
11174
  telephonySignature: string | null;
11175
11175
  };
11176
11176
  }, {
11177
+ name: string;
11177
11178
  id: string;
11178
11179
  address: string | null;
11179
- name: string;
11180
11180
  email: string;
11181
11181
  createdAt: Date;
11182
11182
  updatedAt: Date;
@@ -11218,12 +11218,12 @@ export declare const channelFacebookFeedContract: {
11218
11218
  };
11219
11219
  }>;
11220
11220
  }, "strip", z.ZodTypeAny, {
11221
+ name: string;
11221
11222
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11222
11223
  id: string;
11223
- name: string;
11224
11224
  metadata: {
11225
- id: string;
11226
11225
  name: string;
11226
+ id: string;
11227
11227
  accessToken?: string | undefined;
11228
11228
  channelSecret?: string | undefined;
11229
11229
  additionalCredentials?: any;
@@ -11251,9 +11251,9 @@ export declare const channelFacebookFeedContract: {
11251
11251
  updatedAt: Date;
11252
11252
  deletedAt: Date | null;
11253
11253
  actor: {
11254
+ name: string;
11254
11255
  id: string;
11255
11256
  address: string | null;
11256
- name: string;
11257
11257
  email: string;
11258
11258
  createdAt: Date;
11259
11259
  updatedAt: Date;
@@ -11300,19 +11300,19 @@ export declare const channelFacebookFeedContract: {
11300
11300
  connectedUserName: string;
11301
11301
  connectedUserId: string;
11302
11302
  botpressBot: {
11303
- id: string;
11304
11303
  name: string;
11304
+ id: string;
11305
11305
  accessToken: string;
11306
11306
  botId: string;
11307
11307
  integrationId: string;
11308
11308
  } | null;
11309
11309
  }, {
11310
+ name: string;
11310
11311
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11311
11312
  id: string;
11312
- name: string;
11313
11313
  metadata: {
11314
- id: string;
11315
11314
  name: string;
11315
+ id: string;
11316
11316
  accessToken?: string | undefined;
11317
11317
  channelSecret?: string | undefined;
11318
11318
  additionalCredentials?: any;
@@ -11340,9 +11340,9 @@ export declare const channelFacebookFeedContract: {
11340
11340
  updatedAt: Date;
11341
11341
  deletedAt: Date | null;
11342
11342
  actor: {
11343
+ name: string;
11343
11344
  id: string;
11344
11345
  address: string | null;
11345
- name: string;
11346
11346
  email: string;
11347
11347
  createdAt: Date;
11348
11348
  updatedAt: Date;
@@ -11389,8 +11389,8 @@ export declare const channelFacebookFeedContract: {
11389
11389
  connectedUserName: string;
11390
11390
  connectedUserId: string;
11391
11391
  botpressBot: {
11392
- id: string;
11393
11392
  name: string;
11393
+ id: string;
11394
11394
  accessToken: string;
11395
11395
  botId: string;
11396
11396
  integrationId: string;
@@ -11398,12 +11398,12 @@ export declare const channelFacebookFeedContract: {
11398
11398
  }>;
11399
11399
  }, "strip", z.ZodTypeAny, {
11400
11400
  channel: {
11401
+ name: string;
11401
11402
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11402
11403
  id: string;
11403
- name: string;
11404
11404
  metadata: {
11405
- id: string;
11406
11405
  name: string;
11406
+ id: string;
11407
11407
  accessToken?: string | undefined;
11408
11408
  channelSecret?: string | undefined;
11409
11409
  additionalCredentials?: any;
@@ -11431,9 +11431,9 @@ export declare const channelFacebookFeedContract: {
11431
11431
  updatedAt: Date;
11432
11432
  deletedAt: Date | null;
11433
11433
  actor: {
11434
+ name: string;
11434
11435
  id: string;
11435
11436
  address: string | null;
11436
- name: string;
11437
11437
  email: string;
11438
11438
  createdAt: Date;
11439
11439
  updatedAt: Date;
@@ -11480,8 +11480,8 @@ export declare const channelFacebookFeedContract: {
11480
11480
  connectedUserName: string;
11481
11481
  connectedUserId: string;
11482
11482
  botpressBot: {
11483
- id: string;
11484
11483
  name: string;
11484
+ id: string;
11485
11485
  accessToken: string;
11486
11486
  botId: string;
11487
11487
  integrationId: string;
@@ -11490,12 +11490,12 @@ export declare const channelFacebookFeedContract: {
11490
11490
  requestId: string;
11491
11491
  }, {
11492
11492
  channel: {
11493
+ name: string;
11493
11494
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11494
11495
  id: string;
11495
- name: string;
11496
11496
  metadata: {
11497
- id: string;
11498
11497
  name: string;
11498
+ id: string;
11499
11499
  accessToken?: string | undefined;
11500
11500
  channelSecret?: string | undefined;
11501
11501
  additionalCredentials?: any;
@@ -11523,9 +11523,9 @@ export declare const channelFacebookFeedContract: {
11523
11523
  updatedAt: Date;
11524
11524
  deletedAt: Date | null;
11525
11525
  actor: {
11526
+ name: string;
11526
11527
  id: string;
11527
11528
  address: string | null;
11528
- name: string;
11529
11529
  email: string;
11530
11530
  createdAt: Date;
11531
11531
  updatedAt: Date;
@@ -11572,8 +11572,8 @@ export declare const channelFacebookFeedContract: {
11572
11572
  connectedUserName: string;
11573
11573
  connectedUserId: string;
11574
11574
  botpressBot: {
11575
- id: string;
11576
11575
  name: string;
11576
+ id: string;
11577
11577
  accessToken: string;
11578
11578
  botId: string;
11579
11579
  integrationId: string;
@@ -11666,8 +11666,8 @@ export declare const channelBotContract: {
11666
11666
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11667
11667
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11668
11668
  }, "strip", z.ZodTypeAny, {
11669
- id: string;
11670
11669
  name: string;
11670
+ id: string;
11671
11671
  accessToken?: string | undefined;
11672
11672
  channelSecret?: string | undefined;
11673
11673
  additionalCredentials?: any;
@@ -11690,8 +11690,8 @@ export declare const channelBotContract: {
11690
11690
  lineRichMenuId?: string | null | undefined;
11691
11691
  messengerIntegrationType?: "own" | "business" | undefined;
11692
11692
  }, {
11693
- id: string;
11694
11693
  name: string;
11694
+ id: string;
11695
11695
  accessToken?: string | undefined;
11696
11696
  channelSecret?: string | undefined;
11697
11697
  additionalCredentials?: any;
@@ -11727,14 +11727,14 @@ export declare const channelBotContract: {
11727
11727
  integrationId: z.ZodString;
11728
11728
  accessToken: z.ZodString;
11729
11729
  }, "strip", z.ZodTypeAny, {
11730
- id: string;
11731
11730
  name: string;
11731
+ id: string;
11732
11732
  accessToken: string;
11733
11733
  botId: string;
11734
11734
  integrationId: string;
11735
11735
  }, {
11736
- id: string;
11737
11736
  name: string;
11737
+ id: string;
11738
11738
  accessToken: string;
11739
11739
  botId: string;
11740
11740
  integrationId: string;
@@ -11857,9 +11857,9 @@ export declare const channelBotContract: {
11857
11857
  telephonySignature: string | null;
11858
11858
  }>;
11859
11859
  }, "strip", z.ZodTypeAny, {
11860
+ name: string;
11860
11861
  id: string;
11861
11862
  address: string | null;
11862
- name: string;
11863
11863
  email: string;
11864
11864
  createdAt: Date;
11865
11865
  updatedAt: Date;
@@ -11900,9 +11900,9 @@ export declare const channelBotContract: {
11900
11900
  telephonySignature: string | null;
11901
11901
  };
11902
11902
  }, {
11903
+ name: string;
11903
11904
  id: string;
11904
11905
  address: string | null;
11905
- name: string;
11906
11906
  email: string;
11907
11907
  createdAt: Date;
11908
11908
  updatedAt: Date;
@@ -11944,12 +11944,12 @@ export declare const channelBotContract: {
11944
11944
  };
11945
11945
  }>;
11946
11946
  }, "strip", z.ZodTypeAny, {
11947
+ name: string;
11947
11948
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11948
11949
  id: string;
11949
- name: string;
11950
11950
  metadata: {
11951
- id: string;
11952
11951
  name: string;
11952
+ id: string;
11953
11953
  accessToken?: string | undefined;
11954
11954
  channelSecret?: string | undefined;
11955
11955
  additionalCredentials?: any;
@@ -11977,9 +11977,9 @@ export declare const channelBotContract: {
11977
11977
  updatedAt: Date;
11978
11978
  deletedAt: Date | null;
11979
11979
  actor: {
11980
+ name: string;
11980
11981
  id: string;
11981
11982
  address: string | null;
11982
- name: string;
11983
11983
  email: string;
11984
11984
  createdAt: Date;
11985
11985
  updatedAt: Date;
@@ -12026,19 +12026,19 @@ export declare const channelBotContract: {
12026
12026
  connectedUserName: string;
12027
12027
  connectedUserId: string;
12028
12028
  botpressBot: {
12029
- id: string;
12030
12029
  name: string;
12030
+ id: string;
12031
12031
  accessToken: string;
12032
12032
  botId: string;
12033
12033
  integrationId: string;
12034
12034
  } | null;
12035
12035
  }, {
12036
+ name: string;
12036
12037
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12037
12038
  id: string;
12038
- name: string;
12039
12039
  metadata: {
12040
- id: string;
12041
12040
  name: string;
12041
+ id: string;
12042
12042
  accessToken?: string | undefined;
12043
12043
  channelSecret?: string | undefined;
12044
12044
  additionalCredentials?: any;
@@ -12066,9 +12066,9 @@ export declare const channelBotContract: {
12066
12066
  updatedAt: Date;
12067
12067
  deletedAt: Date | null;
12068
12068
  actor: {
12069
+ name: string;
12069
12070
  id: string;
12070
12071
  address: string | null;
12071
- name: string;
12072
12072
  email: string;
12073
12073
  createdAt: Date;
12074
12074
  updatedAt: Date;
@@ -12115,8 +12115,8 @@ export declare const channelBotContract: {
12115
12115
  connectedUserName: string;
12116
12116
  connectedUserId: string;
12117
12117
  botpressBot: {
12118
- id: string;
12119
12118
  name: string;
12119
+ id: string;
12120
12120
  accessToken: string;
12121
12121
  botId: string;
12122
12122
  integrationId: string;
@@ -12124,12 +12124,12 @@ export declare const channelBotContract: {
12124
12124
  }>;
12125
12125
  }, "strip", z.ZodTypeAny, {
12126
12126
  channel: {
12127
+ name: string;
12127
12128
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12128
12129
  id: string;
12129
- name: string;
12130
12130
  metadata: {
12131
- id: string;
12132
12131
  name: string;
12132
+ id: string;
12133
12133
  accessToken?: string | undefined;
12134
12134
  channelSecret?: string | undefined;
12135
12135
  additionalCredentials?: any;
@@ -12157,9 +12157,9 @@ export declare const channelBotContract: {
12157
12157
  updatedAt: Date;
12158
12158
  deletedAt: Date | null;
12159
12159
  actor: {
12160
+ name: string;
12160
12161
  id: string;
12161
12162
  address: string | null;
12162
- name: string;
12163
12163
  email: string;
12164
12164
  createdAt: Date;
12165
12165
  updatedAt: Date;
@@ -12206,8 +12206,8 @@ export declare const channelBotContract: {
12206
12206
  connectedUserName: string;
12207
12207
  connectedUserId: string;
12208
12208
  botpressBot: {
12209
- id: string;
12210
12209
  name: string;
12210
+ id: string;
12211
12211
  accessToken: string;
12212
12212
  botId: string;
12213
12213
  integrationId: string;
@@ -12216,12 +12216,12 @@ export declare const channelBotContract: {
12216
12216
  requestId: string;
12217
12217
  }, {
12218
12218
  channel: {
12219
+ name: string;
12219
12220
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12220
12221
  id: string;
12221
- name: string;
12222
12222
  metadata: {
12223
- id: string;
12224
12223
  name: string;
12224
+ id: string;
12225
12225
  accessToken?: string | undefined;
12226
12226
  channelSecret?: string | undefined;
12227
12227
  additionalCredentials?: any;
@@ -12249,9 +12249,9 @@ export declare const channelBotContract: {
12249
12249
  updatedAt: Date;
12250
12250
  deletedAt: Date | null;
12251
12251
  actor: {
12252
+ name: string;
12252
12253
  id: string;
12253
12254
  address: string | null;
12254
- name: string;
12255
12255
  email: string;
12256
12256
  createdAt: Date;
12257
12257
  updatedAt: Date;
@@ -12298,8 +12298,8 @@ export declare const channelBotContract: {
12298
12298
  connectedUserName: string;
12299
12299
  connectedUserId: string;
12300
12300
  botpressBot: {
12301
- id: string;
12302
12301
  name: string;
12302
+ id: string;
12303
12303
  accessToken: string;
12304
12304
  botId: string;
12305
12305
  integrationId: string;
@@ -12394,8 +12394,8 @@ export declare const channelBotContract: {
12394
12394
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12395
12395
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12396
12396
  }, "strip", z.ZodTypeAny, {
12397
- id: string;
12398
12397
  name: string;
12398
+ id: string;
12399
12399
  accessToken?: string | undefined;
12400
12400
  channelSecret?: string | undefined;
12401
12401
  additionalCredentials?: any;
@@ -12418,8 +12418,8 @@ export declare const channelBotContract: {
12418
12418
  lineRichMenuId?: string | null | undefined;
12419
12419
  messengerIntegrationType?: "own" | "business" | undefined;
12420
12420
  }, {
12421
- id: string;
12422
12421
  name: string;
12422
+ id: string;
12423
12423
  accessToken?: string | undefined;
12424
12424
  channelSecret?: string | undefined;
12425
12425
  additionalCredentials?: any;
@@ -12455,14 +12455,14 @@ export declare const channelBotContract: {
12455
12455
  integrationId: z.ZodString;
12456
12456
  accessToken: z.ZodString;
12457
12457
  }, "strip", z.ZodTypeAny, {
12458
- id: string;
12459
12458
  name: string;
12459
+ id: string;
12460
12460
  accessToken: string;
12461
12461
  botId: string;
12462
12462
  integrationId: string;
12463
12463
  }, {
12464
- id: string;
12465
12464
  name: string;
12465
+ id: string;
12466
12466
  accessToken: string;
12467
12467
  botId: string;
12468
12468
  integrationId: string;
@@ -12585,9 +12585,9 @@ export declare const channelBotContract: {
12585
12585
  telephonySignature: string | null;
12586
12586
  }>;
12587
12587
  }, "strip", z.ZodTypeAny, {
12588
+ name: string;
12588
12589
  id: string;
12589
12590
  address: string | null;
12590
- name: string;
12591
12591
  email: string;
12592
12592
  createdAt: Date;
12593
12593
  updatedAt: Date;
@@ -12628,9 +12628,9 @@ export declare const channelBotContract: {
12628
12628
  telephonySignature: string | null;
12629
12629
  };
12630
12630
  }, {
12631
+ name: string;
12631
12632
  id: string;
12632
12633
  address: string | null;
12633
- name: string;
12634
12634
  email: string;
12635
12635
  createdAt: Date;
12636
12636
  updatedAt: Date;
@@ -12672,12 +12672,12 @@ export declare const channelBotContract: {
12672
12672
  };
12673
12673
  }>;
12674
12674
  }, "strip", z.ZodTypeAny, {
12675
+ name: string;
12675
12676
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12676
12677
  id: string;
12677
- name: string;
12678
12678
  metadata: {
12679
- id: string;
12680
12679
  name: string;
12680
+ id: string;
12681
12681
  accessToken?: string | undefined;
12682
12682
  channelSecret?: string | undefined;
12683
12683
  additionalCredentials?: any;
@@ -12705,9 +12705,9 @@ export declare const channelBotContract: {
12705
12705
  updatedAt: Date;
12706
12706
  deletedAt: Date | null;
12707
12707
  actor: {
12708
+ name: string;
12708
12709
  id: string;
12709
12710
  address: string | null;
12710
- name: string;
12711
12711
  email: string;
12712
12712
  createdAt: Date;
12713
12713
  updatedAt: Date;
@@ -12754,19 +12754,19 @@ export declare const channelBotContract: {
12754
12754
  connectedUserName: string;
12755
12755
  connectedUserId: string;
12756
12756
  botpressBot: {
12757
- id: string;
12758
12757
  name: string;
12758
+ id: string;
12759
12759
  accessToken: string;
12760
12760
  botId: string;
12761
12761
  integrationId: string;
12762
12762
  } | null;
12763
12763
  }, {
12764
+ name: string;
12764
12765
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12765
12766
  id: string;
12766
- name: string;
12767
12767
  metadata: {
12768
- id: string;
12769
12768
  name: string;
12769
+ id: string;
12770
12770
  accessToken?: string | undefined;
12771
12771
  channelSecret?: string | undefined;
12772
12772
  additionalCredentials?: any;
@@ -12794,9 +12794,9 @@ export declare const channelBotContract: {
12794
12794
  updatedAt: Date;
12795
12795
  deletedAt: Date | null;
12796
12796
  actor: {
12797
+ name: string;
12797
12798
  id: string;
12798
12799
  address: string | null;
12799
- name: string;
12800
12800
  email: string;
12801
12801
  createdAt: Date;
12802
12802
  updatedAt: Date;
@@ -12843,8 +12843,8 @@ export declare const channelBotContract: {
12843
12843
  connectedUserName: string;
12844
12844
  connectedUserId: string;
12845
12845
  botpressBot: {
12846
- id: string;
12847
12846
  name: string;
12847
+ id: string;
12848
12848
  accessToken: string;
12849
12849
  botId: string;
12850
12850
  integrationId: string;
@@ -12852,12 +12852,12 @@ export declare const channelBotContract: {
12852
12852
  }>;
12853
12853
  }, "strip", z.ZodTypeAny, {
12854
12854
  channel: {
12855
+ name: string;
12855
12856
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12856
12857
  id: string;
12857
- name: string;
12858
12858
  metadata: {
12859
- id: string;
12860
12859
  name: string;
12860
+ id: string;
12861
12861
  accessToken?: string | undefined;
12862
12862
  channelSecret?: string | undefined;
12863
12863
  additionalCredentials?: any;
@@ -12885,9 +12885,9 @@ export declare const channelBotContract: {
12885
12885
  updatedAt: Date;
12886
12886
  deletedAt: Date | null;
12887
12887
  actor: {
12888
+ name: string;
12888
12889
  id: string;
12889
12890
  address: string | null;
12890
- name: string;
12891
12891
  email: string;
12892
12892
  createdAt: Date;
12893
12893
  updatedAt: Date;
@@ -12934,8 +12934,8 @@ export declare const channelBotContract: {
12934
12934
  connectedUserName: string;
12935
12935
  connectedUserId: string;
12936
12936
  botpressBot: {
12937
- id: string;
12938
12937
  name: string;
12938
+ id: string;
12939
12939
  accessToken: string;
12940
12940
  botId: string;
12941
12941
  integrationId: string;
@@ -12944,12 +12944,12 @@ export declare const channelBotContract: {
12944
12944
  requestId: string;
12945
12945
  }, {
12946
12946
  channel: {
12947
+ name: string;
12947
12948
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12948
12949
  id: string;
12949
- name: string;
12950
12950
  metadata: {
12951
- id: string;
12952
12951
  name: string;
12952
+ id: string;
12953
12953
  accessToken?: string | undefined;
12954
12954
  channelSecret?: string | undefined;
12955
12955
  additionalCredentials?: any;
@@ -12977,9 +12977,9 @@ export declare const channelBotContract: {
12977
12977
  updatedAt: Date;
12978
12978
  deletedAt: Date | null;
12979
12979
  actor: {
12980
+ name: string;
12980
12981
  id: string;
12981
12982
  address: string | null;
12982
- name: string;
12983
12983
  email: string;
12984
12984
  createdAt: Date;
12985
12985
  updatedAt: Date;
@@ -13026,8 +13026,8 @@ export declare const channelBotContract: {
13026
13026
  connectedUserName: string;
13027
13027
  connectedUserId: string;
13028
13028
  botpressBot: {
13029
- id: string;
13030
13029
  name: string;
13030
+ id: string;
13031
13031
  accessToken: string;
13032
13032
  botId: string;
13033
13033
  integrationId: string;
@@ -13079,8 +13079,8 @@ export declare const channelSMSContract: {
13079
13079
  apiSecret: string;
13080
13080
  }>;
13081
13081
  }, "strip", z.ZodTypeAny, {
13082
- type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13083
13082
  name: string;
13083
+ type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13084
13084
  senderId: string;
13085
13085
  vonageCredentials: {
13086
13086
  apiKey: string;
@@ -13088,8 +13088,8 @@ export declare const channelSMSContract: {
13088
13088
  apiSecret: string;
13089
13089
  };
13090
13090
  }, {
13091
- type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13092
13091
  name: string;
13092
+ type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
13093
13093
  senderId: string;
13094
13094
  vonageCredentials: {
13095
13095
  apiKey: string;
@@ -13160,8 +13160,8 @@ export declare const channelSMSContract: {
13160
13160
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13161
13161
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13162
13162
  }, "strip", z.ZodTypeAny, {
13163
- id: string;
13164
13163
  name: string;
13164
+ id: string;
13165
13165
  accessToken?: string | undefined;
13166
13166
  channelSecret?: string | undefined;
13167
13167
  additionalCredentials?: any;
@@ -13184,8 +13184,8 @@ export declare const channelSMSContract: {
13184
13184
  lineRichMenuId?: string | null | undefined;
13185
13185
  messengerIntegrationType?: "own" | "business" | undefined;
13186
13186
  }, {
13187
- id: string;
13188
13187
  name: string;
13188
+ id: string;
13189
13189
  accessToken?: string | undefined;
13190
13190
  channelSecret?: string | undefined;
13191
13191
  additionalCredentials?: any;
@@ -13221,14 +13221,14 @@ export declare const channelSMSContract: {
13221
13221
  integrationId: z.ZodString;
13222
13222
  accessToken: z.ZodString;
13223
13223
  }, "strip", z.ZodTypeAny, {
13224
- id: string;
13225
13224
  name: string;
13225
+ id: string;
13226
13226
  accessToken: string;
13227
13227
  botId: string;
13228
13228
  integrationId: string;
13229
13229
  }, {
13230
- id: string;
13231
13230
  name: string;
13231
+ id: string;
13232
13232
  accessToken: string;
13233
13233
  botId: string;
13234
13234
  integrationId: string;
@@ -13351,9 +13351,9 @@ export declare const channelSMSContract: {
13351
13351
  telephonySignature: string | null;
13352
13352
  }>;
13353
13353
  }, "strip", z.ZodTypeAny, {
13354
+ name: string;
13354
13355
  id: string;
13355
13356
  address: string | null;
13356
- name: string;
13357
13357
  email: string;
13358
13358
  createdAt: Date;
13359
13359
  updatedAt: Date;
@@ -13394,9 +13394,9 @@ export declare const channelSMSContract: {
13394
13394
  telephonySignature: string | null;
13395
13395
  };
13396
13396
  }, {
13397
+ name: string;
13397
13398
  id: string;
13398
13399
  address: string | null;
13399
- name: string;
13400
13400
  email: string;
13401
13401
  createdAt: Date;
13402
13402
  updatedAt: Date;
@@ -13438,12 +13438,12 @@ export declare const channelSMSContract: {
13438
13438
  };
13439
13439
  }>;
13440
13440
  }, "strip", z.ZodTypeAny, {
13441
+ name: string;
13441
13442
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13442
13443
  id: string;
13443
- name: string;
13444
13444
  metadata: {
13445
- id: string;
13446
13445
  name: string;
13446
+ id: string;
13447
13447
  accessToken?: string | undefined;
13448
13448
  channelSecret?: string | undefined;
13449
13449
  additionalCredentials?: any;
@@ -13471,9 +13471,9 @@ export declare const channelSMSContract: {
13471
13471
  updatedAt: Date;
13472
13472
  deletedAt: Date | null;
13473
13473
  actor: {
13474
+ name: string;
13474
13475
  id: string;
13475
13476
  address: string | null;
13476
- name: string;
13477
13477
  email: string;
13478
13478
  createdAt: Date;
13479
13479
  updatedAt: Date;
@@ -13520,19 +13520,19 @@ export declare const channelSMSContract: {
13520
13520
  connectedUserName: string;
13521
13521
  connectedUserId: string;
13522
13522
  botpressBot: {
13523
- id: string;
13524
13523
  name: string;
13524
+ id: string;
13525
13525
  accessToken: string;
13526
13526
  botId: string;
13527
13527
  integrationId: string;
13528
13528
  } | null;
13529
13529
  }, {
13530
+ name: string;
13530
13531
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13531
13532
  id: string;
13532
- name: string;
13533
13533
  metadata: {
13534
- id: string;
13535
13534
  name: string;
13535
+ id: string;
13536
13536
  accessToken?: string | undefined;
13537
13537
  channelSecret?: string | undefined;
13538
13538
  additionalCredentials?: any;
@@ -13560,9 +13560,9 @@ export declare const channelSMSContract: {
13560
13560
  updatedAt: Date;
13561
13561
  deletedAt: Date | null;
13562
13562
  actor: {
13563
+ name: string;
13563
13564
  id: string;
13564
13565
  address: string | null;
13565
- name: string;
13566
13566
  email: string;
13567
13567
  createdAt: Date;
13568
13568
  updatedAt: Date;
@@ -13609,8 +13609,8 @@ export declare const channelSMSContract: {
13609
13609
  connectedUserName: string;
13610
13610
  connectedUserId: string;
13611
13611
  botpressBot: {
13612
- id: string;
13613
13612
  name: string;
13613
+ id: string;
13614
13614
  accessToken: string;
13615
13615
  botId: string;
13616
13616
  integrationId: string;
@@ -13618,12 +13618,12 @@ export declare const channelSMSContract: {
13618
13618
  }>;
13619
13619
  }, "strip", z.ZodTypeAny, {
13620
13620
  channel: {
13621
+ name: string;
13621
13622
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13622
13623
  id: string;
13623
- name: string;
13624
13624
  metadata: {
13625
- id: string;
13626
13625
  name: string;
13626
+ id: string;
13627
13627
  accessToken?: string | undefined;
13628
13628
  channelSecret?: string | undefined;
13629
13629
  additionalCredentials?: any;
@@ -13651,9 +13651,9 @@ export declare const channelSMSContract: {
13651
13651
  updatedAt: Date;
13652
13652
  deletedAt: Date | null;
13653
13653
  actor: {
13654
+ name: string;
13654
13655
  id: string;
13655
13656
  address: string | null;
13656
- name: string;
13657
13657
  email: string;
13658
13658
  createdAt: Date;
13659
13659
  updatedAt: Date;
@@ -13700,8 +13700,8 @@ export declare const channelSMSContract: {
13700
13700
  connectedUserName: string;
13701
13701
  connectedUserId: string;
13702
13702
  botpressBot: {
13703
- id: string;
13704
13703
  name: string;
13704
+ id: string;
13705
13705
  accessToken: string;
13706
13706
  botId: string;
13707
13707
  integrationId: string;
@@ -13710,12 +13710,12 @@ export declare const channelSMSContract: {
13710
13710
  requestId: string;
13711
13711
  }, {
13712
13712
  channel: {
13713
+ name: string;
13713
13714
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
13714
13715
  id: string;
13715
- name: string;
13716
13716
  metadata: {
13717
- id: string;
13718
13717
  name: string;
13718
+ id: string;
13719
13719
  accessToken?: string | undefined;
13720
13720
  channelSecret?: string | undefined;
13721
13721
  additionalCredentials?: any;
@@ -13743,9 +13743,9 @@ export declare const channelSMSContract: {
13743
13743
  updatedAt: Date;
13744
13744
  deletedAt: Date | null;
13745
13745
  actor: {
13746
+ name: string;
13746
13747
  id: string;
13747
13748
  address: string | null;
13748
- name: string;
13749
13749
  email: string;
13750
13750
  createdAt: Date;
13751
13751
  updatedAt: Date;
@@ -13792,8 +13792,8 @@ export declare const channelSMSContract: {
13792
13792
  connectedUserName: string;
13793
13793
  connectedUserId: string;
13794
13794
  botpressBot: {
13795
- id: string;
13796
13795
  name: string;
13796
+ id: string;
13797
13797
  accessToken: string;
13798
13798
  botId: string;
13799
13799
  integrationId: string;