@botpress/api 1.40.0 → 1.41.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 +5 -5
- package/dist/index.js +1362 -47
- 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 +5 -3
- package/src/gen/state.ts +5 -3
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
|
@@ -2157,7 +2157,8 @@ export const state = {
|
|
|
2157
2157
|
"type": "string",
|
|
2158
2158
|
"enum": [
|
|
2159
2159
|
"pending",
|
|
2160
|
-
"in_progress"
|
|
2160
|
+
"in_progress",
|
|
2161
|
+
"listening"
|
|
2161
2162
|
]
|
|
2162
2163
|
},
|
|
2163
2164
|
"eventId": {
|
|
@@ -2465,7 +2466,8 @@ export const state = {
|
|
|
2465
2466
|
"type": "string",
|
|
2466
2467
|
"enum": [
|
|
2467
2468
|
"pending",
|
|
2468
|
-
"in_progress"
|
|
2469
|
+
"in_progress",
|
|
2470
|
+
"listening"
|
|
2469
2471
|
]
|
|
2470
2472
|
},
|
|
2471
2473
|
"eventId": {
|
|
@@ -2621,7 +2623,7 @@ export const state = {
|
|
|
2621
2623
|
"title": "Botpress API",
|
|
2622
2624
|
"description": "API for Botpress Cloud",
|
|
2623
2625
|
"server": "https://api.botpress.cloud",
|
|
2624
|
-
"version": "1.
|
|
2626
|
+
"version": "1.41.0",
|
|
2625
2627
|
"prefix": "v1"
|
|
2626
2628
|
},
|
|
2627
2629
|
"errors": [
|
package/src/gen/state.ts
CHANGED
|
@@ -2157,7 +2157,8 @@ export const state = {
|
|
|
2157
2157
|
"type": "string",
|
|
2158
2158
|
"enum": [
|
|
2159
2159
|
"pending",
|
|
2160
|
-
"in_progress"
|
|
2160
|
+
"in_progress",
|
|
2161
|
+
"listening"
|
|
2161
2162
|
]
|
|
2162
2163
|
},
|
|
2163
2164
|
"eventId": {
|
|
@@ -2465,7 +2466,8 @@ export const state = {
|
|
|
2465
2466
|
"type": "string",
|
|
2466
2467
|
"enum": [
|
|
2467
2468
|
"pending",
|
|
2468
|
-
"in_progress"
|
|
2469
|
+
"in_progress",
|
|
2470
|
+
"listening"
|
|
2469
2471
|
]
|
|
2470
2472
|
},
|
|
2471
2473
|
"eventId": {
|
|
@@ -19669,7 +19671,7 @@ export const state = {
|
|
|
19669
19671
|
"title": "Botpress API",
|
|
19670
19672
|
"description": "API for Botpress Cloud",
|
|
19671
19673
|
"server": "https://api.botpress.cloud",
|
|
19672
|
-
"version": "1.
|
|
19674
|
+
"version": "1.41.0",
|
|
19673
19675
|
"prefix": "v1"
|
|
19674
19676
|
},
|
|
19675
19677
|
"errors": [
|