@botpress/api 0.68.2 → 0.69.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
@@ -8723,7 +8723,8 @@ export const state = {
8723
8723
  "secrets": {
8724
8724
  "type": "object",
8725
8725
  "additionalProperties": {
8726
- "type": "string"
8726
+ "type": "string",
8727
+ "maxLength": 20000
8727
8728
  },
8728
8729
  "description": "Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing."
8729
8730
  },
@@ -9297,6 +9298,7 @@ export const state = {
9297
9298
  "type": "object",
9298
9299
  "additionalProperties": {
9299
9300
  "type": "string",
9301
+ "maxLength": 20000,
9300
9302
  "nullable": true
9301
9303
  },
9302
9304
  "description": "Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing."
@@ -11937,6 +11939,27 @@ export const state = {
11937
11939
  "description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
11938
11940
  "type": "string"
11939
11941
  },
11942
+ "sortField": {
11943
+ "in": "query",
11944
+ "description": "Sort results by this field",
11945
+ "type": "string",
11946
+ "enum": [
11947
+ "key",
11948
+ "size",
11949
+ "createdAt",
11950
+ "updatedAt",
11951
+ "status"
11952
+ ]
11953
+ },
11954
+ "sortDirection": {
11955
+ "in": "query",
11956
+ "description": "Sort results in this direction",
11957
+ "type": "string",
11958
+ "enum": [
11959
+ "asc",
11960
+ "desc"
11961
+ ]
11962
+ },
11940
11963
  "tags": {
11941
11964
  "in": "query",
11942
11965
  "description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested `not` key with the string or string-array value(s) to exclude.",
@@ -14118,7 +14141,7 @@ export const state = {
14118
14141
  "title": "Botpress API",
14119
14142
  "description": "API for Botpress Cloud",
14120
14143
  "server": "https://api.botpress.cloud",
14121
- "version": "0.68.2",
14144
+ "version": "0.69.0",
14122
14145
  "prefix": "v1"
14123
14146
  },
14124
14147
  "errors": [