@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 +6 -1
- package/dist/src/gen/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +6 -1
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.
|
|
294188
|
+
"version": "0.50.5",
|
|
294184
294189
|
"prefix": "v1"
|
|
294185
294190
|
},
|
|
294186
294191
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED