@chatbotkit/cli 1.24.0 → 1.26.0
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.
- package/dist/esm/solution/index.d.ts +64 -64
- package/package.json +30 -28
|
@@ -546,13 +546,13 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
546
546
|
} | {
|
|
547
547
|
type: "bot";
|
|
548
548
|
properties: {
|
|
549
|
-
name?: string | undefined;
|
|
550
549
|
model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
|
|
551
550
|
backstory?: string | undefined;
|
|
552
551
|
datasetId?: string | undefined;
|
|
553
552
|
skillsetId?: string | undefined;
|
|
554
553
|
privacy?: boolean | undefined;
|
|
555
554
|
moderation?: boolean | undefined;
|
|
555
|
+
name?: string | undefined;
|
|
556
556
|
description?: string | undefined;
|
|
557
557
|
meta?: {
|
|
558
558
|
[key: string]: unknown;
|
|
@@ -632,11 +632,11 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
632
632
|
} | {
|
|
633
633
|
type: "widgetIntegration";
|
|
634
634
|
properties: {
|
|
635
|
-
|
|
635
|
+
stream?: boolean | undefined;
|
|
636
636
|
attachments?: boolean | undefined;
|
|
637
637
|
botId?: string | undefined;
|
|
638
638
|
tools?: boolean | undefined;
|
|
639
|
-
|
|
639
|
+
name?: string | undefined;
|
|
640
640
|
description?: string | undefined;
|
|
641
641
|
meta?: {
|
|
642
642
|
[key: string]: unknown;
|
|
@@ -673,8 +673,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
673
673
|
} | {
|
|
674
674
|
type: "sitemapIntegration";
|
|
675
675
|
properties: {
|
|
676
|
-
name?: string | undefined;
|
|
677
676
|
datasetId?: string | undefined;
|
|
677
|
+
name?: string | undefined;
|
|
678
678
|
description?: string | undefined;
|
|
679
679
|
meta?: {
|
|
680
680
|
[key: string]: unknown;
|
|
@@ -692,8 +692,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
692
692
|
} | {
|
|
693
693
|
type: "slackIntegration";
|
|
694
694
|
properties: {
|
|
695
|
-
name?: string | undefined;
|
|
696
695
|
botId?: string | undefined;
|
|
696
|
+
name?: string | undefined;
|
|
697
697
|
description?: string | undefined;
|
|
698
698
|
meta?: {
|
|
699
699
|
[key: string]: unknown;
|
|
@@ -714,8 +714,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
714
714
|
} | {
|
|
715
715
|
type: "discordIntegration";
|
|
716
716
|
properties: {
|
|
717
|
-
name?: string | undefined;
|
|
718
717
|
botId?: string | undefined;
|
|
718
|
+
name?: string | undefined;
|
|
719
719
|
description?: string | undefined;
|
|
720
720
|
meta?: {
|
|
721
721
|
[key: string]: unknown;
|
|
@@ -733,9 +733,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
733
733
|
} | {
|
|
734
734
|
type: "telegramIntegration";
|
|
735
735
|
properties: {
|
|
736
|
-
name?: string | undefined;
|
|
737
736
|
attachments?: boolean | undefined;
|
|
738
737
|
botId?: string | undefined;
|
|
738
|
+
name?: string | undefined;
|
|
739
739
|
description?: string | undefined;
|
|
740
740
|
meta?: {
|
|
741
741
|
[key: string]: unknown;
|
|
@@ -750,9 +750,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
750
750
|
} | {
|
|
751
751
|
type: "whatsappIntegration";
|
|
752
752
|
properties: {
|
|
753
|
-
name?: string | undefined;
|
|
754
753
|
attachments?: boolean | undefined;
|
|
755
754
|
botId?: string | undefined;
|
|
755
|
+
name?: string | undefined;
|
|
756
756
|
description?: string | undefined;
|
|
757
757
|
meta?: {
|
|
758
758
|
[key: string]: unknown;
|
|
@@ -768,9 +768,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
768
768
|
} | {
|
|
769
769
|
type: "messengerIntegration";
|
|
770
770
|
properties: {
|
|
771
|
-
name?: string | undefined;
|
|
772
771
|
attachments?: boolean | undefined;
|
|
773
772
|
botId?: string | undefined;
|
|
773
|
+
name?: string | undefined;
|
|
774
774
|
description?: string | undefined;
|
|
775
775
|
meta?: {
|
|
776
776
|
[key: string]: unknown;
|
|
@@ -784,9 +784,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
784
784
|
} | {
|
|
785
785
|
type: "notionIntegration";
|
|
786
786
|
properties: {
|
|
787
|
-
name?: string | undefined;
|
|
788
787
|
datasetId?: string | undefined;
|
|
789
788
|
token?: string | undefined;
|
|
789
|
+
name?: string | undefined;
|
|
790
790
|
description?: string | undefined;
|
|
791
791
|
meta?: {
|
|
792
792
|
[key: string]: unknown;
|
|
@@ -800,9 +800,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
800
800
|
} | {
|
|
801
801
|
type: "emailIntegration";
|
|
802
802
|
properties: {
|
|
803
|
-
name?: string | undefined;
|
|
804
803
|
attachments?: boolean | undefined;
|
|
805
804
|
botId?: string | undefined;
|
|
805
|
+
name?: string | undefined;
|
|
806
806
|
description?: string | undefined;
|
|
807
807
|
meta?: {
|
|
808
808
|
[key: string]: unknown;
|
|
@@ -816,8 +816,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
816
816
|
} | {
|
|
817
817
|
type: "triggerIntegration";
|
|
818
818
|
properties: {
|
|
819
|
-
name?: string | undefined;
|
|
820
819
|
botId?: string | undefined;
|
|
820
|
+
name?: string | undefined;
|
|
821
821
|
description?: string | undefined;
|
|
822
822
|
meta?: {
|
|
823
823
|
[key: string]: unknown;
|
|
@@ -832,8 +832,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
832
832
|
} | {
|
|
833
833
|
type: "supportIntegration";
|
|
834
834
|
properties: {
|
|
835
|
-
name?: string | undefined;
|
|
836
835
|
botId?: string | undefined;
|
|
836
|
+
name?: string | undefined;
|
|
837
837
|
description?: string | undefined;
|
|
838
838
|
meta?: {
|
|
839
839
|
[key: string]: unknown;
|
|
@@ -846,8 +846,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
846
846
|
} | {
|
|
847
847
|
type: "extractIntegration";
|
|
848
848
|
properties: {
|
|
849
|
-
name?: string | undefined;
|
|
850
849
|
botId?: string | undefined;
|
|
850
|
+
name?: string | undefined;
|
|
851
851
|
description?: string | undefined;
|
|
852
852
|
meta?: {
|
|
853
853
|
[key: string]: unknown;
|
|
@@ -863,8 +863,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
863
863
|
} | {
|
|
864
864
|
type: "mcpserverIntegration";
|
|
865
865
|
properties: {
|
|
866
|
-
name?: string | undefined;
|
|
867
866
|
skillsetId?: string | undefined;
|
|
867
|
+
name?: string | undefined;
|
|
868
868
|
description?: string | undefined;
|
|
869
869
|
meta?: {
|
|
870
870
|
[key: string]: unknown;
|
|
@@ -876,8 +876,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
876
876
|
} | {
|
|
877
877
|
type: "twilioIntegration";
|
|
878
878
|
properties: {
|
|
879
|
-
name?: string | undefined;
|
|
880
879
|
botId?: string | undefined;
|
|
880
|
+
name?: string | undefined;
|
|
881
881
|
description?: string | undefined;
|
|
882
882
|
meta?: {
|
|
883
883
|
[key: string]: unknown;
|
|
@@ -906,13 +906,13 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
906
906
|
} | {
|
|
907
907
|
type: "bot";
|
|
908
908
|
properties: {
|
|
909
|
-
name?: string | undefined;
|
|
910
909
|
model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
|
|
911
910
|
backstory?: string | undefined;
|
|
912
911
|
datasetId?: string | undefined;
|
|
913
912
|
skillsetId?: string | undefined;
|
|
914
913
|
privacy?: boolean | undefined;
|
|
915
914
|
moderation?: boolean | undefined;
|
|
915
|
+
name?: string | undefined;
|
|
916
916
|
description?: string | undefined;
|
|
917
917
|
meta?: {
|
|
918
918
|
[key: string]: unknown;
|
|
@@ -992,11 +992,11 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
992
992
|
} | {
|
|
993
993
|
type: "widgetIntegration";
|
|
994
994
|
properties: {
|
|
995
|
-
|
|
995
|
+
stream?: boolean | undefined;
|
|
996
996
|
attachments?: boolean | undefined;
|
|
997
997
|
botId?: string | undefined;
|
|
998
998
|
tools?: boolean | undefined;
|
|
999
|
-
|
|
999
|
+
name?: string | undefined;
|
|
1000
1000
|
description?: string | undefined;
|
|
1001
1001
|
meta?: {
|
|
1002
1002
|
[key: string]: unknown;
|
|
@@ -1033,8 +1033,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1033
1033
|
} | {
|
|
1034
1034
|
type: "sitemapIntegration";
|
|
1035
1035
|
properties: {
|
|
1036
|
-
name?: string | undefined;
|
|
1037
1036
|
datasetId?: string | undefined;
|
|
1037
|
+
name?: string | undefined;
|
|
1038
1038
|
description?: string | undefined;
|
|
1039
1039
|
meta?: {
|
|
1040
1040
|
[key: string]: unknown;
|
|
@@ -1052,8 +1052,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1052
1052
|
} | {
|
|
1053
1053
|
type: "slackIntegration";
|
|
1054
1054
|
properties: {
|
|
1055
|
-
name?: string | undefined;
|
|
1056
1055
|
botId?: string | undefined;
|
|
1056
|
+
name?: string | undefined;
|
|
1057
1057
|
description?: string | undefined;
|
|
1058
1058
|
meta?: {
|
|
1059
1059
|
[key: string]: unknown;
|
|
@@ -1074,8 +1074,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1074
1074
|
} | {
|
|
1075
1075
|
type: "discordIntegration";
|
|
1076
1076
|
properties: {
|
|
1077
|
-
name?: string | undefined;
|
|
1078
1077
|
botId?: string | undefined;
|
|
1078
|
+
name?: string | undefined;
|
|
1079
1079
|
description?: string | undefined;
|
|
1080
1080
|
meta?: {
|
|
1081
1081
|
[key: string]: unknown;
|
|
@@ -1093,9 +1093,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1093
1093
|
} | {
|
|
1094
1094
|
type: "telegramIntegration";
|
|
1095
1095
|
properties: {
|
|
1096
|
-
name?: string | undefined;
|
|
1097
1096
|
attachments?: boolean | undefined;
|
|
1098
1097
|
botId?: string | undefined;
|
|
1098
|
+
name?: string | undefined;
|
|
1099
1099
|
description?: string | undefined;
|
|
1100
1100
|
meta?: {
|
|
1101
1101
|
[key: string]: unknown;
|
|
@@ -1110,9 +1110,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1110
1110
|
} | {
|
|
1111
1111
|
type: "whatsappIntegration";
|
|
1112
1112
|
properties: {
|
|
1113
|
-
name?: string | undefined;
|
|
1114
1113
|
attachments?: boolean | undefined;
|
|
1115
1114
|
botId?: string | undefined;
|
|
1115
|
+
name?: string | undefined;
|
|
1116
1116
|
description?: string | undefined;
|
|
1117
1117
|
meta?: {
|
|
1118
1118
|
[key: string]: unknown;
|
|
@@ -1128,9 +1128,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1128
1128
|
} | {
|
|
1129
1129
|
type: "messengerIntegration";
|
|
1130
1130
|
properties: {
|
|
1131
|
-
name?: string | undefined;
|
|
1132
1131
|
attachments?: boolean | undefined;
|
|
1133
1132
|
botId?: string | undefined;
|
|
1133
|
+
name?: string | undefined;
|
|
1134
1134
|
description?: string | undefined;
|
|
1135
1135
|
meta?: {
|
|
1136
1136
|
[key: string]: unknown;
|
|
@@ -1144,9 +1144,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1144
1144
|
} | {
|
|
1145
1145
|
type: "notionIntegration";
|
|
1146
1146
|
properties: {
|
|
1147
|
-
name?: string | undefined;
|
|
1148
1147
|
datasetId?: string | undefined;
|
|
1149
1148
|
token?: string | undefined;
|
|
1149
|
+
name?: string | undefined;
|
|
1150
1150
|
description?: string | undefined;
|
|
1151
1151
|
meta?: {
|
|
1152
1152
|
[key: string]: unknown;
|
|
@@ -1160,9 +1160,9 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1160
1160
|
} | {
|
|
1161
1161
|
type: "emailIntegration";
|
|
1162
1162
|
properties: {
|
|
1163
|
-
name?: string | undefined;
|
|
1164
1163
|
attachments?: boolean | undefined;
|
|
1165
1164
|
botId?: string | undefined;
|
|
1165
|
+
name?: string | undefined;
|
|
1166
1166
|
description?: string | undefined;
|
|
1167
1167
|
meta?: {
|
|
1168
1168
|
[key: string]: unknown;
|
|
@@ -1176,8 +1176,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1176
1176
|
} | {
|
|
1177
1177
|
type: "triggerIntegration";
|
|
1178
1178
|
properties: {
|
|
1179
|
-
name?: string | undefined;
|
|
1180
1179
|
botId?: string | undefined;
|
|
1180
|
+
name?: string | undefined;
|
|
1181
1181
|
description?: string | undefined;
|
|
1182
1182
|
meta?: {
|
|
1183
1183
|
[key: string]: unknown;
|
|
@@ -1192,8 +1192,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1192
1192
|
} | {
|
|
1193
1193
|
type: "supportIntegration";
|
|
1194
1194
|
properties: {
|
|
1195
|
-
name?: string | undefined;
|
|
1196
1195
|
botId?: string | undefined;
|
|
1196
|
+
name?: string | undefined;
|
|
1197
1197
|
description?: string | undefined;
|
|
1198
1198
|
meta?: {
|
|
1199
1199
|
[key: string]: unknown;
|
|
@@ -1206,8 +1206,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1206
1206
|
} | {
|
|
1207
1207
|
type: "extractIntegration";
|
|
1208
1208
|
properties: {
|
|
1209
|
-
name?: string | undefined;
|
|
1210
1209
|
botId?: string | undefined;
|
|
1210
|
+
name?: string | undefined;
|
|
1211
1211
|
description?: string | undefined;
|
|
1212
1212
|
meta?: {
|
|
1213
1213
|
[key: string]: unknown;
|
|
@@ -1223,8 +1223,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1223
1223
|
} | {
|
|
1224
1224
|
type: "mcpserverIntegration";
|
|
1225
1225
|
properties: {
|
|
1226
|
-
name?: string | undefined;
|
|
1227
1226
|
skillsetId?: string | undefined;
|
|
1227
|
+
name?: string | undefined;
|
|
1228
1228
|
description?: string | undefined;
|
|
1229
1229
|
meta?: {
|
|
1230
1230
|
[key: string]: unknown;
|
|
@@ -1236,8 +1236,8 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
1236
1236
|
} | {
|
|
1237
1237
|
type: "twilioIntegration";
|
|
1238
1238
|
properties: {
|
|
1239
|
-
name?: string | undefined;
|
|
1240
1239
|
botId?: string | undefined;
|
|
1240
|
+
name?: string | undefined;
|
|
1241
1241
|
description?: string | undefined;
|
|
1242
1242
|
meta?: {
|
|
1243
1243
|
[key: string]: unknown;
|
|
@@ -1267,13 +1267,13 @@ export class Resource {
|
|
|
1267
1267
|
} | {
|
|
1268
1268
|
type: "bot";
|
|
1269
1269
|
properties: {
|
|
1270
|
-
name?: string | undefined;
|
|
1271
1270
|
model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
|
|
1272
1271
|
backstory?: string | undefined;
|
|
1273
1272
|
datasetId?: string | undefined;
|
|
1274
1273
|
skillsetId?: string | undefined;
|
|
1275
1274
|
privacy?: boolean | undefined;
|
|
1276
1275
|
moderation?: boolean | undefined;
|
|
1276
|
+
name?: string | undefined;
|
|
1277
1277
|
description?: string | undefined;
|
|
1278
1278
|
meta?: {
|
|
1279
1279
|
[key: string]: unknown;
|
|
@@ -1353,11 +1353,11 @@ export class Resource {
|
|
|
1353
1353
|
} | {
|
|
1354
1354
|
type: "widgetIntegration";
|
|
1355
1355
|
properties: {
|
|
1356
|
-
|
|
1356
|
+
stream?: boolean | undefined;
|
|
1357
1357
|
attachments?: boolean | undefined;
|
|
1358
1358
|
botId?: string | undefined;
|
|
1359
1359
|
tools?: boolean | undefined;
|
|
1360
|
-
|
|
1360
|
+
name?: string | undefined;
|
|
1361
1361
|
description?: string | undefined;
|
|
1362
1362
|
meta?: {
|
|
1363
1363
|
[key: string]: unknown;
|
|
@@ -1394,8 +1394,8 @@ export class Resource {
|
|
|
1394
1394
|
} | {
|
|
1395
1395
|
type: "sitemapIntegration";
|
|
1396
1396
|
properties: {
|
|
1397
|
-
name?: string | undefined;
|
|
1398
1397
|
datasetId?: string | undefined;
|
|
1398
|
+
name?: string | undefined;
|
|
1399
1399
|
description?: string | undefined;
|
|
1400
1400
|
meta?: {
|
|
1401
1401
|
[key: string]: unknown;
|
|
@@ -1413,8 +1413,8 @@ export class Resource {
|
|
|
1413
1413
|
} | {
|
|
1414
1414
|
type: "slackIntegration";
|
|
1415
1415
|
properties: {
|
|
1416
|
-
name?: string | undefined;
|
|
1417
1416
|
botId?: string | undefined;
|
|
1417
|
+
name?: string | undefined;
|
|
1418
1418
|
description?: string | undefined;
|
|
1419
1419
|
meta?: {
|
|
1420
1420
|
[key: string]: unknown;
|
|
@@ -1435,8 +1435,8 @@ export class Resource {
|
|
|
1435
1435
|
} | {
|
|
1436
1436
|
type: "discordIntegration";
|
|
1437
1437
|
properties: {
|
|
1438
|
-
name?: string | undefined;
|
|
1439
1438
|
botId?: string | undefined;
|
|
1439
|
+
name?: string | undefined;
|
|
1440
1440
|
description?: string | undefined;
|
|
1441
1441
|
meta?: {
|
|
1442
1442
|
[key: string]: unknown;
|
|
@@ -1454,9 +1454,9 @@ export class Resource {
|
|
|
1454
1454
|
} | {
|
|
1455
1455
|
type: "telegramIntegration";
|
|
1456
1456
|
properties: {
|
|
1457
|
-
name?: string | undefined;
|
|
1458
1457
|
attachments?: boolean | undefined;
|
|
1459
1458
|
botId?: string | undefined;
|
|
1459
|
+
name?: string | undefined;
|
|
1460
1460
|
description?: string | undefined;
|
|
1461
1461
|
meta?: {
|
|
1462
1462
|
[key: string]: unknown;
|
|
@@ -1471,9 +1471,9 @@ export class Resource {
|
|
|
1471
1471
|
} | {
|
|
1472
1472
|
type: "whatsappIntegration";
|
|
1473
1473
|
properties: {
|
|
1474
|
-
name?: string | undefined;
|
|
1475
1474
|
attachments?: boolean | undefined;
|
|
1476
1475
|
botId?: string | undefined;
|
|
1476
|
+
name?: string | undefined;
|
|
1477
1477
|
description?: string | undefined;
|
|
1478
1478
|
meta?: {
|
|
1479
1479
|
[key: string]: unknown;
|
|
@@ -1489,9 +1489,9 @@ export class Resource {
|
|
|
1489
1489
|
} | {
|
|
1490
1490
|
type: "messengerIntegration";
|
|
1491
1491
|
properties: {
|
|
1492
|
-
name?: string | undefined;
|
|
1493
1492
|
attachments?: boolean | undefined;
|
|
1494
1493
|
botId?: string | undefined;
|
|
1494
|
+
name?: string | undefined;
|
|
1495
1495
|
description?: string | undefined;
|
|
1496
1496
|
meta?: {
|
|
1497
1497
|
[key: string]: unknown;
|
|
@@ -1505,9 +1505,9 @@ export class Resource {
|
|
|
1505
1505
|
} | {
|
|
1506
1506
|
type: "notionIntegration";
|
|
1507
1507
|
properties: {
|
|
1508
|
-
name?: string | undefined;
|
|
1509
1508
|
datasetId?: string | undefined;
|
|
1510
1509
|
token?: string | undefined;
|
|
1510
|
+
name?: string | undefined;
|
|
1511
1511
|
description?: string | undefined;
|
|
1512
1512
|
meta?: {
|
|
1513
1513
|
[key: string]: unknown;
|
|
@@ -1521,9 +1521,9 @@ export class Resource {
|
|
|
1521
1521
|
} | {
|
|
1522
1522
|
type: "emailIntegration";
|
|
1523
1523
|
properties: {
|
|
1524
|
-
name?: string | undefined;
|
|
1525
1524
|
attachments?: boolean | undefined;
|
|
1526
1525
|
botId?: string | undefined;
|
|
1526
|
+
name?: string | undefined;
|
|
1527
1527
|
description?: string | undefined;
|
|
1528
1528
|
meta?: {
|
|
1529
1529
|
[key: string]: unknown;
|
|
@@ -1537,8 +1537,8 @@ export class Resource {
|
|
|
1537
1537
|
} | {
|
|
1538
1538
|
type: "triggerIntegration";
|
|
1539
1539
|
properties: {
|
|
1540
|
-
name?: string | undefined;
|
|
1541
1540
|
botId?: string | undefined;
|
|
1541
|
+
name?: string | undefined;
|
|
1542
1542
|
description?: string | undefined;
|
|
1543
1543
|
meta?: {
|
|
1544
1544
|
[key: string]: unknown;
|
|
@@ -1553,8 +1553,8 @@ export class Resource {
|
|
|
1553
1553
|
} | {
|
|
1554
1554
|
type: "supportIntegration";
|
|
1555
1555
|
properties: {
|
|
1556
|
-
name?: string | undefined;
|
|
1557
1556
|
botId?: string | undefined;
|
|
1557
|
+
name?: string | undefined;
|
|
1558
1558
|
description?: string | undefined;
|
|
1559
1559
|
meta?: {
|
|
1560
1560
|
[key: string]: unknown;
|
|
@@ -1567,8 +1567,8 @@ export class Resource {
|
|
|
1567
1567
|
} | {
|
|
1568
1568
|
type: "extractIntegration";
|
|
1569
1569
|
properties: {
|
|
1570
|
-
name?: string | undefined;
|
|
1571
1570
|
botId?: string | undefined;
|
|
1571
|
+
name?: string | undefined;
|
|
1572
1572
|
description?: string | undefined;
|
|
1573
1573
|
meta?: {
|
|
1574
1574
|
[key: string]: unknown;
|
|
@@ -1584,8 +1584,8 @@ export class Resource {
|
|
|
1584
1584
|
} | {
|
|
1585
1585
|
type: "mcpserverIntegration";
|
|
1586
1586
|
properties: {
|
|
1587
|
-
name?: string | undefined;
|
|
1588
1587
|
skillsetId?: string | undefined;
|
|
1588
|
+
name?: string | undefined;
|
|
1589
1589
|
description?: string | undefined;
|
|
1590
1590
|
meta?: {
|
|
1591
1591
|
[key: string]: unknown;
|
|
@@ -1597,8 +1597,8 @@ export class Resource {
|
|
|
1597
1597
|
} | {
|
|
1598
1598
|
type: "twilioIntegration";
|
|
1599
1599
|
properties: {
|
|
1600
|
-
name?: string | undefined;
|
|
1601
1600
|
botId?: string | undefined;
|
|
1601
|
+
name?: string | undefined;
|
|
1602
1602
|
description?: string | undefined;
|
|
1603
1603
|
meta?: {
|
|
1604
1604
|
[key: string]: unknown;
|
|
@@ -1708,13 +1708,13 @@ export class Solution {
|
|
|
1708
1708
|
} | {
|
|
1709
1709
|
type: "bot";
|
|
1710
1710
|
properties: {
|
|
1711
|
-
name?: string | undefined;
|
|
1712
1711
|
model?: import("@chatbotkit/sdk/model/v1").Model | undefined;
|
|
1713
1712
|
backstory?: string | undefined;
|
|
1714
1713
|
datasetId?: string | undefined;
|
|
1715
1714
|
skillsetId?: string | undefined;
|
|
1716
1715
|
privacy?: boolean | undefined;
|
|
1717
1716
|
moderation?: boolean | undefined;
|
|
1717
|
+
name?: string | undefined;
|
|
1718
1718
|
description?: string | undefined;
|
|
1719
1719
|
meta?: {
|
|
1720
1720
|
[key: string]: unknown;
|
|
@@ -1794,11 +1794,11 @@ export class Solution {
|
|
|
1794
1794
|
} | {
|
|
1795
1795
|
type: "widgetIntegration";
|
|
1796
1796
|
properties: {
|
|
1797
|
-
|
|
1797
|
+
stream?: boolean | undefined;
|
|
1798
1798
|
attachments?: boolean | undefined;
|
|
1799
1799
|
botId?: string | undefined;
|
|
1800
1800
|
tools?: boolean | undefined;
|
|
1801
|
-
|
|
1801
|
+
name?: string | undefined;
|
|
1802
1802
|
description?: string | undefined;
|
|
1803
1803
|
meta?: {
|
|
1804
1804
|
[key: string]: unknown;
|
|
@@ -1835,8 +1835,8 @@ export class Solution {
|
|
|
1835
1835
|
} | {
|
|
1836
1836
|
type: "sitemapIntegration";
|
|
1837
1837
|
properties: {
|
|
1838
|
-
name?: string | undefined;
|
|
1839
1838
|
datasetId?: string | undefined;
|
|
1839
|
+
name?: string | undefined;
|
|
1840
1840
|
description?: string | undefined;
|
|
1841
1841
|
meta?: {
|
|
1842
1842
|
[key: string]: unknown;
|
|
@@ -1854,8 +1854,8 @@ export class Solution {
|
|
|
1854
1854
|
} | {
|
|
1855
1855
|
type: "slackIntegration";
|
|
1856
1856
|
properties: {
|
|
1857
|
-
name?: string | undefined;
|
|
1858
1857
|
botId?: string | undefined;
|
|
1858
|
+
name?: string | undefined;
|
|
1859
1859
|
description?: string | undefined;
|
|
1860
1860
|
meta?: {
|
|
1861
1861
|
[key: string]: unknown;
|
|
@@ -1876,8 +1876,8 @@ export class Solution {
|
|
|
1876
1876
|
} | {
|
|
1877
1877
|
type: "discordIntegration";
|
|
1878
1878
|
properties: {
|
|
1879
|
-
name?: string | undefined;
|
|
1880
1879
|
botId?: string | undefined;
|
|
1880
|
+
name?: string | undefined;
|
|
1881
1881
|
description?: string | undefined;
|
|
1882
1882
|
meta?: {
|
|
1883
1883
|
[key: string]: unknown;
|
|
@@ -1895,9 +1895,9 @@ export class Solution {
|
|
|
1895
1895
|
} | {
|
|
1896
1896
|
type: "telegramIntegration";
|
|
1897
1897
|
properties: {
|
|
1898
|
-
name?: string | undefined;
|
|
1899
1898
|
attachments?: boolean | undefined;
|
|
1900
1899
|
botId?: string | undefined;
|
|
1900
|
+
name?: string | undefined;
|
|
1901
1901
|
description?: string | undefined;
|
|
1902
1902
|
meta?: {
|
|
1903
1903
|
[key: string]: unknown;
|
|
@@ -1912,9 +1912,9 @@ export class Solution {
|
|
|
1912
1912
|
} | {
|
|
1913
1913
|
type: "whatsappIntegration";
|
|
1914
1914
|
properties: {
|
|
1915
|
-
name?: string | undefined;
|
|
1916
1915
|
attachments?: boolean | undefined;
|
|
1917
1916
|
botId?: string | undefined;
|
|
1917
|
+
name?: string | undefined;
|
|
1918
1918
|
description?: string | undefined;
|
|
1919
1919
|
meta?: {
|
|
1920
1920
|
[key: string]: unknown;
|
|
@@ -1930,9 +1930,9 @@ export class Solution {
|
|
|
1930
1930
|
} | {
|
|
1931
1931
|
type: "messengerIntegration";
|
|
1932
1932
|
properties: {
|
|
1933
|
-
name?: string | undefined;
|
|
1934
1933
|
attachments?: boolean | undefined;
|
|
1935
1934
|
botId?: string | undefined;
|
|
1935
|
+
name?: string | undefined;
|
|
1936
1936
|
description?: string | undefined;
|
|
1937
1937
|
meta?: {
|
|
1938
1938
|
[key: string]: unknown;
|
|
@@ -1946,9 +1946,9 @@ export class Solution {
|
|
|
1946
1946
|
} | {
|
|
1947
1947
|
type: "notionIntegration";
|
|
1948
1948
|
properties: {
|
|
1949
|
-
name?: string | undefined;
|
|
1950
1949
|
datasetId?: string | undefined;
|
|
1951
1950
|
token?: string | undefined;
|
|
1951
|
+
name?: string | undefined;
|
|
1952
1952
|
description?: string | undefined;
|
|
1953
1953
|
meta?: {
|
|
1954
1954
|
[key: string]: unknown;
|
|
@@ -1962,9 +1962,9 @@ export class Solution {
|
|
|
1962
1962
|
} | {
|
|
1963
1963
|
type: "emailIntegration";
|
|
1964
1964
|
properties: {
|
|
1965
|
-
name?: string | undefined;
|
|
1966
1965
|
attachments?: boolean | undefined;
|
|
1967
1966
|
botId?: string | undefined;
|
|
1967
|
+
name?: string | undefined;
|
|
1968
1968
|
description?: string | undefined;
|
|
1969
1969
|
meta?: {
|
|
1970
1970
|
[key: string]: unknown;
|
|
@@ -1978,8 +1978,8 @@ export class Solution {
|
|
|
1978
1978
|
} | {
|
|
1979
1979
|
type: "triggerIntegration";
|
|
1980
1980
|
properties: {
|
|
1981
|
-
name?: string | undefined;
|
|
1982
1981
|
botId?: string | undefined;
|
|
1982
|
+
name?: string | undefined;
|
|
1983
1983
|
description?: string | undefined;
|
|
1984
1984
|
meta?: {
|
|
1985
1985
|
[key: string]: unknown;
|
|
@@ -1994,8 +1994,8 @@ export class Solution {
|
|
|
1994
1994
|
} | {
|
|
1995
1995
|
type: "supportIntegration";
|
|
1996
1996
|
properties: {
|
|
1997
|
-
name?: string | undefined;
|
|
1998
1997
|
botId?: string | undefined;
|
|
1998
|
+
name?: string | undefined;
|
|
1999
1999
|
description?: string | undefined;
|
|
2000
2000
|
meta?: {
|
|
2001
2001
|
[key: string]: unknown;
|
|
@@ -2008,8 +2008,8 @@ export class Solution {
|
|
|
2008
2008
|
} | {
|
|
2009
2009
|
type: "extractIntegration";
|
|
2010
2010
|
properties: {
|
|
2011
|
-
name?: string | undefined;
|
|
2012
2011
|
botId?: string | undefined;
|
|
2012
|
+
name?: string | undefined;
|
|
2013
2013
|
description?: string | undefined;
|
|
2014
2014
|
meta?: {
|
|
2015
2015
|
[key: string]: unknown;
|
|
@@ -2025,8 +2025,8 @@ export class Solution {
|
|
|
2025
2025
|
} | {
|
|
2026
2026
|
type: "mcpserverIntegration";
|
|
2027
2027
|
properties: {
|
|
2028
|
-
name?: string | undefined;
|
|
2029
2028
|
skillsetId?: string | undefined;
|
|
2029
|
+
name?: string | undefined;
|
|
2030
2030
|
description?: string | undefined;
|
|
2031
2031
|
meta?: {
|
|
2032
2032
|
[key: string]: unknown;
|
|
@@ -2038,8 +2038,8 @@ export class Solution {
|
|
|
2038
2038
|
} | {
|
|
2039
2039
|
type: "twilioIntegration";
|
|
2040
2040
|
properties: {
|
|
2041
|
-
name?: string | undefined;
|
|
2042
2041
|
botId?: string | undefined;
|
|
2042
|
+
name?: string | undefined;
|
|
2043
2043
|
description?: string | undefined;
|
|
2044
2044
|
meta?: {
|
|
2045
2045
|
[key: string]: unknown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"description": "ChatBotKit command line tools",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -537,15 +537,39 @@
|
|
|
537
537
|
},
|
|
538
538
|
"./package.json": "./package.json"
|
|
539
539
|
},
|
|
540
|
+
"scripts": {
|
|
541
|
+
"build": "run-s build:*",
|
|
542
|
+
"build:01-cjs": "tsc -p tsconfig.cjs.json",
|
|
543
|
+
"build:01-cjs_rename": "node ../../scripts/rename-cjs.js",
|
|
544
|
+
"build:01-cjs_rewrite_cjs": "node ../../scripts/rewrite-cjs.js",
|
|
545
|
+
"build:01-cjs_rewrite_ts": "node ../../scripts/rewrite-ts.js",
|
|
546
|
+
"build:03-docs": "typedoc",
|
|
547
|
+
"build:02-esm": "tsc -p tsconfig.esm.json",
|
|
548
|
+
"build:00-exports": "node ../../scripts/create-standard-exports.js",
|
|
549
|
+
"build:00-types": "tsc -p tsconfig.types.json",
|
|
550
|
+
"cbk": "node bin/cbk.js",
|
|
551
|
+
"check": "tsc -p tsconfig.check.json",
|
|
552
|
+
"clean": "run-p clean:*",
|
|
553
|
+
"clean:buildinfo": "rimraf *.tsbuildinfo",
|
|
554
|
+
"clean:dists": "rimraf dist",
|
|
555
|
+
"clean:exports": "run-s build:exports",
|
|
556
|
+
"clean:node_modules": "rimraf node_modules",
|
|
557
|
+
"clean:types": "rimraf types",
|
|
558
|
+
"dev": "node bin/cbk.js",
|
|
559
|
+
"lint": "eslint .",
|
|
560
|
+
"postpack": "node ../../scripts/create-standard-exports.js",
|
|
561
|
+
"prepack": "node ../../scripts/create-dist-exports.js",
|
|
562
|
+
"test": "true"
|
|
563
|
+
},
|
|
540
564
|
"types": "./dist/cjs/index.d.ts",
|
|
541
565
|
"dependencies": {
|
|
566
|
+
"@chatbotkit/agent": "workspace:*",
|
|
567
|
+
"@chatbotkit/sdk": "workspace:*",
|
|
542
568
|
"commander": "^11.1.0",
|
|
543
569
|
"dotenv": "^16.4.5",
|
|
544
570
|
"js-yaml": "^4.1.0",
|
|
545
571
|
"tslib": "^2.6.2",
|
|
546
|
-
"zod": "^3.25.76"
|
|
547
|
-
"@chatbotkit/sdk": "1.24.0",
|
|
548
|
-
"@chatbotkit/agent": "1.24.0"
|
|
572
|
+
"zod": "^3.25.76"
|
|
549
573
|
},
|
|
550
574
|
"devDependencies": {
|
|
551
575
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -557,27 +581,5 @@
|
|
|
557
581
|
},
|
|
558
582
|
"files": [
|
|
559
583
|
"dist/**"
|
|
560
|
-
]
|
|
561
|
-
|
|
562
|
-
"build": "run-s build:*",
|
|
563
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
564
|
-
"build:cjs_rename": "node ../../scripts/rename-cjs.js",
|
|
565
|
-
"build:cjs_rewrite_cjs": "node ../../scripts/rewrite-cjs.js",
|
|
566
|
-
"build:cjs_rewrite_ts": "node ../../scripts/rewrite-ts.js",
|
|
567
|
-
"build:docs": "typedoc",
|
|
568
|
-
"build:esm": "tsc -p tsconfig.esm.json",
|
|
569
|
-
"build:exports": "node ../../scripts/create-standard-exports.js",
|
|
570
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
571
|
-
"cbk": "node bin/cbk.js",
|
|
572
|
-
"check": "tsc -p tsconfig.check.json",
|
|
573
|
-
"clean": "run-p clean:*",
|
|
574
|
-
"clean:buildinfo": "rimraf *.tsbuildinfo",
|
|
575
|
-
"clean:dists": "rimraf dist",
|
|
576
|
-
"clean:exports": "run-s build:exports",
|
|
577
|
-
"clean:node_modules": "rimraf node_modules",
|
|
578
|
-
"clean:types": "rimraf types",
|
|
579
|
-
"dev": "node bin/cbk.js",
|
|
580
|
-
"lint": "eslint .",
|
|
581
|
-
"test": "true"
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
+
]
|
|
585
|
+
}
|