@mittwald/api-client 2.0.17 → 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 +43 -43
- package/dist/cjs/generated/v2/client.js +2 -2
- package/dist/cjs/generated/v2/descriptors.d.ts +2 -2
- package/dist/cjs/generated/v2/descriptors.js +7 -7
- package/dist/cjs/generated/v2/types.d.ts +37 -42
- package/dist/esm/generated/v2/client.d.ts +43 -43
- package/dist/esm/generated/v2/client.js +2 -2
- package/dist/esm/generated/v2/descriptors.d.ts +2 -2
- package/dist/esm/generated/v2/descriptors.js +6 -6
- package/dist/esm/generated/v2/types.d.ts +37 -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;
|
|
@@ -6557,9 +6558,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6557
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<{
|
|
6558
6559
|
address: string;
|
|
6559
6560
|
autoResponder: {
|
|
6560
|
-
active: boolean;
|
|
6561
|
+
active: boolean; /** Disable Multi Factor Authentication. */
|
|
6561
6562
|
expiresAt?: string | undefined;
|
|
6562
|
-
message: string;
|
|
6563
|
+
message: string;
|
|
6563
6564
|
startsAt?: string | undefined;
|
|
6564
6565
|
};
|
|
6565
6566
|
forwardAddresses: string[];
|
|
@@ -6574,15 +6575,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6574
6575
|
autoDeleteSpam: boolean;
|
|
6575
6576
|
folder: "spam" | "inbox";
|
|
6576
6577
|
relocationMinSpamScore: number;
|
|
6577
|
-
};
|
|
6578
|
+
}; /** Submit your user feedback. */
|
|
6578
6579
|
storageInBytes: {
|
|
6579
6580
|
current: {
|
|
6580
|
-
/** Get your stored ssh-keys. */
|
|
6581
6581
|
updatedAt: string;
|
|
6582
6582
|
value: number;
|
|
6583
6583
|
};
|
|
6584
6584
|
limit: number;
|
|
6585
|
-
};
|
|
6585
|
+
};
|
|
6586
6586
|
} | undefined;
|
|
6587
6587
|
projectId: string;
|
|
6588
6588
|
receivingDisabled: boolean;
|
|
@@ -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 = {
|
|
@@ -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. */
|
|
@@ -1,6 +1,6 @@
|
|
|
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
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
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;
|
|
@@ -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}",
|
|
@@ -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 {
|
|
@@ -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;
|
|
@@ -6557,9 +6558,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6557
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<{
|
|
6558
6559
|
address: string;
|
|
6559
6560
|
autoResponder: {
|
|
6560
|
-
active: boolean;
|
|
6561
|
+
active: boolean; /** Disable Multi Factor Authentication. */
|
|
6561
6562
|
expiresAt?: string | undefined;
|
|
6562
|
-
message: string;
|
|
6563
|
+
message: string;
|
|
6563
6564
|
startsAt?: string | undefined;
|
|
6564
6565
|
};
|
|
6565
6566
|
forwardAddresses: string[];
|
|
@@ -6574,15 +6575,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6574
6575
|
autoDeleteSpam: boolean;
|
|
6575
6576
|
folder: "spam" | "inbox";
|
|
6576
6577
|
relocationMinSpamScore: number;
|
|
6577
|
-
};
|
|
6578
|
+
}; /** Submit your user feedback. */
|
|
6578
6579
|
storageInBytes: {
|
|
6579
6580
|
current: {
|
|
6580
|
-
/** Get your stored ssh-keys. */
|
|
6581
6581
|
updatedAt: string;
|
|
6582
6582
|
value: number;
|
|
6583
6583
|
};
|
|
6584
6584
|
limit: number;
|
|
6585
|
-
};
|
|
6585
|
+
};
|
|
6586
6586
|
} | undefined;
|
|
6587
6587
|
projectId: string;
|
|
6588
6588
|
receivingDisabled: boolean;
|
|
@@ -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 = {
|
|
@@ -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. */
|
|
@@ -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}",
|
|
@@ -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 {
|
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';
|