@botpress/api 1.7.0 → 1.8.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 +393 -11
- package/dist/src/gen/admin/state.d.ts +146 -3
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +32 -0
- package/dist/src/gen/state.d.ts +146 -3
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +147 -4
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +33 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +33 -1
- package/src/gen/state.ts +147 -4
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -1
package/src/gen/tables/state.ts
CHANGED
|
@@ -1216,7 +1216,7 @@ export const state = {
|
|
|
1216
1216
|
"title": "Botpress API",
|
|
1217
1217
|
"description": "API for Botpress Cloud",
|
|
1218
1218
|
"server": "https://api.botpress.cloud",
|
|
1219
|
-
"version": "1.
|
|
1219
|
+
"version": "1.8.0",
|
|
1220
1220
|
"prefix": "v1"
|
|
1221
1221
|
},
|
|
1222
1222
|
"errors": [
|
|
@@ -1838,6 +1838,14 @@ export const state = {
|
|
|
1838
1838
|
"schema"
|
|
1839
1839
|
],
|
|
1840
1840
|
"additionalProperties": false
|
|
1841
|
+
},
|
|
1842
|
+
"attributes": {
|
|
1843
|
+
"type": "object",
|
|
1844
|
+
"additionalProperties": {
|
|
1845
|
+
"type": "string",
|
|
1846
|
+
"maxLength": 200
|
|
1847
|
+
},
|
|
1848
|
+
"description": "Optional attributes"
|
|
1841
1849
|
}
|
|
1842
1850
|
},
|
|
1843
1851
|
"required": [
|
|
@@ -2414,6 +2422,14 @@ export const state = {
|
|
|
2414
2422
|
"schema"
|
|
2415
2423
|
],
|
|
2416
2424
|
"additionalProperties": false
|
|
2425
|
+
},
|
|
2426
|
+
"attributes": {
|
|
2427
|
+
"type": "object",
|
|
2428
|
+
"additionalProperties": {
|
|
2429
|
+
"type": "string",
|
|
2430
|
+
"maxLength": 200
|
|
2431
|
+
},
|
|
2432
|
+
"description": "Optional attributes"
|
|
2417
2433
|
}
|
|
2418
2434
|
},
|
|
2419
2435
|
"required": [
|
|
@@ -2709,6 +2725,14 @@ export const state = {
|
|
|
2709
2725
|
"schema"
|
|
2710
2726
|
],
|
|
2711
2727
|
"additionalProperties": false
|
|
2728
|
+
},
|
|
2729
|
+
"attributes": {
|
|
2730
|
+
"type": "object",
|
|
2731
|
+
"additionalProperties": {
|
|
2732
|
+
"type": "string",
|
|
2733
|
+
"maxLength": 200
|
|
2734
|
+
},
|
|
2735
|
+
"description": "Optional attributes"
|
|
2712
2736
|
}
|
|
2713
2737
|
},
|
|
2714
2738
|
"required": [
|
|
@@ -2954,6 +2978,14 @@ export const state = {
|
|
|
2954
2978
|
"schema"
|
|
2955
2979
|
],
|
|
2956
2980
|
"additionalProperties": false
|
|
2981
|
+
},
|
|
2982
|
+
"attributes": {
|
|
2983
|
+
"type": "object",
|
|
2984
|
+
"additionalProperties": {
|
|
2985
|
+
"type": "string",
|
|
2986
|
+
"maxLength": 200
|
|
2987
|
+
},
|
|
2988
|
+
"description": "Optional attributes"
|
|
2957
2989
|
}
|
|
2958
2990
|
},
|
|
2959
2991
|
"required": [
|