@botpress/api 0.41.1 → 0.41.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 +142 -186
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +3 -2
package/src/gen/state.ts
CHANGED
|
@@ -7085,7 +7085,8 @@ export const state = {
|
|
|
7085
7085
|
"UPDATE_PAYMENT_METHOD",
|
|
7086
7086
|
"UPDATE_WORKSPACE",
|
|
7087
7087
|
"SET_SPENDING_LIMIT",
|
|
7088
|
-
"SET_AI_SPENDING_LIMIT"
|
|
7088
|
+
"SET_AI_SPENDING_LIMIT",
|
|
7089
|
+
"UPDATE_WORKSPACE_BILLING_READONLY"
|
|
7089
7090
|
]
|
|
7090
7091
|
}
|
|
7091
7092
|
},
|
|
@@ -11550,7 +11551,7 @@ export const state = {
|
|
|
11550
11551
|
"title": "Botpress API",
|
|
11551
11552
|
"description": "API for Botpress Cloud",
|
|
11552
11553
|
"server": "https://api.botpress.cloud",
|
|
11553
|
-
"version": "0.41.
|
|
11554
|
+
"version": "0.41.2",
|
|
11554
11555
|
"prefix": "v1"
|
|
11555
11556
|
},
|
|
11556
11557
|
"errors": [
|