feat: add REGISTRATION_ADDRESS to CustomerInfoFieldName#695
Conversation
Adds REGISTRATION_ADDRESS as a customer/counterparty info field name so a business sender's registration address can be represented and forwarded as sender info (it already exists as a requestable counterparty data field but had no CustomerInfoFieldName member). Regenerated the bundled spec.
✱ Stainless preview builds for gridThis PR will update the cli go kotlin openapi php python ruby typescript Edit this comment to update them. They will appear in their respective SDK's changelogs. ✅ grid-typescript studio · code · diff
✅ grid-openapi studio · code · diff
✅ grid-ruby studio · code · diff
✅ grid-go studio · code · diff
✅ grid-kotlin studio · code · diff
✅ grid-python studio · code · diff
✅ grid-php studio · code · diff
✅ grid-cli studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
|
Closing — after confirming |

Summary
Adds
REGISTRATION_ADDRESSto theCustomerInfoFieldNameenum.REGISTRATION_ADDRESSalready exists as a requestable counterparty data field, but there was no matchingCustomerInfoFieldNamevalue — so a business sender's registration address, when requested and on file, could not be represented as sender customer info. Adding the value lets it be carried through the quote/sender-info path like other counterparty fields (e.g.POSTAL_ADDRESS).Changes
openapi/components/schemas/customers/CustomerInfoFieldName.yaml— addREGISTRATION_ADDRESSopenapi.yaml,mintlify/openapi.yaml(viamake build)Additive, backward-compatible enum addition.
make lint-openapipasses (no new findings).Requested by @JasonCWang
Original PR: #694