@botpress/api 1.10.0 → 1.11.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/index.js +64 -586
- package/dist/src/gen/runtime/state.d.ts +1 -5
- package/dist/src/gen/state.d.ts +1 -5
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +3 -7
- package/src/gen/state.ts +3 -7
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
|
@@ -1605,13 +1605,9 @@ export declare const state: {
|
|
|
1605
1605
|
};
|
|
1606
1606
|
sandboxIdentifiers: {
|
|
1607
1607
|
type: "object";
|
|
1608
|
-
additionalProperties: {
|
|
1609
|
-
type: "object";
|
|
1610
|
-
nullable: true;
|
|
1611
|
-
additionalProperties: false;
|
|
1612
|
-
};
|
|
1613
1608
|
nullable: true;
|
|
1614
1609
|
description: string;
|
|
1610
|
+
additionalProperties: false;
|
|
1615
1611
|
};
|
|
1616
1612
|
};
|
|
1617
1613
|
title: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -1605,13 +1605,9 @@ export declare const state: {
|
|
|
1605
1605
|
};
|
|
1606
1606
|
sandboxIdentifiers: {
|
|
1607
1607
|
type: "object";
|
|
1608
|
-
additionalProperties: {
|
|
1609
|
-
type: "object";
|
|
1610
|
-
nullable: true;
|
|
1611
|
-
additionalProperties: false;
|
|
1612
|
-
};
|
|
1613
1608
|
nullable: true;
|
|
1614
1609
|
description: string;
|
|
1610
|
+
additionalProperties: false;
|
|
1615
1611
|
};
|
|
1616
1612
|
};
|
|
1617
1613
|
title: string;
|