@botpress/api 0.42.2 → 0.43.0

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.
package/src/gen/state.ts CHANGED
@@ -10020,13 +10020,20 @@ export const state = {
10020
10020
  },
10021
10021
  "tags": {
10022
10022
  "in": "query",
10023
- "description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file.",
10023
+ "description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested `not` key with the string or string-array value(s) to exclude.",
10024
+ "type": "object",
10025
+ "schema": {}
10026
+ },
10027
+ "ids": {
10028
+ "in": "query",
10029
+ "description": "Filter files by IDs.",
10024
10030
  "type": "object",
10025
10031
  "schema": {
10026
- "type": "object",
10027
- "additionalProperties": {
10032
+ "type": "array",
10033
+ "items": {
10028
10034
  "type": "string"
10029
- }
10035
+ },
10036
+ "maxItems": 50
10030
10037
  }
10031
10038
  }
10032
10039
  },
@@ -10444,14 +10451,9 @@ export const state = {
10444
10451
  "parameters": {
10445
10452
  "tags": {
10446
10453
  "in": "query",
10447
- "description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file.",
10454
+ "description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested `not` key with the string or string-array value(s) to exclude.",
10448
10455
  "type": "object",
10449
- "schema": {
10450
- "type": "object",
10451
- "additionalProperties": {
10452
- "type": "string"
10453
- }
10454
- }
10456
+ "schema": {}
10455
10457
  },
10456
10458
  "query": {
10457
10459
  "in": "query",
@@ -11599,7 +11601,7 @@ export const state = {
11599
11601
  "title": "Botpress API",
11600
11602
  "description": "API for Botpress Cloud",
11601
11603
  "server": "https://api.botpress.cloud",
11602
- "version": "0.42.2",
11604
+ "version": "0.43.0",
11603
11605
  "prefix": "v1"
11604
11606
  },
11605
11607
  "errors": [