@botpress/api 0.68.3 → 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
@@ -11939,6 +11939,27 @@ export const state = {
11939
11939
  "description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
11940
11940
  "type": "string"
11941
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
+ },
11942
11963
  "tags": {
11943
11964
  "in": "query",
11944
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.",
@@ -14120,7 +14141,7 @@ export const state = {
14120
14141
  "title": "Botpress API",
14121
14142
  "description": "API for Botpress Cloud",
14122
14143
  "server": "https://api.botpress.cloud",
14123
- "version": "0.68.3",
14144
+ "version": "0.69.0",
14124
14145
  "prefix": "v1"
14125
14146
  },
14126
14147
  "errors": [