@botpress/api 0.38.3 → 0.39.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.
package/src/gen/state.ts CHANGED
@@ -9470,7 +9470,7 @@ export const state = {
9470
9470
  "expiresAt": {
9471
9471
  "type": "string",
9472
9472
  "format": "date-time",
9473
- "description": "Expiry timestamp in ISO 8601 format with UTC timezone. After expiry, the File will be deleted. Must be in the future. Cannot be more than 30 days from now. The value up to minutes is considered. Seconds and milliseconds are ignored."
9473
+ "description": "Expiry timestamp in ISO 8601 format with UTC timezone. After expiry, the File will be deleted. Must be in the future. Cannot be more than 90 days from now. The value up to minutes is considered. Seconds and milliseconds are ignored."
9474
9474
  }
9475
9475
  },
9476
9476
  "required": [
@@ -9932,7 +9932,7 @@ export const state = {
9932
9932
  "expiresAt": {
9933
9933
  "type": "string",
9934
9934
  "format": "date-time",
9935
- "description": "Expiry timestamp in ISO 8601 format with UTC timezone. After expiry, the File will be deleted. Must be in the future. Cannot be more than 30 days from now. The value up to minutes is considered. Seconds and milliseconds are ignored. Omit to keep the existing expiry intact. Set to `null` to remove the expiry.",
9935
+ "description": "Expiry timestamp in ISO 8601 format with UTC timezone. After expiry, the File will be deleted. Must be in the future. Cannot be more than 90 days from now. The value up to minutes is considered. Seconds and milliseconds are ignored. Omit to keep the existing expiry intact. Set to `null` to remove the expiry.",
9936
9936
  "nullable": true
9937
9937
  }
9938
9938
  },
@@ -10083,6 +10083,11 @@ export const state = {
10083
10083
  "in": "query",
10084
10084
  "type": "integer",
10085
10085
  "description": "The maximum number of passages to return."
10086
+ },
10087
+ "includeBreadcrumb": {
10088
+ "in": "query",
10089
+ "type": "boolean",
10090
+ "description": "Prepend a breadcrumb to each passage, containing the title and subtitle(s) the passage belongs to in the file."
10086
10091
  }
10087
10092
  },
10088
10093
  "response": {
@@ -11200,7 +11205,7 @@ export const state = {
11200
11205
  "title": "Botpress API",
11201
11206
  "description": "API for Botpress Cloud",
11202
11207
  "server": "https://api.botpress.cloud",
11203
- "version": "0.38.3",
11208
+ "version": "0.39.1",
11204
11209
  "prefix": "v1"
11205
11210
  },
11206
11211
  "errors": [