@mittwald/api-client 4.319.0 → 4.320.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.319.0';
|
|
@@ -5944,10 +5944,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5944
5944
|
interface LicenseAppVersionMeta {
|
|
5945
5945
|
description: string;
|
|
5946
5946
|
}
|
|
5947
|
+
type LicenseKind = "typo3-elts";
|
|
5947
5948
|
interface LicenseKey {
|
|
5948
5949
|
key: string;
|
|
5949
5950
|
}
|
|
5950
|
-
|
|
5951
|
+
interface LicenseMeta {
|
|
5952
|
+
appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
|
|
5953
|
+
}
|
|
5954
|
+
interface LicenseReference {
|
|
5955
|
+
aggregate: "project";
|
|
5956
|
+
domain: "project";
|
|
5957
|
+
id: string;
|
|
5958
|
+
}
|
|
5951
5959
|
interface LicenseLicense {
|
|
5952
5960
|
description: string;
|
|
5953
5961
|
expiryDate?: string;
|
|
@@ -5958,20 +5966,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5958
5966
|
reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
|
|
5959
5967
|
volume?: number;
|
|
5960
5968
|
}
|
|
5961
|
-
interface
|
|
5962
|
-
|
|
5963
|
-
domain: "project";
|
|
5964
|
-
id: string;
|
|
5965
|
-
}
|
|
5966
|
-
interface LicenseMeta {
|
|
5967
|
-
appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
|
|
5969
|
+
interface LicenseKeyResponse {
|
|
5970
|
+
keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
|
|
5968
5971
|
}
|
|
5969
5972
|
interface LicenseExternalKey {
|
|
5970
5973
|
externalKey: string;
|
|
5971
5974
|
}
|
|
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.
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.319.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.320.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.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.320.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.320.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": "
|
|
83
|
+
"gitHead": "36842bd458d8d26fae44e6332d754a19cf7558a1"
|
|
84
84
|
}
|