@botpress/api 0.32.0 → 0.32.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
@@ -4380,6 +4380,24 @@ export const state = {
4380
4380
  "in": "query",
4381
4381
  "description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
4382
4382
  "type": "string"
4383
+ },
4384
+ "sortField": {
4385
+ "in": "query",
4386
+ "description": "Sort results by this field",
4387
+ "type": "string",
4388
+ "enum": [
4389
+ "createdAt",
4390
+ "updatedAt"
4391
+ ]
4392
+ },
4393
+ "sortDirection": {
4394
+ "in": "query",
4395
+ "description": "Sort results in this direction",
4396
+ "type": "string",
4397
+ "enum": [
4398
+ "asc",
4399
+ "desc"
4400
+ ]
4383
4401
  }
4384
4402
  },
4385
4403
  "section": "bot",
@@ -10685,7 +10703,7 @@ export const state = {
10685
10703
  "title": "Botpress API",
10686
10704
  "description": "API for Botpress Cloud",
10687
10705
  "server": "https://api.botpress.cloud",
10688
- "version": "0.32.0",
10706
+ "version": "0.32.1",
10689
10707
  "prefix": "v1"
10690
10708
  },
10691
10709
  "errors": [