@botpress/api 0.30.3 → 0.31.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/dist/index.js +12 -3
- package/dist/src/gen/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +12 -3
package/src/gen/state.ts
CHANGED
|
@@ -5182,9 +5182,18 @@ export const state = {
|
|
|
5182
5182
|
"paymentStatus": {
|
|
5183
5183
|
"type": "string",
|
|
5184
5184
|
"enum": [
|
|
5185
|
+
"deleted",
|
|
5186
|
+
"draft",
|
|
5187
|
+
"open",
|
|
5185
5188
|
"paid",
|
|
5186
|
-
"
|
|
5187
|
-
|
|
5189
|
+
"uncollectible",
|
|
5190
|
+
"void"
|
|
5191
|
+
],
|
|
5192
|
+
"nullable": true
|
|
5193
|
+
},
|
|
5194
|
+
"dueDate": {
|
|
5195
|
+
"type": "string",
|
|
5196
|
+
"description": "Date on which the invoice is due."
|
|
5188
5197
|
},
|
|
5189
5198
|
"paymentAttemptCount": {
|
|
5190
5199
|
"type": "number",
|
|
@@ -10208,7 +10217,7 @@ export const state = {
|
|
|
10208
10217
|
"title": "Botpress API",
|
|
10209
10218
|
"description": "API for Botpress Cloud",
|
|
10210
10219
|
"server": "https://api.botpress.cloud",
|
|
10211
|
-
"version": "0.
|
|
10220
|
+
"version": "0.31.0",
|
|
10212
10221
|
"prefix": "v1"
|
|
10213
10222
|
},
|
|
10214
10223
|
"errors": [
|