@botpress/api 0.42.0 → 0.42.1
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 +57 -1
- package/dist/src/gen/state.d.ts +37 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +57 -1
package/src/gen/state.ts
CHANGED
|
@@ -11560,7 +11560,7 @@ export const state = {
|
|
|
11560
11560
|
"title": "Botpress API",
|
|
11561
11561
|
"description": "API for Botpress Cloud",
|
|
11562
11562
|
"server": "https://api.botpress.cloud",
|
|
11563
|
-
"version": "0.42.
|
|
11563
|
+
"version": "0.42.1",
|
|
11564
11564
|
"prefix": "v1"
|
|
11565
11565
|
},
|
|
11566
11566
|
"errors": [
|
|
@@ -14062,6 +14062,7 @@ export const state = {
|
|
|
14062
14062
|
"number",
|
|
14063
14063
|
"boolean",
|
|
14064
14064
|
"object",
|
|
14065
|
+
"array",
|
|
14065
14066
|
"null"
|
|
14066
14067
|
]
|
|
14067
14068
|
},
|
|
@@ -14074,10 +14075,65 @@ export const state = {
|
|
|
14074
14075
|
"description": {
|
|
14075
14076
|
"type": "string"
|
|
14076
14077
|
},
|
|
14078
|
+
"pattern": {
|
|
14079
|
+
"type": "string",
|
|
14080
|
+
"description": "String properties must match this pattern"
|
|
14081
|
+
},
|
|
14082
|
+
"enum": {
|
|
14083
|
+
"type": "array",
|
|
14084
|
+
"items": {
|
|
14085
|
+
"type": "string"
|
|
14086
|
+
},
|
|
14087
|
+
"description": "String properties must be one of these values"
|
|
14088
|
+
},
|
|
14089
|
+
"items": {
|
|
14090
|
+
"type": "object",
|
|
14091
|
+
"properties": {
|
|
14092
|
+
"type": {
|
|
14093
|
+
"type": "string",
|
|
14094
|
+
"enum": [
|
|
14095
|
+
"string",
|
|
14096
|
+
"number",
|
|
14097
|
+
"boolean",
|
|
14098
|
+
"object",
|
|
14099
|
+
"array",
|
|
14100
|
+
"null"
|
|
14101
|
+
]
|
|
14102
|
+
}
|
|
14103
|
+
},
|
|
14104
|
+
"required": [
|
|
14105
|
+
"type"
|
|
14106
|
+
],
|
|
14107
|
+
"additionalProperties": true,
|
|
14108
|
+
"description": "Defines the shape of items in an array"
|
|
14109
|
+
},
|
|
14077
14110
|
"nullable": {
|
|
14078
14111
|
"default": true,
|
|
14079
14112
|
"type": "boolean"
|
|
14080
14113
|
},
|
|
14114
|
+
"properties": {
|
|
14115
|
+
"type": "object",
|
|
14116
|
+
"additionalProperties": {
|
|
14117
|
+
"type": "object",
|
|
14118
|
+
"properties": {
|
|
14119
|
+
"type": {
|
|
14120
|
+
"type": "string",
|
|
14121
|
+
"enum": [
|
|
14122
|
+
"string",
|
|
14123
|
+
"number",
|
|
14124
|
+
"boolean",
|
|
14125
|
+
"object",
|
|
14126
|
+
"array",
|
|
14127
|
+
"null"
|
|
14128
|
+
]
|
|
14129
|
+
}
|
|
14130
|
+
},
|
|
14131
|
+
"required": [
|
|
14132
|
+
"type"
|
|
14133
|
+
],
|
|
14134
|
+
"additionalProperties": true
|
|
14135
|
+
}
|
|
14136
|
+
},
|
|
14081
14137
|
"x-zui": {
|
|
14082
14138
|
"type": "object",
|
|
14083
14139
|
"properties": {
|