@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/admin/state.ts
CHANGED
|
@@ -2943,7 +2943,7 @@ export const state = {
|
|
|
2943
2943
|
"name": "getPublicPluginCode",
|
|
2944
2944
|
"description": "Get public plugin code",
|
|
2945
2945
|
"method": "get",
|
|
2946
|
-
"path": "/v1/admin/hub/{id}/code/{platform}",
|
|
2946
|
+
"path": "/v1/admin/hub/plugins/{id}/code/{platform}",
|
|
2947
2947
|
"disableDefaultParameters": {
|
|
2948
2948
|
"x-workspace-id": true
|
|
2949
2949
|
},
|
|
@@ -11636,7 +11636,7 @@ export const state = {
|
|
|
11636
11636
|
"title": "Botpress API",
|
|
11637
11637
|
"description": "API for Botpress Cloud",
|
|
11638
11638
|
"server": "https://api.botpress.cloud",
|
|
11639
|
-
"version": "1.5.
|
|
11639
|
+
"version": "1.5.1",
|
|
11640
11640
|
"prefix": "v1"
|
|
11641
11641
|
},
|
|
11642
11642
|
"errors": [
|