@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/src/gen/state.ts
CHANGED
|
@@ -5627,17 +5627,12 @@ export const state = {
|
|
|
5627
5627
|
"schema": {
|
|
5628
5628
|
"type": "object",
|
|
5629
5629
|
"properties": {
|
|
5630
|
-
"id": {
|
|
5631
|
-
"type": "string",
|
|
5632
|
-
"description": "ID of the invoice."
|
|
5633
|
-
},
|
|
5634
5630
|
"total": {
|
|
5635
5631
|
"type": "number",
|
|
5636
5632
|
"description": "Total amount to pay of the invoice."
|
|
5637
5633
|
}
|
|
5638
5634
|
},
|
|
5639
5635
|
"required": [
|
|
5640
|
-
"id",
|
|
5641
5636
|
"total"
|
|
5642
5637
|
],
|
|
5643
5638
|
"title": "getUpcomingInvoiceResponse",
|
|
@@ -11342,7 +11337,7 @@ export const state = {
|
|
|
11342
11337
|
"title": "Botpress API",
|
|
11343
11338
|
"description": "API for Botpress Cloud",
|
|
11344
11339
|
"server": "https://api.botpress.cloud",
|
|
11345
|
-
"version": "0.40.
|
|
11340
|
+
"version": "0.40.2",
|
|
11346
11341
|
"prefix": "v1"
|
|
11347
11342
|
},
|
|
11348
11343
|
"errors": [
|