@botpress/api 1.3.1 → 1.3.2
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 +9 -9
- package/dist/src/gen/admin/state.d.ts +2 -2
- package/dist/src/gen/state.d.ts +2 -2
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +3 -3
- 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 +3 -3
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -5642,7 +5642,7 @@ export const state = {
|
|
|
5642
5642
|
"in": "query",
|
|
5643
5643
|
"description": "End of the time range to get logs from",
|
|
5644
5644
|
"type": "string",
|
|
5645
|
-
"required":
|
|
5645
|
+
"required": false
|
|
5646
5646
|
},
|
|
5647
5647
|
"level": {
|
|
5648
5648
|
"in": "query",
|
|
@@ -11180,7 +11180,7 @@ export const state = {
|
|
|
11180
11180
|
"in": "query",
|
|
11181
11181
|
"description": "End of the time range to get logs from",
|
|
11182
11182
|
"type": "string",
|
|
11183
|
-
"required":
|
|
11183
|
+
"required": false
|
|
11184
11184
|
},
|
|
11185
11185
|
"level": {
|
|
11186
11186
|
"in": "query",
|
|
@@ -16086,7 +16086,7 @@ export const state = {
|
|
|
16086
16086
|
"title": "Botpress API",
|
|
16087
16087
|
"description": "API for Botpress Cloud",
|
|
16088
16088
|
"server": "https://api.botpress.cloud",
|
|
16089
|
-
"version": "1.3.
|
|
16089
|
+
"version": "1.3.2",
|
|
16090
16090
|
"prefix": "v1"
|
|
16091
16091
|
},
|
|
16092
16092
|
"errors": [
|