chore(deleter): add GetBalance and subscription List to deleter mocks - #1865
chore(deleter): add GetBalance and subscription List to deleter mocks#1865whoAbhishekSah wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage Report for CI Build 31357002580Warning No base build found for commit Coverage: 47.704%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
Generated for the org delete pre-flight check, which needs to read subscription states and token balances before deleting anything. The interface additions land in the next change; extra mock methods are harmless until then. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16f57af to
0ba1676
Compare
Part of #1837. Middle of a 3-PR stack: proto → #this → pre-flight code (#1857).
Regenerated mocks for the deleter's
SubscriptionServiceandCreditServiceinterfaces, which gainListandGetBalancein the next PR. The org delete pre-flight check needs them to read subscription states and token balances before deleting anything.Only generated code here. The extra mock methods are harmless until the interfaces change: the
CascadeDeletermock is not in this PR because itsDeleteOrganizationsignature change must land together with the interface and handler to keep every layer compiling.🤖 Generated with Claude Code