@mittwald/api-client 0.0.0-development-9380a62-20260116 → 0.0.0-development-e8d9270-20260119
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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.284.0';
|
|
@@ -5764,36 +5764,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5764
5764
|
planLimit: number;
|
|
5765
5765
|
used: number;
|
|
5766
5766
|
}
|
|
5767
|
+
interface OrderLicenceOrderPreviewResponse {
|
|
5768
|
+
totalPrice: number;
|
|
5769
|
+
}
|
|
5767
5770
|
/**
|
|
5768
5771
|
* Software Licences
|
|
5769
5772
|
*/
|
|
5770
|
-
type
|
|
5773
|
+
type OrderLicenceOrderPreview = {
|
|
5771
5774
|
licenceType: "typo3";
|
|
5772
5775
|
/**
|
|
5773
5776
|
* The mayor version for which a licence should be purchased.
|
|
5774
5777
|
*/
|
|
5775
5778
|
mayorVersion: number;
|
|
5776
|
-
projectId: string;
|
|
5777
5779
|
};
|
|
5778
|
-
interface OrderLicenceOrderPreviewResponse {
|
|
5779
|
-
totalPrice: number;
|
|
5780
|
-
}
|
|
5781
5780
|
/**
|
|
5782
5781
|
* Software Licences
|
|
5783
5782
|
*/
|
|
5784
|
-
type
|
|
5783
|
+
type OrderLicenceOrder = {
|
|
5785
5784
|
licenceType: "typo3";
|
|
5786
5785
|
/**
|
|
5787
5786
|
* The mayor version for which a licence should be purchased.
|
|
5788
5787
|
*/
|
|
5789
5788
|
mayorVersion: number;
|
|
5789
|
+
projectId: string;
|
|
5790
5790
|
};
|
|
5791
5791
|
interface SslDNSCertStatus {
|
|
5792
5792
|
message?: string;
|
|
5793
|
-
status
|
|
5793
|
+
status: MittwaldAPIV2.Components.Schemas.SslProjectCertificateStatus;
|
|
5794
5794
|
updatedAt?: string;
|
|
5795
5795
|
}
|
|
5796
|
-
type SslProjectCertificateStatus = "issuing" | "ready" | "error" | "undefined";
|
|
5796
|
+
type SslProjectCertificateStatus = "issuing" | "ready" | "cname_error" | "error" | "undefined";
|
|
5797
5797
|
interface CommonsAddress {
|
|
5798
5798
|
street: string;
|
|
5799
5799
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.284.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "0.0.0-development-
|
|
3
|
+
"version": "0.0.0-development-e8d9270-20260119",
|
|
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-
|
|
49
|
+
"@mittwald/api-client-commons": "^0.0.0-development-e8d9270-20260119",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^0.0.0-development-
|
|
53
|
+
"@mittwald/api-code-generator": "^0.0.0-development-e8d9270-20260119",
|
|
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": "
|
|
83
|
+
"gitHead": "421fb85a679788d0f7f4c8bf0f5618435a895367"
|
|
84
84
|
}
|