@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.
- package/dist/index.js +32705 -15513
- package/dist/src/gen/state.d.ts +12 -0
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +19 -1
package/src/gen/state.ts
CHANGED
|
@@ -104,6 +104,24 @@ export const state = {
|
|
|
104
104
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
105
105
|
"type": "string"
|
|
106
106
|
},
|
|
107
|
+
"sortField": {
|
|
108
|
+
"in": "query",
|
|
109
|
+
"description": "Sort results by this field",
|
|
110
|
+
"type": "string",
|
|
111
|
+
"enum": [
|
|
112
|
+
"createdAt",
|
|
113
|
+
"updatedAt"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"sortDirection": {
|
|
117
|
+
"in": "query",
|
|
118
|
+
"description": "Sort results in this direction",
|
|
119
|
+
"type": "string",
|
|
120
|
+
"enum": [
|
|
121
|
+
"asc",
|
|
122
|
+
"desc"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
107
125
|
"tags": {
|
|
108
126
|
"in": "query",
|
|
109
127
|
"type": "object",
|
|
@@ -11069,7 +11087,7 @@ export const state = {
|
|
|
11069
11087
|
"title": "Botpress API",
|
|
11070
11088
|
"description": "API for Botpress Cloud",
|
|
11071
11089
|
"server": "https://api.botpress.cloud",
|
|
11072
|
-
"version": "0.
|
|
11090
|
+
"version": "0.37.0",
|
|
11073
11091
|
"prefix": "v1"
|
|
11074
11092
|
},
|
|
11075
11093
|
"errors": [
|