@mittwald/api-client 2.0.12 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/v2/client.d.ts +41 -6
- package/dist/cjs/generated/v2/client.js +2 -0
- package/dist/cjs/generated/v2/descriptors.d.ts +2 -0
- package/dist/cjs/generated/v2/descriptors.js +10 -4
- package/dist/cjs/generated/v2/types.d.ts +62 -2
- package/dist/esm/generated/v2/client.d.ts +41 -6
- package/dist/esm/generated/v2/client.js +2 -0
- package/dist/esm/generated/v2/descriptors.d.ts +2 -0
- package/dist/esm/generated/v2/descriptors.js +6 -0
- package/dist/esm/generated/v2/types.d.ts +62 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1787,7 +1787,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1787
1787
|
date: string;
|
|
1788
1788
|
groups: {
|
|
1789
1789
|
contractId?: string | undefined;
|
|
1790
|
-
/** Delete an SFTPUser. */
|
|
1791
1790
|
description: string;
|
|
1792
1791
|
items: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceInvoiceItem[];
|
|
1793
1792
|
}[];
|
|
@@ -5554,6 +5553,43 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5554
5553
|
jsonSchemaAdminC?: {} | undefined;
|
|
5555
5554
|
jsonSchemaOwnerC: {};
|
|
5556
5555
|
}, 200, "application/json">>>;
|
|
5556
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
5557
|
+
getScreenshotForDomain: (request: {
|
|
5558
|
+
data: {
|
|
5559
|
+
domainName: string;
|
|
5560
|
+
path: string;
|
|
5561
|
+
};
|
|
5562
|
+
pathParameters: {
|
|
5563
|
+
domainId: string;
|
|
5564
|
+
};
|
|
5565
|
+
headers?: {
|
|
5566
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5567
|
+
"x-access-token"?: string | undefined;
|
|
5568
|
+
} | undefined;
|
|
5569
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5570
|
+
data: {
|
|
5571
|
+
domainName: string;
|
|
5572
|
+
path: string;
|
|
5573
|
+
};
|
|
5574
|
+
} & {
|
|
5575
|
+
pathParameters: {
|
|
5576
|
+
domainId: string;
|
|
5577
|
+
};
|
|
5578
|
+
} & {
|
|
5579
|
+
headers?: Partial<{
|
|
5580
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5581
|
+
}> | undefined;
|
|
5582
|
+
} & {
|
|
5583
|
+
headers: {
|
|
5584
|
+
"x-access-token"?: string | undefined;
|
|
5585
|
+
} & Partial<{
|
|
5586
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5587
|
+
}>;
|
|
5588
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5589
|
+
references?: string[] | undefined;
|
|
5590
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5591
|
+
[x: string]: unknown;
|
|
5592
|
+
}, 404, "application/json">>>;
|
|
5557
5593
|
/** Get a domain ownership. */
|
|
5558
5594
|
getSpecificDomainOwnership: (request: {
|
|
5559
5595
|
pathParameters: {
|
|
@@ -5835,7 +5871,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5835
5871
|
hostname: string;
|
|
5836
5872
|
id: string;
|
|
5837
5873
|
ips: {
|
|
5838
|
-
v4: string[];
|
|
5874
|
+
v4: string[];
|
|
5839
5875
|
};
|
|
5840
5876
|
isDefault: boolean;
|
|
5841
5877
|
isEnabled: boolean;
|
|
@@ -6082,7 +6118,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6082
6118
|
min?: {
|
|
6083
6119
|
height?: number | undefined;
|
|
6084
6120
|
width?: number | undefined;
|
|
6085
|
-
} | undefined;
|
|
6121
|
+
} | undefined;
|
|
6086
6122
|
} | undefined;
|
|
6087
6123
|
} | undefined;
|
|
6088
6124
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -6118,7 +6154,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6118
6154
|
min?: {
|
|
6119
6155
|
height?: number | undefined;
|
|
6120
6156
|
width?: number | undefined;
|
|
6121
|
-
} | undefined;
|
|
6157
|
+
} | undefined;
|
|
6122
6158
|
} | undefined;
|
|
6123
6159
|
} | undefined;
|
|
6124
6160
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -6466,7 +6502,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6466
6502
|
passwordUpdatedAt: string;
|
|
6467
6503
|
sendingEnabled: boolean;
|
|
6468
6504
|
spamProtection: {
|
|
6469
|
-
/** Store a new ssh-key. */
|
|
6470
6505
|
active: boolean;
|
|
6471
6506
|
autoDeleteSpam: boolean;
|
|
6472
6507
|
folder: "spam" | "inbox";
|
|
@@ -6476,7 +6511,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6476
6511
|
current: {
|
|
6477
6512
|
updatedAt: string;
|
|
6478
6513
|
value: number;
|
|
6479
|
-
};
|
|
6514
|
+
}; /** Get a specific ApiToken. */
|
|
6480
6515
|
limit: number;
|
|
6481
6516
|
};
|
|
6482
6517
|
} | undefined;
|
|
@@ -339,6 +339,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
339
339
|
deleteDomain: this.requestFunctionFactory(descriptors.domainDeleteDomain),
|
|
340
340
|
/** Get a HandleSchema. */
|
|
341
341
|
getHandleFields: this.requestFunctionFactory(descriptors.domainGetHandleFields),
|
|
342
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
343
|
+
getScreenshotForDomain: this.requestFunctionFactory(descriptors.domainGetScreenshotForDomain),
|
|
342
344
|
/** Get a domain ownership. */
|
|
343
345
|
getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
|
|
344
346
|
/** Verify a domain ownership. */
|
|
@@ -285,6 +285,8 @@ export declare const domainGetDomain: OpenAPIOperation<RequestType<Simplify<null
|
|
|
285
285
|
export declare const domainDeleteDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
286
286
|
/** Get a HandleSchema. */
|
|
287
287
|
export declare const domainGetHandleFields: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
288
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
289
|
+
export declare const domainGetScreenshotForDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
288
290
|
/** Get a domain ownership. */
|
|
289
291
|
export declare const domainGetSpecificDomainOwnership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
290
292
|
/** Verify a domain ownership. */
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
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.appUpdateStatus = 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.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
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
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.userCreateIssue = 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 = void 0;
|
|
5
|
+
exports.fileCreateFile = exports.domainResendDomainEmail = exports.domainListToplevelDomains = exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainGetToplevelDomain = exports.domainVerifyDomainOwnership = exports.domainGetSpecificDomainOwnership = exports.domainGetScreenshotForDomain = exports.domainGetHandleFields = exports.domainDeleteDomain = exports.domainGetDomain = exports.domainDeclareProcessChangeHandles = exports.domainDeclareProcessChangeAuthcode = exports.domainDeclareNameservers = exports.domainCreateAuthcode2ForDomain = exports.domainCreateAuthcodeForDomain = exports.domainCheckDomainAvailability = exports.domainChangeProjectOfDomain = exports.domainChangeOwnercOfDomain = exports.domainAbortDeclareProcess = exports.dnsZonesForProject = exports.dnsZoneGetSpecific = exports.dnsRecordTxtSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.databaseUpdateRedisDatabaseDescription = exports.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.pageinsightsGetPerformanceData = 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.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.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules = exports.fileGetFileMeta = void 0;
|
|
7
|
+
exports.userRemovePhoneNumber = exports.userAddPhoneNumber = exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.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 = 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.userCreateIssue = 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 = 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}",
|
|
@@ -852,6 +852,12 @@ exports.domainGetHandleFields = {
|
|
|
852
852
|
method: "GET",
|
|
853
853
|
operationId: "domain-get-handle-fields",
|
|
854
854
|
};
|
|
855
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
856
|
+
exports.domainGetScreenshotForDomain = {
|
|
857
|
+
path: "/v2/domains/{domainId}/screenshots/newest",
|
|
858
|
+
method: "GET",
|
|
859
|
+
operationId: "domain-get-screenshot-for-domain",
|
|
860
|
+
};
|
|
855
861
|
/** Get a domain ownership. */
|
|
856
862
|
exports.domainGetSpecificDomainOwnership = {
|
|
857
863
|
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
@@ -1497,6 +1497,28 @@ export declare module MittwaldAPIV2 {
|
|
|
1497
1497
|
domainOwnerData?: string;
|
|
1498
1498
|
name: string;
|
|
1499
1499
|
}
|
|
1500
|
+
interface ScreenshotTarget {
|
|
1501
|
+
domain: string;
|
|
1502
|
+
path?: string;
|
|
1503
|
+
scheme: "http" | "https";
|
|
1504
|
+
}
|
|
1505
|
+
interface ScreenshotTask {
|
|
1506
|
+
executedAt?: string;
|
|
1507
|
+
fileReference?: string;
|
|
1508
|
+
id: string;
|
|
1509
|
+
priority: number;
|
|
1510
|
+
settings: MittwaldAPIV2.Components.Schemas.ScreenshotScreenshotSettings;
|
|
1511
|
+
target: MittwaldAPIV2.Components.Schemas.ScreenshotTarget;
|
|
1512
|
+
taskState?: MittwaldAPIV2.Components.Schemas.ScreenshotLifecycleState | MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
1513
|
+
}
|
|
1514
|
+
type ScreenshotLifecycleState = string;
|
|
1515
|
+
interface ScreenshotScreenshotSettings {
|
|
1516
|
+
dataType: "jpeg" | "png" | "webp";
|
|
1517
|
+
delay: number;
|
|
1518
|
+
height: number;
|
|
1519
|
+
quality: number;
|
|
1520
|
+
width: number;
|
|
1521
|
+
}
|
|
1500
1522
|
interface DomainEmptyResponse {
|
|
1501
1523
|
error_props: {};
|
|
1502
1524
|
error_reason: string;
|
|
@@ -6565,6 +6587,7 @@ export declare module MittwaldAPIV2 {
|
|
|
6565
6587
|
namespace V2SignupPasswordResetConfirm { }
|
|
6566
6588
|
namespace V2SignupTokenApiApiTokenId { }
|
|
6567
6589
|
namespace V2SignupSshSshKeyId { }
|
|
6590
|
+
namespace V2SignupMfa { }
|
|
6568
6591
|
namespace V2SignupPasswordReset { }
|
|
6569
6592
|
namespace V2SignupLogout { }
|
|
6570
6593
|
namespace V2SignupEmailResend { }
|
|
@@ -6578,6 +6601,7 @@ export declare module MittwaldAPIV2 {
|
|
|
6578
6601
|
namespace V2User { }
|
|
6579
6602
|
namespace V2SignupSessions { }
|
|
6580
6603
|
namespace V2SignupSessionsTokenId { }
|
|
6604
|
+
namespace V2SignupProfile { }
|
|
6581
6605
|
namespace V2SignupEmailVerify { }
|
|
6582
6606
|
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom {
|
|
6583
6607
|
namespace Put {
|
|
@@ -7348,6 +7372,44 @@ export declare module MittwaldAPIV2 {
|
|
|
7348
7372
|
}
|
|
7349
7373
|
}
|
|
7350
7374
|
}
|
|
7375
|
+
namespace V2DomainsDomainIdScreenshotsNewest {
|
|
7376
|
+
namespace Get {
|
|
7377
|
+
namespace Parameters {
|
|
7378
|
+
type Path = {
|
|
7379
|
+
domainId: string;
|
|
7380
|
+
};
|
|
7381
|
+
interface RequestBody {
|
|
7382
|
+
domainName: string;
|
|
7383
|
+
path: string;
|
|
7384
|
+
}
|
|
7385
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7386
|
+
type Query = {};
|
|
7387
|
+
}
|
|
7388
|
+
namespace Responses {
|
|
7389
|
+
namespace $200 {
|
|
7390
|
+
namespace Content {
|
|
7391
|
+
interface ApplicationJson {
|
|
7392
|
+
references?: string[];
|
|
7393
|
+
}
|
|
7394
|
+
}
|
|
7395
|
+
}
|
|
7396
|
+
namespace $404 {
|
|
7397
|
+
namespace Content {
|
|
7398
|
+
interface ApplicationJson {
|
|
7399
|
+
[k: string]: unknown;
|
|
7400
|
+
}
|
|
7401
|
+
}
|
|
7402
|
+
}
|
|
7403
|
+
namespace Default {
|
|
7404
|
+
namespace Content {
|
|
7405
|
+
interface ApplicationJson {
|
|
7406
|
+
[k: string]: unknown;
|
|
7407
|
+
}
|
|
7408
|
+
}
|
|
7409
|
+
}
|
|
7410
|
+
}
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7351
7413
|
namespace V2DomainOwnershipsDomainOwnershipId {
|
|
7352
7414
|
namespace Get {
|
|
7353
7415
|
namespace Parameters {
|
|
@@ -12320,7 +12382,6 @@ export declare module MittwaldAPIV2 {
|
|
|
12320
12382
|
}
|
|
12321
12383
|
}
|
|
12322
12384
|
}
|
|
12323
|
-
namespace V2SignupProfile { }
|
|
12324
12385
|
namespace V2UsersSelf {
|
|
12325
12386
|
namespace Delete {
|
|
12326
12387
|
namespace Parameters {
|
|
@@ -12370,7 +12431,6 @@ export declare module MittwaldAPIV2 {
|
|
|
12370
12431
|
}
|
|
12371
12432
|
}
|
|
12372
12433
|
}
|
|
12373
|
-
namespace V2SignupMfa { }
|
|
12374
12434
|
namespace V2UsersSelfPersonalInformation {
|
|
12375
12435
|
namespace Get {
|
|
12376
12436
|
namespace Parameters {
|
|
@@ -1787,7 +1787,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1787
1787
|
date: string;
|
|
1788
1788
|
groups: {
|
|
1789
1789
|
contractId?: string | undefined;
|
|
1790
|
-
/** Delete an SFTPUser. */
|
|
1791
1790
|
description: string;
|
|
1792
1791
|
items: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceInvoiceItem[];
|
|
1793
1792
|
}[];
|
|
@@ -5554,6 +5553,43 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5554
5553
|
jsonSchemaAdminC?: {} | undefined;
|
|
5555
5554
|
jsonSchemaOwnerC: {};
|
|
5556
5555
|
}, 200, "application/json">>>;
|
|
5556
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
5557
|
+
getScreenshotForDomain: (request: {
|
|
5558
|
+
data: {
|
|
5559
|
+
domainName: string;
|
|
5560
|
+
path: string;
|
|
5561
|
+
};
|
|
5562
|
+
pathParameters: {
|
|
5563
|
+
domainId: string;
|
|
5564
|
+
};
|
|
5565
|
+
headers?: {
|
|
5566
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5567
|
+
"x-access-token"?: string | undefined;
|
|
5568
|
+
} | undefined;
|
|
5569
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5570
|
+
data: {
|
|
5571
|
+
domainName: string;
|
|
5572
|
+
path: string;
|
|
5573
|
+
};
|
|
5574
|
+
} & {
|
|
5575
|
+
pathParameters: {
|
|
5576
|
+
domainId: string;
|
|
5577
|
+
};
|
|
5578
|
+
} & {
|
|
5579
|
+
headers?: Partial<{
|
|
5580
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5581
|
+
}> | undefined;
|
|
5582
|
+
} & {
|
|
5583
|
+
headers: {
|
|
5584
|
+
"x-access-token"?: string | undefined;
|
|
5585
|
+
} & Partial<{
|
|
5586
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5587
|
+
}>;
|
|
5588
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5589
|
+
references?: string[] | undefined;
|
|
5590
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5591
|
+
[x: string]: unknown;
|
|
5592
|
+
}, 404, "application/json">>>;
|
|
5557
5593
|
/** Get a domain ownership. */
|
|
5558
5594
|
getSpecificDomainOwnership: (request: {
|
|
5559
5595
|
pathParameters: {
|
|
@@ -5835,7 +5871,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5835
5871
|
hostname: string;
|
|
5836
5872
|
id: string;
|
|
5837
5873
|
ips: {
|
|
5838
|
-
v4: string[];
|
|
5874
|
+
v4: string[];
|
|
5839
5875
|
};
|
|
5840
5876
|
isDefault: boolean;
|
|
5841
5877
|
isEnabled: boolean;
|
|
@@ -6082,7 +6118,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6082
6118
|
min?: {
|
|
6083
6119
|
height?: number | undefined;
|
|
6084
6120
|
width?: number | undefined;
|
|
6085
|
-
} | undefined;
|
|
6121
|
+
} | undefined;
|
|
6086
6122
|
} | undefined;
|
|
6087
6123
|
} | undefined;
|
|
6088
6124
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -6118,7 +6154,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6118
6154
|
min?: {
|
|
6119
6155
|
height?: number | undefined;
|
|
6120
6156
|
width?: number | undefined;
|
|
6121
|
-
} | undefined;
|
|
6157
|
+
} | undefined;
|
|
6122
6158
|
} | undefined;
|
|
6123
6159
|
} | undefined;
|
|
6124
6160
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -6466,7 +6502,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6466
6502
|
passwordUpdatedAt: string;
|
|
6467
6503
|
sendingEnabled: boolean;
|
|
6468
6504
|
spamProtection: {
|
|
6469
|
-
/** Store a new ssh-key. */
|
|
6470
6505
|
active: boolean;
|
|
6471
6506
|
autoDeleteSpam: boolean;
|
|
6472
6507
|
folder: "spam" | "inbox";
|
|
@@ -6476,7 +6511,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6476
6511
|
current: {
|
|
6477
6512
|
updatedAt: string;
|
|
6478
6513
|
value: number;
|
|
6479
|
-
};
|
|
6514
|
+
}; /** Get a specific ApiToken. */
|
|
6480
6515
|
limit: number;
|
|
6481
6516
|
};
|
|
6482
6517
|
} | undefined;
|
|
@@ -334,6 +334,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
334
334
|
deleteDomain: this.requestFunctionFactory(descriptors.domainDeleteDomain),
|
|
335
335
|
/** Get a HandleSchema. */
|
|
336
336
|
getHandleFields: this.requestFunctionFactory(descriptors.domainGetHandleFields),
|
|
337
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
338
|
+
getScreenshotForDomain: this.requestFunctionFactory(descriptors.domainGetScreenshotForDomain),
|
|
337
339
|
/** Get a domain ownership. */
|
|
338
340
|
getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
|
|
339
341
|
/** Verify a domain ownership. */
|
|
@@ -285,6 +285,8 @@ export declare const domainGetDomain: OpenAPIOperation<RequestType<Simplify<null
|
|
|
285
285
|
export declare const domainDeleteDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
286
286
|
/** Get a HandleSchema. */
|
|
287
287
|
export declare const domainGetHandleFields: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
288
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
289
|
+
export declare const domainGetScreenshotForDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScreenshotsNewest.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
288
290
|
/** Get a domain ownership. */
|
|
289
291
|
export declare const domainGetSpecificDomainOwnership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
290
292
|
/** Verify a domain ownership. */
|
|
@@ -844,6 +844,12 @@ export const domainGetHandleFields = {
|
|
|
844
844
|
method: "GET",
|
|
845
845
|
operationId: "domain-get-handle-fields",
|
|
846
846
|
};
|
|
847
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
848
|
+
export const domainGetScreenshotForDomain = {
|
|
849
|
+
path: "/v2/domains/{domainId}/screenshots/newest",
|
|
850
|
+
method: "GET",
|
|
851
|
+
operationId: "domain-get-screenshot-for-domain",
|
|
852
|
+
};
|
|
847
853
|
/** Get a domain ownership. */
|
|
848
854
|
export const domainGetSpecificDomainOwnership = {
|
|
849
855
|
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
@@ -1497,6 +1497,28 @@ export declare module MittwaldAPIV2 {
|
|
|
1497
1497
|
domainOwnerData?: string;
|
|
1498
1498
|
name: string;
|
|
1499
1499
|
}
|
|
1500
|
+
interface ScreenshotTarget {
|
|
1501
|
+
domain: string;
|
|
1502
|
+
path?: string;
|
|
1503
|
+
scheme: "http" | "https";
|
|
1504
|
+
}
|
|
1505
|
+
interface ScreenshotTask {
|
|
1506
|
+
executedAt?: string;
|
|
1507
|
+
fileReference?: string;
|
|
1508
|
+
id: string;
|
|
1509
|
+
priority: number;
|
|
1510
|
+
settings: MittwaldAPIV2.Components.Schemas.ScreenshotScreenshotSettings;
|
|
1511
|
+
target: MittwaldAPIV2.Components.Schemas.ScreenshotTarget;
|
|
1512
|
+
taskState?: MittwaldAPIV2.Components.Schemas.ScreenshotLifecycleState | MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
1513
|
+
}
|
|
1514
|
+
type ScreenshotLifecycleState = string;
|
|
1515
|
+
interface ScreenshotScreenshotSettings {
|
|
1516
|
+
dataType: "jpeg" | "png" | "webp";
|
|
1517
|
+
delay: number;
|
|
1518
|
+
height: number;
|
|
1519
|
+
quality: number;
|
|
1520
|
+
width: number;
|
|
1521
|
+
}
|
|
1500
1522
|
interface DomainEmptyResponse {
|
|
1501
1523
|
error_props: {};
|
|
1502
1524
|
error_reason: string;
|
|
@@ -6565,6 +6587,7 @@ export declare module MittwaldAPIV2 {
|
|
|
6565
6587
|
namespace V2SignupPasswordResetConfirm { }
|
|
6566
6588
|
namespace V2SignupTokenApiApiTokenId { }
|
|
6567
6589
|
namespace V2SignupSshSshKeyId { }
|
|
6590
|
+
namespace V2SignupMfa { }
|
|
6568
6591
|
namespace V2SignupPasswordReset { }
|
|
6569
6592
|
namespace V2SignupLogout { }
|
|
6570
6593
|
namespace V2SignupEmailResend { }
|
|
@@ -6578,6 +6601,7 @@ export declare module MittwaldAPIV2 {
|
|
|
6578
6601
|
namespace V2User { }
|
|
6579
6602
|
namespace V2SignupSessions { }
|
|
6580
6603
|
namespace V2SignupSessionsTokenId { }
|
|
6604
|
+
namespace V2SignupProfile { }
|
|
6581
6605
|
namespace V2SignupEmailVerify { }
|
|
6582
6606
|
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom {
|
|
6583
6607
|
namespace Put {
|
|
@@ -7348,6 +7372,44 @@ export declare module MittwaldAPIV2 {
|
|
|
7348
7372
|
}
|
|
7349
7373
|
}
|
|
7350
7374
|
}
|
|
7375
|
+
namespace V2DomainsDomainIdScreenshotsNewest {
|
|
7376
|
+
namespace Get {
|
|
7377
|
+
namespace Parameters {
|
|
7378
|
+
type Path = {
|
|
7379
|
+
domainId: string;
|
|
7380
|
+
};
|
|
7381
|
+
interface RequestBody {
|
|
7382
|
+
domainName: string;
|
|
7383
|
+
path: string;
|
|
7384
|
+
}
|
|
7385
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7386
|
+
type Query = {};
|
|
7387
|
+
}
|
|
7388
|
+
namespace Responses {
|
|
7389
|
+
namespace $200 {
|
|
7390
|
+
namespace Content {
|
|
7391
|
+
interface ApplicationJson {
|
|
7392
|
+
references?: string[];
|
|
7393
|
+
}
|
|
7394
|
+
}
|
|
7395
|
+
}
|
|
7396
|
+
namespace $404 {
|
|
7397
|
+
namespace Content {
|
|
7398
|
+
interface ApplicationJson {
|
|
7399
|
+
[k: string]: unknown;
|
|
7400
|
+
}
|
|
7401
|
+
}
|
|
7402
|
+
}
|
|
7403
|
+
namespace Default {
|
|
7404
|
+
namespace Content {
|
|
7405
|
+
interface ApplicationJson {
|
|
7406
|
+
[k: string]: unknown;
|
|
7407
|
+
}
|
|
7408
|
+
}
|
|
7409
|
+
}
|
|
7410
|
+
}
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7351
7413
|
namespace V2DomainOwnershipsDomainOwnershipId {
|
|
7352
7414
|
namespace Get {
|
|
7353
7415
|
namespace Parameters {
|
|
@@ -12320,7 +12382,6 @@ export declare module MittwaldAPIV2 {
|
|
|
12320
12382
|
}
|
|
12321
12383
|
}
|
|
12322
12384
|
}
|
|
12323
|
-
namespace V2SignupProfile { }
|
|
12324
12385
|
namespace V2UsersSelf {
|
|
12325
12386
|
namespace Delete {
|
|
12326
12387
|
namespace Parameters {
|
|
@@ -12370,7 +12431,6 @@ export declare module MittwaldAPIV2 {
|
|
|
12370
12431
|
}
|
|
12371
12432
|
}
|
|
12372
12433
|
}
|
|
12373
|
-
namespace V2SignupMfa { }
|
|
12374
12434
|
namespace V2UsersSelfPersonalInformation {
|
|
12375
12435
|
namespace Get {
|
|
12376
12436
|
namespace Parameters {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '2.0.14';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '2.0.14';
|