@botpress/api 1.3.1 → 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.1",
2610
+ "version": "1.3.2",
2611
2611
  "prefix": "v1"
2612
2612
  },
2613
2613
  "errors": [
package/src/gen/state.ts CHANGED
@@ -5642,7 +5642,7 @@ export const state = {
5642
5642
  "in": "query",
5643
5643
  "description": "End of the time range to get logs from",
5644
5644
  "type": "string",
5645
- "required": true
5645
+ "required": false
5646
5646
  },
5647
5647
  "level": {
5648
5648
  "in": "query",
@@ -11180,7 +11180,7 @@ export const state = {
11180
11180
  "in": "query",
11181
11181
  "description": "End of the time range to get logs from",
11182
11182
  "type": "string",
11183
- "required": true
11183
+ "required": false
11184
11184
  },
11185
11185
  "level": {
11186
11186
  "in": "query",
@@ -16086,7 +16086,7 @@ export const state = {
16086
16086
  "title": "Botpress API",
16087
16087
  "description": "API for Botpress Cloud",
16088
16088
  "server": "https://api.botpress.cloud",
16089
- "version": "1.3.1",
16089
+ "version": "1.3.2",
16090
16090
  "prefix": "v1"
16091
16091
  },
16092
16092
  "errors": [