@mittwald/api-client 3.1.35 → 3.1.37
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/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.mjs +21 -17
- package/dist/react.d.mts +24 -18
- package/dist/react.d.ts +24 -18
- package/dist/react.mjs +6 -6
- package/dist/shared/{api-client.7029499e.d.mts → api-client.61e4cd90.d.mts} +2313 -2201
- package/dist/shared/{api-client.7029499e.d.ts → api-client.61e4cd90.d.ts} +2313 -2201
- package/dist/shared/{api-client.9217932c.mjs → api-client.f3e4ffbe.mjs} +26 -21
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +12 -4
|
@@ -778,6 +778,11 @@ const ingressDeleteIngress = {
|
|
|
778
778
|
method: "DELETE",
|
|
779
779
|
operationId: "ingress-delete-ingress"
|
|
780
780
|
};
|
|
781
|
+
const ingressIngressVerifyOwnership = {
|
|
782
|
+
path: "/v2/ingresses/{ingressId}/actions/verify-ownership",
|
|
783
|
+
method: "POST",
|
|
784
|
+
operationId: "ingress-ingress-verify-ownership"
|
|
785
|
+
};
|
|
781
786
|
const ingressUpdateIngressPaths = {
|
|
782
787
|
path: "/v2/ingresses/{ingressId}/paths",
|
|
783
788
|
method: "PATCH",
|
|
@@ -1248,6 +1253,11 @@ const userAuthenticate = {
|
|
|
1248
1253
|
method: "POST",
|
|
1249
1254
|
operationId: "user-authenticate"
|
|
1250
1255
|
};
|
|
1256
|
+
const userAuthenticateWithAccessTokenRetrievalKey = {
|
|
1257
|
+
path: "/v2/authenticate-token-retrieval-key",
|
|
1258
|
+
method: "POST",
|
|
1259
|
+
operationId: "user-authenticate-with-access-token-retrieval-key"
|
|
1260
|
+
};
|
|
1251
1261
|
const userGetOwnEmail = {
|
|
1252
1262
|
path: "/v2/users/self/credentials/email",
|
|
1253
1263
|
method: "GET",
|
|
@@ -1293,6 +1303,11 @@ const userConfirmPasswordReset = {
|
|
|
1293
1303
|
method: "POST",
|
|
1294
1304
|
operationId: "user-confirm-password-reset"
|
|
1295
1305
|
};
|
|
1306
|
+
const userCreateAccessTokenRetrievalKey = {
|
|
1307
|
+
path: "/v2/users/self/token-retrieval-key",
|
|
1308
|
+
method: "POST",
|
|
1309
|
+
operationId: "user-create-access-token-retrieval-key"
|
|
1310
|
+
};
|
|
1296
1311
|
const userListApiTokens = {
|
|
1297
1312
|
path: "/v2/users/self/api-tokens",
|
|
1298
1313
|
method: "GET",
|
|
@@ -1438,6 +1453,16 @@ const userLogout = {
|
|
|
1438
1453
|
method: "PUT",
|
|
1439
1454
|
operationId: "user-logout"
|
|
1440
1455
|
};
|
|
1456
|
+
const userOauthGetAuthorization = {
|
|
1457
|
+
path: "/v2/oauth2/authorize",
|
|
1458
|
+
method: "GET",
|
|
1459
|
+
operationId: "user-oauth-get-authorization"
|
|
1460
|
+
};
|
|
1461
|
+
const userOauthRetrieveAccessToken = {
|
|
1462
|
+
path: "/v2/oauth2/token",
|
|
1463
|
+
method: "POST",
|
|
1464
|
+
operationId: "user-oauth-retrieve-access-token"
|
|
1465
|
+
};
|
|
1441
1466
|
const userRegister = {
|
|
1442
1467
|
path: "/v2/register",
|
|
1443
1468
|
method: "POST",
|
|
@@ -1478,25 +1503,5 @@ const userVerifyRegistration = {
|
|
|
1478
1503
|
method: "POST",
|
|
1479
1504
|
operationId: "user-verify-registration"
|
|
1480
1505
|
};
|
|
1481
|
-
const userAuthenticateWithAccessTokenRetrievalKey = {
|
|
1482
|
-
path: "/v2/authenticate-token-retrieval-key",
|
|
1483
|
-
method: "POST",
|
|
1484
|
-
operationId: "user-authenticate-with-access-token-retrieval-key"
|
|
1485
|
-
};
|
|
1486
|
-
const userCreateAccessTokenRetrievalKey = {
|
|
1487
|
-
path: "/v2/users/self/token-retrieval-key",
|
|
1488
|
-
method: "POST",
|
|
1489
|
-
operationId: "user-create-access-token-retrieval-key"
|
|
1490
|
-
};
|
|
1491
|
-
const userOauthGetAuthorization = {
|
|
1492
|
-
path: "/v2/oauth2/authorize",
|
|
1493
|
-
method: "GET",
|
|
1494
|
-
operationId: "user-oauth-get-authorization"
|
|
1495
|
-
};
|
|
1496
|
-
const userOauthRetrieveAccessToken = {
|
|
1497
|
-
path: "/v2/oauth2/token",
|
|
1498
|
-
method: "POST",
|
|
1499
|
-
operationId: "user-oauth-retrieve-access-token"
|
|
1500
|
-
};
|
|
1501
1506
|
|
|
1502
|
-
export { orderCreateOrder as $, backupCreateProjectBackupSchedule as A, backupListProjectBackups as B, backupCreateProjectBackup as C, backupGetProjectBackupSchedule as D, backupDeleteProjectBackupSchedule as E, backupUpdateProjectBackupSchedule as F, backupGetProjectBackup as G, backupDeleteProjectBackup as H, backupUpdateProjectBackupDescription as I, contractTerminateContractItem as J, contractCancelContractItemTermination as K, contractCancelContractTariffChange as L, contractTerminateContract as M, contractCancelContractTermination as N, contractGetBaseItemOfContract as O, contractGetDetailOfContractByDomain as P, contractGetDetailOfContractByProject as Q, contractGetDetailOfContractByServer as R, contractGetDetailOfContractItem as S, contractGetDetailOfContract as T, contractGetNextTerminationDateForItem as U, contractListContracts as V, invoiceDetailOfInvoice as W, invoiceGetDetailOfInvoiceSettings as X, invoiceUpdateInvoiceSettings as Y, invoiceGetFileAccessToken as Z, invoiceListCustomerInvoices as _, appExecuteAction as a, databaseGetMysqlDatabase as a$, orderCreateTariffChange as a0, orderGetOrder as a1, orderListCustomerOrders as a2, orderListProjectOrders as a3, orderPreviewOrder as a4, orderPreviewTariffChange as a5, conversationListConversations as a6, conversationCreateConversation as a7, conversationListMessagesByConversation as a8, conversationCreateMessage as a9, customerGetCustomerCategory as aA, customerUpdateCategory as aB, customerDeleteCategory as aC, customerGetCustomerInvite as aD, customerDeleteCustomerInvite as aE, customerGetCustomerMembership as aF, customerDeleteCustomerMembership as aG, customerUpdateCustomerMembership as aH, customerGetCustomer as aI, customerUpdateCustomer as aJ, customerDeleteCustomer as aK, customerGetCustomerTokenInvite as aL, customerIsCustomerLegallyCompetent as aM, customerLeaveCustomer as aN, customerListCustomerInvites as aO, customerListCustomerMemberships as aP, customerListInvitesForCustomer as aQ, customerListMembershipsForCustomer as aR, customerRequestAvatarUpload as aS, customerRemoveAvatar as aT, customerResendCustomerInviteMail as aU, databaseListMysqlDatabases as aV, databaseCreateMysqlDatabase as aW, databaseListMysqlUsers as aX, databaseCreateMysqlUser as aY, databaseListRedisDatabases as aZ, databaseCreateRedisDatabase as a_, conversationGetCategory as aa, conversationGetConversationMembers as ab, conversationGetConversation as ac, conversationUpdateConversation as ad, conversationGetFileAccessToken as ae, conversationListCategories as af, conversationRequestFileUpload as ag, conversationSetConversationStatus as ah, conversationUpdateMessage as ai, cronjobAbortExecution as aj, cronjobListCronjobs as ak, cronjobCreateCronjob as al, cronjobListExecutions as am, cronjobCreateExecution as an, cronjobGetCronjob as ao, cronjobDeleteCronjob as ap, cronjobUpdateCronjob as aq, cronjobGetExecution as ar, cronjobUpdateCronjobAppId as as, customerAcceptCustomerInvite as at, customerListOfCustomerCategories as au, customerCreateCategory as av, customerCreateCustomerInvite as aw, customerListCustomers as ax, customerCreateCustomer as ay, customerDeclineCustomerInvite as az, appGetApp as b,
|
|
1507
|
+
export { orderCreateOrder as $, backupCreateProjectBackupSchedule as A, backupListProjectBackups as B, backupCreateProjectBackup as C, backupGetProjectBackupSchedule as D, backupDeleteProjectBackupSchedule as E, backupUpdateProjectBackupSchedule as F, backupGetProjectBackup as G, backupDeleteProjectBackup as H, backupUpdateProjectBackupDescription as I, contractTerminateContractItem as J, contractCancelContractItemTermination as K, contractCancelContractTariffChange as L, contractTerminateContract as M, contractCancelContractTermination as N, contractGetBaseItemOfContract as O, contractGetDetailOfContractByDomain as P, contractGetDetailOfContractByProject as Q, contractGetDetailOfContractByServer as R, contractGetDetailOfContractItem as S, contractGetDetailOfContract as T, contractGetNextTerminationDateForItem as U, contractListContracts as V, invoiceDetailOfInvoice as W, invoiceGetDetailOfInvoiceSettings as X, invoiceUpdateInvoiceSettings as Y, invoiceGetFileAccessToken as Z, invoiceListCustomerInvoices as _, appExecuteAction as a, databaseGetMysqlDatabase as a$, orderCreateTariffChange as a0, orderGetOrder as a1, orderListCustomerOrders as a2, orderListProjectOrders as a3, orderPreviewOrder as a4, orderPreviewTariffChange as a5, conversationListConversations as a6, conversationCreateConversation as a7, conversationListMessagesByConversation as a8, conversationCreateMessage as a9, customerGetCustomerCategory as aA, customerUpdateCategory as aB, customerDeleteCategory as aC, customerGetCustomerInvite as aD, customerDeleteCustomerInvite as aE, customerGetCustomerMembership as aF, customerDeleteCustomerMembership as aG, customerUpdateCustomerMembership as aH, customerGetCustomer as aI, customerUpdateCustomer as aJ, customerDeleteCustomer as aK, customerGetCustomerTokenInvite as aL, customerIsCustomerLegallyCompetent as aM, customerLeaveCustomer as aN, customerListCustomerInvites as aO, customerListCustomerMemberships as aP, customerListInvitesForCustomer as aQ, customerListMembershipsForCustomer as aR, customerRequestAvatarUpload as aS, customerRemoveAvatar as aT, customerResendCustomerInviteMail as aU, databaseListMysqlDatabases as aV, databaseCreateMysqlDatabase as aW, databaseListMysqlUsers as aX, databaseCreateMysqlUser as aY, databaseListRedisDatabases as aZ, databaseCreateRedisDatabase as a_, conversationGetCategory as aa, conversationGetConversationMembers as ab, conversationGetConversation as ac, conversationUpdateConversation as ad, conversationGetFileAccessToken as ae, conversationListCategories as af, conversationRequestFileUpload as ag, conversationSetConversationStatus as ah, conversationUpdateMessage as ai, cronjobAbortExecution as aj, cronjobListCronjobs as ak, cronjobCreateCronjob as al, cronjobListExecutions as am, cronjobCreateExecution as an, cronjobGetCronjob as ao, cronjobDeleteCronjob as ap, cronjobUpdateCronjob as aq, cronjobGetExecution as ar, cronjobUpdateCronjobAppId as as, customerAcceptCustomerInvite as at, customerListOfCustomerCategories as au, customerCreateCategory as av, customerCreateCustomerInvite as aw, customerListCustomers as ax, customerCreateCustomer as ay, customerDeclineCustomerInvite as az, appGetApp as b, mailCreateMailAddress as b$, databaseDeleteMysqlDatabase as b0, databaseGetMysqlUser as b1, databaseUpdateMysqlUser as b2, databaseDeleteMysqlUser as b3, databaseGetRedisDatabase as b4, databaseDeleteRedisDatabase as b5, databaseDisableMysqlUser as b6, databaseEnableMysqlUser as b7, databaseGetMysqlUserPhpMyAdminUrl as b8, databaseListMysqlCharsets as b9, domainDeleteDomain as bA, domainGetDomainOwnership as bB, domainGetLatestScreenshot as bC, domainListDomainOwnerships as bD, domainListTldContactSchemas as bE, domainListTlds as bF, domainResendDomainEmail as bG, domainUpdateDomainAuthCode as bH, domainUpdateDomainContact as bI, domainUpdateDomainProjectId as bJ, domainVerifyDomainOwnership as bK, ingressListIngresses as bL, ingressCreateIngress as bM, ingressGetIngress as bN, ingressDeleteIngress as bO, ingressIngressVerifyOwnership as bP, ingressUpdateIngressPaths as bQ, ingressRequestIngressAcmeCertificateIssuance as bR, ingressUpdateIngressTls as bS, fileCreateFile as bT, fileGetFileMeta as bU, fileGetFileUploadTokenRules as bV, fileGetFileUploadTypeRules as bW, fileGetFile as bX, mailListDeliveryBoxes as bY, mailCreateDeliverybox as bZ, mailListMailAddresses as b_, databaseListMysqlVersions as ba, databaseListRedisVersions as bb, databaseUpdateMysqlDatabaseDefaultCharset as bc, databaseUpdateMysqlDatabaseDescription as bd, databaseUpdateMysqlUserPassword as be, databaseUpdateRedisDatabaseConfiguration as bf, databaseUpdateRedisDatabaseDescription as bg, newsletterSubscribeUser as bh, newsletterGetInfo as bi, newsletterUnsubscribeUser as bj, notificationsCountUnreadNotifications as bk, notificationsListNotifications as bl, notificationsReadAllNotifications as bm, notificationsReadNotification as bn, dnsCreateDnsZone as bo, dnsGetDnsZone as bp, dnsDeleteDnsZone as bq, dnsListDnsZones as br, dnsSetRecordSetManaged as bs, dnsUpdateRecordSet as bt, domainAbortDomainDeclaration as bu, domainCheckDomainRegistrability as bv, domainListDomains as bw, domainCreateDomainAuthCode as bx, domainUpdateDomainNameservers as by, domainGetDomain as bz, appGetAppinstallation as c, userLogout as c$, mailGetDeliveryBox as c0, mailDeleteDeliveryBox as c1, mailGetMailAddress as c2, mailDeleteMailAddress as c3, mailListProjectMailSettings as c4, mailUpdateDeliveryBoxDescription as c5, mailUpdateDeliveryBoxPassword as c6, mailUpdateMailAddressAddress as c7, mailUpdateMailAddressAutoresponder as c8, mailUpdateMailAddressCatchAll as c9, userCreateApiToken as cA, userCreateFeedback as cB, userListSshKeys as cC, userCreateSshKey as cD, userGetApiToken as cE, userEditApiToken as cF, userDeleteApiToken as cG, userGetSshKey as cH, userEditSshKey as cI, userDeleteSshKey as cJ, userDeleteUser as cK, userGetOwnAccount as cL, userUpdateAccount as cM, userGetPasswordUpdatedAt as cN, userGetPersonalizedSettings as cO, userUpdatePersonalizedSettings as cP, userGetPollStatus as cQ, userPostPollStatus as cR, userGetSession as cS, userTerminateSession as cT, userGetUser as cU, userUpdatePersonalInformation as cV, userInitMfa as cW, userInitPasswordReset as cX, userListFeedback as cY, userListSessions as cZ, userTerminateAllSessions as c_, mailUpdateMailAddressForwardAddresses as ca, mailUpdateMailAddressPassword as cb, mailUpdateMailAddressQuota as cc, mailUpdateMailAddressSpamProtection as cd, mailUpdateProjectMailSetting as ce, pageinsightsGetPerformanceData as cf, pageinsightsGetStraceData as cg, pageinsightsListPerformanceDataForProject as ch, pageinsightsScheduleStrace as ci, passwordValidationGetPasswordPolicy as cj, userAddPhoneNumber as ck, userRemovePhoneNumber as cl, userAuthenticateMfa as cm, userAuthenticate as cn, userAuthenticateWithAccessTokenRetrievalKey as co, userGetOwnEmail as cp, userChangeEmail as cq, userChangePassword as cr, userCheckToken as cs, userGetMfaStatus as ct, userResetRecoverycodes as cu, userConfirmMfa as cv, userDisableMfa as cw, userConfirmPasswordReset as cx, userCreateAccessTokenRetrievalKey as cy, userListApiTokens as cz, appUninstallAppinstallation as d, userOauthGetAuthorization as d0, userOauthRetrieveAccessToken as d1, userRegister as d2, userRequestAvatarUpload as d3, userRemoveAvatar as d4, userResendVerificationEmail as d5, userSupportCodeRequest as d6, userVerifyEmail as d7, userVerifyPhoneNumber as d8, userVerifyRegistration as d9, projectResendProjectInviteMail as dA, projectUpdateProjectDescription as dB, projectUpdateServerDescription as dC, projectFileSystemGetDirectories as dD, projectFileSystemGetDiskUsage as dE, projectFileSystemGetFileContent as dF, projectFileSystemGetJwt as dG, projectFileSystemListFiles as dH, relocationCreateLegacyTariffChange as dI, relocationCreateRelocation as dJ, sftpUserListSftpUsers as dK, sftpUserCreateSftpUser as dL, sftpUserGetSftpUser as dM, sftpUserDeleteSftpUser as dN, sftpUserUpdateSftpUser as dO, sshUserListSshUsers as dP, sshUserCreateSshUser as dQ, sshUserGetSshUser as dR, sshUserDeleteSshUser as dS, sshUserUpdateSshUser as dT, projectAcceptProjectInvite as da, projectListInvitesForProject as db, projectCreateProjectInvite as dc, projectCreateProject as dd, projectDeclineProjectInvite as de, projectRequestProjectAvatarUpload as df, projectDeleteProjectAvatar as dg, projectGetProjectInvite as dh, projectDeleteProjectInvite as di, projectGetProjectMembership as dj, projectDeleteProjectMembership as dk, projectUpdateProjectMembership as dl, projectGetProject as dm, projectDeleteProject as dn, projectRequestServerAvatarUpload as dp, projectDeleteServerAvatar as dq, projectGetProjectTokenInvite as dr, projectGetSelfMembershipForProject as ds, projectGetServer as dt, projectLeaveProject as du, projectListMembershipsForProject as dv, projectListProjectInvites as dw, projectListProjectMemberships as dx, projectListProjects as dy, projectListServers as dz, appPatchAppinstallation as e, appGetAppversion as f, appGetMissingDependenciesForAppinstallation as g, appGetSystemsoftware as h, appGetSystemsoftwareversion as i, appLinkDatabase as j, appListAppinstallations as k, appRequestAppinstallation as l, appListApps as m, appListAppversions as n, appListSystemsoftwares as o, appListSystemsoftwareversions as p, appListUpdateCandidatesForAppversion as q, appRequestAppinstallationCopy as r, appRetrieveStatus as s, appSetDatabaseUsers as t, appUnlinkDatabase as u, articleGetArticle as v, articleListArticles as w, backupCreateProjectBackupExport as x, backupDeleteProjectBackupExport as y, backupListProjectBackupSchedules as z };
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.37';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.37';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.37",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -18,8 +18,14 @@
|
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"exports": {
|
|
21
|
-
".":
|
|
22
|
-
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./dist/index.d.mts",
|
|
23
|
+
"default": "./dist/index.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./react": {
|
|
26
|
+
"types": "./dist/react.d.mts",
|
|
27
|
+
"default": "./dist/react.mjs"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
"files": [
|
|
25
31
|
"dist"
|
|
@@ -36,7 +42,7 @@
|
|
|
36
42
|
"spec:refresh-dev:v2": "curl --silent https://api-public.dev.mittwald.systems/openapi | spec/transform-openapi.sh > spec/openapi-dev.json"
|
|
37
43
|
},
|
|
38
44
|
"dependencies": {
|
|
39
|
-
"@mittwald/api-client-commons": "4.
|
|
45
|
+
"@mittwald/api-client-commons": "4.2.0",
|
|
40
46
|
"browser-or-node": "^3.0.0-pre.0"
|
|
41
47
|
},
|
|
42
48
|
"devDependencies": {
|
|
@@ -88,6 +94,8 @@
|
|
|
88
94
|
"^build"
|
|
89
95
|
],
|
|
90
96
|
"inputs": [
|
|
97
|
+
"default",
|
|
98
|
+
"^default",
|
|
91
99
|
"{projectRoot}/spec/*"
|
|
92
100
|
],
|
|
93
101
|
"outputs": [
|