@chatbotkit/cli 1.25.0 → 1.26.1
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.
|
@@ -632,10 +632,10 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
632
632
|
} | {
|
|
633
633
|
type: "widgetIntegration";
|
|
634
634
|
properties: {
|
|
635
|
+
stream?: boolean | undefined;
|
|
635
636
|
attachments?: boolean | undefined;
|
|
636
637
|
botId?: string | undefined;
|
|
637
638
|
tools?: boolean | undefined;
|
|
638
|
-
stream?: boolean | undefined;
|
|
639
639
|
name?: string | undefined;
|
|
640
640
|
description?: string | undefined;
|
|
641
641
|
meta?: {
|
|
@@ -992,10 +992,10 @@ export const SolutionConfigSchema: z.ZodObject<{
|
|
|
992
992
|
} | {
|
|
993
993
|
type: "widgetIntegration";
|
|
994
994
|
properties: {
|
|
995
|
+
stream?: boolean | undefined;
|
|
995
996
|
attachments?: boolean | undefined;
|
|
996
997
|
botId?: string | undefined;
|
|
997
998
|
tools?: boolean | undefined;
|
|
998
|
-
stream?: boolean | undefined;
|
|
999
999
|
name?: string | undefined;
|
|
1000
1000
|
description?: string | undefined;
|
|
1001
1001
|
meta?: {
|
|
@@ -1353,10 +1353,10 @@ export class Resource {
|
|
|
1353
1353
|
} | {
|
|
1354
1354
|
type: "widgetIntegration";
|
|
1355
1355
|
properties: {
|
|
1356
|
+
stream?: boolean | undefined;
|
|
1356
1357
|
attachments?: boolean | undefined;
|
|
1357
1358
|
botId?: string | undefined;
|
|
1358
1359
|
tools?: boolean | undefined;
|
|
1359
|
-
stream?: boolean | undefined;
|
|
1360
1360
|
name?: string | undefined;
|
|
1361
1361
|
description?: string | undefined;
|
|
1362
1362
|
meta?: {
|
|
@@ -1794,10 +1794,10 @@ export class Solution {
|
|
|
1794
1794
|
} | {
|
|
1795
1795
|
type: "widgetIntegration";
|
|
1796
1796
|
properties: {
|
|
1797
|
+
stream?: boolean | undefined;
|
|
1797
1798
|
attachments?: boolean | undefined;
|
|
1798
1799
|
botId?: string | undefined;
|
|
1799
1800
|
tools?: boolean | undefined;
|
|
1800
|
-
stream?: boolean | undefined;
|
|
1801
1801
|
name?: string | undefined;
|
|
1802
1802
|
description?: string | undefined;
|
|
1803
1803
|
meta?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "ChatBotKit command line tools",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -544,8 +544,8 @@
|
|
|
544
544
|
"js-yaml": "^4.1.0",
|
|
545
545
|
"tslib": "^2.6.2",
|
|
546
546
|
"zod": "^3.25.76",
|
|
547
|
-
"@chatbotkit/agent": "1.
|
|
548
|
-
"@chatbotkit/sdk": "1.
|
|
547
|
+
"@chatbotkit/agent": "1.26.1",
|
|
548
|
+
"@chatbotkit/sdk": "1.26.1"
|
|
549
549
|
},
|
|
550
550
|
"devDependencies": {
|
|
551
551
|
"@types/js-yaml": "^4.0.9",
|