chore: update dsl docs/formatter

This commit is contained in:
Zach Daniel 2024-06-19 10:17:44 -04:00
parent d0cb8aa1b6
commit 5c76be0d69
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
spark_locals_without_parens = [
account_resource: 1,
balance_resource: 1,
create_accept: 1,
data_layer_can_add_money?: 1,
money_composite_type?: 1,
open_action_accept: 1,

View file

@ -21,6 +21,7 @@ An extension for creating a double entry ledger transfer. See the getting starte
| [`account_resource`](#transfer-account_resource){: #transfer-account_resource .spark-required} | `module` | | The resource to use for account balances |
| [`pre_check_identities_with`](#transfer-pre_check_identities_with){: #transfer-pre_check_identities_with } | `module` | | A domain to use to precheck generated identities. Required by certain data layers. |
| [`balance_resource`](#transfer-balance_resource){: #transfer-balance_resource } | `module` | | The resource being used for balances |
| [`create_accept`](#transfer-create_accept){: #transfer-create_accept } | `atom \| list(atom)` | | Additional attributes to accept when creating a transfer |