@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 CHANGED
@@ -284643,7 +284643,7 @@ var state = {
284643
284643
  "title": "Botpress API",
284644
284644
  "description": "API for Botpress Cloud",
284645
284645
  "server": "https://api.botpress.cloud",
284646
- "version": "1.5.0",
284646
+ "version": "1.5.1",
284647
284647
  "prefix": "v1"
284648
284648
  },
284649
284649
  "errors": [
@@ -291249,7 +291249,7 @@ var state2 = {
291249
291249
  "name": "getPublicPluginCode",
291250
291250
  "description": "Get public plugin code",
291251
291251
  "method": "get",
291252
- "path": "/v1/admin/hub/{id}/code/{platform}",
291252
+ "path": "/v1/admin/hub/plugins/{id}/code/{platform}",
291253
291253
  "disableDefaultParameters": {
291254
291254
  "x-workspace-id": true
291255
291255
  },
@@ -299942,7 +299942,7 @@ var state2 = {
299942
299942
  "title": "Botpress API",
299943
299943
  "description": "API for Botpress Cloud",
299944
299944
  "server": "https://api.botpress.cloud",
299945
- "version": "1.5.0",
299945
+ "version": "1.5.1",
299946
299946
  "prefix": "v1"
299947
299947
  },
299948
299948
  "errors": [
@@ -305283,7 +305283,7 @@ var state3 = {
305283
305283
  "title": "Botpress API",
305284
305284
  "description": "API for Botpress Cloud",
305285
305285
  "server": "https://api.botpress.cloud",
305286
- "version": "1.5.0",
305286
+ "version": "1.5.1",
305287
305287
  "prefix": "v1"
305288
305288
  },
305289
305289
  "errors": [
@@ -310078,7 +310078,7 @@ var state4 = {
310078
310078
  "title": "Botpress API",
310079
310079
  "description": "API for Botpress Cloud",
310080
310080
  "server": "https://api.botpress.cloud",
310081
- "version": "1.5.0",
310081
+ "version": "1.5.1",
310082
310082
  "prefix": "v1"
310083
310083
  },
310084
310084
  "errors": [
@@ -319205,7 +319205,7 @@ var state5 = {
319205
319205
  "name": "getPublicPluginCode",
319206
319206
  "description": "Get public plugin code",
319207
319207
  "method": "get",
319208
- "path": "/v1/admin/hub/{id}/code/{platform}",
319208
+ "path": "/v1/admin/hub/plugins/{id}/code/{platform}",
319209
319209
  "disableDefaultParameters": {
319210
319210
  "x-workspace-id": true
319211
319211
  },
@@ -330674,7 +330674,7 @@ var state5 = {
330674
330674
  "title": "Botpress API",
330675
330675
  "description": "API for Botpress Cloud",
330676
330676
  "server": "https://api.botpress.cloud",
330677
- "version": "1.5.0",
330677
+ "version": "1.5.1",
330678
330678
  "prefix": "v1"
330679
330679
  },
330680
330680
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {