@botpress/api 1.8.0 → 1.9.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 +415 -29
- package/dist/src/gen/admin/state.d.ts +152 -7
- 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 +152 -7
- 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 +158 -13
- 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 +158 -13
- 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.9.0",
|
|
1220
1220
|
"prefix": "v1"
|
|
1221
1221
|
},
|
|
1222
1222
|
"errors": [
|
|
@@ -1715,6 +1715,14 @@ export const state = {
|
|
|
1715
1715
|
"schema": {
|
|
1716
1716
|
"type": "object",
|
|
1717
1717
|
"additionalProperties": true
|
|
1718
|
+
},
|
|
1719
|
+
"attributes": {
|
|
1720
|
+
"type": "object",
|
|
1721
|
+
"additionalProperties": {
|
|
1722
|
+
"type": "string",
|
|
1723
|
+
"maxLength": 200
|
|
1724
|
+
},
|
|
1725
|
+
"description": "Optional attributes"
|
|
1718
1726
|
}
|
|
1719
1727
|
},
|
|
1720
1728
|
"required": [
|
|
@@ -2367,6 +2375,14 @@ export const state = {
|
|
|
2367
2375
|
"schema": {
|
|
2368
2376
|
"type": "object",
|
|
2369
2377
|
"additionalProperties": true
|
|
2378
|
+
},
|
|
2379
|
+
"attributes": {
|
|
2380
|
+
"type": "object",
|
|
2381
|
+
"additionalProperties": {
|
|
2382
|
+
"type": "string",
|
|
2383
|
+
"maxLength": 200
|
|
2384
|
+
},
|
|
2385
|
+
"description": "Optional attributes"
|
|
2370
2386
|
}
|
|
2371
2387
|
},
|
|
2372
2388
|
"required": [
|
|
@@ -2670,6 +2686,14 @@ export const state = {
|
|
|
2670
2686
|
"schema": {
|
|
2671
2687
|
"type": "object",
|
|
2672
2688
|
"additionalProperties": true
|
|
2689
|
+
},
|
|
2690
|
+
"attributes": {
|
|
2691
|
+
"type": "object",
|
|
2692
|
+
"additionalProperties": {
|
|
2693
|
+
"type": "string",
|
|
2694
|
+
"maxLength": 200
|
|
2695
|
+
},
|
|
2696
|
+
"description": "Optional attributes"
|
|
2673
2697
|
}
|
|
2674
2698
|
},
|
|
2675
2699
|
"required": [
|
|
@@ -2923,6 +2947,14 @@ export const state = {
|
|
|
2923
2947
|
"schema": {
|
|
2924
2948
|
"type": "object",
|
|
2925
2949
|
"additionalProperties": true
|
|
2950
|
+
},
|
|
2951
|
+
"attributes": {
|
|
2952
|
+
"type": "object",
|
|
2953
|
+
"additionalProperties": {
|
|
2954
|
+
"type": "string",
|
|
2955
|
+
"maxLength": 200
|
|
2956
|
+
},
|
|
2957
|
+
"description": "Optional attributes"
|
|
2926
2958
|
}
|
|
2927
2959
|
},
|
|
2928
2960
|
"required": [
|