@mittwald/api-client 4.308.0 → 4.309.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.308.0';
|
|
@@ -5831,36 +5831,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5831
5831
|
exists: boolean;
|
|
5832
5832
|
}
|
|
5833
5833
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5834
|
-
interface
|
|
5835
|
-
|
|
5834
|
+
interface LicenseExternalKey {
|
|
5835
|
+
externalKey: string;
|
|
5836
5836
|
}
|
|
5837
5837
|
interface LicenseAppVersionMeta {
|
|
5838
5838
|
description: string;
|
|
5839
5839
|
}
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
description: string;
|
|
5843
|
-
expiryDate?: string;
|
|
5844
|
-
id: string;
|
|
5845
|
-
keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
|
|
5846
|
-
kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
|
|
5847
|
-
meta: MittwaldAPIV2.Components.Schemas.LicenseMeta;
|
|
5848
|
-
reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
|
|
5849
|
-
volume?: number;
|
|
5840
|
+
interface LicenseMeta {
|
|
5841
|
+
appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
|
|
5850
5842
|
}
|
|
5851
5843
|
interface LicenseReference {
|
|
5852
5844
|
aggregate: "project";
|
|
5853
5845
|
domain: "project";
|
|
5854
5846
|
id: string;
|
|
5855
5847
|
}
|
|
5856
|
-
interface
|
|
5857
|
-
|
|
5848
|
+
interface LicenseKey {
|
|
5849
|
+
key: string;
|
|
5858
5850
|
}
|
|
5851
|
+
type LicenseKind = "typo3-elts";
|
|
5859
5852
|
interface LicenseKeyResponse {
|
|
5860
5853
|
keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
|
|
5861
5854
|
}
|
|
5862
|
-
interface
|
|
5863
|
-
|
|
5855
|
+
interface LicenseLicense {
|
|
5856
|
+
description: string;
|
|
5857
|
+
expiryDate?: string;
|
|
5858
|
+
id: string;
|
|
5859
|
+
keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
|
|
5860
|
+
kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
|
|
5861
|
+
meta: MittwaldAPIV2.Components.Schemas.LicenseMeta;
|
|
5862
|
+
reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
|
|
5863
|
+
volume?: number;
|
|
5864
5864
|
}
|
|
5865
5865
|
type OrderLicenseOrder = {
|
|
5866
5866
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.308.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.309.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.309.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.309.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": "123d908f2ae0df8b1e42c60d9f3e9d3a22f949b4"
|
|
84
84
|
}
|