@botpress/api 0.46.0 → 0.47.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 +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
|
@@ -281879,6 +281879,11 @@ var state = {
|
|
|
281879
281879
|
"in": "query",
|
|
281880
281880
|
"type": "string",
|
|
281881
281881
|
"description": "Filter by integration name"
|
|
281882
|
+
},
|
|
281883
|
+
"channel": {
|
|
281884
|
+
"in": "query",
|
|
281885
|
+
"type": "string",
|
|
281886
|
+
"description": "Filter by integration channel name"
|
|
281882
281887
|
}
|
|
281883
281888
|
},
|
|
281884
281889
|
"section": "conversation",
|
|
@@ -294034,7 +294039,7 @@ var state = {
|
|
|
294034
294039
|
"title": "Botpress API",
|
|
294035
294040
|
"description": "API for Botpress Cloud",
|
|
294036
294041
|
"server": "https://api.botpress.cloud",
|
|
294037
|
-
"version": "0.
|
|
294042
|
+
"version": "0.47.0",
|
|
294038
294043
|
"prefix": "v1"
|
|
294039
294044
|
},
|
|
294040
294045
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED