@mittwald/api-client 3.1.57 → 3.1.58
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.
- package/dist/generated/v2/client-react.d.ts +2074 -0
- package/dist/generated/v2/client.d.ts +10246 -0
- package/dist/generated/v2/client.js +2 -2
- package/dist/generated/v2/descriptors.d.ts +607 -0
- package/dist/generated/v2/descriptors.js +6 -6
- package/dist/generated/v2/types.d.ts +15455 -0
- package/dist/index.d.ts +3 -0
- package/dist/react.d.ts +1 -0
- package/dist/v2/default.d.ts +12 -0
- package/dist/v2/react.d.ts +3 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -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 = {
|