@botpress/api 1.13.0 → 1.13.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.13.0",
2607
+ "version": "1.13.1",
2608
2608
  "prefix": "v1"
2609
2609
  },
2610
2610
  "errors": [
package/src/gen/state.ts CHANGED
@@ -7361,6 +7361,12 @@ export const state = {
7361
7361
  "type": "string",
7362
7362
  "required": false
7363
7363
  },
7364
+ "messageContains": {
7365
+ "in": "query",
7366
+ "description": "Filter logs where the message contains this substring",
7367
+ "type": "string",
7368
+ "required": false
7369
+ },
7364
7370
  "nextToken": {
7365
7371
  "in": "query",
7366
7372
  "description": "Token to get the next page of logs",
@@ -13087,6 +13093,12 @@ export const state = {
13087
13093
  "type": "string",
13088
13094
  "required": false
13089
13095
  },
13096
+ "messageContains": {
13097
+ "in": "query",
13098
+ "description": "Filter logs where the message contains this substring",
13099
+ "type": "string",
13100
+ "required": false
13101
+ },
13090
13102
  "nextToken": {
13091
13103
  "in": "query",
13092
13104
  "description": "Token to get the next page of logs",
@@ -18164,7 +18176,7 @@ export const state = {
18164
18176
  "title": "Botpress API",
18165
18177
  "description": "API for Botpress Cloud",
18166
18178
  "server": "https://api.botpress.cloud",
18167
- "version": "1.13.0",
18179
+ "version": "1.13.1",
18168
18180
  "prefix": "v1"
18169
18181
  },
18170
18182
  "errors": [