@mittwald/api-client 3.1.34 → 3.1.36

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.
@@ -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, mailGetDeliveryBox 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, ingressUpdateIngressPaths as bP, ingressRequestIngressAcmeCertificateIssuance as bQ, ingressUpdateIngressTls as bR, fileCreateFile as bS, fileGetFileMeta as bT, fileGetFileUploadTokenRules as bU, fileGetFileUploadTypeRules as bV, fileGetFile as bW, mailListDeliveryBoxes as bX, mailCreateDeliverybox as bY, mailListMailAddresses as bZ, mailCreateMailAddress 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, userRemoveAvatar as c$, mailDeleteDeliveryBox as c0, mailGetMailAddress as c1, mailDeleteMailAddress as c2, mailListProjectMailSettings as c3, mailUpdateDeliveryBoxDescription as c4, mailUpdateDeliveryBoxPassword as c5, mailUpdateMailAddressAddress as c6, mailUpdateMailAddressAutoresponder as c7, mailUpdateMailAddressCatchAll as c8, mailUpdateMailAddressForwardAddresses as c9, userCreateSshKey as cA, userGetApiToken as cB, userEditApiToken as cC, userDeleteApiToken as cD, userGetSshKey as cE, userEditSshKey as cF, userDeleteSshKey as cG, userDeleteUser as cH, userGetOwnAccount as cI, userUpdateAccount as cJ, userGetPasswordUpdatedAt as cK, userGetPersonalizedSettings as cL, userUpdatePersonalizedSettings as cM, userGetPollStatus as cN, userPostPollStatus as cO, userGetSession as cP, userTerminateSession as cQ, userGetUser as cR, userUpdatePersonalInformation as cS, userInitMfa as cT, userInitPasswordReset as cU, userListFeedback as cV, userListSessions as cW, userTerminateAllSessions as cX, userLogout as cY, userRegister as cZ, userRequestAvatarUpload as c_, mailUpdateMailAddressPassword as ca, mailUpdateMailAddressQuota as cb, mailUpdateMailAddressSpamProtection as cc, mailUpdateProjectMailSetting as cd, pageinsightsGetPerformanceData as ce, pageinsightsGetStraceData as cf, pageinsightsListPerformanceDataForProject as cg, pageinsightsScheduleStrace as ch, passwordValidationGetPasswordPolicy as ci, userAddPhoneNumber as cj, userRemovePhoneNumber as ck, userAuthenticateMfa as cl, userAuthenticate as cm, userGetOwnEmail as cn, userChangeEmail as co, userChangePassword as cp, userCheckToken as cq, userGetMfaStatus as cr, userResetRecoverycodes as cs, userConfirmMfa as ct, userDisableMfa as cu, userConfirmPasswordReset as cv, userListApiTokens as cw, userCreateApiToken as cx, userCreateFeedback as cy, userListSshKeys as cz, appUninstallAppinstallation as d, userResendVerificationEmail as d0, userSupportCodeRequest as d1, userVerifyEmail as d2, userVerifyPhoneNumber as d3, userVerifyRegistration as d4, userAuthenticateWithAccessTokenRetrievalKey as d5, userCreateAccessTokenRetrievalKey as d6, userOauthGetAuthorization as d7, userOauthRetrieveAccessToken as d8, projectAcceptProjectInvite as d9, projectUpdateProjectDescription as dA, projectUpdateServerDescription as dB, projectFileSystemGetDirectories as dC, projectFileSystemGetDiskUsage as dD, projectFileSystemGetFileContent as dE, projectFileSystemGetJwt as dF, projectFileSystemListFiles as dG, relocationCreateLegacyTariffChange as dH, relocationCreateRelocation as dI, sftpUserListSftpUsers as dJ, sftpUserCreateSftpUser as dK, sftpUserGetSftpUser as dL, sftpUserDeleteSftpUser as dM, sftpUserUpdateSftpUser as dN, sshUserListSshUsers as dO, sshUserCreateSshUser as dP, sshUserGetSshUser as dQ, sshUserDeleteSshUser as dR, sshUserUpdateSshUser as dS, projectListInvitesForProject as da, projectCreateProjectInvite as db, projectCreateProject as dc, projectDeclineProjectInvite as dd, projectRequestProjectAvatarUpload as de, projectDeleteProjectAvatar as df, projectGetProjectInvite as dg, projectDeleteProjectInvite as dh, projectGetProjectMembership as di, projectDeleteProjectMembership as dj, projectUpdateProjectMembership as dk, projectGetProject as dl, projectDeleteProject as dm, projectRequestServerAvatarUpload as dn, projectDeleteServerAvatar as dp, projectGetProjectTokenInvite as dq, projectGetSelfMembershipForProject as dr, projectGetServer as ds, projectLeaveProject as dt, projectListMembershipsForProject as du, projectListProjectInvites as dv, projectListProjectMemberships as dw, projectListProjects as dx, projectListServers as dy, projectResendProjectInviteMail 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 };
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.34';
1
+ export declare const MittwaldAPIClientVersion = '3.1.36';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.1.34';
1
+ export const MittwaldAPIClientVersion = '3.1.36';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.1.34",
3
+ "version": "3.1.36",
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",