@mittwald/api-client 0.0.0-development-d086739-20250902 → 0.0.0-development-585bae3-20250905
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/esm/generated/v2/client-react.js +2 -0
- package/dist/esm/generated/v2/client.js +6 -2
- package/dist/esm/generated/v2/descriptors.js +18 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +178 -170
- package/dist/types/generated/v2/client.d.ts +396 -248
- package/dist/types/generated/v2/descriptors.d.ts +6 -2
- package/dist/types/generated/v2/types.d.ts +206 -96
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -238,6 +238,8 @@ const buildDomainApi = (baseClient) => ({
|
|
|
238
238
|
listDomains: new ApiCallAsyncResourceFactory(descriptors.domainListDomains, baseClient.domain.listDomains).getApiResource,
|
|
239
239
|
/** Get a DNSZone. */
|
|
240
240
|
dnsGetDnsZone: new ApiCallAsyncResourceFactory(descriptors.dnsGetDnsZone, baseClient.domain.dnsGetDnsZone).getApiResource,
|
|
241
|
+
/** Get a zone file for a DNSZone. */
|
|
242
|
+
dnsGetZoneFile: new ApiCallAsyncResourceFactory(descriptors.dnsGetZoneFile, baseClient.domain.dnsGetZoneFile).getApiResource,
|
|
241
243
|
/** List DNSZones belonging to a Project. */
|
|
242
244
|
dnsListDnsZones: new ApiCallAsyncResourceFactory(descriptors.dnsListDnsZones, baseClient.domain.dnsListDnsZones).getApiResource,
|
|
243
245
|
/** Get a Domain. */
|
|
@@ -227,6 +227,10 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
227
227
|
contributorListOnbehalfInvoices: this.requestFunctionFactory(descriptors.contributorListOnbehalfInvoices),
|
|
228
228
|
/** Request an Access Token for the Incoming Invoice file. */
|
|
229
229
|
contributorReceiptGetFileAccessToken: this.requestFunctionFactory(descriptors.contributorReceiptGetFileAccessToken),
|
|
230
|
+
/** Add a deviating avatar to a Contributor. */
|
|
231
|
+
contributorRequestDeviatingContributorAvatarUpload: this.requestFunctionFactory(descriptors.contributorRequestDeviatingContributorAvatarUpload),
|
|
232
|
+
/** Delete deviating contributor avatar und return to the inherited customer avatar. */
|
|
233
|
+
contributorResetContributorAvatar: this.requestFunctionFactory(descriptors.contributorResetContributorAvatar),
|
|
230
234
|
/** Rotate the secret for an extension instance. */
|
|
231
235
|
contributorRotateSecretForExtensionInstance: this.requestFunctionFactory(descriptors.contributorRotateSecretForExtensionInstance),
|
|
232
236
|
/** Authenticate your external application using the extensionInstanceSecret. */
|
|
@@ -492,6 +496,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
492
496
|
dnsGetDnsZone: this.requestFunctionFactory(descriptors.dnsGetDnsZone),
|
|
493
497
|
/** Delete a DNSZone. */
|
|
494
498
|
dnsDeleteDnsZone: this.requestFunctionFactory(descriptors.dnsDeleteDnsZone),
|
|
499
|
+
/** Get a zone file for a DNSZone. */
|
|
500
|
+
dnsGetZoneFile: this.requestFunctionFactory(descriptors.dnsGetZoneFile),
|
|
495
501
|
/** List DNSZones belonging to a Project. */
|
|
496
502
|
dnsListDnsZones: this.requestFunctionFactory(descriptors.dnsListDnsZones),
|
|
497
503
|
/** Set a record set on a DNSZone to managed. */
|
|
@@ -613,8 +619,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
613
619
|
updateMailAddressCatchAll: this.requestFunctionFactory(descriptors.mailUpdateMailAddressCatchAll),
|
|
614
620
|
/** Update a mail setting of a Project. */
|
|
615
621
|
updateProjectMailSetting: this.requestFunctionFactory(descriptors.mailUpdateProjectMailSetting),
|
|
616
|
-
/** Disable a MailAddress Archive. */
|
|
617
|
-
disableMailArchive: this.requestFunctionFactory(descriptors.mailDisableMailArchive),
|
|
618
622
|
};
|
|
619
623
|
/** The notification API allows you to manage your notifications. */
|
|
620
624
|
notification = {
|
|
@@ -538,6 +538,18 @@ export const contributorReceiptGetFileAccessToken = {
|
|
|
538
538
|
method: "GET",
|
|
539
539
|
operationId: "contributor-receipt-get-file-access-token",
|
|
540
540
|
};
|
|
541
|
+
/** Add a deviating avatar to a Contributor. */
|
|
542
|
+
export const contributorRequestDeviatingContributorAvatarUpload = {
|
|
543
|
+
path: "/v2/contributors/{contributorId}/avatar",
|
|
544
|
+
method: "POST",
|
|
545
|
+
operationId: "contributor-request-deviating-contributor-avatar-upload",
|
|
546
|
+
};
|
|
547
|
+
/** Delete deviating contributor avatar und return to the inherited customer avatar. */
|
|
548
|
+
export const contributorResetContributorAvatar = {
|
|
549
|
+
path: "/v2/contributors/{contributorId}/avatar",
|
|
550
|
+
method: "DELETE",
|
|
551
|
+
operationId: "contributor-reset-contributor-avatar",
|
|
552
|
+
};
|
|
541
553
|
/** Rotate the secret for an extension instance. */
|
|
542
554
|
export const contributorRotateSecretForExtensionInstance = {
|
|
543
555
|
path: "/v2/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/secret",
|
|
@@ -1066,6 +1078,12 @@ export const dnsDeleteDnsZone = {
|
|
|
1066
1078
|
method: "DELETE",
|
|
1067
1079
|
operationId: "dns-delete-dns-zone",
|
|
1068
1080
|
};
|
|
1081
|
+
/** Get a zone file for a DNSZone. */
|
|
1082
|
+
export const dnsGetZoneFile = {
|
|
1083
|
+
path: "/v2/dns-zones/{dnsZoneId}/zone-file",
|
|
1084
|
+
method: "GET",
|
|
1085
|
+
operationId: "dns-get-zone-file",
|
|
1086
|
+
};
|
|
1069
1087
|
/** List DNSZones belonging to a Project. */
|
|
1070
1088
|
export const dnsListDnsZones = {
|
|
1071
1089
|
path: "/v2/projects/{projectId}/dns-zones",
|
|
@@ -2554,9 +2572,3 @@ export const verificationVerifyCompany = {
|
|
|
2554
2572
|
method: "POST",
|
|
2555
2573
|
operationId: "verification-verify-company",
|
|
2556
2574
|
};
|
|
2557
|
-
/** Disable a MailAddress Archive. */
|
|
2558
|
-
export const mailDisableMailArchive = {
|
|
2559
|
-
path: "/v2/mail-archive/{mailArchiveId}",
|
|
2560
|
-
method: "DELETE",
|
|
2561
|
-
operationId: "mail-disable-mail-archive",
|
|
2562
|
-
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.217.0';
|