@botpress/api 0.50.4 → 0.50.5

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
@@ -291793,6 +291793,11 @@ var state = {
291793
291793
  "in": "query",
291794
291794
  "description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
291795
291795
  "type": "string"
291796
+ },
291797
+ "name": {
291798
+ "in": "query",
291799
+ "type": "string",
291800
+ "description": "Filter all versions of an interface by name"
291796
291801
  }
291797
291802
  },
291798
291803
  "response": {
@@ -294180,7 +294185,7 @@ var state = {
294180
294185
  "title": "Botpress API",
294181
294186
  "description": "API for Botpress Cloud",
294182
294187
  "server": "https://api.botpress.cloud",
294183
- "version": "0.50.4",
294188
+ "version": "0.50.5",
294184
294189
  "prefix": "v1"
294185
294190
  },
294186
294191
  "errors": [
@@ -8854,6 +8854,11 @@ export declare const state: {
8854
8854
  description: string;
8855
8855
  type: "string";
8856
8856
  };
8857
+ name: {
8858
+ in: "query";
8859
+ type: "string";
8860
+ description: string;
8861
+ };
8857
8862
  };
8858
8863
  response: {
8859
8864
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.50.4",
3
+ "version": "0.50.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {