@mittwald/api-client 4.319.0 → 4.321.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.318.0';
1
+ export const MittwaldAPIClientVersion = '4.320.0';
@@ -5936,18 +5936,22 @@ export declare namespace MittwaldAPIV2 {
5936
5936
  result: MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
5937
5937
  }
5938
5938
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5939
- type VerificationVerifyAddressConfidence = "EXISTS" | "UNSURE" | "NON_EXISTENT";
5940
- interface VerificationVerifyAddressResponse {
5941
- exists: boolean;
5942
- }
5943
5939
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5944
5940
  interface LicenseAppVersionMeta {
5945
5941
  description: string;
5946
5942
  }
5943
+ type LicenseKind = "typo3-elts";
5947
5944
  interface LicenseKey {
5948
5945
  key: string;
5949
5946
  }
5950
- type LicenseKind = "typo3-elts";
5947
+ interface LicenseMeta {
5948
+ appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5949
+ }
5950
+ interface LicenseReference {
5951
+ aggregate: "project";
5952
+ domain: "project";
5953
+ id: string;
5954
+ }
5951
5955
  interface LicenseLicense {
5952
5956
  description: string;
5953
5957
  expiryDate?: string;
@@ -5958,20 +5962,12 @@ export declare namespace MittwaldAPIV2 {
5958
5962
  reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
5959
5963
  volume?: number;
5960
5964
  }
5961
- interface LicenseReference {
5962
- aggregate: "project";
5963
- domain: "project";
5964
- id: string;
5965
- }
5966
- interface LicenseMeta {
5967
- appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5965
+ interface LicenseKeyResponse {
5966
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5968
5967
  }
5969
5968
  interface LicenseExternalKey {
5970
5969
  externalKey: string;
5971
5970
  }
5972
- interface LicenseKeyResponse {
5973
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5974
- }
5975
5971
  type OrderLicenseOrder = {
5976
5972
  /**
5977
5973
  * Describe for which typo3 instance the license will be used.
@@ -29107,7 +29103,7 @@ export declare namespace MittwaldAPIV2 {
29107
29103
  interface RequestBody {
29108
29104
  city: string;
29109
29105
  /**
29110
- * Accepts the whole english or german name as well as the ISO 3166-2 country codes.
29106
+ * The country format should be ISO 3166-2 Alpha 2 Country Code.
29111
29107
  */
29112
29108
  country: string;
29113
29109
  /**
@@ -29122,7 +29118,9 @@ export declare namespace MittwaldAPIV2 {
29122
29118
  namespace Responses {
29123
29119
  namespace $200 {
29124
29120
  namespace Content {
29125
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationVerifyAddressResponse;
29121
+ interface ApplicationJson {
29122
+ exists: boolean;
29123
+ }
29126
29124
  }
29127
29125
  }
29128
29126
  namespace $400 {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.318.0';
1
+ export declare const MittwaldAPIClientVersion = '4.320.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.319.0",
3
+ "version": "4.321.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.319.0",
49
+ "@mittwald/api-client-commons": "^4.321.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.319.0",
53
+ "@mittwald/api-code-generator": "^4.321.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": "7aad954048b52585759d9a3b0ba6dc92a7f74a31"
83
+ "gitHead": "c31f471cc95b2759f47eb4c2c801102001a18e9a"
84
84
  }