@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 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.70.1",
297296
+ "version": "0.71.0",
297291
297297
  "prefix": "v1"
297292
297298
  },
297293
297299
  "errors": [
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.70.1",
3
+ "version": "0.71.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {