@mittwald/api-client 0.0.0-development-49bfc51-20260120 → 0.0.0-development-4ad1a23-20260120

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 = '0.0.0-development-f31be48-20260120';
1
+ export const MittwaldAPIClientVersion = '0.0.0-development-49bfc51-20260120';
@@ -5773,27 +5773,27 @@ export declare namespace MittwaldAPIV2 {
5773
5773
  /**
5774
5774
  * Software Licences
5775
5775
  */
5776
- type OrderLicenceOrder = {
5776
+ type OrderLicenceOrderPreview = {
5777
5777
  licenceType: "typo3";
5778
5778
  /**
5779
5779
  * The mayor version for which a licence should be purchased.
5780
5780
  */
5781
5781
  mayorVersion: number;
5782
- projectId: string;
5783
5782
  };
5783
+ interface OrderLicenceOrderPreviewResponse {
5784
+ totalPrice: number;
5785
+ }
5784
5786
  /**
5785
5787
  * Software Licences
5786
5788
  */
5787
- type OrderLicenceOrderPreview = {
5789
+ type OrderLicenceOrder = {
5788
5790
  licenceType: "typo3";
5789
5791
  /**
5790
5792
  * The mayor version for which a licence should be purchased.
5791
5793
  */
5792
5794
  mayorVersion: number;
5795
+ projectId: string;
5793
5796
  };
5794
- interface OrderLicenceOrderPreviewResponse {
5795
- totalPrice: number;
5796
- }
5797
5797
  interface CommonsAddress {
5798
5798
  street: string;
5799
5799
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '0.0.0-development-f31be48-20260120';
1
+ export declare const MittwaldAPIClientVersion = '0.0.0-development-49bfc51-20260120';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "0.0.0-development-49bfc51-20260120",
3
+ "version": "0.0.0-development-4ad1a23-20260120",
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": "^0.0.0-development-49bfc51-20260120",
49
+ "@mittwald/api-client-commons": "^0.0.0-development-4ad1a23-20260120",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^0.0.0-development-49bfc51-20260120",
53
+ "@mittwald/api-code-generator": "^0.0.0-development-4ad1a23-20260120",
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": "042ca89d14d5fb598c73287f762043c1d93b6575"
83
+ "gitHead": "b52b46b05570f4339a4ee2b31e611b3e68f474c3"
84
84
  }