@botpress/api 1.44.0 → 1.45.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 +1499 -3003
- package/dist/src/gen/state.d.ts +7 -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 +1 -1
- 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 +1 -1
- package/src/gen/state.ts +8 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +8 -1
package/src/gen/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -19361,6 +19361,13 @@ export const state = {
|
|
|
19361
19361
|
"maxLength": 1024,
|
|
19362
19362
|
"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. "
|
|
19363
19363
|
},
|
|
19364
|
+
"select": {
|
|
19365
|
+
"type": "array",
|
|
19366
|
+
"items": {
|
|
19367
|
+
"type": "string"
|
|
19368
|
+
},
|
|
19369
|
+
"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."
|
|
19370
|
+
},
|
|
19364
19371
|
"orderBy": {
|
|
19365
19372
|
"default": "id",
|
|
19366
19373
|
"type": "string",
|
|
@@ -19731,7 +19738,7 @@ export const state = {
|
|
|
19731
19738
|
"title": "Botpress API",
|
|
19732
19739
|
"description": "API for Botpress Cloud",
|
|
19733
19740
|
"server": "https://api.botpress.cloud",
|
|
19734
|
-
"version": "1.
|
|
19741
|
+
"version": "1.45.0",
|
|
19735
19742
|
"prefix": "v1"
|
|
19736
19743
|
},
|
|
19737
19744
|
"errors": [
|