@botpress/api 1.18.0 → 1.18.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 +5 -69
- package/dist/src/gen/admin/state.d.ts +0 -32
- package/dist/src/gen/state.d.ts +0 -32
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -33
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +1 -33
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -12219,22 +12219,6 @@ export const state = {
|
|
|
12219
12219
|
"additionalProperties": false
|
|
12220
12220
|
}
|
|
12221
12221
|
},
|
|
12222
|
-
"sandbox": {
|
|
12223
|
-
"type": "object",
|
|
12224
|
-
"properties": {
|
|
12225
|
-
"identifierExtractScript": {
|
|
12226
|
-
"type": "string",
|
|
12227
|
-
"maxLength": 2000,
|
|
12228
|
-
"nullable": true
|
|
12229
|
-
},
|
|
12230
|
-
"messageExtractScript": {
|
|
12231
|
-
"type": "string",
|
|
12232
|
-
"maxLength": 2000,
|
|
12233
|
-
"nullable": true
|
|
12234
|
-
}
|
|
12235
|
-
},
|
|
12236
|
-
"additionalProperties": false
|
|
12237
|
-
},
|
|
12238
12222
|
"attributes": {
|
|
12239
12223
|
"type": "object",
|
|
12240
12224
|
"additionalProperties": {
|
|
@@ -12827,22 +12811,6 @@ export const state = {
|
|
|
12827
12811
|
"additionalProperties": false
|
|
12828
12812
|
}
|
|
12829
12813
|
},
|
|
12830
|
-
"sandbox": {
|
|
12831
|
-
"type": "object",
|
|
12832
|
-
"properties": {
|
|
12833
|
-
"identifierExtractScript": {
|
|
12834
|
-
"type": "string",
|
|
12835
|
-
"maxLength": 2000,
|
|
12836
|
-
"nullable": true
|
|
12837
|
-
},
|
|
12838
|
-
"messageExtractScript": {
|
|
12839
|
-
"type": "string",
|
|
12840
|
-
"maxLength": 2000,
|
|
12841
|
-
"nullable": true
|
|
12842
|
-
}
|
|
12843
|
-
},
|
|
12844
|
-
"additionalProperties": false
|
|
12845
|
-
},
|
|
12846
12814
|
"attributes": {
|
|
12847
12815
|
"type": "object",
|
|
12848
12816
|
"additionalProperties": {
|
|
@@ -18421,7 +18389,7 @@ export const state = {
|
|
|
18421
18389
|
"title": "Botpress API",
|
|
18422
18390
|
"description": "API for Botpress Cloud",
|
|
18423
18391
|
"server": "https://api.botpress.cloud",
|
|
18424
|
-
"version": "1.18.
|
|
18392
|
+
"version": "1.18.1",
|
|
18425
18393
|
"prefix": "v1"
|
|
18426
18394
|
},
|
|
18427
18395
|
"errors": [
|