@mittwald/api-client 2.0.16 → 2.0.17
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 +72 -3
- package/dist/cjs/generated/v2/client.js +4 -0
- package/dist/cjs/generated/v2/descriptors.d.ts +4 -0
- package/dist/cjs/generated/v2/descriptors.js +16 -4
- package/dist/cjs/generated/v2/types.d.ts +81 -0
- package/dist/esm/generated/v2/client.d.ts +72 -3
- package/dist/esm/generated/v2/client.js +4 -0
- package/dist/esm/generated/v2/descriptors.d.ts +4 -0
- package/dist/esm/generated/v2/descriptors.js +12 -0
- package/dist/esm/generated/v2/types.d.ts +81 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -4782,6 +4782,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4782
4782
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4783
4783
|
[x: string]: unknown;
|
|
4784
4784
|
}, 404, "application/json">>>;
|
|
4785
|
+
/** Update a RedisDatabase's configuration. */
|
|
4786
|
+
updateRedisDatabaseConfiguration: (request: {
|
|
4787
|
+
pathParameters: {
|
|
4788
|
+
id: string;
|
|
4789
|
+
};
|
|
4790
|
+
data?: {
|
|
4791
|
+
configuration?: {
|
|
4792
|
+
additionalFlags?: string[] | undefined;
|
|
4793
|
+
maxMemory?: string | undefined;
|
|
4794
|
+
maxMemoryPolicy?: string | undefined;
|
|
4795
|
+
persistent?: boolean | undefined;
|
|
4796
|
+
} | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
headers?: {
|
|
4799
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4800
|
+
"x-access-token"?: string | undefined;
|
|
4801
|
+
} | undefined;
|
|
4802
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4803
|
+
data: {
|
|
4804
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
4805
|
+
};
|
|
4806
|
+
} & {
|
|
4807
|
+
pathParameters: {
|
|
4808
|
+
id: string;
|
|
4809
|
+
};
|
|
4810
|
+
} & {
|
|
4811
|
+
headers?: Partial<{
|
|
4812
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4813
|
+
}> | undefined;
|
|
4814
|
+
} & {
|
|
4815
|
+
headers: {
|
|
4816
|
+
"x-access-token"?: string | undefined;
|
|
4817
|
+
} & Partial<{
|
|
4818
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4819
|
+
}>;
|
|
4820
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
4821
|
+
[x: string]: unknown;
|
|
4822
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4823
|
+
[x: string]: unknown;
|
|
4824
|
+
}, 404, "application/json">>>;
|
|
4785
4825
|
/** Update a RedisDatabase's description. */
|
|
4786
4826
|
updateRedisDatabaseDescription: (request: {
|
|
4787
4827
|
data: {
|
|
@@ -5981,6 +6021,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5981
6021
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5982
6022
|
[x: string]: unknown;
|
|
5983
6023
|
}, 404, "application/json">>>;
|
|
6024
|
+
/** Request ACME certificate issuance */
|
|
6025
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
6026
|
+
pathParameters: {
|
|
6027
|
+
ingressId: string;
|
|
6028
|
+
};
|
|
6029
|
+
headers?: {
|
|
6030
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6031
|
+
"x-access-token"?: string | undefined;
|
|
6032
|
+
} | undefined;
|
|
6033
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6034
|
+
headers?: Partial<{
|
|
6035
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6036
|
+
}> | undefined;
|
|
6037
|
+
} & {
|
|
6038
|
+
pathParameters: {
|
|
6039
|
+
ingressId: string;
|
|
6040
|
+
};
|
|
6041
|
+
} & {
|
|
6042
|
+
headers: {
|
|
6043
|
+
"x-access-token"?: string | undefined;
|
|
6044
|
+
} & Partial<{
|
|
6045
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6046
|
+
}>;
|
|
6047
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6048
|
+
[x: string]: unknown;
|
|
6049
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6050
|
+
[x: string]: unknown;
|
|
6051
|
+
}, 404, "application/json">>>;
|
|
5984
6052
|
/** Update an Ingresses tls settings. */
|
|
5985
6053
|
ingressTls: (request: {
|
|
5986
6054
|
data: {
|
|
@@ -6434,7 +6502,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6434
6502
|
address: string;
|
|
6435
6503
|
isCatchAll: boolean;
|
|
6436
6504
|
mailbox: {
|
|
6437
|
-
enableSpamProtection: boolean;
|
|
6505
|
+
enableSpamProtection: boolean;
|
|
6438
6506
|
password: string;
|
|
6439
6507
|
quotaInBytes: number;
|
|
6440
6508
|
};
|
|
@@ -6491,7 +6559,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6491
6559
|
autoResponder: {
|
|
6492
6560
|
active: boolean;
|
|
6493
6561
|
expiresAt?: string | undefined;
|
|
6494
|
-
message: string;
|
|
6562
|
+
message: string; /** Confirm password reset. */
|
|
6495
6563
|
startsAt?: string | undefined;
|
|
6496
6564
|
};
|
|
6497
6565
|
forwardAddresses: string[];
|
|
@@ -6509,11 +6577,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6509
6577
|
};
|
|
6510
6578
|
storageInBytes: {
|
|
6511
6579
|
current: {
|
|
6580
|
+
/** Get your stored ssh-keys. */
|
|
6512
6581
|
updatedAt: string;
|
|
6513
6582
|
value: number;
|
|
6514
6583
|
};
|
|
6515
6584
|
limit: number;
|
|
6516
|
-
};
|
|
6585
|
+
}; /** Store a new ssh-key. */
|
|
6517
6586
|
} | undefined;
|
|
6518
6587
|
projectId: string;
|
|
6519
6588
|
receivingDisabled: boolean;
|
|
@@ -294,6 +294,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
294
294
|
updateMysqlDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDescription),
|
|
295
295
|
/** Update a MySQLUser's password. */
|
|
296
296
|
updateMysqlUserPassword: this.requestFunctionFactory(descriptors.databaseUpdateMysqlUserPassword),
|
|
297
|
+
/** Update a RedisDatabase's configuration. */
|
|
298
|
+
updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
|
|
297
299
|
/** Update a RedisDatabase's description. */
|
|
298
300
|
updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
|
|
299
301
|
};
|
|
@@ -367,6 +369,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
367
369
|
ingressListForProject: this.requestFunctionFactory(descriptors.ingressListForProject),
|
|
368
370
|
/** Update an Ingresses paths. */
|
|
369
371
|
ingressPaths: this.requestFunctionFactory(descriptors.ingressPaths),
|
|
372
|
+
/** Request ACME certificate issuance */
|
|
373
|
+
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
370
374
|
/** Update an Ingresses tls settings. */
|
|
371
375
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
372
376
|
};
|
|
@@ -243,6 +243,8 @@ export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation
|
|
|
243
243
|
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
244
|
/** Update a MySQLUser's password. */
|
|
245
245
|
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
|
+
/** Update a RedisDatabase's configuration. */
|
|
247
|
+
export declare const databaseUpdateRedisDatabaseConfiguration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
248
|
/** Update a RedisDatabase's description. */
|
|
247
249
|
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
250
|
/** updates a-records for a specific zone */
|
|
@@ -323,6 +325,8 @@ export declare const ingressListAccessible: OpenAPIOperation<RequestType<Simplif
|
|
|
323
325
|
export declare const ingressListForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** Update an Ingresses paths. */
|
|
325
327
|
export declare const ingressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
+
/** Request ACME certificate issuance */
|
|
329
|
+
export declare const ingressRequestAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
330
|
/** Update an Ingresses tls settings. */
|
|
327
331
|
export declare const ingressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
332
|
/** Get details of an Invoice. */
|
|
@@ -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.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;
|
|
5
|
+
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.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.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.ingressRequestAcmeCertificateIssuance = exports.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules = exports.fileGetFileMeta = exports.fileCreateFile = 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}",
|
|
@@ -726,6 +726,12 @@ exports.databaseUpdateMysqlUserPassword = {
|
|
|
726
726
|
method: "PATCH",
|
|
727
727
|
operationId: "database-update-mysql-user-password",
|
|
728
728
|
};
|
|
729
|
+
/** Update a RedisDatabase's configuration. */
|
|
730
|
+
exports.databaseUpdateRedisDatabaseConfiguration = {
|
|
731
|
+
path: "/v2/redis-databases/{id}/configuration",
|
|
732
|
+
method: "PATCH",
|
|
733
|
+
operationId: "database-update-redis-database-configuration",
|
|
734
|
+
};
|
|
729
735
|
/** Update a RedisDatabase's description. */
|
|
730
736
|
exports.databaseUpdateRedisDatabaseDescription = {
|
|
731
737
|
path: "/v2/redis-databases/{id}/description",
|
|
@@ -966,6 +972,12 @@ exports.ingressPaths = {
|
|
|
966
972
|
method: "PUT",
|
|
967
973
|
operationId: "ingress-paths",
|
|
968
974
|
};
|
|
975
|
+
/** Request ACME certificate issuance */
|
|
976
|
+
exports.ingressRequestAcmeCertificateIssuance = {
|
|
977
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
978
|
+
method: "POST",
|
|
979
|
+
operationId: "ingress-request-acme-certificate-issuance",
|
|
980
|
+
};
|
|
969
981
|
/** Update an Ingresses tls settings. */
|
|
970
982
|
exports.ingressTls = {
|
|
971
983
|
path: "/v2/ingresses/{ingressId}/tls",
|
|
@@ -6538,6 +6538,48 @@ export declare module MittwaldAPIV2 {
|
|
|
6538
6538
|
}
|
|
6539
6539
|
}
|
|
6540
6540
|
}
|
|
6541
|
+
namespace V2RedisDatabasesIdConfiguration {
|
|
6542
|
+
namespace Patch {
|
|
6543
|
+
namespace Parameters {
|
|
6544
|
+
type Path = {
|
|
6545
|
+
id: string;
|
|
6546
|
+
};
|
|
6547
|
+
interface RequestBody {
|
|
6548
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
6549
|
+
}
|
|
6550
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6551
|
+
type Query = {};
|
|
6552
|
+
}
|
|
6553
|
+
namespace Responses {
|
|
6554
|
+
namespace $200 {
|
|
6555
|
+
namespace Content {
|
|
6556
|
+
type Empty = unknown;
|
|
6557
|
+
}
|
|
6558
|
+
}
|
|
6559
|
+
namespace $400 {
|
|
6560
|
+
namespace Content {
|
|
6561
|
+
interface ApplicationJson {
|
|
6562
|
+
[k: string]: unknown;
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
namespace $404 {
|
|
6567
|
+
namespace Content {
|
|
6568
|
+
interface ApplicationJson {
|
|
6569
|
+
[k: string]: unknown;
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
namespace Default {
|
|
6574
|
+
namespace Content {
|
|
6575
|
+
interface ApplicationJson {
|
|
6576
|
+
[k: string]: unknown;
|
|
6577
|
+
}
|
|
6578
|
+
}
|
|
6579
|
+
}
|
|
6580
|
+
}
|
|
6581
|
+
}
|
|
6582
|
+
}
|
|
6541
6583
|
namespace V2RedisDatabasesIdDescription {
|
|
6542
6584
|
namespace Patch {
|
|
6543
6585
|
namespace Parameters {
|
|
@@ -8071,6 +8113,45 @@ export declare module MittwaldAPIV2 {
|
|
|
8071
8113
|
}
|
|
8072
8114
|
}
|
|
8073
8115
|
}
|
|
8116
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8117
|
+
namespace Post {
|
|
8118
|
+
namespace Parameters {
|
|
8119
|
+
type Path = {
|
|
8120
|
+
ingressId: string;
|
|
8121
|
+
};
|
|
8122
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8123
|
+
type Query = {};
|
|
8124
|
+
}
|
|
8125
|
+
namespace Responses {
|
|
8126
|
+
namespace $200 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
type Empty = unknown;
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
namespace $400 {
|
|
8132
|
+
namespace Content {
|
|
8133
|
+
interface ApplicationJson {
|
|
8134
|
+
[k: string]: unknown;
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8138
|
+
namespace $404 {
|
|
8139
|
+
namespace Content {
|
|
8140
|
+
interface ApplicationJson {
|
|
8141
|
+
[k: string]: unknown;
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
namespace Default {
|
|
8146
|
+
namespace Content {
|
|
8147
|
+
interface ApplicationJson {
|
|
8148
|
+
[k: string]: unknown;
|
|
8149
|
+
}
|
|
8150
|
+
}
|
|
8151
|
+
}
|
|
8152
|
+
}
|
|
8153
|
+
}
|
|
8154
|
+
}
|
|
8074
8155
|
namespace V2IngressesIngressIdTls {
|
|
8075
8156
|
namespace Put {
|
|
8076
8157
|
namespace Parameters {
|
|
@@ -4782,6 +4782,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4782
4782
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4783
4783
|
[x: string]: unknown;
|
|
4784
4784
|
}, 404, "application/json">>>;
|
|
4785
|
+
/** Update a RedisDatabase's configuration. */
|
|
4786
|
+
updateRedisDatabaseConfiguration: (request: {
|
|
4787
|
+
pathParameters: {
|
|
4788
|
+
id: string;
|
|
4789
|
+
};
|
|
4790
|
+
data?: {
|
|
4791
|
+
configuration?: {
|
|
4792
|
+
additionalFlags?: string[] | undefined;
|
|
4793
|
+
maxMemory?: string | undefined;
|
|
4794
|
+
maxMemoryPolicy?: string | undefined;
|
|
4795
|
+
persistent?: boolean | undefined;
|
|
4796
|
+
} | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
headers?: {
|
|
4799
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4800
|
+
"x-access-token"?: string | undefined;
|
|
4801
|
+
} | undefined;
|
|
4802
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4803
|
+
data: {
|
|
4804
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
4805
|
+
};
|
|
4806
|
+
} & {
|
|
4807
|
+
pathParameters: {
|
|
4808
|
+
id: string;
|
|
4809
|
+
};
|
|
4810
|
+
} & {
|
|
4811
|
+
headers?: Partial<{
|
|
4812
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4813
|
+
}> | undefined;
|
|
4814
|
+
} & {
|
|
4815
|
+
headers: {
|
|
4816
|
+
"x-access-token"?: string | undefined;
|
|
4817
|
+
} & Partial<{
|
|
4818
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4819
|
+
}>;
|
|
4820
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
4821
|
+
[x: string]: unknown;
|
|
4822
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4823
|
+
[x: string]: unknown;
|
|
4824
|
+
}, 404, "application/json">>>;
|
|
4785
4825
|
/** Update a RedisDatabase's description. */
|
|
4786
4826
|
updateRedisDatabaseDescription: (request: {
|
|
4787
4827
|
data: {
|
|
@@ -5981,6 +6021,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5981
6021
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5982
6022
|
[x: string]: unknown;
|
|
5983
6023
|
}, 404, "application/json">>>;
|
|
6024
|
+
/** Request ACME certificate issuance */
|
|
6025
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
6026
|
+
pathParameters: {
|
|
6027
|
+
ingressId: string;
|
|
6028
|
+
};
|
|
6029
|
+
headers?: {
|
|
6030
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6031
|
+
"x-access-token"?: string | undefined;
|
|
6032
|
+
} | undefined;
|
|
6033
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6034
|
+
headers?: Partial<{
|
|
6035
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6036
|
+
}> | undefined;
|
|
6037
|
+
} & {
|
|
6038
|
+
pathParameters: {
|
|
6039
|
+
ingressId: string;
|
|
6040
|
+
};
|
|
6041
|
+
} & {
|
|
6042
|
+
headers: {
|
|
6043
|
+
"x-access-token"?: string | undefined;
|
|
6044
|
+
} & Partial<{
|
|
6045
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6046
|
+
}>;
|
|
6047
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6048
|
+
[x: string]: unknown;
|
|
6049
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6050
|
+
[x: string]: unknown;
|
|
6051
|
+
}, 404, "application/json">>>;
|
|
5984
6052
|
/** Update an Ingresses tls settings. */
|
|
5985
6053
|
ingressTls: (request: {
|
|
5986
6054
|
data: {
|
|
@@ -6434,7 +6502,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6434
6502
|
address: string;
|
|
6435
6503
|
isCatchAll: boolean;
|
|
6436
6504
|
mailbox: {
|
|
6437
|
-
enableSpamProtection: boolean;
|
|
6505
|
+
enableSpamProtection: boolean;
|
|
6438
6506
|
password: string;
|
|
6439
6507
|
quotaInBytes: number;
|
|
6440
6508
|
};
|
|
@@ -6491,7 +6559,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6491
6559
|
autoResponder: {
|
|
6492
6560
|
active: boolean;
|
|
6493
6561
|
expiresAt?: string | undefined;
|
|
6494
|
-
message: string;
|
|
6562
|
+
message: string; /** Confirm password reset. */
|
|
6495
6563
|
startsAt?: string | undefined;
|
|
6496
6564
|
};
|
|
6497
6565
|
forwardAddresses: string[];
|
|
@@ -6509,11 +6577,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6509
6577
|
};
|
|
6510
6578
|
storageInBytes: {
|
|
6511
6579
|
current: {
|
|
6580
|
+
/** Get your stored ssh-keys. */
|
|
6512
6581
|
updatedAt: string;
|
|
6513
6582
|
value: number;
|
|
6514
6583
|
};
|
|
6515
6584
|
limit: number;
|
|
6516
|
-
};
|
|
6585
|
+
}; /** Store a new ssh-key. */
|
|
6517
6586
|
} | undefined;
|
|
6518
6587
|
projectId: string;
|
|
6519
6588
|
receivingDisabled: boolean;
|
|
@@ -289,6 +289,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
289
289
|
updateMysqlDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDescription),
|
|
290
290
|
/** Update a MySQLUser's password. */
|
|
291
291
|
updateMysqlUserPassword: this.requestFunctionFactory(descriptors.databaseUpdateMysqlUserPassword),
|
|
292
|
+
/** Update a RedisDatabase's configuration. */
|
|
293
|
+
updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
|
|
292
294
|
/** Update a RedisDatabase's description. */
|
|
293
295
|
updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
|
|
294
296
|
};
|
|
@@ -362,6 +364,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
362
364
|
ingressListForProject: this.requestFunctionFactory(descriptors.ingressListForProject),
|
|
363
365
|
/** Update an Ingresses paths. */
|
|
364
366
|
ingressPaths: this.requestFunctionFactory(descriptors.ingressPaths),
|
|
367
|
+
/** Request ACME certificate issuance */
|
|
368
|
+
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
365
369
|
/** Update an Ingresses tls settings. */
|
|
366
370
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
367
371
|
};
|
|
@@ -243,6 +243,8 @@ export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation
|
|
|
243
243
|
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
244
|
/** Update a MySQLUser's password. */
|
|
245
245
|
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
|
+
/** Update a RedisDatabase's configuration. */
|
|
247
|
+
export declare const databaseUpdateRedisDatabaseConfiguration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
248
|
/** Update a RedisDatabase's description. */
|
|
247
249
|
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
250
|
/** updates a-records for a specific zone */
|
|
@@ -323,6 +325,8 @@ export declare const ingressListAccessible: OpenAPIOperation<RequestType<Simplif
|
|
|
323
325
|
export declare const ingressListForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** Update an Ingresses paths. */
|
|
325
327
|
export declare const ingressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
+
/** Request ACME certificate issuance */
|
|
329
|
+
export declare const ingressRequestAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
330
|
/** Update an Ingresses tls settings. */
|
|
327
331
|
export declare const ingressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
332
|
/** Get details of an Invoice. */
|
|
@@ -718,6 +718,12 @@ export const databaseUpdateMysqlUserPassword = {
|
|
|
718
718
|
method: "PATCH",
|
|
719
719
|
operationId: "database-update-mysql-user-password",
|
|
720
720
|
};
|
|
721
|
+
/** Update a RedisDatabase's configuration. */
|
|
722
|
+
export const databaseUpdateRedisDatabaseConfiguration = {
|
|
723
|
+
path: "/v2/redis-databases/{id}/configuration",
|
|
724
|
+
method: "PATCH",
|
|
725
|
+
operationId: "database-update-redis-database-configuration",
|
|
726
|
+
};
|
|
721
727
|
/** Update a RedisDatabase's description. */
|
|
722
728
|
export const databaseUpdateRedisDatabaseDescription = {
|
|
723
729
|
path: "/v2/redis-databases/{id}/description",
|
|
@@ -958,6 +964,12 @@ export const ingressPaths = {
|
|
|
958
964
|
method: "PUT",
|
|
959
965
|
operationId: "ingress-paths",
|
|
960
966
|
};
|
|
967
|
+
/** Request ACME certificate issuance */
|
|
968
|
+
export const ingressRequestAcmeCertificateIssuance = {
|
|
969
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
970
|
+
method: "POST",
|
|
971
|
+
operationId: "ingress-request-acme-certificate-issuance",
|
|
972
|
+
};
|
|
961
973
|
/** Update an Ingresses tls settings. */
|
|
962
974
|
export const ingressTls = {
|
|
963
975
|
path: "/v2/ingresses/{ingressId}/tls",
|
|
@@ -6538,6 +6538,48 @@ export declare module MittwaldAPIV2 {
|
|
|
6538
6538
|
}
|
|
6539
6539
|
}
|
|
6540
6540
|
}
|
|
6541
|
+
namespace V2RedisDatabasesIdConfiguration {
|
|
6542
|
+
namespace Patch {
|
|
6543
|
+
namespace Parameters {
|
|
6544
|
+
type Path = {
|
|
6545
|
+
id: string;
|
|
6546
|
+
};
|
|
6547
|
+
interface RequestBody {
|
|
6548
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
6549
|
+
}
|
|
6550
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6551
|
+
type Query = {};
|
|
6552
|
+
}
|
|
6553
|
+
namespace Responses {
|
|
6554
|
+
namespace $200 {
|
|
6555
|
+
namespace Content {
|
|
6556
|
+
type Empty = unknown;
|
|
6557
|
+
}
|
|
6558
|
+
}
|
|
6559
|
+
namespace $400 {
|
|
6560
|
+
namespace Content {
|
|
6561
|
+
interface ApplicationJson {
|
|
6562
|
+
[k: string]: unknown;
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
namespace $404 {
|
|
6567
|
+
namespace Content {
|
|
6568
|
+
interface ApplicationJson {
|
|
6569
|
+
[k: string]: unknown;
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
namespace Default {
|
|
6574
|
+
namespace Content {
|
|
6575
|
+
interface ApplicationJson {
|
|
6576
|
+
[k: string]: unknown;
|
|
6577
|
+
}
|
|
6578
|
+
}
|
|
6579
|
+
}
|
|
6580
|
+
}
|
|
6581
|
+
}
|
|
6582
|
+
}
|
|
6541
6583
|
namespace V2RedisDatabasesIdDescription {
|
|
6542
6584
|
namespace Patch {
|
|
6543
6585
|
namespace Parameters {
|
|
@@ -8071,6 +8113,45 @@ export declare module MittwaldAPIV2 {
|
|
|
8071
8113
|
}
|
|
8072
8114
|
}
|
|
8073
8115
|
}
|
|
8116
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8117
|
+
namespace Post {
|
|
8118
|
+
namespace Parameters {
|
|
8119
|
+
type Path = {
|
|
8120
|
+
ingressId: string;
|
|
8121
|
+
};
|
|
8122
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8123
|
+
type Query = {};
|
|
8124
|
+
}
|
|
8125
|
+
namespace Responses {
|
|
8126
|
+
namespace $200 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
type Empty = unknown;
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
namespace $400 {
|
|
8132
|
+
namespace Content {
|
|
8133
|
+
interface ApplicationJson {
|
|
8134
|
+
[k: string]: unknown;
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8138
|
+
namespace $404 {
|
|
8139
|
+
namespace Content {
|
|
8140
|
+
interface ApplicationJson {
|
|
8141
|
+
[k: string]: unknown;
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
namespace Default {
|
|
8146
|
+
namespace Content {
|
|
8147
|
+
interface ApplicationJson {
|
|
8148
|
+
[k: string]: unknown;
|
|
8149
|
+
}
|
|
8150
|
+
}
|
|
8151
|
+
}
|
|
8152
|
+
}
|
|
8153
|
+
}
|
|
8154
|
+
}
|
|
8074
8155
|
namespace V2IngressesIngressIdTls {
|
|
8075
8156
|
namespace Put {
|
|
8076
8157
|
namespace Parameters {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '2.0.17';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '2.0.17';
|