@mittwald/api-client 3.0.21 → 3.0.22
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 +18 -18
- package/dist/cjs/generated/v2/client-react.js +10 -10
- package/dist/cjs/generated/v2/client.d.ts +396 -223
- package/dist/cjs/generated/v2/client.js +38 -40
- package/dist/cjs/generated/v2/descriptors.d.ts +40 -42
- package/dist/cjs/generated/v2/descriptors.js +92 -98
- package/dist/cjs/generated/v2/types.d.ts +736 -364
- package/dist/esm/generated/v2/client-react.d.ts +18 -18
- package/dist/esm/generated/v2/client-react.js +10 -10
- package/dist/esm/generated/v2/client.d.ts +396 -223
- package/dist/esm/generated/v2/client.js +38 -40
- package/dist/esm/generated/v2/descriptors.d.ts +40 -42
- package/dist/esm/generated/v2/descriptors.js +89 -95
- package/dist/esm/generated/v2/types.d.ts +736 -364
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -401,46 +401,44 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
401
401
|
};
|
|
402
402
|
/** The mail API allows you to manage your mail accounts. */
|
|
403
403
|
mail = {
|
|
404
|
-
/**
|
|
405
|
-
|
|
406
|
-
/** Create a
|
|
407
|
-
|
|
408
|
-
/**
|
|
409
|
-
|
|
410
|
-
/**
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
|
|
416
|
-
/** Get
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
|
|
420
|
-
/**
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
|
|
424
|
-
/** Update
|
|
425
|
-
|
|
426
|
-
/** Update
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
|
|
430
|
-
/** Update the
|
|
431
|
-
|
|
432
|
-
/** Update the
|
|
433
|
-
|
|
434
|
-
/** Update the
|
|
435
|
-
|
|
436
|
-
/** Update the
|
|
437
|
-
|
|
438
|
-
/**
|
|
439
|
-
|
|
440
|
-
/** Update
|
|
441
|
-
|
|
442
|
-
/** Update whitelist for a given project ID */
|
|
443
|
-
projectsettingUpdateWhitelist: this.requestFunctionFactory(descriptors.mailProjectsettingUpdateWhitelist),
|
|
404
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
405
|
+
listDeliveryBoxes: this.requestFunctionFactory(descriptors.mailListDeliveryBoxes),
|
|
406
|
+
/** Create a DeliveryBox. */
|
|
407
|
+
createDeliverybox: this.requestFunctionFactory(descriptors.mailCreateDeliverybox),
|
|
408
|
+
/** List MailAddresses belonging to a Project. */
|
|
409
|
+
listMailAddresses: this.requestFunctionFactory(descriptors.mailListMailAddresses),
|
|
410
|
+
/** Create a MailAddress. */
|
|
411
|
+
createMailAddress: this.requestFunctionFactory(descriptors.mailCreateMailAddress),
|
|
412
|
+
/** Get a DeliveryBox. */
|
|
413
|
+
getDeliveryBox: this.requestFunctionFactory(descriptors.mailGetDeliveryBox),
|
|
414
|
+
/** Delete a DeliveryBox. */
|
|
415
|
+
deleteDeliveryBox: this.requestFunctionFactory(descriptors.mailDeleteDeliveryBox),
|
|
416
|
+
/** Get a MailAddress. */
|
|
417
|
+
getMailAddress: this.requestFunctionFactory(descriptors.mailGetMailAddress),
|
|
418
|
+
/** Delete a MailAddress. */
|
|
419
|
+
deleteMailAddress: this.requestFunctionFactory(descriptors.mailDeleteMailAddress),
|
|
420
|
+
/** List mail settings of a Project. */
|
|
421
|
+
listProjectMailSettings: this.requestFunctionFactory(descriptors.mailListProjectMailSettings),
|
|
422
|
+
/** Update the description of a DeliveryBox. */
|
|
423
|
+
updateDeliveryBoxDescription: this.requestFunctionFactory(descriptors.mailUpdateDeliveryBoxDescription),
|
|
424
|
+
/** Update the password of a DeliveryBox. */
|
|
425
|
+
updateDeliveryBoxPassword: this.requestFunctionFactory(descriptors.mailUpdateDeliveryBoxPassword),
|
|
426
|
+
/** Update a MailAddress. */
|
|
427
|
+
updateMailAddressAddress: this.requestFunctionFactory(descriptors.mailUpdateMailAddressAddress),
|
|
428
|
+
/** Update the autoresponder of a MailAddress. */
|
|
429
|
+
updateMailAddressAutoresponder: this.requestFunctionFactory(descriptors.mailUpdateMailAddressAutoresponder),
|
|
430
|
+
/** Update the catchall of a MailAddress. */
|
|
431
|
+
updateMailAddressCatchall: this.requestFunctionFactory(descriptors.mailUpdateMailAddressCatchall),
|
|
432
|
+
/** Update the forward addresses of a MailAddresses. */
|
|
433
|
+
updateMailAddressForwardAddresses: this.requestFunctionFactory(descriptors.mailUpdateMailAddressForwardAddresses),
|
|
434
|
+
/** Update the password for a MailAddress. */
|
|
435
|
+
updateMailAddressPassword: this.requestFunctionFactory(descriptors.mailUpdateMailAddressPassword),
|
|
436
|
+
/** Update the quota of a MailAddress. */
|
|
437
|
+
updateMailAddressQuota: this.requestFunctionFactory(descriptors.mailUpdateMailAddressQuota),
|
|
438
|
+
/** Update the spam protection of a MailAddress. */
|
|
439
|
+
updateMailAddressSpamProtection: this.requestFunctionFactory(descriptors.mailUpdateMailAddressSpamProtection),
|
|
440
|
+
/** Update a mail setting of a Project. */
|
|
441
|
+
updateProjectMailSetting: this.requestFunctionFactory(descriptors.mailUpdateProjectMailSetting),
|
|
444
442
|
};
|
|
445
443
|
/** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
|
|
446
444
|
project = {
|
|
@@ -339,46 +339,44 @@ export declare const invoiceGetDetailOfInvoiceSettings: OpenAPIOperation<Request
|
|
|
339
339
|
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">>;
|
|
340
340
|
/** List Invoices of a Customer. */
|
|
341
341
|
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">>;
|
|
342
|
-
/**
|
|
343
|
-
export declare const
|
|
344
|
-
/** Create a
|
|
345
|
-
export declare const
|
|
346
|
-
/**
|
|
347
|
-
export declare const
|
|
348
|
-
/**
|
|
349
|
-
export declare const
|
|
350
|
-
/**
|
|
351
|
-
export declare const
|
|
352
|
-
/**
|
|
353
|
-
export declare const
|
|
354
|
-
/** Get
|
|
355
|
-
export declare const
|
|
356
|
-
/**
|
|
357
|
-
export declare const
|
|
358
|
-
/**
|
|
359
|
-
export declare const
|
|
360
|
-
/**
|
|
361
|
-
export declare const
|
|
362
|
-
/** Update
|
|
363
|
-
export declare const
|
|
364
|
-
/** Update
|
|
365
|
-
export declare const
|
|
366
|
-
/**
|
|
367
|
-
export declare const
|
|
368
|
-
/** Update the
|
|
369
|
-
export declare const
|
|
370
|
-
/** Update the
|
|
371
|
-
export declare const
|
|
372
|
-
/** Update the
|
|
373
|
-
export declare const
|
|
374
|
-
/** Update the
|
|
375
|
-
export declare const
|
|
376
|
-
/**
|
|
377
|
-
export declare const
|
|
378
|
-
/** Update
|
|
379
|
-
export declare const
|
|
380
|
-
/** Update whitelist for a given project ID */
|
|
381
|
-
export declare const mailProjectsettingUpdateWhitelist: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$403.Content.Empty>, 403, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$404.Content.Empty>, 404, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$503.Content.Empty>, 503, "empty">>;
|
|
342
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
343
|
+
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">>;
|
|
344
|
+
/** Create a DeliveryBox. */
|
|
345
|
+
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">>;
|
|
346
|
+
/** List MailAddresses belonging to a Project. */
|
|
347
|
+
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">>;
|
|
348
|
+
/** Create a MailAddress. */
|
|
349
|
+
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">>;
|
|
350
|
+
/** Get a DeliveryBox. */
|
|
351
|
+
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">>;
|
|
352
|
+
/** Delete a DeliveryBox. */
|
|
353
|
+
export declare const mailDeleteDeliveryBox: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
354
|
+
/** Get a MailAddress. */
|
|
355
|
+
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">>;
|
|
356
|
+
/** Delete a MailAddress. */
|
|
357
|
+
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">>;
|
|
358
|
+
/** List mail settings of a Project. */
|
|
359
|
+
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">>;
|
|
360
|
+
/** Update the description of a DeliveryBox. */
|
|
361
|
+
export declare const mailUpdateDeliveryBoxDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
362
|
+
/** Update the password of a DeliveryBox. */
|
|
363
|
+
export declare const mailUpdateDeliveryBoxPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
364
|
+
/** Update a MailAddress. */
|
|
365
|
+
export declare const mailUpdateMailAddressAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
366
|
+
/** Update the autoresponder of a MailAddress. */
|
|
367
|
+
export declare const mailUpdateMailAddressAutoresponder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAutoresponder.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
368
|
+
/** Update the catchall of a MailAddress. */
|
|
369
|
+
export declare const mailUpdateMailAddressCatchall: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchall.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
370
|
+
/** Update the forward addresses of a MailAddresses. */
|
|
371
|
+
export declare const mailUpdateMailAddressForwardAddresses: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdForwardAddresses.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
372
|
+
/** Update the password for a MailAddress. */
|
|
373
|
+
export declare const mailUpdateMailAddressPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdPassword.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
374
|
+
/** Update the quota of a MailAddress. */
|
|
375
|
+
export declare const mailUpdateMailAddressQuota: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdQuota.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
376
|
+
/** Update the spam protection of a MailAddress. */
|
|
377
|
+
export declare const mailUpdateMailAddressSpamProtection: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
378
|
+
/** Update a mail setting of a Project. */
|
|
379
|
+
export declare const mailUpdateProjectMailSetting: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsSetting.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
382
380
|
/** Getting the subscription status of the subscription. */
|
|
383
381
|
export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
384
382
|
/** Unsubscribe a user from the mStudio newsletter. */
|
|
@@ -479,6 +477,8 @@ export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestTy
|
|
|
479
477
|
export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
480
478
|
/** Register a tariff change for a legacy tariff. */
|
|
481
479
|
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
480
|
+
/** Relocate an external Project to mittwald. */
|
|
481
|
+
export declare const relocationCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
482
482
|
/** Obtain a service token. */
|
|
483
483
|
export declare const servicetokenAuthenticateService: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
484
484
|
/** Get all SFTPUsers for a Project. */
|
|
@@ -597,5 +597,3 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
597
597
|
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">>;
|
|
598
598
|
/** Verify your registration. */
|
|
599
599
|
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">>;
|
|
600
|
-
/** Relocate an external Project to mittwald. */
|
|
601
|
-
export declare const relocationCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -1006,125 +1006,119 @@ export const invoiceListCustomerInvoices = {
|
|
|
1006
1006
|
method: "GET",
|
|
1007
1007
|
operationId: "invoice-list-customer-invoices",
|
|
1008
1008
|
};
|
|
1009
|
-
/**
|
|
1010
|
-
export const
|
|
1011
|
-
path: "/v2/projects/{projectId}/
|
|
1009
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
1010
|
+
export const mailListDeliveryBoxes = {
|
|
1011
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1012
1012
|
method: "GET",
|
|
1013
|
-
operationId: "mail-
|
|
1013
|
+
operationId: "mail-list-delivery-boxes",
|
|
1014
1014
|
};
|
|
1015
|
-
/** Create a
|
|
1016
|
-
export const
|
|
1017
|
-
path: "/v2/projects/{projectId}/
|
|
1015
|
+
/** Create a DeliveryBox. */
|
|
1016
|
+
export const mailCreateDeliverybox = {
|
|
1017
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1018
1018
|
method: "POST",
|
|
1019
|
-
operationId: "mail-deliverybox
|
|
1019
|
+
operationId: "mail-create-deliverybox",
|
|
1020
1020
|
};
|
|
1021
|
-
/**
|
|
1022
|
-
export const
|
|
1023
|
-
path: "/v2/
|
|
1021
|
+
/** List MailAddresses belonging to a Project. */
|
|
1022
|
+
export const mailListMailAddresses = {
|
|
1023
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1024
1024
|
method: "GET",
|
|
1025
|
-
operationId: "mail-
|
|
1025
|
+
operationId: "mail-list-mail-addresses",
|
|
1026
1026
|
};
|
|
1027
|
-
/**
|
|
1028
|
-
export const
|
|
1029
|
-
path: "/v2/
|
|
1030
|
-
method: "
|
|
1031
|
-
operationId: "mail-
|
|
1027
|
+
/** Create a MailAddress. */
|
|
1028
|
+
export const mailCreateMailAddress = {
|
|
1029
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1030
|
+
method: "POST",
|
|
1031
|
+
operationId: "mail-create-mail-address",
|
|
1032
1032
|
};
|
|
1033
|
-
/**
|
|
1034
|
-
export const
|
|
1035
|
-
path: "/v2/
|
|
1036
|
-
method: "
|
|
1037
|
-
operationId: "mail-
|
|
1033
|
+
/** Get a DeliveryBox. */
|
|
1034
|
+
export const mailGetDeliveryBox = {
|
|
1035
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
1036
|
+
method: "GET",
|
|
1037
|
+
operationId: "mail-get-delivery-box",
|
|
1038
1038
|
};
|
|
1039
|
-
/**
|
|
1040
|
-
export const
|
|
1041
|
-
path: "/v2/
|
|
1042
|
-
method: "
|
|
1043
|
-
operationId: "mail-
|
|
1039
|
+
/** Delete a DeliveryBox. */
|
|
1040
|
+
export const mailDeleteDeliveryBox = {
|
|
1041
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
1042
|
+
method: "DELETE",
|
|
1043
|
+
operationId: "mail-delete-delivery-box",
|
|
1044
1044
|
};
|
|
1045
|
-
/** Get
|
|
1046
|
-
export const
|
|
1047
|
-
path: "/v2/
|
|
1045
|
+
/** Get a MailAddress. */
|
|
1046
|
+
export const mailGetMailAddress = {
|
|
1047
|
+
path: "/v2/mail-addresses/{mailAddressId}",
|
|
1048
1048
|
method: "GET",
|
|
1049
|
-
operationId: "mail-
|
|
1049
|
+
operationId: "mail-get-mail-address",
|
|
1050
1050
|
};
|
|
1051
|
-
/**
|
|
1052
|
-
export const
|
|
1053
|
-
path: "/v2/
|
|
1054
|
-
method: "
|
|
1055
|
-
operationId: "mail-
|
|
1051
|
+
/** Delete a MailAddress. */
|
|
1052
|
+
export const mailDeleteMailAddress = {
|
|
1053
|
+
path: "/v2/mail-addresses/{mailAddressId}",
|
|
1054
|
+
method: "DELETE",
|
|
1055
|
+
operationId: "mail-delete-mail-address",
|
|
1056
1056
|
};
|
|
1057
|
-
/**
|
|
1058
|
-
export const
|
|
1059
|
-
path: "/v2/
|
|
1057
|
+
/** List mail settings of a Project. */
|
|
1058
|
+
export const mailListProjectMailSettings = {
|
|
1059
|
+
path: "/v2/projects/{projectId}/mail-settings",
|
|
1060
1060
|
method: "GET",
|
|
1061
|
-
operationId: "mail-
|
|
1061
|
+
operationId: "mail-list-project-mail-settings",
|
|
1062
1062
|
};
|
|
1063
|
-
/**
|
|
1064
|
-
export const
|
|
1065
|
-
path: "/v2/
|
|
1066
|
-
method: "
|
|
1067
|
-
operationId: "mail-
|
|
1063
|
+
/** Update the description of a DeliveryBox. */
|
|
1064
|
+
export const mailUpdateDeliveryBoxDescription = {
|
|
1065
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}/description",
|
|
1066
|
+
method: "PATCH",
|
|
1067
|
+
operationId: "mail-update-delivery-box-description",
|
|
1068
1068
|
};
|
|
1069
|
-
/** Update
|
|
1070
|
-
export const
|
|
1071
|
-
path: "/v2/
|
|
1072
|
-
method: "
|
|
1073
|
-
operationId: "mail-
|
|
1069
|
+
/** Update the password of a DeliveryBox. */
|
|
1070
|
+
export const mailUpdateDeliveryBoxPassword = {
|
|
1071
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}/password",
|
|
1072
|
+
method: "PATCH",
|
|
1073
|
+
operationId: "mail-update-delivery-box-password",
|
|
1074
1074
|
};
|
|
1075
|
-
/** Update
|
|
1076
|
-
export const
|
|
1077
|
-
path: "/v2/
|
|
1078
|
-
method: "
|
|
1079
|
-
operationId: "mail-
|
|
1075
|
+
/** Update a MailAddress. */
|
|
1076
|
+
export const mailUpdateMailAddressAddress = {
|
|
1077
|
+
path: "/v2/mail-addresses/{mailAddressId}/address",
|
|
1078
|
+
method: "PATCH",
|
|
1079
|
+
operationId: "mail-update-mail-address-address",
|
|
1080
1080
|
};
|
|
1081
|
-
/**
|
|
1082
|
-
export const
|
|
1083
|
-
path: "/v2/
|
|
1081
|
+
/** Update the autoresponder of a MailAddress. */
|
|
1082
|
+
export const mailUpdateMailAddressAutoresponder = {
|
|
1083
|
+
path: "/v2/mail-addresses/{mailAddressId}/autoresponder",
|
|
1084
1084
|
method: "PUT",
|
|
1085
|
-
operationId: "mail-
|
|
1085
|
+
operationId: "mail-update-mail-address-autoresponder",
|
|
1086
1086
|
};
|
|
1087
|
-
/** Update the
|
|
1088
|
-
export const
|
|
1089
|
-
path: "/v2/
|
|
1087
|
+
/** Update the catchall of a MailAddress. */
|
|
1088
|
+
export const mailUpdateMailAddressCatchall = {
|
|
1089
|
+
path: "/v2/mail-addresses/{mailAddressId}/catchall",
|
|
1090
1090
|
method: "PUT",
|
|
1091
|
-
operationId: "mail-
|
|
1091
|
+
operationId: "mail-update-mail-address-catchall",
|
|
1092
1092
|
};
|
|
1093
|
-
/** Update the
|
|
1094
|
-
export const
|
|
1095
|
-
path: "/v2/
|
|
1093
|
+
/** Update the forward addresses of a MailAddresses. */
|
|
1094
|
+
export const mailUpdateMailAddressForwardAddresses = {
|
|
1095
|
+
path: "/v2/mail-addresses/{mailAddressId}/forward-addresses",
|
|
1096
1096
|
method: "PUT",
|
|
1097
|
-
operationId: "mail-
|
|
1097
|
+
operationId: "mail-update-mail-address-forward-addresses",
|
|
1098
1098
|
};
|
|
1099
|
-
/** Update the
|
|
1100
|
-
export const
|
|
1101
|
-
path: "/v2/
|
|
1099
|
+
/** Update the password for a MailAddress. */
|
|
1100
|
+
export const mailUpdateMailAddressPassword = {
|
|
1101
|
+
path: "/v2/mail-addresses/{mailAddressId}/password",
|
|
1102
1102
|
method: "PUT",
|
|
1103
|
-
operationId: "mail-
|
|
1103
|
+
operationId: "mail-update-mail-address-password",
|
|
1104
1104
|
};
|
|
1105
|
-
/** Update the
|
|
1106
|
-
export const
|
|
1107
|
-
path: "/v2/
|
|
1105
|
+
/** Update the quota of a MailAddress. */
|
|
1106
|
+
export const mailUpdateMailAddressQuota = {
|
|
1107
|
+
path: "/v2/mail-addresses/{mailAddressId}/quota",
|
|
1108
1108
|
method: "PUT",
|
|
1109
|
-
operationId: "mail-
|
|
1109
|
+
operationId: "mail-update-mail-address-quota",
|
|
1110
1110
|
};
|
|
1111
|
-
/**
|
|
1112
|
-
export const
|
|
1113
|
-
path: "/v2/
|
|
1114
|
-
method: "GET",
|
|
1115
|
-
operationId: "mail-projectsetting-get-specific",
|
|
1116
|
-
};
|
|
1117
|
-
/** Update blacklist for a given project ID */
|
|
1118
|
-
export const mailProjectsettingUpdateBlacklist = {
|
|
1119
|
-
path: "/v2/projects/{projectId}/mailsettings/blacklist",
|
|
1111
|
+
/** Update the spam protection of a MailAddress. */
|
|
1112
|
+
export const mailUpdateMailAddressSpamProtection = {
|
|
1113
|
+
path: "/v2/mail-addresses/{mailAddressId}/spam-protection",
|
|
1120
1114
|
method: "PUT",
|
|
1121
|
-
operationId: "mail-
|
|
1115
|
+
operationId: "mail-update-mail-address-spam-protection",
|
|
1122
1116
|
};
|
|
1123
|
-
/** Update
|
|
1124
|
-
export const
|
|
1125
|
-
path: "/v2/projects/{projectId}/
|
|
1117
|
+
/** Update a mail setting of a Project. */
|
|
1118
|
+
export const mailUpdateProjectMailSetting = {
|
|
1119
|
+
path: "/v2/projects/{projectId}/mail-settings/{setting}",
|
|
1126
1120
|
method: "PUT",
|
|
1127
|
-
operationId: "mail-
|
|
1121
|
+
operationId: "mail-update-project-mail-setting",
|
|
1128
1122
|
};
|
|
1129
1123
|
/** Getting the subscription status of the subscription. */
|
|
1130
1124
|
export const newsletterGetInfo = {
|
|
@@ -1426,6 +1420,12 @@ export const relocationCreateLegacyTariffChange = {
|
|
|
1426
1420
|
method: "POST",
|
|
1427
1421
|
operationId: "relocation-create-legacy-tariff-change",
|
|
1428
1422
|
};
|
|
1423
|
+
/** Relocate an external Project to mittwald. */
|
|
1424
|
+
export const relocationCreateRelocation = {
|
|
1425
|
+
path: "/v2/relocation",
|
|
1426
|
+
method: "POST",
|
|
1427
|
+
operationId: "relocation-create-relocation",
|
|
1428
|
+
};
|
|
1429
1429
|
/** Obtain a service token. */
|
|
1430
1430
|
export const servicetokenAuthenticateService = {
|
|
1431
1431
|
path: "/v2/services/{accessKeyId}/actions/authenticate",
|
|
@@ -1780,9 +1780,3 @@ export const userVerifyRegistration = {
|
|
|
1780
1780
|
method: "POST",
|
|
1781
1781
|
operationId: "user-verify-registration",
|
|
1782
1782
|
};
|
|
1783
|
-
/** Relocate an external Project to mittwald. */
|
|
1784
|
-
export const relocationCreateRelocation = {
|
|
1785
|
-
path: "/v2/relocation",
|
|
1786
|
-
method: "POST",
|
|
1787
|
-
operationId: "relocation-create-relocation",
|
|
1788
|
-
};
|