@mittwald/api-client 4.215.0 → 4.217.0
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 +4 -2
- package/dist/esm/generated/v2/client.js +12 -4
- package/dist/esm/generated/v2/descriptors.js +36 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +21 -8
- package/dist/types/generated/v2/client.d.ts +389 -135
- package/dist/types/generated/v2/descriptors.d.ts +12 -4
- package/dist/types/generated/v2/types.d.ts +279 -53
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -155,6 +155,12 @@ export declare const contractGetDetailOfContractItem: OpenAPIOperation<RequestTy
|
|
|
155
155
|
export declare const contractGetDetailOfContract: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
156
156
|
/** Return a list of Contracts for the given Customer. */
|
|
157
157
|
export declare const contractListContracts: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
158
|
+
/** Get a Contributor. */
|
|
159
|
+
export declare const extensionGetContributor: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
160
|
+
/** Delete a Contributor. */
|
|
161
|
+
export declare const contributorDeleteContributor: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
162
|
+
/** Patch Contributor. */
|
|
163
|
+
export declare const contributorPatchContributor: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
158
164
|
/** Express interest to be a contributor. */
|
|
159
165
|
export declare const contributorExpressInterestToContribute: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContributor.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
160
166
|
/** Get Contributor Billing Information. */
|
|
@@ -171,12 +177,12 @@ export declare const contributorListContractPartnersOfContributor: OpenAPIOperat
|
|
|
171
177
|
export declare const contributorListIncomingInvoices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncoming.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
172
178
|
/** List all invoices on behalf of a contributor. */
|
|
173
179
|
export declare const contributorListOnbehalfInvoices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
174
|
-
/** Get a Contributor. */
|
|
175
|
-
export declare const extensionGetContributor: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
176
|
-
/** Patch Contributor. */
|
|
177
|
-
export declare const contributorPatchContributor: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
178
180
|
/** Request an Access Token for the Incoming Invoice file. */
|
|
179
181
|
export declare const contributorReceiptGetFileAccessToken: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
182
|
+
/** Add a deviating avatar to a Contributor. */
|
|
183
|
+
export declare const contributorRequestDeviatingContributorAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
184
|
+
/** Delete deviating contributor avatar und return to the inherited customer avatar. */
|
|
185
|
+
export declare const contributorResetContributorAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
180
186
|
/** Rotate the secret for an extension instance. */
|
|
181
187
|
export declare const contributorRotateSecretForExtensionInstance: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
182
188
|
/** Get all conversation the authenticated user has created or has access to. */
|
|
@@ -353,6 +359,8 @@ export declare const dnsCreateDnsZone: OpenAPIOperation<RequestType<Simplify<Mit
|
|
|
353
359
|
export declare const dnsGetDnsZone: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
354
360
|
/** Delete a DNSZone. */
|
|
355
361
|
export declare const dnsDeleteDnsZone: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
362
|
+
/** Get a zone file for a DNSZone. */
|
|
363
|
+
export declare const dnsGetZoneFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdZoneFile.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
356
364
|
/** List DNSZones belonging to a Project. */
|
|
357
365
|
export declare const dnsListDnsZones: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
358
366
|
/** Set a record set on a DNSZone to managed. */
|
|
@@ -306,6 +306,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
306
306
|
type RequestData = InferredRequestData<typeof descriptors.contractListContracts>;
|
|
307
307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractListContracts, TStatus>;
|
|
308
308
|
}
|
|
309
|
+
namespace ExtensionGetContributor {
|
|
310
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionGetContributor>;
|
|
311
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetContributor, TStatus>;
|
|
312
|
+
}
|
|
313
|
+
namespace ContributorDeleteContributor {
|
|
314
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorDeleteContributor>;
|
|
315
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorDeleteContributor, TStatus>;
|
|
316
|
+
}
|
|
317
|
+
namespace ContributorPatchContributor {
|
|
318
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorPatchContributor>;
|
|
319
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorPatchContributor, TStatus>;
|
|
320
|
+
}
|
|
309
321
|
namespace ContributorExpressInterestToContribute {
|
|
310
322
|
type RequestData = InferredRequestData<typeof descriptors.contributorExpressInterestToContribute>;
|
|
311
323
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorExpressInterestToContribute, TStatus>;
|
|
@@ -338,18 +350,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
338
350
|
type RequestData = InferredRequestData<typeof descriptors.contributorListOnbehalfInvoices>;
|
|
339
351
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorListOnbehalfInvoices, TStatus>;
|
|
340
352
|
}
|
|
341
|
-
namespace ExtensionGetContributor {
|
|
342
|
-
type RequestData = InferredRequestData<typeof descriptors.extensionGetContributor>;
|
|
343
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetContributor, TStatus>;
|
|
344
|
-
}
|
|
345
|
-
namespace ContributorPatchContributor {
|
|
346
|
-
type RequestData = InferredRequestData<typeof descriptors.contributorPatchContributor>;
|
|
347
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorPatchContributor, TStatus>;
|
|
348
|
-
}
|
|
349
353
|
namespace ContributorReceiptGetFileAccessToken {
|
|
350
354
|
type RequestData = InferredRequestData<typeof descriptors.contributorReceiptGetFileAccessToken>;
|
|
351
355
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorReceiptGetFileAccessToken, TStatus>;
|
|
352
356
|
}
|
|
357
|
+
namespace ContributorRequestDeviatingContributorAvatarUpload {
|
|
358
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorRequestDeviatingContributorAvatarUpload>;
|
|
359
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRequestDeviatingContributorAvatarUpload, TStatus>;
|
|
360
|
+
}
|
|
361
|
+
namespace ContributorResetContributorAvatar {
|
|
362
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorResetContributorAvatar>;
|
|
363
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorResetContributorAvatar, TStatus>;
|
|
364
|
+
}
|
|
353
365
|
namespace ContributorRotateSecretForExtensionInstance {
|
|
354
366
|
type RequestData = InferredRequestData<typeof descriptors.contributorRotateSecretForExtensionInstance>;
|
|
355
367
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRotateSecretForExtensionInstance, TStatus>;
|
|
@@ -702,6 +714,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
702
714
|
type RequestData = InferredRequestData<typeof descriptors.dnsDeleteDnsZone>;
|
|
703
715
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsDeleteDnsZone, TStatus>;
|
|
704
716
|
}
|
|
717
|
+
namespace DnsGetZoneFile {
|
|
718
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsGetZoneFile>;
|
|
719
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsGetZoneFile, TStatus>;
|
|
720
|
+
}
|
|
705
721
|
namespace DnsListDnsZones {
|
|
706
722
|
type RequestData = InferredRequestData<typeof descriptors.dnsListDnsZones>;
|
|
707
723
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsListDnsZones, TStatus>;
|
|
@@ -3275,6 +3291,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3275
3291
|
homepage?: string;
|
|
3276
3292
|
id: string;
|
|
3277
3293
|
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
3294
|
+
logoInherited?: boolean;
|
|
3278
3295
|
logoRefId?: string;
|
|
3279
3296
|
name: string;
|
|
3280
3297
|
nameInherited: boolean;
|
|
@@ -3363,15 +3380,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3363
3380
|
*/
|
|
3364
3381
|
priceInCents: number;
|
|
3365
3382
|
}[];
|
|
3366
|
-
/**
|
|
3367
|
-
* A strategy for pricing that occurs monthly.
|
|
3368
|
-
*/
|
|
3369
|
-
interface MarketplaceMonthlyPricingStrategy {
|
|
3370
|
-
/**
|
|
3371
|
-
* The monthly price in Euro Cents before tax.
|
|
3372
|
-
*/
|
|
3373
|
-
netPrice: number;
|
|
3374
|
-
}
|
|
3375
3383
|
interface MarketplacePublicKey {
|
|
3376
3384
|
algorithm: string;
|
|
3377
3385
|
key: string;
|
|
@@ -9338,6 +9346,140 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9338
9346
|
}
|
|
9339
9347
|
}
|
|
9340
9348
|
}
|
|
9349
|
+
namespace V2ContributorsContributorId {
|
|
9350
|
+
namespace Get {
|
|
9351
|
+
namespace Parameters {
|
|
9352
|
+
type Path = {
|
|
9353
|
+
contributorId: string;
|
|
9354
|
+
};
|
|
9355
|
+
type Header = {};
|
|
9356
|
+
type Query = {};
|
|
9357
|
+
}
|
|
9358
|
+
namespace Responses {
|
|
9359
|
+
namespace $200 {
|
|
9360
|
+
namespace Content {
|
|
9361
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor | MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
|
|
9362
|
+
}
|
|
9363
|
+
}
|
|
9364
|
+
namespace $404 {
|
|
9365
|
+
namespace Content {
|
|
9366
|
+
interface ApplicationJson {
|
|
9367
|
+
[k: string]: unknown;
|
|
9368
|
+
}
|
|
9369
|
+
}
|
|
9370
|
+
}
|
|
9371
|
+
namespace $429 {
|
|
9372
|
+
namespace Content {
|
|
9373
|
+
interface ApplicationJson {
|
|
9374
|
+
[k: string]: unknown;
|
|
9375
|
+
}
|
|
9376
|
+
}
|
|
9377
|
+
}
|
|
9378
|
+
namespace Default {
|
|
9379
|
+
namespace Content {
|
|
9380
|
+
interface ApplicationJson {
|
|
9381
|
+
[k: string]: unknown;
|
|
9382
|
+
}
|
|
9383
|
+
}
|
|
9384
|
+
}
|
|
9385
|
+
}
|
|
9386
|
+
}
|
|
9387
|
+
namespace Delete {
|
|
9388
|
+
namespace Parameters {
|
|
9389
|
+
type Path = {
|
|
9390
|
+
contributorId: string;
|
|
9391
|
+
};
|
|
9392
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9393
|
+
type Query = {};
|
|
9394
|
+
}
|
|
9395
|
+
namespace Responses {
|
|
9396
|
+
namespace $204 {
|
|
9397
|
+
namespace Content {
|
|
9398
|
+
type Empty = unknown;
|
|
9399
|
+
}
|
|
9400
|
+
}
|
|
9401
|
+
namespace $404 {
|
|
9402
|
+
namespace Content {
|
|
9403
|
+
interface ApplicationJson {
|
|
9404
|
+
[k: string]: unknown;
|
|
9405
|
+
}
|
|
9406
|
+
}
|
|
9407
|
+
}
|
|
9408
|
+
namespace $412 {
|
|
9409
|
+
namespace Content {
|
|
9410
|
+
type Empty = unknown;
|
|
9411
|
+
}
|
|
9412
|
+
}
|
|
9413
|
+
namespace $429 {
|
|
9414
|
+
namespace Content {
|
|
9415
|
+
interface ApplicationJson {
|
|
9416
|
+
[k: string]: unknown;
|
|
9417
|
+
}
|
|
9418
|
+
}
|
|
9419
|
+
}
|
|
9420
|
+
namespace Default {
|
|
9421
|
+
namespace Content {
|
|
9422
|
+
interface ApplicationJson {
|
|
9423
|
+
[k: string]: unknown;
|
|
9424
|
+
}
|
|
9425
|
+
}
|
|
9426
|
+
}
|
|
9427
|
+
}
|
|
9428
|
+
}
|
|
9429
|
+
namespace Patch {
|
|
9430
|
+
namespace Parameters {
|
|
9431
|
+
type Path = {
|
|
9432
|
+
contributorId: string;
|
|
9433
|
+
};
|
|
9434
|
+
interface RequestBody {
|
|
9435
|
+
contactPersonUserId?: string;
|
|
9436
|
+
descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
|
|
9437
|
+
deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
9438
|
+
deviatingName?: string;
|
|
9439
|
+
deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
9440
|
+
homepage?: string;
|
|
9441
|
+
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
9442
|
+
}
|
|
9443
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9444
|
+
type Query = {};
|
|
9445
|
+
}
|
|
9446
|
+
namespace Responses {
|
|
9447
|
+
namespace $200 {
|
|
9448
|
+
namespace Content {
|
|
9449
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
|
|
9450
|
+
}
|
|
9451
|
+
}
|
|
9452
|
+
namespace $400 {
|
|
9453
|
+
namespace Content {
|
|
9454
|
+
interface ApplicationJson {
|
|
9455
|
+
[k: string]: unknown;
|
|
9456
|
+
}
|
|
9457
|
+
}
|
|
9458
|
+
}
|
|
9459
|
+
namespace $404 {
|
|
9460
|
+
namespace Content {
|
|
9461
|
+
interface ApplicationJson {
|
|
9462
|
+
[k: string]: unknown;
|
|
9463
|
+
}
|
|
9464
|
+
}
|
|
9465
|
+
}
|
|
9466
|
+
namespace $429 {
|
|
9467
|
+
namespace Content {
|
|
9468
|
+
interface ApplicationJson {
|
|
9469
|
+
[k: string]: unknown;
|
|
9470
|
+
}
|
|
9471
|
+
}
|
|
9472
|
+
}
|
|
9473
|
+
namespace Default {
|
|
9474
|
+
namespace Content {
|
|
9475
|
+
interface ApplicationJson {
|
|
9476
|
+
[k: string]: unknown;
|
|
9477
|
+
}
|
|
9478
|
+
}
|
|
9479
|
+
}
|
|
9480
|
+
}
|
|
9481
|
+
}
|
|
9482
|
+
}
|
|
9341
9483
|
namespace V2CustomersCustomerIdContributor {
|
|
9342
9484
|
namespace Post {
|
|
9343
9485
|
namespace Parameters {
|
|
@@ -9739,19 +9881,30 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9739
9881
|
}
|
|
9740
9882
|
}
|
|
9741
9883
|
}
|
|
9742
|
-
namespace
|
|
9884
|
+
namespace V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken {
|
|
9743
9885
|
namespace Get {
|
|
9744
9886
|
namespace Parameters {
|
|
9745
9887
|
type Path = {
|
|
9746
9888
|
contributorId: string;
|
|
9889
|
+
contributorReceiptId: string;
|
|
9747
9890
|
};
|
|
9748
|
-
type Header = {};
|
|
9891
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9749
9892
|
type Query = {};
|
|
9750
9893
|
}
|
|
9751
9894
|
namespace Responses {
|
|
9752
9895
|
namespace $200 {
|
|
9753
9896
|
namespace Content {
|
|
9754
|
-
|
|
9897
|
+
interface ApplicationJson {
|
|
9898
|
+
accessToken: string;
|
|
9899
|
+
expiresAt: string;
|
|
9900
|
+
}
|
|
9901
|
+
}
|
|
9902
|
+
}
|
|
9903
|
+
namespace $400 {
|
|
9904
|
+
namespace Content {
|
|
9905
|
+
interface ApplicationJson {
|
|
9906
|
+
[k: string]: unknown;
|
|
9907
|
+
}
|
|
9755
9908
|
}
|
|
9756
9909
|
}
|
|
9757
9910
|
namespace $404 {
|
|
@@ -9777,33 +9930,48 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9777
9930
|
}
|
|
9778
9931
|
}
|
|
9779
9932
|
}
|
|
9780
|
-
|
|
9933
|
+
}
|
|
9934
|
+
namespace V2ContributorsContributorIdAvatar {
|
|
9935
|
+
namespace Post {
|
|
9781
9936
|
namespace Parameters {
|
|
9782
9937
|
type Path = {
|
|
9783
9938
|
contributorId: string;
|
|
9784
9939
|
};
|
|
9785
|
-
interface RequestBody {
|
|
9786
|
-
contactPersonUserId?: string;
|
|
9787
|
-
descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
|
|
9788
|
-
deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
9789
|
-
deviatingName?: string;
|
|
9790
|
-
deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
9791
|
-
homepage?: string;
|
|
9792
|
-
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
9793
|
-
}
|
|
9794
9940
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9795
9941
|
type Query = {};
|
|
9796
9942
|
}
|
|
9797
9943
|
namespace Responses {
|
|
9798
9944
|
namespace $200 {
|
|
9799
|
-
namespace Content {
|
|
9800
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
|
|
9801
|
-
}
|
|
9802
|
-
}
|
|
9803
|
-
namespace $400 {
|
|
9804
9945
|
namespace Content {
|
|
9805
9946
|
interface ApplicationJson {
|
|
9806
|
-
|
|
9947
|
+
/**
|
|
9948
|
+
* Use the avatarRefId as updload token at `/v2/files/{logoRefId}`.
|
|
9949
|
+
*/
|
|
9950
|
+
avatarRefId: string;
|
|
9951
|
+
/**
|
|
9952
|
+
* Constraints for the logo image upload.
|
|
9953
|
+
*/
|
|
9954
|
+
rules: {
|
|
9955
|
+
extensions: string[];
|
|
9956
|
+
fileTypes: {
|
|
9957
|
+
extensions: string[];
|
|
9958
|
+
mimeType: string;
|
|
9959
|
+
}[];
|
|
9960
|
+
maxSizeInBytes: number;
|
|
9961
|
+
mimeTypes: string[];
|
|
9962
|
+
properties?: {
|
|
9963
|
+
imageDimensions?: {
|
|
9964
|
+
max: {
|
|
9965
|
+
height?: number;
|
|
9966
|
+
width?: number;
|
|
9967
|
+
};
|
|
9968
|
+
min: {
|
|
9969
|
+
height?: number;
|
|
9970
|
+
width?: number;
|
|
9971
|
+
};
|
|
9972
|
+
};
|
|
9973
|
+
};
|
|
9974
|
+
};
|
|
9807
9975
|
}
|
|
9808
9976
|
}
|
|
9809
9977
|
}
|
|
@@ -9830,31 +9998,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9830
9998
|
}
|
|
9831
9999
|
}
|
|
9832
10000
|
}
|
|
9833
|
-
|
|
9834
|
-
namespace V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken {
|
|
9835
|
-
namespace Get {
|
|
10001
|
+
namespace Delete {
|
|
9836
10002
|
namespace Parameters {
|
|
9837
10003
|
type Path = {
|
|
9838
10004
|
contributorId: string;
|
|
9839
|
-
contributorReceiptId: string;
|
|
9840
10005
|
};
|
|
9841
10006
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9842
10007
|
type Query = {};
|
|
9843
10008
|
}
|
|
9844
10009
|
namespace Responses {
|
|
9845
|
-
namespace $
|
|
9846
|
-
namespace Content {
|
|
9847
|
-
interface ApplicationJson {
|
|
9848
|
-
accessToken: string;
|
|
9849
|
-
expiresAt: string;
|
|
9850
|
-
}
|
|
9851
|
-
}
|
|
9852
|
-
}
|
|
9853
|
-
namespace $400 {
|
|
10010
|
+
namespace $204 {
|
|
9854
10011
|
namespace Content {
|
|
9855
|
-
|
|
9856
|
-
[k: string]: unknown;
|
|
9857
|
-
}
|
|
10012
|
+
type Empty = unknown;
|
|
9858
10013
|
}
|
|
9859
10014
|
}
|
|
9860
10015
|
namespace $404 {
|
|
@@ -14271,6 +14426,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14271
14426
|
}
|
|
14272
14427
|
}
|
|
14273
14428
|
}
|
|
14429
|
+
namespace V2DnsZonesDnsZoneIdZoneFile {
|
|
14430
|
+
namespace Get {
|
|
14431
|
+
namespace Parameters {
|
|
14432
|
+
type Path = {
|
|
14433
|
+
dnsZoneId: string;
|
|
14434
|
+
};
|
|
14435
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14436
|
+
type Query = {};
|
|
14437
|
+
}
|
|
14438
|
+
namespace Responses {
|
|
14439
|
+
namespace $200 {
|
|
14440
|
+
namespace Content {
|
|
14441
|
+
type TextPlain = string;
|
|
14442
|
+
}
|
|
14443
|
+
}
|
|
14444
|
+
namespace $400 {
|
|
14445
|
+
namespace Content {
|
|
14446
|
+
interface ApplicationJson {
|
|
14447
|
+
[k: string]: unknown;
|
|
14448
|
+
}
|
|
14449
|
+
}
|
|
14450
|
+
}
|
|
14451
|
+
namespace $429 {
|
|
14452
|
+
namespace Content {
|
|
14453
|
+
interface ApplicationJson {
|
|
14454
|
+
[k: string]: unknown;
|
|
14455
|
+
}
|
|
14456
|
+
}
|
|
14457
|
+
}
|
|
14458
|
+
namespace Default {
|
|
14459
|
+
namespace Content {
|
|
14460
|
+
interface ApplicationJson {
|
|
14461
|
+
[k: string]: unknown;
|
|
14462
|
+
}
|
|
14463
|
+
}
|
|
14464
|
+
}
|
|
14465
|
+
}
|
|
14466
|
+
}
|
|
14467
|
+
}
|
|
14274
14468
|
namespace V2ProjectsProjectIdDnsZones { }
|
|
14275
14469
|
namespace V2ProjectsProjectIdDnsZones {
|
|
14276
14470
|
namespace Get {
|
|
@@ -16068,7 +16262,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16068
16262
|
namespace $200 {
|
|
16069
16263
|
namespace Content {
|
|
16070
16264
|
type ApplicationJson = {
|
|
16265
|
+
context?: "project" | "customer";
|
|
16071
16266
|
extensionId?: string;
|
|
16267
|
+
referencedId?: string;
|
|
16072
16268
|
}[];
|
|
16073
16269
|
}
|
|
16074
16270
|
}
|
|
@@ -16328,7 +16524,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16328
16524
|
namespace $200 {
|
|
16329
16525
|
namespace Content {
|
|
16330
16526
|
type ApplicationJson = {
|
|
16527
|
+
context?: "project" | "customer";
|
|
16331
16528
|
extensionId?: string;
|
|
16529
|
+
referencedId?: string;
|
|
16332
16530
|
}[];
|
|
16333
16531
|
}
|
|
16334
16532
|
}
|
|
@@ -17064,6 +17262,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17064
17262
|
contributorId: string;
|
|
17065
17263
|
};
|
|
17066
17264
|
interface RequestBody {
|
|
17265
|
+
/**
|
|
17266
|
+
* If set to true, the request will be validated but not executed.
|
|
17267
|
+
*/
|
|
17268
|
+
dryRun?: boolean;
|
|
17067
17269
|
/**
|
|
17068
17270
|
* Price in cents.
|
|
17069
17271
|
*/
|
|
@@ -17077,6 +17279,29 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17077
17279
|
namespace Content {
|
|
17078
17280
|
interface ApplicationJson {
|
|
17079
17281
|
extensionId?: string;
|
|
17282
|
+
priceChangeConsequence?: {
|
|
17283
|
+
/**
|
|
17284
|
+
* Description of the consequence for the Extension from the perspective of the contributor. Values: * "NONE": No consequence. * "EDIT_BLOCK": The Extension will be blocked for editing by the contributor for 30 days.
|
|
17285
|
+
*
|
|
17286
|
+
*/
|
|
17287
|
+
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
17288
|
+
/**
|
|
17289
|
+
* Description of the consequence for all Customers of the Extension. Values: * "NONE": No consequence. * "INFO": Customers will be informed about the upcoming changes to their contracts. * "CONFIRM_REQUIRED": Customers will have to confirm or select the accepted changes to their contracts within 30 days or their contracts will be automatically cancelled.
|
|
17290
|
+
*
|
|
17291
|
+
*/
|
|
17292
|
+
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
17293
|
+
variantConsequences: {
|
|
17294
|
+
/**
|
|
17295
|
+
* The individual consequence for customers of a specific variant of the Extension. Values: * "NONE": No consequence. * "INFO": Customers will be informed about the upcoming changes to their contracts. * "CONFIRM_REQUIRED": Customers will have to confirm or select the accepted changes to their contracts within 30 days or their contracts will be automatically cancelled.
|
|
17296
|
+
*
|
|
17297
|
+
*/
|
|
17298
|
+
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
17299
|
+
/**
|
|
17300
|
+
* The key of the variant of the Extension.
|
|
17301
|
+
*/
|
|
17302
|
+
variantKey?: string;
|
|
17303
|
+
}[];
|
|
17304
|
+
};
|
|
17080
17305
|
}
|
|
17081
17306
|
}
|
|
17082
17307
|
}
|
|
@@ -18067,6 +18292,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18067
18292
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18068
18293
|
type Query = {
|
|
18069
18294
|
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
18295
|
+
status?: ("CONFIRMED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID")[];
|
|
18070
18296
|
search?: string;
|
|
18071
18297
|
limit?: number;
|
|
18072
18298
|
skip?: number;
|
|
@@ -18662,7 +18888,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18662
18888
|
limit?: number;
|
|
18663
18889
|
skip?: number;
|
|
18664
18890
|
page?: number;
|
|
18665
|
-
sort?: "potential" | "relevance";
|
|
18891
|
+
sort?: "potential" | "relevance" | "company";
|
|
18666
18892
|
order?: "asc" | "desc";
|
|
18667
18893
|
};
|
|
18668
18894
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.216.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.217.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "198ad83d177d9fa57a944f5723e32eddba4db023"
|
|
84
84
|
}
|