@botpress/api 0.40.1 → 0.40.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 +1 -6
- package/dist/src/gen/state.d.ts +0 -4
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +1 -6
package/dist/index.js
CHANGED
|
@@ -288217,17 +288217,12 @@ var state = {
|
|
|
288217
288217
|
"schema": {
|
|
288218
288218
|
"type": "object",
|
|
288219
288219
|
"properties": {
|
|
288220
|
-
"id": {
|
|
288221
|
-
"type": "string",
|
|
288222
|
-
"description": "ID of the invoice."
|
|
288223
|
-
},
|
|
288224
288220
|
"total": {
|
|
288225
288221
|
"type": "number",
|
|
288226
288222
|
"description": "Total amount to pay of the invoice."
|
|
288227
288223
|
}
|
|
288228
288224
|
},
|
|
288229
288225
|
"required": [
|
|
288230
|
-
"id",
|
|
288231
288226
|
"total"
|
|
288232
288227
|
],
|
|
288233
288228
|
"title": "getUpcomingInvoiceResponse",
|
|
@@ -293932,7 +293927,7 @@ var state = {
|
|
|
293932
293927
|
"title": "Botpress API",
|
|
293933
293928
|
"description": "API for Botpress Cloud",
|
|
293934
293929
|
"server": "https://api.botpress.cloud",
|
|
293935
|
-
"version": "0.40.
|
|
293930
|
+
"version": "0.40.2",
|
|
293936
293931
|
"prefix": "v1"
|
|
293937
293932
|
},
|
|
293938
293933
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED