@mittwald/api-client 4.312.0 → 4.314.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.313.0';
|
|
@@ -984,6 +984,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
984
984
|
includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
985
985
|
excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
986
986
|
templateNames?: string[] | undefined;
|
|
987
|
+
types?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderType[] | undefined;
|
|
987
988
|
limit?: number | undefined;
|
|
988
989
|
skip?: number | undefined;
|
|
989
990
|
page?: number | undefined;
|
|
@@ -6975,6 +6975,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6975
6975
|
includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
6976
6976
|
excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
6977
6977
|
templateNames?: string[] | undefined;
|
|
6978
|
+
types?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderType[] | undefined;
|
|
6978
6979
|
limit?: number | undefined;
|
|
6979
6980
|
skip?: number | undefined;
|
|
6980
6981
|
page?: number | undefined;
|
|
@@ -6988,6 +6989,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6988
6989
|
includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
6989
6990
|
excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
6990
6991
|
templateNames?: string[] | undefined;
|
|
6992
|
+
types?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderType[] | undefined;
|
|
6991
6993
|
limit?: number | undefined;
|
|
6992
6994
|
skip?: number | undefined;
|
|
6993
6995
|
page?: number | undefined;
|
|
@@ -7011,6 +7013,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7011
7013
|
includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
7012
7014
|
excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
7013
7015
|
templateNames?: string[] | undefined;
|
|
7016
|
+
types?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderType[] | undefined;
|
|
7014
7017
|
limit?: number | undefined;
|
|
7015
7018
|
skip?: number | undefined;
|
|
7016
7019
|
page?: number | undefined;
|
|
@@ -5944,10 +5944,13 @@ 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
|
+
}
|
|
5947
5951
|
interface LicenseKey {
|
|
5948
5952
|
key: string;
|
|
5949
5953
|
}
|
|
5950
|
-
type LicenseKind = "typo3-elts";
|
|
5951
5954
|
interface LicenseLicense {
|
|
5952
5955
|
description: string;
|
|
5953
5956
|
expiryDate?: string;
|
|
@@ -5963,15 +5966,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5963
5966
|
domain: "project";
|
|
5964
5967
|
id: string;
|
|
5965
5968
|
}
|
|
5966
|
-
interface
|
|
5967
|
-
|
|
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.
|
|
@@ -5984,6 +5984,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5984
5984
|
majorVersion: number;
|
|
5985
5985
|
projectId: string;
|
|
5986
5986
|
};
|
|
5987
|
+
interface OrderLicenseOrderPreviewResponse {
|
|
5988
|
+
totalPrice: number;
|
|
5989
|
+
}
|
|
5987
5990
|
type OrderLicenseOrderPreview = {
|
|
5988
5991
|
/**
|
|
5989
5992
|
* Describe for which typo3 instance the license will be used.
|
|
@@ -5995,9 +5998,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5995
5998
|
*/
|
|
5996
5999
|
majorVersion: number;
|
|
5997
6000
|
};
|
|
5998
|
-
interface OrderLicenseOrderPreviewResponse {
|
|
5999
|
-
totalPrice: number;
|
|
6000
|
-
}
|
|
6001
6001
|
interface CommonsAddress {
|
|
6002
6002
|
street: string;
|
|
6003
6003
|
houseNumber: string;
|
|
@@ -23192,6 +23192,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
23192
23192
|
includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
|
|
23193
23193
|
excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
|
|
23194
23194
|
templateNames?: string[];
|
|
23195
|
+
types?: MittwaldAPIV2.Components.Schemas.OrderOrderType[];
|
|
23195
23196
|
limit?: number;
|
|
23196
23197
|
skip?: number;
|
|
23197
23198
|
page?: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.313.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.314.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.314.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.314.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": "ec35888495f01e821ffc26949458b55fc0b192e8"
|
|
84
84
|
}
|