@botpress/api 1.7.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 +793 -25
- package/dist/src/gen/admin/state.d.ts +298 -10
- package/dist/src/gen/files/state.d.ts +64 -0
- package/dist/src/gen/runtime/state.d.ts +64 -0
- package/dist/src/gen/state.d.ts +298 -10
- package/dist/src/gen/tables/state.d.ts +64 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +299 -11
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +65 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +65 -1
- package/src/gen/state.ts +299 -11
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +65 -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": [
|
|
@@ -1838,6 +1846,14 @@ export const state = {
|
|
|
1838
1846
|
"schema"
|
|
1839
1847
|
],
|
|
1840
1848
|
"additionalProperties": false
|
|
1849
|
+
},
|
|
1850
|
+
"attributes": {
|
|
1851
|
+
"type": "object",
|
|
1852
|
+
"additionalProperties": {
|
|
1853
|
+
"type": "string",
|
|
1854
|
+
"maxLength": 200
|
|
1855
|
+
},
|
|
1856
|
+
"description": "Optional attributes"
|
|
1841
1857
|
}
|
|
1842
1858
|
},
|
|
1843
1859
|
"required": [
|
|
@@ -2359,6 +2375,14 @@ export const state = {
|
|
|
2359
2375
|
"schema": {
|
|
2360
2376
|
"type": "object",
|
|
2361
2377
|
"additionalProperties": true
|
|
2378
|
+
},
|
|
2379
|
+
"attributes": {
|
|
2380
|
+
"type": "object",
|
|
2381
|
+
"additionalProperties": {
|
|
2382
|
+
"type": "string",
|
|
2383
|
+
"maxLength": 200
|
|
2384
|
+
},
|
|
2385
|
+
"description": "Optional attributes"
|
|
2362
2386
|
}
|
|
2363
2387
|
},
|
|
2364
2388
|
"required": [
|
|
@@ -2414,6 +2438,14 @@ export const state = {
|
|
|
2414
2438
|
"schema"
|
|
2415
2439
|
],
|
|
2416
2440
|
"additionalProperties": false
|
|
2441
|
+
},
|
|
2442
|
+
"attributes": {
|
|
2443
|
+
"type": "object",
|
|
2444
|
+
"additionalProperties": {
|
|
2445
|
+
"type": "string",
|
|
2446
|
+
"maxLength": 200
|
|
2447
|
+
},
|
|
2448
|
+
"description": "Optional attributes"
|
|
2417
2449
|
}
|
|
2418
2450
|
},
|
|
2419
2451
|
"required": [
|
|
@@ -2654,6 +2686,14 @@ export const state = {
|
|
|
2654
2686
|
"schema": {
|
|
2655
2687
|
"type": "object",
|
|
2656
2688
|
"additionalProperties": true
|
|
2689
|
+
},
|
|
2690
|
+
"attributes": {
|
|
2691
|
+
"type": "object",
|
|
2692
|
+
"additionalProperties": {
|
|
2693
|
+
"type": "string",
|
|
2694
|
+
"maxLength": 200
|
|
2695
|
+
},
|
|
2696
|
+
"description": "Optional attributes"
|
|
2657
2697
|
}
|
|
2658
2698
|
},
|
|
2659
2699
|
"required": [
|
|
@@ -2709,6 +2749,14 @@ export const state = {
|
|
|
2709
2749
|
"schema"
|
|
2710
2750
|
],
|
|
2711
2751
|
"additionalProperties": false
|
|
2752
|
+
},
|
|
2753
|
+
"attributes": {
|
|
2754
|
+
"type": "object",
|
|
2755
|
+
"additionalProperties": {
|
|
2756
|
+
"type": "string",
|
|
2757
|
+
"maxLength": 200
|
|
2758
|
+
},
|
|
2759
|
+
"description": "Optional attributes"
|
|
2712
2760
|
}
|
|
2713
2761
|
},
|
|
2714
2762
|
"required": [
|
|
@@ -2899,6 +2947,14 @@ export const state = {
|
|
|
2899
2947
|
"schema": {
|
|
2900
2948
|
"type": "object",
|
|
2901
2949
|
"additionalProperties": true
|
|
2950
|
+
},
|
|
2951
|
+
"attributes": {
|
|
2952
|
+
"type": "object",
|
|
2953
|
+
"additionalProperties": {
|
|
2954
|
+
"type": "string",
|
|
2955
|
+
"maxLength": 200
|
|
2956
|
+
},
|
|
2957
|
+
"description": "Optional attributes"
|
|
2902
2958
|
}
|
|
2903
2959
|
},
|
|
2904
2960
|
"required": [
|
|
@@ -2954,6 +3010,14 @@ export const state = {
|
|
|
2954
3010
|
"schema"
|
|
2955
3011
|
],
|
|
2956
3012
|
"additionalProperties": false
|
|
3013
|
+
},
|
|
3014
|
+
"attributes": {
|
|
3015
|
+
"type": "object",
|
|
3016
|
+
"additionalProperties": {
|
|
3017
|
+
"type": "string",
|
|
3018
|
+
"maxLength": 200
|
|
3019
|
+
},
|
|
3020
|
+
"description": "Optional attributes"
|
|
2957
3021
|
}
|
|
2958
3022
|
},
|
|
2959
3023
|
"required": [
|