@mittwald/api-client 2.0.16 → 2.0.18
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/cjs/generated/v2/client.d.ts +110 -41
- package/dist/cjs/generated/v2/client.js +6 -2
- package/dist/cjs/generated/v2/descriptors.d.ts +6 -2
- package/dist/cjs/generated/v2/descriptors.js +23 -11
- package/dist/cjs/generated/v2/types.d.ts +118 -42
- package/dist/esm/generated/v2/client.d.ts +110 -41
- package/dist/esm/generated/v2/client.js +6 -2
- package/dist/esm/generated/v2/descriptors.d.ts +6 -2
- package/dist/esm/generated/v2/descriptors.js +18 -6
- package/dist/esm/generated/v2/types.d.ts +118 -42
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -208,6 +208,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
208
208
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
209
209
|
[x: string]: unknown;
|
|
210
210
|
}, 404, "application/json">>>;
|
|
211
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
212
|
+
getMissingDependenciesForAppinstallation: (request: {
|
|
213
|
+
pathParameters: {
|
|
214
|
+
appInstallationId: string;
|
|
215
|
+
};
|
|
216
|
+
queryParameters: {
|
|
217
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
218
|
+
};
|
|
219
|
+
headers?: {
|
|
220
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
221
|
+
"x-access-token"?: string | undefined;
|
|
222
|
+
} | undefined;
|
|
223
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
224
|
+
headers?: Partial<{
|
|
225
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
226
|
+
}> | undefined;
|
|
227
|
+
} & {
|
|
228
|
+
pathParameters: {
|
|
229
|
+
appInstallationId: string;
|
|
230
|
+
};
|
|
231
|
+
} & {
|
|
232
|
+
queryParameters: {
|
|
233
|
+
targetAppVersionID: string;
|
|
234
|
+
} & Partial<{
|
|
235
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
236
|
+
}>;
|
|
237
|
+
} & {
|
|
238
|
+
headers: {
|
|
239
|
+
"x-access-token"?: string | undefined;
|
|
240
|
+
} & Partial<{
|
|
241
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
242
|
+
}>;
|
|
243
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
244
|
+
missingSystemSoftwareDependencies?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
245
|
+
missingUserInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
246
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
247
|
+
[x: string]: unknown;
|
|
248
|
+
}, 404, "application/json">>>;
|
|
211
249
|
/** get a specific `SystemSoftware` */
|
|
212
250
|
getSystemsoftware: (request: {
|
|
213
251
|
pathParameters: {
|
|
@@ -686,42 +724,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
686
724
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
687
725
|
[x: string]: unknown;
|
|
688
726
|
}, 404, "application/json">>>;
|
|
689
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
690
|
-
updateStatus: (request: {
|
|
691
|
-
data: {
|
|
692
|
-
status: {
|
|
693
|
-
appJob: {
|
|
694
|
-
name: string;
|
|
695
|
-
namespace: string;
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
};
|
|
699
|
-
pathParameters: {
|
|
700
|
-
id: string;
|
|
701
|
-
};
|
|
702
|
-
headers?: {
|
|
703
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
704
|
-
} | undefined;
|
|
705
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
706
|
-
data: {
|
|
707
|
-
status: {
|
|
708
|
-
appJob: {
|
|
709
|
-
name: string;
|
|
710
|
-
namespace: string;
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
};
|
|
714
|
-
} & {
|
|
715
|
-
pathParameters: {
|
|
716
|
-
id: string;
|
|
717
|
-
};
|
|
718
|
-
} & {
|
|
719
|
-
headers?: Partial<{
|
|
720
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
721
|
-
}> | undefined;
|
|
722
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
723
|
-
[x: string]: unknown;
|
|
724
|
-
}, 404, "application/json">>>;
|
|
725
727
|
};
|
|
726
728
|
/** The article API allows you to read article information. */
|
|
727
729
|
readonly article: {
|
|
@@ -2094,7 +2096,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2094
2096
|
dueDate?: string | undefined;
|
|
2095
2097
|
invoicingPeriod: number;
|
|
2096
2098
|
items: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
2097
|
-
offerId?: string | undefined;
|
|
2098
2099
|
orderDate: string;
|
|
2099
2100
|
orderId: string;
|
|
2100
2101
|
orderNumber: string;
|
|
@@ -2945,7 +2946,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2945
2946
|
}>;
|
|
2946
2947
|
}, import("@mittwald/api-client-commons").Response<{
|
|
2947
2948
|
abortedBy?: {
|
|
2948
|
-
id?: string | undefined;
|
|
2949
|
+
id?: string | undefined;
|
|
2949
2950
|
} | undefined;
|
|
2950
2951
|
durationInMilliseconds: number;
|
|
2951
2952
|
end?: string | undefined;
|
|
@@ -4782,6 +4783,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4782
4783
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4783
4784
|
[x: string]: unknown;
|
|
4784
4785
|
}, 404, "application/json">>>;
|
|
4786
|
+
/** Update a RedisDatabase's configuration. */
|
|
4787
|
+
updateRedisDatabaseConfiguration: (request: {
|
|
4788
|
+
pathParameters: {
|
|
4789
|
+
id: string;
|
|
4790
|
+
};
|
|
4791
|
+
data?: {
|
|
4792
|
+
configuration?: {
|
|
4793
|
+
additionalFlags?: string[] | undefined;
|
|
4794
|
+
maxMemory?: string | undefined;
|
|
4795
|
+
maxMemoryPolicy?: string | undefined;
|
|
4796
|
+
persistent?: boolean | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
} | undefined;
|
|
4799
|
+
headers?: {
|
|
4800
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4801
|
+
"x-access-token"?: string | undefined;
|
|
4802
|
+
} | undefined;
|
|
4803
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4804
|
+
data: {
|
|
4805
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
4806
|
+
};
|
|
4807
|
+
} & {
|
|
4808
|
+
pathParameters: {
|
|
4809
|
+
id: string;
|
|
4810
|
+
};
|
|
4811
|
+
} & {
|
|
4812
|
+
headers?: Partial<{
|
|
4813
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4814
|
+
}> | undefined;
|
|
4815
|
+
} & {
|
|
4816
|
+
headers: {
|
|
4817
|
+
"x-access-token"?: string | undefined;
|
|
4818
|
+
} & Partial<{
|
|
4819
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4820
|
+
}>;
|
|
4821
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
4822
|
+
[x: string]: unknown;
|
|
4823
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4824
|
+
[x: string]: unknown;
|
|
4825
|
+
}, 404, "application/json">>>;
|
|
4785
4826
|
/** Update a RedisDatabase's description. */
|
|
4786
4827
|
updateRedisDatabaseDescription: (request: {
|
|
4787
4828
|
data: {
|
|
@@ -5981,6 +6022,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5981
6022
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5982
6023
|
[x: string]: unknown;
|
|
5983
6024
|
}, 404, "application/json">>>;
|
|
6025
|
+
/** Request ACME certificate issuance */
|
|
6026
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
6027
|
+
pathParameters: {
|
|
6028
|
+
ingressId: string;
|
|
6029
|
+
};
|
|
6030
|
+
headers?: {
|
|
6031
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6032
|
+
"x-access-token"?: string | undefined;
|
|
6033
|
+
} | undefined;
|
|
6034
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6035
|
+
headers?: Partial<{
|
|
6036
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6037
|
+
}> | undefined;
|
|
6038
|
+
} & {
|
|
6039
|
+
pathParameters: {
|
|
6040
|
+
ingressId: string;
|
|
6041
|
+
};
|
|
6042
|
+
} & {
|
|
6043
|
+
headers: {
|
|
6044
|
+
"x-access-token"?: string | undefined;
|
|
6045
|
+
} & Partial<{
|
|
6046
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6047
|
+
}>;
|
|
6048
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6049
|
+
[x: string]: unknown;
|
|
6050
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6051
|
+
[x: string]: unknown;
|
|
6052
|
+
}, 404, "application/json">>>;
|
|
5984
6053
|
/** Update an Ingresses tls settings. */
|
|
5985
6054
|
ingressTls: (request: {
|
|
5986
6055
|
data: {
|
|
@@ -6434,7 +6503,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6434
6503
|
address: string;
|
|
6435
6504
|
isCatchAll: boolean;
|
|
6436
6505
|
mailbox: {
|
|
6437
|
-
enableSpamProtection: boolean;
|
|
6506
|
+
enableSpamProtection: boolean;
|
|
6438
6507
|
password: string;
|
|
6439
6508
|
quotaInBytes: number;
|
|
6440
6509
|
};
|
|
@@ -6489,7 +6558,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6489
6558
|
}, import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6490
6559
|
address: string;
|
|
6491
6560
|
autoResponder: {
|
|
6492
|
-
active: boolean;
|
|
6561
|
+
active: boolean; /** Disable Multi Factor Authentication. */
|
|
6493
6562
|
expiresAt?: string | undefined;
|
|
6494
6563
|
message: string;
|
|
6495
6564
|
startsAt?: string | undefined;
|
|
@@ -6506,7 +6575,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6506
6575
|
autoDeleteSpam: boolean;
|
|
6507
6576
|
folder: "spam" | "inbox";
|
|
6508
6577
|
relocationMinSpamScore: number;
|
|
6509
|
-
};
|
|
6578
|
+
}; /** Submit your user feedback. */
|
|
6510
6579
|
storageInBytes: {
|
|
6511
6580
|
current: {
|
|
6512
6581
|
updatedAt: string;
|
|
@@ -23,6 +23,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
23
23
|
patchAppinstallation: this.requestFunctionFactory(descriptors.appPatchAppinstallation),
|
|
24
24
|
/** get a specific `AppVersion` */
|
|
25
25
|
getAppversion: this.requestFunctionFactory(descriptors.appGetAppversion),
|
|
26
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
27
|
+
getMissingDependenciesForAppinstallation: this.requestFunctionFactory(descriptors.appGetMissingDependenciesForAppinstallation),
|
|
26
28
|
/** get a specific `SystemSoftware` */
|
|
27
29
|
getSystemsoftware: this.requestFunctionFactory(descriptors.appGetSystemsoftware),
|
|
28
30
|
/** get a specific `SystemSoftwareVersion` */
|
|
@@ -53,8 +55,6 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
53
55
|
setDatabaseUsers: this.requestFunctionFactory(descriptors.appSetDatabaseUsers),
|
|
54
56
|
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
55
57
|
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
56
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
57
|
-
updateStatus: this.requestFunctionFactory(descriptors.appUpdateStatus),
|
|
58
58
|
};
|
|
59
59
|
/** The article API allows you to read article information. */
|
|
60
60
|
this.article = {
|
|
@@ -294,6 +294,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
294
294
|
updateMysqlDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDescription),
|
|
295
295
|
/** Update a MySQLUser's password. */
|
|
296
296
|
updateMysqlUserPassword: this.requestFunctionFactory(descriptors.databaseUpdateMysqlUserPassword),
|
|
297
|
+
/** Update a RedisDatabase's configuration. */
|
|
298
|
+
updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
|
|
297
299
|
/** Update a RedisDatabase's description. */
|
|
298
300
|
updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
|
|
299
301
|
};
|
|
@@ -367,6 +369,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
367
369
|
ingressListForProject: this.requestFunctionFactory(descriptors.ingressListForProject),
|
|
368
370
|
/** Update an Ingresses paths. */
|
|
369
371
|
ingressPaths: this.requestFunctionFactory(descriptors.ingressPaths),
|
|
372
|
+
/** Request ACME certificate issuance */
|
|
373
|
+
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
370
374
|
/** Update an Ingresses tls settings. */
|
|
371
375
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
372
376
|
};
|
|
@@ -15,6 +15,8 @@ export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<S
|
|
|
15
15
|
export declare const appPatchAppinstallation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
16
16
|
/** get a specific `AppVersion` */
|
|
17
17
|
export declare const appGetAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
18
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
19
|
+
export declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
18
20
|
/** get a specific `SystemSoftware` */
|
|
19
21
|
export declare const appGetSystemsoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
20
22
|
/** get a specific `SystemSoftwareVersion` */
|
|
@@ -45,8 +47,6 @@ export declare const appRetrieveStatus: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
45
47
|
export declare const appSetDatabaseUsers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
46
48
|
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
47
49
|
export declare const appUnlinkDatabase: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
48
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
49
|
-
export declare const appUpdateStatus: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
50
50
|
/** Get an Article. */
|
|
51
51
|
export declare const articleGetArticle: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
52
52
|
/** List Articles. */
|
|
@@ -243,6 +243,8 @@ export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation
|
|
|
243
243
|
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
244
|
/** Update a MySQLUser's password. */
|
|
245
245
|
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
|
+
/** Update a RedisDatabase's configuration. */
|
|
247
|
+
export declare const databaseUpdateRedisDatabaseConfiguration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
248
|
/** Update a RedisDatabase's description. */
|
|
247
249
|
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
250
|
/** updates a-records for a specific zone */
|
|
@@ -323,6 +325,8 @@ export declare const ingressListAccessible: OpenAPIOperation<RequestType<Simplif
|
|
|
323
325
|
export declare const ingressListForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** Update an Ingresses paths. */
|
|
325
327
|
export declare const ingressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
+
/** Request ACME certificate issuance */
|
|
329
|
+
export declare const ingressRequestAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
330
|
/** Update an Ingresses tls settings. */
|
|
327
331
|
export declare const ingressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
332
|
/** Get details of an Invoice. */
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.conversationListConversations = exports.contractListContracts = exports.contractGetNextTerminationDateForItem = exports.contractGetDetailOfContract = exports.contractGetDetailOfContractItem = exports.contractGetDetailOfContractByServer = exports.contractGetDetailOfContractByProject = exports.contractGetDetailOfContractByDomain = exports.contractGetBaseItemOfContract = exports.contractCancelContractTermination = exports.contractTerminateContract = exports.contractCancelContractTariffChange = exports.contractCancelContractItemTermination = exports.contractTerminateContractItem = exports.backupUpdateProjectBackupDescription = exports.backupDeleteProjectBackup = exports.backupGetProjectBackup = exports.backupUpdateProjectBackupSchedule = exports.backupDeleteProjectBackupSchedule = exports.backupGetProjectBackupSchedule = exports.backupCreateProjectBackup = exports.backupListProjectBackups = exports.backupCreateProjectBackupSchedule = exports.backupListProjectBackupSchedules = exports.backupDeleteProjectBackupExport = exports.backupCreateProjectBackupExport = exports.articleListArticles = exports.articleGetArticle = exports.
|
|
3
|
+
exports.conversationListConversations = exports.contractListContracts = exports.contractGetNextTerminationDateForItem = exports.contractGetDetailOfContract = exports.contractGetDetailOfContractItem = exports.contractGetDetailOfContractByServer = exports.contractGetDetailOfContractByProject = exports.contractGetDetailOfContractByDomain = exports.contractGetBaseItemOfContract = exports.contractCancelContractTermination = exports.contractTerminateContract = exports.contractCancelContractTariffChange = exports.contractCancelContractItemTermination = exports.contractTerminateContractItem = exports.backupUpdateProjectBackupDescription = exports.backupDeleteProjectBackup = exports.backupGetProjectBackup = exports.backupUpdateProjectBackupSchedule = exports.backupDeleteProjectBackupSchedule = exports.backupGetProjectBackupSchedule = exports.backupCreateProjectBackup = exports.backupListProjectBackups = exports.backupCreateProjectBackupSchedule = exports.backupListProjectBackupSchedules = exports.backupDeleteProjectBackupExport = exports.backupCreateProjectBackupExport = exports.articleListArticles = exports.articleGetArticle = exports.appUnlinkDatabase = exports.appSetDatabaseUsers = exports.appRetrieveStatus = exports.appRequestAppinstallationCopy = exports.appReconcileDetectedApps = exports.appListUpdateCandidatesForAppversion = exports.appListSystemsoftwareversions = exports.appListSystemsoftwares = exports.appListAppversions = exports.appListApps = exports.appRequestAppinstallation = exports.appListAppinstallations = exports.appLinkDatabase = exports.appGetSystemsoftwareversion = exports.appGetSystemsoftware = exports.appGetMissingDependenciesForAppinstallation = exports.appGetAppversion = exports.appPatchAppinstallation = exports.appUninstallAppinstallation = exports.appGetAppinstallation = exports.appGetApp = exports.appExecuteAction = void 0;
|
|
4
4
|
exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = exports.customerRequestAvatarUpload = exports.customerListMembershipsForCustomer = exports.customerListInvitesForCustomer = exports.customerListCustomerMemberships = exports.customerListCustomerInvites = exports.customerLeaveCustomer = exports.customerIsCustomerLegallyCompetent = exports.customerGetCustomerTokenInvite = exports.customerDeleteCustomer = exports.customerUpdateCustomer = exports.customerGetCustomer = exports.customerUpdateCustomerMembership = exports.customerDeleteCustomerMembership = exports.customerGetCustomerMembership = exports.customerDeleteCustomerInvite = exports.customerGetCustomerInvite = exports.customerDeleteCategory = exports.customerUpdateCategory = exports.customerGetCustomerCategory = exports.customerDeclineCustomerInvite = exports.customerCreateCustomer = exports.customerListCustomers = exports.customerCreateCustomerInvite = exports.customerCreateCategory = exports.customerListOfCustomerCategories = exports.customerAcceptCustomerInvite = exports.cronjobUpdateCronjobAppId = exports.cronjobGetExecution = exports.cronjobUpdateCronjob = exports.cronjobDeleteCronjob = exports.cronjobGetCronjob = exports.cronjobCreateExecution = exports.cronjobListExecutions = exports.cronjobCreateCronjob = exports.cronjobListCronjobs = exports.cronjobAbortExecution = exports.conversationUpdateMessage = exports.conversationSetConversationStatus = exports.conversationRequestFileUpload = exports.conversationListCategories = exports.conversationUpdateConversation = exports.conversationGetConversation = exports.conversationGetCategory = exports.conversationCreateMessage = exports.conversationListMessagesByConversation = exports.conversationCreateConversation = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = void 0;
|
|
5
|
+
exports.domainResendDomainEmail = exports.domainListToplevelDomains = exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainGetToplevelDomain = exports.domainVerifyDomainOwnership = exports.domainGetSpecificDomainOwnership = exports.domainGetScreenshotForDomain = exports.domainGetHandleFields = exports.domainDeleteDomain = exports.domainGetDomain = exports.domainDeclareProcessChangeHandles = exports.domainDeclareProcessChangeAuthcode = exports.domainDeclareNameservers = exports.domainCreateAuthcode2ForDomain = exports.domainCreateAuthcodeForDomain = exports.domainCheckDomainAvailability = exports.domainChangeProjectOfDomain = exports.domainChangeOwnercOfDomain = exports.domainAbortDeclareProcess = exports.dnsZonesForProject = exports.dnsZoneGetSpecific = exports.dnsRecordTxtSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.databaseUpdateRedisDatabaseDescription = exports.databaseUpdateRedisDatabaseConfiguration = exports.databaseUpdateMysqlUserPassword = exports.databaseUpdateMysqlDatabaseDescription = exports.databaseUpdateMysqlDatabaseDefaultCharset = exports.databaseListRedisVersions = exports.databaseListMysqlVersions = exports.databaseListMysqlCharsets = exports.databaseGetMysqlUserPhpMyAdminUrl = exports.databaseEnableMysqlUser = exports.databaseDisableMysqlUser = exports.databaseDeleteRedisDatabase = exports.databaseGetRedisDatabase = exports.databaseDeleteMysqlUser = exports.databaseUpdateMysqlUser = exports.databaseGetMysqlUser = exports.databaseDeleteMysqlDatabase = exports.databaseGetMysqlDatabase = exports.databaseCreateRedisDatabase = exports.databaseListRedisDatabases = exports.databaseCreateMysqlUser = exports.databaseListMysqlUsers = void 0;
|
|
6
|
+
exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterSubscribeUser = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailProjectsettingUpdateWhitelist = exports.mailProjectsettingUpdateBlacklist = exports.mailProjectsettingGetSpecific = exports.mailMailaddressUpdateSpamprotection = exports.mailMailaddressUpdateQuota = exports.mailMailaddressUpdatePassword = exports.mailMailaddressUpdateForwardaddresses = exports.mailMailaddressUpdateCatchall = exports.mailMailaddressUpdateAutoresponder = exports.mailMailaddressUpdateAddress = exports.mailMailaddressDelete = exports.mailMailaddressGetSpecific = exports.mailMailaddressCreate = exports.mailMailaddressList = exports.mailDeliveryboxUpdatePassword = exports.mailDeliveryboxUpdateDescription = exports.mailDeliveryboxDelete = exports.mailDeliveryboxGetSpecific = exports.mailDeliveryboxCreate = exports.mailDeliveryboxList = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressTls = exports.ingressRequestAcmeCertificateIssuance = exports.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules = exports.fileGetFileMeta = exports.fileCreateFile = void 0;
|
|
7
|
+
exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange = void 0;
|
|
8
|
+
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = exports.userRemovePhoneNumber = exports.userAddPhoneNumber = void 0;
|
|
9
9
|
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
10
10
|
exports.appExecuteAction = {
|
|
11
11
|
path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
|
|
@@ -42,6 +42,12 @@ exports.appGetAppversion = {
|
|
|
42
42
|
method: "GET",
|
|
43
43
|
operationId: "app-get-appversion",
|
|
44
44
|
};
|
|
45
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
46
|
+
exports.appGetMissingDependenciesForAppinstallation = {
|
|
47
|
+
path: "/v2/appinstallations/{appInstallationId}/missing-dependencies",
|
|
48
|
+
method: "GET",
|
|
49
|
+
operationId: "app-get-missing-dependencies-for-appinstallation",
|
|
50
|
+
};
|
|
45
51
|
/** get a specific `SystemSoftware` */
|
|
46
52
|
exports.appGetSystemsoftware = {
|
|
47
53
|
path: "/v2/systemsoftwares/{systemSoftwareId}",
|
|
@@ -132,12 +138,6 @@ exports.appUnlinkDatabase = {
|
|
|
132
138
|
method: "DELETE",
|
|
133
139
|
operationId: "app-unlink-database",
|
|
134
140
|
};
|
|
135
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
136
|
-
exports.appUpdateStatus = {
|
|
137
|
-
path: "/v2/appinstallations/{id}/actions/update-status",
|
|
138
|
-
method: "POST",
|
|
139
|
-
operationId: "app-update-status",
|
|
140
|
-
};
|
|
141
141
|
/** Get an Article. */
|
|
142
142
|
exports.articleGetArticle = {
|
|
143
143
|
path: "/v2/articles/{articleId}",
|
|
@@ -726,6 +726,12 @@ exports.databaseUpdateMysqlUserPassword = {
|
|
|
726
726
|
method: "PATCH",
|
|
727
727
|
operationId: "database-update-mysql-user-password",
|
|
728
728
|
};
|
|
729
|
+
/** Update a RedisDatabase's configuration. */
|
|
730
|
+
exports.databaseUpdateRedisDatabaseConfiguration = {
|
|
731
|
+
path: "/v2/redis-databases/{id}/configuration",
|
|
732
|
+
method: "PATCH",
|
|
733
|
+
operationId: "database-update-redis-database-configuration",
|
|
734
|
+
};
|
|
729
735
|
/** Update a RedisDatabase's description. */
|
|
730
736
|
exports.databaseUpdateRedisDatabaseDescription = {
|
|
731
737
|
path: "/v2/redis-databases/{id}/description",
|
|
@@ -966,6 +972,12 @@ exports.ingressPaths = {
|
|
|
966
972
|
method: "PUT",
|
|
967
973
|
operationId: "ingress-paths",
|
|
968
974
|
};
|
|
975
|
+
/** Request ACME certificate issuance */
|
|
976
|
+
exports.ingressRequestAcmeCertificateIssuance = {
|
|
977
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
978
|
+
method: "POST",
|
|
979
|
+
operationId: "ingress-request-acme-certificate-issuance",
|
|
980
|
+
};
|
|
969
981
|
/** Update an Ingresses tls settings. */
|
|
970
982
|
exports.ingressTls = {
|
|
971
983
|
path: "/v2/ingresses/{ingressId}/tls",
|
|
@@ -1272,7 +1272,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1272
1272
|
*/
|
|
1273
1273
|
invoicingPeriod: number;
|
|
1274
1274
|
items: MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
1275
|
-
offerId?: string;
|
|
1276
1275
|
orderDate: string;
|
|
1277
1276
|
orderId: string;
|
|
1278
1277
|
orderNumber: string;
|
|
@@ -1319,7 +1318,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1319
1318
|
articleTemplateName?: string;
|
|
1320
1319
|
attributeConfiguration?: MittwaldAPIV2.Components.Schemas.OrderAttributeConfiguration[];
|
|
1321
1320
|
isInclusive: boolean;
|
|
1322
|
-
offerItemId?: string;
|
|
1323
1321
|
orderItemId: string;
|
|
1324
1322
|
predefinedDomainAggregateId?: string;
|
|
1325
1323
|
price: number;
|
|
@@ -2114,6 +2112,43 @@ export declare module MittwaldAPIV2 {
|
|
|
2114
2112
|
}
|
|
2115
2113
|
}
|
|
2116
2114
|
}
|
|
2115
|
+
namespace V2AppinstallationsAppInstallationIdMissingDependencies {
|
|
2116
|
+
namespace Get {
|
|
2117
|
+
namespace Parameters {
|
|
2118
|
+
type Path = {
|
|
2119
|
+
appInstallationId: string;
|
|
2120
|
+
};
|
|
2121
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
2122
|
+
type Query = {
|
|
2123
|
+
targetAppVersionID: string;
|
|
2124
|
+
};
|
|
2125
|
+
}
|
|
2126
|
+
namespace Responses {
|
|
2127
|
+
namespace $200 {
|
|
2128
|
+
namespace Content {
|
|
2129
|
+
interface ApplicationJson {
|
|
2130
|
+
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
|
|
2131
|
+
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
}
|
|
2135
|
+
namespace $404 {
|
|
2136
|
+
namespace Content {
|
|
2137
|
+
interface ApplicationJson {
|
|
2138
|
+
[k: string]: unknown;
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
namespace Default {
|
|
2143
|
+
namespace Content {
|
|
2144
|
+
interface ApplicationJson {
|
|
2145
|
+
[k: string]: unknown;
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2117
2152
|
namespace V2SystemsoftwaresSystemSoftwareId {
|
|
2118
2153
|
namespace Get {
|
|
2119
2154
|
namespace Parameters {
|
|
@@ -2595,46 +2630,6 @@ export declare module MittwaldAPIV2 {
|
|
|
2595
2630
|
}
|
|
2596
2631
|
}
|
|
2597
2632
|
}
|
|
2598
|
-
namespace V2AppinstallationsIdActionsUpdateStatus {
|
|
2599
|
-
namespace Post {
|
|
2600
|
-
namespace Parameters {
|
|
2601
|
-
type Path = {
|
|
2602
|
-
id: string;
|
|
2603
|
-
};
|
|
2604
|
-
interface RequestBody {
|
|
2605
|
-
status: {
|
|
2606
|
-
appJob: {
|
|
2607
|
-
name: string;
|
|
2608
|
-
namespace: string;
|
|
2609
|
-
};
|
|
2610
|
-
};
|
|
2611
|
-
}
|
|
2612
|
-
type Header = {};
|
|
2613
|
-
type Query = {};
|
|
2614
|
-
}
|
|
2615
|
-
namespace Responses {
|
|
2616
|
-
namespace $204 {
|
|
2617
|
-
namespace Content {
|
|
2618
|
-
type Empty = unknown;
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
|
-
namespace $404 {
|
|
2622
|
-
namespace Content {
|
|
2623
|
-
interface ApplicationJson {
|
|
2624
|
-
[k: string]: unknown;
|
|
2625
|
-
}
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
namespace Default {
|
|
2629
|
-
namespace Content {
|
|
2630
|
-
interface ApplicationJson {
|
|
2631
|
-
[k: string]: unknown;
|
|
2632
|
-
}
|
|
2633
|
-
}
|
|
2634
|
-
}
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2637
|
-
}
|
|
2638
2633
|
namespace V2ArticlesArticleId {
|
|
2639
2634
|
namespace Get {
|
|
2640
2635
|
namespace Parameters {
|
|
@@ -6538,6 +6533,48 @@ export declare module MittwaldAPIV2 {
|
|
|
6538
6533
|
}
|
|
6539
6534
|
}
|
|
6540
6535
|
}
|
|
6536
|
+
namespace V2RedisDatabasesIdConfiguration {
|
|
6537
|
+
namespace Patch {
|
|
6538
|
+
namespace Parameters {
|
|
6539
|
+
type Path = {
|
|
6540
|
+
id: string;
|
|
6541
|
+
};
|
|
6542
|
+
interface RequestBody {
|
|
6543
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
6544
|
+
}
|
|
6545
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6546
|
+
type Query = {};
|
|
6547
|
+
}
|
|
6548
|
+
namespace Responses {
|
|
6549
|
+
namespace $200 {
|
|
6550
|
+
namespace Content {
|
|
6551
|
+
type Empty = unknown;
|
|
6552
|
+
}
|
|
6553
|
+
}
|
|
6554
|
+
namespace $400 {
|
|
6555
|
+
namespace Content {
|
|
6556
|
+
interface ApplicationJson {
|
|
6557
|
+
[k: string]: unknown;
|
|
6558
|
+
}
|
|
6559
|
+
}
|
|
6560
|
+
}
|
|
6561
|
+
namespace $404 {
|
|
6562
|
+
namespace Content {
|
|
6563
|
+
interface ApplicationJson {
|
|
6564
|
+
[k: string]: unknown;
|
|
6565
|
+
}
|
|
6566
|
+
}
|
|
6567
|
+
}
|
|
6568
|
+
namespace Default {
|
|
6569
|
+
namespace Content {
|
|
6570
|
+
interface ApplicationJson {
|
|
6571
|
+
[k: string]: unknown;
|
|
6572
|
+
}
|
|
6573
|
+
}
|
|
6574
|
+
}
|
|
6575
|
+
}
|
|
6576
|
+
}
|
|
6577
|
+
}
|
|
6541
6578
|
namespace V2RedisDatabasesIdDescription {
|
|
6542
6579
|
namespace Patch {
|
|
6543
6580
|
namespace Parameters {
|
|
@@ -8071,6 +8108,45 @@ export declare module MittwaldAPIV2 {
|
|
|
8071
8108
|
}
|
|
8072
8109
|
}
|
|
8073
8110
|
}
|
|
8111
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8112
|
+
namespace Post {
|
|
8113
|
+
namespace Parameters {
|
|
8114
|
+
type Path = {
|
|
8115
|
+
ingressId: string;
|
|
8116
|
+
};
|
|
8117
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8118
|
+
type Query = {};
|
|
8119
|
+
}
|
|
8120
|
+
namespace Responses {
|
|
8121
|
+
namespace $200 {
|
|
8122
|
+
namespace Content {
|
|
8123
|
+
type Empty = unknown;
|
|
8124
|
+
}
|
|
8125
|
+
}
|
|
8126
|
+
namespace $400 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
interface ApplicationJson {
|
|
8129
|
+
[k: string]: unknown;
|
|
8130
|
+
}
|
|
8131
|
+
}
|
|
8132
|
+
}
|
|
8133
|
+
namespace $404 {
|
|
8134
|
+
namespace Content {
|
|
8135
|
+
interface ApplicationJson {
|
|
8136
|
+
[k: string]: unknown;
|
|
8137
|
+
}
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
namespace Default {
|
|
8141
|
+
namespace Content {
|
|
8142
|
+
interface ApplicationJson {
|
|
8143
|
+
[k: string]: unknown;
|
|
8144
|
+
}
|
|
8145
|
+
}
|
|
8146
|
+
}
|
|
8147
|
+
}
|
|
8148
|
+
}
|
|
8149
|
+
}
|
|
8074
8150
|
namespace V2IngressesIngressIdTls {
|
|
8075
8151
|
namespace Put {
|
|
8076
8152
|
namespace Parameters {
|
|
@@ -208,6 +208,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
208
208
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
209
209
|
[x: string]: unknown;
|
|
210
210
|
}, 404, "application/json">>>;
|
|
211
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
212
|
+
getMissingDependenciesForAppinstallation: (request: {
|
|
213
|
+
pathParameters: {
|
|
214
|
+
appInstallationId: string;
|
|
215
|
+
};
|
|
216
|
+
queryParameters: {
|
|
217
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
218
|
+
};
|
|
219
|
+
headers?: {
|
|
220
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
221
|
+
"x-access-token"?: string | undefined;
|
|
222
|
+
} | undefined;
|
|
223
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
224
|
+
headers?: Partial<{
|
|
225
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
226
|
+
}> | undefined;
|
|
227
|
+
} & {
|
|
228
|
+
pathParameters: {
|
|
229
|
+
appInstallationId: string;
|
|
230
|
+
};
|
|
231
|
+
} & {
|
|
232
|
+
queryParameters: {
|
|
233
|
+
targetAppVersionID: string;
|
|
234
|
+
} & Partial<{
|
|
235
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
236
|
+
}>;
|
|
237
|
+
} & {
|
|
238
|
+
headers: {
|
|
239
|
+
"x-access-token"?: string | undefined;
|
|
240
|
+
} & Partial<{
|
|
241
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
242
|
+
}>;
|
|
243
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
244
|
+
missingSystemSoftwareDependencies?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
245
|
+
missingUserInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
246
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
247
|
+
[x: string]: unknown;
|
|
248
|
+
}, 404, "application/json">>>;
|
|
211
249
|
/** get a specific `SystemSoftware` */
|
|
212
250
|
getSystemsoftware: (request: {
|
|
213
251
|
pathParameters: {
|
|
@@ -686,42 +724,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
686
724
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
687
725
|
[x: string]: unknown;
|
|
688
726
|
}, 404, "application/json">>>;
|
|
689
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
690
|
-
updateStatus: (request: {
|
|
691
|
-
data: {
|
|
692
|
-
status: {
|
|
693
|
-
appJob: {
|
|
694
|
-
name: string;
|
|
695
|
-
namespace: string;
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
};
|
|
699
|
-
pathParameters: {
|
|
700
|
-
id: string;
|
|
701
|
-
};
|
|
702
|
-
headers?: {
|
|
703
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
704
|
-
} | undefined;
|
|
705
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
706
|
-
data: {
|
|
707
|
-
status: {
|
|
708
|
-
appJob: {
|
|
709
|
-
name: string;
|
|
710
|
-
namespace: string;
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
};
|
|
714
|
-
} & {
|
|
715
|
-
pathParameters: {
|
|
716
|
-
id: string;
|
|
717
|
-
};
|
|
718
|
-
} & {
|
|
719
|
-
headers?: Partial<{
|
|
720
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
721
|
-
}> | undefined;
|
|
722
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
723
|
-
[x: string]: unknown;
|
|
724
|
-
}, 404, "application/json">>>;
|
|
725
727
|
};
|
|
726
728
|
/** The article API allows you to read article information. */
|
|
727
729
|
readonly article: {
|
|
@@ -2094,7 +2096,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2094
2096
|
dueDate?: string | undefined;
|
|
2095
2097
|
invoicingPeriod: number;
|
|
2096
2098
|
items: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
2097
|
-
offerId?: string | undefined;
|
|
2098
2099
|
orderDate: string;
|
|
2099
2100
|
orderId: string;
|
|
2100
2101
|
orderNumber: string;
|
|
@@ -2945,7 +2946,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2945
2946
|
}>;
|
|
2946
2947
|
}, import("@mittwald/api-client-commons").Response<{
|
|
2947
2948
|
abortedBy?: {
|
|
2948
|
-
id?: string | undefined;
|
|
2949
|
+
id?: string | undefined;
|
|
2949
2950
|
} | undefined;
|
|
2950
2951
|
durationInMilliseconds: number;
|
|
2951
2952
|
end?: string | undefined;
|
|
@@ -4782,6 +4783,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4782
4783
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4783
4784
|
[x: string]: unknown;
|
|
4784
4785
|
}, 404, "application/json">>>;
|
|
4786
|
+
/** Update a RedisDatabase's configuration. */
|
|
4787
|
+
updateRedisDatabaseConfiguration: (request: {
|
|
4788
|
+
pathParameters: {
|
|
4789
|
+
id: string;
|
|
4790
|
+
};
|
|
4791
|
+
data?: {
|
|
4792
|
+
configuration?: {
|
|
4793
|
+
additionalFlags?: string[] | undefined;
|
|
4794
|
+
maxMemory?: string | undefined;
|
|
4795
|
+
maxMemoryPolicy?: string | undefined;
|
|
4796
|
+
persistent?: boolean | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
} | undefined;
|
|
4799
|
+
headers?: {
|
|
4800
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4801
|
+
"x-access-token"?: string | undefined;
|
|
4802
|
+
} | undefined;
|
|
4803
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4804
|
+
data: {
|
|
4805
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
4806
|
+
};
|
|
4807
|
+
} & {
|
|
4808
|
+
pathParameters: {
|
|
4809
|
+
id: string;
|
|
4810
|
+
};
|
|
4811
|
+
} & {
|
|
4812
|
+
headers?: Partial<{
|
|
4813
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4814
|
+
}> | undefined;
|
|
4815
|
+
} & {
|
|
4816
|
+
headers: {
|
|
4817
|
+
"x-access-token"?: string | undefined;
|
|
4818
|
+
} & Partial<{
|
|
4819
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4820
|
+
}>;
|
|
4821
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
4822
|
+
[x: string]: unknown;
|
|
4823
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4824
|
+
[x: string]: unknown;
|
|
4825
|
+
}, 404, "application/json">>>;
|
|
4785
4826
|
/** Update a RedisDatabase's description. */
|
|
4786
4827
|
updateRedisDatabaseDescription: (request: {
|
|
4787
4828
|
data: {
|
|
@@ -5981,6 +6022,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5981
6022
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5982
6023
|
[x: string]: unknown;
|
|
5983
6024
|
}, 404, "application/json">>>;
|
|
6025
|
+
/** Request ACME certificate issuance */
|
|
6026
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
6027
|
+
pathParameters: {
|
|
6028
|
+
ingressId: string;
|
|
6029
|
+
};
|
|
6030
|
+
headers?: {
|
|
6031
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6032
|
+
"x-access-token"?: string | undefined;
|
|
6033
|
+
} | undefined;
|
|
6034
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6035
|
+
headers?: Partial<{
|
|
6036
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6037
|
+
}> | undefined;
|
|
6038
|
+
} & {
|
|
6039
|
+
pathParameters: {
|
|
6040
|
+
ingressId: string;
|
|
6041
|
+
};
|
|
6042
|
+
} & {
|
|
6043
|
+
headers: {
|
|
6044
|
+
"x-access-token"?: string | undefined;
|
|
6045
|
+
} & Partial<{
|
|
6046
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6047
|
+
}>;
|
|
6048
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6049
|
+
[x: string]: unknown;
|
|
6050
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6051
|
+
[x: string]: unknown;
|
|
6052
|
+
}, 404, "application/json">>>;
|
|
5984
6053
|
/** Update an Ingresses tls settings. */
|
|
5985
6054
|
ingressTls: (request: {
|
|
5986
6055
|
data: {
|
|
@@ -6434,7 +6503,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6434
6503
|
address: string;
|
|
6435
6504
|
isCatchAll: boolean;
|
|
6436
6505
|
mailbox: {
|
|
6437
|
-
enableSpamProtection: boolean;
|
|
6506
|
+
enableSpamProtection: boolean;
|
|
6438
6507
|
password: string;
|
|
6439
6508
|
quotaInBytes: number;
|
|
6440
6509
|
};
|
|
@@ -6489,7 +6558,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6489
6558
|
}, import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6490
6559
|
address: string;
|
|
6491
6560
|
autoResponder: {
|
|
6492
|
-
active: boolean;
|
|
6561
|
+
active: boolean; /** Disable Multi Factor Authentication. */
|
|
6493
6562
|
expiresAt?: string | undefined;
|
|
6494
6563
|
message: string;
|
|
6495
6564
|
startsAt?: string | undefined;
|
|
@@ -6506,7 +6575,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6506
6575
|
autoDeleteSpam: boolean;
|
|
6507
6576
|
folder: "spam" | "inbox";
|
|
6508
6577
|
relocationMinSpamScore: number;
|
|
6509
|
-
};
|
|
6578
|
+
}; /** Submit your user feedback. */
|
|
6510
6579
|
storageInBytes: {
|
|
6511
6580
|
current: {
|
|
6512
6581
|
updatedAt: string;
|
|
@@ -18,6 +18,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18
18
|
patchAppinstallation: this.requestFunctionFactory(descriptors.appPatchAppinstallation),
|
|
19
19
|
/** get a specific `AppVersion` */
|
|
20
20
|
getAppversion: this.requestFunctionFactory(descriptors.appGetAppversion),
|
|
21
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
22
|
+
getMissingDependenciesForAppinstallation: this.requestFunctionFactory(descriptors.appGetMissingDependenciesForAppinstallation),
|
|
21
23
|
/** get a specific `SystemSoftware` */
|
|
22
24
|
getSystemsoftware: this.requestFunctionFactory(descriptors.appGetSystemsoftware),
|
|
23
25
|
/** get a specific `SystemSoftwareVersion` */
|
|
@@ -48,8 +50,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
48
50
|
setDatabaseUsers: this.requestFunctionFactory(descriptors.appSetDatabaseUsers),
|
|
49
51
|
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
50
52
|
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
51
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
52
|
-
updateStatus: this.requestFunctionFactory(descriptors.appUpdateStatus),
|
|
53
53
|
};
|
|
54
54
|
/** The article API allows you to read article information. */
|
|
55
55
|
article = {
|
|
@@ -289,6 +289,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
289
289
|
updateMysqlDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDescription),
|
|
290
290
|
/** Update a MySQLUser's password. */
|
|
291
291
|
updateMysqlUserPassword: this.requestFunctionFactory(descriptors.databaseUpdateMysqlUserPassword),
|
|
292
|
+
/** Update a RedisDatabase's configuration. */
|
|
293
|
+
updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
|
|
292
294
|
/** Update a RedisDatabase's description. */
|
|
293
295
|
updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
|
|
294
296
|
};
|
|
@@ -362,6 +364,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
362
364
|
ingressListForProject: this.requestFunctionFactory(descriptors.ingressListForProject),
|
|
363
365
|
/** Update an Ingresses paths. */
|
|
364
366
|
ingressPaths: this.requestFunctionFactory(descriptors.ingressPaths),
|
|
367
|
+
/** Request ACME certificate issuance */
|
|
368
|
+
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
365
369
|
/** Update an Ingresses tls settings. */
|
|
366
370
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
367
371
|
};
|
|
@@ -15,6 +15,8 @@ export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<S
|
|
|
15
15
|
export declare const appPatchAppinstallation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
16
16
|
/** get a specific `AppVersion` */
|
|
17
17
|
export declare const appGetAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
18
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
19
|
+
export declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
18
20
|
/** get a specific `SystemSoftware` */
|
|
19
21
|
export declare const appGetSystemsoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
20
22
|
/** get a specific `SystemSoftwareVersion` */
|
|
@@ -45,8 +47,6 @@ export declare const appRetrieveStatus: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
45
47
|
export declare const appSetDatabaseUsers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
46
48
|
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
47
49
|
export declare const appUnlinkDatabase: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
48
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
49
|
-
export declare const appUpdateStatus: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
50
50
|
/** Get an Article. */
|
|
51
51
|
export declare const articleGetArticle: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
52
52
|
/** List Articles. */
|
|
@@ -243,6 +243,8 @@ export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation
|
|
|
243
243
|
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
244
|
/** Update a MySQLUser's password. */
|
|
245
245
|
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
|
+
/** Update a RedisDatabase's configuration. */
|
|
247
|
+
export declare const databaseUpdateRedisDatabaseConfiguration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
248
|
/** Update a RedisDatabase's description. */
|
|
247
249
|
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
250
|
/** updates a-records for a specific zone */
|
|
@@ -323,6 +325,8 @@ export declare const ingressListAccessible: OpenAPIOperation<RequestType<Simplif
|
|
|
323
325
|
export declare const ingressListForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** Update an Ingresses paths. */
|
|
325
327
|
export declare const ingressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
+
/** Request ACME certificate issuance */
|
|
329
|
+
export declare const ingressRequestAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
330
|
/** Update an Ingresses tls settings. */
|
|
327
331
|
export declare const ingressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
332
|
/** Get details of an Invoice. */
|
|
@@ -34,6 +34,12 @@ export const appGetAppversion = {
|
|
|
34
34
|
method: "GET",
|
|
35
35
|
operationId: "app-get-appversion",
|
|
36
36
|
};
|
|
37
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
38
|
+
export const appGetMissingDependenciesForAppinstallation = {
|
|
39
|
+
path: "/v2/appinstallations/{appInstallationId}/missing-dependencies",
|
|
40
|
+
method: "GET",
|
|
41
|
+
operationId: "app-get-missing-dependencies-for-appinstallation",
|
|
42
|
+
};
|
|
37
43
|
/** get a specific `SystemSoftware` */
|
|
38
44
|
export const appGetSystemsoftware = {
|
|
39
45
|
path: "/v2/systemsoftwares/{systemSoftwareId}",
|
|
@@ -124,12 +130,6 @@ export const appUnlinkDatabase = {
|
|
|
124
130
|
method: "DELETE",
|
|
125
131
|
operationId: "app-unlink-database",
|
|
126
132
|
};
|
|
127
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
128
|
-
export const appUpdateStatus = {
|
|
129
|
-
path: "/v2/appinstallations/{id}/actions/update-status",
|
|
130
|
-
method: "POST",
|
|
131
|
-
operationId: "app-update-status",
|
|
132
|
-
};
|
|
133
133
|
/** Get an Article. */
|
|
134
134
|
export const articleGetArticle = {
|
|
135
135
|
path: "/v2/articles/{articleId}",
|
|
@@ -718,6 +718,12 @@ export const databaseUpdateMysqlUserPassword = {
|
|
|
718
718
|
method: "PATCH",
|
|
719
719
|
operationId: "database-update-mysql-user-password",
|
|
720
720
|
};
|
|
721
|
+
/** Update a RedisDatabase's configuration. */
|
|
722
|
+
export const databaseUpdateRedisDatabaseConfiguration = {
|
|
723
|
+
path: "/v2/redis-databases/{id}/configuration",
|
|
724
|
+
method: "PATCH",
|
|
725
|
+
operationId: "database-update-redis-database-configuration",
|
|
726
|
+
};
|
|
721
727
|
/** Update a RedisDatabase's description. */
|
|
722
728
|
export const databaseUpdateRedisDatabaseDescription = {
|
|
723
729
|
path: "/v2/redis-databases/{id}/description",
|
|
@@ -958,6 +964,12 @@ export const ingressPaths = {
|
|
|
958
964
|
method: "PUT",
|
|
959
965
|
operationId: "ingress-paths",
|
|
960
966
|
};
|
|
967
|
+
/** Request ACME certificate issuance */
|
|
968
|
+
export const ingressRequestAcmeCertificateIssuance = {
|
|
969
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
970
|
+
method: "POST",
|
|
971
|
+
operationId: "ingress-request-acme-certificate-issuance",
|
|
972
|
+
};
|
|
961
973
|
/** Update an Ingresses tls settings. */
|
|
962
974
|
export const ingressTls = {
|
|
963
975
|
path: "/v2/ingresses/{ingressId}/tls",
|
|
@@ -1272,7 +1272,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1272
1272
|
*/
|
|
1273
1273
|
invoicingPeriod: number;
|
|
1274
1274
|
items: MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
1275
|
-
offerId?: string;
|
|
1276
1275
|
orderDate: string;
|
|
1277
1276
|
orderId: string;
|
|
1278
1277
|
orderNumber: string;
|
|
@@ -1319,7 +1318,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1319
1318
|
articleTemplateName?: string;
|
|
1320
1319
|
attributeConfiguration?: MittwaldAPIV2.Components.Schemas.OrderAttributeConfiguration[];
|
|
1321
1320
|
isInclusive: boolean;
|
|
1322
|
-
offerItemId?: string;
|
|
1323
1321
|
orderItemId: string;
|
|
1324
1322
|
predefinedDomainAggregateId?: string;
|
|
1325
1323
|
price: number;
|
|
@@ -2114,6 +2112,43 @@ export declare module MittwaldAPIV2 {
|
|
|
2114
2112
|
}
|
|
2115
2113
|
}
|
|
2116
2114
|
}
|
|
2115
|
+
namespace V2AppinstallationsAppInstallationIdMissingDependencies {
|
|
2116
|
+
namespace Get {
|
|
2117
|
+
namespace Parameters {
|
|
2118
|
+
type Path = {
|
|
2119
|
+
appInstallationId: string;
|
|
2120
|
+
};
|
|
2121
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
2122
|
+
type Query = {
|
|
2123
|
+
targetAppVersionID: string;
|
|
2124
|
+
};
|
|
2125
|
+
}
|
|
2126
|
+
namespace Responses {
|
|
2127
|
+
namespace $200 {
|
|
2128
|
+
namespace Content {
|
|
2129
|
+
interface ApplicationJson {
|
|
2130
|
+
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
|
|
2131
|
+
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
}
|
|
2135
|
+
namespace $404 {
|
|
2136
|
+
namespace Content {
|
|
2137
|
+
interface ApplicationJson {
|
|
2138
|
+
[k: string]: unknown;
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
namespace Default {
|
|
2143
|
+
namespace Content {
|
|
2144
|
+
interface ApplicationJson {
|
|
2145
|
+
[k: string]: unknown;
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2117
2152
|
namespace V2SystemsoftwaresSystemSoftwareId {
|
|
2118
2153
|
namespace Get {
|
|
2119
2154
|
namespace Parameters {
|
|
@@ -2595,46 +2630,6 @@ export declare module MittwaldAPIV2 {
|
|
|
2595
2630
|
}
|
|
2596
2631
|
}
|
|
2597
2632
|
}
|
|
2598
|
-
namespace V2AppinstallationsIdActionsUpdateStatus {
|
|
2599
|
-
namespace Post {
|
|
2600
|
-
namespace Parameters {
|
|
2601
|
-
type Path = {
|
|
2602
|
-
id: string;
|
|
2603
|
-
};
|
|
2604
|
-
interface RequestBody {
|
|
2605
|
-
status: {
|
|
2606
|
-
appJob: {
|
|
2607
|
-
name: string;
|
|
2608
|
-
namespace: string;
|
|
2609
|
-
};
|
|
2610
|
-
};
|
|
2611
|
-
}
|
|
2612
|
-
type Header = {};
|
|
2613
|
-
type Query = {};
|
|
2614
|
-
}
|
|
2615
|
-
namespace Responses {
|
|
2616
|
-
namespace $204 {
|
|
2617
|
-
namespace Content {
|
|
2618
|
-
type Empty = unknown;
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
|
-
namespace $404 {
|
|
2622
|
-
namespace Content {
|
|
2623
|
-
interface ApplicationJson {
|
|
2624
|
-
[k: string]: unknown;
|
|
2625
|
-
}
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
namespace Default {
|
|
2629
|
-
namespace Content {
|
|
2630
|
-
interface ApplicationJson {
|
|
2631
|
-
[k: string]: unknown;
|
|
2632
|
-
}
|
|
2633
|
-
}
|
|
2634
|
-
}
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2637
|
-
}
|
|
2638
2633
|
namespace V2ArticlesArticleId {
|
|
2639
2634
|
namespace Get {
|
|
2640
2635
|
namespace Parameters {
|
|
@@ -6538,6 +6533,48 @@ export declare module MittwaldAPIV2 {
|
|
|
6538
6533
|
}
|
|
6539
6534
|
}
|
|
6540
6535
|
}
|
|
6536
|
+
namespace V2RedisDatabasesIdConfiguration {
|
|
6537
|
+
namespace Patch {
|
|
6538
|
+
namespace Parameters {
|
|
6539
|
+
type Path = {
|
|
6540
|
+
id: string;
|
|
6541
|
+
};
|
|
6542
|
+
interface RequestBody {
|
|
6543
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
6544
|
+
}
|
|
6545
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6546
|
+
type Query = {};
|
|
6547
|
+
}
|
|
6548
|
+
namespace Responses {
|
|
6549
|
+
namespace $200 {
|
|
6550
|
+
namespace Content {
|
|
6551
|
+
type Empty = unknown;
|
|
6552
|
+
}
|
|
6553
|
+
}
|
|
6554
|
+
namespace $400 {
|
|
6555
|
+
namespace Content {
|
|
6556
|
+
interface ApplicationJson {
|
|
6557
|
+
[k: string]: unknown;
|
|
6558
|
+
}
|
|
6559
|
+
}
|
|
6560
|
+
}
|
|
6561
|
+
namespace $404 {
|
|
6562
|
+
namespace Content {
|
|
6563
|
+
interface ApplicationJson {
|
|
6564
|
+
[k: string]: unknown;
|
|
6565
|
+
}
|
|
6566
|
+
}
|
|
6567
|
+
}
|
|
6568
|
+
namespace Default {
|
|
6569
|
+
namespace Content {
|
|
6570
|
+
interface ApplicationJson {
|
|
6571
|
+
[k: string]: unknown;
|
|
6572
|
+
}
|
|
6573
|
+
}
|
|
6574
|
+
}
|
|
6575
|
+
}
|
|
6576
|
+
}
|
|
6577
|
+
}
|
|
6541
6578
|
namespace V2RedisDatabasesIdDescription {
|
|
6542
6579
|
namespace Patch {
|
|
6543
6580
|
namespace Parameters {
|
|
@@ -8071,6 +8108,45 @@ export declare module MittwaldAPIV2 {
|
|
|
8071
8108
|
}
|
|
8072
8109
|
}
|
|
8073
8110
|
}
|
|
8111
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8112
|
+
namespace Post {
|
|
8113
|
+
namespace Parameters {
|
|
8114
|
+
type Path = {
|
|
8115
|
+
ingressId: string;
|
|
8116
|
+
};
|
|
8117
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8118
|
+
type Query = {};
|
|
8119
|
+
}
|
|
8120
|
+
namespace Responses {
|
|
8121
|
+
namespace $200 {
|
|
8122
|
+
namespace Content {
|
|
8123
|
+
type Empty = unknown;
|
|
8124
|
+
}
|
|
8125
|
+
}
|
|
8126
|
+
namespace $400 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
interface ApplicationJson {
|
|
8129
|
+
[k: string]: unknown;
|
|
8130
|
+
}
|
|
8131
|
+
}
|
|
8132
|
+
}
|
|
8133
|
+
namespace $404 {
|
|
8134
|
+
namespace Content {
|
|
8135
|
+
interface ApplicationJson {
|
|
8136
|
+
[k: string]: unknown;
|
|
8137
|
+
}
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
namespace Default {
|
|
8141
|
+
namespace Content {
|
|
8142
|
+
interface ApplicationJson {
|
|
8143
|
+
[k: string]: unknown;
|
|
8144
|
+
}
|
|
8145
|
+
}
|
|
8146
|
+
}
|
|
8147
|
+
}
|
|
8148
|
+
}
|
|
8149
|
+
}
|
|
8074
8150
|
namespace V2IngressesIngressIdTls {
|
|
8075
8151
|
namespace Put {
|
|
8076
8152
|
namespace Parameters {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '2.0.18';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '2.0.18';
|