@mittwald/api-client 3.0.10 → 3.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/v2/client-react.d.ts +0 -1
- package/dist/cjs/generated/v2/client.d.ts +6 -6
- package/dist/cjs/generated/v2/descriptors.d.ts +0 -2
- package/dist/cjs/generated/v2/descriptors.js +3 -9
- package/dist/cjs/generated/v2/types.d.ts +2 -33
- package/dist/esm/generated/v2/client-react.d.ts +0 -1
- package/dist/esm/generated/v2/client.d.ts +6 -6
- package/dist/esm/generated/v2/descriptors.d.ts +0 -2
- package/dist/esm/generated/v2/descriptors.js +0 -6
- package/dist/esm/generated/v2/types.d.ts +2 -33
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -4058,7 +4058,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4058
4058
|
isShared: boolean;
|
|
4059
4059
|
name: string;
|
|
4060
4060
|
projectId: string;
|
|
4061
|
-
size: number;
|
|
4062
4061
|
updatedAt: string;
|
|
4063
4062
|
version: string;
|
|
4064
4063
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5168,6 +5167,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5168
5167
|
combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
|
|
5169
5168
|
mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
|
|
5170
5169
|
srv: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRV;
|
|
5170
|
+
/** Enable or disable the catchAll flag for a specific mail address */
|
|
5171
5171
|
txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
|
|
5172
5172
|
};
|
|
5173
5173
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -6085,7 +6085,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6085
6085
|
imageDimensions?: {
|
|
6086
6086
|
max?: {
|
|
6087
6087
|
height?: number | undefined;
|
|
6088
|
-
width?: number | undefined;
|
|
6088
|
+
width?: number | undefined;
|
|
6089
6089
|
} | undefined;
|
|
6090
6090
|
min?: {
|
|
6091
6091
|
height?: number | undefined;
|
|
@@ -6119,7 +6119,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6119
6119
|
imageDimensions?: {
|
|
6120
6120
|
max?: {
|
|
6121
6121
|
height?: number | undefined;
|
|
6122
|
-
width?: number | undefined;
|
|
6122
|
+
width?: number | undefined;
|
|
6123
6123
|
} | undefined;
|
|
6124
6124
|
min?: {
|
|
6125
6125
|
height?: number | undefined;
|
|
@@ -6439,7 +6439,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6439
6439
|
autoResponder: {
|
|
6440
6440
|
active: boolean;
|
|
6441
6441
|
expiresAt?: string | undefined;
|
|
6442
|
-
message: string;
|
|
6442
|
+
message: string;
|
|
6443
6443
|
startsAt?: string | undefined;
|
|
6444
6444
|
};
|
|
6445
6445
|
forwardAddresses: string[];
|
|
@@ -6451,7 +6451,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6451
6451
|
sendingEnabled: boolean;
|
|
6452
6452
|
spamProtection: {
|
|
6453
6453
|
active: boolean;
|
|
6454
|
-
autoDeleteSpam: boolean;
|
|
6454
|
+
autoDeleteSpam: boolean;
|
|
6455
6455
|
folder: "spam" | "inbox";
|
|
6456
6456
|
relocationMinSpamScore: number;
|
|
6457
6457
|
};
|
|
@@ -6459,7 +6459,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6459
6459
|
current: {
|
|
6460
6460
|
updatedAt: string;
|
|
6461
6461
|
value: number;
|
|
6462
|
-
};
|
|
6462
|
+
};
|
|
6463
6463
|
limit: number;
|
|
6464
6464
|
};
|
|
6465
6465
|
} | undefined;
|
|
@@ -379,8 +379,6 @@ export declare const mailProjectsettingGetSpecific: OpenAPIOperation<RequestType
|
|
|
379
379
|
export declare const mailProjectsettingUpdateBlacklist: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$403.Content.Empty>, 403, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$404.Content.Empty>, 404, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$503.Content.Empty>, 503, "empty">>;
|
|
380
380
|
/** Update whitelist for a given project ID */
|
|
381
381
|
export declare const mailProjectsettingUpdateWhitelist: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$403.Content.Empty>, 403, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$404.Content.Empty>, 404, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$503.Content.Empty>, 503, "empty">>;
|
|
382
|
-
/** List Metrics. */
|
|
383
|
-
export declare const metricsListMetricsInternal: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
384
382
|
/** Getting the subscription status of the subscription. */
|
|
385
383
|
export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
386
384
|
/** Unsubscribe a user from the mStudio newsletter. */
|
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.conversationListConversations = exports.contractListContracts = exports.contractGetNextTerminationDateForItem = exports.contractGetDetailOfContract = exports.contractGetDetailOfContractItem = exports.contractGetDetailOfContractByServer = exports.contractGetDetailOfContractByProject = exports.contractGetDetailOfContractByDomain = exports.contractGetBaseItemOfContract = exports.contractCancelContractTermination = exports.contractTerminateContract = exports.contractCancelContractTariffChange = exports.contractCancelContractItemTermination = exports.contractTerminateContractItem = exports.backupUpdateProjectBackupDescription = exports.backupDeleteProjectBackup = exports.backupGetProjectBackup = exports.backupUpdateProjectBackupSchedule = exports.backupDeleteProjectBackupSchedule = exports.backupGetProjectBackupSchedule = exports.backupCreateProjectBackup = exports.backupListProjectBackups = exports.backupCreateProjectBackupSchedule = exports.backupListProjectBackupSchedules = exports.backupDeleteProjectBackupExport = exports.backupCreateProjectBackupExport = exports.articleListArticles = exports.articleGetArticle = exports.appUnlinkDatabase = exports.appSetDatabaseUsers = exports.appRetrieveStatus = exports.appRequestAppinstallationCopy = exports.appReconcileDetectedApps = exports.appListUpdateCandidatesForAppversion = exports.appListSystemsoftwareversions = exports.appListSystemsoftwares = exports.appListAppversions = exports.appListApps = exports.appRequestAppinstallation = exports.appListAppinstallations = exports.appLinkDatabase = exports.appGetSystemsoftwareversion = exports.appGetSystemsoftware = exports.appGetMissingDependenciesForAppinstallation = exports.appGetAppversion = exports.appPatchAppinstallation = exports.appUninstallAppinstallation = exports.appGetAppinstallation = exports.appGetApp = exports.appExecuteAction = void 0;
|
|
4
4
|
exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = exports.customerRequestAvatarUpload = exports.customerListMembershipsForCustomer = exports.customerListInvitesForCustomer = exports.customerListCustomerMemberships = exports.customerListCustomerInvites = exports.customerLeaveCustomer = exports.customerIsCustomerLegallyCompetent = exports.customerGetCustomerTokenInvite = exports.customerDeleteCustomer = exports.customerUpdateCustomer = exports.customerGetCustomer = exports.customerUpdateCustomerMembership = exports.customerDeleteCustomerMembership = exports.customerGetCustomerMembership = exports.customerDeleteCustomerInvite = exports.customerGetCustomerInvite = exports.customerDeleteCategory = exports.customerUpdateCategory = exports.customerGetCustomerCategory = exports.customerDeclineCustomerInvite = exports.customerCreateCustomer = exports.customerListCustomers = exports.customerCreateCustomerInvite = exports.customerCreateCategory = exports.customerListOfCustomerCategories = exports.customerAcceptCustomerInvite = exports.cronjobUpdateCronjobAppId = exports.cronjobGetExecution = exports.cronjobUpdateCronjob = exports.cronjobDeleteCronjob = exports.cronjobGetCronjob = exports.cronjobCreateExecution = exports.cronjobListExecutions = exports.cronjobCreateCronjob = exports.cronjobListCronjobs = exports.cronjobAbortExecution = exports.conversationUpdateMessage = exports.conversationSetConversationStatus = exports.conversationRequestFileUpload = exports.conversationListCategories = exports.conversationUpdateConversation = exports.conversationGetConversation = exports.conversationGetCategory = exports.conversationCreateMessage = exports.conversationListMessagesByConversation = exports.conversationCreateConversation = void 0;
|
|
5
5
|
exports.domainListDomains = exports.domainListDomainOwnerships = 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.
|
|
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.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange =
|
|
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 =
|
|
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.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange = void 0;
|
|
8
|
+
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = exports.userRemovePhoneNumber = exports.userAddPhoneNumber = void 0;
|
|
9
9
|
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
10
10
|
exports.appExecuteAction = {
|
|
11
11
|
path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
|
|
@@ -1134,12 +1134,6 @@ exports.mailProjectsettingUpdateWhitelist = {
|
|
|
1134
1134
|
method: "PUT",
|
|
1135
1135
|
operationId: "mail-projectsetting-update-whitelist",
|
|
1136
1136
|
};
|
|
1137
|
-
/** List Metrics. */
|
|
1138
|
-
exports.metricsListMetricsInternal = {
|
|
1139
|
-
path: "/internal-v2/metrics",
|
|
1140
|
-
method: "GET",
|
|
1141
|
-
operationId: "metrics-list-metrics-internal",
|
|
1142
|
-
};
|
|
1143
1137
|
/** Getting the subscription status of the subscription. */
|
|
1144
1138
|
exports.newsletterGetInfo = {
|
|
1145
1139
|
path: "/v2/newsletter-subscriptions/self",
|
|
@@ -629,7 +629,6 @@ export declare module MittwaldAPIV2 {
|
|
|
629
629
|
isShared: boolean;
|
|
630
630
|
name: string;
|
|
631
631
|
projectId: string;
|
|
632
|
-
size: number;
|
|
633
632
|
updatedAt: string;
|
|
634
633
|
version: string;
|
|
635
634
|
}
|
|
@@ -1450,8 +1449,8 @@ export declare module MittwaldAPIV2 {
|
|
|
1450
1449
|
jwt: string;
|
|
1451
1450
|
}
|
|
1452
1451
|
interface ProjectHardwareSpec {
|
|
1453
|
-
cpu
|
|
1454
|
-
mem
|
|
1452
|
+
cpu?: string;
|
|
1453
|
+
mem?: string;
|
|
1455
1454
|
storage: string;
|
|
1456
1455
|
}
|
|
1457
1456
|
interface ProjectMachineType {
|
|
@@ -9238,36 +9237,6 @@ export declare module MittwaldAPIV2 {
|
|
|
9238
9237
|
}
|
|
9239
9238
|
}
|
|
9240
9239
|
}
|
|
9241
|
-
namespace InternalV2Metrics {
|
|
9242
|
-
namespace Get {
|
|
9243
|
-
namespace Parameters {
|
|
9244
|
-
type Path = {};
|
|
9245
|
-
type Header = {};
|
|
9246
|
-
type Query = {};
|
|
9247
|
-
}
|
|
9248
|
-
namespace Responses {
|
|
9249
|
-
namespace $200 {
|
|
9250
|
-
namespace Content {
|
|
9251
|
-
type ApplicationOctetStream = string;
|
|
9252
|
-
}
|
|
9253
|
-
}
|
|
9254
|
-
namespace $500 {
|
|
9255
|
-
namespace Content {
|
|
9256
|
-
interface ApplicationJson {
|
|
9257
|
-
[k: string]: unknown;
|
|
9258
|
-
}
|
|
9259
|
-
}
|
|
9260
|
-
}
|
|
9261
|
-
namespace Default {
|
|
9262
|
-
namespace Content {
|
|
9263
|
-
interface ApplicationJson {
|
|
9264
|
-
[k: string]: unknown;
|
|
9265
|
-
}
|
|
9266
|
-
}
|
|
9267
|
-
}
|
|
9268
|
-
}
|
|
9269
|
-
}
|
|
9270
|
-
}
|
|
9271
9240
|
namespace V2NewsletterSubscriptionsSelf {
|
|
9272
9241
|
namespace Get {
|
|
9273
9242
|
namespace Parameters {
|
|
@@ -4058,7 +4058,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4058
4058
|
isShared: boolean;
|
|
4059
4059
|
name: string;
|
|
4060
4060
|
projectId: string;
|
|
4061
|
-
size: number;
|
|
4062
4061
|
updatedAt: string;
|
|
4063
4062
|
version: string;
|
|
4064
4063
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5168,6 +5167,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5168
5167
|
combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
|
|
5169
5168
|
mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
|
|
5170
5169
|
srv: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRV;
|
|
5170
|
+
/** Enable or disable the catchAll flag for a specific mail address */
|
|
5171
5171
|
txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
|
|
5172
5172
|
};
|
|
5173
5173
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -6085,7 +6085,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6085
6085
|
imageDimensions?: {
|
|
6086
6086
|
max?: {
|
|
6087
6087
|
height?: number | undefined;
|
|
6088
|
-
width?: number | undefined;
|
|
6088
|
+
width?: number | undefined;
|
|
6089
6089
|
} | undefined;
|
|
6090
6090
|
min?: {
|
|
6091
6091
|
height?: number | undefined;
|
|
@@ -6119,7 +6119,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6119
6119
|
imageDimensions?: {
|
|
6120
6120
|
max?: {
|
|
6121
6121
|
height?: number | undefined;
|
|
6122
|
-
width?: number | undefined;
|
|
6122
|
+
width?: number | undefined;
|
|
6123
6123
|
} | undefined;
|
|
6124
6124
|
min?: {
|
|
6125
6125
|
height?: number | undefined;
|
|
@@ -6439,7 +6439,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6439
6439
|
autoResponder: {
|
|
6440
6440
|
active: boolean;
|
|
6441
6441
|
expiresAt?: string | undefined;
|
|
6442
|
-
message: string;
|
|
6442
|
+
message: string;
|
|
6443
6443
|
startsAt?: string | undefined;
|
|
6444
6444
|
};
|
|
6445
6445
|
forwardAddresses: string[];
|
|
@@ -6451,7 +6451,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6451
6451
|
sendingEnabled: boolean;
|
|
6452
6452
|
spamProtection: {
|
|
6453
6453
|
active: boolean;
|
|
6454
|
-
autoDeleteSpam: boolean;
|
|
6454
|
+
autoDeleteSpam: boolean;
|
|
6455
6455
|
folder: "spam" | "inbox";
|
|
6456
6456
|
relocationMinSpamScore: number;
|
|
6457
6457
|
};
|
|
@@ -6459,7 +6459,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6459
6459
|
current: {
|
|
6460
6460
|
updatedAt: string;
|
|
6461
6461
|
value: number;
|
|
6462
|
-
};
|
|
6462
|
+
};
|
|
6463
6463
|
limit: number;
|
|
6464
6464
|
};
|
|
6465
6465
|
} | undefined;
|
|
@@ -379,8 +379,6 @@ export declare const mailProjectsettingGetSpecific: OpenAPIOperation<RequestType
|
|
|
379
379
|
export declare const mailProjectsettingUpdateBlacklist: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$403.Content.Empty>, 403, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$404.Content.Empty>, 404, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Responses.$503.Content.Empty>, 503, "empty">>;
|
|
380
380
|
/** Update whitelist for a given project ID */
|
|
381
381
|
export declare const mailProjectsettingUpdateWhitelist: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$403.Content.Empty>, 403, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$404.Content.Empty>, 404, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Responses.$503.Content.Empty>, 503, "empty">>;
|
|
382
|
-
/** List Metrics. */
|
|
383
|
-
export declare const metricsListMetricsInternal: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.InternalV2Metrics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
384
382
|
/** Getting the subscription status of the subscription. */
|
|
385
383
|
export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
386
384
|
/** Unsubscribe a user from the mStudio newsletter. */
|
|
@@ -1126,12 +1126,6 @@ export const mailProjectsettingUpdateWhitelist = {
|
|
|
1126
1126
|
method: "PUT",
|
|
1127
1127
|
operationId: "mail-projectsetting-update-whitelist",
|
|
1128
1128
|
};
|
|
1129
|
-
/** List Metrics. */
|
|
1130
|
-
export const metricsListMetricsInternal = {
|
|
1131
|
-
path: "/internal-v2/metrics",
|
|
1132
|
-
method: "GET",
|
|
1133
|
-
operationId: "metrics-list-metrics-internal",
|
|
1134
|
-
};
|
|
1135
1129
|
/** Getting the subscription status of the subscription. */
|
|
1136
1130
|
export const newsletterGetInfo = {
|
|
1137
1131
|
path: "/v2/newsletter-subscriptions/self",
|
|
@@ -629,7 +629,6 @@ export declare module MittwaldAPIV2 {
|
|
|
629
629
|
isShared: boolean;
|
|
630
630
|
name: string;
|
|
631
631
|
projectId: string;
|
|
632
|
-
size: number;
|
|
633
632
|
updatedAt: string;
|
|
634
633
|
version: string;
|
|
635
634
|
}
|
|
@@ -1450,8 +1449,8 @@ export declare module MittwaldAPIV2 {
|
|
|
1450
1449
|
jwt: string;
|
|
1451
1450
|
}
|
|
1452
1451
|
interface ProjectHardwareSpec {
|
|
1453
|
-
cpu
|
|
1454
|
-
mem
|
|
1452
|
+
cpu?: string;
|
|
1453
|
+
mem?: string;
|
|
1455
1454
|
storage: string;
|
|
1456
1455
|
}
|
|
1457
1456
|
interface ProjectMachineType {
|
|
@@ -9238,36 +9237,6 @@ export declare module MittwaldAPIV2 {
|
|
|
9238
9237
|
}
|
|
9239
9238
|
}
|
|
9240
9239
|
}
|
|
9241
|
-
namespace InternalV2Metrics {
|
|
9242
|
-
namespace Get {
|
|
9243
|
-
namespace Parameters {
|
|
9244
|
-
type Path = {};
|
|
9245
|
-
type Header = {};
|
|
9246
|
-
type Query = {};
|
|
9247
|
-
}
|
|
9248
|
-
namespace Responses {
|
|
9249
|
-
namespace $200 {
|
|
9250
|
-
namespace Content {
|
|
9251
|
-
type ApplicationOctetStream = string;
|
|
9252
|
-
}
|
|
9253
|
-
}
|
|
9254
|
-
namespace $500 {
|
|
9255
|
-
namespace Content {
|
|
9256
|
-
interface ApplicationJson {
|
|
9257
|
-
[k: string]: unknown;
|
|
9258
|
-
}
|
|
9259
|
-
}
|
|
9260
|
-
}
|
|
9261
|
-
namespace Default {
|
|
9262
|
-
namespace Content {
|
|
9263
|
-
interface ApplicationJson {
|
|
9264
|
-
[k: string]: unknown;
|
|
9265
|
-
}
|
|
9266
|
-
}
|
|
9267
|
-
}
|
|
9268
|
-
}
|
|
9269
|
-
}
|
|
9270
|
-
}
|
|
9271
9240
|
namespace V2NewsletterSubscriptionsSelf {
|
|
9272
9241
|
namespace Get {
|
|
9273
9242
|
namespace Parameters {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.11';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.11';
|