@botpress/api 0.29.4 → 0.29.5
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/dist/index.js +7 -7
- package/package.json +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +7 -7
package/src/gen/state.ts
CHANGED
|
@@ -8167,7 +8167,7 @@ export const state = {
|
|
|
8167
8167
|
"type": "string",
|
|
8168
8168
|
"maxLength": 1000
|
|
8169
8169
|
},
|
|
8170
|
-
"description": "File tags as an object of key
|
|
8170
|
+
"description": "File tags as an object of key-value pairs. Tag values should be of `string` (text) type."
|
|
8171
8171
|
},
|
|
8172
8172
|
"size": {
|
|
8173
8173
|
"type": "number",
|
|
@@ -8347,7 +8347,7 @@ export const state = {
|
|
|
8347
8347
|
},
|
|
8348
8348
|
"tags": {
|
|
8349
8349
|
"in": "query",
|
|
8350
|
-
"description": "Filter by tags",
|
|
8350
|
+
"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.",
|
|
8351
8351
|
"type": "object",
|
|
8352
8352
|
"schema": {
|
|
8353
8353
|
"type": "object",
|
|
@@ -8624,7 +8624,7 @@ export const state = {
|
|
|
8624
8624
|
"maxLength": 1000,
|
|
8625
8625
|
"nullable": true
|
|
8626
8626
|
},
|
|
8627
|
-
"description": "The file tags to update as an object of key
|
|
8627
|
+
"description": "The file tags to update as an object of key-value pairs with `string` (text) values. Omit to keep existing tags intact. Any existing tags not included will be preserved. New tags will be added. To delete a tag, set its value to `null`."
|
|
8628
8628
|
},
|
|
8629
8629
|
"accessPolicies": {
|
|
8630
8630
|
"type": "array",
|
|
@@ -8759,7 +8759,7 @@ export const state = {
|
|
|
8759
8759
|
"parameters": {
|
|
8760
8760
|
"tags": {
|
|
8761
8761
|
"in": "query",
|
|
8762
|
-
"description": "Filter by tags",
|
|
8762
|
+
"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.",
|
|
8763
8763
|
"type": "object",
|
|
8764
8764
|
"schema": {
|
|
8765
8765
|
"type": "object",
|
|
@@ -8821,7 +8821,7 @@ export const state = {
|
|
|
8821
8821
|
"type": "string",
|
|
8822
8822
|
"maxLength": 1000
|
|
8823
8823
|
},
|
|
8824
|
-
"description": "The tags of the file as an object of key
|
|
8824
|
+
"description": "The tags of the file as an object of key-value pairs."
|
|
8825
8825
|
},
|
|
8826
8826
|
"createdAt": {
|
|
8827
8827
|
"type": "string",
|
|
@@ -9758,7 +9758,7 @@ export const state = {
|
|
|
9758
9758
|
"title": "Botpress API",
|
|
9759
9759
|
"description": "API for Botpress Cloud",
|
|
9760
9760
|
"server": "https://api.botpress.cloud",
|
|
9761
|
-
"version": "0.29.
|
|
9761
|
+
"version": "0.29.5",
|
|
9762
9762
|
"prefix": "v1"
|
|
9763
9763
|
},
|
|
9764
9764
|
"errors": [
|
|
@@ -12564,7 +12564,7 @@ export const state = {
|
|
|
12564
12564
|
},
|
|
12565
12565
|
{
|
|
12566
12566
|
"title": "Files",
|
|
12567
|
-
"description": "
|
|
12567
|
+
"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.",
|
|
12568
12568
|
"name": "files",
|
|
12569
12569
|
"operations": [
|
|
12570
12570
|
"createFile",
|