@botpress/api 0.27.4 → 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 +8 -1
- package/dist/src/gen/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +8 -1
package/src/gen/state.ts
CHANGED
|
@@ -8047,6 +8047,10 @@ export const state = {
|
|
|
8047
8047
|
},
|
|
8048
8048
|
"description": "File tags as an object of key/value pairs"
|
|
8049
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
|
+
},
|
|
8050
8054
|
"index": {
|
|
8051
8055
|
"default": false,
|
|
8052
8056
|
"type": "boolean",
|
|
@@ -8068,6 +8072,9 @@ export const state = {
|
|
|
8068
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\"."
|
|
8069
8073
|
}
|
|
8070
8074
|
},
|
|
8075
|
+
"required": [
|
|
8076
|
+
"size"
|
|
8077
|
+
],
|
|
8071
8078
|
"title": "createFileBody",
|
|
8072
8079
|
"additionalProperties": false
|
|
8073
8080
|
}
|
|
@@ -9562,7 +9569,7 @@ export const state = {
|
|
|
9562
9569
|
"title": "Botpress API",
|
|
9563
9570
|
"description": "API for Botpress Cloud",
|
|
9564
9571
|
"server": "https://api.botpress.cloud",
|
|
9565
|
-
"version": "0.27.
|
|
9572
|
+
"version": "0.27.5",
|
|
9566
9573
|
"prefix": "v1"
|
|
9567
9574
|
},
|
|
9568
9575
|
"errors": [
|