@mittwald/api-client 4.399.0 → 4.401.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.400.0';
|
|
@@ -676,10 +676,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
676
676
|
} | undefined;
|
|
677
677
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
678
678
|
categories: string[];
|
|
679
|
-
description:
|
|
680
|
-
de: string;
|
|
681
|
-
en: string;
|
|
682
|
-
};
|
|
679
|
+
description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
683
680
|
developer: string;
|
|
684
681
|
domains?: {
|
|
685
682
|
port: string;
|
|
@@ -688,14 +685,15 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
688
685
|
}[] | undefined;
|
|
689
686
|
icon: string;
|
|
690
687
|
id: string;
|
|
691
|
-
license?:
|
|
688
|
+
license?: {
|
|
689
|
+
link?: string;
|
|
690
|
+
name: string;
|
|
691
|
+
} | undefined;
|
|
692
692
|
manifestVersion: string;
|
|
693
|
-
name:
|
|
693
|
+
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
694
694
|
repository?: string | undefined;
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
en: string;
|
|
698
|
-
};
|
|
695
|
+
supportLink?: string | undefined;
|
|
696
|
+
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
699
697
|
userInputs?: {
|
|
700
698
|
dataSource?: string;
|
|
701
699
|
defaultValue?: string;
|
|
@@ -764,6 +762,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
764
762
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
765
763
|
category?: string | undefined;
|
|
766
764
|
searchTerm?: string | undefined;
|
|
765
|
+
type?: "component" | "standalone" | undefined;
|
|
767
766
|
limit?: number | undefined;
|
|
768
767
|
skip?: number | undefined;
|
|
769
768
|
page?: number | undefined;
|
|
@@ -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
|
};
|
|
@@ -5097,10 +5103,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5097
5103
|
};
|
|
5098
5104
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5099
5105
|
categories: string[];
|
|
5100
|
-
description:
|
|
5101
|
-
de: string;
|
|
5102
|
-
en: string;
|
|
5103
|
-
};
|
|
5106
|
+
description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5104
5107
|
developer: string;
|
|
5105
5108
|
domains?: {
|
|
5106
5109
|
port: string;
|
|
@@ -5109,14 +5112,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5109
5112
|
}[] | undefined;
|
|
5110
5113
|
icon: string;
|
|
5111
5114
|
id: string;
|
|
5112
|
-
license?:
|
|
5115
|
+
license?: {
|
|
5116
|
+
link?: string;
|
|
5117
|
+
name: string;
|
|
5118
|
+
} | undefined;
|
|
5113
5119
|
manifestVersion: string;
|
|
5114
|
-
name:
|
|
5120
|
+
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5115
5121
|
repository?: string | undefined;
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
en: string;
|
|
5119
|
-
};
|
|
5122
|
+
supportLink?: string | undefined;
|
|
5123
|
+
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5120
5124
|
userInputs?: {
|
|
5121
5125
|
dataSource?: string;
|
|
5122
5126
|
defaultValue?: string;
|
|
@@ -5144,10 +5148,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5144
5148
|
};
|
|
5145
5149
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5146
5150
|
categories: string[];
|
|
5147
|
-
description:
|
|
5148
|
-
de: string;
|
|
5149
|
-
en: string;
|
|
5150
|
-
};
|
|
5151
|
+
description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5151
5152
|
developer: string;
|
|
5152
5153
|
domains?: {
|
|
5153
5154
|
port: string;
|
|
@@ -5156,14 +5157,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5156
5157
|
}[] | undefined;
|
|
5157
5158
|
icon: string;
|
|
5158
5159
|
id: string;
|
|
5159
|
-
license?:
|
|
5160
|
+
license?: {
|
|
5161
|
+
link?: string;
|
|
5162
|
+
name: string;
|
|
5163
|
+
} | undefined;
|
|
5160
5164
|
manifestVersion: string;
|
|
5161
|
-
name:
|
|
5165
|
+
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5162
5166
|
repository?: string | undefined;
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
en: string;
|
|
5166
|
-
};
|
|
5167
|
+
supportLink?: string | undefined;
|
|
5168
|
+
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5167
5169
|
userInputs?: {
|
|
5168
5170
|
dataSource?: string;
|
|
5169
5171
|
defaultValue?: string;
|
|
@@ -5432,6 +5434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5432
5434
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5433
5435
|
category?: string | undefined;
|
|
5434
5436
|
searchTerm?: string | undefined;
|
|
5437
|
+
type?: "component" | "standalone" | undefined;
|
|
5435
5438
|
limit?: number | undefined;
|
|
5436
5439
|
skip?: number | undefined;
|
|
5437
5440
|
page?: number | undefined;
|
|
@@ -5444,6 +5447,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5444
5447
|
queryParameters: {
|
|
5445
5448
|
category?: string | undefined;
|
|
5446
5449
|
searchTerm?: string | undefined;
|
|
5450
|
+
type?: "component" | "standalone" | undefined;
|
|
5447
5451
|
limit?: number | undefined;
|
|
5448
5452
|
skip?: number | undefined;
|
|
5449
5453
|
page?: number | undefined;
|
|
@@ -5464,6 +5468,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5464
5468
|
queryParameters: {
|
|
5465
5469
|
category?: string | undefined;
|
|
5466
5470
|
searchTerm?: string | undefined;
|
|
5471
|
+
type?: "component" | "standalone" | undefined;
|
|
5467
5472
|
limit?: number | undefined;
|
|
5468
5473
|
skip?: number | undefined;
|
|
5469
5474
|
page?: number | undefined;
|
|
@@ -2870,10 +2870,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2870
2870
|
}
|
|
2871
2871
|
interface ContainerTemplate {
|
|
2872
2872
|
categories: string[];
|
|
2873
|
-
description:
|
|
2874
|
-
de: string;
|
|
2875
|
-
en: string;
|
|
2876
|
-
};
|
|
2873
|
+
description: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2877
2874
|
developer: string;
|
|
2878
2875
|
domains?: {
|
|
2879
2876
|
port: string;
|
|
@@ -2882,17 +2879,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2882
2879
|
}[];
|
|
2883
2880
|
icon: string;
|
|
2884
2881
|
id: string;
|
|
2885
|
-
license?:
|
|
2882
|
+
license?: {
|
|
2883
|
+
link?: string;
|
|
2884
|
+
name: string;
|
|
2885
|
+
};
|
|
2886
2886
|
/**
|
|
2887
2887
|
* Version of the manifest for this template, e.g. '1.0'
|
|
2888
2888
|
*/
|
|
2889
2889
|
manifestVersion: string;
|
|
2890
|
-
name:
|
|
2890
|
+
name: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2891
2891
|
repository?: string;
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
en: string;
|
|
2895
|
-
};
|
|
2892
|
+
supportLink?: string;
|
|
2893
|
+
tagline: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2896
2894
|
userInputs?: {
|
|
2897
2895
|
dataSource?: string;
|
|
2898
2896
|
defaultValue?: string;
|
|
@@ -5963,6 +5961,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5963
5961
|
};
|
|
5964
5962
|
name: "database.mysql-name-set";
|
|
5965
5963
|
parameters: {
|
|
5964
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5966
5965
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5967
5966
|
};
|
|
5968
5967
|
}
|
|
@@ -6032,6 +6031,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6032
6031
|
};
|
|
6033
6032
|
name: "database.mysql-version-set" | "database.redis-version-set";
|
|
6034
6033
|
parameters: {
|
|
6034
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6035
6035
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6036
6036
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6037
6037
|
};
|
|
@@ -6885,6 +6885,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6885
6885
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6886
6886
|
};
|
|
6887
6887
|
}
|
|
6888
|
+
/**
|
|
6889
|
+
* DesiredSystemSoftware describes the desired SystemSoftwareVersion and update policy to apply for a SystemSoftware of an AppInstallation.
|
|
6890
|
+
*/
|
|
6891
|
+
interface AppDesiredSystemSoftware {
|
|
6892
|
+
systemSoftwareVersion?: string;
|
|
6893
|
+
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
6894
|
+
}
|
|
6895
|
+
interface ContainerTemplateTranslatedString {
|
|
6896
|
+
de: string;
|
|
6897
|
+
en: string;
|
|
6898
|
+
}
|
|
6888
6899
|
interface CommonsAddress {
|
|
6889
6900
|
street: string;
|
|
6890
6901
|
houseNumber: string;
|
|
@@ -8209,10 +8220,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8209
8220
|
customDocumentRoot?: string;
|
|
8210
8221
|
description?: string;
|
|
8211
8222
|
systemSoftware?: {
|
|
8212
|
-
[k: string]:
|
|
8213
|
-
systemSoftwareVersion?: string;
|
|
8214
|
-
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
8215
|
-
};
|
|
8223
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
8216
8224
|
};
|
|
8217
8225
|
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
8218
8226
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
@@ -8596,6 +8604,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8596
8604
|
appVersionId: string;
|
|
8597
8605
|
description: string;
|
|
8598
8606
|
installationPath?: string;
|
|
8607
|
+
systemSoftware?: {
|
|
8608
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
8609
|
+
};
|
|
8599
8610
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
8600
8611
|
userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
8601
8612
|
}
|
|
@@ -11330,6 +11341,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11330
11341
|
type Query = {
|
|
11331
11342
|
category?: string;
|
|
11332
11343
|
searchTerm?: string;
|
|
11344
|
+
type?: "component" | "standalone";
|
|
11333
11345
|
limit?: number;
|
|
11334
11346
|
skip?: number;
|
|
11335
11347
|
page?: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.400.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.401.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.401.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.401.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": "ffd0b2cad20c88951b51c2b8fce9dec1588b13a3"
|
|
84
84
|
}
|