@botpress/api 0.37.0 → 0.37.1

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
@@ -10041,6 +10041,14 @@ export const state = {
10041
10041
  "type": "string",
10042
10042
  "description": "File ID"
10043
10043
  },
10044
+ "key": {
10045
+ "type": "string",
10046
+ "description": "Unique key for the file. Must be unique across the bot (and the integration, when applicable)."
10047
+ },
10048
+ "contentType": {
10049
+ "type": "string",
10050
+ "description": "MIME type of the file's content"
10051
+ },
10044
10052
  "tags": {
10045
10053
  "type": "object",
10046
10054
  "additionalProperties": {
@@ -10060,6 +10068,8 @@ export const state = {
10060
10068
  },
10061
10069
  "required": [
10062
10070
  "id",
10071
+ "key",
10072
+ "contentType",
10063
10073
  "tags",
10064
10074
  "createdAt",
10065
10075
  "updatedAt"
@@ -11087,7 +11097,7 @@ export const state = {
11087
11097
  "title": "Botpress API",
11088
11098
  "description": "API for Botpress Cloud",
11089
11099
  "server": "https://api.botpress.cloud",
11090
- "version": "0.37.0",
11100
+ "version": "0.37.1",
11091
11101
  "prefix": "v1"
11092
11102
  },
11093
11103
  "errors": [