@mittwald/api-client 3.0.18 → 3.0.20

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.
@@ -1167,7 +1167,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1167
1167
  declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1168
1168
  /** Get a File's meta. */
1169
1169
  getFileMeta: (conf: {
1170
- id: string;
1170
+ fileId: string;
1171
1171
  headers?: {
1172
1172
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1173
1173
  } | undefined;
@@ -1224,7 +1224,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1224
1224
  }>;
1225
1225
  /** Get a File. */
1226
1226
  getFile: (conf: {
1227
- id: string;
1227
+ fileId: string;
1228
1228
  headers?: {
1229
1229
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1230
1230
  Accept?: "binary" | "base64" | "ocr" | undefined;
@@ -6061,7 +6061,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6061
6061
  }, 500, "application/json">>>;
6062
6062
  /** Get a File's meta. */
6063
6063
  getFileMeta: (request: {
6064
- id: string;
6064
+ fileId: string;
6065
6065
  headers?: {
6066
6066
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6067
6067
  } | undefined;
@@ -6071,7 +6071,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6071
6071
  }> | undefined;
6072
6072
  } & {
6073
6073
  pathParameters: {
6074
- id: string;
6074
+ fileId: string;
6075
6075
  };
6076
6076
  }, import("@mittwald/api-client-commons").Response<{
6077
6077
  friendlyURL: string;
@@ -6152,7 +6152,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6152
6152
  }, 500, "application/json">>>;
6153
6153
  /** Get a File. */
6154
6154
  getFile: (request: {
6155
- id: string;
6155
+ fileId: string;
6156
6156
  headers?: {
6157
6157
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6158
6158
  Accept?: "binary" | "base64" | "ocr" | undefined;
@@ -6164,7 +6164,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6164
6164
  }> | undefined;
6165
6165
  } & {
6166
6166
  pathParameters: {
6167
- id: string;
6167
+ fileId: string;
6168
6168
  };
6169
6169
  } & {
6170
6170
  headers: {
@@ -310,13 +310,13 @@ export declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simpl
310
310
  /** Create a File. */
311
311
  export declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
312
312
  /** Get a File's meta. */
313
- export declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
313
+ export declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
314
314
  /** Get a Token's upload rules. */
315
315
  export declare const fileGetFileTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
316
316
  /** Get a Type's upload rules. */
317
317
  export declare const fileGetFileTypeRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
318
318
  /** Get a File. */
319
- export declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
319
+ export declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
320
320
  /** Create an Ingress. */
321
321
  export declare const ingressCreate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
322
322
  /** Get an Ingress. */
@@ -479,8 +479,6 @@ export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestTyp
479
479
  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
480
  /** Update a Servers's description. */
481
481
  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
482
  /** Register a tariff change for a legacy tariff. */
485
483
  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
484
  /** Obtain a service token. */
@@ -601,3 +599,5 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
601
599
  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
600
  /** Verify your registration. */
603
601
  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">>;
602
+ /** Relocate an external Project to mittwald. */
603
+ 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">>;
@@ -4,8 +4,8 @@ exports.conversationListConversations = exports.contractListContracts = exports.
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.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
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;
7
+ exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.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.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 = exports.userAddPhoneNumber = void 0;
9
9
  /** execute a runtime concerning action on a specific `AppInstallation` */
10
10
  exports.appExecuteAction = {
11
11
  path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
@@ -926,7 +926,7 @@ exports.fileCreateFile = {
926
926
  };
927
927
  /** Get a File's meta. */
928
928
  exports.fileGetFileMeta = {
929
- path: "/v2/files/{id}/meta",
929
+ path: "/v2/files/{fileId}/meta",
930
930
  method: "GET",
931
931
  operationId: "file-get-file-meta",
932
932
  };
@@ -944,7 +944,7 @@ exports.fileGetFileTypeRules = {
944
944
  };
945
945
  /** Get a File. */
946
946
  exports.fileGetFile = {
947
- path: "/v2/files/{id}",
947
+ path: "/v2/files/{fileId}",
948
948
  method: "GET",
949
949
  operationId: "file-get-file",
950
950
  };
@@ -1434,12 +1434,6 @@ exports.projectUpdateServerDescription = {
1434
1434
  method: "PATCH",
1435
1435
  operationId: "project-update-server-description",
1436
1436
  };
1437
- /** Relocate an external Project to mittwald. */
1438
- exports.redirectusCreateRelocation = {
1439
- path: "/v2/relocation",
1440
- method: "POST",
1441
- operationId: "redirectus-create-relocation",
1442
- };
1443
1437
  /** Register a tariff change for a legacy tariff. */
1444
1438
  exports.relocationCreateLegacyTariffChange = {
1445
1439
  path: "/v2/legacy-tariff-change",
@@ -1800,3 +1794,9 @@ exports.userVerifyRegistration = {
1800
1794
  method: "POST",
1801
1795
  operationId: "user-verify-registration",
1802
1796
  };
1797
+ /** Relocate an external Project to mittwald. */
1798
+ exports.relocationCreateRelocation = {
1799
+ path: "/v2/relocation",
1800
+ method: "POST",
1801
+ operationId: "relocation-create-relocation",
1802
+ };
@@ -954,10 +954,6 @@ export declare module MittwaldAPIV2 {
954
954
  type RequestData = InferredRequestData<typeof descriptors.projectUpdateServerDescription>;
955
955
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateServerDescription, TStatus>;
956
956
  }
957
- namespace RedirectusCreateRelocation {
958
- type RequestData = InferredRequestData<typeof descriptors.redirectusCreateRelocation>;
959
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.redirectusCreateRelocation, TStatus>;
960
- }
961
957
  namespace RelocationCreateLegacyTariffChange {
962
958
  type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
963
959
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
@@ -1198,6 +1194,10 @@ export declare module MittwaldAPIV2 {
1198
1194
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1199
1195
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1200
1196
  }
1197
+ namespace RelocationCreateRelocation {
1198
+ type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
1199
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
1200
+ }
1201
1201
  }
1202
1202
  namespace Components {
1203
1203
  namespace Schemas {
@@ -2116,7 +2116,7 @@ export declare module MittwaldAPIV2 {
2116
2116
  }
2117
2117
  interface IngressPath {
2118
2118
  path: string;
2119
- target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation;
2119
+ target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
2120
2120
  }
2121
2121
  interface IngressTargetDirectory {
2122
2122
  directory: string;
@@ -2127,6 +2127,9 @@ export declare module MittwaldAPIV2 {
2127
2127
  interface IngressTargetUrl {
2128
2128
  url: string;
2129
2129
  }
2130
+ interface IngressTargetUseDefaultPage {
2131
+ useDefaultPage: boolean;
2132
+ }
2130
2133
  interface IngressTlsAcme {
2131
2134
  /**
2132
2135
  * Has to be `true`, as ssl cannot be deactivated.
@@ -2716,17 +2719,6 @@ export declare module MittwaldAPIV2 {
2716
2719
  storage: string;
2717
2720
  visitors: number;
2718
2721
  }
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
2722
  interface ScreenshotTarget {
2731
2723
  domain: string;
2732
2724
  path?: string;
@@ -2962,6 +2954,17 @@ export declare module MittwaldAPIV2 {
2962
2954
  name: string;
2963
2955
  value: string;
2964
2956
  }
2957
+ interface DirectusDomain {
2958
+ /**
2959
+ * The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
2960
+ */
2961
+ authCode?: string;
2962
+ /**
2963
+ * Leave empty when mittwald should keep the same domain owner
2964
+ */
2965
+ domainOwnerData?: string;
2966
+ name: string;
2967
+ }
2965
2968
  interface CommonsAddress {
2966
2969
  street: string;
2967
2970
  houseNumber: string;
@@ -9023,11 +9026,11 @@ export declare module MittwaldAPIV2 {
9023
9026
  }
9024
9027
  }
9025
9028
  }
9026
- namespace V2FilesIdMeta {
9029
+ namespace V2FilesFileIdMeta {
9027
9030
  namespace Get {
9028
9031
  namespace Parameters {
9029
9032
  type Path = {
9030
- id: string;
9033
+ fileId: string;
9031
9034
  };
9032
9035
  type Header = {};
9033
9036
  type Query = {};
@@ -9133,11 +9136,11 @@ export declare module MittwaldAPIV2 {
9133
9136
  }
9134
9137
  }
9135
9138
  }
9136
- namespace V2FilesId {
9139
+ namespace V2FilesFileId {
9137
9140
  namespace Get {
9138
9141
  namespace Parameters {
9139
9142
  type Path = {
9140
- id: string;
9143
+ fileId: string;
9141
9144
  };
9142
9145
  type Header = {
9143
9146
  Accept?: "binary" | "base64" | "ocr";
@@ -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
  }
@@ -1167,7 +1167,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1167
1167
  declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1168
1168
  /** Get a File's meta. */
1169
1169
  getFileMeta: (conf: {
1170
- id: string;
1170
+ fileId: string;
1171
1171
  headers?: {
1172
1172
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1173
1173
  } | undefined;
@@ -1224,7 +1224,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1224
1224
  }>;
1225
1225
  /** Get a File. */
1226
1226
  getFile: (conf: {
1227
- id: string;
1227
+ fileId: string;
1228
1228
  headers?: {
1229
1229
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1230
1230
  Accept?: "binary" | "base64" | "ocr" | undefined;
@@ -6061,7 +6061,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6061
6061
  }, 500, "application/json">>>;
6062
6062
  /** Get a File's meta. */
6063
6063
  getFileMeta: (request: {
6064
- id: string;
6064
+ fileId: string;
6065
6065
  headers?: {
6066
6066
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6067
6067
  } | undefined;
@@ -6071,7 +6071,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6071
6071
  }> | undefined;
6072
6072
  } & {
6073
6073
  pathParameters: {
6074
- id: string;
6074
+ fileId: string;
6075
6075
  };
6076
6076
  }, import("@mittwald/api-client-commons").Response<{
6077
6077
  friendlyURL: string;
@@ -6152,7 +6152,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6152
6152
  }, 500, "application/json">>>;
6153
6153
  /** Get a File. */
6154
6154
  getFile: (request: {
6155
- id: string;
6155
+ fileId: string;
6156
6156
  headers?: {
6157
6157
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6158
6158
  Accept?: "binary" | "base64" | "ocr" | undefined;
@@ -6164,7 +6164,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6164
6164
  }> | undefined;
6165
6165
  } & {
6166
6166
  pathParameters: {
6167
- id: string;
6167
+ fileId: string;
6168
6168
  };
6169
6169
  } & {
6170
6170
  headers: {
@@ -310,13 +310,13 @@ export declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simpl
310
310
  /** Create a File. */
311
311
  export declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
312
312
  /** Get a File's meta. */
313
- export declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
313
+ export declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
314
314
  /** Get a Token's upload rules. */
315
315
  export declare const fileGetFileTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
316
316
  /** Get a Type's upload rules. */
317
317
  export declare const fileGetFileTypeRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
318
318
  /** Get a File. */
319
- export declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
319
+ export declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
320
320
  /** Create an Ingress. */
321
321
  export declare const ingressCreate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
322
322
  /** Get an Ingress. */
@@ -479,8 +479,6 @@ export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestTyp
479
479
  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
480
  /** Update a Servers's description. */
481
481
  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
482
  /** Register a tariff change for a legacy tariff. */
485
483
  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
484
  /** Obtain a service token. */
@@ -601,3 +599,5 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
601
599
  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
600
  /** Verify your registration. */
603
601
  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">>;
602
+ /** Relocate an external Project to mittwald. */
603
+ 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">>;
@@ -918,7 +918,7 @@ export const fileCreateFile = {
918
918
  };
919
919
  /** Get a File's meta. */
920
920
  export const fileGetFileMeta = {
921
- path: "/v2/files/{id}/meta",
921
+ path: "/v2/files/{fileId}/meta",
922
922
  method: "GET",
923
923
  operationId: "file-get-file-meta",
924
924
  };
@@ -936,7 +936,7 @@ export const fileGetFileTypeRules = {
936
936
  };
937
937
  /** Get a File. */
938
938
  export const fileGetFile = {
939
- path: "/v2/files/{id}",
939
+ path: "/v2/files/{fileId}",
940
940
  method: "GET",
941
941
  operationId: "file-get-file",
942
942
  };
@@ -1426,12 +1426,6 @@ export const projectUpdateServerDescription = {
1426
1426
  method: "PATCH",
1427
1427
  operationId: "project-update-server-description",
1428
1428
  };
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
1429
  /** Register a tariff change for a legacy tariff. */
1436
1430
  export const relocationCreateLegacyTariffChange = {
1437
1431
  path: "/v2/legacy-tariff-change",
@@ -1792,3 +1786,9 @@ export const userVerifyRegistration = {
1792
1786
  method: "POST",
1793
1787
  operationId: "user-verify-registration",
1794
1788
  };
1789
+ /** Relocate an external Project to mittwald. */
1790
+ export const relocationCreateRelocation = {
1791
+ path: "/v2/relocation",
1792
+ method: "POST",
1793
+ operationId: "relocation-create-relocation",
1794
+ };
@@ -954,10 +954,6 @@ export declare module MittwaldAPIV2 {
954
954
  type RequestData = InferredRequestData<typeof descriptors.projectUpdateServerDescription>;
955
955
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateServerDescription, TStatus>;
956
956
  }
957
- namespace RedirectusCreateRelocation {
958
- type RequestData = InferredRequestData<typeof descriptors.redirectusCreateRelocation>;
959
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.redirectusCreateRelocation, TStatus>;
960
- }
961
957
  namespace RelocationCreateLegacyTariffChange {
962
958
  type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
963
959
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
@@ -1198,6 +1194,10 @@ export declare module MittwaldAPIV2 {
1198
1194
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1199
1195
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1200
1196
  }
1197
+ namespace RelocationCreateRelocation {
1198
+ type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
1199
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
1200
+ }
1201
1201
  }
1202
1202
  namespace Components {
1203
1203
  namespace Schemas {
@@ -2116,7 +2116,7 @@ export declare module MittwaldAPIV2 {
2116
2116
  }
2117
2117
  interface IngressPath {
2118
2118
  path: string;
2119
- target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation;
2119
+ target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
2120
2120
  }
2121
2121
  interface IngressTargetDirectory {
2122
2122
  directory: string;
@@ -2127,6 +2127,9 @@ export declare module MittwaldAPIV2 {
2127
2127
  interface IngressTargetUrl {
2128
2128
  url: string;
2129
2129
  }
2130
+ interface IngressTargetUseDefaultPage {
2131
+ useDefaultPage: boolean;
2132
+ }
2130
2133
  interface IngressTlsAcme {
2131
2134
  /**
2132
2135
  * Has to be `true`, as ssl cannot be deactivated.
@@ -2716,17 +2719,6 @@ export declare module MittwaldAPIV2 {
2716
2719
  storage: string;
2717
2720
  visitors: number;
2718
2721
  }
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
2722
  interface ScreenshotTarget {
2731
2723
  domain: string;
2732
2724
  path?: string;
@@ -2962,6 +2954,17 @@ export declare module MittwaldAPIV2 {
2962
2954
  name: string;
2963
2955
  value: string;
2964
2956
  }
2957
+ interface DirectusDomain {
2958
+ /**
2959
+ * The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
2960
+ */
2961
+ authCode?: string;
2962
+ /**
2963
+ * Leave empty when mittwald should keep the same domain owner
2964
+ */
2965
+ domainOwnerData?: string;
2966
+ name: string;
2967
+ }
2965
2968
  interface CommonsAddress {
2966
2969
  street: string;
2967
2970
  houseNumber: string;
@@ -9023,11 +9026,11 @@ export declare module MittwaldAPIV2 {
9023
9026
  }
9024
9027
  }
9025
9028
  }
9026
- namespace V2FilesIdMeta {
9029
+ namespace V2FilesFileIdMeta {
9027
9030
  namespace Get {
9028
9031
  namespace Parameters {
9029
9032
  type Path = {
9030
- id: string;
9033
+ fileId: string;
9031
9034
  };
9032
9035
  type Header = {};
9033
9036
  type Query = {};
@@ -9133,11 +9136,11 @@ export declare module MittwaldAPIV2 {
9133
9136
  }
9134
9137
  }
9135
9138
  }
9136
- namespace V2FilesId {
9139
+ namespace V2FilesFileId {
9137
9140
  namespace Get {
9138
9141
  namespace Parameters {
9139
9142
  type Path = {
9140
- id: string;
9143
+ fileId: string;
9141
9144
  };
9142
9145
  type Header = {
9143
9146
  Accept?: "binary" | "base64" | "ocr";
@@ -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.18';
1
+ export declare const MittwaldAPIClientVersion = '3.0.20';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.18';
1
+ export const MittwaldAPIClientVersion = '3.0.20';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.18",
3
+ "version": "3.0.20",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",