Fix nameserver verification SDK calls#3095
Conversation
Greptile SummaryThis PR aligns the console with the nameserver API split introduced in the backend (appwrite-labs/cloud#4515), bumping the SDK to commit
Confidence Score: 5/5Straightforward method rename across all affected call sites with no logic changes; safe to merge once the backend API split lands. Every call site that previously called No files require special attention; all changes are mechanical and consistent. Important Files Changed
Reviews (2): Last reviewed commit: "Update console SDK preview" | Re-trigger Greptile |
What does this PR do?
Updates the console to match the nameserver API split from appwrite-labs/cloud#4515.
@appwrite.io/consoleto the preview SDK generated from cloud commitd7ff250domains.updateNameservers()withdomains.verifyNameservers()updateNameservers()reserved for the new explicit registrar delegation update behaviorTest Plan
git diff --checkbun run check(fails on an existing/preview SDK OAuth typing mismatch:oauth2.approve()no longer types thescopeparameter used bysrc/routes/(public)/oauth2/consent-card.svelte; nameserver call sites type against the preview SDK)Related PR