Skip to content

Commit 0e4acfb

Browse files
feat(api): api update
1 parent 1faeca6 commit 0e4acfb

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 167
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/modern-treasury%2Fmodern-treasury-c9be2440220395f4a50c5f880211b65c6d337770c5468a545aedb70b4504a161.yml
3-
openapi_spec_hash: 7f13764f9c2fb044889968700d730147
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/modern-treasury%2Fmodern-treasury-9b2459ec413deed41c53e30381dc41ae5162ca6068a167ed065ecbb9036d34c2.yml
3+
openapi_spec_hash: e60ca7ab0d35534972741ae7fba1f953
44
config_hash: 55a5583c24314820a65f792e2ebab57b

src/modern_treasury/types/payment_order.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class ReferenceNumber(BaseModel):
111111
"bnk_dev_transfer_id",
112112
"bny_mellon_transaction_reference_number",
113113
"bofa_end_to_end_id",
114+
"bofa_neft_clearing_reference_number",
114115
"bofa_transaction_id",
115116
"check_number",
116117
"chips_uid",

src/modern_treasury/types/payment_reference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class PaymentReference(BaseModel):
3535
"bnk_dev_transfer_id",
3636
"bny_mellon_transaction_reference_number",
3737
"bofa_end_to_end_id",
38+
"bofa_neft_clearing_reference_number",
3839
"bofa_transaction_id",
3940
"check_number",
4041
"chips_uid",

src/modern_treasury/types/return_object.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class ReferenceNumber(BaseModel):
8383
"bnk_dev_transfer_id",
8484
"bny_mellon_transaction_reference_number",
8585
"bofa_end_to_end_id",
86+
"bofa_neft_clearing_reference_number",
8687
"bofa_transaction_id",
8788
"check_number",
8889
"chips_uid",

0 commit comments

Comments
 (0)