@mittwald/api-client 3.1.57 → 3.1.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -802,12 +802,6 @@ export const domainListDomains = {
802
802
  method: "GET",
803
803
  operationId: "domain-list-domains",
804
804
  };
805
- /** Check if a Domain is available to transfer. */
806
- export const domainCheckDomainTransferability = {
807
- path: "/v2/domain-transferable",
808
- method: "POST",
809
- operationId: "domain-check-domain-transferability",
810
- };
811
805
  /** Create an auth code for a Domains transfer-out process. */
812
806
  export const domainCreateDomainAuthCode = {
813
807
  path: "/v2/domains/{domainId}/actions/auth-code",
@@ -1804,3 +1798,9 @@ export const userVerifyRegistration = {
1804
1798
  method: "POST",
1805
1799
  operationId: "user-verify-registration",
1806
1800
  };
1801
+ /** Check if a Domain is available to transfer. */
1802
+ export const domainCheckDomainTransferability = {
1803
+ path: "/v2/domain-transferable",
1804
+ method: "POST",
1805
+ operationId: "domain-check-domain-transferability",
1806
+ };