@mittwald/api-client 4.124.0 → 4.125.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.123.0';
1
+ export const MittwaldAPIClientVersion = '4.124.0';
@@ -12764,6 +12764,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12764
12764
  [x: string]: unknown;
12765
12765
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12766
12766
  [x: string]: unknown;
12767
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
12768
+ [x: string]: unknown;
12767
12769
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12768
12770
  headers?: Partial<{
12769
12771
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -12784,6 +12786,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12784
12786
  [x: string]: unknown;
12785
12787
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12786
12788
  [x: string]: unknown;
12789
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
12790
+ [x: string]: unknown;
12787
12791
  }, 429, "application/json">>>;
12788
12792
  /** Check the replacement of a Certificate. */
12789
12793
  sslCheckReplaceCertificate: (request: {
@@ -400,7 +400,7 @@ export declare const ingressIngressVerifyOwnership: OpenAPIOperation<RequestType
400
400
  /** List Ingresses compatible with a certificate. */
401
401
  export declare const ingressListIngressesCompatibleWithCertificate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsListIngressesCompatibleWithCertificate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
402
402
  /** Request the ACME certificate issuance of an Ingress. */
403
- export declare const ingressRequestIngressAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
403
+ export declare const ingressRequestIngressAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
404
404
  /** Get details of an Invoice. */
405
405
  export declare const invoiceDetail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
406
406
  /** Get InvoiceSettings of a Customer. */
@@ -14029,6 +14029,13 @@ export declare namespace MittwaldAPIV2 {
14029
14029
  }
14030
14030
  }
14031
14031
  }
14032
+ namespace $412 {
14033
+ namespace Content {
14034
+ interface ApplicationJson {
14035
+ [k: string]: unknown;
14036
+ }
14037
+ }
14038
+ }
14032
14039
  namespace $429 {
14033
14040
  namespace Content {
14034
14041
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.123.0';
1
+ export declare const MittwaldAPIClientVersion = '4.124.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.124.0",
3
+ "version": "4.125.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "1e4eaaa492272df2a3f6c2f4835171b621cda310"
83
+ "gitHead": "6cce9a66cb963965317468ff88686e730078eb03"
84
84
  }