node-ovh-ts
Version:
OVH API wrapper library for TypeScript
1 lines • 85.8 kB
JavaScript
var n=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},g=(o,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of d(r))!u.call(o,i)&&i!==e&&n(o,i,{get:()=>r[i],enumerable:!(t=a(r,i))||t.enumerable});return o};var m=o=>g(n({},"__esModule",{value:!0}),o);var h={};c(h,{OrderHandler:()=>s});module.exports=m(h);var s=class{constructor(r){this.listCart=()=>this.ovh.request("GET","/order/cart");this.createCart=r=>this.ovh.request("POST","/order/cart",r);this.deleteCartByCartId=r=>this.ovh.request("DELETE",`/order/cart/${r}`);this.getCartByCartId=r=>this.ovh.request("GET",`/order/cart/${r}`);this.putCartByCartId=(r,e)=>this.ovh.request("PUT",`/order/cart/${r}`,e);this.getCartAnalyticsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/analytics`);this.postCartAnalyticsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/analytics`,e);this.getCartAnalyticsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/analytics/options`);this.postCartAnalyticsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/analytics/options`,e);this.getCartAnthosByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/anthos`);this.postCartAnthosByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/anthos`,e);this.getCartAnthosOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/anthos/options`);this.postCartAnthosOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/anthos/options`,e);this.postCartAssignByCartId=r=>this.ovh.request("POST",`/order/cart/${r}/assign`);this.getCartBaremetalServersByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/baremetalServers`);this.postCartBaremetalServersByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/baremetalServers`,e);this.getCartBaremetalServersOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/baremetalServers/options`);this.postCartBaremetalServersOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/baremetalServers/options`,e);this.getCartBringYourOwnIpByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/bringYourOwnIp`);this.postCartBringYourOwnIpByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/bringYourOwnIp`,e);this.getCartCdnByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cdn`);this.postCartCdnByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cdn`,e);this.getCartCdnOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cdn/options`);this.postCartCdnOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cdn/options`,e);this.getCartCephaasByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cephaas`);this.postCartCephaasByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cephaas`,e);this.getCartCephaasOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cephaas/options`);this.postCartCephaasOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cephaas/options`,e);this.getCartCheckoutByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/checkout`);this.validateCartCheckoutByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/checkout`,e);this.getCartCloudByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cloud`);this.postCartCloudByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cloud`,e);this.getCartCloudOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cloud/options`);this.postCartCloudOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cloud/options`,e);this.getCartCloudDBByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cloudDB`);this.addCartCloudDBByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cloudDB`,e);this.getCartCloudwebByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cloudweb`);this.postCartCloudwebByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cloudweb`,e);this.getCartCloudwebOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/cloudweb/options`);this.postCartCloudwebOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/cloudweb/options`,e);this.deleteCartCouponByCartId=r=>this.ovh.request("DELETE",`/order/cart/${r}/coupon`);this.getCartCouponByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/coupon`);this.addCartCouponByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/coupon`,e);this.getCartCsp2ByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/csp2`);this.postCartCsp2ByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/csp2`,e);this.getCartCsp2OptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/csp2/options`);this.postCartCsp2OptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/csp2/options`,e);this.getCartDbaasTimeseriesByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dbaasTimeseries`);this.postCartDbaasTimeseriesByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dbaasTimeseries`,e);this.getCartDedicatedByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicated`);this.postCartDedicatedByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicated`,e);this.getCartDedicatedOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicated/options`);this.postCartDedicatedOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicated/options`,e);this.getCartDedicatedCloudByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedCloud`);this.postCartDedicatedCloudByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedCloud`,e);this.getCartDedicatedCloudOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedCloud/options`);this.postCartDedicatedCloudOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedCloud/options`,e);this.getCartDedicatedDirectSalesByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedDirectSales`);this.postCartDedicatedDirectSalesByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedDirectSales`,e);this.getCartDedicatedDirectSalesOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedDirectSales/options`);this.postCartDedicatedDirectSalesOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedDirectSales/options`,e);this.getCartDedicatedLabsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedLabs`);this.postCartDedicatedLabsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedLabs`,e);this.getCartDedicatedLabsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedLabs/options`);this.postCartDedicatedLabsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedLabs/options`,e);this.getCartDedicatedLegacyByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedLegacy`);this.postCartDedicatedLegacyByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedLegacy`,e);this.getCartDedicatedLegacyOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedLegacy/options`);this.postCartDedicatedLegacyOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedLegacy/options`,e);this.getCartDedicatedPciVpsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedPciVps`);this.postCartDedicatedPciVpsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedPciVps`,e);this.getCartDedicatedPciVpsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedPciVps/options`);this.postCartDedicatedPciVpsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedPciVps/options`,e);this.getCartDedicatedResellerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedReseller`);this.postCartDedicatedResellerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedReseller`,e);this.getCartDedicatedResellerOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dedicatedReseller/options`);this.postCartDedicatedResellerOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dedicatedReseller/options`,e);this.getCartDeskaasByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/deskaas`);this.postCartDeskaasByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/deskaas`,e);this.getCartDiscoverByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/discover`);this.postCartDiscoverByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/discover`,e);this.getCartDiscoverOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/discover/options`);this.postCartDiscoverOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/discover/options`,e);this.getCartDnsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dns`);this.postCartDnsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dns`,e);this.getCartDnsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/dns/options`);this.postCartDnsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/dns/options`,e);this.getCartDomainByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/domain`);this.postCartDomainByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/domain`,e);this.getCartDomainOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/domain/options`);this.postCartDomainOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/domain/options`,e);this.getCartDomainPacksByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/domainPacks`);this.postCartDomainPacksByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/domainPacks`,e);this.getCartDomainRestoreByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/domainRestore`);this.getCartDomainTransferByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/domainTransfer`);this.postCartDomainTransferByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/domainTransfer`,e);this.getCartDomainTransferOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/domainTransfer/options`);this.postCartDomainTransferOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/domainTransfer/options`,e);this.getCartEcoByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/eco`);this.postCartEcoByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/eco`,e);this.getCartEcoOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/eco/options`);this.postCartEcoOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/eco/options`,e);this.getCartEmailDomainByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/emailDomain`);this.addCartEmailDomainByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/emailDomain`,e);this.getCartEmailproByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/emailpro`);this.postCartEmailproByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/emailpro`,e);this.getCartEmailproOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/emailpro/options`);this.postCartEmailproOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/emailpro/options`,e);this.getCartExchangeByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/exchange`);this.postCartExchangeByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/exchange`,e);this.getCartExchangeOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/exchange/options`);this.postCartExchangeOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/exchange/options`,e);this.getCartExchangeEnterpriseByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/exchangeEnterprise`);this.postCartExchangeEnterpriseByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/exchangeEnterprise`,e);this.getCartExchangeEnterpriseOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/exchangeEnterprise/options`);this.postCartExchangeEnterpriseOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/exchangeEnterprise/options`,e);this.getCartIpByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ip`);this.postCartIpByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ip`,e);this.getCartIpOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ip/options`);this.postCartIpOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ip/options`,e);this.getCartIpLoadbalancingByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ipLoadbalancing`);this.postCartIpLoadbalancingByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ipLoadbalancing`,e);this.getCartIpLoadbalancingOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ipLoadbalancing/options`);this.postCartIpLoadbalancingOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ipLoadbalancing/options`,e);this.getCartIpResellerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ipReseller`);this.postCartIpResellerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ipReseller`,e);this.getCartIspPublicByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ispPublic`);this.postCartIspPublicByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ispPublic`,e);this.getCartIspPublicOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ispPublic/options`);this.postCartIspPublicOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ispPublic/options`,e);this.getCartIspResellerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ispReseller`);this.postCartIspResellerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ispReseller`,e);this.getCartIspResellerOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ispReseller/options`);this.postCartIspResellerOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ispReseller/options`,e);this.listCartItemByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/item`);this.deleteCartItemByCartIdAndItemId=(r,e)=>this.ovh.request("DELETE",`/order/cart/${r}/item/${e}`);this.getCartItemByCartIdAndItemId=(r,e)=>this.ovh.request("GET",`/order/cart/${r}/item/${e}`);this.updateCartItemByCartIdAndItemId=(r,e,t)=>this.ovh.request("PUT",`/order/cart/${r}/item/${e}`,t);this.getCartItemConfigurationByCartIdAndItemId=(r,e)=>this.ovh.request("GET",`/order/cart/${r}/item/${e}/configuration`);this.postCartItemConfigurationByCartIdAndItemId=(r,e,t)=>this.ovh.request("POST",`/order/cart/${r}/item/${e}/configuration`,t);this.deleteCartItemConfigurationByCartIdAndItemIdAndConfigurationId=(r,e,t)=>this.ovh.request("DELETE",`/order/cart/${r}/item/${t}/configuration/${e}`);this.getCartItemConfigurationByCartIdAndItemIdAndConfigurationId=(r,e,t)=>this.ovh.request("GET",`/order/cart/${r}/item/${t}/configuration/${e}`);this.getCartItemRequiredConfigurationByCartIdAndItemId=(r,e)=>this.ovh.request("GET",`/order/cart/${r}/item/${e}/requiredConfiguration`);this.getCartKubernetesByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/kubernetes`);this.postCartKubernetesByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/kubernetes`,e);this.getCartKubernetesOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/kubernetes/options`);this.postCartKubernetesOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/kubernetes/options`,e);this.getCartLicenseCloudLinuxByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licenseCloudLinux`);this.postCartLicenseCloudLinuxByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licenseCloudLinux`,e);this.getCartLicenseDirectadminByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licenseDirectadmin`);this.postCartLicenseDirectadminByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licenseDirectadmin`,e);this.getCartLicensePleskByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licensePlesk`);this.postCartLicensePleskByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licensePlesk`,e);this.getCartLicensePleskOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licensePlesk/options`);this.postCartLicensePleskOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licensePlesk/options`,e);this.getCartLicenseSqlServerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licenseSqlServer`);this.postCartLicenseSqlServerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licenseSqlServer`,e);this.getCartLicenseVirtuozzoByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licenseVirtuozzo`);this.postCartLicenseVirtuozzoByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licenseVirtuozzo`,e);this.getCartLicenseWindowsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licenseWindows`);this.postCartLicenseWindowsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licenseWindows`,e);this.getCartLicenseWorklightByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licenseWorklight`);this.postCartLicenseWorklightByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licenseWorklight`,e);this.getCartLicensecPanelByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/licensecPanel`);this.postCartLicensecPanelByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/licensecPanel`,e);this.getCartLogsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/logs`);this.postCartLogsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/logs`,e);this.getCartLogsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/logs/options`);this.postCartLogsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/logs/options`,e);this.getCartManagedServicesByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/managedServices`);this.postCartManagedServicesByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/managedServices`,e);this.getCartManagedServicesOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/managedServices/options`);this.postCartManagedServicesOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/managedServices/options`,e);this.getCartMetricsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/metrics`);this.postCartMetricsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/metrics`,e);this.getCartMetricsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/metrics/options`);this.postCartMetricsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/metrics/options`,e);this.getCartMicrosoftByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/microsoft`);this.postCartMicrosoftByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/microsoft`,e);this.getCartMicrosoftOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/microsoft/options`);this.postCartMicrosoftOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/microsoft/options`,e);this.getCartNashaByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/nasha`);this.postCartNashaByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/nasha`,e);this.getCartNashaOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/nasha/options`);this.postCartNashaOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/nasha/options`,e);this.getCartNetappByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/netapp`);this.postCartNetappByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/netapp`,e);this.getCartNetappOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/netapp/options`);this.postCartNetappOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/netapp/options`,e);this.getCartNutanixByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/nutanix`);this.postCartNutanixByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/nutanix`,e);this.getCartNutanixOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/nutanix/options`);this.postCartNutanixOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/nutanix/options`,e);this.getCartOffice365ByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/office365`);this.postCartOffice365ByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/office365`,e);this.getCartOffice365OptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/office365/options`);this.postCartOffice365OptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/office365/options`,e);this.getCartOffice365PrepaidByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/office365Prepaid`);this.postCartOffice365PrepaidByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/office365Prepaid`,e);this.getCartOffice365PrepaidOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/office365Prepaid/options`);this.postCartOffice365PrepaidOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/office365Prepaid/options`,e);this.getCartOfficePrepaidByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/officePrepaid`);this.postCartOfficePrepaidByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/officePrepaid`,e);this.getCartOfficePrepaidOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/officePrepaid/options`);this.postCartOfficePrepaidOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/officePrepaid/options`,e);this.getCartOtbByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/otb`);this.postCartOtbByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/otb`,e);this.getCartOtbOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/otb/options`);this.postCartOtbOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/otb/options`,e);this.getCartOvhCloudConnectByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/ovhCloudConnect`);this.postCartOvhCloudConnectByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/ovhCloudConnect`,e);this.getCartPaasmonByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/paasmon`);this.postCartPaasmonByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/paasmon`,e);this.getCartPacksProfessionalServicesByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/packsProfessionalServices`);this.postCartPacksProfessionalServicesByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/packsProfessionalServices`,e);this.getCartPacksProfessionalServicesOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/packsProfessionalServices/options`);this.postCartPacksProfessionalServicesOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/packsProfessionalServices/options`,e);this.getCartPowerHostingByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/powerHosting`);this.postCartPowerHostingByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/powerHosting`,e);this.getCartPrivateCloudByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloud`);this.postCartPrivateCloudByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloud`,e);this.getCartPrivateCloudOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloud/options`);this.postCartPrivateCloudOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloud/options`,e);this.getCartPrivateCloudCDIByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudCDI`);this.postCartPrivateCloudCDIByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudCDI`,e);this.getCartPrivateCloudCDIOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudCDI/options`);this.postCartPrivateCloudCDIOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudCDI/options`,e);this.getCartPrivateCloudDCByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudDC`);this.postCartPrivateCloudDCByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudDC`,e);this.getCartPrivateCloudDCOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudDC/options`);this.postCartPrivateCloudDCOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudDC/options`,e);this.getCartPrivateCloudEnterpriseByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudEnterprise`);this.postCartPrivateCloudEnterpriseByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudEnterprise`,e);this.getCartPrivateCloudEnterpriseOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudEnterprise/options`);this.postCartPrivateCloudEnterpriseOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudEnterprise/options`,e);this.getCartPrivateCloudResellerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudReseller`);this.postCartPrivateCloudResellerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudReseller`,e);this.getCartPrivateCloudResellerOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudReseller/options`);this.postCartPrivateCloudResellerOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudReseller/options`,e);this.getCartPrivateCloudResellerEnterpriseByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudResellerEnterprise`);this.postCartPrivateCloudResellerEnterpriseByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudResellerEnterprise`,e);this.getCartPrivateCloudResellerEnterpriseOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudResellerEnterprise/options`);this.postCartPrivateCloudResellerEnterpriseOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudResellerEnterprise/options`,e);this.getCartPrivateCloudSDDCByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudSDDC`);this.postCartPrivateCloudSDDCByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudSDDC`,e);this.getCartPrivateCloudSDDCOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateCloudSDDC/options`);this.postCartPrivateCloudSDDCOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateCloudSDDC/options`,e);this.getCartPrivateSQLByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/privateSQL`);this.addCartPrivateSQLByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/privateSQL`,e);this.getCartResellerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/reseller`);this.postCartResellerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/reseller`,e);this.getCartSharepointByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sharepoint`);this.postCartSharepointByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sharepoint`,e);this.getCartSharepointOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sharepoint/options`);this.postCartSharepointOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sharepoint/options`,e);this.getCartSmsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sms`);this.postCartSmsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sms`,e);this.getCartSslComodoByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sslComodo`);this.postCartSslComodoByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sslComodo`,e);this.getCartSslComodoOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sslComodo/options`);this.postCartSslComodoOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sslComodo/options`,e);this.getCartSslGatewayByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sslGateway`);this.postCartSslGatewayByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sslGateway`,e);this.getCartSslGatewayOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/sslGateway/options`);this.postCartSslGatewayOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/sslGateway/options`,e);this.getCartSummaryByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/summary`);this.getCartSupportByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/support`);this.addCartSupportByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/support`,e);this.getCartTelephonyByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/telephony`);this.postCartTelephonyByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/telephony`,e);this.getCartTelephonyOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/telephony/options`);this.postCartTelephonyOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/telephony/options`,e);this.getCartVcoByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vco`);this.postCartVcoByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vco`,e);this.getCartVdiByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vdi`);this.postCartVdiByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vdi`,e);this.getCartVdiOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vdi/options`);this.postCartVdiOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vdi/options`,e);this.getCartVeeamEnterpriseByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/veeamEnterprise`);this.postCartVeeamEnterpriseByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/veeamEnterprise`,e);this.getCartVeeamEnterpriseOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/veeamEnterprise/options`);this.postCartVeeamEnterpriseOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/veeamEnterprise/options`,e);this.getCartVeeamccByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/veeamcc`);this.postCartVeeamccByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/veeamcc`,e);this.getCartVeeamccOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/veeamcc/options`);this.postCartVeeamccOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/veeamcc/options`,e);this.getCartVpsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vps`);this.postCartVpsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vps`,e);this.getCartVpsOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vps/options`);this.postCartVpsOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vps/options`,e);this.getCartVrackByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vrack`);this.postCartVrackByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vrack`,e);this.getCartVrackResellerByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/vrackReseller`);this.postCartVrackResellerByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/vrackReseller`,e);this.getCartWebHostingByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/webHosting`);this.postCartWebHostingByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/webHosting`,e);this.getCartWebHostingOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/webHosting/options`);this.postCartWebHostingOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/webHosting/options`,e);this.getCartWebPaaSByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/webPaaS`);this.addCartWebPaaSByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/webPaaS`,e);this.getCartWebPaaSOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/webPaaS/options`);this.postCartWebPaaSOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/webPaaS/options`,e);this.getCartXdslByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/xdsl`);this.postCartXdslByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/xdsl`,e);this.getCartXdslOptionsByCartId=r=>this.ovh.request("GET",`/order/cart/${r}/xdsl/options`);this.postCartXdslOptionsByCartId=(r,e)=>this.ovh.request("POST",`/order/cart/${r}/xdsl/options`,e);this.listCartServiceOptionAnthos=()=>this.ovh.request("GET","/order/cartServiceOption/anthos");this.getCartServiceOptionAnthosByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/anthos/${r}`);this.postCartServiceOptionAnthosByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/anthos/${r}`,e);this.listCartServiceOptionBaremetalServers=()=>this.ovh.request("GET","/order/cartServiceOption/baremetalServers");this.getCartServiceOptionBaremetalServersByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/baremetalServers/${r}`);this.postCartServiceOptionBaremetalServersByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/baremetalServers/${r}`,e);this.listCartServiceOptionCloud=()=>this.ovh.request("GET","/order/cartServiceOption/cloud");this.getCartServiceOptionCloudByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/cloud/${r}`);this.postCartServiceOptionCloudByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/cloud/${r}`,e);this.listCartServiceOptionDedicated=()=>this.ovh.request("GET","/order/cartServiceOption/dedicated");this.getCartServiceOptionDedicatedByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/dedicated/${r}`);this.postCartServiceOptionDedicatedByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/dedicated/${r}`,e);this.listCartServiceOptionDns=()=>this.ovh.request("GET","/order/cartServiceOption/dns");this.getCartServiceOptionDnsByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/dns/${r}`);this.postCartServiceOptionDnsByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/dns/${r}`,e);this.listCartServiceOptionDomain=()=>this.ovh.request("GET","/order/cartServiceOption/domain");this.getCartServiceOptionDomainByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/domain/${r}`);this.postCartServiceOptionDomainByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/domain/${r}`,e);this.listCartServiceOptionEmailpro=()=>this.ovh.request("GET","/order/cartServiceOption/emailpro");this.getCartServiceOptionEmailproByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/emailpro/${r}`);this.postCartServiceOptionEmailproByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/emailpro/${r}`,e);this.listCartServiceOptionIpLoadbalancing=()=>this.ovh.request("GET","/order/cartServiceOption/ipLoadbalancing");this.getCartServiceOptionIpLoadbalancingByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/ipLoadbalancing/${r}`);this.postCartServiceOptionIpLoadbalancingByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/ipLoadbalancing/${r}`,e);this.listCartServiceOptionLogs=()=>this.ovh.request("GET","/order/cartServiceOption/logs");this.getCartServiceOptionLogsByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/logs/${r}`);this.postCartServiceOptionLogsByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/logs/${r}`,e);this.listCartServiceOptionMicrosoft=()=>this.ovh.request("GET","/order/cartServiceOption/microsoft");this.getCartServiceOptionMicrosoftByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/microsoft/${r}`);this.postCartServiceOptionMicrosoftByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/microsoft/${r}`,e);this.listCartServiceOptionMicrosoftExchange=()=>this.ovh.request("GET","/order/cartServiceOption/microsoftExchange");this.getCartServiceOptionMicrosoftExchangeByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/microsoftExchange/${r}`);this.postCartServiceOptionMicrosoftExchangeByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/microsoftExchange/${r}`,e);this.listCartServiceOptionOffice365Prepaid=()=>this.ovh.request("GET","/order/cartServiceOption/office365Prepaid");this.getCartServiceOptionOffice365PrepaidByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/office365Prepaid/${r}`);this.postCartServiceOptionOffice365PrepaidByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/office365Prepaid/${r}`,e);this.listCartServiceOptionOfficePrepaid=()=>this.ovh.request("GET","/order/cartServiceOption/officePrepaid");this.getCartServiceOptionOfficePrepaidByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/officePrepaid/${r}`);this.postCartServiceOptionOfficePrepaidByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/officePrepaid/${r}`,e);this.listCartServiceOptionPrivateCloud=()=>this.ovh.request("GET","/order/cartServiceOption/privateCloud");this.getCartServiceOptionPrivateCloudByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/privateCloud/${r}`);this.postCartServiceOptionPrivateCloudByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/privateCloud/${r}`,e);this.listCartServiceOptionPrivateCloudEnterprise=()=>this.ovh.request("GET","/order/cartServiceOption/privateCloudEnterprise");this.getCartServiceOptionPrivateCloudEnterpriseByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/privateCloudEnterprise/${r}`);this.postCartServiceOptionPrivateCloudEnterpriseByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/privateCloudEnterprise/${r}`,e);this.listCartServiceOptionPrivateCloudReseller=()=>this.ovh.request("GET","/order/cartServiceOption/privateCloudReseller");this.getCartServiceOptionPrivateCloudResellerByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/privateCloudReseller/${r}`);this.postCartServiceOptionPrivateCloudResellerByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/privateCloudReseller/${r}`,e);this.listCartServiceOptionPrivateCloudResellerEnterprise=()=>this.ovh.request("GET","/order/cartServiceOption/privateCloudResellerEnterprise");this.getCartServiceOptionPrivateCloudResellerEnterpriseByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/privateCloudResellerEnterprise/${r}`);this.postCartServiceOptionPrivateCloudResellerEnterpriseByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/privateCloudResellerEnterprise/${r}`,e);this.listCartServiceOptionSharepoint=()=>this.ovh.request("GET","/order/cartServiceOption/sharepoint");this.getCartServiceOptionSharepointByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/sharepoint/${r}`);this.postCartServiceOptionSharepointByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/sharepoint/${r}`,e);this.listCartServiceOptionSslGateway=()=>this.ovh.request("GET","/order/cartServiceOption/sslGateway");this.getCartServiceOptionSslGatewayByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/sslGateway/${r}`);this.postCartServiceOptionSslGatewayByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/sslGateway/${r}`,e);this.listCartServiceOptionVdi=()=>this.ovh.request("GET","/order/cartServiceOption/vdi");this.getCartServiceOptionVdiByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/vdi/${r}`);this.postCartServiceOptionVdiByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/vdi/${r}`,e);this.listCartServiceOptionVps=()=>this.ovh.request("GET","/order/cartServiceOption/vps");this.getCartServiceOptionVpsByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/vps/${r}`);this.postCartServiceOptionVpsByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/vps/${r}`,e);this.listCartServiceOptionWebHosting=()=>this.ovh.request("GET","/order/cartServiceOption/webHosting");this.getCartServiceOptionWebHostingByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/webHosting/${r}`);this.postCartServiceOptionWebHostingByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/webHosting/${r}`,e);this.listCartServiceOptionWebPaaS=()=>this.ovh.request("GET","/order/cartServiceOption/webPaaS");this.getCartServiceOptionWebPaaSByServiceName=r=>this.ovh.request("GET",`/order/cartServiceOption/webPaaS/${r}`);this.postCartServiceOptionWebPaaSByServiceName=(r,e)=>this.ovh.request("POST",`/order/cartServiceOption/webPaaS/${r}`,e);this.getCatalogFormatted=()=>this.ovh.request("GET","/order/catalog/formatted");this.getCatalogFormattedBringYourOwnIp=()=>this.ovh.request("GET","/order/catalog/formatted/bringYourOwnIp");this.getCatalogFormattedCloud=()=>this.ovh.request("GET","/order/catalog/formatted/cloud");this.getCatalogFormattedDedicated=()=>this.ovh.request("GET","/order/catalog/formatted/dedicated");this.getCatalogFormattedDeskaas=()=>this.ovh.request("GET","/order/catalog/formatted/deskaas");this.getCatalogFormattedDiscover=()=>this.ovh.request("GET","/order/catalog/formatted/discover");this.getCatalogFormattedIp=()=>this.ovh.request("GET","/order/catalog/formatted/ip");this.getCatalogFormattedLicenseCloudLinux=()=>this.ovh.request("GET","/order/catalog/formatted/licenseCloudLinux");this.getCatalogFormattedLicenseDirectadmin=()=>this.ovh.request("GET","/order/catalog/formatted/licenseDirectadmin");this.getCatalogFormattedLicensePlesk=()=>this.ovh.request("GET","/order/catalog/formatted/licensePlesk");this.getCatalogFormattedLicenseSqlServer=()=>this.ovh.request("GET","/order/catalog/formatted/licenseSqlServer");this.getCatalogFormattedLicenseVirtuozzo=()=>this.ovh.request("GET","/order/catalog/formatted/licenseVirtuozzo");this.getCatalogFormattedLicenseWindows=()=>this.ovh.request("GET","/order/catalog/formatted/licenseWindows");this.getCatalogFormattedLicenseWorklight=()=>this.ovh.request("GET","/order/catalog/formatted/licenseWorklight");this.getCatalogFormattedLicensecPanel=()=>this.ovh.request("GET","/order/catalog/formatted/licensecPanel");this.getCatalogFormattedLogs=()=>this.ovh.request("GET","/order/catalog/formatted/logs");this.getCatalogFormattedPrivateCloud=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloud");this.getCatalogFormattedPrivateCloudCDI=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloudCDI");this.getCatalogFormattedPrivateCloudDC=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloudDC");this.getCatalogFormattedPrivateCloudEnterprise=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloudEnterprise");this.getCatalogFormattedPrivateCloudReseller=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloudReseller");this.getCatalogFormattedPrivateCloudResellerEnterprise=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloudResellerEnterprise");this.getCatalogFormattedPrivateCloudSDDC=()=>this.ovh.request("GET","/order/catalog/formatted/privateCloudSDDC");this.getCatalogFormattedReseller=()=>this.ovh.request("GET","/order/catalog/formatted/reseller");this.getCatalogFormattedVps=()=>this.ovh.request("GET","/order/catalog/formatted/vps");this.getCatalogPrivatePrivateCloud=()=>this.ovh.request("GET","/order/catalog/private/privateCloud");this.getCatalogPublicAnthos=()=>this.ovh.request("GET","/order/catalog/public/anthos");this.getCatalogPublicBaremetalServers=()=>this.ovh.request("GET","/order/catalog/public/baremetalServers");this.getCatalogPublicCloud=()=>this.ovh.request("GET","/order/catalog/public/cloud");this.getCatalogPublicCloudDB=()=>this.ovh.request("GET","/order/catalog/public/cloudDB");this.getCatalogPublicDns=()=>this.ovh.request("GET","/order/catalog/public/dns");this.getCatalogPublicDomain=()=>this.ovh.request("GET","/order/catalog/public/domain");this.getCatalogPublicEco=()=>this.ovh.request("GET","/order/catalog/public/eco");this.getCatalogPublicEmailDomain=()=>this.ovh.request("GET","/order/catalog/public/emailDomain");this.getCatalogPublicEmailpro=()=>this.ovh.request("GET","/order/catalog/public/emailpro");this.getCatalogPublicExchange=()=>this.ovh.request("GET","/order/catalog/public/exchange");this.getCatalogPublicIpLoadbalancing=()=>this.ovh.request("GET","/order/catalog/public/ipLoadbalancing");this.getCatalogPublicLicensecPanel=()=>this.ovh.request("GET","/order/catalog/public/licensecPanel");this.getCatalogPublicLogs=()=>this.ovh.request("GET","/order/catalog/public/logs");this.getCatalogPublicNasha=()=>this.ovh.request("GET","/order/catalog/public/nasha");this.getCatalogPublicNetapp=()=>this.ovh.request("GET","/order/catalog/public/netapp");this.getCatalogPublicNutanix=()=>this.ovh.request("GET","/order/catalog/public/nutanix");this.getCatalogPublicOffice365Prepaid=()=>this.ovh.request("GET","/order/catalog/public/office365Prepaid");this.getCatalogPublicOfficePrepaid=()=>this.ovh.request("GET","/order/catalog/public/officePrepaid");this.getCatalogPublicOvhCloudConnect=()=>this.ovh.request("GET","/order/catalog/public/ovhCloudConnect");this.getCatalogPublicPacksProfessionalServices=()=>this.ovh.request("GET","/order/catalog/public/packsProfessionalServices");this.getCatalogPublicPrivateCloud=()=>this.ovh.request("GET","/order/catalog/public/privateCloud");this.getCatalogPublicPrivateCloudEnterprise=()=>this.ovh.request("GET","/order/catalog/public/privateCloudEnterprise");this.getCatalogPublicPrivateSQL=()=>this.ovh.request("GET","/order/catalog/public/privateSQL");this.getCatalogPublicTelephony=()=>this.ovh.request("GET","/order/catalog/public/telephony");this.getCatalogPublicVps=()=>this.ovh.request("GET","/order/catalog/public/vps");this.getCatalogPublicWebHosting=()=>this.ovh.request("GET","/order/catalog/public/webHosting");this.getCatalogPublicWebPaaS=()=>this.ovh.request("GET","/order/catalog/public/webPaaS");this.listCdnDedicated=()=>this.ovh.request("GET","/order/cdn/dedicated");this.getCdnDedicatedNew=()=>this.ovh.request("GET","/order/cdn/dedicated/new");this.getCdnDedicatedNewByDuration=r=>this.ovh.request("GET",`/order/cdn/dedicated/new/${r}`);this.createCdnDedicatedNewByDuration=r=>this.ovh.request("POST",`/order/cdn/dedicated/new/${r}`);this.getCdnDedicatedByServiceName=r=>this.ovh.request("GET",`/order/cdn/dedicated/${r}`);this.getCdnDedicatedBackendByServiceName=r=>this.ovh.request("GET",`/order/cdn/dedicated/${r}/backend`);this.getCdnDedicatedBackendByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/cdn/dedicated/${e}/backend/${r}`);this.createCdnDedicatedBackendByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/cdn/dedicated/${e}/backend/${r}`,t);this.getCdnDedicatedCacheRuleByServiceName=r=>this.ovh.request("GET",`/order/cdn/dedicated/${r}/cacheRule`);this.getCdnDedicatedCacheRuleByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/cdn/dedicated/${e}/cacheRule/${r}`);this.createCdnDedicatedCacheRuleByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/cdn/dedicated/${e}/cacheRule/${r}`,t);this.getCdnDedicatedQuotaByServiceName=r=>this.ovh.request("GET",`/order/cdn/dedicated/${r}/quota`);this.getCdnDedicatedQuotaByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/cdn/dedicated/${e}/quota/${r}`);this.createCdnDedicatedQuotaByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/cdn/dedicated/${e}/quota/${r}`,t);this.listCloudProject=()=>this.ovh.request("GET","/order/cloud/project");this.getCloudProjectByServiceName=r=>this.ovh.request("GET",`/order/cloud/project/${r}`);this.getCloudProjectCreditByServiceName=r=>this.ovh.request("GET",`/order/cloud/project/${r}/credit`);this.createCloudProjectCreditByServiceName=(r,e)=>this.ovh.request("POST",`/order/cloud/project/${r}/credit`,e);this.listDedicatedHousing=()=>this.ovh.request("GET","/order/dedicated/housing");this.getDedicatedHousingByServiceName=r=>this.ovh.request("GET",`/order/dedicated/housing/${r}`);this.getDedicatedHousingAPCByServiceName=r=>this.ovh.request("GET",`/order/dedicated/housing/${r}/APC`);this.getDedicatedHousingAPCByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/housing/${e}/APC/${r}`);this.createDedicatedHousingAPCByServiceNameAndDuration=(r,e)=>this.ovh.request("POST",`/order/dedicated/housing/${e}/APC/${r}`);this.listDedicatedServer=()=>this.ovh.request("GET","/order/dedicated/server");this.getDedicatedServerByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}`);this.getDedicatedServerBackupStorageByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/backupStorage`);this.getDedicatedServerBackupStorageByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/backupStorage/${r}`);this.createDedicatedServerBackupStorageByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/dedicated/server/${e}/backupStorage/${r}`,t);this.getDedicatedServerBandwidthByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/bandwidth`);this.getDedicatedServerBandwidthByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/bandwidth/${r}`);this.createDedicatedServerBandwidthByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/dedicated/server/${e}/bandwidth/${r}`,t);this.getDedicatedServerBandwidthvRackByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/bandwidthvRack`);this.getDedicatedServerBandwidthvRackByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/bandwidthvRack/${r}`);this.createDedicatedServerBandwidthvRackByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/dedicated/server/${e}/bandwidthvRack/${r}`,t);this.getDedicatedServerFeatureByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/feature`);this.getDedicatedServerFeatureByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/feature/${r}`);this.createDedicatedServerFeatureByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/dedicated/server/${e}/feature/${r}`,t);this.getDedicatedServerFirewallByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/firewall`);this.getDedicatedServerFirewallByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/firewall/${r}`);this.createDedicatedServerFirewallByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/dedicated/server/${e}/firewall/${r}`,t);this.getDedicatedServerIpMigrationByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/ipMigration`);this.getDedicatedServerIpMigrationByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/ipMigration/${r}`);this.createDedicatedServerIpMigrationByServiceNameAndDuration=(r,e,t)=>this.ovh.request("POST",`/order/dedicated/server/${e}/ipMigration/${r}`,t);this.getDedicatedServerKvmByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/kvm`);this.getDedicatedServerKvmByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/kvm/${r}`);this.createDedicatedServerKvmByServiceNameAndDuration=(r,e)=>this.ovh.request("POST",`/order/dedicated/server/${e}/kvm/${r}`);this.getDedicatedServerKvmExpressByServiceName=r=>this.ovh.request("GET",`/order/dedicated/server/${r}/kvmExpress`);this.getDedicatedServerKvmExpressByServiceNameAndDuration=(r,e)=>this.ovh.request("GET",`/order/dedicated/server/${e}/kvmExpress/${r}`);this.createDedicatedServerKvmExpressByServiceNameAndDuration=(r,e)=>this.ovh.request("POST",`/order/dedi