@mittwald/api-client 4.399.0 → 4.400.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.399.0';
|
|
@@ -1232,10 +1232,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1232
1232
|
customDocumentRoot?: string | undefined;
|
|
1233
1233
|
description?: string | undefined;
|
|
1234
1234
|
systemSoftware?: {
|
|
1235
|
-
[k: string]:
|
|
1236
|
-
systemSoftwareVersion?: string;
|
|
1237
|
-
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1238
|
-
};
|
|
1235
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
1239
1236
|
} | undefined;
|
|
1240
1237
|
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
|
|
1241
1238
|
userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
|
|
@@ -1258,10 +1255,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1258
1255
|
customDocumentRoot?: string | undefined;
|
|
1259
1256
|
description?: string | undefined;
|
|
1260
1257
|
systemSoftware?: {
|
|
1261
|
-
[k: string]:
|
|
1262
|
-
systemSoftwareVersion?: string;
|
|
1263
|
-
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1264
|
-
};
|
|
1258
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
1265
1259
|
} | undefined;
|
|
1266
1260
|
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
|
|
1267
1261
|
userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
|
|
@@ -1817,6 +1811,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1817
1811
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1818
1812
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1819
1813
|
installationPath?: string | undefined;
|
|
1814
|
+
systemSoftware?: {
|
|
1815
|
+
[x: string]: {
|
|
1816
|
+
systemSoftwareVersion?: string | undefined;
|
|
1817
|
+
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy | undefined;
|
|
1818
|
+
};
|
|
1819
|
+
} | undefined;
|
|
1820
1820
|
};
|
|
1821
1821
|
projectId: string;
|
|
1822
1822
|
headers?: {
|
|
@@ -1827,6 +1827,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1827
1827
|
appVersionId: string;
|
|
1828
1828
|
description: string;
|
|
1829
1829
|
installationPath?: string | undefined;
|
|
1830
|
+
systemSoftware?: {
|
|
1831
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
1832
|
+
} | undefined;
|
|
1830
1833
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1831
1834
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1832
1835
|
};
|
|
@@ -1851,6 +1854,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1851
1854
|
appVersionId: string;
|
|
1852
1855
|
description: string;
|
|
1853
1856
|
installationPath?: string | undefined;
|
|
1857
|
+
systemSoftware?: {
|
|
1858
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
1859
|
+
} | undefined;
|
|
1854
1860
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1855
1861
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1856
1862
|
};
|
|
@@ -5963,6 +5963,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5963
5963
|
};
|
|
5964
5964
|
name: "database.mysql-name-set";
|
|
5965
5965
|
parameters: {
|
|
5966
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5966
5967
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5967
5968
|
};
|
|
5968
5969
|
}
|
|
@@ -6032,6 +6033,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6032
6033
|
};
|
|
6033
6034
|
name: "database.mysql-version-set" | "database.redis-version-set";
|
|
6034
6035
|
parameters: {
|
|
6036
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6035
6037
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6036
6038
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6037
6039
|
};
|
|
@@ -6885,6 +6887,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6885
6887
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6886
6888
|
};
|
|
6887
6889
|
}
|
|
6890
|
+
/**
|
|
6891
|
+
* DesiredSystemSoftware describes the desired SystemSoftwareVersion and update policy to apply for a SystemSoftware of an AppInstallation.
|
|
6892
|
+
*/
|
|
6893
|
+
interface AppDesiredSystemSoftware {
|
|
6894
|
+
systemSoftwareVersion?: string;
|
|
6895
|
+
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
6896
|
+
}
|
|
6888
6897
|
interface CommonsAddress {
|
|
6889
6898
|
street: string;
|
|
6890
6899
|
houseNumber: string;
|
|
@@ -8209,10 +8218,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8209
8218
|
customDocumentRoot?: string;
|
|
8210
8219
|
description?: string;
|
|
8211
8220
|
systemSoftware?: {
|
|
8212
|
-
[k: string]:
|
|
8213
|
-
systemSoftwareVersion?: string;
|
|
8214
|
-
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
8215
|
-
};
|
|
8221
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
8216
8222
|
};
|
|
8217
8223
|
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
8218
8224
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
@@ -8596,6 +8602,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8596
8602
|
appVersionId: string;
|
|
8597
8603
|
description: string;
|
|
8598
8604
|
installationPath?: string;
|
|
8605
|
+
systemSoftware?: {
|
|
8606
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
8607
|
+
};
|
|
8599
8608
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
8600
8609
|
userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
8601
8610
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.399.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.400.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.400.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.400.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": "232cf55fa38b98e05eed991a9eb0d56c24301429"
|
|
84
84
|
}
|