@botpress/api 0.70.1 → 0.71.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 +7 -1
- package/dist/src/gen/state.d.ts +6 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +7 -1
package/dist/index.js
CHANGED
|
@@ -289441,6 +289441,12 @@ var state = {
|
|
|
289441
289441
|
"in": "query",
|
|
289442
289442
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
289443
289443
|
"type": "string"
|
|
289444
|
+
},
|
|
289445
|
+
"handle": {
|
|
289446
|
+
"in": "query",
|
|
289447
|
+
"description": "Workspace handle",
|
|
289448
|
+
"type": "string",
|
|
289449
|
+
"required": false
|
|
289444
289450
|
}
|
|
289445
289451
|
},
|
|
289446
289452
|
"response": {
|
|
@@ -297287,7 +297293,7 @@ var state = {
|
|
|
297287
297293
|
"title": "Botpress API",
|
|
297288
297294
|
"description": "API for Botpress Cloud",
|
|
297289
297295
|
"server": "https://api.botpress.cloud",
|
|
297290
|
-
"version": "0.
|
|
297296
|
+
"version": "0.71.0",
|
|
297291
297297
|
"prefix": "v1"
|
|
297292
297298
|
},
|
|
297293
297299
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -6501,6 +6501,12 @@ export declare const state: {
|
|
|
6501
6501
|
description: string;
|
|
6502
6502
|
type: "string";
|
|
6503
6503
|
};
|
|
6504
|
+
handle: {
|
|
6505
|
+
in: "query";
|
|
6506
|
+
description: string;
|
|
6507
|
+
type: "string";
|
|
6508
|
+
required: false;
|
|
6509
|
+
};
|
|
6504
6510
|
};
|
|
6505
6511
|
response: {
|
|
6506
6512
|
description: string;
|