add update domain Settings for wildcard

This commit is contained in:
Pallavi Kumari
2025-10-20 17:29:23 +05:30
parent 2b05bc1f5f
commit 07f5e8f215
7 changed files with 352 additions and 120 deletions

View File

@@ -3,4 +3,5 @@ export * from "./createOrgDomain";
export * from "./deleteOrgDomain";
export * from "./restartOrgDomain";
export * from "./getDomain";
export * from "./getDNSRecords";
export * from "./getDNSRecords";
export * from "./updateDomain";