@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.
@@ -2604,7 +2604,7 @@ export const state = {
2604
2604
  "title": "Botpress API",
2605
2605
  "description": "API for Botpress Cloud",
2606
2606
  "server": "https://api.botpress.cloud",
2607
- "version": "1.18.0",
2607
+ "version": "1.18.1",
2608
2608
  "prefix": "v1"
2609
2609
  },
2610
2610
  "errors": [
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.0",
18392
+ "version": "1.18.1",
18425
18393
  "prefix": "v1"
18426
18394
  },
18427
18395
  "errors": [