@mittwald/api-client 4.323.0 → 4.324.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.322.0';
1
+ export const MittwaldAPIClientVersion = '4.323.0';
@@ -5949,18 +5949,10 @@ export declare namespace MittwaldAPIV2 {
5949
5949
  interface LicenseAppVersionMeta {
5950
5950
  description: string;
5951
5951
  }
5952
- type LicenseKind = "typo3-elts";
5953
5952
  interface LicenseKey {
5954
5953
  key: string;
5955
5954
  }
5956
- interface LicenseMeta {
5957
- appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5958
- }
5959
- interface LicenseReference {
5960
- aggregate: "project";
5961
- domain: "project";
5962
- id: string;
5963
- }
5955
+ type LicenseKind = "typo3-elts";
5964
5956
  interface LicenseLicense {
5965
5957
  description: string;
5966
5958
  expiryDate?: string;
@@ -5971,12 +5963,20 @@ export declare namespace MittwaldAPIV2 {
5971
5963
  reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
5972
5964
  volume?: number;
5973
5965
  }
5974
- interface LicenseKeyResponse {
5975
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5966
+ interface LicenseReference {
5967
+ aggregate: "project";
5968
+ domain: "project";
5969
+ id: string;
5970
+ }
5971
+ interface LicenseMeta {
5972
+ appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5976
5973
  }
5977
5974
  interface LicenseExternalKey {
5978
5975
  externalKey: string;
5979
5976
  }
5977
+ interface LicenseKeyResponse {
5978
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5979
+ }
5980
5980
  type OrderLicenseOrder = {
5981
5981
  /**
5982
5982
  * Describe for which typo3 instance the license will be used.
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.322.0';
1
+ export declare const MittwaldAPIClientVersion = '4.323.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.323.0",
3
+ "version": "4.324.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.323.0",
49
+ "@mittwald/api-client-commons": "^4.324.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.323.0",
53
+ "@mittwald/api-code-generator": "^4.324.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": "598d4db0ae5120049cb8595020c1217cf571827a"
83
+ "gitHead": "754bb259181902a9aaa6bb6ca0a54c423d6bd5e7"
84
84
  }