@mittwald/api-client 4.295.0 → 4.296.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.294.0';
1
+ export const MittwaldAPIClientVersion = '4.295.0';
@@ -4004,6 +4004,23 @@ export declare namespace MittwaldAPIV2 {
4004
4004
  projectId: string;
4005
4005
  tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcmeDeprecated | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
4006
4006
  }
4007
+ interface IngressListIngressesCompatibleWithCertificateIDRequest {
4008
+ /**
4009
+ * The certificates UUID.
4010
+ */
4011
+ certificateId: string;
4012
+ }
4013
+ interface IngressListIngressesCompatibleWithCertificateRequest {
4014
+ /**
4015
+ * PEM-encoded certificate. Linebreaks have to be escaped with
4016
+ * .
4017
+ */
4018
+ certificate: string;
4019
+ /**
4020
+ * The projects UUID.
4021
+ */
4022
+ projectId: string;
4023
+ }
4007
4024
  interface IngressOwnership {
4008
4025
  txtRecord?: string;
4009
4026
  /**
@@ -5382,6 +5399,10 @@ export declare namespace MittwaldAPIV2 {
5382
5399
  contact: MittwaldAPIV2.Components.Schemas.SslContact;
5383
5400
  projectId: string;
5384
5401
  }
5402
+ interface SslCertificateRequestCreateWithDNSRequest {
5403
+ commonName: string;
5404
+ projectId: string;
5405
+ }
5385
5406
  type SslCertificateType = 0 | 1 | 2 | 3;
5386
5407
  interface SslCheckReplaceChanges {
5387
5408
  commonName?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceFieldChange;
@@ -5418,6 +5439,12 @@ export declare namespace MittwaldAPIV2 {
5418
5439
  organizationalUnit?: string;
5419
5440
  state?: string;
5420
5441
  }
5442
+ interface SslDNSCertStatus {
5443
+ message?: string;
5444
+ status: MittwaldAPIV2.Components.Schemas.SslProjectCertificateStatus;
5445
+ updatedAt?: string;
5446
+ }
5447
+ type SslProjectCertificateStatus = "issuing" | "ready" | "cnameError" | "error" | "unspecified";
5421
5448
  type StoragespaceStatisticsCategoryKind = "webspace" | "projectBackup" | "mailAddress" | "mysqlDatabase" | "redisDatabase" | "containerVolume";
5422
5449
  interface StoragespaceStatisticsCategory {
5423
5450
  kind: MittwaldAPIV2.Components.Schemas.StoragespaceStatisticsCategoryKind;
@@ -5686,33 +5713,6 @@ export declare namespace MittwaldAPIV2 {
5686
5713
  }
5687
5714
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5688
5715
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5689
- interface SslCertificateRequestCreateWithDNSRequest {
5690
- commonName: string;
5691
- projectId: string;
5692
- }
5693
- type SslProjectCertificateStatus = "issuing" | "ready" | "cnameError" | "error" | "unspecified";
5694
- interface SslDNSCertStatus {
5695
- message?: string;
5696
- status: MittwaldAPIV2.Components.Schemas.SslProjectCertificateStatus;
5697
- updatedAt?: string;
5698
- }
5699
- interface IngressListIngressesCompatibleWithCertificateRequest {
5700
- /**
5701
- * PEM-encoded certificate. Linebreaks have to be escaped with
5702
- * .
5703
- */
5704
- certificate: string;
5705
- /**
5706
- * The projects UUID.
5707
- */
5708
- projectId: string;
5709
- }
5710
- interface IngressListIngressesCompatibleWithCertificateIDRequest {
5711
- /**
5712
- * The certificates UUID.
5713
- */
5714
- certificateId: string;
5715
- }
5716
5716
  interface CommonsAddress {
5717
5717
  street: string;
5718
5718
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.294.0';
1
+ export declare const MittwaldAPIClientVersion = '4.295.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.295.0",
3
+ "version": "4.296.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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.295.0",
49
+ "@mittwald/api-client-commons": "^4.296.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.295.0",
53
+ "@mittwald/api-code-generator": "^4.296.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "eab5c55b00100377ebc82df22cdad30206bb43a1"
83
+ "gitHead": "40bf70b5e3b4e0c1a0ddb3d1f422a29423a18e9f"
84
84
  }