@botpress/api 0.56.0 → 0.58.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 +16 -6
- package/dist/src/gen/state.d.ts +4 -0
- package/package.json +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +16 -6
package/src/gen/state.ts
CHANGED
|
@@ -6472,7 +6472,8 @@ export const state = {
|
|
|
6472
6472
|
"enum": [
|
|
6473
6473
|
"community",
|
|
6474
6474
|
"team",
|
|
6475
|
-
"enterprise"
|
|
6475
|
+
"enterprise",
|
|
6476
|
+
"team_yearly"
|
|
6476
6477
|
]
|
|
6477
6478
|
},
|
|
6478
6479
|
"blocked": {
|
|
@@ -6654,7 +6655,8 @@ export const state = {
|
|
|
6654
6655
|
"enum": [
|
|
6655
6656
|
"community",
|
|
6656
6657
|
"team",
|
|
6657
|
-
"enterprise"
|
|
6658
|
+
"enterprise",
|
|
6659
|
+
"team_yearly"
|
|
6658
6660
|
]
|
|
6659
6661
|
},
|
|
6660
6662
|
"blocked": {
|
|
@@ -7169,7 +7171,8 @@ export const state = {
|
|
|
7169
7171
|
"enum": [
|
|
7170
7172
|
"community",
|
|
7171
7173
|
"team",
|
|
7172
|
-
"enterprise"
|
|
7174
|
+
"enterprise",
|
|
7175
|
+
"team_yearly"
|
|
7173
7176
|
]
|
|
7174
7177
|
},
|
|
7175
7178
|
"blocked": {
|
|
@@ -7339,7 +7342,8 @@ export const state = {
|
|
|
7339
7342
|
"enum": [
|
|
7340
7343
|
"community",
|
|
7341
7344
|
"team",
|
|
7342
|
-
"enterprise"
|
|
7345
|
+
"enterprise",
|
|
7346
|
+
"team_yearly"
|
|
7343
7347
|
]
|
|
7344
7348
|
},
|
|
7345
7349
|
"blocked": {
|
|
@@ -13417,7 +13421,7 @@ export const state = {
|
|
|
13417
13421
|
"title": "Botpress API",
|
|
13418
13422
|
"description": "API for Botpress Cloud",
|
|
13419
13423
|
"server": "https://api.botpress.cloud",
|
|
13420
|
-
"version": "0.
|
|
13424
|
+
"version": "0.58.0",
|
|
13421
13425
|
"prefix": "v1"
|
|
13422
13426
|
},
|
|
13423
13427
|
"errors": [
|
|
@@ -13540,6 +13544,11 @@ export const state = {
|
|
|
13540
13544
|
"status": 400,
|
|
13541
13545
|
"type": "BreakingChanges",
|
|
13542
13546
|
"description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
|
|
13547
|
+
},
|
|
13548
|
+
{
|
|
13549
|
+
"status": 502,
|
|
13550
|
+
"type": "UpstreamProvider",
|
|
13551
|
+
"description": "The upstream provider returned an error or is currently unavailable."
|
|
13543
13552
|
}
|
|
13544
13553
|
],
|
|
13545
13554
|
"refs": {
|
|
@@ -15417,7 +15426,8 @@ export const state = {
|
|
|
15417
15426
|
"enum": [
|
|
15418
15427
|
"community",
|
|
15419
15428
|
"team",
|
|
15420
|
-
"enterprise"
|
|
15429
|
+
"enterprise",
|
|
15430
|
+
"team_yearly"
|
|
15421
15431
|
]
|
|
15422
15432
|
},
|
|
15423
15433
|
"blocked": {
|