@botpress/api 0.27.3 → 0.27.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 +13 -1
- package/dist/src/gen/state.d.ts +10 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +13 -1
package/src/gen/state.ts
CHANGED
|
@@ -119,6 +119,11 @@ export const state = {
|
|
|
119
119
|
"in": "query",
|
|
120
120
|
"type": "string[]",
|
|
121
121
|
"description": "Filter by participant ids"
|
|
122
|
+
},
|
|
123
|
+
"integrationName": {
|
|
124
|
+
"in": "query",
|
|
125
|
+
"type": "string",
|
|
126
|
+
"description": "Filter by integration name"
|
|
122
127
|
}
|
|
123
128
|
},
|
|
124
129
|
"section": "conversation",
|
|
@@ -8042,6 +8047,10 @@ export const state = {
|
|
|
8042
8047
|
},
|
|
8043
8048
|
"description": "File tags as an object of key/value pairs"
|
|
8044
8049
|
},
|
|
8050
|
+
"size": {
|
|
8051
|
+
"type": "number",
|
|
8052
|
+
"description": "File size in bytes. This will count against your file storage quota. If the `index` parameter is set to `true`, this will also count against your vector database storage quota."
|
|
8053
|
+
},
|
|
8045
8054
|
"index": {
|
|
8046
8055
|
"default": false,
|
|
8047
8056
|
"type": "boolean",
|
|
@@ -8063,6 +8072,9 @@ export const state = {
|
|
|
8063
8072
|
"description": "File content type. If omitted, the content type will be inferred from the file extension. If a type cannot be inferred, the default is \"application/octet-stream\"."
|
|
8064
8073
|
}
|
|
8065
8074
|
},
|
|
8075
|
+
"required": [
|
|
8076
|
+
"size"
|
|
8077
|
+
],
|
|
8066
8078
|
"title": "createFileBody",
|
|
8067
8079
|
"additionalProperties": false
|
|
8068
8080
|
}
|
|
@@ -9557,7 +9569,7 @@ export const state = {
|
|
|
9557
9569
|
"title": "Botpress API",
|
|
9558
9570
|
"description": "API for Botpress Cloud",
|
|
9559
9571
|
"server": "https://api.botpress.cloud",
|
|
9560
|
-
"version": "0.27.
|
|
9572
|
+
"version": "0.27.5",
|
|
9561
9573
|
"prefix": "v1"
|
|
9562
9574
|
},
|
|
9563
9575
|
"errors": [
|