@mittwald/api-client 1.0.0-alpha.18 → 1.0.0-alpha.19
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.
|
@@ -515,6 +515,8 @@ export declare const projectUpdateProjectDescription: OpenAPIOperation<Request<S
|
|
|
515
515
|
export declare const projectUpdateServerDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>;
|
|
516
516
|
/** Relocate an external Project to mittwald. */
|
|
517
517
|
export declare const redirectusCreateRelocation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
518
|
+
/** Register a tariff change for a legacy tariff. */
|
|
519
|
+
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
518
520
|
/** Create an SFTPUser for a Project. */
|
|
519
521
|
export declare const sftpUserCreateSftpUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
520
522
|
/** Get an SFTPUser. */
|
|
@@ -633,5 +635,3 @@ export declare const userVerifyEmail: OpenAPIOperation<Request<Simplify<Mittwald
|
|
|
633
635
|
export declare const userVerifyPhoneNumber: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson, 409, "application/json"> | Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
634
636
|
/** Verify your registration */
|
|
635
637
|
export declare const userVerifyRegistration: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
636
|
-
/** Register a tariff change for a legacy tariff. */
|
|
637
|
-
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
@@ -1534,6 +1534,12 @@ export const redirectusCreateRelocation = {
|
|
|
1534
1534
|
method: "POST",
|
|
1535
1535
|
operationId: "redirectus-create-relocation",
|
|
1536
1536
|
};
|
|
1537
|
+
/** Register a tariff change for a legacy tariff. */
|
|
1538
|
+
export const relocationCreateLegacyTariffChange = {
|
|
1539
|
+
path: "/v2/legacy-tariff-change",
|
|
1540
|
+
method: "POST",
|
|
1541
|
+
operationId: "relocation-create-legacy-tariff-change",
|
|
1542
|
+
};
|
|
1537
1543
|
/** Create an SFTPUser for a Project. */
|
|
1538
1544
|
export const sftpUserCreateSftpUser = {
|
|
1539
1545
|
path: "/v2/projects/{projectId}/sftp-users",
|
|
@@ -1888,9 +1894,3 @@ export const userVerifyRegistration = {
|
|
|
1888
1894
|
method: "POST",
|
|
1889
1895
|
operationId: "user-verify-registration",
|
|
1890
1896
|
};
|
|
1891
|
-
/** Register a tariff change for a legacy tariff. */
|
|
1892
|
-
export const relocationCreateLegacyTariffChange = {
|
|
1893
|
-
path: "/v2/legacy-tariff-change",
|
|
1894
|
-
method: "POST",
|
|
1895
|
-
operationId: "relocation-create-legacy-tariff-change",
|
|
1896
|
-
};
|
|
@@ -13197,6 +13197,39 @@ declare namespace MittwaldAPIV2 {
|
|
|
13197
13197
|
}
|
|
13198
13198
|
}
|
|
13199
13199
|
|
|
13200
|
+
namespace V2LegacyTariffChange {
|
|
13201
|
+
namespace Post {
|
|
13202
|
+
namespace Parameters {
|
|
13203
|
+
export type Path = {};
|
|
13204
|
+
|
|
13205
|
+
export interface RequestBody {
|
|
13206
|
+
[k: string]: unknown;
|
|
13207
|
+
}
|
|
13208
|
+
|
|
13209
|
+
export type Header = {};
|
|
13210
|
+
|
|
13211
|
+
export type Query = {};
|
|
13212
|
+
}
|
|
13213
|
+
namespace Responses {
|
|
13214
|
+
namespace $201 {
|
|
13215
|
+
namespace Content {
|
|
13216
|
+
export interface ApplicationJson {
|
|
13217
|
+
messageId: string;
|
|
13218
|
+
}
|
|
13219
|
+
}
|
|
13220
|
+
}
|
|
13221
|
+
|
|
13222
|
+
namespace Default {
|
|
13223
|
+
namespace Content {
|
|
13224
|
+
export interface ApplicationJson {
|
|
13225
|
+
[k: string]: unknown;
|
|
13226
|
+
}
|
|
13227
|
+
}
|
|
13228
|
+
}
|
|
13229
|
+
}
|
|
13230
|
+
}
|
|
13231
|
+
}
|
|
13232
|
+
|
|
13200
13233
|
namespace V2ProjectsProjectIdSftpUsers {
|
|
13201
13234
|
namespace Post {
|
|
13202
13235
|
namespace Parameters {
|
|
@@ -15559,38 +15592,5 @@ declare namespace MittwaldAPIV2 {
|
|
|
15559
15592
|
}
|
|
15560
15593
|
}
|
|
15561
15594
|
}
|
|
15562
|
-
|
|
15563
|
-
namespace V2LegacyTariffChange {
|
|
15564
|
-
namespace Post {
|
|
15565
|
-
namespace Parameters {
|
|
15566
|
-
export type Path = {};
|
|
15567
|
-
|
|
15568
|
-
export interface RequestBody {
|
|
15569
|
-
[k: string]: unknown;
|
|
15570
|
-
}
|
|
15571
|
-
|
|
15572
|
-
export type Header = {};
|
|
15573
|
-
|
|
15574
|
-
export type Query = {};
|
|
15575
|
-
}
|
|
15576
|
-
namespace Responses {
|
|
15577
|
-
namespace $201 {
|
|
15578
|
-
namespace Content {
|
|
15579
|
-
export interface ApplicationJson {
|
|
15580
|
-
messageId: string;
|
|
15581
|
-
}
|
|
15582
|
-
}
|
|
15583
|
-
}
|
|
15584
|
-
|
|
15585
|
-
namespace Default {
|
|
15586
|
-
namespace Content {
|
|
15587
|
-
export interface ApplicationJson {
|
|
15588
|
-
[k: string]: unknown;
|
|
15589
|
-
}
|
|
15590
|
-
}
|
|
15591
|
-
}
|
|
15592
|
-
}
|
|
15593
|
-
}
|
|
15594
|
-
}
|
|
15595
15595
|
}
|
|
15596
15596
|
}
|
|
@@ -515,6 +515,8 @@ export declare const projectUpdateProjectDescription: OpenAPIOperation<Request<S
|
|
|
515
515
|
export declare const projectUpdateServerDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>;
|
|
516
516
|
/** Relocate an external Project to mittwald. */
|
|
517
517
|
export declare const redirectusCreateRelocation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
518
|
+
/** Register a tariff change for a legacy tariff. */
|
|
519
|
+
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
518
520
|
/** Create an SFTPUser for a Project. */
|
|
519
521
|
export declare const sftpUserCreateSftpUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
520
522
|
/** Get an SFTPUser. */
|
|
@@ -633,5 +635,3 @@ export declare const userVerifyEmail: OpenAPIOperation<Request<Simplify<Mittwald
|
|
|
633
635
|
export declare const userVerifyPhoneNumber: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson, 409, "application/json"> | Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
634
636
|
/** Verify your registration */
|
|
635
637
|
export declare const userVerifyRegistration: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
636
|
-
/** Register a tariff change for a legacy tariff. */
|
|
637
|
-
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
@@ -5,8 +5,8 @@ exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = export
|
|
|
5
5
|
exports.dnsRecordTxtSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.deprecatedUserServiceUserGetOwn = exports.deprecatedUserServicePhoneNumberVerify = exports.deprecatedUserServicePhoneNumberRemove = exports.deprecatedUserServicePhoneNumberAdd = exports.deprecatedUserServicePersonalizedSettingsUpdate = exports.deprecatedUserServicePersonalizedSettingsGet = exports.deprecatedUserServicePersonalInformationUpdate = exports.deprecatedUserServiceUserGet = exports.deprecatedUserServiceIssueNew = exports.deprecatedUserServiceFeedbackCreate = exports.deprecatedUserServiceFeedbackList = exports.deprecatedUserServiceAvatarRemove = exports.deprecatedUserServiceAvatarRequestUpload = exports.deprecatedNewsletterSubscribeUser = exports.deprecatedNewsletterUnsubscribeUser = exports.deprecatedNewsletterGetInfo = exports.deprecatedInvoiceUpdateInvoiceSettings = exports.deprecatedInvoiceInvoiceSettings = exports.deprecatedContractGetDetailOfContractByServer = exports.deprecatedContractGetDetailOfContractByProject = exports.deprecatedContractGetDetailOfContractByDomain = exports.databaseUpdateRedisDatabaseDescription = 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 = exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = void 0;
|
|
6
6
|
exports.mailServiceMailaddressUpdateCatchall = exports.mailServiceMailaddressUpdateAutoresponder = exports.mailServiceMailaddressUpdateAddress = exports.mailServiceMailaddressDelete = exports.mailServiceMailaddressGetSpecific = exports.mailServiceMailaddressCreate = exports.mailServiceMailaddressList = exports.mailServiceDeliveryboxUpdatePassword = exports.mailServiceDeliveryboxUpdateDescription = exports.mailServiceDeliveryboxDelete = exports.mailServiceDeliveryboxGetSpecific = exports.mailServiceDeliveryboxCreate = exports.mailServiceDeliveryboxList = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressTls = 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.domainListToplevelDomains = exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainGetToplevelDomain = exports.domainVerifyDomainOwnership = exports.domainGetSpecificDomainOwnership = 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 = void 0;
|
|
7
7
|
exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationServiceGetPasswordPolicy = exports.orderPreviewTariffChange = exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterSubscribeUser = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailServiceProjectsettingUpdateWhitelist = exports.mailServiceProjectsettingUpdateBlacklist = exports.mailServiceProjectsettingGetSpecific = exports.mailServiceMailaddressUpdateSpamprotection = exports.mailServiceMailaddressUpdateQuota = exports.mailServiceMailaddressUpdatePassword = exports.mailServiceMailaddressUpdateForwardaddresses = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
8
|
+
exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userDisableMfa = exports.userInitMfa = exports.userGetMfaStatus = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateIssue = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userConfirmMfa = exports.userCheckToken = exports.userDeleteProfile = exports.userChangeProfile = exports.userGetOwnProfile = exports.userChangePassword = exports.userGetPasswordUpdatedAt = exports.userChangeEmail = exports.userGetEmail = exports.userAuthenticateMfa = exports.userAuthenticate = exports.userRemovePhoneNumber = exports.userAddPhoneNumber = exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserListSftpUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = void 0;
|
|
9
|
+
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResetRecoverycodes = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userUpdatePersonalInformation = exports.userGetUser = void 0;
|
|
10
10
|
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
11
11
|
exports.appExecuteAction = {
|
|
12
12
|
path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
|
|
@@ -1543,6 +1543,12 @@ exports.redirectusCreateRelocation = {
|
|
|
1543
1543
|
method: "POST",
|
|
1544
1544
|
operationId: "redirectus-create-relocation",
|
|
1545
1545
|
};
|
|
1546
|
+
/** Register a tariff change for a legacy tariff. */
|
|
1547
|
+
exports.relocationCreateLegacyTariffChange = {
|
|
1548
|
+
path: "/v2/legacy-tariff-change",
|
|
1549
|
+
method: "POST",
|
|
1550
|
+
operationId: "relocation-create-legacy-tariff-change",
|
|
1551
|
+
};
|
|
1546
1552
|
/** Create an SFTPUser for a Project. */
|
|
1547
1553
|
exports.sftpUserCreateSftpUser = {
|
|
1548
1554
|
path: "/v2/projects/{projectId}/sftp-users",
|
|
@@ -1897,9 +1903,3 @@ exports.userVerifyRegistration = {
|
|
|
1897
1903
|
method: "POST",
|
|
1898
1904
|
operationId: "user-verify-registration",
|
|
1899
1905
|
};
|
|
1900
|
-
/** Register a tariff change for a legacy tariff. */
|
|
1901
|
-
exports.relocationCreateLegacyTariffChange = {
|
|
1902
|
-
path: "/v2/legacy-tariff-change",
|
|
1903
|
-
method: "POST",
|
|
1904
|
-
operationId: "relocation-create-legacy-tariff-change",
|
|
1905
|
-
};
|
package/package.json
CHANGED