@mittwald/api-client 4.226.0 → 4.228.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.227.0';
|
|
@@ -56,6 +56,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
56
56
|
backendPathTemplate?: string | undefined;
|
|
57
57
|
breakingNote?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
58
58
|
databases?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
59
|
+
defaultCronjobs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDefaultCronjob[] | undefined;
|
|
59
60
|
docRoot: string;
|
|
60
61
|
docRootUserEditable: boolean;
|
|
61
62
|
externalVersion: string;
|
|
@@ -1200,6 +1201,8 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1200
1201
|
limit?: number | undefined;
|
|
1201
1202
|
skip?: number | undefined;
|
|
1202
1203
|
page?: number | undefined;
|
|
1204
|
+
sort?: "name" | undefined;
|
|
1205
|
+
order?: "asc" | "desc" | undefined;
|
|
1203
1206
|
} | undefined;
|
|
1204
1207
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[]>;
|
|
1205
1208
|
/** List Extensions. */
|
|
@@ -324,6 +324,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
324
324
|
backendPathTemplate?: string | undefined;
|
|
325
325
|
breakingNote?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
326
326
|
databases?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
327
|
+
defaultCronjobs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDefaultCronjob[] | undefined;
|
|
327
328
|
docRoot: string;
|
|
328
329
|
docRootUserEditable: boolean;
|
|
329
330
|
externalVersion: string;
|
|
@@ -357,6 +358,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
357
358
|
backendPathTemplate?: string | undefined;
|
|
358
359
|
breakingNote?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
359
360
|
databases?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
361
|
+
defaultCronjobs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDefaultCronjob[] | undefined;
|
|
360
362
|
docRoot: string;
|
|
361
363
|
docRootUserEditable: boolean;
|
|
362
364
|
externalVersion: string;
|
|
@@ -825,6 +827,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
825
827
|
description: string;
|
|
826
828
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
827
829
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
830
|
+
installationPath?: string | undefined;
|
|
828
831
|
};
|
|
829
832
|
projectId: string;
|
|
830
833
|
headers?: {
|
|
@@ -834,6 +837,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
834
837
|
data: {
|
|
835
838
|
appVersionId: string;
|
|
836
839
|
description: string;
|
|
840
|
+
installationPath?: string | undefined;
|
|
837
841
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
838
842
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
839
843
|
};
|
|
@@ -857,6 +861,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
857
861
|
data: {
|
|
858
862
|
appVersionId: string;
|
|
859
863
|
description: string;
|
|
864
|
+
installationPath?: string | undefined;
|
|
860
865
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
861
866
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
862
867
|
};
|
|
@@ -1203,6 +1208,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1203
1208
|
requestAppinstallationCopy: (request: {
|
|
1204
1209
|
data: {
|
|
1205
1210
|
description: string;
|
|
1211
|
+
installationPath?: string | undefined;
|
|
1206
1212
|
targetProjectId?: string | undefined;
|
|
1207
1213
|
};
|
|
1208
1214
|
appInstallationId: string;
|
|
@@ -1212,6 +1218,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1212
1218
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1213
1219
|
data: {
|
|
1214
1220
|
description: string;
|
|
1221
|
+
installationPath?: string | undefined;
|
|
1215
1222
|
targetProjectId?: string | undefined;
|
|
1216
1223
|
};
|
|
1217
1224
|
} & {
|
|
@@ -1231,6 +1238,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1231
1238
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1232
1239
|
data: {
|
|
1233
1240
|
description: string;
|
|
1241
|
+
installationPath?: string | undefined;
|
|
1234
1242
|
targetProjectId?: string | undefined;
|
|
1235
1243
|
};
|
|
1236
1244
|
} & {
|
|
@@ -9207,6 +9215,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9207
9215
|
limit?: number | undefined;
|
|
9208
9216
|
skip?: number | undefined;
|
|
9209
9217
|
page?: number | undefined;
|
|
9218
|
+
sort?: "name" | undefined;
|
|
9219
|
+
order?: "asc" | "desc" | undefined;
|
|
9210
9220
|
} | undefined;
|
|
9211
9221
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9212
9222
|
headers?: Partial<{
|
|
@@ -9217,6 +9227,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9217
9227
|
limit?: number | undefined;
|
|
9218
9228
|
skip?: number | undefined;
|
|
9219
9229
|
page?: number | undefined;
|
|
9230
|
+
sort?: "name" | undefined;
|
|
9231
|
+
order?: "asc" | "desc" | undefined;
|
|
9220
9232
|
} & Partial<{
|
|
9221
9233
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9222
9234
|
}>;
|
|
@@ -9231,6 +9243,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9231
9243
|
limit?: number | undefined;
|
|
9232
9244
|
skip?: number | undefined;
|
|
9233
9245
|
page?: number | undefined;
|
|
9246
|
+
sort?: "name" | undefined;
|
|
9247
|
+
order?: "asc" | "desc" | undefined;
|
|
9234
9248
|
} & Partial<{
|
|
9235
9249
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9236
9250
|
}>;
|
|
@@ -1793,6 +1793,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1793
1793
|
backendPathTemplate?: string;
|
|
1794
1794
|
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote;
|
|
1795
1795
|
databases?: MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[];
|
|
1796
|
+
defaultCronjobs?: MittwaldAPIV2.Components.Schemas.AppDefaultCronjob[];
|
|
1796
1797
|
docRoot: string;
|
|
1797
1798
|
docRootUserEditable: boolean;
|
|
1798
1799
|
externalVersion: string;
|
|
@@ -1809,6 +1810,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1809
1810
|
interface AppBreakingNote {
|
|
1810
1811
|
faqLink: string;
|
|
1811
1812
|
}
|
|
1813
|
+
interface AppCronjobCommand {
|
|
1814
|
+
interpreterTemplate?: string;
|
|
1815
|
+
parametersTemplate?: string;
|
|
1816
|
+
pathTemplate?: string;
|
|
1817
|
+
}
|
|
1812
1818
|
/**
|
|
1813
1819
|
* A DatabaseDependency is a generic description of need for a database, used by AppVersions.
|
|
1814
1820
|
*/
|
|
@@ -1820,6 +1826,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1820
1826
|
};
|
|
1821
1827
|
version: string;
|
|
1822
1828
|
}
|
|
1829
|
+
interface AppDefaultCronjob {
|
|
1830
|
+
active: boolean;
|
|
1831
|
+
command?: MittwaldAPIV2.Components.Schemas.AppCronjobCommand;
|
|
1832
|
+
description: string;
|
|
1833
|
+
interval: string;
|
|
1834
|
+
timeout: number;
|
|
1835
|
+
urlTemplate?: string;
|
|
1836
|
+
}
|
|
1823
1837
|
interface AppError {
|
|
1824
1838
|
message: string;
|
|
1825
1839
|
type: string;
|
|
@@ -6040,6 +6054,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6040
6054
|
interface RequestBody {
|
|
6041
6055
|
appVersionId: string;
|
|
6042
6056
|
description: string;
|
|
6057
|
+
installationPath?: string;
|
|
6043
6058
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
6044
6059
|
userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
6045
6060
|
}
|
|
@@ -6329,6 +6344,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6329
6344
|
};
|
|
6330
6345
|
interface RequestBody {
|
|
6331
6346
|
description: string;
|
|
6347
|
+
installationPath?: string;
|
|
6332
6348
|
targetProjectId?: string;
|
|
6333
6349
|
}
|
|
6334
6350
|
type Header = {};
|
|
@@ -16734,6 +16750,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16734
16750
|
limit?: number;
|
|
16735
16751
|
skip?: number;
|
|
16736
16752
|
page?: number;
|
|
16753
|
+
sort?: "name";
|
|
16754
|
+
order?: "asc" | "desc";
|
|
16737
16755
|
};
|
|
16738
16756
|
}
|
|
16739
16757
|
namespace Responses {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.227.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.228.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "4efe0945dd52159ccb10dad758cd2fd554b1c30a"
|
|
84
84
|
}
|