@botpress/api 1.3.0 → 1.3.2

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.
@@ -2784,6 +2784,12 @@ export const state = {
2784
2784
  ]
2785
2785
  },
2786
2786
  "description": "Media files associated with the [Bot](#schema_bot)"
2787
+ },
2788
+ "layers": {
2789
+ "type": "array",
2790
+ "items": {
2791
+ "type": "string"
2792
+ }
2787
2793
  }
2788
2794
  },
2789
2795
  "title": "updateBotBody",
@@ -3039,7 +3045,7 @@ export const state = {
3039
3045
  "in": "query",
3040
3046
  "description": "End of the time range to get logs from",
3041
3047
  "type": "string",
3042
- "required": true
3048
+ "required": false
3043
3049
  },
3044
3050
  "level": {
3045
3051
  "in": "query",
@@ -4381,7 +4387,6 @@ export const state = {
4381
4387
  "type": "boolean"
4382
4388
  },
4383
4389
  "handle": {
4384
- "default": "",
4385
4390
  "type": "string"
4386
4391
  }
4387
4392
  },
@@ -4564,7 +4569,6 @@ export const state = {
4564
4569
  "type": "boolean"
4565
4570
  },
4566
4571
  "handle": {
4567
- "default": "",
4568
4572
  "type": "string"
4569
4573
  }
4570
4574
  },
@@ -5080,7 +5084,6 @@ export const state = {
5080
5084
  "type": "boolean"
5081
5085
  },
5082
5086
  "handle": {
5083
- "default": "",
5084
5087
  "type": "string"
5085
5088
  }
5086
5089
  },
@@ -5257,7 +5260,6 @@ export const state = {
5257
5260
  "type": "boolean"
5258
5261
  },
5259
5262
  "handle": {
5260
- "default": "",
5261
5263
  "type": "string"
5262
5264
  }
5263
5265
  },
@@ -8580,7 +8582,7 @@ export const state = {
8580
8582
  "in": "query",
8581
8583
  "description": "End of the time range to get logs from",
8582
8584
  "type": "string",
8583
- "required": true
8585
+ "required": false
8584
8586
  },
8585
8587
  "level": {
8586
8588
  "in": "query",
@@ -10711,7 +10713,7 @@ export const state = {
10711
10713
  "title": "Botpress API",
10712
10714
  "description": "API for Botpress Cloud",
10713
10715
  "server": "https://api.botpress.cloud",
10714
- "version": "1.3.0",
10716
+ "version": "1.3.2",
10715
10717
  "prefix": "v1"
10716
10718
  },
10717
10719
  "errors": [
@@ -12784,7 +12786,6 @@ export const state = {
12784
12786
  "type": "boolean"
12785
12787
  },
12786
12788
  "handle": {
12787
- "default": "",
12788
12789
  "type": "string"
12789
12790
  }
12790
12791
  },