@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/files/state.ts
CHANGED
|
@@ -1579,7 +1579,7 @@ export const state = {
|
|
|
1579
1579
|
"title": "Botpress API",
|
|
1580
1580
|
"description": "API for Botpress Cloud",
|
|
1581
1581
|
"server": "https://api.botpress.cloud",
|
|
1582
|
-
"version": "1.
|
|
1582
|
+
"version": "1.9.0",
|
|
1583
1583
|
"prefix": "v1"
|
|
1584
1584
|
},
|
|
1585
1585
|
"errors": [
|
|
@@ -2069,6 +2069,14 @@ export const state = {
|
|
|
2069
2069
|
"schema": {
|
|
2070
2070
|
"type": "object",
|
|
2071
2071
|
"additionalProperties": true
|
|
2072
|
+
},
|
|
2073
|
+
"attributes": {
|
|
2074
|
+
"type": "object",
|
|
2075
|
+
"additionalProperties": {
|
|
2076
|
+
"type": "string",
|
|
2077
|
+
"maxLength": 200
|
|
2078
|
+
},
|
|
2079
|
+
"description": "Optional attributes"
|
|
2072
2080
|
}
|
|
2073
2081
|
},
|
|
2074
2082
|
"required": [
|
|
@@ -2192,6 +2200,14 @@ export const state = {
|
|
|
2192
2200
|
"schema"
|
|
2193
2201
|
],
|
|
2194
2202
|
"additionalProperties": false
|
|
2203
|
+
},
|
|
2204
|
+
"attributes": {
|
|
2205
|
+
"type": "object",
|
|
2206
|
+
"additionalProperties": {
|
|
2207
|
+
"type": "string",
|
|
2208
|
+
"maxLength": 200
|
|
2209
|
+
},
|
|
2210
|
+
"description": "Optional attributes"
|
|
2195
2211
|
}
|
|
2196
2212
|
},
|
|
2197
2213
|
"required": [
|
|
@@ -2713,6 +2729,14 @@ export const state = {
|
|
|
2713
2729
|
"schema": {
|
|
2714
2730
|
"type": "object",
|
|
2715
2731
|
"additionalProperties": true
|
|
2732
|
+
},
|
|
2733
|
+
"attributes": {
|
|
2734
|
+
"type": "object",
|
|
2735
|
+
"additionalProperties": {
|
|
2736
|
+
"type": "string",
|
|
2737
|
+
"maxLength": 200
|
|
2738
|
+
},
|
|
2739
|
+
"description": "Optional attributes"
|
|
2716
2740
|
}
|
|
2717
2741
|
},
|
|
2718
2742
|
"required": [
|
|
@@ -2768,6 +2792,14 @@ export const state = {
|
|
|
2768
2792
|
"schema"
|
|
2769
2793
|
],
|
|
2770
2794
|
"additionalProperties": false
|
|
2795
|
+
},
|
|
2796
|
+
"attributes": {
|
|
2797
|
+
"type": "object",
|
|
2798
|
+
"additionalProperties": {
|
|
2799
|
+
"type": "string",
|
|
2800
|
+
"maxLength": 200
|
|
2801
|
+
},
|
|
2802
|
+
"description": "Optional attributes"
|
|
2771
2803
|
}
|
|
2772
2804
|
},
|
|
2773
2805
|
"required": [
|
|
@@ -3008,6 +3040,14 @@ export const state = {
|
|
|
3008
3040
|
"schema": {
|
|
3009
3041
|
"type": "object",
|
|
3010
3042
|
"additionalProperties": true
|
|
3043
|
+
},
|
|
3044
|
+
"attributes": {
|
|
3045
|
+
"type": "object",
|
|
3046
|
+
"additionalProperties": {
|
|
3047
|
+
"type": "string",
|
|
3048
|
+
"maxLength": 200
|
|
3049
|
+
},
|
|
3050
|
+
"description": "Optional attributes"
|
|
3011
3051
|
}
|
|
3012
3052
|
},
|
|
3013
3053
|
"required": [
|
|
@@ -3063,6 +3103,14 @@ export const state = {
|
|
|
3063
3103
|
"schema"
|
|
3064
3104
|
],
|
|
3065
3105
|
"additionalProperties": false
|
|
3106
|
+
},
|
|
3107
|
+
"attributes": {
|
|
3108
|
+
"type": "object",
|
|
3109
|
+
"additionalProperties": {
|
|
3110
|
+
"type": "string",
|
|
3111
|
+
"maxLength": 200
|
|
3112
|
+
},
|
|
3113
|
+
"description": "Optional attributes"
|
|
3066
3114
|
}
|
|
3067
3115
|
},
|
|
3068
3116
|
"required": [
|
|
@@ -3253,6 +3301,14 @@ export const state = {
|
|
|
3253
3301
|
"schema": {
|
|
3254
3302
|
"type": "object",
|
|
3255
3303
|
"additionalProperties": true
|
|
3304
|
+
},
|
|
3305
|
+
"attributes": {
|
|
3306
|
+
"type": "object",
|
|
3307
|
+
"additionalProperties": {
|
|
3308
|
+
"type": "string",
|
|
3309
|
+
"maxLength": 200
|
|
3310
|
+
},
|
|
3311
|
+
"description": "Optional attributes"
|
|
3256
3312
|
}
|
|
3257
3313
|
},
|
|
3258
3314
|
"required": [
|
|
@@ -3308,6 +3364,14 @@ export const state = {
|
|
|
3308
3364
|
"schema"
|
|
3309
3365
|
],
|
|
3310
3366
|
"additionalProperties": false
|
|
3367
|
+
},
|
|
3368
|
+
"attributes": {
|
|
3369
|
+
"type": "object",
|
|
3370
|
+
"additionalProperties": {
|
|
3371
|
+
"type": "string",
|
|
3372
|
+
"maxLength": 200
|
|
3373
|
+
},
|
|
3374
|
+
"description": "Optional attributes"
|
|
3311
3375
|
}
|
|
3312
3376
|
},
|
|
3313
3377
|
"required": [
|