UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

2 lines 18.7 kB
var n=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var b=(r,e)=>{for(var t in e)n(r,t,{get:e[t],enumerable:!0})},u=(r,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of m(e))!g.call(r,s)&&s!==t&&n(r,s,{get:()=>e[s],enumerable:!(i=a(e,s))||i.enumerable});return r};var h=r=>u(n({},"__esModule",{value:!0}),r);var v={};b(v,{HostingWebHandler:()=>o});module.exports=h(v);var o=class{constructor(e){this.listWeb=()=>this.ovh.request("GET","/hosting/web");this.getWebAttachedDomain=()=>this.ovh.request("GET","/hosting/web/attachedDomain");this.getWebAvailableOffer=()=>this.ovh.request("GET","/hosting/web/availableOffer");this.getWebIncident=()=>this.ovh.request("GET","/hosting/web/incident");this.getWebLocalSeoDirectoriesList=()=>this.ovh.request("GET","/hosting/web/localSeo/directoriesList");this.checkWebLocalSeoEmailAvailability=()=>this.ovh.request("GET","/hosting/web/localSeo/emailAvailability");this.checkWebLocalSeoVisibility=e=>this.ovh.request("POST","/hosting/web/localSeo/visibilityCheck",e);this.getWebLocalSeoVisibilityCheckResult=()=>this.ovh.request("GET","/hosting/web/localSeo/visibilityCheckResult");this.getWebModuleList=()=>this.ovh.request("GET","/hosting/web/moduleList");this.getWebModuleListById=e=>this.ovh.request("GET",`/hosting/web/moduleList/${e}`);this.getWebOfferCapabilities=()=>this.ovh.request("GET","/hosting/web/offerCapabilities");this.getWebByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}`);this.updateWebByServiceName=(e,t)=>this.ovh.request("PUT",`/hosting/web/${e}`,t);this.postWebActivatePrivateDatabaseByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/activatePrivateDatabase`,t);this.getWebAttachedDomainByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/attachedDomain`);this.postWebAttachedDomainByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/attachedDomain`,t);this.deleteWebAttachedDomainByServiceNameAndDomain=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/attachedDomain/${e}`);this.getWebAttachedDomainByServiceNameAndDomain=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/attachedDomain/${e}`);this.updateWebAttachedDomainByServiceNameAndDomain=(e,t,i)=>this.ovh.request("PUT",`/hosting/web/${t}/attachedDomain/${e}`,i);this.postWebAttachedDomainPurgeCacheByServiceNameAndDomain=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/attachedDomain/${e}/purgeCache`);this.postWebAttachedDomainRestartByServiceNameAndDomain=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/attachedDomain/${e}/restart`);this.listWebAvailableConfigurationsByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/availableConfigurations`);this.getWebBoostHistoryByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/boostHistory`);this.getWebBoostHistoryByServiceNameAndDate=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/boostHistory/${e}`);this.getWebCdnByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cdn`);this.listWebCdnAvailableOptionsByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cdn/availableOptions`);this.listWebCdnDomainByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cdn/domain`);this.getWebCdnDomainByServiceNameAndDomainName=(e,t)=>this.ovh.request("GET",`/hosting/web/${e}/cdn/domain/${t}`);this.getWebCdnDomainLogsByServiceNameAndDomainName=(e,t)=>this.ovh.request("GET",`/hosting/web/${e}/cdn/domain/${t}/logs`);this.listWebCdnDomainOptionByServiceNameAndDomainName=(e,t)=>this.ovh.request("GET",`/hosting/web/${e}/cdn/domain/${t}/option`);this.addWebCdnDomainOptionByServiceNameAndDomainName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${e}/cdn/domain/${t}/option`,i);this.deleteWebCdnDomainOptionByServiceNameAndDomainNameAndOptionName=(e,t,i)=>this.ovh.request("DELETE",`/hosting/web/${e}/cdn/domain/${t}/option/${i}`);this.getWebCdnDomainOptionByServiceNameAndDomainNameAndOptionName=(e,t,i)=>this.ovh.request("GET",`/hosting/web/${e}/cdn/domain/${t}/option/${i}`);this.updateWebCdnDomainOptionByServiceNameAndDomainNameAndOptionName=(e,t,i,s)=>this.ovh.request("PUT",`/hosting/web/${e}/cdn/domain/${t}/option/${i}`,s);this.postWebCdnDomainPurgeByServiceNameAndDomainName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/cdn/domain/${t}/purge`);this.postWebCdnDomainRefreshByServiceNameAndDomainName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/cdn/domain/${t}/refresh`);this.getWebCdnDomainStatisticsByServiceNameAndDomainName=(e,t)=>this.ovh.request("GET",`/hosting/web/${e}/cdn/domain/${t}/statistics`);this.listWebCdnOperationByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cdn/operation`);this.getWebCdnOperationByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${e}/cdn/operation/${t}`);this.getWebCdnServiceInfosByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cdn/serviceInfos`);this.updateWebCdnServiceInfosUpdateByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/cdn/serviceInfosUpdate`,t);this.postWebCdnTerminateByServiceName=e=>this.ovh.request("POST",`/hosting/web/${e}/cdn/terminate`);this.launchWebChangeContactByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/changeContact`,t);this.getWebConfigurationByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/configuration`);this.updateWebConfigurationByServiceName=(e,t)=>this.ovh.request("PUT",`/hosting/web/${e}/configuration`,t);this.confirmWebTerminationByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/confirmTermination`,t);this.getWebCronByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cron`);this.createWebCronByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/cron`,t);this.deleteWebCronByServiceNameAndId=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/cron/${e}`);this.getWebCronByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/cron/${e}`);this.updateWebCronByServiceNameAndId=(e,t,i)=>this.ovh.request("PUT",`/hosting/web/${t}/cron/${e}`,i);this.getWebCronAvailableLanguageByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/cronAvailableLanguage`);this.getWebDatabaseByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/database`);this.postWebDatabaseByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/database`,t);this.deleteWebDatabaseByServiceNameAndName=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/database/${e}`);this.getWebDatabaseByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/database/${e}`);this.getWebDatabaseCapabilitiesByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/database/${e}/capabilities`);this.postWebDatabaseChangePasswordByServiceNameAndName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/database/${e}/changePassword`,i);this.getWebDatabaseDumpByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/database/${e}/dump`);this.postWebDatabaseDumpByServiceNameAndName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/database/${e}/dump`,i);this.deleteWebDatabaseDumpByServiceNameAndNameAndId=(e,t,i)=>this.ovh.request("DELETE",`/hosting/web/${i}/database/${t}/dump/${e}`);this.getWebDatabaseDumpByServiceNameAndNameAndId=(e,t,i)=>this.ovh.request("GET",`/hosting/web/${i}/database/${t}/dump/${e}`);this.postWebDatabaseDumpRestoreByServiceNameAndNameAndId=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${i}/database/${t}/dump/${e}/restore`);this.postWebDatabaseImportByServiceNameAndName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/database/${e}/import`,i);this.postWebDatabaseRequestByServiceNameAndName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/database/${e}/request`,i);this.postWebDatabaseRestoreByServiceNameAndName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/database/${e}/restore`,i);this.getWebDatabaseStatisticsByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/database/${e}/statistics`);this.listWebDatabaseAvailableTypeByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/databaseAvailableType`);this.listWebDatabaseAvailableVersionByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/databaseAvailableVersion`);this.listWebDatabaseCreationCapabilitiesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/databaseCreationCapabilities`);this.getWebDumpByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/dump`);this.deleteWebDumpByServiceNameAndId=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/dump/${e}`);this.getWebDumpByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/dump/${e}`);this.getWebEmailByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/email`);this.updateWebEmailByServiceName=(e,t)=>this.ovh.request("PUT",`/hosting/web/${e}/email`,t);this.getWebEmailBouncesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/email/bounces`);this.postWebEmailRequestByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/email/request`,t);this.getWebEmailVolumesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/email/volumes`);this.getWebEmailOptionByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/emailOption`);this.getWebEmailOptionByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/emailOption/${e}`);this.getWebEmailOptionServiceInfosByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/emailOption/${e}/serviceInfos`);this.postWebEmailOptionTerminateByServiceNameAndId=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/emailOption/${e}/terminate`);this.getWebEnvVarByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/envVar`);this.postWebEnvVarByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/envVar`,t);this.deleteWebEnvVarByServiceNameAndKey=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/envVar/${e}`);this.getWebEnvVarByServiceNameAndKey=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/envVar/${e}`);this.updateWebEnvVarByServiceNameAndKey=(e,t,i)=>this.ovh.request("PUT",`/hosting/web/${t}/envVar/${e}`,i);this.getWebExtraSqlPersoByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/extraSqlPerso`);this.getWebExtraSqlPersoByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/extraSqlPerso/${e}`);this.getWebExtraSqlPersoDatabasesByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/extraSqlPerso/${e}/databases`);this.getWebExtraSqlPersoServiceInfosByServiceNameAndName=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/extraSqlPerso/${e}/serviceInfos`);this.updateWebExtraSqlPersoServiceInfosUpdateByServiceNameAndName=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/extraSqlPerso/${e}/serviceInfosUpdate`,i);this.postWebExtraSqlPersoTerminateByServiceNameAndName=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/extraSqlPerso/${e}/terminate`);this.getWebFreedomByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/freedom`);this.deleteWebFreedomByServiceNameAndDomain=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/freedom/${e}`);this.getWebFreedomByServiceNameAndDomain=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/freedom/${e}`);this.getWebIndyByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/indy`);this.getWebIndyByServiceNameAndLogin=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/indy/${e}`);this.getWebLocalSeoAccountByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/localSeo/account`);this.getWebLocalSeoAccountByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/localSeo/account/${e}`);this.postWebLocalSeoAccountLoginByServiceNameAndId=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/localSeo/account/${e}/login`);this.checkWebLocalSeoEmailAvailabilityByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/localSeo/emailAvailability`);this.getWebLocalSeoLocationByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/localSeo/location`);this.getWebLocalSeoLocationByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/localSeo/location/${e}`);this.getWebLocalSeoLocationServiceInfosByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/localSeo/location/${e}/serviceInfos`);this.updateWebLocalSeoLocationServiceInfosUpdateByServiceNameAndId=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/localSeo/location/${e}/serviceInfosUpdate`,i);this.postWebLocalSeoLocationTerminateByServiceNameAndId=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/localSeo/location/${e}/terminate`);this.getWebModuleByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/module`);this.postWebModuleByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/module`,t);this.deleteWebModuleByServiceNameAndId=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/module/${e}`);this.getWebModuleByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/module/${e}`);this.postWebModuleChangePasswordByServiceNameAndId=(e,t)=>this.ovh.request("POST",`/hosting/web/${t}/module/${e}/changePassword`);this.getWebOvhConfigByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ovhConfig`);this.getWebOvhConfigByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/ovhConfig/${e}`);this.postWebOvhConfigChangeConfigurationByServiceNameAndId=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/ovhConfig/${e}/changeConfiguration`,i);this.postWebOvhConfigRollbackByServiceNameAndId=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/ovhConfig/${e}/rollback`,i);this.getWebOvhConfigCapabilitiesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ovhConfigCapabilities`);this.getWebOvhConfigRecommendedValuesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ovhConfigRecommendedValues`);this.postWebOvhConfigRefreshByServiceName=e=>this.ovh.request("POST",`/hosting/web/${e}/ovhConfigRefresh`);this.getWebOwnLogsByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ownLogs`);this.getWebOwnLogsByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/ownLogs/${e}`);this.getWebOwnLogsUserLogsByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/ownLogs/${e}/userLogs`);this.createWebOwnLogsUserLogsByServiceNameAndId=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/ownLogs/${e}/userLogs`,i);this.deleteWebOwnLogsUserLogsByServiceNameAndIdAndLogin=(e,t,i)=>this.ovh.request("DELETE",`/hosting/web/${i}/ownLogs/${e}/userLogs/${t}`);this.getWebOwnLogsUserLogsByServiceNameAndIdAndLogin=(e,t,i)=>this.ovh.request("GET",`/hosting/web/${i}/ownLogs/${e}/userLogs/${t}`);this.updateWebOwnLogsUserLogsByServiceNameAndIdAndLogin=(e,t,i,s)=>this.ovh.request("PUT",`/hosting/web/${i}/ownLogs/${e}/userLogs/${t}`,s);this.postWebOwnLogsUserLogsChangePasswordByServiceNameAndIdAndLogin=(e,t,i,s)=>this.ovh.request("POST",`/hosting/web/${i}/ownLogs/${e}/userLogs/${t}/changePassword`,s);this.listWebPrivateDatabaseCreationCapabilitiesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/privateDatabaseCreationCapabilities`);this.listWebPrivateDatabasesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/privateDatabases`);this.postWebRequestByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/request`,t);this.postWebRequestBoostByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/requestBoost`,t);this.postWebRestoreSnapshotByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/restoreSnapshot`,t);this.listWebRuntimeByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/runtime`);this.postWebRuntimeByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/runtime`,t);this.deleteWebRuntimeByServiceNameAndId=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/runtime/${e}`);this.getWebRuntimeByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/runtime/${e}`);this.updateWebRuntimeByServiceNameAndId=(e,t,i)=>this.ovh.request("PUT",`/hosting/web/${t}/runtime/${e}`,i);this.getWebRuntimeAttachedDomainsByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/runtime/${e}/attachedDomains`);this.listWebRuntimeAvailableTypesByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/runtimeAvailableTypes`);this.getWebServiceInfosByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/serviceInfos`);this.updateWebServiceInfosByServiceName=(e,t)=>this.ovh.request("PUT",`/hosting/web/${e}/serviceInfos`,t);this.getWebSslByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ssl`);this.deleteWebSslByServiceName=e=>this.ovh.request("DELETE",`/hosting/web/${e}/ssl`);this.createWebSslByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/ssl`,t);this.getWebSslDomainsByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ssl/domains`);this.postWebSslRegenerateByServiceName=e=>this.ovh.request("POST",`/hosting/web/${e}/ssl/regenerate`);this.getWebSslReportByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/ssl/report`);this.getWebStatisticsByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/statistics`);this.getWebTasksByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/tasks`);this.getWebTasksByServiceNameAndId=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/tasks/${e}`);this.postWebTerminateByServiceName=e=>this.ovh.request("POST",`/hosting/web/${e}/terminate`);this.getWebTokenByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/token`);this.getWebUserByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/user`);this.createWebUserByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/user`,t);this.deleteWebUserByServiceNameAndLogin=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/user/${e}`);this.getWebUserByServiceNameAndLogin=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/user/${e}`);this.updateWebUserByServiceNameAndLogin=(e,t,i)=>this.ovh.request("PUT",`/hosting/web/${t}/user/${e}`,i);this.postWebUserChangePasswordByServiceNameAndLogin=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/user/${e}/changePassword`,i);this.getWebUserLogsByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/userLogs`);this.createWebUserLogsByServiceName=(e,t)=>this.ovh.request("POST",`/hosting/web/${e}/userLogs`,t);this.deleteWebUserLogsByServiceNameAndLogin=(e,t)=>this.ovh.request("DELETE",`/hosting/web/${t}/userLogs/${e}`);this.getWebUserLogsByServiceNameAndLogin=(e,t)=>this.ovh.request("GET",`/hosting/web/${t}/userLogs/${e}`);this.updateWebUserLogsByServiceNameAndLogin=(e,t,i)=>this.ovh.request("PUT",`/hosting/web/${t}/userLogs/${e}`,i);this.postWebUserLogsChangePasswordByServiceNameAndLogin=(e,t,i)=>this.ovh.request("POST",`/hosting/web/${t}/userLogs/${e}/changePassword`,i);this.getWebUserLogsTokenByServiceName=e=>this.ovh.request("GET",`/hosting/web/${e}/userLogsToken`);this.ovh=e}};0&&(module.exports={HostingWebHandler}); //# sourceMappingURL=HostingWeb.js.map