@botpress/api 0.34.1 → 0.35.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
@@ -9356,7 +9356,7 @@ export const state = {
9356
9356
  "index": {
9357
9357
  "default": false,
9358
9358
  "type": "boolean",
9359
- "description": "Set to a value of 'true' to index the file in vector storage. Only PDFs, Office documents, and text-based files are currently supported. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
9359
+ "description": "Set to a value of 'true' to index the file in vector storage. Only certain file formats are currently supported for indexing. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
9360
9360
  },
9361
9361
  "accessPolicies": {
9362
9362
  "type": "array",
@@ -9999,13 +9999,15 @@ export const state = {
9999
9999
  "subtitle",
10000
10000
  "paragraph",
10001
10001
  "list",
10002
- "note"
10002
+ "blockquote",
10003
+ "table",
10004
+ "code"
10003
10005
  ],
10004
10006
  "description": "The subtype of passage, if any."
10005
10007
  },
10006
10008
  "pageNumber": {
10007
10009
  "type": "integer",
10008
- "description": "Page number the passage is located on, if any. Only applicable if the passage was extracted from a multi-page document (e.g. PDF)."
10010
+ "description": "Page number the passage is located on. Only applicable if the passage was extracted from a PDF file."
10009
10011
  }
10010
10012
  },
10011
10013
  "description": "The passage metadata"
@@ -10960,7 +10962,7 @@ export const state = {
10960
10962
  "title": "Botpress API",
10961
10963
  "description": "API for Botpress Cloud",
10962
10964
  "server": "https://api.botpress.cloud",
10963
- "version": "0.34.1",
10965
+ "version": "0.35.0",
10964
10966
  "prefix": "v1"
10965
10967
  },
10966
10968
  "errors": [
@@ -14054,7 +14056,7 @@ export const state = {
14054
14056
  },
14055
14057
  {
14056
14058
  "title": "Files",
14057
- "description": "The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Office, HTML, CSV, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.",
14059
+ "description": "The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.",
14058
14060
  "name": "files",
14059
14061
  "operations": [
14060
14062
  "upsertFile",