@botpress/api 1.44.0 → 1.46.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/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +2137 -3621
- package/dist/src/gen/runtime/state.d.ts +5 -0
- package/dist/src/gen/state.d.ts +12 -0
- package/dist/src/gen/tables/state.d.ts +7 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +4 -2
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +9 -1
- package/src/gen/state.ts +19 -2
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +8 -1
package/src/gen/tables/state.ts
CHANGED
|
@@ -846,6 +846,13 @@ export const state = {
|
|
|
846
846
|
"maxLength": 1024,
|
|
847
847
|
"description": "Search term to apply to the row search. When using this parameter, some rows which doesn't match the search term will be returned, use the similarity field to know how much the row matches the search term. "
|
|
848
848
|
},
|
|
849
|
+
"select": {
|
|
850
|
+
"type": "array",
|
|
851
|
+
"items": {
|
|
852
|
+
"type": "string"
|
|
853
|
+
},
|
|
854
|
+
"description": "Specify which columns to return in the response. Supports both top-level columns (e.g., \"name\") and nested attributes using dot notation (e.g., \"attributes.price\"). System columns (id, createdAt, updatedAt, etc.) are always included. If omitted, all columns are returned."
|
|
855
|
+
},
|
|
849
856
|
"orderBy": {
|
|
850
857
|
"default": "id",
|
|
851
858
|
"type": "string",
|
|
@@ -1216,7 +1223,7 @@ export const state = {
|
|
|
1216
1223
|
"title": "Botpress API",
|
|
1217
1224
|
"description": "API for Botpress Cloud",
|
|
1218
1225
|
"server": "https://api.botpress.cloud",
|
|
1219
|
-
"version": "1.
|
|
1226
|
+
"version": "1.46.0",
|
|
1220
1227
|
"prefix": "v1"
|
|
1221
1228
|
},
|
|
1222
1229
|
"errors": [
|