@mittwald/api-client 4.314.0 → 4.315.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.313.0';
1
+ export const MittwaldAPIClientVersion = '4.314.0';
@@ -5944,13 +5944,10 @@ export declare namespace MittwaldAPIV2 {
5944
5944
  interface LicenseAppVersionMeta {
5945
5945
  description: string;
5946
5946
  }
5947
- type LicenseKind = "typo3-elts";
5948
- interface LicenseMeta {
5949
- appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5950
- }
5951
5947
  interface LicenseKey {
5952
5948
  key: string;
5953
5949
  }
5950
+ type LicenseKind = "typo3-elts";
5954
5951
  interface LicenseLicense {
5955
5952
  description: string;
5956
5953
  expiryDate?: string;
@@ -5966,12 +5963,15 @@ export declare namespace MittwaldAPIV2 {
5966
5963
  domain: "project";
5967
5964
  id: string;
5968
5965
  }
5969
- interface LicenseKeyResponse {
5970
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5966
+ interface LicenseMeta {
5967
+ appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5971
5968
  }
5972
5969
  interface LicenseExternalKey {
5973
5970
  externalKey: string;
5974
5971
  }
5972
+ interface LicenseKeyResponse {
5973
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5974
+ }
5975
5975
  type OrderLicenseOrder = {
5976
5976
  /**
5977
5977
  * Describe for which typo3 instance the license will be used.
@@ -5984,9 +5984,6 @@ export declare namespace MittwaldAPIV2 {
5984
5984
  majorVersion: number;
5985
5985
  projectId: string;
5986
5986
  };
5987
- interface OrderLicenseOrderPreviewResponse {
5988
- totalPrice: number;
5989
- }
5990
5987
  type OrderLicenseOrderPreview = {
5991
5988
  /**
5992
5989
  * Describe for which typo3 instance the license will be used.
@@ -5998,6 +5995,9 @@ export declare namespace MittwaldAPIV2 {
5998
5995
  */
5999
5996
  majorVersion: number;
6000
5997
  };
5998
+ interface OrderLicenseOrderPreviewResponse {
5999
+ totalPrice: number;
6000
+ }
6001
6001
  interface CommonsAddress {
6002
6002
  street: string;
6003
6003
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.313.0';
1
+ export declare const MittwaldAPIClientVersion = '4.314.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.314.0",
3
+ "version": "4.315.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.314.0",
49
+ "@mittwald/api-client-commons": "^4.315.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.314.0",
53
+ "@mittwald/api-code-generator": "^4.315.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": "ec35888495f01e821ffc26949458b55fc0b192e8"
83
+ "gitHead": "9e00ba010903db4b8ab51a4f2df48658946b2801"
84
84
  }