@mittwald/api-client 3.1.37 → 3.1.39
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -13
- package/dist/react.d.mts +7 -39
- package/dist/react.d.ts +7 -39
- package/dist/react.mjs +1 -11
- package/dist/shared/{api-client.f3e4ffbe.mjs → api-client.3ce99592.mjs} +1 -16
- package/dist/shared/{api-client.61e4cd90.d.mts → api-client.ba039c06.d.mts} +112 -325
- package/dist/shared/{api-client.61e4cd90.d.ts → api-client.ba039c06.d.ts} +112 -325
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
|
@@ -275,12 +275,8 @@ declare const domainUpdateDomainNameservers: OpenAPIOperation<RequestType<Simpli
|
|
|
275
275
|
declare const domainGetDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
276
276
|
/** Delete a Domain. */
|
|
277
277
|
declare const domainDeleteDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
278
|
-
/** Get a DomainOwnership. */
|
|
279
|
-
declare const domainGetDomainOwnership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
280
278
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
281
279
|
declare const domainGetLatestScreenshot: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
282
|
-
/** List the DomainOwnerships of a project. */
|
|
283
|
-
declare const domainListDomainOwnerships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
284
280
|
/** List the contact schemas for a TLD. */
|
|
285
281
|
declare const domainListTldContactSchemas: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
286
282
|
/** List TLDs. */
|
|
@@ -293,8 +289,6 @@ declare const domainUpdateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<
|
|
|
293
289
|
declare const domainUpdateDomainContact: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
294
290
|
/** Update a Domain's project id. */
|
|
295
291
|
declare const domainUpdateDomainProjectId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
296
|
-
/** Verify a DomainOwnership. */
|
|
297
|
-
declare const domainVerifyDomainOwnership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
298
292
|
/** Create a File. */
|
|
299
293
|
declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$406.Content.ApplicationJson>, 406, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
300
294
|
/** Get a File's meta. */
|
|
@@ -342,33 +336,33 @@ declare const mailCreateMailAddress: OpenAPIOperation<RequestType<Simplify<Mittw
|
|
|
342
336
|
/** Get a DeliveryBox. */
|
|
343
337
|
declare const mailGetDeliveryBox: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
344
338
|
/** Delete a DeliveryBox. */
|
|
345
|
-
declare const mailDeleteDeliveryBox: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$
|
|
339
|
+
declare const mailDeleteDeliveryBox: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
346
340
|
/** Get a MailAddress. */
|
|
347
341
|
declare const mailGetMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
348
342
|
/** Delete a MailAddress. */
|
|
349
|
-
declare const mailDeleteMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$
|
|
343
|
+
declare const mailDeleteMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
350
344
|
/** List mail settings of a Project. */
|
|
351
345
|
declare const mailListProjectMailSettings: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
352
346
|
/** Update the description of a DeliveryBox. */
|
|
353
|
-
declare const mailUpdateDeliveryBoxDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$
|
|
347
|
+
declare const mailUpdateDeliveryBoxDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
354
348
|
/** Update the password of a DeliveryBox. */
|
|
355
|
-
declare const mailUpdateDeliveryBoxPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$
|
|
349
|
+
declare const mailUpdateDeliveryBoxPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
356
350
|
/** Update a MailAddress. */
|
|
357
|
-
declare const mailUpdateMailAddressAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$
|
|
351
|
+
declare const mailUpdateMailAddressAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
358
352
|
/** Update the autoresponder of a MailAddress. */
|
|
359
|
-
declare const mailUpdateMailAddressAutoresponder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$
|
|
353
|
+
declare const mailUpdateMailAddressAutoresponder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
360
354
|
/** Update the catchall of a MailAddress. */
|
|
361
|
-
declare const mailUpdateMailAddressCatchAll: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$
|
|
355
|
+
declare const mailUpdateMailAddressCatchAll: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
362
356
|
/** Update the forward addresses of a MailAddresses. */
|
|
363
|
-
declare const mailUpdateMailAddressForwardAddresses: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$
|
|
357
|
+
declare const mailUpdateMailAddressForwardAddresses: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
364
358
|
/** Update the password for a MailAddress. */
|
|
365
|
-
declare const mailUpdateMailAddressPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$
|
|
359
|
+
declare const mailUpdateMailAddressPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
366
360
|
/** Update the quota of a MailAddress. */
|
|
367
|
-
declare const mailUpdateMailAddressQuota: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$
|
|
361
|
+
declare const mailUpdateMailAddressQuota: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
368
362
|
/** Update the spam protection of a MailAddress. */
|
|
369
|
-
declare const mailUpdateMailAddressSpamProtection: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$
|
|
363
|
+
declare const mailUpdateMailAddressSpamProtection: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
370
364
|
/** Update a mail setting of a Project. */
|
|
371
|
-
declare const mailUpdateProjectMailSetting: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$
|
|
365
|
+
declare const mailUpdateProjectMailSetting: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
372
366
|
/** Getting the subscription status of the subscription. */
|
|
373
367
|
declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
374
368
|
/** Unsubscribe a user from the mStudio newsletter. */
|
|
@@ -418,7 +412,7 @@ declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify
|
|
|
418
412
|
/** Request a Project avatar upload. */
|
|
419
413
|
declare const projectRequestProjectAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
420
414
|
/** Delete a Project's avatar. */
|
|
421
|
-
declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$
|
|
415
|
+
declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
422
416
|
/** Get a ProjectInvite. */
|
|
423
417
|
declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
424
418
|
/** Delete a ProjectInvite. */
|
|
@@ -432,11 +426,11 @@ declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simpl
|
|
|
432
426
|
/** Get a Project. */
|
|
433
427
|
declare const projectGetProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
434
428
|
/** Delete a Project. */
|
|
435
|
-
declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$
|
|
429
|
+
declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
436
430
|
/** Request a Server avatar upload. */
|
|
437
431
|
declare const projectRequestServerAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
432
|
/** Delete a Server's avatar. */
|
|
439
|
-
declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$
|
|
433
|
+
declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
440
434
|
/** List directories belonging to a Project. */
|
|
441
435
|
declare const projectFileSystemGetDirectories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
442
436
|
/** Get a Project directory filesystem usage. */
|
|
@@ -468,9 +462,9 @@ declare const projectListServers: OpenAPIOperation<RequestType<Simplify<null>, S
|
|
|
468
462
|
/** Resend the mail for a ProjectInvite. */
|
|
469
463
|
declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
470
464
|
/** Update a Project's description. */
|
|
471
|
-
declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$
|
|
465
|
+
declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
472
466
|
/** Update a Servers's description. */
|
|
473
|
-
declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$
|
|
467
|
+
declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
474
468
|
/** Register a tariff change for a legacy tariff. */
|
|
475
469
|
declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
476
470
|
/** Relocate an external Project to mittwald. */
|
|
@@ -1156,18 +1150,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1156
1150
|
type RequestData = InferredRequestData<typeof domainDeleteDomain>;
|
|
1157
1151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainDeleteDomain, TStatus>;
|
|
1158
1152
|
}
|
|
1159
|
-
namespace DomainGetDomainOwnership {
|
|
1160
|
-
type RequestData = InferredRequestData<typeof domainGetDomainOwnership>;
|
|
1161
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainGetDomainOwnership, TStatus>;
|
|
1162
|
-
}
|
|
1163
1153
|
namespace DomainGetLatestScreenshot {
|
|
1164
1154
|
type RequestData = InferredRequestData<typeof domainGetLatestScreenshot>;
|
|
1165
1155
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainGetLatestScreenshot, TStatus>;
|
|
1166
1156
|
}
|
|
1167
|
-
namespace DomainListDomainOwnerships {
|
|
1168
|
-
type RequestData = InferredRequestData<typeof domainListDomainOwnerships>;
|
|
1169
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainListDomainOwnerships, TStatus>;
|
|
1170
|
-
}
|
|
1171
1157
|
namespace DomainListTldContactSchemas {
|
|
1172
1158
|
type RequestData = InferredRequestData<typeof domainListTldContactSchemas>;
|
|
1173
1159
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainListTldContactSchemas, TStatus>;
|
|
@@ -1192,10 +1178,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
1192
1178
|
type RequestData = InferredRequestData<typeof domainUpdateDomainProjectId>;
|
|
1193
1179
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainUpdateDomainProjectId, TStatus>;
|
|
1194
1180
|
}
|
|
1195
|
-
namespace DomainVerifyDomainOwnership {
|
|
1196
|
-
type RequestData = InferredRequestData<typeof domainVerifyDomainOwnership>;
|
|
1197
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof domainVerifyDomainOwnership, TStatus>;
|
|
1198
|
-
}
|
|
1199
1181
|
namespace FileCreateFile {
|
|
1200
1182
|
type RequestData = InferredRequestData<typeof fileCreateFile>;
|
|
1201
1183
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof fileCreateFile, TStatus>;
|
|
@@ -2201,9 +2183,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
2201
2183
|
articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
2202
2184
|
contractPeriod: number;
|
|
2203
2185
|
description: string;
|
|
2204
|
-
freeTrialDays
|
|
2186
|
+
freeTrialDays?: number;
|
|
2205
2187
|
groupByProjectId?: string;
|
|
2206
|
-
invoicingPeriod
|
|
2188
|
+
invoicingPeriod?: number;
|
|
2207
2189
|
isActivated: boolean;
|
|
2208
2190
|
isBaseItem: boolean;
|
|
2209
2191
|
isInFreeTrial?: boolean;
|
|
@@ -2234,9 +2216,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
2234
2216
|
contractId: string;
|
|
2235
2217
|
contractNumber: string;
|
|
2236
2218
|
customerId: string;
|
|
2237
|
-
isInvoicingDeactivated?: boolean;
|
|
2238
|
-
isInvoicingPaused?: boolean;
|
|
2239
|
-
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
2240
2219
|
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination;
|
|
2241
2220
|
}
|
|
2242
2221
|
interface ContractError {
|
|
@@ -2761,12 +2740,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
2761
2740
|
adminC?: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
|
|
2762
2741
|
ownerC: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
|
|
2763
2742
|
}
|
|
2764
|
-
interface DomainDomainOwnership {
|
|
2765
|
-
domain: string;
|
|
2766
|
-
id: string;
|
|
2767
|
-
projectId: string;
|
|
2768
|
-
txtRecord: string;
|
|
2769
|
-
}
|
|
2770
2743
|
interface DomainDomain {
|
|
2771
2744
|
authCode?: MittwaldAPIV2.Components.Schemas.DomainAuthCode;
|
|
2772
2745
|
authCode2?: MittwaldAPIV2.Components.Schemas.DomainAuthCode2;
|
|
@@ -3038,6 +3011,17 @@ declare namespace MittwaldAPIV2 {
|
|
|
3038
3011
|
sendingEnabled: boolean;
|
|
3039
3012
|
updatedAt: string;
|
|
3040
3013
|
}
|
|
3014
|
+
interface MailDeliveryboxInternal {
|
|
3015
|
+
authenticationEnabled: boolean;
|
|
3016
|
+
description: string;
|
|
3017
|
+
id: string;
|
|
3018
|
+
mailsystemSettings: MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
|
|
3019
|
+
name: string;
|
|
3020
|
+
passwordUpdatedAt: string;
|
|
3021
|
+
projectId: string;
|
|
3022
|
+
sendingEnabled: boolean;
|
|
3023
|
+
updatedAt: string;
|
|
3024
|
+
}
|
|
3041
3025
|
interface MailError {
|
|
3042
3026
|
message: string;
|
|
3043
3027
|
type: string;
|
|
@@ -3051,7 +3035,41 @@ declare namespace MittwaldAPIV2 {
|
|
|
3051
3035
|
autoResponder: {
|
|
3052
3036
|
active: boolean;
|
|
3053
3037
|
expiresAt?: string;
|
|
3054
|
-
message
|
|
3038
|
+
message?: string;
|
|
3039
|
+
startsAt?: string;
|
|
3040
|
+
};
|
|
3041
|
+
forwardAddresses: string[];
|
|
3042
|
+
id: string;
|
|
3043
|
+
isArchived: boolean;
|
|
3044
|
+
isCatchAll: boolean;
|
|
3045
|
+
mailbox?: {
|
|
3046
|
+
name: string;
|
|
3047
|
+
passwordUpdatedAt: string;
|
|
3048
|
+
sendingEnabled: boolean;
|
|
3049
|
+
spamProtection: {
|
|
3050
|
+
active: boolean;
|
|
3051
|
+
autoDeleteSpam: boolean;
|
|
3052
|
+
folder: "spam" | "inbox";
|
|
3053
|
+
relocationMinSpamScore: number;
|
|
3054
|
+
};
|
|
3055
|
+
storageInBytes: {
|
|
3056
|
+
current: {
|
|
3057
|
+
updatedAt: string;
|
|
3058
|
+
value: number;
|
|
3059
|
+
};
|
|
3060
|
+
limit: number;
|
|
3061
|
+
};
|
|
3062
|
+
};
|
|
3063
|
+
projectId: string;
|
|
3064
|
+
receivingDisabled: boolean;
|
|
3065
|
+
updatedAt: string;
|
|
3066
|
+
}
|
|
3067
|
+
interface MailMailAddressInternal {
|
|
3068
|
+
address: string;
|
|
3069
|
+
autoResponder: {
|
|
3070
|
+
active: boolean;
|
|
3071
|
+
expiresAt?: string;
|
|
3072
|
+
message?: string;
|
|
3055
3073
|
startsAt?: string;
|
|
3056
3074
|
};
|
|
3057
3075
|
forwardAddresses: string[];
|
|
@@ -3059,6 +3077,8 @@ declare namespace MittwaldAPIV2 {
|
|
|
3059
3077
|
isArchived: boolean;
|
|
3060
3078
|
isCatchAll: boolean;
|
|
3061
3079
|
mailbox?: {
|
|
3080
|
+
mailsystemSettings: MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
|
|
3081
|
+
name: string;
|
|
3062
3082
|
passwordUpdatedAt: string;
|
|
3063
3083
|
sendingEnabled: boolean;
|
|
3064
3084
|
spamProtection: {
|
|
@@ -3079,6 +3099,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
3079
3099
|
receivingDisabled: boolean;
|
|
3080
3100
|
updatedAt: string;
|
|
3081
3101
|
}
|
|
3102
|
+
interface MailMailsystemSettings {
|
|
3103
|
+
imapClusterId: string;
|
|
3104
|
+
mailDirectory: string;
|
|
3105
|
+
rateLimitId: string;
|
|
3106
|
+
}
|
|
3082
3107
|
type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
|
|
3083
3108
|
interface MembershipCustomerInvite {
|
|
3084
3109
|
/**
|
|
@@ -3403,6 +3428,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3403
3428
|
* deprecated
|
|
3404
3429
|
*/
|
|
3405
3430
|
type ProjectDeprecatedProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
3431
|
+
/**
|
|
3432
|
+
* deprecated
|
|
3433
|
+
*/
|
|
3434
|
+
type ProjectDeprecatedServerReadinessStatus = "creating" | "ready" | "unready";
|
|
3406
3435
|
interface ProjectFilesystemDirectoryListing {
|
|
3407
3436
|
absolutePath: string;
|
|
3408
3437
|
isDirectory?: boolean;
|
|
@@ -3464,6 +3493,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3464
3493
|
statusSetAt: string;
|
|
3465
3494
|
}
|
|
3466
3495
|
type ProjectServerDisableReason = "suspended";
|
|
3496
|
+
type ProjectServerStatus = "pending" | "ready";
|
|
3467
3497
|
interface ProjectServer {
|
|
3468
3498
|
clusterName: string;
|
|
3469
3499
|
createdAt: string;
|
|
@@ -3682,11 +3712,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3682
3712
|
location?: MittwaldAPIV2.Components.Schemas.SignupLocation;
|
|
3683
3713
|
tokenId: string;
|
|
3684
3714
|
}
|
|
3685
|
-
/**
|
|
3686
|
-
* deprecated
|
|
3687
|
-
*/
|
|
3688
|
-
type ProjectDeprecatedServerReadinessStatus = "creating" | "ready" | "unready";
|
|
3689
|
-
type ProjectServerStatus = "pending" | "ready";
|
|
3690
3715
|
interface CommonsAddress {
|
|
3691
3716
|
street: string;
|
|
3692
3717
|
houseNumber: string;
|
|
@@ -9168,45 +9193,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9168
9193
|
}
|
|
9169
9194
|
}
|
|
9170
9195
|
}
|
|
9171
|
-
namespace V2DomainOwnershipsDomainOwnershipId {
|
|
9172
|
-
namespace Get {
|
|
9173
|
-
namespace Parameters {
|
|
9174
|
-
type Path = {
|
|
9175
|
-
domainOwnershipId: string;
|
|
9176
|
-
};
|
|
9177
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9178
|
-
type Query = {};
|
|
9179
|
-
}
|
|
9180
|
-
namespace Responses {
|
|
9181
|
-
namespace $200 {
|
|
9182
|
-
namespace Content {
|
|
9183
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership;
|
|
9184
|
-
}
|
|
9185
|
-
}
|
|
9186
|
-
namespace $400 {
|
|
9187
|
-
namespace Content {
|
|
9188
|
-
interface ApplicationJson {
|
|
9189
|
-
[k: string]: unknown;
|
|
9190
|
-
}
|
|
9191
|
-
}
|
|
9192
|
-
}
|
|
9193
|
-
namespace $404 {
|
|
9194
|
-
namespace Content {
|
|
9195
|
-
interface ApplicationJson {
|
|
9196
|
-
[k: string]: unknown;
|
|
9197
|
-
}
|
|
9198
|
-
}
|
|
9199
|
-
}
|
|
9200
|
-
namespace Default {
|
|
9201
|
-
namespace Content {
|
|
9202
|
-
interface ApplicationJson {
|
|
9203
|
-
[k: string]: unknown;
|
|
9204
|
-
}
|
|
9205
|
-
}
|
|
9206
|
-
}
|
|
9207
|
-
}
|
|
9208
|
-
}
|
|
9209
|
-
}
|
|
9210
9196
|
namespace V2DomainsHandleSchemaDomainName { }
|
|
9211
9197
|
namespace V2DomainsDomainIdLatestScreenshot {
|
|
9212
9198
|
namespace Get {
|
|
@@ -9246,38 +9232,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9246
9232
|
}
|
|
9247
9233
|
}
|
|
9248
9234
|
}
|
|
9249
|
-
namespace V2ProjectsProjectIdDomainOwnerships {
|
|
9250
|
-
namespace Get {
|
|
9251
|
-
namespace Parameters {
|
|
9252
|
-
type Path = {
|
|
9253
|
-
projectId: string;
|
|
9254
|
-
};
|
|
9255
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9256
|
-
type Query = {};
|
|
9257
|
-
}
|
|
9258
|
-
namespace Responses {
|
|
9259
|
-
namespace $200 {
|
|
9260
|
-
namespace Content {
|
|
9261
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[];
|
|
9262
|
-
}
|
|
9263
|
-
}
|
|
9264
|
-
namespace $400 {
|
|
9265
|
-
namespace Content {
|
|
9266
|
-
interface ApplicationJson {
|
|
9267
|
-
[k: string]: unknown;
|
|
9268
|
-
}
|
|
9269
|
-
}
|
|
9270
|
-
}
|
|
9271
|
-
namespace Default {
|
|
9272
|
-
namespace Content {
|
|
9273
|
-
interface ApplicationJson {
|
|
9274
|
-
[k: string]: unknown;
|
|
9275
|
-
}
|
|
9276
|
-
}
|
|
9277
|
-
}
|
|
9278
|
-
}
|
|
9279
|
-
}
|
|
9280
|
-
}
|
|
9281
9235
|
namespace V2ProjectsProjectIdDomains { }
|
|
9282
9236
|
namespace V2DomainTldsTldContactSchemas {
|
|
9283
9237
|
namespace Get {
|
|
@@ -9508,48 +9462,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9508
9462
|
}
|
|
9509
9463
|
}
|
|
9510
9464
|
}
|
|
9511
|
-
namespace V2DomainOwnershipsDomainOwnershipIdActionsVerify {
|
|
9512
|
-
namespace Post {
|
|
9513
|
-
namespace Parameters {
|
|
9514
|
-
type Path = {
|
|
9515
|
-
domainOwnershipId: string;
|
|
9516
|
-
};
|
|
9517
|
-
interface RequestBody {
|
|
9518
|
-
[k: string]: unknown;
|
|
9519
|
-
}
|
|
9520
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9521
|
-
type Query = {};
|
|
9522
|
-
}
|
|
9523
|
-
namespace Responses {
|
|
9524
|
-
namespace $204 {
|
|
9525
|
-
namespace Content {
|
|
9526
|
-
type Empty = unknown;
|
|
9527
|
-
}
|
|
9528
|
-
}
|
|
9529
|
-
namespace $400 {
|
|
9530
|
-
namespace Content {
|
|
9531
|
-
interface ApplicationJson {
|
|
9532
|
-
[k: string]: unknown;
|
|
9533
|
-
}
|
|
9534
|
-
}
|
|
9535
|
-
}
|
|
9536
|
-
namespace $404 {
|
|
9537
|
-
namespace Content {
|
|
9538
|
-
interface ApplicationJson {
|
|
9539
|
-
[k: string]: unknown;
|
|
9540
|
-
}
|
|
9541
|
-
}
|
|
9542
|
-
}
|
|
9543
|
-
namespace Default {
|
|
9544
|
-
namespace Content {
|
|
9545
|
-
interface ApplicationJson {
|
|
9546
|
-
[k: string]: unknown;
|
|
9547
|
-
}
|
|
9548
|
-
}
|
|
9549
|
-
}
|
|
9550
|
-
}
|
|
9551
|
-
}
|
|
9552
|
-
}
|
|
9553
9465
|
namespace V2Files {
|
|
9554
9466
|
namespace Post {
|
|
9555
9467
|
namespace Parameters {
|
|
@@ -10660,7 +10572,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
10660
10572
|
type Query = {};
|
|
10661
10573
|
}
|
|
10662
10574
|
namespace Responses {
|
|
10663
|
-
namespace $
|
|
10575
|
+
namespace $204 {
|
|
10664
10576
|
namespace Content {
|
|
10665
10577
|
type Empty = unknown;
|
|
10666
10578
|
}
|
|
@@ -10779,7 +10691,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
10779
10691
|
type Query = {};
|
|
10780
10692
|
}
|
|
10781
10693
|
namespace Responses {
|
|
10782
|
-
namespace $
|
|
10694
|
+
namespace $204 {
|
|
10783
10695
|
namespace Content {
|
|
10784
10696
|
type Empty = unknown;
|
|
10785
10697
|
}
|
|
@@ -10912,7 +10824,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
10912
10824
|
type Query = {};
|
|
10913
10825
|
}
|
|
10914
10826
|
namespace Responses {
|
|
10915
|
-
namespace $
|
|
10827
|
+
namespace $204 {
|
|
10916
10828
|
namespace Content {
|
|
10917
10829
|
type Empty = unknown;
|
|
10918
10830
|
}
|
|
@@ -10975,7 +10887,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
10975
10887
|
type Query = {};
|
|
10976
10888
|
}
|
|
10977
10889
|
namespace Responses {
|
|
10978
|
-
namespace $
|
|
10890
|
+
namespace $204 {
|
|
10979
10891
|
namespace Content {
|
|
10980
10892
|
type Empty = unknown;
|
|
10981
10893
|
}
|
|
@@ -11038,7 +10950,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11038
10950
|
type Query = {};
|
|
11039
10951
|
}
|
|
11040
10952
|
namespace Responses {
|
|
11041
|
-
namespace $
|
|
10953
|
+
namespace $204 {
|
|
11042
10954
|
namespace Content {
|
|
11043
10955
|
type Empty = unknown;
|
|
11044
10956
|
}
|
|
@@ -11106,7 +11018,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11106
11018
|
type Query = {};
|
|
11107
11019
|
}
|
|
11108
11020
|
namespace Responses {
|
|
11109
|
-
namespace $
|
|
11021
|
+
namespace $204 {
|
|
11110
11022
|
namespace Content {
|
|
11111
11023
|
type Empty = unknown;
|
|
11112
11024
|
}
|
|
@@ -11170,7 +11082,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11170
11082
|
type Query = {};
|
|
11171
11083
|
}
|
|
11172
11084
|
namespace Responses {
|
|
11173
|
-
namespace $
|
|
11085
|
+
namespace $204 {
|
|
11174
11086
|
namespace Content {
|
|
11175
11087
|
type Empty = unknown;
|
|
11176
11088
|
}
|
|
@@ -11235,7 +11147,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11235
11147
|
type Query = {};
|
|
11236
11148
|
}
|
|
11237
11149
|
namespace Responses {
|
|
11238
|
-
namespace $
|
|
11150
|
+
namespace $204 {
|
|
11239
11151
|
namespace Content {
|
|
11240
11152
|
type Empty = unknown;
|
|
11241
11153
|
}
|
|
@@ -11299,7 +11211,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11299
11211
|
type Query = {};
|
|
11300
11212
|
}
|
|
11301
11213
|
namespace Responses {
|
|
11302
|
-
namespace $
|
|
11214
|
+
namespace $204 {
|
|
11303
11215
|
namespace Content {
|
|
11304
11216
|
type Empty = unknown;
|
|
11305
11217
|
}
|
|
@@ -11363,7 +11275,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11363
11275
|
type Query = {};
|
|
11364
11276
|
}
|
|
11365
11277
|
namespace Responses {
|
|
11366
|
-
namespace $
|
|
11278
|
+
namespace $204 {
|
|
11367
11279
|
namespace Content {
|
|
11368
11280
|
type Empty = unknown;
|
|
11369
11281
|
}
|
|
@@ -11432,7 +11344,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11432
11344
|
type Query = {};
|
|
11433
11345
|
}
|
|
11434
11346
|
namespace Responses {
|
|
11435
|
-
namespace $
|
|
11347
|
+
namespace $204 {
|
|
11436
11348
|
namespace Content {
|
|
11437
11349
|
type Empty = unknown;
|
|
11438
11350
|
}
|
|
@@ -11499,7 +11411,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11499
11411
|
type Query = {};
|
|
11500
11412
|
}
|
|
11501
11413
|
namespace Responses {
|
|
11502
|
-
namespace $
|
|
11414
|
+
namespace $204 {
|
|
11503
11415
|
namespace Content {
|
|
11504
11416
|
type Empty = unknown;
|
|
11505
11417
|
}
|
|
@@ -12455,11 +12367,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
12455
12367
|
type Query = {};
|
|
12456
12368
|
}
|
|
12457
12369
|
namespace Responses {
|
|
12458
|
-
namespace $200 {
|
|
12459
|
-
namespace Content {
|
|
12460
|
-
type Empty = unknown;
|
|
12461
|
-
}
|
|
12462
|
-
}
|
|
12463
12370
|
namespace $204 {
|
|
12464
12371
|
namespace Content {
|
|
12465
12372
|
type Empty = unknown;
|
|
@@ -12669,12 +12576,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
12669
12576
|
type Query = {};
|
|
12670
12577
|
}
|
|
12671
12578
|
namespace Responses {
|
|
12672
|
-
namespace $200 {
|
|
12673
|
-
namespace Content {
|
|
12674
|
-
interface ApplicationJson {
|
|
12675
|
-
}
|
|
12676
|
-
}
|
|
12677
|
-
}
|
|
12678
12579
|
namespace $204 {
|
|
12679
12580
|
namespace Content {
|
|
12680
12581
|
type Empty = unknown;
|
|
@@ -12768,11 +12669,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
12768
12669
|
type Query = {};
|
|
12769
12670
|
}
|
|
12770
12671
|
namespace Responses {
|
|
12771
|
-
namespace $200 {
|
|
12772
|
-
namespace Content {
|
|
12773
|
-
type Empty = unknown;
|
|
12774
|
-
}
|
|
12775
|
-
}
|
|
12776
12672
|
namespace $204 {
|
|
12777
12673
|
namespace Content {
|
|
12778
12674
|
type Empty = unknown;
|
|
@@ -13421,11 +13317,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
13421
13317
|
type Query = {};
|
|
13422
13318
|
}
|
|
13423
13319
|
namespace Responses {
|
|
13424
|
-
namespace $200 {
|
|
13425
|
-
namespace Content {
|
|
13426
|
-
type Empty = unknown;
|
|
13427
|
-
}
|
|
13428
|
-
}
|
|
13429
13320
|
namespace $204 {
|
|
13430
13321
|
namespace Content {
|
|
13431
13322
|
type Empty = unknown;
|
|
@@ -13468,11 +13359,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
13468
13359
|
type Query = {};
|
|
13469
13360
|
}
|
|
13470
13361
|
namespace Responses {
|
|
13471
|
-
namespace $200 {
|
|
13472
|
-
namespace Content {
|
|
13473
|
-
type Empty = unknown;
|
|
13474
|
-
}
|
|
13475
|
-
}
|
|
13476
13362
|
namespace $204 {
|
|
13477
13363
|
namespace Content {
|
|
13478
13364
|
type Empty = unknown;
|
|
@@ -17422,9 +17308,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17422
17308
|
articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
17423
17309
|
contractPeriod: number;
|
|
17424
17310
|
description: string;
|
|
17425
|
-
freeTrialDays
|
|
17311
|
+
freeTrialDays?: number | undefined;
|
|
17426
17312
|
groupByProjectId?: string | undefined;
|
|
17427
|
-
invoicingPeriod
|
|
17313
|
+
invoicingPeriod?: number | undefined;
|
|
17428
17314
|
isActivated: boolean;
|
|
17429
17315
|
isBaseItem: boolean;
|
|
17430
17316
|
isInFreeTrial?: boolean | undefined;
|
|
@@ -17471,9 +17357,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17471
17357
|
contractId: string;
|
|
17472
17358
|
contractNumber: string;
|
|
17473
17359
|
customerId: string;
|
|
17474
|
-
isInvoicingDeactivated?: boolean | undefined;
|
|
17475
|
-
isInvoicingPaused?: boolean | undefined;
|
|
17476
|
-
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
17477
17360
|
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
17478
17361
|
}, 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
17479
17362
|
[x: string]: unknown;
|
|
@@ -17507,9 +17390,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17507
17390
|
contractId: string;
|
|
17508
17391
|
contractNumber: string;
|
|
17509
17392
|
customerId: string;
|
|
17510
|
-
isInvoicingDeactivated?: boolean | undefined;
|
|
17511
|
-
isInvoicingPaused?: boolean | undefined;
|
|
17512
|
-
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
17513
17393
|
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
17514
17394
|
}, 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
17515
17395
|
[x: string]: unknown;
|
|
@@ -17543,9 +17423,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17543
17423
|
contractId: string;
|
|
17544
17424
|
contractNumber: string;
|
|
17545
17425
|
customerId: string;
|
|
17546
|
-
isInvoicingDeactivated?: boolean | undefined;
|
|
17547
|
-
isInvoicingPaused?: boolean | undefined;
|
|
17548
|
-
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
17549
17426
|
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
17550
17427
|
}, 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
17551
17428
|
[x: string]: unknown;
|
|
@@ -17581,9 +17458,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17581
17458
|
articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
17582
17459
|
contractPeriod: number;
|
|
17583
17460
|
description: string;
|
|
17584
|
-
freeTrialDays
|
|
17461
|
+
freeTrialDays?: number | undefined;
|
|
17585
17462
|
groupByProjectId?: string | undefined;
|
|
17586
|
-
invoicingPeriod
|
|
17463
|
+
invoicingPeriod?: number | undefined;
|
|
17587
17464
|
isActivated: boolean;
|
|
17588
17465
|
isBaseItem: boolean;
|
|
17589
17466
|
isInFreeTrial?: boolean | undefined;
|
|
@@ -17630,9 +17507,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17630
17507
|
contractId: string;
|
|
17631
17508
|
contractNumber: string;
|
|
17632
17509
|
customerId: string;
|
|
17633
|
-
isInvoicingDeactivated?: boolean | undefined;
|
|
17634
|
-
isInvoicingPaused?: boolean | undefined;
|
|
17635
|
-
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
17636
17510
|
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
17637
17511
|
}, 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
17638
17512
|
[x: string]: unknown;
|
|
@@ -21473,37 +21347,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21473
21347
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21474
21348
|
[x: string]: unknown;
|
|
21475
21349
|
}, 404, "application/json">>>;
|
|
21476
|
-
/** Get a DomainOwnership. */
|
|
21477
|
-
getDomainOwnership: (request: {
|
|
21478
|
-
domainOwnershipId: string;
|
|
21479
|
-
headers?: {
|
|
21480
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21481
|
-
"x-access-token"?: string | undefined;
|
|
21482
|
-
} | undefined;
|
|
21483
|
-
}) => FixRollupDtsGenerationBug.ResponsePromise<FixRollupDtsGenerationBug.OpenAPIOperation<{
|
|
21484
|
-
headers?: Partial<{
|
|
21485
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21486
|
-
}> | undefined;
|
|
21487
|
-
} & {
|
|
21488
|
-
pathParameters: {
|
|
21489
|
-
domainOwnershipId: string;
|
|
21490
|
-
};
|
|
21491
|
-
} & {
|
|
21492
|
-
headers: {
|
|
21493
|
-
"x-access-token"?: string | undefined;
|
|
21494
|
-
} & Partial<{
|
|
21495
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21496
|
-
}>;
|
|
21497
|
-
}, FixRollupDtsGenerationBug.Response<{
|
|
21498
|
-
domain: string;
|
|
21499
|
-
id: string;
|
|
21500
|
-
projectId: string;
|
|
21501
|
-
txtRecord: string;
|
|
21502
|
-
}, 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21503
|
-
[x: string]: unknown;
|
|
21504
|
-
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21505
|
-
[x: string]: unknown;
|
|
21506
|
-
}, 404, "application/json">>>;
|
|
21507
21350
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
21508
21351
|
getLatestScreenshot: (request: {
|
|
21509
21352
|
data: {
|
|
@@ -21539,30 +21382,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21539
21382
|
}, 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21540
21383
|
[x: string]: unknown;
|
|
21541
21384
|
}, 404, "application/json">>>;
|
|
21542
|
-
/** List the DomainOwnerships of a project. */
|
|
21543
|
-
listDomainOwnerships: (request: {
|
|
21544
|
-
projectId: string;
|
|
21545
|
-
headers?: {
|
|
21546
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21547
|
-
"x-access-token"?: string | undefined;
|
|
21548
|
-
} | undefined;
|
|
21549
|
-
}) => FixRollupDtsGenerationBug.ResponsePromise<FixRollupDtsGenerationBug.OpenAPIOperation<{
|
|
21550
|
-
headers?: Partial<{
|
|
21551
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21552
|
-
}> | undefined;
|
|
21553
|
-
} & {
|
|
21554
|
-
pathParameters: {
|
|
21555
|
-
projectId: string;
|
|
21556
|
-
};
|
|
21557
|
-
} & {
|
|
21558
|
-
headers: {
|
|
21559
|
-
"x-access-token"?: string | undefined;
|
|
21560
|
-
} & Partial<{
|
|
21561
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21562
|
-
}>;
|
|
21563
|
-
}, FixRollupDtsGenerationBug.Response<MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[], 200, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21564
|
-
[x: string]: unknown;
|
|
21565
|
-
}, 400, "application/json">>>;
|
|
21566
21385
|
/** List the contact schemas for a TLD. */
|
|
21567
21386
|
listTldContactSchemas: (request: {
|
|
21568
21387
|
tld: string;
|
|
@@ -21722,39 +21541,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21722
21541
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21723
21542
|
[x: string]: unknown;
|
|
21724
21543
|
}, 404, "application/json">>>;
|
|
21725
|
-
/** Verify a DomainOwnership. */
|
|
21726
|
-
verifyDomainOwnership: (request: {
|
|
21727
|
-
domainOwnershipId: string;
|
|
21728
|
-
data?: {
|
|
21729
|
-
[x: string]: unknown;
|
|
21730
|
-
} | undefined;
|
|
21731
|
-
headers?: {
|
|
21732
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21733
|
-
"x-access-token"?: string | undefined;
|
|
21734
|
-
} | undefined;
|
|
21735
|
-
}) => FixRollupDtsGenerationBug.ResponsePromise<FixRollupDtsGenerationBug.OpenAPIOperation<{
|
|
21736
|
-
data: {
|
|
21737
|
-
[x: string]: unknown;
|
|
21738
|
-
};
|
|
21739
|
-
} & {
|
|
21740
|
-
pathParameters: {
|
|
21741
|
-
domainOwnershipId: string;
|
|
21742
|
-
};
|
|
21743
|
-
} & {
|
|
21744
|
-
headers?: Partial<{
|
|
21745
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21746
|
-
}> | undefined;
|
|
21747
|
-
} & {
|
|
21748
|
-
headers: {
|
|
21749
|
-
"x-access-token"?: string | undefined;
|
|
21750
|
-
} & Partial<{
|
|
21751
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21752
|
-
}>;
|
|
21753
|
-
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
21754
|
-
[x: string]: unknown;
|
|
21755
|
-
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
21756
|
-
[x: string]: unknown;
|
|
21757
|
-
}, 404, "application/json">>>;
|
|
21758
21544
|
/** List Ingresses. */
|
|
21759
21545
|
ingressListIngresses: (request?: {
|
|
21760
21546
|
headers?: {
|
|
@@ -22430,7 +22216,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22430
22216
|
} & Partial<{
|
|
22431
22217
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22432
22218
|
}>;
|
|
22433
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22219
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22434
22220
|
[x: string]: unknown;
|
|
22435
22221
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22436
22222
|
[x: string]: unknown;
|
|
@@ -22467,7 +22253,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22467
22253
|
autoResponder: {
|
|
22468
22254
|
active: boolean;
|
|
22469
22255
|
expiresAt?: string | undefined;
|
|
22470
|
-
message
|
|
22256
|
+
message?: string | undefined;
|
|
22471
22257
|
startsAt?: string | undefined;
|
|
22472
22258
|
};
|
|
22473
22259
|
forwardAddresses: string[];
|
|
@@ -22475,6 +22261,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22475
22261
|
isArchived: boolean;
|
|
22476
22262
|
isCatchAll: boolean;
|
|
22477
22263
|
mailbox?: {
|
|
22264
|
+
name: string;
|
|
22478
22265
|
passwordUpdatedAt: string;
|
|
22479
22266
|
sendingEnabled: boolean;
|
|
22480
22267
|
spamProtection: {
|
|
@@ -22526,7 +22313,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22526
22313
|
} & Partial<{
|
|
22527
22314
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22528
22315
|
}>;
|
|
22529
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22316
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22530
22317
|
[x: string]: unknown;
|
|
22531
22318
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22532
22319
|
[x: string]: unknown;
|
|
@@ -22601,7 +22388,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22601
22388
|
} & Partial<{
|
|
22602
22389
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22603
22390
|
}>;
|
|
22604
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22391
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22605
22392
|
[x: string]: unknown;
|
|
22606
22393
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22607
22394
|
[x: string]: unknown;
|
|
@@ -22640,7 +22427,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22640
22427
|
} & Partial<{
|
|
22641
22428
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22642
22429
|
}>;
|
|
22643
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22430
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22644
22431
|
[x: string]: unknown;
|
|
22645
22432
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22646
22433
|
[x: string]: unknown;
|
|
@@ -22679,7 +22466,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22679
22466
|
} & Partial<{
|
|
22680
22467
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22681
22468
|
}>;
|
|
22682
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22469
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22683
22470
|
[x: string]: unknown;
|
|
22684
22471
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22685
22472
|
[x: string]: unknown;
|
|
@@ -22728,7 +22515,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22728
22515
|
} & Partial<{
|
|
22729
22516
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22730
22517
|
}>;
|
|
22731
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22518
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22732
22519
|
[x: string]: unknown;
|
|
22733
22520
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22734
22521
|
[x: string]: unknown;
|
|
@@ -22767,7 +22554,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22767
22554
|
} & Partial<{
|
|
22768
22555
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22769
22556
|
}>;
|
|
22770
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22557
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22771
22558
|
[x: string]: unknown;
|
|
22772
22559
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22773
22560
|
[x: string]: unknown;
|
|
@@ -22806,7 +22593,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22806
22593
|
} & Partial<{
|
|
22807
22594
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22808
22595
|
}>;
|
|
22809
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22596
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22810
22597
|
[x: string]: unknown;
|
|
22811
22598
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22812
22599
|
[x: string]: unknown;
|
|
@@ -22845,7 +22632,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22845
22632
|
} & Partial<{
|
|
22846
22633
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22847
22634
|
}>;
|
|
22848
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22635
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22849
22636
|
[x: string]: unknown;
|
|
22850
22637
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22851
22638
|
[x: string]: unknown;
|
|
@@ -22884,7 +22671,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22884
22671
|
} & Partial<{
|
|
22885
22672
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22886
22673
|
}>;
|
|
22887
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22674
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22888
22675
|
[x: string]: unknown;
|
|
22889
22676
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22890
22677
|
[x: string]: unknown;
|
|
@@ -22933,7 +22720,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22933
22720
|
} & Partial<{
|
|
22934
22721
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22935
22722
|
}>;
|
|
22936
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22723
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22937
22724
|
[x: string]: unknown;
|
|
22938
22725
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22939
22726
|
[x: string]: unknown;
|
|
@@ -22988,7 +22775,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22988
22775
|
} & Partial<{
|
|
22989
22776
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22990
22777
|
}>;
|
|
22991
|
-
}, FixRollupDtsGenerationBug.Response<{},
|
|
22778
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
22992
22779
|
[x: string]: unknown;
|
|
22993
22780
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
22994
22781
|
[x: string]: unknown;
|
|
@@ -24927,7 +24714,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24927
24714
|
} & Partial<{
|
|
24928
24715
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24929
24716
|
}>;
|
|
24930
|
-
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
24717
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
24931
24718
|
[x: string]: unknown;
|
|
24932
24719
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
24933
24720
|
[x: string]: unknown;
|
|
@@ -25142,7 +24929,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25142
24929
|
} & Partial<{
|
|
25143
24930
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25144
24931
|
}>;
|
|
25145
|
-
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
24932
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
25146
24933
|
[x: string]: unknown;
|
|
25147
24934
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
25148
24935
|
[x: string]: unknown;
|
|
@@ -25201,7 +24988,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25201
24988
|
} & Partial<{
|
|
25202
24989
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25203
24990
|
}>;
|
|
25204
|
-
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
24991
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
25205
24992
|
[x: string]: unknown;
|
|
25206
24993
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
25207
24994
|
[x: string]: unknown;
|
|
@@ -25582,7 +25369,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25582
25369
|
} & Partial<{
|
|
25583
25370
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25584
25371
|
}>;
|
|
25585
|
-
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
25372
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
25586
25373
|
[x: string]: unknown;
|
|
25587
25374
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
25588
25375
|
[x: string]: unknown;
|
|
@@ -25615,7 +25402,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25615
25402
|
} & Partial<{
|
|
25616
25403
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25617
25404
|
}>;
|
|
25618
|
-
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
25405
|
+
}, FixRollupDtsGenerationBug.Response<{}, 204, "empty"> | FixRollupDtsGenerationBug.Response<{
|
|
25619
25406
|
[x: string]: unknown;
|
|
25620
25407
|
}, 400, "application/json"> | FixRollupDtsGenerationBug.Response<{
|
|
25621
25408
|
[x: string]: unknown;
|