@chatbotkit/cli 1.26.1 → 1.26.3

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 (122) hide show
  1. package/dist/cjs/command/api/blueprint/index.cjs +81 -0
  2. package/dist/cjs/command/api/blueprint/index.d.ts +8 -0
  3. package/dist/cjs/command/api/bot/index.cjs +61 -0
  4. package/dist/cjs/command/api/bot/index.d.ts +6 -0
  5. package/dist/cjs/command/api/contact/index.cjs +61 -0
  6. package/dist/cjs/command/api/contact/index.d.ts +6 -0
  7. package/dist/cjs/command/api/dataset/file/index.cjs +76 -0
  8. package/dist/cjs/command/api/dataset/file/index.d.ts +7 -0
  9. package/dist/cjs/command/api/dataset/index.cjs +7 -2
  10. package/dist/cjs/command/api/dataset/record/index.cjs +83 -0
  11. package/dist/cjs/command/api/dataset/record/index.d.ts +7 -0
  12. package/dist/cjs/command/api/file/index.cjs +71 -0
  13. package/dist/cjs/command/api/file/index.d.ts +7 -0
  14. package/dist/cjs/command/api/index.cjs +24 -8
  15. package/dist/cjs/command/api/integration/discord/index.cjs +71 -0
  16. package/dist/cjs/command/api/integration/discord/index.d.ts +7 -0
  17. package/dist/cjs/command/api/integration/email/index.cjs +71 -0
  18. package/dist/cjs/command/api/integration/email/index.d.ts +7 -0
  19. package/dist/cjs/command/api/integration/extract/index.cjs +61 -0
  20. package/dist/cjs/command/api/integration/extract/index.d.ts +6 -0
  21. package/dist/cjs/command/api/integration/index.cjs +44 -0
  22. package/dist/cjs/command/api/integration/index.d.ts +3 -0
  23. package/dist/cjs/command/api/integration/instagram/index.cjs +71 -0
  24. package/dist/cjs/command/api/integration/instagram/index.d.ts +7 -0
  25. package/dist/cjs/command/api/integration/mcpserver/index.cjs +61 -0
  26. package/dist/cjs/command/api/integration/mcpserver/index.d.ts +6 -0
  27. package/dist/cjs/command/api/integration/messenger/index.cjs +71 -0
  28. package/dist/cjs/command/api/integration/messenger/index.d.ts +7 -0
  29. package/dist/cjs/command/api/integration/notion/index.cjs +71 -0
  30. package/dist/cjs/command/api/integration/notion/index.d.ts +7 -0
  31. package/dist/cjs/command/api/integration/sitemap/index.cjs +71 -0
  32. package/dist/cjs/command/api/integration/sitemap/index.d.ts +7 -0
  33. package/dist/cjs/command/api/integration/slack/index.cjs +71 -0
  34. package/dist/cjs/command/api/integration/slack/index.d.ts +7 -0
  35. package/dist/cjs/command/api/integration/support/index.cjs +61 -0
  36. package/dist/cjs/command/api/integration/support/index.d.ts +6 -0
  37. package/dist/cjs/command/api/integration/telegram/index.cjs +71 -0
  38. package/dist/cjs/command/api/integration/telegram/index.d.ts +7 -0
  39. package/dist/cjs/command/api/integration/trigger/index.cjs +71 -0
  40. package/dist/cjs/command/api/integration/trigger/index.d.ts +7 -0
  41. package/dist/cjs/command/api/integration/twilio/index.cjs +71 -0
  42. package/dist/cjs/command/api/integration/twilio/index.d.ts +7 -0
  43. package/dist/cjs/command/api/integration/whatsapp/index.cjs +71 -0
  44. package/dist/cjs/command/api/integration/whatsapp/index.d.ts +7 -0
  45. package/dist/cjs/command/api/integration/widget/index.cjs +71 -0
  46. package/dist/cjs/command/api/integration/widget/index.d.ts +7 -0
  47. package/dist/cjs/command/api/memory/index.cjs +79 -0
  48. package/dist/cjs/command/api/memory/index.d.ts +7 -0
  49. package/dist/cjs/command/api/secret/index.cjs +81 -0
  50. package/dist/cjs/command/api/secret/index.d.ts +8 -0
  51. package/dist/cjs/command/api/skillset/ability/index.cjs +83 -0
  52. package/dist/cjs/command/api/skillset/ability/index.d.ts +7 -0
  53. package/dist/cjs/command/api/skillset/index.cjs +5 -2
  54. package/dist/cjs/command/api/team/index.cjs +42 -0
  55. package/dist/cjs/command/api/team/index.d.ts +4 -0
  56. package/dist/cjs/input.cjs +28 -0
  57. package/dist/cjs/input.d.ts +5 -0
  58. package/dist/cjs/solution/index.cjs +1 -1
  59. package/dist/cjs/tools.cjs +5 -186
  60. package/dist/cjs/tools.d.ts +2 -7
  61. package/dist/esm/command/api/blueprint/index.d.ts +8 -0
  62. package/dist/esm/command/api/blueprint/index.js +78 -0
  63. package/dist/esm/command/api/bot/index.d.ts +6 -0
  64. package/dist/esm/command/api/bot/index.js +58 -0
  65. package/dist/esm/command/api/contact/index.d.ts +6 -0
  66. package/dist/esm/command/api/contact/index.js +58 -0
  67. package/dist/esm/command/api/dataset/file/index.d.ts +7 -0
  68. package/dist/esm/command/api/dataset/file/index.js +73 -0
  69. package/dist/esm/command/api/dataset/index.js +4 -0
  70. package/dist/esm/command/api/dataset/record/index.d.ts +7 -0
  71. package/dist/esm/command/api/dataset/record/index.js +80 -0
  72. package/dist/esm/command/api/file/index.d.ts +7 -0
  73. package/dist/esm/command/api/file/index.js +68 -0
  74. package/dist/esm/command/api/index.js +17 -1
  75. package/dist/esm/command/api/integration/discord/index.d.ts +7 -0
  76. package/dist/esm/command/api/integration/discord/index.js +68 -0
  77. package/dist/esm/command/api/integration/email/index.d.ts +7 -0
  78. package/dist/esm/command/api/integration/email/index.js +68 -0
  79. package/dist/esm/command/api/integration/extract/index.d.ts +6 -0
  80. package/dist/esm/command/api/integration/extract/index.js +58 -0
  81. package/dist/esm/command/api/integration/index.d.ts +3 -0
  82. package/dist/esm/command/api/integration/index.js +40 -0
  83. package/dist/esm/command/api/integration/instagram/index.d.ts +7 -0
  84. package/dist/esm/command/api/integration/instagram/index.js +68 -0
  85. package/dist/esm/command/api/integration/mcpserver/index.d.ts +6 -0
  86. package/dist/esm/command/api/integration/mcpserver/index.js +58 -0
  87. package/dist/esm/command/api/integration/messenger/index.d.ts +7 -0
  88. package/dist/esm/command/api/integration/messenger/index.js +68 -0
  89. package/dist/esm/command/api/integration/notion/index.d.ts +7 -0
  90. package/dist/esm/command/api/integration/notion/index.js +68 -0
  91. package/dist/esm/command/api/integration/sitemap/index.d.ts +7 -0
  92. package/dist/esm/command/api/integration/sitemap/index.js +68 -0
  93. package/dist/esm/command/api/integration/slack/index.d.ts +7 -0
  94. package/dist/esm/command/api/integration/slack/index.js +68 -0
  95. package/dist/esm/command/api/integration/support/index.d.ts +6 -0
  96. package/dist/esm/command/api/integration/support/index.js +58 -0
  97. package/dist/esm/command/api/integration/telegram/index.d.ts +7 -0
  98. package/dist/esm/command/api/integration/telegram/index.js +68 -0
  99. package/dist/esm/command/api/integration/trigger/index.d.ts +7 -0
  100. package/dist/esm/command/api/integration/trigger/index.js +68 -0
  101. package/dist/esm/command/api/integration/twilio/index.d.ts +7 -0
  102. package/dist/esm/command/api/integration/twilio/index.js +68 -0
  103. package/dist/esm/command/api/integration/whatsapp/index.d.ts +7 -0
  104. package/dist/esm/command/api/integration/whatsapp/index.js +68 -0
  105. package/dist/esm/command/api/integration/widget/index.d.ts +7 -0
  106. package/dist/esm/command/api/integration/widget/index.js +68 -0
  107. package/dist/esm/command/api/memory/index.d.ts +7 -0
  108. package/dist/esm/command/api/memory/index.js +76 -0
  109. package/dist/esm/command/api/secret/index.d.ts +8 -0
  110. package/dist/esm/command/api/secret/index.js +78 -0
  111. package/dist/esm/command/api/skillset/ability/index.d.ts +7 -0
  112. package/dist/esm/command/api/skillset/ability/index.js +80 -0
  113. package/dist/esm/command/api/skillset/index.js +2 -0
  114. package/dist/esm/command/api/team/index.d.ts +4 -0
  115. package/dist/esm/command/api/team/index.js +39 -0
  116. package/dist/esm/input.d.ts +5 -0
  117. package/dist/esm/input.js +27 -0
  118. package/dist/esm/solution/index.d.ts +78 -72
  119. package/dist/esm/solution/index.js +1 -1
  120. package/dist/esm/tools.d.ts +2 -7
  121. package/dist/esm/tools.js +2 -183
  122. package/package.json +783 -3
@@ -264,6 +264,7 @@ export const ResourceConfigSchema: z.ZodUnion<[ResourceConfigSchemaFor<"blueprin
264
264
  [key: string]: unknown;
265
265
  };
266
266
  request?: string;
267
+ model?: string;
267
268
  }>, ResourceConfigSchemaFor<"mcpserverIntegration", {
268
269
  name?: string;
269
270
  description?: string;
@@ -510,6 +511,7 @@ export const SolutionConfigSchema: z.ZodObject<{
510
511
  [key: string]: unknown;
511
512
  };
512
513
  request?: string;
514
+ model?: string;
513
515
  }>, ResourceConfigSchemaFor<"mcpserverIntegration", {
514
516
  name?: string;
515
517
  description?: string;
@@ -546,13 +548,13 @@ export const SolutionConfigSchema: z.ZodObject<{
546
548
  } | {
547
549
  type: "bot";
548
550
  properties: {
551
+ name?: string | undefined;
549
552
  model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
550
553
  backstory?: string | undefined;
551
554
  datasetId?: string | undefined;
552
555
  skillsetId?: string | undefined;
553
556
  privacy?: boolean | undefined;
554
557
  moderation?: boolean | undefined;
555
- name?: string | undefined;
556
558
  description?: string | undefined;
557
559
  meta?: {
558
560
  [key: string]: unknown;
@@ -609,10 +611,10 @@ export const SolutionConfigSchema: z.ZodObject<{
609
611
  } | undefined;
610
612
  visibility?: "private" | "protected" | "public" | undefined;
611
613
  blueprintId?: string | undefined;
614
+ kind?: "shared" | "personal" | undefined;
612
615
  config?: {
613
616
  [key: string]: unknown;
614
617
  } | undefined;
615
- kind?: "shared" | "personal" | undefined;
616
618
  };
617
619
  slug?: string | undefined;
618
620
  id?: string | undefined;
@@ -632,11 +634,11 @@ export const SolutionConfigSchema: z.ZodObject<{
632
634
  } | {
633
635
  type: "widgetIntegration";
634
636
  properties: {
635
- stream?: boolean | undefined;
637
+ name?: string | undefined;
636
638
  attachments?: boolean | undefined;
637
639
  botId?: string | undefined;
638
640
  tools?: boolean | undefined;
639
- name?: string | undefined;
641
+ stream?: boolean | undefined;
640
642
  description?: string | undefined;
641
643
  meta?: {
642
644
  [key: string]: unknown;
@@ -673,8 +675,8 @@ export const SolutionConfigSchema: z.ZodObject<{
673
675
  } | {
674
676
  type: "sitemapIntegration";
675
677
  properties: {
676
- datasetId?: string | undefined;
677
678
  name?: string | undefined;
679
+ datasetId?: string | undefined;
678
680
  description?: string | undefined;
679
681
  meta?: {
680
682
  [key: string]: unknown;
@@ -692,8 +694,8 @@ export const SolutionConfigSchema: z.ZodObject<{
692
694
  } | {
693
695
  type: "slackIntegration";
694
696
  properties: {
695
- botId?: string | undefined;
696
697
  name?: string | undefined;
698
+ botId?: string | undefined;
697
699
  description?: string | undefined;
698
700
  meta?: {
699
701
  [key: string]: unknown;
@@ -714,8 +716,8 @@ export const SolutionConfigSchema: z.ZodObject<{
714
716
  } | {
715
717
  type: "discordIntegration";
716
718
  properties: {
717
- botId?: string | undefined;
718
719
  name?: string | undefined;
720
+ botId?: string | undefined;
719
721
  description?: string | undefined;
720
722
  meta?: {
721
723
  [key: string]: unknown;
@@ -733,9 +735,9 @@ export const SolutionConfigSchema: z.ZodObject<{
733
735
  } | {
734
736
  type: "telegramIntegration";
735
737
  properties: {
738
+ name?: string | undefined;
736
739
  attachments?: boolean | undefined;
737
740
  botId?: string | undefined;
738
- name?: string | undefined;
739
741
  description?: string | undefined;
740
742
  meta?: {
741
743
  [key: string]: unknown;
@@ -750,9 +752,9 @@ export const SolutionConfigSchema: z.ZodObject<{
750
752
  } | {
751
753
  type: "whatsappIntegration";
752
754
  properties: {
755
+ name?: string | undefined;
753
756
  attachments?: boolean | undefined;
754
757
  botId?: string | undefined;
755
- name?: string | undefined;
756
758
  description?: string | undefined;
757
759
  meta?: {
758
760
  [key: string]: unknown;
@@ -768,9 +770,9 @@ export const SolutionConfigSchema: z.ZodObject<{
768
770
  } | {
769
771
  type: "messengerIntegration";
770
772
  properties: {
773
+ name?: string | undefined;
771
774
  attachments?: boolean | undefined;
772
775
  botId?: string | undefined;
773
- name?: string | undefined;
774
776
  description?: string | undefined;
775
777
  meta?: {
776
778
  [key: string]: unknown;
@@ -784,9 +786,9 @@ export const SolutionConfigSchema: z.ZodObject<{
784
786
  } | {
785
787
  type: "notionIntegration";
786
788
  properties: {
789
+ name?: string | undefined;
787
790
  datasetId?: string | undefined;
788
791
  token?: string | undefined;
789
- name?: string | undefined;
790
792
  description?: string | undefined;
791
793
  meta?: {
792
794
  [key: string]: unknown;
@@ -800,9 +802,9 @@ export const SolutionConfigSchema: z.ZodObject<{
800
802
  } | {
801
803
  type: "emailIntegration";
802
804
  properties: {
805
+ name?: string | undefined;
803
806
  attachments?: boolean | undefined;
804
807
  botId?: string | undefined;
805
- name?: string | undefined;
806
808
  description?: string | undefined;
807
809
  meta?: {
808
810
  [key: string]: unknown;
@@ -816,8 +818,8 @@ export const SolutionConfigSchema: z.ZodObject<{
816
818
  } | {
817
819
  type: "triggerIntegration";
818
820
  properties: {
819
- botId?: string | undefined;
820
821
  name?: string | undefined;
822
+ botId?: string | undefined;
821
823
  description?: string | undefined;
822
824
  meta?: {
823
825
  [key: string]: unknown;
@@ -832,22 +834,23 @@ export const SolutionConfigSchema: z.ZodObject<{
832
834
  } | {
833
835
  type: "supportIntegration";
834
836
  properties: {
835
- botId?: string | undefined;
836
837
  name?: string | undefined;
838
+ botId?: string | undefined;
839
+ email?: string | undefined;
837
840
  description?: string | undefined;
838
841
  meta?: {
839
842
  [key: string]: unknown;
840
843
  } | undefined;
841
844
  blueprintId?: string | undefined;
842
- email?: string | undefined;
843
845
  };
844
846
  slug?: string | undefined;
845
847
  id?: string | undefined;
846
848
  } | {
847
849
  type: "extractIntegration";
848
850
  properties: {
849
- botId?: string | undefined;
850
851
  name?: string | undefined;
852
+ botId?: string | undefined;
853
+ model?: string | undefined;
851
854
  description?: string | undefined;
852
855
  meta?: {
853
856
  [key: string]: unknown;
@@ -863,8 +866,8 @@ export const SolutionConfigSchema: z.ZodObject<{
863
866
  } | {
864
867
  type: "mcpserverIntegration";
865
868
  properties: {
866
- skillsetId?: string | undefined;
867
869
  name?: string | undefined;
870
+ skillsetId?: string | undefined;
868
871
  description?: string | undefined;
869
872
  meta?: {
870
873
  [key: string]: unknown;
@@ -876,8 +879,8 @@ export const SolutionConfigSchema: z.ZodObject<{
876
879
  } | {
877
880
  type: "twilioIntegration";
878
881
  properties: {
879
- botId?: string | undefined;
880
882
  name?: string | undefined;
883
+ botId?: string | undefined;
881
884
  description?: string | undefined;
882
885
  meta?: {
883
886
  [key: string]: unknown;
@@ -906,13 +909,13 @@ export const SolutionConfigSchema: z.ZodObject<{
906
909
  } | {
907
910
  type: "bot";
908
911
  properties: {
912
+ name?: string | undefined;
909
913
  model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
910
914
  backstory?: string | undefined;
911
915
  datasetId?: string | undefined;
912
916
  skillsetId?: string | undefined;
913
917
  privacy?: boolean | undefined;
914
918
  moderation?: boolean | undefined;
915
- name?: string | undefined;
916
919
  description?: string | undefined;
917
920
  meta?: {
918
921
  [key: string]: unknown;
@@ -969,10 +972,10 @@ export const SolutionConfigSchema: z.ZodObject<{
969
972
  } | undefined;
970
973
  visibility?: "private" | "protected" | "public" | undefined;
971
974
  blueprintId?: string | undefined;
975
+ kind?: "shared" | "personal" | undefined;
972
976
  config?: {
973
977
  [key: string]: unknown;
974
978
  } | undefined;
975
- kind?: "shared" | "personal" | undefined;
976
979
  };
977
980
  slug?: string | undefined;
978
981
  id?: string | undefined;
@@ -992,11 +995,11 @@ export const SolutionConfigSchema: z.ZodObject<{
992
995
  } | {
993
996
  type: "widgetIntegration";
994
997
  properties: {
995
- stream?: boolean | undefined;
998
+ name?: string | undefined;
996
999
  attachments?: boolean | undefined;
997
1000
  botId?: string | undefined;
998
1001
  tools?: boolean | undefined;
999
- name?: string | undefined;
1002
+ stream?: boolean | undefined;
1000
1003
  description?: string | undefined;
1001
1004
  meta?: {
1002
1005
  [key: string]: unknown;
@@ -1033,8 +1036,8 @@ export const SolutionConfigSchema: z.ZodObject<{
1033
1036
  } | {
1034
1037
  type: "sitemapIntegration";
1035
1038
  properties: {
1036
- datasetId?: string | undefined;
1037
1039
  name?: string | undefined;
1040
+ datasetId?: string | undefined;
1038
1041
  description?: string | undefined;
1039
1042
  meta?: {
1040
1043
  [key: string]: unknown;
@@ -1052,8 +1055,8 @@ export const SolutionConfigSchema: z.ZodObject<{
1052
1055
  } | {
1053
1056
  type: "slackIntegration";
1054
1057
  properties: {
1055
- botId?: string | undefined;
1056
1058
  name?: string | undefined;
1059
+ botId?: string | undefined;
1057
1060
  description?: string | undefined;
1058
1061
  meta?: {
1059
1062
  [key: string]: unknown;
@@ -1074,8 +1077,8 @@ export const SolutionConfigSchema: z.ZodObject<{
1074
1077
  } | {
1075
1078
  type: "discordIntegration";
1076
1079
  properties: {
1077
- botId?: string | undefined;
1078
1080
  name?: string | undefined;
1081
+ botId?: string | undefined;
1079
1082
  description?: string | undefined;
1080
1083
  meta?: {
1081
1084
  [key: string]: unknown;
@@ -1093,9 +1096,9 @@ export const SolutionConfigSchema: z.ZodObject<{
1093
1096
  } | {
1094
1097
  type: "telegramIntegration";
1095
1098
  properties: {
1099
+ name?: string | undefined;
1096
1100
  attachments?: boolean | undefined;
1097
1101
  botId?: string | undefined;
1098
- name?: string | undefined;
1099
1102
  description?: string | undefined;
1100
1103
  meta?: {
1101
1104
  [key: string]: unknown;
@@ -1110,9 +1113,9 @@ export const SolutionConfigSchema: z.ZodObject<{
1110
1113
  } | {
1111
1114
  type: "whatsappIntegration";
1112
1115
  properties: {
1116
+ name?: string | undefined;
1113
1117
  attachments?: boolean | undefined;
1114
1118
  botId?: string | undefined;
1115
- name?: string | undefined;
1116
1119
  description?: string | undefined;
1117
1120
  meta?: {
1118
1121
  [key: string]: unknown;
@@ -1128,9 +1131,9 @@ export const SolutionConfigSchema: z.ZodObject<{
1128
1131
  } | {
1129
1132
  type: "messengerIntegration";
1130
1133
  properties: {
1134
+ name?: string | undefined;
1131
1135
  attachments?: boolean | undefined;
1132
1136
  botId?: string | undefined;
1133
- name?: string | undefined;
1134
1137
  description?: string | undefined;
1135
1138
  meta?: {
1136
1139
  [key: string]: unknown;
@@ -1144,9 +1147,9 @@ export const SolutionConfigSchema: z.ZodObject<{
1144
1147
  } | {
1145
1148
  type: "notionIntegration";
1146
1149
  properties: {
1150
+ name?: string | undefined;
1147
1151
  datasetId?: string | undefined;
1148
1152
  token?: string | undefined;
1149
- name?: string | undefined;
1150
1153
  description?: string | undefined;
1151
1154
  meta?: {
1152
1155
  [key: string]: unknown;
@@ -1160,9 +1163,9 @@ export const SolutionConfigSchema: z.ZodObject<{
1160
1163
  } | {
1161
1164
  type: "emailIntegration";
1162
1165
  properties: {
1166
+ name?: string | undefined;
1163
1167
  attachments?: boolean | undefined;
1164
1168
  botId?: string | undefined;
1165
- name?: string | undefined;
1166
1169
  description?: string | undefined;
1167
1170
  meta?: {
1168
1171
  [key: string]: unknown;
@@ -1176,8 +1179,8 @@ export const SolutionConfigSchema: z.ZodObject<{
1176
1179
  } | {
1177
1180
  type: "triggerIntegration";
1178
1181
  properties: {
1179
- botId?: string | undefined;
1180
1182
  name?: string | undefined;
1183
+ botId?: string | undefined;
1181
1184
  description?: string | undefined;
1182
1185
  meta?: {
1183
1186
  [key: string]: unknown;
@@ -1192,22 +1195,23 @@ export const SolutionConfigSchema: z.ZodObject<{
1192
1195
  } | {
1193
1196
  type: "supportIntegration";
1194
1197
  properties: {
1195
- botId?: string | undefined;
1196
1198
  name?: string | undefined;
1199
+ botId?: string | undefined;
1200
+ email?: string | undefined;
1197
1201
  description?: string | undefined;
1198
1202
  meta?: {
1199
1203
  [key: string]: unknown;
1200
1204
  } | undefined;
1201
1205
  blueprintId?: string | undefined;
1202
- email?: string | undefined;
1203
1206
  };
1204
1207
  slug?: string | undefined;
1205
1208
  id?: string | undefined;
1206
1209
  } | {
1207
1210
  type: "extractIntegration";
1208
1211
  properties: {
1209
- botId?: string | undefined;
1210
1212
  name?: string | undefined;
1213
+ botId?: string | undefined;
1214
+ model?: string | undefined;
1211
1215
  description?: string | undefined;
1212
1216
  meta?: {
1213
1217
  [key: string]: unknown;
@@ -1223,8 +1227,8 @@ export const SolutionConfigSchema: z.ZodObject<{
1223
1227
  } | {
1224
1228
  type: "mcpserverIntegration";
1225
1229
  properties: {
1226
- skillsetId?: string | undefined;
1227
1230
  name?: string | undefined;
1231
+ skillsetId?: string | undefined;
1228
1232
  description?: string | undefined;
1229
1233
  meta?: {
1230
1234
  [key: string]: unknown;
@@ -1236,8 +1240,8 @@ export const SolutionConfigSchema: z.ZodObject<{
1236
1240
  } | {
1237
1241
  type: "twilioIntegration";
1238
1242
  properties: {
1239
- botId?: string | undefined;
1240
1243
  name?: string | undefined;
1244
+ botId?: string | undefined;
1241
1245
  description?: string | undefined;
1242
1246
  meta?: {
1243
1247
  [key: string]: unknown;
@@ -1267,13 +1271,13 @@ export class Resource {
1267
1271
  } | {
1268
1272
  type: "bot";
1269
1273
  properties: {
1274
+ name?: string | undefined;
1270
1275
  model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
1271
1276
  backstory?: string | undefined;
1272
1277
  datasetId?: string | undefined;
1273
1278
  skillsetId?: string | undefined;
1274
1279
  privacy?: boolean | undefined;
1275
1280
  moderation?: boolean | undefined;
1276
- name?: string | undefined;
1277
1281
  description?: string | undefined;
1278
1282
  meta?: {
1279
1283
  [key: string]: unknown;
@@ -1330,10 +1334,10 @@ export class Resource {
1330
1334
  } | undefined;
1331
1335
  visibility?: "private" | "protected" | "public" | undefined;
1332
1336
  blueprintId?: string | undefined;
1337
+ kind?: "shared" | "personal" | undefined;
1333
1338
  config?: {
1334
1339
  [key: string]: unknown;
1335
1340
  } | undefined;
1336
- kind?: "shared" | "personal" | undefined;
1337
1341
  };
1338
1342
  slug?: string | undefined;
1339
1343
  id?: string | undefined;
@@ -1353,11 +1357,11 @@ export class Resource {
1353
1357
  } | {
1354
1358
  type: "widgetIntegration";
1355
1359
  properties: {
1356
- stream?: boolean | undefined;
1360
+ name?: string | undefined;
1357
1361
  attachments?: boolean | undefined;
1358
1362
  botId?: string | undefined;
1359
1363
  tools?: boolean | undefined;
1360
- name?: string | undefined;
1364
+ stream?: boolean | undefined;
1361
1365
  description?: string | undefined;
1362
1366
  meta?: {
1363
1367
  [key: string]: unknown;
@@ -1394,8 +1398,8 @@ export class Resource {
1394
1398
  } | {
1395
1399
  type: "sitemapIntegration";
1396
1400
  properties: {
1397
- datasetId?: string | undefined;
1398
1401
  name?: string | undefined;
1402
+ datasetId?: string | undefined;
1399
1403
  description?: string | undefined;
1400
1404
  meta?: {
1401
1405
  [key: string]: unknown;
@@ -1413,8 +1417,8 @@ export class Resource {
1413
1417
  } | {
1414
1418
  type: "slackIntegration";
1415
1419
  properties: {
1416
- botId?: string | undefined;
1417
1420
  name?: string | undefined;
1421
+ botId?: string | undefined;
1418
1422
  description?: string | undefined;
1419
1423
  meta?: {
1420
1424
  [key: string]: unknown;
@@ -1435,8 +1439,8 @@ export class Resource {
1435
1439
  } | {
1436
1440
  type: "discordIntegration";
1437
1441
  properties: {
1438
- botId?: string | undefined;
1439
1442
  name?: string | undefined;
1443
+ botId?: string | undefined;
1440
1444
  description?: string | undefined;
1441
1445
  meta?: {
1442
1446
  [key: string]: unknown;
@@ -1454,9 +1458,9 @@ export class Resource {
1454
1458
  } | {
1455
1459
  type: "telegramIntegration";
1456
1460
  properties: {
1461
+ name?: string | undefined;
1457
1462
  attachments?: boolean | undefined;
1458
1463
  botId?: string | undefined;
1459
- name?: string | undefined;
1460
1464
  description?: string | undefined;
1461
1465
  meta?: {
1462
1466
  [key: string]: unknown;
@@ -1471,9 +1475,9 @@ export class Resource {
1471
1475
  } | {
1472
1476
  type: "whatsappIntegration";
1473
1477
  properties: {
1478
+ name?: string | undefined;
1474
1479
  attachments?: boolean | undefined;
1475
1480
  botId?: string | undefined;
1476
- name?: string | undefined;
1477
1481
  description?: string | undefined;
1478
1482
  meta?: {
1479
1483
  [key: string]: unknown;
@@ -1489,9 +1493,9 @@ export class Resource {
1489
1493
  } | {
1490
1494
  type: "messengerIntegration";
1491
1495
  properties: {
1496
+ name?: string | undefined;
1492
1497
  attachments?: boolean | undefined;
1493
1498
  botId?: string | undefined;
1494
- name?: string | undefined;
1495
1499
  description?: string | undefined;
1496
1500
  meta?: {
1497
1501
  [key: string]: unknown;
@@ -1505,9 +1509,9 @@ export class Resource {
1505
1509
  } | {
1506
1510
  type: "notionIntegration";
1507
1511
  properties: {
1512
+ name?: string | undefined;
1508
1513
  datasetId?: string | undefined;
1509
1514
  token?: string | undefined;
1510
- name?: string | undefined;
1511
1515
  description?: string | undefined;
1512
1516
  meta?: {
1513
1517
  [key: string]: unknown;
@@ -1521,9 +1525,9 @@ export class Resource {
1521
1525
  } | {
1522
1526
  type: "emailIntegration";
1523
1527
  properties: {
1528
+ name?: string | undefined;
1524
1529
  attachments?: boolean | undefined;
1525
1530
  botId?: string | undefined;
1526
- name?: string | undefined;
1527
1531
  description?: string | undefined;
1528
1532
  meta?: {
1529
1533
  [key: string]: unknown;
@@ -1537,8 +1541,8 @@ export class Resource {
1537
1541
  } | {
1538
1542
  type: "triggerIntegration";
1539
1543
  properties: {
1540
- botId?: string | undefined;
1541
1544
  name?: string | undefined;
1545
+ botId?: string | undefined;
1542
1546
  description?: string | undefined;
1543
1547
  meta?: {
1544
1548
  [key: string]: unknown;
@@ -1553,22 +1557,23 @@ export class Resource {
1553
1557
  } | {
1554
1558
  type: "supportIntegration";
1555
1559
  properties: {
1556
- botId?: string | undefined;
1557
1560
  name?: string | undefined;
1561
+ botId?: string | undefined;
1562
+ email?: string | undefined;
1558
1563
  description?: string | undefined;
1559
1564
  meta?: {
1560
1565
  [key: string]: unknown;
1561
1566
  } | undefined;
1562
1567
  blueprintId?: string | undefined;
1563
- email?: string | undefined;
1564
1568
  };
1565
1569
  slug?: string | undefined;
1566
1570
  id?: string | undefined;
1567
1571
  } | {
1568
1572
  type: "extractIntegration";
1569
1573
  properties: {
1570
- botId?: string | undefined;
1571
1574
  name?: string | undefined;
1575
+ botId?: string | undefined;
1576
+ model?: string | undefined;
1572
1577
  description?: string | undefined;
1573
1578
  meta?: {
1574
1579
  [key: string]: unknown;
@@ -1584,8 +1589,8 @@ export class Resource {
1584
1589
  } | {
1585
1590
  type: "mcpserverIntegration";
1586
1591
  properties: {
1587
- skillsetId?: string | undefined;
1588
1592
  name?: string | undefined;
1593
+ skillsetId?: string | undefined;
1589
1594
  description?: string | undefined;
1590
1595
  meta?: {
1591
1596
  [key: string]: unknown;
@@ -1597,8 +1602,8 @@ export class Resource {
1597
1602
  } | {
1598
1603
  type: "twilioIntegration";
1599
1604
  properties: {
1600
- botId?: string | undefined;
1601
1605
  name?: string | undefined;
1606
+ botId?: string | undefined;
1602
1607
  description?: string | undefined;
1603
1608
  meta?: {
1604
1609
  [key: string]: unknown;
@@ -1708,13 +1713,13 @@ export class Solution {
1708
1713
  } | {
1709
1714
  type: "bot";
1710
1715
  properties: {
1716
+ name?: string | undefined;
1711
1717
  model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
1712
1718
  backstory?: string | undefined;
1713
1719
  datasetId?: string | undefined;
1714
1720
  skillsetId?: string | undefined;
1715
1721
  privacy?: boolean | undefined;
1716
1722
  moderation?: boolean | undefined;
1717
- name?: string | undefined;
1718
1723
  description?: string | undefined;
1719
1724
  meta?: {
1720
1725
  [key: string]: unknown;
@@ -1771,10 +1776,10 @@ export class Solution {
1771
1776
  } | undefined;
1772
1777
  visibility?: "private" | "protected" | "public" | undefined;
1773
1778
  blueprintId?: string | undefined;
1779
+ kind?: "shared" | "personal" | undefined;
1774
1780
  config?: {
1775
1781
  [key: string]: unknown;
1776
1782
  } | undefined;
1777
- kind?: "shared" | "personal" | undefined;
1778
1783
  };
1779
1784
  slug?: string | undefined;
1780
1785
  id?: string | undefined;
@@ -1794,11 +1799,11 @@ export class Solution {
1794
1799
  } | {
1795
1800
  type: "widgetIntegration";
1796
1801
  properties: {
1797
- stream?: boolean | undefined;
1802
+ name?: string | undefined;
1798
1803
  attachments?: boolean | undefined;
1799
1804
  botId?: string | undefined;
1800
1805
  tools?: boolean | undefined;
1801
- name?: string | undefined;
1806
+ stream?: boolean | undefined;
1802
1807
  description?: string | undefined;
1803
1808
  meta?: {
1804
1809
  [key: string]: unknown;
@@ -1835,8 +1840,8 @@ export class Solution {
1835
1840
  } | {
1836
1841
  type: "sitemapIntegration";
1837
1842
  properties: {
1838
- datasetId?: string | undefined;
1839
1843
  name?: string | undefined;
1844
+ datasetId?: string | undefined;
1840
1845
  description?: string | undefined;
1841
1846
  meta?: {
1842
1847
  [key: string]: unknown;
@@ -1854,8 +1859,8 @@ export class Solution {
1854
1859
  } | {
1855
1860
  type: "slackIntegration";
1856
1861
  properties: {
1857
- botId?: string | undefined;
1858
1862
  name?: string | undefined;
1863
+ botId?: string | undefined;
1859
1864
  description?: string | undefined;
1860
1865
  meta?: {
1861
1866
  [key: string]: unknown;
@@ -1876,8 +1881,8 @@ export class Solution {
1876
1881
  } | {
1877
1882
  type: "discordIntegration";
1878
1883
  properties: {
1879
- botId?: string | undefined;
1880
1884
  name?: string | undefined;
1885
+ botId?: string | undefined;
1881
1886
  description?: string | undefined;
1882
1887
  meta?: {
1883
1888
  [key: string]: unknown;
@@ -1895,9 +1900,9 @@ export class Solution {
1895
1900
  } | {
1896
1901
  type: "telegramIntegration";
1897
1902
  properties: {
1903
+ name?: string | undefined;
1898
1904
  attachments?: boolean | undefined;
1899
1905
  botId?: string | undefined;
1900
- name?: string | undefined;
1901
1906
  description?: string | undefined;
1902
1907
  meta?: {
1903
1908
  [key: string]: unknown;
@@ -1912,9 +1917,9 @@ export class Solution {
1912
1917
  } | {
1913
1918
  type: "whatsappIntegration";
1914
1919
  properties: {
1920
+ name?: string | undefined;
1915
1921
  attachments?: boolean | undefined;
1916
1922
  botId?: string | undefined;
1917
- name?: string | undefined;
1918
1923
  description?: string | undefined;
1919
1924
  meta?: {
1920
1925
  [key: string]: unknown;
@@ -1930,9 +1935,9 @@ export class Solution {
1930
1935
  } | {
1931
1936
  type: "messengerIntegration";
1932
1937
  properties: {
1938
+ name?: string | undefined;
1933
1939
  attachments?: boolean | undefined;
1934
1940
  botId?: string | undefined;
1935
- name?: string | undefined;
1936
1941
  description?: string | undefined;
1937
1942
  meta?: {
1938
1943
  [key: string]: unknown;
@@ -1946,9 +1951,9 @@ export class Solution {
1946
1951
  } | {
1947
1952
  type: "notionIntegration";
1948
1953
  properties: {
1954
+ name?: string | undefined;
1949
1955
  datasetId?: string | undefined;
1950
1956
  token?: string | undefined;
1951
- name?: string | undefined;
1952
1957
  description?: string | undefined;
1953
1958
  meta?: {
1954
1959
  [key: string]: unknown;
@@ -1962,9 +1967,9 @@ export class Solution {
1962
1967
  } | {
1963
1968
  type: "emailIntegration";
1964
1969
  properties: {
1970
+ name?: string | undefined;
1965
1971
  attachments?: boolean | undefined;
1966
1972
  botId?: string | undefined;
1967
- name?: string | undefined;
1968
1973
  description?: string | undefined;
1969
1974
  meta?: {
1970
1975
  [key: string]: unknown;
@@ -1978,8 +1983,8 @@ export class Solution {
1978
1983
  } | {
1979
1984
  type: "triggerIntegration";
1980
1985
  properties: {
1981
- botId?: string | undefined;
1982
1986
  name?: string | undefined;
1987
+ botId?: string | undefined;
1983
1988
  description?: string | undefined;
1984
1989
  meta?: {
1985
1990
  [key: string]: unknown;
@@ -1994,22 +1999,23 @@ export class Solution {
1994
1999
  } | {
1995
2000
  type: "supportIntegration";
1996
2001
  properties: {
1997
- botId?: string | undefined;
1998
2002
  name?: string | undefined;
2003
+ botId?: string | undefined;
2004
+ email?: string | undefined;
1999
2005
  description?: string | undefined;
2000
2006
  meta?: {
2001
2007
  [key: string]: unknown;
2002
2008
  } | undefined;
2003
2009
  blueprintId?: string | undefined;
2004
- email?: string | undefined;
2005
2010
  };
2006
2011
  slug?: string | undefined;
2007
2012
  id?: string | undefined;
2008
2013
  } | {
2009
2014
  type: "extractIntegration";
2010
2015
  properties: {
2011
- botId?: string | undefined;
2012
2016
  name?: string | undefined;
2017
+ botId?: string | undefined;
2018
+ model?: string | undefined;
2013
2019
  description?: string | undefined;
2014
2020
  meta?: {
2015
2021
  [key: string]: unknown;
@@ -2025,8 +2031,8 @@ export class Solution {
2025
2031
  } | {
2026
2032
  type: "mcpserverIntegration";
2027
2033
  properties: {
2028
- skillsetId?: string | undefined;
2029
2034
  name?: string | undefined;
2035
+ skillsetId?: string | undefined;
2030
2036
  description?: string | undefined;
2031
2037
  meta?: {
2032
2038
  [key: string]: unknown;
@@ -2038,8 +2044,8 @@ export class Solution {
2038
2044
  } | {
2039
2045
  type: "twilioIntegration";
2040
2046
  properties: {
2041
- botId?: string | undefined;
2042
2047
  name?: string | undefined;
2048
+ botId?: string | undefined;
2043
2049
  description?: string | undefined;
2044
2050
  meta?: {
2045
2051
  [key: string]: unknown;