Merge branch 'master' into ssr-invoices

This commit is contained in:
Bryce
2024-03-21 23:06:25 -07:00
4 changed files with 242 additions and 97 deletions

View File

@@ -255,6 +255,8 @@
[:bank-account/check-number {:optional true} [:maybe :int]]
[:bank-account/bank-name {:optional true} [:maybe :string]]
[:bank-account/number {:optional true} [:maybe :string]]
[:bank-account/routing {:optional true} [:maybe :string]]
[:bank-account/bank-code {:optional true} [:maybe :string]]
[:bank-account/sort-order {:default 0} [:maybe :int]]
[:bank-account/yodlee-account {:optional true} [:maybe entity-id]]
[:bank-account/plaid-account {:optional true} [:maybe entity-id]]
@@ -264,9 +266,9 @@
(boolean %))}}]]
[:bank-account/visible {:default false}
[:boolean {:decode/string {:enter #(if (= % "on") true
[:boolean {:decode/string {:enter #(if (= % "on") true
(boolean %))}}]]
(boolean %))}}]]
[:bank-account/use-date-instead-of-post-date? {:default false}
[:boolean {:decode/string {:enter #(if (= % "on") true
@@ -328,6 +330,8 @@
[:bank-account/type [:maybe (ref->enum-schema "bank-account-type")]]
[:bank-account/numeric-code {:optional true} [:maybe :int]]
[:bank-account/sort-order {:default 0} [:maybe :int]]
[:bank-account/routing {:optional true} [:maybe :string]]
[:bank-account/bank-code {:optional true} [:maybe :string]]
[:bank-account/bank-name {:optional true} [:maybe :string]]
[:bank-account/number {:optional true} [:maybe :string]]
[:bank-account/check-number {:optional true} [:maybe :int]]
@@ -338,7 +342,7 @@
[:boolean {:decode/string {:enter #(if (= % "on") true
(boolean %))}}]]
[:bank-account/visible {:default false}
[:bank-account/visible {:default false}
[:boolean {:decode/string {:enter #(if (= % "on") true
(boolean %))}}]]