Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(bank-account): update approved bank account — backend [ENG-509] #444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
feat(bank-account): update approved bank account — backend [ENG-509] #444
Changes from all commits
2436513cbb0d7fcba4107File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check notice on line 350 in src/graphql/public/schema.graphql
Field 'pendingUpdate' was added to object type 'BankAccount'
Check notice on line 350 in src/graphql/public/schema.graphql
Field 'BankAccount.pendingUpdate' has description 'The account\'s in-flight update request when it needs the user\'s attention — Pending (awaiting review) or Rejected (declined). Null once approved/closed, or when none exists.'
Check notice on line 364 in src/graphql/public/schema.graphql
Type 'BankAccountUpdateRequest' was added
Check notice on line 364 in src/graphql/public/schema.graphql
Object type 'BankAccountUpdateRequest' has description 'A pending request to change the details of an approved bank account, awaiting admin review.'
Check notice on line 366 in src/graphql/public/schema.graphql
Field 'accountNumber' was added to object type 'BankAccountUpdateRequest'
Check notice on line 366 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.accountNumber' has description 'Proposed new account number'
Check notice on line 369 in src/graphql/public/schema.graphql
Field 'accountType' was added to object type 'BankAccountUpdateRequest'
Check notice on line 369 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.accountType' has description 'Proposed new account type'
Check notice on line 372 in src/graphql/public/schema.graphql
Field 'bankBranch' was added to object type 'BankAccountUpdateRequest'
Check notice on line 372 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.bankBranch' has description 'Proposed new bank branch'
Check notice on line 375 in src/graphql/public/schema.graphql
Field 'bankName' was added to object type 'BankAccountUpdateRequest'
Check notice on line 375 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.bankName' has description 'Proposed new bank name'
Check notice on line 378 in src/graphql/public/schema.graphql
Field 'currency' was added to object type 'BankAccountUpdateRequest'
Check notice on line 378 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.currency' has description 'Account currency (unchanged from the current account)'
Check notice on line 381 in src/graphql/public/schema.graphql
Field 'rejectionReason' was added to object type 'BankAccountUpdateRequest'
Check notice on line 381 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.rejectionReason' has description 'Reviewer note, set when status is Rejected'
Check notice on line 384 in src/graphql/public/schema.graphql
Field 'status' was added to object type 'BankAccountUpdateRequest'
Check notice on line 384 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequest.status' has description 'Pending | Approved | Rejected | Closed'
Check notice on line 387 in src/graphql/public/schema.graphql
Type 'BankAccountUpdateRequestInput' was added
Check notice on line 388 in src/graphql/public/schema.graphql
Input field 'accountNumber' of type 'AccountNumber!' was added to input object type 'BankAccountUpdateRequestInput'
Check notice on line 389 in src/graphql/public/schema.graphql
Input field 'accountType' of type 'String!' was added to input object type 'BankAccountUpdateRequestInput'
Check notice on line 392 in src/graphql/public/schema.graphql
Input field 'bankAccountId' of type 'ID!' was added to input object type 'BankAccountUpdateRequestInput'
Check notice on line 392 in src/graphql/public/schema.graphql
Input field 'BankAccountUpdateRequestInput.bankAccountId' has description 'ERPNext identifier of the account to update'
Check notice on line 393 in src/graphql/public/schema.graphql
Input field 'bankBranch' of type 'String!' was added to input object type 'BankAccountUpdateRequestInput'
Check notice on line 394 in src/graphql/public/schema.graphql
Input field 'bankName' of type 'String!' was added to input object type 'BankAccountUpdateRequestInput'
Check notice on line 397 in src/graphql/public/schema.graphql
Input field 'currency' of type 'String!' was added to input object type 'BankAccountUpdateRequestInput'
Check notice on line 397 in src/graphql/public/schema.graphql
Input field 'BankAccountUpdateRequestInput.currency' has description 'Must match the account\'s current currency (currency is locked)'
Check notice on line 400 in src/graphql/public/schema.graphql
Type 'BankAccountUpdateRequestPayload' was added
Check notice on line 401 in src/graphql/public/schema.graphql
Field 'errors' was added to object type 'BankAccountUpdateRequestPayload'
Check notice on line 404 in src/graphql/public/schema.graphql
Field 'status' was added to object type 'BankAccountUpdateRequestPayload'
Check notice on line 404 in src/graphql/public/schema.graphql
Field 'BankAccountUpdateRequestPayload.status' has description 'Status of the created request (Pending on success)'
Check notice on line 1224 in src/graphql/public/schema.graphql
Field 'bankAccountUpdateRequest' was added to object type 'Mutation'
Check notice on line 1224 in src/graphql/public/schema.graphql
Argument 'input: BankAccountUpdateRequestInput!' added to field 'Mutation.bankAccountUpdateRequest'
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.