@botpress/api 0.71.0 → 0.73.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/dist/index.js +5 -4
- package/dist/src/gen/state.d.ts +2 -1
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +5 -4
package/src/gen/state.ts
CHANGED
|
@@ -13576,12 +13576,13 @@ export const state = {
|
|
|
13576
13576
|
}
|
|
13577
13577
|
},
|
|
13578
13578
|
"requestBody": {
|
|
13579
|
-
"description": "
|
|
13579
|
+
"description": "Additional options for file copying.",
|
|
13580
13580
|
"schema": {
|
|
13581
13581
|
"type": "object",
|
|
13582
13582
|
"properties": {
|
|
13583
|
-
"
|
|
13584
|
-
"type": "boolean"
|
|
13583
|
+
"overwrite": {
|
|
13584
|
+
"type": "boolean",
|
|
13585
|
+
"description": "Set to `true` to overwrite the file if it already exists, otherwise an error will be returned. If overwriting, the existing file must be owned by the same user making the file copy request, otherwise an error will be returned."
|
|
13585
13586
|
}
|
|
13586
13587
|
},
|
|
13587
13588
|
"title": "copyFileBody",
|
|
@@ -15282,7 +15283,7 @@ export const state = {
|
|
|
15282
15283
|
"title": "Botpress API",
|
|
15283
15284
|
"description": "API for Botpress Cloud",
|
|
15284
15285
|
"server": "https://api.botpress.cloud",
|
|
15285
|
-
"version": "0.
|
|
15286
|
+
"version": "0.73.0",
|
|
15286
15287
|
"prefix": "v1"
|
|
15287
15288
|
},
|
|
15288
15289
|
"errors": [
|