@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.
@@ -2607,7 +2607,7 @@ export const state = {
2607
2607
  "title": "Botpress API",
2608
2608
  "description": "API for Botpress Cloud",
2609
2609
  "server": "https://api.botpress.cloud",
2610
- "version": "1.3.0",
2610
+ "version": "1.3.2",
2611
2611
  "prefix": "v1"
2612
2612
  },
2613
2613
  "errors": [
@@ -4633,7 +4633,6 @@ export const state = {
4633
4633
  "type": "boolean"
4634
4634
  },
4635
4635
  "handle": {
4636
- "default": "",
4637
4636
  "type": "string"
4638
4637
  }
4639
4638
  },
package/src/gen/state.ts CHANGED
@@ -5381,6 +5381,12 @@ export const state = {
5381
5381
  ]
5382
5382
  },
5383
5383
  "description": "Media files associated with the [Bot](#schema_bot)"
5384
+ },
5385
+ "layers": {
5386
+ "type": "array",
5387
+ "items": {
5388
+ "type": "string"
5389
+ }
5384
5390
  }
5385
5391
  },
5386
5392
  "title": "updateBotBody",
@@ -5636,7 +5642,7 @@ export const state = {
5636
5642
  "in": "query",
5637
5643
  "description": "End of the time range to get logs from",
5638
5644
  "type": "string",
5639
- "required": true
5645
+ "required": false
5640
5646
  },
5641
5647
  "level": {
5642
5648
  "in": "query",
@@ -6978,7 +6984,6 @@ export const state = {
6978
6984
  "type": "boolean"
6979
6985
  },
6980
6986
  "handle": {
6981
- "default": "",
6982
6987
  "type": "string"
6983
6988
  }
6984
6989
  },
@@ -7161,7 +7166,6 @@ export const state = {
7161
7166
  "type": "boolean"
7162
7167
  },
7163
7168
  "handle": {
7164
- "default": "",
7165
7169
  "type": "string"
7166
7170
  }
7167
7171
  },
@@ -7677,7 +7681,6 @@ export const state = {
7677
7681
  "type": "boolean"
7678
7682
  },
7679
7683
  "handle": {
7680
- "default": "",
7681
7684
  "type": "string"
7682
7685
  }
7683
7686
  },
@@ -7854,7 +7857,6 @@ export const state = {
7854
7857
  "type": "boolean"
7855
7858
  },
7856
7859
  "handle": {
7857
- "default": "",
7858
7860
  "type": "string"
7859
7861
  }
7860
7862
  },
@@ -11178,7 +11180,7 @@ export const state = {
11178
11180
  "in": "query",
11179
11181
  "description": "End of the time range to get logs from",
11180
11182
  "type": "string",
11181
- "required": true
11183
+ "required": false
11182
11184
  },
11183
11185
  "level": {
11184
11186
  "in": "query",
@@ -16084,7 +16086,7 @@ export const state = {
16084
16086
  "title": "Botpress API",
16085
16087
  "description": "API for Botpress Cloud",
16086
16088
  "server": "https://api.botpress.cloud",
16087
- "version": "1.3.0",
16089
+ "version": "1.3.2",
16088
16090
  "prefix": "v1"
16089
16091
  },
16090
16092
  "errors": [
@@ -18272,7 +18274,6 @@ export const state = {
18272
18274
  "type": "boolean"
18273
18275
  },
18274
18276
  "handle": {
18275
- "default": "",
18276
18277
  "type": "string"
18277
18278
  }
18278
18279
  },