@botpress/api 0.21.0 → 0.22.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/src/gen/state.ts CHANGED
@@ -8225,8 +8225,7 @@ export const state = {
8225
8225
  "x-name": {
8226
8226
  "type": "string",
8227
8227
  "description": "File name",
8228
- "in": "header",
8229
- "required": true
8228
+ "in": "header"
8230
8229
  },
8231
8230
  "x-tags": {
8232
8231
  "type": "string",
@@ -8240,7 +8239,7 @@ export const state = {
8240
8239
  },
8241
8240
  "x-index": {
8242
8241
  "type": "boolean",
8243
- "description": "Set to a value of \"true\" to index the file in vector storage. Only PDFs, Office documents, and text-based files are currently supported. Note that if a file is indexed, it will count towards the Vector Storage quota of the workspace rather than the File Storage quota.",
8242
+ "description": "Set to a value of \"true\" to index the file in vector storage (default: false). Only PDFs, Office documents, and text-based files are currently supported. Note that if a file is indexed, it will count towards the Vector Storage quota of the workspace rather than the File Storage quota.",
8244
8243
  "in": "header"
8245
8244
  },
8246
8245
  "Content-Type": {
@@ -8905,6 +8904,10 @@ export const state = {
8905
8904
  "maximum": 30,
8906
8905
  "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
8907
8906
  },
8907
+ "frozen": {
8908
+ "type": "boolean",
8909
+ "description": "A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations."
8910
+ },
8908
8911
  "schema": {
8909
8912
  "type": "object",
8910
8913
  "additionalProperties": true,
@@ -8980,6 +8983,10 @@ export const state = {
8980
8983
  "maximum": 30,
8981
8984
  "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
8982
8985
  },
8986
+ "frozen": {
8987
+ "type": "boolean",
8988
+ "description": "A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations."
8989
+ },
8983
8990
  "schema": {
8984
8991
  "type": "object",
8985
8992
  "additionalProperties": true,
@@ -9098,6 +9105,10 @@ export const state = {
9098
9105
  "type": "string",
9099
9106
  "minLength": 1
9100
9107
  },
9108
+ "frozen": {
9109
+ "type": "boolean",
9110
+ "description": "A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations."
9111
+ },
9101
9112
  "schema": {
9102
9113
  "type": "object",
9103
9114
  "additionalProperties": true,
@@ -9643,7 +9654,7 @@ export const state = {
9643
9654
  "title": "Botpress API",
9644
9655
  "description": "API for Botpress Cloud",
9645
9656
  "server": "https://api.botpress.cloud",
9646
- "version": "0.21.0",
9657
+ "version": "0.22.0",
9647
9658
  "prefix": "v1"
9648
9659
  },
9649
9660
  "errors": [
@@ -11746,6 +11757,10 @@ export const state = {
11746
11757
  "maximum": 30,
11747
11758
  "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
11748
11759
  },
11760
+ "frozen": {
11761
+ "type": "boolean",
11762
+ "description": "A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations."
11763
+ },
11749
11764
  "schema": {
11750
11765
  "type": "object",
11751
11766
  "properties": {