@botpress/api 0.36.0 → 0.37.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.
@@ -94,6 +94,18 @@ export declare const state: {
94
94
  description: string;
95
95
  type: "string";
96
96
  };
97
+ sortField: {
98
+ in: "query";
99
+ description: string;
100
+ type: "string";
101
+ enum: string[];
102
+ };
103
+ sortDirection: {
104
+ in: "query";
105
+ description: string;
106
+ type: "string";
107
+ enum: string[];
108
+ };
97
109
  tags: {
98
110
  in: "query";
99
111
  type: "object";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.36.0",
3
+ "version": "0.37.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -23,6 +23,6 @@
23
23
  "zod": "^3.22.4"
24
24
  },
25
25
  "dependencies": {
26
- "@bpinternal/opapi": "0.10.17"
26
+ "@bpinternal/opapi": "0.10.20"
27
27
  }
28
28
  }