Add remaining required fields for certain payout countries#237
Conversation
✱ Stainless preview buildsThis PR will update the kotlin openapi python typescript ✅ grid-python studio · code
✅ grid-kotlin studio · code
✅ grid-typescript studio · code
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
matthappens
left a comment
There was a problem hiding this comment.
qq - does the sample hong kong bank account number have a realistic number of digits?
Greptile SummaryThis PR adds Key changes:
Critical issue found:
Confidence Score: 2/5
|
| Filename | Overview |
|---|---|
| openapi/components/schemas/common/HkdAccountInfo.yaml | Added swiftCode requirement and examples; accidentally re-introduces countries field removed in PR #233 |
| openapi/components/schemas/common/IdrAccountInfo.yaml | Added swiftCode, bankName, phoneNumber; removed sortCode; accidentally re-introduces countries field |
| openapi/components/schemas/common/MyrAccountInfo.yaml | Added swiftCode requirement and examples; accidentally re-introduces countries field removed in PR #233 |
| openapi/components/schemas/common/ThbAccountInfo.yaml | Added swiftCode requirement and examples; accidentally re-introduces countries field removed in PR #233 |
| openapi/components/schemas/common/VndAccountInfo.yaml | Added swiftCode requirement and examples; accidentally re-introduces countries field removed in PR #233 |
Last reviewed commit: 73e679c
Additional Comments (1)
This affects all 5 modified schemas (HKD, IDR, MYR, THB, VND). Prompt To Fix With AIThis is a comment left during a code review.
Path: openapi/components/schemas/common/HkdAccountInfo.yaml
Line: 3
Comment:
Branch conflict: `countries` field was removed in PR #233 but reappears here. Rebase onto main to remove `countries` from required list.
This affects all 5 modified schemas (HKD, IDR, MYR, THB, VND).
```suggestion
- accountType
- paymentRails
```
How can I resolve this? If you propose a fix, please make it concise. |

No description provided.