@mittwald/api-client 3.0.19 → 3.0.21

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.
@@ -34,6 +34,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
34
34
  projectId?: string | undefined;
35
35
  screenshotId?: string | undefined;
36
36
  screenshotRef?: string | undefined;
37
+ shortId: string;
37
38
  systemSoftware?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
38
39
  updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
39
40
  userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
@@ -84,6 +84,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
84
84
  projectId?: string | undefined;
85
85
  screenshotId?: string | undefined;
86
86
  screenshotRef?: string | undefined;
87
+ shortId: string;
87
88
  systemSoftware?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
88
89
  updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
89
90
  userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
@@ -541,38 +542,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
541
542
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
542
543
  }>;
543
544
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
544
- /** reconcile detected apps to appInstallations of a project */
545
- reconcileDetectedApps: (request: {
546
- data: {
547
- appName: string;
548
- appVersionClusterVersion: string;
549
- databaseHost?: string | undefined;
550
- databaseUserName?: string | undefined;
551
- installationDirectory: string;
552
- }[];
553
- projectShortId: string;
554
- headers?: {
555
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
556
- } | undefined;
557
- }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
558
- data: {
559
- appName: string;
560
- appVersionClusterVersion: string;
561
- databaseHost?: string | undefined;
562
- databaseUserName?: string | undefined;
563
- installationDirectory: string;
564
- }[];
565
- } & {
566
- pathParameters: {
567
- projectShortId: string;
568
- };
569
- } & {
570
- headers?: Partial<{
571
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
572
- }> | undefined;
573
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
574
- [x: string]: unknown;
575
- }, 404, "application/json">>>;
576
545
  /** request a copy of an `AppInstallation` */
577
546
  requestAppinstallationCopy: (request: {
578
547
  data: {
@@ -68,8 +68,6 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
68
68
  listSystemsoftwareversions: this.requestFunctionFactory(descriptors.appListSystemsoftwareversions),
69
69
  /** get all update candidates for a specific `AppVersion` */
70
70
  listUpdateCandidatesForAppversion: this.requestFunctionFactory(descriptors.appListUpdateCandidatesForAppversion),
71
- /** reconcile detected apps to appInstallations of a project */
72
- reconcileDetectedApps: this.requestFunctionFactory(descriptors.appReconcileDetectedApps),
73
71
  /** request a copy of an `AppInstallation` */
74
72
  requestAppinstallationCopy: this.requestFunctionFactory(descriptors.appRequestAppinstallationCopy),
75
73
  /** get runtime status of a specific `AppInstallation` */
@@ -37,8 +37,6 @@ export declare const appListSystemsoftwares: OpenAPIOperation<RequestType<Simpli
37
37
  export declare const appListSystemsoftwareversions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
38
38
  /** get all update candidates for a specific `AppVersion` */
39
39
  export declare const appListUpdateCandidatesForAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
40
- /** reconcile detected apps to appInstallations of a project */
41
- export declare const appReconcileDetectedApps: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
42
40
  /** request a copy of an `AppInstallation` */
43
41
  export declare const appRequestAppinstallationCopy: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
44
42
  /** get runtime status of a specific `AppInstallation` */
@@ -479,8 +477,6 @@ export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestTyp
479
477
  export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
480
478
  /** Update a Servers's description. */
481
479
  export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
482
- /** Relocate an external Project to mittwald. */
483
- export declare const redirectusCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
484
480
  /** Register a tariff change for a legacy tariff. */
485
481
  export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
486
482
  /** Obtain a service token. */
@@ -601,3 +597,5 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
601
597
  export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
602
598
  /** Verify your registration. */
603
599
  export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
600
+ /** Relocate an external Project to mittwald. */
601
+ export declare const relocationCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -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.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
- 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.domainListDomainOwnerships = exports.domainGetSupportedTlds = 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.dnsSubZoneCreate = exports.dnsRecordTxtSet = exports.dnsRecordSrvSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.newsletterSubscribeUser = 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.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = 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 = exports.domainResendDomainEmail = exports.domainListDomains = void 0;
7
- 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.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectGetProject = 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 = exports.orderPreviewOrder = 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 = exports.sshUserUpdateSshUser = void 0;
3
+ exports.conversationCreateConversation = 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.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
+ exports.databaseListMysqlUsers = 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 = void 0;
5
+ exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainGetSupportedTlds = 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.dnsSubZoneCreate = exports.dnsRecordTxtSet = exports.dnsRecordSrvSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.newsletterSubscribeUser = 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 = void 0;
6
+ exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = 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 = exports.domainResendDomainEmail = void 0;
7
+ exports.userAddPhoneNumber = 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.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectGetProject = 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.relocationCreateRelocation = 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 = 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}",
@@ -108,12 +108,6 @@ exports.appListUpdateCandidatesForAppversion = {
108
108
  method: "GET",
109
109
  operationId: "app-list-update-candidates-for-appversion",
110
110
  };
111
- /** reconcile detected apps to appInstallations of a project */
112
- exports.appReconcileDetectedApps = {
113
- path: "/v2/projects/{projectShortId}/appinstallations",
114
- method: "PUT",
115
- operationId: "app-reconcile-detected-apps",
116
- };
117
111
  /** request a copy of an `AppInstallation` */
118
112
  exports.appRequestAppinstallationCopy = {
119
113
  path: "/v2/appinstallations/{id}/actions/copy",
@@ -1434,12 +1428,6 @@ exports.projectUpdateServerDescription = {
1434
1428
  method: "PATCH",
1435
1429
  operationId: "project-update-server-description",
1436
1430
  };
1437
- /** Relocate an external Project to mittwald. */
1438
- exports.redirectusCreateRelocation = {
1439
- path: "/v2/relocation",
1440
- method: "POST",
1441
- operationId: "redirectus-create-relocation",
1442
- };
1443
1431
  /** Register a tariff change for a legacy tariff. */
1444
1432
  exports.relocationCreateLegacyTariffChange = {
1445
1433
  path: "/v2/legacy-tariff-change",
@@ -1800,3 +1788,9 @@ exports.userVerifyRegistration = {
1800
1788
  method: "POST",
1801
1789
  operationId: "user-verify-registration",
1802
1790
  };
1791
+ /** Relocate an external Project to mittwald. */
1792
+ exports.relocationCreateRelocation = {
1793
+ path: "/v2/relocation",
1794
+ method: "POST",
1795
+ operationId: "relocation-create-relocation",
1796
+ };
@@ -70,10 +70,6 @@ export declare module MittwaldAPIV2 {
70
70
  type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
71
71
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
72
72
  }
73
- namespace AppReconcileDetectedApps {
74
- type RequestData = InferredRequestData<typeof descriptors.appReconcileDetectedApps>;
75
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReconcileDetectedApps, TStatus>;
76
- }
77
73
  namespace AppRequestAppinstallationCopy {
78
74
  type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
79
75
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
@@ -954,10 +950,6 @@ export declare module MittwaldAPIV2 {
954
950
  type RequestData = InferredRequestData<typeof descriptors.projectUpdateServerDescription>;
955
951
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateServerDescription, TStatus>;
956
952
  }
957
- namespace RedirectusCreateRelocation {
958
- type RequestData = InferredRequestData<typeof descriptors.redirectusCreateRelocation>;
959
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.redirectusCreateRelocation, TStatus>;
960
- }
961
953
  namespace RelocationCreateLegacyTariffChange {
962
954
  type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
963
955
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
@@ -1198,6 +1190,10 @@ export declare module MittwaldAPIV2 {
1198
1190
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1199
1191
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1200
1192
  }
1193
+ namespace RelocationCreateRelocation {
1194
+ type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
1195
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
1196
+ }
1201
1197
  }
1202
1198
  namespace Components {
1203
1199
  namespace Schemas {
@@ -1256,6 +1252,7 @@ export declare module MittwaldAPIV2 {
1256
1252
  projectId?: string;
1257
1253
  screenshotId?: string;
1258
1254
  screenshotRef?: string;
1255
+ shortId: string;
1259
1256
  systemSoftware?: MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
1260
1257
  updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1261
1258
  userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
@@ -1280,9 +1277,15 @@ export declare module MittwaldAPIV2 {
1280
1277
  systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
1281
1278
  userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
1282
1279
  }
1280
+ /**
1281
+ * A `BreakingNote` is a hint that something serious has changed in the `AppVersion` containing it, so an automatic update is not possible
1282
+ */
1283
1283
  interface AppBreakingNote {
1284
1284
  faqLink: string;
1285
1285
  }
1286
+ /**
1287
+ * A ´DatabaseDependency` is a generic description of need for a database, used by `AppVersions`
1288
+ */
1286
1289
  interface AppDatabaseDependency {
1287
1290
  description: string;
1288
1291
  kind: "mysql";
@@ -1295,11 +1298,17 @@ export declare module MittwaldAPIV2 {
1295
1298
  message: string;
1296
1299
  type: string;
1297
1300
  }
1301
+ /**
1302
+ * `InstalledSystemSoftware` describes the currently configured and installed `SystemSoftwareVersion` of a `SystemSoftware` besides the desired `SystemSoftwareUpdatePolicy` inside an `AppInstallation`
1303
+ */
1298
1304
  interface AppInstalledSystemSoftware {
1299
1305
  systemSoftwareId: string;
1300
1306
  systemSoftwareVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
1301
1307
  updatePolicy: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
1302
1308
  }
1309
+ /**
1310
+ * `LinkedDatabase` is a reference to a concrete `Database` and `DatabaseUsers`
1311
+ */
1303
1312
  interface AppLinkedDatabase {
1304
1313
  databaseId: string;
1305
1314
  databaseUserIds?: {
@@ -1308,21 +1317,36 @@ export declare module MittwaldAPIV2 {
1308
1317
  kind: "mysql" | "redis";
1309
1318
  purpose: "primary" | "cache" | "custom";
1310
1319
  }
1320
+ /**
1321
+ * `RequestHandlerRequirement` describes the necessary properties to internally resolve the request handler or process to start
1322
+ */
1311
1323
  interface AppRequestHandlerRequirement {
1312
1324
  exampleValues?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1313
1325
  name: string;
1314
1326
  namespace: string;
1315
1327
  parametersTemplate: string;
1316
1328
  }
1329
+ /**
1330
+ * A `SavedUserInput` is an entered value for a desired `UserInput` of an `AppVersion` or `SystemSoftwareVersion`
1331
+ */
1317
1332
  interface AppSavedUserInput {
1318
1333
  name: string;
1319
1334
  value: string;
1320
1335
  }
1336
+ /**
1337
+ * A `SystemSoftwareDependency` is a description of a need for a specific `SystemSoftware` in a semver versionRange.
1338
+ */
1321
1339
  interface AppSystemSoftwareDependency {
1322
1340
  systemSoftwareId: string;
1323
1341
  versionRange: string;
1324
1342
  }
1343
+ /**
1344
+ * `SystemSoftwareUpdatePolicy` describes which updates should be applied automatically by our systems
1345
+ */
1325
1346
  type AppSystemSoftwareUpdatePolicy = "none" | "inheritedFromApp" | "patchLevel" | "all";
1347
+ /**
1348
+ * A `SystemSoftware` is a software that can be installed for an `AppInstallation` but mostly is not itself externally reachable and/or deliverable.
1349
+ */
1326
1350
  interface AppSystemSoftware {
1327
1351
  id: string;
1328
1352
  name: string;
@@ -1339,6 +1363,9 @@ export declare module MittwaldAPIV2 {
1339
1363
  systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
1340
1364
  userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
1341
1365
  }
1366
+ /**
1367
+ * A `UserInput` is a description of an information which cannot be determined or estimated by mittwald, but has to be given by the person who is requesting an `AppInstallation` or `SystemSoftware`
1368
+ */
1342
1369
  interface AppUserInput {
1343
1370
  /**
1344
1371
  * Optional field to tell the frontend, which data to put into the select
@@ -1356,13 +1383,25 @@ export declare module MittwaldAPIV2 {
1356
1383
  */
1357
1384
  validationSchema: string;
1358
1385
  }
1386
+ /**
1387
+ * `UserInputDataType` is an enum, describing the possible data types of a `UserInput`
1388
+ */
1359
1389
  type AppUserInputDataType = "text" | "number" | "boolean" | "select";
1390
+ /**
1391
+ * `UserInputFormat` is an enum, describing the possible data formats of a `UserInput`, the given values can be validated against
1392
+ */
1360
1393
  type AppUserInputFormat = "email" | "password" | "url";
1394
+ /**
1395
+ * `UserInputPositionMeta´ is a utility information, helping to position the `UserInput` properly on the frontend
1396
+ */
1361
1397
  interface AppUserInputPositionMeta {
1362
1398
  index?: number;
1363
1399
  section?: string;
1364
1400
  step?: string;
1365
1401
  }
1402
+ /**
1403
+ * `VersionStatus` describes the current and desired version of something like the `AppVersion` of an `AppInstallation`. If diverging, an internal process is going to assert, the `current` value will be aligned
1404
+ */
1366
1405
  interface AppVersionStatus {
1367
1406
  current?: string;
1368
1407
  desired: string;
@@ -2116,7 +2155,7 @@ export declare module MittwaldAPIV2 {
2116
2155
  }
2117
2156
  interface IngressPath {
2118
2157
  path: string;
2119
- target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation;
2158
+ target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
2120
2159
  }
2121
2160
  interface IngressTargetDirectory {
2122
2161
  directory: string;
@@ -2127,6 +2166,9 @@ export declare module MittwaldAPIV2 {
2127
2166
  interface IngressTargetUrl {
2128
2167
  url: string;
2129
2168
  }
2169
+ interface IngressTargetUseDefaultPage {
2170
+ useDefaultPage: boolean;
2171
+ }
2130
2172
  interface IngressTlsAcme {
2131
2173
  /**
2132
2174
  * Has to be `true`, as ssl cannot be deactivated.
@@ -2716,17 +2758,6 @@ export declare module MittwaldAPIV2 {
2716
2758
  storage: string;
2717
2759
  visitors: number;
2718
2760
  }
2719
- interface DirectusDomain {
2720
- /**
2721
- * The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
2722
- */
2723
- authCode?: string;
2724
- /**
2725
- * Leave empty when mittwald should keep the same domain owner
2726
- */
2727
- domainOwnerData?: string;
2728
- name: string;
2729
- }
2730
2761
  interface ScreenshotTarget {
2731
2762
  domain: string;
2732
2763
  path?: string;
@@ -2962,6 +2993,17 @@ export declare module MittwaldAPIV2 {
2962
2993
  name: string;
2963
2994
  value: string;
2964
2995
  }
2996
+ interface DirectusDomain {
2997
+ /**
2998
+ * The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
2999
+ */
3000
+ authCode?: string;
3001
+ /**
3002
+ * Leave empty when mittwald should keep the same domain owner
3003
+ */
3004
+ domainOwnerData?: string;
3005
+ name: string;
3006
+ }
2965
3007
  interface CommonsAddress {
2966
3008
  street: string;
2967
3009
  houseNumber: string;
@@ -3666,45 +3708,6 @@ export declare module MittwaldAPIV2 {
3666
3708
  }
3667
3709
  }
3668
3710
  }
3669
- namespace V2ProjectsProjectShortIdAppinstallations {
3670
- namespace Put {
3671
- namespace Parameters {
3672
- type Path = {
3673
- projectShortId: string;
3674
- };
3675
- type RequestBody = {
3676
- appName: string;
3677
- appVersionClusterVersion: string;
3678
- databaseHost?: string;
3679
- databaseUserName?: string;
3680
- installationDirectory: string;
3681
- }[];
3682
- type Header = {};
3683
- type Query = {};
3684
- }
3685
- namespace Responses {
3686
- namespace $204 {
3687
- namespace Content {
3688
- type Empty = unknown;
3689
- }
3690
- }
3691
- namespace $404 {
3692
- namespace Content {
3693
- interface ApplicationJson {
3694
- [k: string]: unknown;
3695
- }
3696
- }
3697
- }
3698
- namespace Default {
3699
- namespace Content {
3700
- interface ApplicationJson {
3701
- [k: string]: unknown;
3702
- }
3703
- }
3704
- }
3705
- }
3706
- }
3707
- }
3708
3711
  namespace V2AppinstallationsIdActionsCopy {
3709
3712
  namespace Post {
3710
3713
  namespace Parameters {
@@ -12281,97 +12284,6 @@ export declare module MittwaldAPIV2 {
12281
12284
  }
12282
12285
  }
12283
12286
  }
12284
- namespace V2Relocation {
12285
- namespace Post {
12286
- namespace Parameters {
12287
- type Path = {};
12288
- interface RequestBody {
12289
- /**
12290
- * Should all project releated domains should be transferred to mittwald?
12291
- */
12292
- allDomains?: boolean;
12293
- /**
12294
- * Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
12295
- */
12296
- allowPasswordChange: boolean;
12297
- contact: {
12298
- email: string;
12299
- firstName: string;
12300
- lastName: string;
12301
- phoneNumber?: string;
12302
- };
12303
- /**
12304
- * List of domains which should be transferred (when allDomains is not checked).
12305
- */
12306
- domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
12307
- /**
12308
- * Anything our customer service needs to know for the relocation process.
12309
- */
12310
- notes?: string;
12311
- provider: {
12312
- /**
12313
- * Url to the control panel of the provider
12314
- */
12315
- loginUrl: string;
12316
- /**
12317
- * Name of your provider
12318
- */
12319
- name: string | ("1und1" | "strato");
12320
- password: string;
12321
- /**
12322
- * Which account of your provider should be moved?
12323
- */
12324
- sourceAccount: string;
12325
- /**
12326
- * Login name to your provider
12327
- */
12328
- userName: string;
12329
- };
12330
- target: {
12331
- /**
12332
- * Your customer or organisation number
12333
- */
12334
- organisation: string;
12335
- /**
12336
- * Help our customer service finding your target account
12337
- */
12338
- product: (string | ("spaceServer" | "proSpace" | "agencyServer" | "cmsHosting" | "shopHosting")) & string;
12339
- /**
12340
- * In which p-account or short project id your project should be moved.
12341
- */
12342
- projectName: string;
12343
- /**
12344
- * Which mittwald system does the targetProject use?
12345
- */
12346
- system: "kc" | "mstudio";
12347
- };
12348
- }
12349
- type Header = {};
12350
- type Query = {};
12351
- }
12352
- namespace Responses {
12353
- namespace $204 {
12354
- namespace Content {
12355
- type Empty = unknown;
12356
- }
12357
- }
12358
- namespace $400 {
12359
- namespace Content {
12360
- interface ApplicationJson {
12361
- [k: string]: unknown;
12362
- }
12363
- }
12364
- }
12365
- namespace Default {
12366
- namespace Content {
12367
- interface ApplicationJson {
12368
- [k: string]: unknown;
12369
- }
12370
- }
12371
- }
12372
- }
12373
- }
12374
- }
12375
12287
  namespace V2LegacyTariffChange {
12376
12288
  namespace Post {
12377
12289
  namespace Parameters {
@@ -14597,5 +14509,96 @@ export declare module MittwaldAPIV2 {
14597
14509
  }
14598
14510
  }
14599
14511
  }
14512
+ namespace V2Relocation {
14513
+ namespace Post {
14514
+ namespace Parameters {
14515
+ type Path = {};
14516
+ interface RequestBody {
14517
+ /**
14518
+ * Should all project releated domains should be transferred to mittwald?
14519
+ */
14520
+ allDomains?: boolean;
14521
+ /**
14522
+ * Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
14523
+ */
14524
+ allowPasswordChange: boolean;
14525
+ contact: {
14526
+ email: string;
14527
+ firstName: string;
14528
+ lastName: string;
14529
+ phoneNumber?: string;
14530
+ };
14531
+ /**
14532
+ * List of domains which should be transferred (when allDomains is not checked).
14533
+ */
14534
+ domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
14535
+ /**
14536
+ * Anything our customer service needs to know for the relocation process.
14537
+ */
14538
+ notes?: string;
14539
+ provider: {
14540
+ /**
14541
+ * Url to the control panel of the provider
14542
+ */
14543
+ loginUrl: string;
14544
+ /**
14545
+ * Name of your provider
14546
+ */
14547
+ name: string | ("1und1" | "strato");
14548
+ password: string;
14549
+ /**
14550
+ * Which account of your provider should be moved?
14551
+ */
14552
+ sourceAccount: string;
14553
+ /**
14554
+ * Login name to your provider
14555
+ */
14556
+ userName: string;
14557
+ };
14558
+ target: {
14559
+ /**
14560
+ * Your customer or organisation number
14561
+ */
14562
+ organisation: string;
14563
+ /**
14564
+ * Help our customer service finding your target account
14565
+ */
14566
+ product: (string | ("spaceServer" | "proSpace" | "agencyServer" | "cmsHosting" | "shopHosting")) & string;
14567
+ /**
14568
+ * In which p-account or short project id your project should be moved.
14569
+ */
14570
+ projectName: string;
14571
+ /**
14572
+ * Which mittwald system does the targetProject use?
14573
+ */
14574
+ system: "kc" | "mstudio";
14575
+ };
14576
+ }
14577
+ type Header = {};
14578
+ type Query = {};
14579
+ }
14580
+ namespace Responses {
14581
+ namespace $204 {
14582
+ namespace Content {
14583
+ type Empty = unknown;
14584
+ }
14585
+ }
14586
+ namespace $400 {
14587
+ namespace Content {
14588
+ interface ApplicationJson {
14589
+ [k: string]: unknown;
14590
+ }
14591
+ }
14592
+ }
14593
+ namespace Default {
14594
+ namespace Content {
14595
+ interface ApplicationJson {
14596
+ [k: string]: unknown;
14597
+ }
14598
+ }
14599
+ }
14600
+ }
14601
+ }
14602
+ }
14600
14603
  }
14601
14604
  }
@@ -34,6 +34,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
34
34
  projectId?: string | undefined;
35
35
  screenshotId?: string | undefined;
36
36
  screenshotRef?: string | undefined;
37
+ shortId: string;
37
38
  systemSoftware?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
38
39
  updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
39
40
  userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
@@ -84,6 +84,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
84
84
  projectId?: string | undefined;
85
85
  screenshotId?: string | undefined;
86
86
  screenshotRef?: string | undefined;
87
+ shortId: string;
87
88
  systemSoftware?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
88
89
  updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
89
90
  userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
@@ -541,38 +542,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
541
542
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
542
543
  }>;
543
544
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
544
- /** reconcile detected apps to appInstallations of a project */
545
- reconcileDetectedApps: (request: {
546
- data: {
547
- appName: string;
548
- appVersionClusterVersion: string;
549
- databaseHost?: string | undefined;
550
- databaseUserName?: string | undefined;
551
- installationDirectory: string;
552
- }[];
553
- projectShortId: string;
554
- headers?: {
555
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
556
- } | undefined;
557
- }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
558
- data: {
559
- appName: string;
560
- appVersionClusterVersion: string;
561
- databaseHost?: string | undefined;
562
- databaseUserName?: string | undefined;
563
- installationDirectory: string;
564
- }[];
565
- } & {
566
- pathParameters: {
567
- projectShortId: string;
568
- };
569
- } & {
570
- headers?: Partial<{
571
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
572
- }> | undefined;
573
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
574
- [x: string]: unknown;
575
- }, 404, "application/json">>>;
576
545
  /** request a copy of an `AppInstallation` */
577
546
  requestAppinstallationCopy: (request: {
578
547
  data: {
@@ -40,8 +40,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
40
40
  listSystemsoftwareversions: this.requestFunctionFactory(descriptors.appListSystemsoftwareversions),
41
41
  /** get all update candidates for a specific `AppVersion` */
42
42
  listUpdateCandidatesForAppversion: this.requestFunctionFactory(descriptors.appListUpdateCandidatesForAppversion),
43
- /** reconcile detected apps to appInstallations of a project */
44
- reconcileDetectedApps: this.requestFunctionFactory(descriptors.appReconcileDetectedApps),
45
43
  /** request a copy of an `AppInstallation` */
46
44
  requestAppinstallationCopy: this.requestFunctionFactory(descriptors.appRequestAppinstallationCopy),
47
45
  /** get runtime status of a specific `AppInstallation` */
@@ -37,8 +37,6 @@ export declare const appListSystemsoftwares: OpenAPIOperation<RequestType<Simpli
37
37
  export declare const appListSystemsoftwareversions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
38
38
  /** get all update candidates for a specific `AppVersion` */
39
39
  export declare const appListUpdateCandidatesForAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
40
- /** reconcile detected apps to appInstallations of a project */
41
- export declare const appReconcileDetectedApps: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectShortIdAppinstallations.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
42
40
  /** request a copy of an `AppInstallation` */
43
41
  export declare const appRequestAppinstallationCopy: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
44
42
  /** get runtime status of a specific `AppInstallation` */
@@ -479,8 +477,6 @@ export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestTyp
479
477
  export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
480
478
  /** Update a Servers's description. */
481
479
  export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
482
- /** Relocate an external Project to mittwald. */
483
- export declare const redirectusCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
484
480
  /** Register a tariff change for a legacy tariff. */
485
481
  export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
486
482
  /** Obtain a service token. */
@@ -601,3 +597,5 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
601
597
  export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
602
598
  /** Verify your registration. */
603
599
  export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
600
+ /** Relocate an external Project to mittwald. */
601
+ export declare const relocationCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -100,12 +100,6 @@ export const appListUpdateCandidatesForAppversion = {
100
100
  method: "GET",
101
101
  operationId: "app-list-update-candidates-for-appversion",
102
102
  };
103
- /** reconcile detected apps to appInstallations of a project */
104
- export const appReconcileDetectedApps = {
105
- path: "/v2/projects/{projectShortId}/appinstallations",
106
- method: "PUT",
107
- operationId: "app-reconcile-detected-apps",
108
- };
109
103
  /** request a copy of an `AppInstallation` */
110
104
  export const appRequestAppinstallationCopy = {
111
105
  path: "/v2/appinstallations/{id}/actions/copy",
@@ -1426,12 +1420,6 @@ export const projectUpdateServerDescription = {
1426
1420
  method: "PATCH",
1427
1421
  operationId: "project-update-server-description",
1428
1422
  };
1429
- /** Relocate an external Project to mittwald. */
1430
- export const redirectusCreateRelocation = {
1431
- path: "/v2/relocation",
1432
- method: "POST",
1433
- operationId: "redirectus-create-relocation",
1434
- };
1435
1423
  /** Register a tariff change for a legacy tariff. */
1436
1424
  export const relocationCreateLegacyTariffChange = {
1437
1425
  path: "/v2/legacy-tariff-change",
@@ -1792,3 +1780,9 @@ export const userVerifyRegistration = {
1792
1780
  method: "POST",
1793
1781
  operationId: "user-verify-registration",
1794
1782
  };
1783
+ /** Relocate an external Project to mittwald. */
1784
+ export const relocationCreateRelocation = {
1785
+ path: "/v2/relocation",
1786
+ method: "POST",
1787
+ operationId: "relocation-create-relocation",
1788
+ };
@@ -70,10 +70,6 @@ export declare module MittwaldAPIV2 {
70
70
  type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
71
71
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
72
72
  }
73
- namespace AppReconcileDetectedApps {
74
- type RequestData = InferredRequestData<typeof descriptors.appReconcileDetectedApps>;
75
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReconcileDetectedApps, TStatus>;
76
- }
77
73
  namespace AppRequestAppinstallationCopy {
78
74
  type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
79
75
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
@@ -954,10 +950,6 @@ export declare module MittwaldAPIV2 {
954
950
  type RequestData = InferredRequestData<typeof descriptors.projectUpdateServerDescription>;
955
951
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateServerDescription, TStatus>;
956
952
  }
957
- namespace RedirectusCreateRelocation {
958
- type RequestData = InferredRequestData<typeof descriptors.redirectusCreateRelocation>;
959
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.redirectusCreateRelocation, TStatus>;
960
- }
961
953
  namespace RelocationCreateLegacyTariffChange {
962
954
  type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
963
955
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
@@ -1198,6 +1190,10 @@ export declare module MittwaldAPIV2 {
1198
1190
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1199
1191
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1200
1192
  }
1193
+ namespace RelocationCreateRelocation {
1194
+ type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
1195
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
1196
+ }
1201
1197
  }
1202
1198
  namespace Components {
1203
1199
  namespace Schemas {
@@ -1256,6 +1252,7 @@ export declare module MittwaldAPIV2 {
1256
1252
  projectId?: string;
1257
1253
  screenshotId?: string;
1258
1254
  screenshotRef?: string;
1255
+ shortId: string;
1259
1256
  systemSoftware?: MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
1260
1257
  updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1261
1258
  userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
@@ -1280,9 +1277,15 @@ export declare module MittwaldAPIV2 {
1280
1277
  systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
1281
1278
  userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
1282
1279
  }
1280
+ /**
1281
+ * A `BreakingNote` is a hint that something serious has changed in the `AppVersion` containing it, so an automatic update is not possible
1282
+ */
1283
1283
  interface AppBreakingNote {
1284
1284
  faqLink: string;
1285
1285
  }
1286
+ /**
1287
+ * A ´DatabaseDependency` is a generic description of need for a database, used by `AppVersions`
1288
+ */
1286
1289
  interface AppDatabaseDependency {
1287
1290
  description: string;
1288
1291
  kind: "mysql";
@@ -1295,11 +1298,17 @@ export declare module MittwaldAPIV2 {
1295
1298
  message: string;
1296
1299
  type: string;
1297
1300
  }
1301
+ /**
1302
+ * `InstalledSystemSoftware` describes the currently configured and installed `SystemSoftwareVersion` of a `SystemSoftware` besides the desired `SystemSoftwareUpdatePolicy` inside an `AppInstallation`
1303
+ */
1298
1304
  interface AppInstalledSystemSoftware {
1299
1305
  systemSoftwareId: string;
1300
1306
  systemSoftwareVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
1301
1307
  updatePolicy: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
1302
1308
  }
1309
+ /**
1310
+ * `LinkedDatabase` is a reference to a concrete `Database` and `DatabaseUsers`
1311
+ */
1303
1312
  interface AppLinkedDatabase {
1304
1313
  databaseId: string;
1305
1314
  databaseUserIds?: {
@@ -1308,21 +1317,36 @@ export declare module MittwaldAPIV2 {
1308
1317
  kind: "mysql" | "redis";
1309
1318
  purpose: "primary" | "cache" | "custom";
1310
1319
  }
1320
+ /**
1321
+ * `RequestHandlerRequirement` describes the necessary properties to internally resolve the request handler or process to start
1322
+ */
1311
1323
  interface AppRequestHandlerRequirement {
1312
1324
  exampleValues?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1313
1325
  name: string;
1314
1326
  namespace: string;
1315
1327
  parametersTemplate: string;
1316
1328
  }
1329
+ /**
1330
+ * A `SavedUserInput` is an entered value for a desired `UserInput` of an `AppVersion` or `SystemSoftwareVersion`
1331
+ */
1317
1332
  interface AppSavedUserInput {
1318
1333
  name: string;
1319
1334
  value: string;
1320
1335
  }
1336
+ /**
1337
+ * A `SystemSoftwareDependency` is a description of a need for a specific `SystemSoftware` in a semver versionRange.
1338
+ */
1321
1339
  interface AppSystemSoftwareDependency {
1322
1340
  systemSoftwareId: string;
1323
1341
  versionRange: string;
1324
1342
  }
1343
+ /**
1344
+ * `SystemSoftwareUpdatePolicy` describes which updates should be applied automatically by our systems
1345
+ */
1325
1346
  type AppSystemSoftwareUpdatePolicy = "none" | "inheritedFromApp" | "patchLevel" | "all";
1347
+ /**
1348
+ * A `SystemSoftware` is a software that can be installed for an `AppInstallation` but mostly is not itself externally reachable and/or deliverable.
1349
+ */
1326
1350
  interface AppSystemSoftware {
1327
1351
  id: string;
1328
1352
  name: string;
@@ -1339,6 +1363,9 @@ export declare module MittwaldAPIV2 {
1339
1363
  systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
1340
1364
  userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
1341
1365
  }
1366
+ /**
1367
+ * A `UserInput` is a description of an information which cannot be determined or estimated by mittwald, but has to be given by the person who is requesting an `AppInstallation` or `SystemSoftware`
1368
+ */
1342
1369
  interface AppUserInput {
1343
1370
  /**
1344
1371
  * Optional field to tell the frontend, which data to put into the select
@@ -1356,13 +1383,25 @@ export declare module MittwaldAPIV2 {
1356
1383
  */
1357
1384
  validationSchema: string;
1358
1385
  }
1386
+ /**
1387
+ * `UserInputDataType` is an enum, describing the possible data types of a `UserInput`
1388
+ */
1359
1389
  type AppUserInputDataType = "text" | "number" | "boolean" | "select";
1390
+ /**
1391
+ * `UserInputFormat` is an enum, describing the possible data formats of a `UserInput`, the given values can be validated against
1392
+ */
1360
1393
  type AppUserInputFormat = "email" | "password" | "url";
1394
+ /**
1395
+ * `UserInputPositionMeta´ is a utility information, helping to position the `UserInput` properly on the frontend
1396
+ */
1361
1397
  interface AppUserInputPositionMeta {
1362
1398
  index?: number;
1363
1399
  section?: string;
1364
1400
  step?: string;
1365
1401
  }
1402
+ /**
1403
+ * `VersionStatus` describes the current and desired version of something like the `AppVersion` of an `AppInstallation`. If diverging, an internal process is going to assert, the `current` value will be aligned
1404
+ */
1366
1405
  interface AppVersionStatus {
1367
1406
  current?: string;
1368
1407
  desired: string;
@@ -2116,7 +2155,7 @@ export declare module MittwaldAPIV2 {
2116
2155
  }
2117
2156
  interface IngressPath {
2118
2157
  path: string;
2119
- target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation;
2158
+ target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
2120
2159
  }
2121
2160
  interface IngressTargetDirectory {
2122
2161
  directory: string;
@@ -2127,6 +2166,9 @@ export declare module MittwaldAPIV2 {
2127
2166
  interface IngressTargetUrl {
2128
2167
  url: string;
2129
2168
  }
2169
+ interface IngressTargetUseDefaultPage {
2170
+ useDefaultPage: boolean;
2171
+ }
2130
2172
  interface IngressTlsAcme {
2131
2173
  /**
2132
2174
  * Has to be `true`, as ssl cannot be deactivated.
@@ -2716,17 +2758,6 @@ export declare module MittwaldAPIV2 {
2716
2758
  storage: string;
2717
2759
  visitors: number;
2718
2760
  }
2719
- interface DirectusDomain {
2720
- /**
2721
- * The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
2722
- */
2723
- authCode?: string;
2724
- /**
2725
- * Leave empty when mittwald should keep the same domain owner
2726
- */
2727
- domainOwnerData?: string;
2728
- name: string;
2729
- }
2730
2761
  interface ScreenshotTarget {
2731
2762
  domain: string;
2732
2763
  path?: string;
@@ -2962,6 +2993,17 @@ export declare module MittwaldAPIV2 {
2962
2993
  name: string;
2963
2994
  value: string;
2964
2995
  }
2996
+ interface DirectusDomain {
2997
+ /**
2998
+ * The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
2999
+ */
3000
+ authCode?: string;
3001
+ /**
3002
+ * Leave empty when mittwald should keep the same domain owner
3003
+ */
3004
+ domainOwnerData?: string;
3005
+ name: string;
3006
+ }
2965
3007
  interface CommonsAddress {
2966
3008
  street: string;
2967
3009
  houseNumber: string;
@@ -3666,45 +3708,6 @@ export declare module MittwaldAPIV2 {
3666
3708
  }
3667
3709
  }
3668
3710
  }
3669
- namespace V2ProjectsProjectShortIdAppinstallations {
3670
- namespace Put {
3671
- namespace Parameters {
3672
- type Path = {
3673
- projectShortId: string;
3674
- };
3675
- type RequestBody = {
3676
- appName: string;
3677
- appVersionClusterVersion: string;
3678
- databaseHost?: string;
3679
- databaseUserName?: string;
3680
- installationDirectory: string;
3681
- }[];
3682
- type Header = {};
3683
- type Query = {};
3684
- }
3685
- namespace Responses {
3686
- namespace $204 {
3687
- namespace Content {
3688
- type Empty = unknown;
3689
- }
3690
- }
3691
- namespace $404 {
3692
- namespace Content {
3693
- interface ApplicationJson {
3694
- [k: string]: unknown;
3695
- }
3696
- }
3697
- }
3698
- namespace Default {
3699
- namespace Content {
3700
- interface ApplicationJson {
3701
- [k: string]: unknown;
3702
- }
3703
- }
3704
- }
3705
- }
3706
- }
3707
- }
3708
3711
  namespace V2AppinstallationsIdActionsCopy {
3709
3712
  namespace Post {
3710
3713
  namespace Parameters {
@@ -12281,97 +12284,6 @@ export declare module MittwaldAPIV2 {
12281
12284
  }
12282
12285
  }
12283
12286
  }
12284
- namespace V2Relocation {
12285
- namespace Post {
12286
- namespace Parameters {
12287
- type Path = {};
12288
- interface RequestBody {
12289
- /**
12290
- * Should all project releated domains should be transferred to mittwald?
12291
- */
12292
- allDomains?: boolean;
12293
- /**
12294
- * Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
12295
- */
12296
- allowPasswordChange: boolean;
12297
- contact: {
12298
- email: string;
12299
- firstName: string;
12300
- lastName: string;
12301
- phoneNumber?: string;
12302
- };
12303
- /**
12304
- * List of domains which should be transferred (when allDomains is not checked).
12305
- */
12306
- domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
12307
- /**
12308
- * Anything our customer service needs to know for the relocation process.
12309
- */
12310
- notes?: string;
12311
- provider: {
12312
- /**
12313
- * Url to the control panel of the provider
12314
- */
12315
- loginUrl: string;
12316
- /**
12317
- * Name of your provider
12318
- */
12319
- name: string | ("1und1" | "strato");
12320
- password: string;
12321
- /**
12322
- * Which account of your provider should be moved?
12323
- */
12324
- sourceAccount: string;
12325
- /**
12326
- * Login name to your provider
12327
- */
12328
- userName: string;
12329
- };
12330
- target: {
12331
- /**
12332
- * Your customer or organisation number
12333
- */
12334
- organisation: string;
12335
- /**
12336
- * Help our customer service finding your target account
12337
- */
12338
- product: (string | ("spaceServer" | "proSpace" | "agencyServer" | "cmsHosting" | "shopHosting")) & string;
12339
- /**
12340
- * In which p-account or short project id your project should be moved.
12341
- */
12342
- projectName: string;
12343
- /**
12344
- * Which mittwald system does the targetProject use?
12345
- */
12346
- system: "kc" | "mstudio";
12347
- };
12348
- }
12349
- type Header = {};
12350
- type Query = {};
12351
- }
12352
- namespace Responses {
12353
- namespace $204 {
12354
- namespace Content {
12355
- type Empty = unknown;
12356
- }
12357
- }
12358
- namespace $400 {
12359
- namespace Content {
12360
- interface ApplicationJson {
12361
- [k: string]: unknown;
12362
- }
12363
- }
12364
- }
12365
- namespace Default {
12366
- namespace Content {
12367
- interface ApplicationJson {
12368
- [k: string]: unknown;
12369
- }
12370
- }
12371
- }
12372
- }
12373
- }
12374
- }
12375
12287
  namespace V2LegacyTariffChange {
12376
12288
  namespace Post {
12377
12289
  namespace Parameters {
@@ -14597,5 +14509,96 @@ export declare module MittwaldAPIV2 {
14597
14509
  }
14598
14510
  }
14599
14511
  }
14512
+ namespace V2Relocation {
14513
+ namespace Post {
14514
+ namespace Parameters {
14515
+ type Path = {};
14516
+ interface RequestBody {
14517
+ /**
14518
+ * Should all project releated domains should be transferred to mittwald?
14519
+ */
14520
+ allDomains?: boolean;
14521
+ /**
14522
+ * Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
14523
+ */
14524
+ allowPasswordChange: boolean;
14525
+ contact: {
14526
+ email: string;
14527
+ firstName: string;
14528
+ lastName: string;
14529
+ phoneNumber?: string;
14530
+ };
14531
+ /**
14532
+ * List of domains which should be transferred (when allDomains is not checked).
14533
+ */
14534
+ domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
14535
+ /**
14536
+ * Anything our customer service needs to know for the relocation process.
14537
+ */
14538
+ notes?: string;
14539
+ provider: {
14540
+ /**
14541
+ * Url to the control panel of the provider
14542
+ */
14543
+ loginUrl: string;
14544
+ /**
14545
+ * Name of your provider
14546
+ */
14547
+ name: string | ("1und1" | "strato");
14548
+ password: string;
14549
+ /**
14550
+ * Which account of your provider should be moved?
14551
+ */
14552
+ sourceAccount: string;
14553
+ /**
14554
+ * Login name to your provider
14555
+ */
14556
+ userName: string;
14557
+ };
14558
+ target: {
14559
+ /**
14560
+ * Your customer or organisation number
14561
+ */
14562
+ organisation: string;
14563
+ /**
14564
+ * Help our customer service finding your target account
14565
+ */
14566
+ product: (string | ("spaceServer" | "proSpace" | "agencyServer" | "cmsHosting" | "shopHosting")) & string;
14567
+ /**
14568
+ * In which p-account or short project id your project should be moved.
14569
+ */
14570
+ projectName: string;
14571
+ /**
14572
+ * Which mittwald system does the targetProject use?
14573
+ */
14574
+ system: "kc" | "mstudio";
14575
+ };
14576
+ }
14577
+ type Header = {};
14578
+ type Query = {};
14579
+ }
14580
+ namespace Responses {
14581
+ namespace $204 {
14582
+ namespace Content {
14583
+ type Empty = unknown;
14584
+ }
14585
+ }
14586
+ namespace $400 {
14587
+ namespace Content {
14588
+ interface ApplicationJson {
14589
+ [k: string]: unknown;
14590
+ }
14591
+ }
14592
+ }
14593
+ namespace Default {
14594
+ namespace Content {
14595
+ interface ApplicationJson {
14596
+ [k: string]: unknown;
14597
+ }
14598
+ }
14599
+ }
14600
+ }
14601
+ }
14602
+ }
14600
14603
  }
14601
14604
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.19';
1
+ export declare const MittwaldAPIClientVersion = '3.0.21';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.19';
1
+ export const MittwaldAPIClientVersion = '3.0.21';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.19",
3
+ "version": "3.0.21",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",