aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-07 03:57:33 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-07 03:57:33 -0500
commita942c7c8e17eb829ef1581c0b556665784f19e33 (patch)
treeff391dc8d22860009bd06f77042cb74d6eb6c1f2 /data
parent4c94e5f9101c14bfc5c6989d11ea6c855c809f0b (diff)
downloadynab-api-a942c7c8e17eb829ef1581c0b556665784f19e33.tar.gz
ynab-api-a942c7c8e17eb829ef1581c0b556665784f19e33.zip
update openapi spec and regenerate with newer openapi-generator
the newer openapi-generator picks up fixes for optional parameters, among other things
Diffstat (limited to 'data')
-rw-r--r--data/spec-v1-swagger.json23
1 files changed, 21 insertions, 2 deletions
diff --git a/data/spec-v1-swagger.json b/data/spec-v1-swagger.json
index 586ada1..d591a41 100644
--- a/data/spec-v1-swagger.json
+++ b/data/spec-v1-swagger.json
@@ -1851,7 +1851,6 @@
"budgeted",
"activity",
"balance",
- "goal_target",
"deleted"
],
"properties": {
@@ -2191,6 +2190,7 @@
},
"cleared": {
"type": "string",
+ "enum": ["cleared", "uncleared", "reconciled"],
"description": "The cleared status of the transaction"
},
"approved": {
@@ -2199,6 +2199,7 @@
},
"flag_color": {
"type": "string",
+ "enum": ["red", "orange", "yellow", "green", "blue", "purple", null],
"description": "The transaction flag"
},
"import_id": {
@@ -2295,6 +2296,7 @@
},
"cleared": {
"type": "string",
+ "enum": ["cleared", "uncleared", "reconciled"],
"description": "The cleared status of the transaction"
},
"approved": {
@@ -2303,6 +2305,7 @@
},
"flag_color": {
"type": "string",
+ "enum": ["red", "orange", "yellow", "green", "blue", "purple", null],
"description": "The transaction flag"
},
"account_id": {
@@ -2571,7 +2574,22 @@
"description": "The next date for which the Scheduled Transaction is scheduled."
},
"frequency": {
- "type": "string"
+ "type": "string",
+ "enum": [
+ "never",
+ "daily",
+ "weekly",
+ "everyOtherWeek",
+ "twiceAMonth",
+ "every4Weeks",
+ "monthly",
+ "everyOtherMonth",
+ "every3Months",
+ "every4Months",
+ "twiceAYear",
+ "yearly",
+ "everyOtherYear"
+ ]
},
"amount": {
"type": "integer",
@@ -2583,6 +2601,7 @@
},
"flag_color": {
"type": "string",
+ "enum": ["red", "orange", "yellow", "green", "blue", "purple", null],
"description": "The scheduled transaction flag"
},
"account_id": {