@mittwald/api-client 4.267.0 → 4.268.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.266.0';
1
+ export const MittwaldAPIClientVersion = '4.267.0';
@@ -5416,6 +5416,10 @@ export declare namespace MittwaldAPIV2 {
5416
5416
  }
5417
5417
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5418
5418
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5419
+ interface SslCheckReplaceDateChange {
5420
+ newValue: string;
5421
+ oldValue: string;
5422
+ }
5419
5423
  interface SslContact {
5420
5424
  city?: string;
5421
5425
  company?: string;
@@ -5426,10 +5430,6 @@ export declare namespace MittwaldAPIV2 {
5426
5430
  organizationalUnit?: string;
5427
5431
  state?: string;
5428
5432
  }
5429
- interface SslCheckReplaceDateChange {
5430
- newValue: string;
5431
- oldValue: string;
5432
- }
5433
5433
  type SslCertificateType = 0 | 1 | 2;
5434
5434
  interface SslCertificateRequestCreateResponse {
5435
5435
  commonName?: string;
@@ -5446,6 +5446,11 @@ export declare namespace MittwaldAPIV2 {
5446
5446
  certificate?: string;
5447
5447
  signingRequest?: string;
5448
5448
  }
5449
+ interface SslCheckReplaceCertificateResponse {
5450
+ changes?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceChanges;
5451
+ errors?: MittwaldAPIV2.Components.Schemas.SslCertificateError[];
5452
+ isReplaceable: boolean;
5453
+ }
5449
5454
  interface SslCheckReplaceSliceChange {
5450
5455
  addedValues: string[];
5451
5456
  removedValues: string[];
@@ -5458,11 +5463,6 @@ export declare namespace MittwaldAPIV2 {
5458
5463
  validFrom?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceDateChange;
5459
5464
  validTo?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceDateChange;
5460
5465
  }
5461
- interface SslCheckReplaceCertificateResponse {
5462
- changes?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceChanges;
5463
- errors?: MittwaldAPIV2.Components.Schemas.SslCertificateError[];
5464
- isReplaceable: boolean;
5465
- }
5466
5466
  interface SslCertificateRequestCreateRequest {
5467
5467
  certificate: string;
5468
5468
  privateKey: string;
@@ -5487,6 +5487,10 @@ export declare namespace MittwaldAPIV2 {
5487
5487
  contact: MittwaldAPIV2.Components.Schemas.SslContact;
5488
5488
  projectId: string;
5489
5489
  }
5490
+ interface SslCheckReplaceFieldChange {
5491
+ newValue: string;
5492
+ oldValue: string;
5493
+ }
5490
5494
  interface SslCertificate {
5491
5495
  caBundle?: string;
5492
5496
  certificate: string;
@@ -5504,10 +5508,6 @@ export declare namespace MittwaldAPIV2 {
5504
5508
  validFrom: string;
5505
5509
  validTo: string;
5506
5510
  }
5507
- interface SslCheckReplaceFieldChange {
5508
- newValue: string;
5509
- oldValue: string;
5510
- }
5511
5511
  interface SslCertificateError {
5512
5512
  message: "certificate_read_failed" | "certificate_decode_failed" | "certificate_parsing_failed" | "certificate_self_signed" | "certificate_not_authorized_to_sign" | "certificate_expired" | "ca_not_authorized_for_this_name" | "too_many_intermediates" | "incompatible_usage" | "unknown_authority" | "private_key_read_failed" | "private_key_decode_failed" | "private_key_parse_failed" | "private_key_encrypted" | "private_key_not_rsa" | "private_key_mismatch" | "unknown_cloudflare_error" | "unknown";
5513
5513
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.266.0';
1
+ export declare const MittwaldAPIClientVersion = '4.267.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.267.0",
3
+ "version": "4.268.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.267.0",
49
+ "@mittwald/api-client-commons": "^4.268.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.267.0",
53
+ "@mittwald/api-code-generator": "^4.268.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": "30ebc0643f0b946ee91b3c2b66e2ba3b95411940"
83
+ "gitHead": "dcdce3ebcc3e48d689d819ef4d11f777917a2a6a"
84
84
  }