@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.
@@ -337,8 +337,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
337
337
  checkDomainRegistrability: this.requestFunctionFactory(descriptors.domainCheckDomainRegistrability),
338
338
  /** List Domains */
339
339
  listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
340
- /** Check if a Domain is available to transfer. */
341
- checkDomainTransferability: this.requestFunctionFactory(descriptors.domainCheckDomainTransferability),
342
340
  /** Create an auth code for a Domains transfer-out process. */
343
341
  createDomainAuthCode: this.requestFunctionFactory(descriptors.domainCreateDomainAuthCode),
344
342
  /** Update the nameservers of a Domain. */
@@ -377,6 +375,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
377
375
  ingressRequestIngressAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestIngressAcmeCertificateIssuance),
378
376
  /** Update the tls settings of an Ingress. */
379
377
  ingressUpdateIngressTls: this.requestFunctionFactory(descriptors.ingressUpdateIngressTls),
378
+ /** Check if a Domain is available to transfer. */
379
+ checkDomainTransferability: this.requestFunctionFactory(descriptors.domainCheckDomainTransferability),
380
380
  };
381
381
  /** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
382
382
  file = {