@mittwald/api-client 3.1.15 → 3.1.17
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/cjs/generated/v2/client-react.d.ts +30 -30
- package/dist/cjs/generated/v2/client-react.js +6 -6
- package/dist/cjs/generated/v2/client.d.ts +179 -177
- package/dist/cjs/generated/v2/client.js +10 -10
- package/dist/cjs/generated/v2/descriptors.d.ts +10 -10
- package/dist/cjs/generated/v2/descriptors.js +34 -34
- package/dist/cjs/generated/v2/types.d.ts +103 -102
- package/dist/esm/generated/v2/client-react.d.ts +30 -30
- package/dist/esm/generated/v2/client-react.js +6 -6
- package/dist/esm/generated/v2/client.d.ts +179 -177
- package/dist/esm/generated/v2/client.js +10 -10
- package/dist/esm/generated/v2/descriptors.d.ts +10 -10
- package/dist/esm/generated/v2/descriptors.js +30 -30
- package/dist/esm/generated/v2/types.d.ts +103 -102
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -277,6 +277,8 @@ export declare const domainGetDomain: OpenAPIOperation<RequestType<Simplify<null
|
|
|
277
277
|
export 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
278
|
/** Get a DomainOwnership. */
|
|
279
279
|
export 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
|
+
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
281
|
+
export 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">>;
|
|
280
282
|
/** List the DomainOwnerships of a project. */
|
|
281
283
|
export 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">>;
|
|
282
284
|
/** List Domains belonging to a Project. */
|
|
@@ -323,14 +325,6 @@ export declare const invoiceGetDetailOfInvoiceSettings: OpenAPIOperation<Request
|
|
|
323
325
|
export declare const invoiceUpdateInvoiceSettings: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** List Invoices of a Customer. */
|
|
325
327
|
export declare const invoiceListCustomerInvoices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
|
-
/** List DeliveryBoxes belonging to a Project. */
|
|
327
|
-
export declare const mailListDeliveryBoxes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
-
/** Create a DeliveryBox. */
|
|
329
|
-
export declare const mailCreateDeliverybox: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
330
|
-
/** List MailAddresses belonging to a Project. */
|
|
331
|
-
export declare const mailListMailAddresses: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
332
|
-
/** Create a MailAddress. */
|
|
333
|
-
export declare const mailCreateMailAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
334
328
|
/** Get a DeliveryBox. */
|
|
335
329
|
export 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">>;
|
|
336
330
|
/** Delete a DeliveryBox. */
|
|
@@ -339,6 +333,14 @@ export declare const mailDeleteDeliveryBox: OpenAPIOperation<RequestType<Simplif
|
|
|
339
333
|
export 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">>;
|
|
340
334
|
/** Delete a MailAddress. */
|
|
341
335
|
export 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.$200.Content.Empty>, 200, "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">>;
|
|
336
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
337
|
+
export declare const mailListDeliveryBoxes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
338
|
+
/** Create a DeliveryBox. */
|
|
339
|
+
export declare const mailCreateDeliverybox: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
340
|
+
/** List MailAddresses belonging to a Project. */
|
|
341
|
+
export declare const mailListMailAddresses: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
342
|
+
/** Create a MailAddress. */
|
|
343
|
+
export declare const mailCreateMailAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
342
344
|
/** List mail settings of a Project. */
|
|
343
345
|
export 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">>;
|
|
344
346
|
/** Update the description of a DeliveryBox. */
|
|
@@ -581,8 +583,6 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
581
583
|
export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
582
584
|
/** Verify your registration. */
|
|
583
585
|
export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
584
|
-
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
585
|
-
export 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">>;
|
|
586
586
|
/** Get a FileUploadToken's rules. */
|
|
587
587
|
export declare const fileGetFileUploadTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
588
588
|
/** Get a FileUploadType's rules. */
|
|
@@ -820,6 +820,12 @@ export const domainGetDomainOwnership = {
|
|
|
820
820
|
method: "GET",
|
|
821
821
|
operationId: "domain-get-domain-ownership",
|
|
822
822
|
};
|
|
823
|
+
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
824
|
+
export const domainGetLatestScreenshot = {
|
|
825
|
+
path: "/v2/domains/{domainId}/latest-screenshot",
|
|
826
|
+
method: "GET",
|
|
827
|
+
operationId: "domain-get-latest-screenshot",
|
|
828
|
+
};
|
|
823
829
|
/** List the DomainOwnerships of a project. */
|
|
824
830
|
export const domainListDomainOwnerships = {
|
|
825
831
|
path: "/v2/projects/{projectId}/domain-ownerships",
|
|
@@ -958,30 +964,6 @@ export const invoiceListCustomerInvoices = {
|
|
|
958
964
|
method: "GET",
|
|
959
965
|
operationId: "invoice-list-customer-invoices",
|
|
960
966
|
};
|
|
961
|
-
/** List DeliveryBoxes belonging to a Project. */
|
|
962
|
-
export const mailListDeliveryBoxes = {
|
|
963
|
-
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
964
|
-
method: "GET",
|
|
965
|
-
operationId: "mail-list-delivery-boxes",
|
|
966
|
-
};
|
|
967
|
-
/** Create a DeliveryBox. */
|
|
968
|
-
export const mailCreateDeliverybox = {
|
|
969
|
-
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
970
|
-
method: "POST",
|
|
971
|
-
operationId: "mail-create-deliverybox",
|
|
972
|
-
};
|
|
973
|
-
/** List MailAddresses belonging to a Project. */
|
|
974
|
-
export const mailListMailAddresses = {
|
|
975
|
-
path: "/v2/projects/{projectId}/mail-addresses",
|
|
976
|
-
method: "GET",
|
|
977
|
-
operationId: "mail-list-mail-addresses",
|
|
978
|
-
};
|
|
979
|
-
/** Create a MailAddress. */
|
|
980
|
-
export const mailCreateMailAddress = {
|
|
981
|
-
path: "/v2/projects/{projectId}/mail-addresses",
|
|
982
|
-
method: "POST",
|
|
983
|
-
operationId: "mail-create-mail-address",
|
|
984
|
-
};
|
|
985
967
|
/** Get a DeliveryBox. */
|
|
986
968
|
export const mailGetDeliveryBox = {
|
|
987
969
|
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
@@ -1006,6 +988,30 @@ export const mailDeleteMailAddress = {
|
|
|
1006
988
|
method: "DELETE",
|
|
1007
989
|
operationId: "mail-delete-mail-address",
|
|
1008
990
|
};
|
|
991
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
992
|
+
export const mailListDeliveryBoxes = {
|
|
993
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
994
|
+
method: "GET",
|
|
995
|
+
operationId: "mail-list-delivery-boxes",
|
|
996
|
+
};
|
|
997
|
+
/** Create a DeliveryBox. */
|
|
998
|
+
export const mailCreateDeliverybox = {
|
|
999
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1000
|
+
method: "POST",
|
|
1001
|
+
operationId: "mail-create-deliverybox",
|
|
1002
|
+
};
|
|
1003
|
+
/** List MailAddresses belonging to a Project. */
|
|
1004
|
+
export const mailListMailAddresses = {
|
|
1005
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1006
|
+
method: "GET",
|
|
1007
|
+
operationId: "mail-list-mail-addresses",
|
|
1008
|
+
};
|
|
1009
|
+
/** Create a MailAddress. */
|
|
1010
|
+
export const mailCreateMailAddress = {
|
|
1011
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1012
|
+
method: "POST",
|
|
1013
|
+
operationId: "mail-create-mail-address",
|
|
1014
|
+
};
|
|
1009
1015
|
/** List mail settings of a Project. */
|
|
1010
1016
|
export const mailListProjectMailSettings = {
|
|
1011
1017
|
path: "/v2/projects/{projectId}/mail-settings",
|
|
@@ -1732,12 +1738,6 @@ export const userVerifyRegistration = {
|
|
|
1732
1738
|
method: "POST",
|
|
1733
1739
|
operationId: "user-verify-registration",
|
|
1734
1740
|
};
|
|
1735
|
-
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
1736
|
-
export const domainGetLatestScreenshot = {
|
|
1737
|
-
path: "/v2/domains/{domainId}/latest-screenshot",
|
|
1738
|
-
method: "GET",
|
|
1739
|
-
operationId: "domain-get-latest-screenshot",
|
|
1740
|
-
};
|
|
1741
1741
|
/** Get a FileUploadToken's rules. */
|
|
1742
1742
|
export const fileGetFileUploadTokenRules = {
|
|
1743
1743
|
path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
|
|
@@ -550,6 +550,10 @@ export declare module MittwaldAPIV2 {
|
|
|
550
550
|
type RequestData = InferredRequestData<typeof descriptors.domainGetDomainOwnership>;
|
|
551
551
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomainOwnership, TStatus>;
|
|
552
552
|
}
|
|
553
|
+
namespace DomainGetLatestScreenshot {
|
|
554
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
555
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
556
|
+
}
|
|
553
557
|
namespace DomainListDomainOwnerships {
|
|
554
558
|
type RequestData = InferredRequestData<typeof descriptors.domainListDomainOwnerships>;
|
|
555
559
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomainOwnerships, TStatus>;
|
|
@@ -642,22 +646,6 @@ export declare module MittwaldAPIV2 {
|
|
|
642
646
|
type RequestData = InferredRequestData<typeof descriptors.invoiceListCustomerInvoices>;
|
|
643
647
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceListCustomerInvoices, TStatus>;
|
|
644
648
|
}
|
|
645
|
-
namespace MailListDeliveryBoxes {
|
|
646
|
-
type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
|
|
647
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
|
|
648
|
-
}
|
|
649
|
-
namespace MailCreateDeliverybox {
|
|
650
|
-
type RequestData = InferredRequestData<typeof descriptors.mailCreateDeliverybox>;
|
|
651
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateDeliverybox, TStatus>;
|
|
652
|
-
}
|
|
653
|
-
namespace MailListMailAddresses {
|
|
654
|
-
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddresses>;
|
|
655
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddresses, TStatus>;
|
|
656
|
-
}
|
|
657
|
-
namespace MailCreateMailAddress {
|
|
658
|
-
type RequestData = InferredRequestData<typeof descriptors.mailCreateMailAddress>;
|
|
659
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateMailAddress, TStatus>;
|
|
660
|
-
}
|
|
661
649
|
namespace MailGetDeliveryBox {
|
|
662
650
|
type RequestData = InferredRequestData<typeof descriptors.mailGetDeliveryBox>;
|
|
663
651
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetDeliveryBox, TStatus>;
|
|
@@ -674,6 +662,22 @@ export declare module MittwaldAPIV2 {
|
|
|
674
662
|
type RequestData = InferredRequestData<typeof descriptors.mailDeleteMailAddress>;
|
|
675
663
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeleteMailAddress, TStatus>;
|
|
676
664
|
}
|
|
665
|
+
namespace MailListDeliveryBoxes {
|
|
666
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
|
|
667
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
|
|
668
|
+
}
|
|
669
|
+
namespace MailCreateDeliverybox {
|
|
670
|
+
type RequestData = InferredRequestData<typeof descriptors.mailCreateDeliverybox>;
|
|
671
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateDeliverybox, TStatus>;
|
|
672
|
+
}
|
|
673
|
+
namespace MailListMailAddresses {
|
|
674
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddresses>;
|
|
675
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddresses, TStatus>;
|
|
676
|
+
}
|
|
677
|
+
namespace MailCreateMailAddress {
|
|
678
|
+
type RequestData = InferredRequestData<typeof descriptors.mailCreateMailAddress>;
|
|
679
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateMailAddress, TStatus>;
|
|
680
|
+
}
|
|
677
681
|
namespace MailListProjectMailSettings {
|
|
678
682
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
679
683
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1158,10 +1162,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1158
1162
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1159
1163
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1160
1164
|
}
|
|
1161
|
-
namespace DomainGetLatestScreenshot {
|
|
1162
|
-
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
1163
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
1164
|
-
}
|
|
1165
1165
|
namespace FileGetFileUploadTokenRules {
|
|
1166
1166
|
type RequestData = InferredRequestData<typeof descriptors.fileGetFileUploadTokenRules>;
|
|
1167
1167
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileUploadTokenRules, TStatus>;
|
|
@@ -2151,6 +2151,7 @@ export declare module MittwaldAPIV2 {
|
|
|
2151
2151
|
* Has to be `true`, as ssl cannot be deactivated.
|
|
2152
2152
|
*/
|
|
2153
2153
|
acme: boolean;
|
|
2154
|
+
requestDeadline?: string;
|
|
2154
2155
|
}
|
|
2155
2156
|
interface IngressTlsCertificate {
|
|
2156
2157
|
certificateId: string;
|
|
@@ -7809,6 +7810,7 @@ export declare module MittwaldAPIV2 {
|
|
|
7809
7810
|
namespace V2DomainsDomainIdContracts { }
|
|
7810
7811
|
namespace V2ProjectsProjectIdContracts { }
|
|
7811
7812
|
namespace V2ServersServerIdContracts { }
|
|
7813
|
+
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
7812
7814
|
namespace V2NewsletterSubscriptions {
|
|
7813
7815
|
namespace Post {
|
|
7814
7816
|
namespace Parameters {
|
|
@@ -8416,6 +8418,44 @@ export declare module MittwaldAPIV2 {
|
|
|
8416
8418
|
}
|
|
8417
8419
|
}
|
|
8418
8420
|
namespace V2DomainsHandleSchemaDomainName { }
|
|
8421
|
+
namespace V2DomainsDomainIdLatestScreenshot {
|
|
8422
|
+
namespace Get {
|
|
8423
|
+
namespace Parameters {
|
|
8424
|
+
type Path = {
|
|
8425
|
+
domainId: string;
|
|
8426
|
+
};
|
|
8427
|
+
interface RequestBody {
|
|
8428
|
+
domainName: string;
|
|
8429
|
+
path: string;
|
|
8430
|
+
}
|
|
8431
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8432
|
+
type Query = {};
|
|
8433
|
+
}
|
|
8434
|
+
namespace Responses {
|
|
8435
|
+
namespace $200 {
|
|
8436
|
+
namespace Content {
|
|
8437
|
+
interface ApplicationJson {
|
|
8438
|
+
reference?: string;
|
|
8439
|
+
}
|
|
8440
|
+
}
|
|
8441
|
+
}
|
|
8442
|
+
namespace $404 {
|
|
8443
|
+
namespace Content {
|
|
8444
|
+
interface ApplicationJson {
|
|
8445
|
+
[k: string]: unknown;
|
|
8446
|
+
}
|
|
8447
|
+
}
|
|
8448
|
+
}
|
|
8449
|
+
namespace Default {
|
|
8450
|
+
namespace Content {
|
|
8451
|
+
interface ApplicationJson {
|
|
8452
|
+
[k: string]: unknown;
|
|
8453
|
+
}
|
|
8454
|
+
}
|
|
8455
|
+
}
|
|
8456
|
+
}
|
|
8457
|
+
}
|
|
8458
|
+
}
|
|
8419
8459
|
namespace V2ProjectsProjectIdDomainOwnerships {
|
|
8420
8460
|
namespace Get {
|
|
8421
8461
|
namespace Parameters {
|
|
@@ -9292,12 +9332,12 @@ export declare module MittwaldAPIV2 {
|
|
|
9292
9332
|
}
|
|
9293
9333
|
}
|
|
9294
9334
|
}
|
|
9295
|
-
namespace
|
|
9296
|
-
namespace
|
|
9335
|
+
namespace V2DeliveryboxesDeliveryBoxId { }
|
|
9336
|
+
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
9297
9337
|
namespace Get {
|
|
9298
9338
|
namespace Parameters {
|
|
9299
9339
|
type Path = {
|
|
9300
|
-
|
|
9340
|
+
deliveryBoxId: string;
|
|
9301
9341
|
};
|
|
9302
9342
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9303
9343
|
type Query = {};
|
|
@@ -9305,7 +9345,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9305
9345
|
namespace Responses {
|
|
9306
9346
|
namespace $200 {
|
|
9307
9347
|
namespace Content {
|
|
9308
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox
|
|
9348
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
9309
9349
|
}
|
|
9310
9350
|
}
|
|
9311
9351
|
namespace $400 {
|
|
@@ -9352,24 +9392,18 @@ export declare module MittwaldAPIV2 {
|
|
|
9352
9392
|
}
|
|
9353
9393
|
}
|
|
9354
9394
|
}
|
|
9355
|
-
namespace
|
|
9395
|
+
namespace Delete {
|
|
9356
9396
|
namespace Parameters {
|
|
9357
9397
|
type Path = {
|
|
9358
|
-
|
|
9398
|
+
deliveryBoxId: string;
|
|
9359
9399
|
};
|
|
9360
|
-
interface RequestBody {
|
|
9361
|
-
description: string;
|
|
9362
|
-
password: string;
|
|
9363
|
-
}
|
|
9364
9400
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9365
9401
|
type Query = {};
|
|
9366
9402
|
}
|
|
9367
9403
|
namespace Responses {
|
|
9368
|
-
namespace $
|
|
9404
|
+
namespace $200 {
|
|
9369
9405
|
namespace Content {
|
|
9370
|
-
|
|
9371
|
-
id: string;
|
|
9372
|
-
}
|
|
9406
|
+
type Empty = unknown;
|
|
9373
9407
|
}
|
|
9374
9408
|
}
|
|
9375
9409
|
namespace $400 {
|
|
@@ -9417,12 +9451,12 @@ export declare module MittwaldAPIV2 {
|
|
|
9417
9451
|
}
|
|
9418
9452
|
}
|
|
9419
9453
|
}
|
|
9420
|
-
namespace
|
|
9421
|
-
namespace
|
|
9454
|
+
namespace V2MailaddressesMailAddressId { }
|
|
9455
|
+
namespace V2MailAddressesMailAddressId {
|
|
9422
9456
|
namespace Get {
|
|
9423
9457
|
namespace Parameters {
|
|
9424
9458
|
type Path = {
|
|
9425
|
-
|
|
9459
|
+
mailAddressId: string;
|
|
9426
9460
|
};
|
|
9427
9461
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9428
9462
|
type Query = {};
|
|
@@ -9430,7 +9464,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9430
9464
|
namespace Responses {
|
|
9431
9465
|
namespace $200 {
|
|
9432
9466
|
namespace Content {
|
|
9433
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress
|
|
9467
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
9434
9468
|
}
|
|
9435
9469
|
}
|
|
9436
9470
|
namespace $400 {
|
|
@@ -9477,21 +9511,18 @@ export declare module MittwaldAPIV2 {
|
|
|
9477
9511
|
}
|
|
9478
9512
|
}
|
|
9479
9513
|
}
|
|
9480
|
-
namespace
|
|
9514
|
+
namespace Delete {
|
|
9481
9515
|
namespace Parameters {
|
|
9482
9516
|
type Path = {
|
|
9483
|
-
|
|
9517
|
+
mailAddressId: string;
|
|
9484
9518
|
};
|
|
9485
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9486
9519
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9487
9520
|
type Query = {};
|
|
9488
9521
|
}
|
|
9489
9522
|
namespace Responses {
|
|
9490
|
-
namespace $
|
|
9523
|
+
namespace $200 {
|
|
9491
9524
|
namespace Content {
|
|
9492
|
-
|
|
9493
|
-
id: string;
|
|
9494
|
-
}
|
|
9525
|
+
type Empty = unknown;
|
|
9495
9526
|
}
|
|
9496
9527
|
}
|
|
9497
9528
|
namespace $400 {
|
|
@@ -9539,12 +9570,14 @@ export declare module MittwaldAPIV2 {
|
|
|
9539
9570
|
}
|
|
9540
9571
|
}
|
|
9541
9572
|
}
|
|
9542
|
-
namespace
|
|
9543
|
-
namespace
|
|
9573
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
9574
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
9575
|
+
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
9576
|
+
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
9544
9577
|
namespace Get {
|
|
9545
9578
|
namespace Parameters {
|
|
9546
9579
|
type Path = {
|
|
9547
|
-
|
|
9580
|
+
projectId: string;
|
|
9548
9581
|
};
|
|
9549
9582
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9550
9583
|
type Query = {};
|
|
@@ -9552,7 +9585,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9552
9585
|
namespace Responses {
|
|
9553
9586
|
namespace $200 {
|
|
9554
9587
|
namespace Content {
|
|
9555
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
9588
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
|
|
9556
9589
|
}
|
|
9557
9590
|
}
|
|
9558
9591
|
namespace $400 {
|
|
@@ -9599,18 +9632,24 @@ export declare module MittwaldAPIV2 {
|
|
|
9599
9632
|
}
|
|
9600
9633
|
}
|
|
9601
9634
|
}
|
|
9602
|
-
namespace
|
|
9635
|
+
namespace Post {
|
|
9603
9636
|
namespace Parameters {
|
|
9604
9637
|
type Path = {
|
|
9605
|
-
|
|
9638
|
+
projectId: string;
|
|
9606
9639
|
};
|
|
9640
|
+
interface RequestBody {
|
|
9641
|
+
description: string;
|
|
9642
|
+
password: string;
|
|
9643
|
+
}
|
|
9607
9644
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9608
9645
|
type Query = {};
|
|
9609
9646
|
}
|
|
9610
9647
|
namespace Responses {
|
|
9611
|
-
namespace $
|
|
9648
|
+
namespace $201 {
|
|
9612
9649
|
namespace Content {
|
|
9613
|
-
|
|
9650
|
+
interface ApplicationJson {
|
|
9651
|
+
id: string;
|
|
9652
|
+
}
|
|
9614
9653
|
}
|
|
9615
9654
|
}
|
|
9616
9655
|
namespace $400 {
|
|
@@ -9658,12 +9697,12 @@ export declare module MittwaldAPIV2 {
|
|
|
9658
9697
|
}
|
|
9659
9698
|
}
|
|
9660
9699
|
}
|
|
9661
|
-
namespace
|
|
9662
|
-
namespace
|
|
9700
|
+
namespace V2ProjectsProjectIdMailaddresses { }
|
|
9701
|
+
namespace V2ProjectsProjectIdMailAddresses {
|
|
9663
9702
|
namespace Get {
|
|
9664
9703
|
namespace Parameters {
|
|
9665
9704
|
type Path = {
|
|
9666
|
-
|
|
9705
|
+
projectId: string;
|
|
9667
9706
|
};
|
|
9668
9707
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9669
9708
|
type Query = {};
|
|
@@ -9671,7 +9710,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9671
9710
|
namespace Responses {
|
|
9672
9711
|
namespace $200 {
|
|
9673
9712
|
namespace Content {
|
|
9674
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
9713
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
|
|
9675
9714
|
}
|
|
9676
9715
|
}
|
|
9677
9716
|
namespace $400 {
|
|
@@ -9718,18 +9757,21 @@ export declare module MittwaldAPIV2 {
|
|
|
9718
9757
|
}
|
|
9719
9758
|
}
|
|
9720
9759
|
}
|
|
9721
|
-
namespace
|
|
9760
|
+
namespace Post {
|
|
9722
9761
|
namespace Parameters {
|
|
9723
9762
|
type Path = {
|
|
9724
|
-
|
|
9763
|
+
projectId: string;
|
|
9725
9764
|
};
|
|
9765
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9726
9766
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9727
9767
|
type Query = {};
|
|
9728
9768
|
}
|
|
9729
9769
|
namespace Responses {
|
|
9730
|
-
namespace $
|
|
9770
|
+
namespace $201 {
|
|
9731
9771
|
namespace Content {
|
|
9732
|
-
|
|
9772
|
+
interface ApplicationJson {
|
|
9773
|
+
id: string;
|
|
9774
|
+
}
|
|
9733
9775
|
}
|
|
9734
9776
|
}
|
|
9735
9777
|
namespace $400 {
|
|
@@ -9777,8 +9819,6 @@ export declare module MittwaldAPIV2 {
|
|
|
9777
9819
|
}
|
|
9778
9820
|
}
|
|
9779
9821
|
}
|
|
9780
|
-
namespace V2DeliveryboxesIdDescription { }
|
|
9781
|
-
namespace V2DeliveryboxesIdPassword { }
|
|
9782
9822
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
9783
9823
|
namespace V2ProjectsProjectIdMailSettings {
|
|
9784
9824
|
namespace Get {
|
|
@@ -14651,45 +14691,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14651
14691
|
}
|
|
14652
14692
|
}
|
|
14653
14693
|
}
|
|
14654
|
-
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
14655
|
-
namespace V2DomainsDomainIdLatestScreenshot {
|
|
14656
|
-
namespace Get {
|
|
14657
|
-
namespace Parameters {
|
|
14658
|
-
type Path = {
|
|
14659
|
-
domainId: string;
|
|
14660
|
-
};
|
|
14661
|
-
interface RequestBody {
|
|
14662
|
-
domainName: string;
|
|
14663
|
-
path: string;
|
|
14664
|
-
}
|
|
14665
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14666
|
-
type Query = {};
|
|
14667
|
-
}
|
|
14668
|
-
namespace Responses {
|
|
14669
|
-
namespace $200 {
|
|
14670
|
-
namespace Content {
|
|
14671
|
-
interface ApplicationJson {
|
|
14672
|
-
reference?: string;
|
|
14673
|
-
}
|
|
14674
|
-
}
|
|
14675
|
-
}
|
|
14676
|
-
namespace $404 {
|
|
14677
|
-
namespace Content {
|
|
14678
|
-
interface ApplicationJson {
|
|
14679
|
-
[k: string]: unknown;
|
|
14680
|
-
}
|
|
14681
|
-
}
|
|
14682
|
-
}
|
|
14683
|
-
namespace Default {
|
|
14684
|
-
namespace Content {
|
|
14685
|
-
interface ApplicationJson {
|
|
14686
|
-
[k: string]: unknown;
|
|
14687
|
-
}
|
|
14688
|
-
}
|
|
14689
|
-
}
|
|
14690
|
-
}
|
|
14691
|
-
}
|
|
14692
|
-
}
|
|
14693
14694
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
14694
14695
|
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
14695
14696
|
namespace Get {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.17';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.17';
|