@botpress/api 0.36.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.
@@ -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";
@@ -8787,6 +8799,14 @@ export declare const state: {
8787
8799
  type: "string";
8788
8800
  description: string;
8789
8801
  };
8802
+ key: {
8803
+ type: "string";
8804
+ description: string;
8805
+ };
8806
+ contentType: {
8807
+ type: "string";
8808
+ description: string;
8809
+ };
8790
8810
  tags: {
8791
8811
  type: "object";
8792
8812
  additionalProperties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.36.0",
3
+ "version": "0.37.1",
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
  }