Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stainless/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resources:
external_account: '#/components/schemas/ExternalAccount'
external_account_create: '#/components/schemas/ExternalAccountCreateRequest'
lightning_external_account_info: "#/components/schemas/LightningExternalAccountInfo"
ngn_account_external_account_info: "#/components/schemas/NgnAccountExternalAccountInfo"
ngn_external_account_info: "#/components/schemas/NgnExternalAccountInfo"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference to NgnExternalAccountInfo schema doesn't exist. NGN_ACCOUNT was removed from ExternalAccountType enum and NgnAccountExternalAccountInfo.yaml was deleted. This reference needs to be removed or the schema needs to be added back.

Prompt To Fix With AI
This is a comment left during a code review.
Path: .stainless/stainless.yml
Line: 112:112

Comment:
Reference to `NgnExternalAccountInfo` schema doesn't exist. `NGN_ACCOUNT` was removed from `ExternalAccountType` enum and `NgnAccountExternalAccountInfo.yaml` was deleted. This reference needs to be removed or the schema needs to be added back.

How can I resolve this? If you propose a fix, please make it concise.

base_external_account_info: "#/components/schemas/BaseExternalAccountInfo"
base_beneficiary: "#/components/schemas/BaseBeneficiary"
beneficiary_one_of: "#/components/schemas/BeneficiaryOneOf"
Expand Down
Loading