@botpress/api 0.40.0 → 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 +3 -7
- package/dist/src/gen/state.d.ts +1 -4
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +3 -7
package/src/gen/state.ts
CHANGED
|
@@ -4411,7 +4411,8 @@ export const state = {
|
|
|
4411
4411
|
},
|
|
4412
4412
|
"configurationType": {
|
|
4413
4413
|
"type": "string",
|
|
4414
|
-
"
|
|
4414
|
+
"nullable": true,
|
|
4415
|
+
"description": "Integration's configuration type. Set to default if null."
|
|
4415
4416
|
},
|
|
4416
4417
|
"configuration": {
|
|
4417
4418
|
"type": "object",
|
|
@@ -5626,17 +5627,12 @@ export const state = {
|
|
|
5626
5627
|
"schema": {
|
|
5627
5628
|
"type": "object",
|
|
5628
5629
|
"properties": {
|
|
5629
|
-
"id": {
|
|
5630
|
-
"type": "string",
|
|
5631
|
-
"description": "ID of the invoice."
|
|
5632
|
-
},
|
|
5633
5630
|
"total": {
|
|
5634
5631
|
"type": "number",
|
|
5635
5632
|
"description": "Total amount to pay of the invoice."
|
|
5636
5633
|
}
|
|
5637
5634
|
},
|
|
5638
5635
|
"required": [
|
|
5639
|
-
"id",
|
|
5640
5636
|
"total"
|
|
5641
5637
|
],
|
|
5642
5638
|
"title": "getUpcomingInvoiceResponse",
|
|
@@ -11341,7 +11337,7 @@ export const state = {
|
|
|
11341
11337
|
"title": "Botpress API",
|
|
11342
11338
|
"description": "API for Botpress Cloud",
|
|
11343
11339
|
"server": "https://api.botpress.cloud",
|
|
11344
|
-
"version": "0.40.
|
|
11340
|
+
"version": "0.40.2",
|
|
11345
11341
|
"prefix": "v1"
|
|
11346
11342
|
},
|
|
11347
11343
|
"errors": [
|