@botpress/api 0.27.6 → 0.27.7
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 +38 -10
- package/dist/src/gen/state.d.ts +13 -1
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +38 -10
package/src/gen/state.ts
CHANGED
|
@@ -8130,7 +8130,11 @@ export const state = {
|
|
|
8130
8130
|
"accessPolicies": {
|
|
8131
8131
|
"type": "array",
|
|
8132
8132
|
"items": {
|
|
8133
|
-
"type": "string"
|
|
8133
|
+
"type": "string",
|
|
8134
|
+
"enum": [
|
|
8135
|
+
"integrations",
|
|
8136
|
+
"public_content"
|
|
8137
|
+
]
|
|
8134
8138
|
},
|
|
8135
8139
|
"description": "Access policies configured for the file."
|
|
8136
8140
|
},
|
|
@@ -8292,7 +8296,11 @@ export const state = {
|
|
|
8292
8296
|
"accessPolicies": {
|
|
8293
8297
|
"type": "array",
|
|
8294
8298
|
"items": {
|
|
8295
|
-
"type": "string"
|
|
8299
|
+
"type": "string",
|
|
8300
|
+
"enum": [
|
|
8301
|
+
"integrations",
|
|
8302
|
+
"public_content"
|
|
8303
|
+
]
|
|
8296
8304
|
},
|
|
8297
8305
|
"description": "Access policies configured for the file."
|
|
8298
8306
|
},
|
|
@@ -8420,7 +8428,11 @@ export const state = {
|
|
|
8420
8428
|
"accessPolicies": {
|
|
8421
8429
|
"type": "array",
|
|
8422
8430
|
"items": {
|
|
8423
|
-
"type": "string"
|
|
8431
|
+
"type": "string",
|
|
8432
|
+
"enum": [
|
|
8433
|
+
"integrations",
|
|
8434
|
+
"public_content"
|
|
8435
|
+
]
|
|
8424
8436
|
},
|
|
8425
8437
|
"description": "Access policies configured for the file."
|
|
8426
8438
|
},
|
|
@@ -8495,12 +8507,20 @@ export const state = {
|
|
|
8495
8507
|
"maxLength": 1000,
|
|
8496
8508
|
"nullable": true
|
|
8497
8509
|
},
|
|
8498
|
-
"description": "The file tags to update as an object of key/value pairs with string (text) values. Any existing tags not included will be preserved. New tags will be added. To delete a tag, set its value to `null`."
|
|
8510
|
+
"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`."
|
|
8511
|
+
},
|
|
8512
|
+
"accessPolicies": {
|
|
8513
|
+
"type": "array",
|
|
8514
|
+
"items": {
|
|
8515
|
+
"type": "string",
|
|
8516
|
+
"enum": [
|
|
8517
|
+
"integrations",
|
|
8518
|
+
"public_content"
|
|
8519
|
+
]
|
|
8520
|
+
},
|
|
8521
|
+
"description": "New access policies to set for the file. Omit to keep existing policies intact."
|
|
8499
8522
|
}
|
|
8500
8523
|
},
|
|
8501
|
-
"required": [
|
|
8502
|
-
"tags"
|
|
8503
|
-
],
|
|
8504
8524
|
"title": "updateFileBody",
|
|
8505
8525
|
"additionalProperties": false
|
|
8506
8526
|
}
|
|
@@ -8559,7 +8579,11 @@ export const state = {
|
|
|
8559
8579
|
"accessPolicies": {
|
|
8560
8580
|
"type": "array",
|
|
8561
8581
|
"items": {
|
|
8562
|
-
"type": "string"
|
|
8582
|
+
"type": "string",
|
|
8583
|
+
"enum": [
|
|
8584
|
+
"integrations",
|
|
8585
|
+
"public_content"
|
|
8586
|
+
]
|
|
8563
8587
|
},
|
|
8564
8588
|
"description": "Access policies configured for the file."
|
|
8565
8589
|
},
|
|
@@ -9581,7 +9605,7 @@ export const state = {
|
|
|
9581
9605
|
"title": "Botpress API",
|
|
9582
9606
|
"description": "API for Botpress Cloud",
|
|
9583
9607
|
"server": "https://api.botpress.cloud",
|
|
9584
|
-
"version": "0.27.
|
|
9608
|
+
"version": "0.27.7",
|
|
9585
9609
|
"prefix": "v1"
|
|
9586
9610
|
},
|
|
9587
9611
|
"errors": [
|
|
@@ -11943,7 +11967,11 @@ export const state = {
|
|
|
11943
11967
|
"accessPolicies": {
|
|
11944
11968
|
"type": "array",
|
|
11945
11969
|
"items": {
|
|
11946
|
-
"type": "string"
|
|
11970
|
+
"type": "string",
|
|
11971
|
+
"enum": [
|
|
11972
|
+
"integrations",
|
|
11973
|
+
"public_content"
|
|
11974
|
+
]
|
|
11947
11975
|
},
|
|
11948
11976
|
"description": "Access policies configured for the file."
|
|
11949
11977
|
},
|