@botpress/api 1.5.0 → 1.5.1
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 -7
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +2 -2
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +2 -2
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -5540,7 +5540,7 @@ export const state = {
|
|
|
5540
5540
|
"name": "getPublicPluginCode",
|
|
5541
5541
|
"description": "Get public plugin code",
|
|
5542
5542
|
"method": "get",
|
|
5543
|
-
"path": "/v1/admin/hub/{id}/code/{platform}",
|
|
5543
|
+
"path": "/v1/admin/hub/plugins/{id}/code/{platform}",
|
|
5544
5544
|
"disableDefaultParameters": {
|
|
5545
5545
|
"x-workspace-id": true
|
|
5546
5546
|
},
|
|
@@ -17009,7 +17009,7 @@ export const state = {
|
|
|
17009
17009
|
"title": "Botpress API",
|
|
17010
17010
|
"description": "API for Botpress Cloud",
|
|
17011
17011
|
"server": "https://api.botpress.cloud",
|
|
17012
|
-
"version": "1.5.
|
|
17012
|
+
"version": "1.5.1",
|
|
17013
17013
|
"prefix": "v1"
|
|
17014
17014
|
},
|
|
17015
17015
|
"errors": [
|