@mittwald/api-client 3.1.15 → 3.1.16
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 +98 -209
- package/dist/cjs/generated/v2/client.js +6 -10
- package/dist/cjs/generated/v2/descriptors.d.ts +6 -10
- package/dist/cjs/generated/v2/descriptors.js +22 -34
- package/dist/cjs/generated/v2/types.d.ts +75 -208
- 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 +98 -209
- package/dist/esm/generated/v2/client.js +6 -10
- package/dist/esm/generated/v2/descriptors.d.ts +6 -10
- package/dist/esm/generated/v2/descriptors.js +18 -30
- package/dist/esm/generated/v2/types.d.ts +75 -208
- 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,10 @@ 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
|
+
/** List MailAddresses belonging to a Project. */
|
|
339
|
+
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
340
|
/** List mail settings of a Project. */
|
|
343
341
|
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
342
|
/** Update the description of a DeliveryBox. */
|
|
@@ -581,8 +579,6 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
581
579
|
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
580
|
/** Verify your registration. */
|
|
583
581
|
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
582
|
/** Get a FileUploadToken's rules. */
|
|
587
583
|
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
584
|
/** 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,18 @@ 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
|
+
/** List MailAddresses belonging to a Project. */
|
|
998
|
+
export const mailListMailAddresses = {
|
|
999
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1000
|
+
method: "GET",
|
|
1001
|
+
operationId: "mail-list-mail-addresses",
|
|
1002
|
+
};
|
|
1009
1003
|
/** List mail settings of a Project. */
|
|
1010
1004
|
export const mailListProjectMailSettings = {
|
|
1011
1005
|
path: "/v2/projects/{projectId}/mail-settings",
|
|
@@ -1732,12 +1726,6 @@ export const userVerifyRegistration = {
|
|
|
1732
1726
|
method: "POST",
|
|
1733
1727
|
operationId: "user-verify-registration",
|
|
1734
1728
|
};
|
|
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
1729
|
/** Get a FileUploadToken's rules. */
|
|
1742
1730
|
export const fileGetFileUploadTokenRules = {
|
|
1743
1731
|
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,14 @@ 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 MailListMailAddresses {
|
|
670
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddresses>;
|
|
671
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddresses, TStatus>;
|
|
672
|
+
}
|
|
677
673
|
namespace MailListProjectMailSettings {
|
|
678
674
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
679
675
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1158,10 +1154,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1158
1154
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1159
1155
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1160
1156
|
}
|
|
1161
|
-
namespace DomainGetLatestScreenshot {
|
|
1162
|
-
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
1163
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
1164
|
-
}
|
|
1165
1157
|
namespace FileGetFileUploadTokenRules {
|
|
1166
1158
|
type RequestData = InferredRequestData<typeof descriptors.fileGetFileUploadTokenRules>;
|
|
1167
1159
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileUploadTokenRules, TStatus>;
|
|
@@ -7809,6 +7801,7 @@ export declare module MittwaldAPIV2 {
|
|
|
7809
7801
|
namespace V2DomainsDomainIdContracts { }
|
|
7810
7802
|
namespace V2ProjectsProjectIdContracts { }
|
|
7811
7803
|
namespace V2ServersServerIdContracts { }
|
|
7804
|
+
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
7812
7805
|
namespace V2NewsletterSubscriptions {
|
|
7813
7806
|
namespace Post {
|
|
7814
7807
|
namespace Parameters {
|
|
@@ -8416,6 +8409,44 @@ export declare module MittwaldAPIV2 {
|
|
|
8416
8409
|
}
|
|
8417
8410
|
}
|
|
8418
8411
|
namespace V2DomainsHandleSchemaDomainName { }
|
|
8412
|
+
namespace V2DomainsDomainIdLatestScreenshot {
|
|
8413
|
+
namespace Get {
|
|
8414
|
+
namespace Parameters {
|
|
8415
|
+
type Path = {
|
|
8416
|
+
domainId: string;
|
|
8417
|
+
};
|
|
8418
|
+
interface RequestBody {
|
|
8419
|
+
domainName: string;
|
|
8420
|
+
path: string;
|
|
8421
|
+
}
|
|
8422
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8423
|
+
type Query = {};
|
|
8424
|
+
}
|
|
8425
|
+
namespace Responses {
|
|
8426
|
+
namespace $200 {
|
|
8427
|
+
namespace Content {
|
|
8428
|
+
interface ApplicationJson {
|
|
8429
|
+
reference?: string;
|
|
8430
|
+
}
|
|
8431
|
+
}
|
|
8432
|
+
}
|
|
8433
|
+
namespace $404 {
|
|
8434
|
+
namespace Content {
|
|
8435
|
+
interface ApplicationJson {
|
|
8436
|
+
[k: string]: unknown;
|
|
8437
|
+
}
|
|
8438
|
+
}
|
|
8439
|
+
}
|
|
8440
|
+
namespace Default {
|
|
8441
|
+
namespace Content {
|
|
8442
|
+
interface ApplicationJson {
|
|
8443
|
+
[k: string]: unknown;
|
|
8444
|
+
}
|
|
8445
|
+
}
|
|
8446
|
+
}
|
|
8447
|
+
}
|
|
8448
|
+
}
|
|
8449
|
+
}
|
|
8419
8450
|
namespace V2ProjectsProjectIdDomainOwnerships {
|
|
8420
8451
|
namespace Get {
|
|
8421
8452
|
namespace Parameters {
|
|
@@ -9292,12 +9323,12 @@ export declare module MittwaldAPIV2 {
|
|
|
9292
9323
|
}
|
|
9293
9324
|
}
|
|
9294
9325
|
}
|
|
9295
|
-
namespace
|
|
9296
|
-
namespace
|
|
9326
|
+
namespace V2DeliveryboxesDeliveryBoxId { }
|
|
9327
|
+
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
9297
9328
|
namespace Get {
|
|
9298
9329
|
namespace Parameters {
|
|
9299
9330
|
type Path = {
|
|
9300
|
-
|
|
9331
|
+
deliveryBoxId: string;
|
|
9301
9332
|
};
|
|
9302
9333
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9303
9334
|
type Query = {};
|
|
@@ -9305,71 +9336,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9305
9336
|
namespace Responses {
|
|
9306
9337
|
namespace $200 {
|
|
9307
9338
|
namespace Content {
|
|
9308
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox
|
|
9309
|
-
}
|
|
9310
|
-
}
|
|
9311
|
-
namespace $400 {
|
|
9312
|
-
namespace Content {
|
|
9313
|
-
interface ApplicationJson {
|
|
9314
|
-
[k: string]: unknown;
|
|
9315
|
-
}
|
|
9316
|
-
}
|
|
9317
|
-
}
|
|
9318
|
-
namespace $403 {
|
|
9319
|
-
namespace Content {
|
|
9320
|
-
interface ApplicationJson {
|
|
9321
|
-
[k: string]: unknown;
|
|
9322
|
-
}
|
|
9323
|
-
}
|
|
9324
|
-
}
|
|
9325
|
-
namespace $404 {
|
|
9326
|
-
namespace Content {
|
|
9327
|
-
interface ApplicationJson {
|
|
9328
|
-
[k: string]: unknown;
|
|
9329
|
-
}
|
|
9330
|
-
}
|
|
9331
|
-
}
|
|
9332
|
-
namespace $500 {
|
|
9333
|
-
namespace Content {
|
|
9334
|
-
interface ApplicationJson {
|
|
9335
|
-
[k: string]: unknown;
|
|
9336
|
-
}
|
|
9337
|
-
}
|
|
9338
|
-
}
|
|
9339
|
-
namespace $503 {
|
|
9340
|
-
namespace Content {
|
|
9341
|
-
interface ApplicationJson {
|
|
9342
|
-
[k: string]: unknown;
|
|
9343
|
-
}
|
|
9344
|
-
}
|
|
9345
|
-
}
|
|
9346
|
-
namespace Default {
|
|
9347
|
-
namespace Content {
|
|
9348
|
-
interface ApplicationJson {
|
|
9349
|
-
[k: string]: unknown;
|
|
9350
|
-
}
|
|
9351
|
-
}
|
|
9352
|
-
}
|
|
9353
|
-
}
|
|
9354
|
-
}
|
|
9355
|
-
namespace Post {
|
|
9356
|
-
namespace Parameters {
|
|
9357
|
-
type Path = {
|
|
9358
|
-
projectId: string;
|
|
9359
|
-
};
|
|
9360
|
-
interface RequestBody {
|
|
9361
|
-
description: string;
|
|
9362
|
-
password: string;
|
|
9363
|
-
}
|
|
9364
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9365
|
-
type Query = {};
|
|
9366
|
-
}
|
|
9367
|
-
namespace Responses {
|
|
9368
|
-
namespace $201 {
|
|
9369
|
-
namespace Content {
|
|
9370
|
-
interface ApplicationJson {
|
|
9371
|
-
id: string;
|
|
9372
|
-
}
|
|
9339
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
9373
9340
|
}
|
|
9374
9341
|
}
|
|
9375
9342
|
namespace $400 {
|
|
@@ -9416,13 +9383,10 @@ export declare module MittwaldAPIV2 {
|
|
|
9416
9383
|
}
|
|
9417
9384
|
}
|
|
9418
9385
|
}
|
|
9419
|
-
|
|
9420
|
-
namespace V2ProjectsProjectIdMailaddresses { }
|
|
9421
|
-
namespace V2ProjectsProjectIdMailAddresses {
|
|
9422
|
-
namespace Get {
|
|
9386
|
+
namespace Delete {
|
|
9423
9387
|
namespace Parameters {
|
|
9424
9388
|
type Path = {
|
|
9425
|
-
|
|
9389
|
+
deliveryBoxId: string;
|
|
9426
9390
|
};
|
|
9427
9391
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9428
9392
|
type Query = {};
|
|
@@ -9430,68 +9394,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9430
9394
|
namespace Responses {
|
|
9431
9395
|
namespace $200 {
|
|
9432
9396
|
namespace Content {
|
|
9433
|
-
type
|
|
9434
|
-
}
|
|
9435
|
-
}
|
|
9436
|
-
namespace $400 {
|
|
9437
|
-
namespace Content {
|
|
9438
|
-
interface ApplicationJson {
|
|
9439
|
-
[k: string]: unknown;
|
|
9440
|
-
}
|
|
9441
|
-
}
|
|
9442
|
-
}
|
|
9443
|
-
namespace $403 {
|
|
9444
|
-
namespace Content {
|
|
9445
|
-
interface ApplicationJson {
|
|
9446
|
-
[k: string]: unknown;
|
|
9447
|
-
}
|
|
9448
|
-
}
|
|
9449
|
-
}
|
|
9450
|
-
namespace $404 {
|
|
9451
|
-
namespace Content {
|
|
9452
|
-
interface ApplicationJson {
|
|
9453
|
-
[k: string]: unknown;
|
|
9454
|
-
}
|
|
9455
|
-
}
|
|
9456
|
-
}
|
|
9457
|
-
namespace $500 {
|
|
9458
|
-
namespace Content {
|
|
9459
|
-
interface ApplicationJson {
|
|
9460
|
-
[k: string]: unknown;
|
|
9461
|
-
}
|
|
9462
|
-
}
|
|
9463
|
-
}
|
|
9464
|
-
namespace $503 {
|
|
9465
|
-
namespace Content {
|
|
9466
|
-
interface ApplicationJson {
|
|
9467
|
-
[k: string]: unknown;
|
|
9468
|
-
}
|
|
9469
|
-
}
|
|
9470
|
-
}
|
|
9471
|
-
namespace Default {
|
|
9472
|
-
namespace Content {
|
|
9473
|
-
interface ApplicationJson {
|
|
9474
|
-
[k: string]: unknown;
|
|
9475
|
-
}
|
|
9476
|
-
}
|
|
9477
|
-
}
|
|
9478
|
-
}
|
|
9479
|
-
}
|
|
9480
|
-
namespace Post {
|
|
9481
|
-
namespace Parameters {
|
|
9482
|
-
type Path = {
|
|
9483
|
-
projectId: string;
|
|
9484
|
-
};
|
|
9485
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9486
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9487
|
-
type Query = {};
|
|
9488
|
-
}
|
|
9489
|
-
namespace Responses {
|
|
9490
|
-
namespace $201 {
|
|
9491
|
-
namespace Content {
|
|
9492
|
-
interface ApplicationJson {
|
|
9493
|
-
id: string;
|
|
9494
|
-
}
|
|
9397
|
+
type Empty = unknown;
|
|
9495
9398
|
}
|
|
9496
9399
|
}
|
|
9497
9400
|
namespace $400 {
|
|
@@ -9539,12 +9442,12 @@ export declare module MittwaldAPIV2 {
|
|
|
9539
9442
|
}
|
|
9540
9443
|
}
|
|
9541
9444
|
}
|
|
9542
|
-
namespace
|
|
9543
|
-
namespace
|
|
9445
|
+
namespace V2MailaddressesMailAddressId { }
|
|
9446
|
+
namespace V2MailAddressesMailAddressId {
|
|
9544
9447
|
namespace Get {
|
|
9545
9448
|
namespace Parameters {
|
|
9546
9449
|
type Path = {
|
|
9547
|
-
|
|
9450
|
+
mailAddressId: string;
|
|
9548
9451
|
};
|
|
9549
9452
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9550
9453
|
type Query = {};
|
|
@@ -9552,7 +9455,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9552
9455
|
namespace Responses {
|
|
9553
9456
|
namespace $200 {
|
|
9554
9457
|
namespace Content {
|
|
9555
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9458
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
9556
9459
|
}
|
|
9557
9460
|
}
|
|
9558
9461
|
namespace $400 {
|
|
@@ -9602,7 +9505,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9602
9505
|
namespace Delete {
|
|
9603
9506
|
namespace Parameters {
|
|
9604
9507
|
type Path = {
|
|
9605
|
-
|
|
9508
|
+
mailAddressId: string;
|
|
9606
9509
|
};
|
|
9607
9510
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9608
9511
|
type Query = {};
|
|
@@ -9658,12 +9561,14 @@ export declare module MittwaldAPIV2 {
|
|
|
9658
9561
|
}
|
|
9659
9562
|
}
|
|
9660
9563
|
}
|
|
9661
|
-
namespace
|
|
9662
|
-
namespace
|
|
9564
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
9565
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
9566
|
+
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
9567
|
+
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
9663
9568
|
namespace Get {
|
|
9664
9569
|
namespace Parameters {
|
|
9665
9570
|
type Path = {
|
|
9666
|
-
|
|
9571
|
+
projectId: string;
|
|
9667
9572
|
};
|
|
9668
9573
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9669
9574
|
type Query = {};
|
|
@@ -9671,7 +9576,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9671
9576
|
namespace Responses {
|
|
9672
9577
|
namespace $200 {
|
|
9673
9578
|
namespace Content {
|
|
9674
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9579
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
|
|
9675
9580
|
}
|
|
9676
9581
|
}
|
|
9677
9582
|
namespace $400 {
|
|
@@ -9718,10 +9623,13 @@ export declare module MittwaldAPIV2 {
|
|
|
9718
9623
|
}
|
|
9719
9624
|
}
|
|
9720
9625
|
}
|
|
9721
|
-
|
|
9626
|
+
}
|
|
9627
|
+
namespace V2ProjectsProjectIdMailaddresses { }
|
|
9628
|
+
namespace V2ProjectsProjectIdMailAddresses {
|
|
9629
|
+
namespace Get {
|
|
9722
9630
|
namespace Parameters {
|
|
9723
9631
|
type Path = {
|
|
9724
|
-
|
|
9632
|
+
projectId: string;
|
|
9725
9633
|
};
|
|
9726
9634
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9727
9635
|
type Query = {};
|
|
@@ -9729,7 +9637,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9729
9637
|
namespace Responses {
|
|
9730
9638
|
namespace $200 {
|
|
9731
9639
|
namespace Content {
|
|
9732
|
-
type
|
|
9640
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
|
|
9733
9641
|
}
|
|
9734
9642
|
}
|
|
9735
9643
|
namespace $400 {
|
|
@@ -9777,8 +9685,6 @@ export declare module MittwaldAPIV2 {
|
|
|
9777
9685
|
}
|
|
9778
9686
|
}
|
|
9779
9687
|
}
|
|
9780
|
-
namespace V2DeliveryboxesIdDescription { }
|
|
9781
|
-
namespace V2DeliveryboxesIdPassword { }
|
|
9782
9688
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
9783
9689
|
namespace V2ProjectsProjectIdMailSettings {
|
|
9784
9690
|
namespace Get {
|
|
@@ -14651,45 +14557,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14651
14557
|
}
|
|
14652
14558
|
}
|
|
14653
14559
|
}
|
|
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
14560
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
14694
14561
|
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
14695
14562
|
namespace Get {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.16';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.16';
|