@botpress/api 1.6.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 +403 -19
- 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 +33 -0
- package/dist/src/gen/state.d.ts +147 -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 +150 -7
- 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 +35 -2
- package/src/gen/state.ts +152 -8
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -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.8.0",
|
|
1583
1583
|
"prefix": "v1"
|
|
1584
1584
|
},
|
|
1585
1585
|
"errors": [
|
|
@@ -2192,6 +2192,14 @@ export const state = {
|
|
|
2192
2192
|
"schema"
|
|
2193
2193
|
],
|
|
2194
2194
|
"additionalProperties": false
|
|
2195
|
+
},
|
|
2196
|
+
"attributes": {
|
|
2197
|
+
"type": "object",
|
|
2198
|
+
"additionalProperties": {
|
|
2199
|
+
"type": "string",
|
|
2200
|
+
"maxLength": 200
|
|
2201
|
+
},
|
|
2202
|
+
"description": "Optional attributes"
|
|
2195
2203
|
}
|
|
2196
2204
|
},
|
|
2197
2205
|
"required": [
|
|
@@ -2768,6 +2776,14 @@ export const state = {
|
|
|
2768
2776
|
"schema"
|
|
2769
2777
|
],
|
|
2770
2778
|
"additionalProperties": false
|
|
2779
|
+
},
|
|
2780
|
+
"attributes": {
|
|
2781
|
+
"type": "object",
|
|
2782
|
+
"additionalProperties": {
|
|
2783
|
+
"type": "string",
|
|
2784
|
+
"maxLength": 200
|
|
2785
|
+
},
|
|
2786
|
+
"description": "Optional attributes"
|
|
2771
2787
|
}
|
|
2772
2788
|
},
|
|
2773
2789
|
"required": [
|
|
@@ -3063,6 +3079,14 @@ export const state = {
|
|
|
3063
3079
|
"schema"
|
|
3064
3080
|
],
|
|
3065
3081
|
"additionalProperties": false
|
|
3082
|
+
},
|
|
3083
|
+
"attributes": {
|
|
3084
|
+
"type": "object",
|
|
3085
|
+
"additionalProperties": {
|
|
3086
|
+
"type": "string",
|
|
3087
|
+
"maxLength": 200
|
|
3088
|
+
},
|
|
3089
|
+
"description": "Optional attributes"
|
|
3066
3090
|
}
|
|
3067
3091
|
},
|
|
3068
3092
|
"required": [
|
|
@@ -3308,6 +3332,14 @@ export const state = {
|
|
|
3308
3332
|
"schema"
|
|
3309
3333
|
],
|
|
3310
3334
|
"additionalProperties": false
|
|
3335
|
+
},
|
|
3336
|
+
"attributes": {
|
|
3337
|
+
"type": "object",
|
|
3338
|
+
"additionalProperties": {
|
|
3339
|
+
"type": "string",
|
|
3340
|
+
"maxLength": 200
|
|
3341
|
+
},
|
|
3342
|
+
"description": "Optional attributes"
|
|
3311
3343
|
}
|
|
3312
3344
|
},
|
|
3313
3345
|
"required": [
|