@huaweicloud/huaweicloud-sdk-cdn 3.1.44 → 3.1.46
Sign up to get free protection for your applications and to get access to all the features.
- package/huaweicloud-sdk-cdn.ts +6 -0
- package/package.json +4 -4
- package/v1/{CdnClient.js → CdnClient.ts} +1463 -929
- package/v1/CdnRegion.ts +28 -0
- package/v1/model/BatchDeleteTagsRequest.ts +12 -0
- package/v1/model/BatchDeleteTagsResponse.ts +8 -0
- package/v1/model/BlackWhiteListBody.ts +23 -0
- package/v1/model/CacheConfig.ts +40 -0
- package/v1/model/CacheConfigRequest.ts +40 -0
- package/v1/model/CacheConfigRequestBody.ts +19 -0
- package/v1/model/CacheRules.ts +88 -0
- package/v1/model/CacheUrlParameterFilter.ts +16 -0
- package/v1/model/CdnIps.ts +31 -0
- package/v1/model/Compress.ts +17 -0
- package/v1/model/CompressRequest.ts +17 -0
- package/v1/model/CompressResponse.ts +30 -0
- package/v1/model/CompressRules.ts +28 -0
- package/v1/model/Configs.ts +206 -0
- package/v1/model/ConfigsGetBody.ts +206 -0
- package/v1/model/CreateDomainRequest.ts +12 -0
- package/v1/model/CreateDomainRequestBody.ts +13 -0
- package/v1/model/CreateDomainResponse.ts +14 -0
- package/v1/model/CreateDomainResponseBodyContent.ts +176 -0
- package/v1/model/CreatePreheatingTasksRequest.ts +23 -0
- package/v1/model/CreatePreheatingTasksResponse.ts +19 -0
- package/v1/model/CreateRefreshTasksRequest.ts +23 -0
- package/v1/model/CreateRefreshTasksResponse.ts +19 -0
- package/v1/model/CreateTagsRequest.ts +12 -0
- package/v1/model/CreateTagsRequestBody.ts +24 -0
- package/v1/model/CreateTagsResponse.ts +8 -0
- package/v1/model/DeleteDomainRequest.ts +29 -0
- package/v1/model/DeleteDomainResponse.ts +14 -0
- package/v1/model/DeleteTagsRequestBody.ts +24 -0
- package/v1/model/DisableDomainRequest.ts +29 -0
- package/v1/model/DisableDomainResponse.ts +14 -0
- package/v1/model/DomainBody.ts +80 -0
- package/v1/model/DomainItemDetail.ts +44 -0
- package/v1/model/DomainItemLocationDetails.ts +45 -0
- package/v1/model/DomainOriginHost.ts +40 -0
- package/v1/model/DomainRegion.ts +28 -0
- package/v1/model/Domains.ts +225 -0
- package/v1/model/DomainsWithPort.ts +219 -0
- package/v1/model/EnableDomainRequest.ts +29 -0
- package/v1/model/EnableDomainResponse.ts +14 -0
- package/v1/model/EpResourceTag.ts +18 -0
- package/v1/model/ErrorCodeCache.ts +16 -0
- package/v1/model/ErrorCodeRedirectRules.ts +42 -0
- package/v1/model/Follow302StatusBody.ts +37 -0
- package/v1/model/Follow302StatusRequest.ts +27 -0
- package/v1/model/ForceRedirect.ts +29 -0
- package/v1/model/ForceRedirectConfig.ts +28 -0
- package/v1/model/HeaderBody.ts +12 -0
- package/v1/model/HeaderMap.ts +72 -0
- package/v1/model/HttpGetBody.ts +72 -0
- package/v1/model/HttpInfoRequest.ts +13 -0
- package/v1/model/HttpInfoRequestBody.ts +85 -0
- package/v1/model/HttpInfoResponseBody.ts +94 -0
- package/v1/model/HttpPutBody.ts +83 -0
- package/v1/model/HttpResponseHeader.ts +23 -0
- package/v1/model/HttpsDetail.ts +116 -0
- package/v1/model/IpFilter.ts +17 -0
- package/v1/model/ListDomainsRequest.ts +138 -0
- package/v1/model/ListDomainsResponse.ts +19 -0
- package/v1/model/LogObject.ts +54 -0
- package/v1/model/ModelMap.ts +17 -0
- package/v1/model/ModifyDomainConfigRequestBody.ts +12 -0
- package/v1/model/OriginHostBody.ts +38 -0
- package/v1/model/OriginHostRequest.ts +19 -0
- package/v1/model/OriginRangeBody.ts +37 -0
- package/v1/model/OriginRequest.ts +13 -0
- package/v1/model/OriginRequestHeader.ts +23 -0
- package/v1/model/OriginRequestUrlRewrite.ts +47 -0
- package/v1/model/PreheatingTaskRequest.ts +19 -0
- package/v1/model/PreheatingTaskRequestBody.ts +12 -0
- package/v1/model/Quotas.ts +38 -0
- package/v1/model/RangeStatusRequest.ts +27 -0
- package/v1/model/Referer.ts +40 -0
- package/v1/model/RefererBody.ts +13 -0
- package/v1/model/RefererConfig.ts +28 -0
- package/v1/model/RefererRsp.ts +39 -0
- package/v1/model/RefreshTaskRequest.ts +19 -0
- package/v1/model/RefreshTaskRequestBody.ts +39 -0
- package/v1/model/ResourceBody.ts +13 -0
- package/v1/model/Rules.ts +47 -0
- package/v1/model/ShowBlackWhiteListRequest.ts +29 -0
- package/v1/model/ShowBlackWhiteListResponse.ts +24 -0
- package/v1/model/ShowCacheRulesRequest.ts +29 -0
- package/v1/model/ShowCacheRulesResponse.ts +20 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.ts +61 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.ts +19 -0
- package/v1/model/ShowDomainDetailRequest.ts +29 -0
- package/v1/model/ShowDomainDetailResponse.ts +14 -0
- package/v1/model/ShowDomainFullConfigRequest.ts +29 -0
- package/v1/model/ShowDomainFullConfigResponse.ts +14 -0
- package/v1/model/ShowDomainItemDetailsRequest.ts +76 -0
- package/v1/model/ShowDomainItemDetailsResponse.ts +20 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.ts +77 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.ts +20 -0
- package/v1/model/ShowDomainLocationStatsRequest.ts +102 -0
- package/v1/model/ShowDomainLocationStatsResponse.ts +24 -0
- package/v1/model/ShowDomainStatsRequest.ts +98 -0
- package/v1/model/ShowDomainStatsResponse.ts +13 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.ts +72 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.ts +77 -0
- package/v1/model/ShowHistoryTasksRequest.ts +116 -0
- package/v1/model/ShowHistoryTasksResponse.ts +19 -0
- package/v1/model/ShowHttpInfoRequest.ts +29 -0
- package/v1/model/ShowHttpInfoResponse.ts +14 -0
- package/v1/model/ShowIpInfoRequest.ts +23 -0
- package/v1/model/ShowIpInfoResponse.ts +20 -0
- package/v1/model/ShowLogsRequest.ts +73 -0
- package/v1/model/ShowLogsResponse.ts +19 -0
- package/v1/model/ShowOriginHostRequest.ts +29 -0
- package/v1/model/ShowOriginHostResponse.ts +20 -0
- package/v1/model/ShowQuotaRequest.ts +6 -0
- package/v1/model/ShowQuotaResponse.ts +14 -0
- package/v1/model/ShowReferRequest.ts +29 -0
- package/v1/model/ShowReferResponse.ts +14 -0
- package/v1/model/ShowResponseHeaderRequest.ts +29 -0
- package/v1/model/ShowResponseHeaderResponse.ts +14 -0
- package/v1/model/ShowTagsRequest.ts +18 -0
- package/v1/model/ShowTagsResponse.ts +13 -0
- package/v1/model/ShowTopUrlRequest.ts +93 -0
- package/v1/model/ShowTopUrlResponse.ts +31 -0
- package/v1/model/ShowUrlTaskInfoRequest.ts +70 -0
- package/v1/model/ShowUrlTaskInfoResponse.ts +35 -0
- package/v1/model/SourceWithPort.ts +96 -0
- package/v1/model/Sources.ts +74 -0
- package/v1/model/SourcesConfig.ts +80 -0
- package/v1/model/TasksObject.ts +86 -0
- package/v1/model/TopUrlSummary.ts +49 -0
- package/v1/model/UpdateBlackWhiteListRequest.ts +35 -0
- package/v1/model/UpdateBlackWhiteListResponse.ts +23 -0
- package/v1/model/UpdateCacheRulesRequest.ts +35 -0
- package/v1/model/UpdateCacheRulesResponse.ts +20 -0
- package/v1/model/UpdateDomainFullConfigRequest.ts +35 -0
- package/v1/model/UpdateDomainFullConfigResponse.ts +8 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.ts +23 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.ts +12 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.ts +107 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.ts +14 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.ts +106 -0
- package/v1/model/UpdateDomainOriginRequest.ts +35 -0
- package/v1/model/UpdateDomainOriginResponse.ts +14 -0
- package/v1/model/UpdateFollow302SwitchRequest.ts +35 -0
- package/v1/model/UpdateFollow302SwitchResponse.ts +20 -0
- package/v1/model/UpdateHttpsInfoRequest.ts +35 -0
- package/v1/model/UpdateHttpsInfoResponse.ts +14 -0
- package/v1/model/UpdateOriginHostRequest.ts +35 -0
- package/v1/model/UpdateOriginHostResponse.ts +20 -0
- package/v1/model/UpdatePrivateBucketAccessBody.ts +11 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.ts +35 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.ts +13 -0
- package/v1/model/UpdateRangeSwitchRequest.ts +35 -0
- package/v1/model/UpdateRangeSwitchResponse.ts +20 -0
- package/v1/model/UpdateReferRequest.ts +35 -0
- package/v1/model/UpdateReferResponse.ts +14 -0
- package/v1/model/UpdateResponseHeaderRequest.ts +35 -0
- package/v1/model/UpdateResponseHeaderResponse.ts +14 -0
- package/v1/model/UrlAuth.ts +44 -0
- package/v1/model/UrlAuthGetBody.ts +39 -0
- package/v1/model/UrlObject.ts +54 -0
- package/v1/model/Urls.ts +70 -0
- package/v1/model/UserAgentFilter.ts +17 -0
- package/v1/{public-api.d.ts → public-api.ts} +1 -0
- package/v2/{CdnClient.js → CdnClient.ts} +685 -466
- package/v2/CdnRegion.ts +28 -0
- package/v2/model/BackSources.ts +63 -0
- package/v2/model/BatchCopyConfigs.ts +42 -0
- package/v2/model/BatchCopyDRequestBody.ts +13 -0
- package/v2/model/BatchCopyDomainRequest.ts +12 -0
- package/v2/model/BatchCopyDomainResponse.ts +14 -0
- package/v2/model/BatchCopyErrorRsp.ts +12 -0
- package/v2/model/BatchCopyErrorRspError.ts +28 -0
- package/v2/model/BatchCopyResultVo.ts +38 -0
- package/v2/model/CacheRules.ts +88 -0
- package/v2/model/CacheUrlParameterFilter.ts +16 -0
- package/v2/model/CommonRemoteAuth.ts +31 -0
- package/v2/model/Compress.ts +29 -0
- package/v2/model/Configs.ts +304 -0
- package/v2/model/ConfigsGetBody.ts +304 -0
- package/v2/model/CustomArgs.ts +24 -0
- package/v2/model/DomainOriginHost.ts +40 -0
- package/v2/model/Domains.ts +214 -0
- package/v2/model/DomainsWithPort.ts +119 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.ts +96 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.ts +8 -0
- package/v2/model/DownloadStatisticsExcelRequest.ts +92 -0
- package/v2/model/DownloadStatisticsExcelResponse.ts +8 -0
- package/v2/model/EpResourceTag.ts +18 -0
- package/v2/model/ErrMsg.ts +30 -0
- package/v2/model/ErrRsp.ts +13 -0
- package/v2/model/ErrorCodeCache.ts +16 -0
- package/v2/model/ErrorCodeRedirectRules.ts +42 -0
- package/v2/model/FlexibleOrigins.ts +49 -0
- package/v2/model/ForceRedirectConfig.ts +28 -0
- package/v2/model/HttpGetBody.ts +105 -0
- package/v2/model/HttpPutBody.ts +105 -0
- package/v2/model/HttpResponseHeader.ts +23 -0
- package/v2/model/IpFilter.ts +17 -0
- package/v2/model/ListDomainsRequest.ts +105 -0
- package/v2/model/ListDomainsResponse.ts +19 -0
- package/v2/model/ModifyDomainConfigRequestBody.ts +12 -0
- package/v2/model/OriginRequestHeader.ts +23 -0
- package/v2/model/OriginRequestUrlRewrite.ts +47 -0
- package/v2/model/RefererConfig.ts +28 -0
- package/v2/model/RemoteAuthRuleVo.ts +176 -0
- package/v2/model/RequestLimitRules.ts +40 -0
- package/v2/model/SetChargeModesBody.ts +42 -0
- package/v2/model/SetChargeModesRequest.ts +12 -0
- package/v2/model/SetChargeModesResponse.ts +68 -0
- package/v2/model/ShowBandwidthCalcRequest.ts +76 -0
- package/v2/model/ShowBandwidthCalcResponse.ts +19 -0
- package/v2/model/ShowChargeModesRequest.ts +34 -0
- package/v2/model/ShowChargeModesResponse.ts +13 -0
- package/v2/model/ShowDomainDetailByNameRequest.ts +29 -0
- package/v2/model/ShowDomainDetailByNameResponse.ts +14 -0
- package/v2/model/ShowDomainFullConfigRequest.ts +40 -0
- package/v2/model/ShowDomainFullConfigResponse.ts +14 -0
- package/v2/model/ShowDomainLocationStatsRequest.ts +102 -0
- package/v2/model/ShowDomainLocationStatsResponse.ts +24 -0
- package/v2/model/ShowDomainStatsRequest.ts +98 -0
- package/v2/model/ShowDomainStatsResponse.ts +13 -0
- package/v2/model/ShowTopDomainNamesRequest.ts +69 -0
- package/v2/model/ShowTopDomainNamesResponse.ts +19 -0
- package/v2/model/ShowTopUrlRequest.ts +76 -0
- package/v2/model/ShowTopUrlResponse.ts +31 -0
- package/v2/model/Sources.ts +74 -0
- package/v2/model/SourcesConfig.ts +96 -0
- package/v2/model/TopUrlSummary.ts +49 -0
- package/v2/model/UpdateDomainFullConfigRequest.ts +35 -0
- package/v2/model/UpdateDomainFullConfigResponse.ts +8 -0
- package/v2/model/UrlAuth.ts +91 -0
- package/v2/model/UrlAuthGetBody.ts +88 -0
- package/v2/model/UserAgentFilter.ts +28 -0
- package/v2/model/VideoSeek.ts +51 -0
- package/v2/model/WebSocketSeek.ts +18 -0
- package/v2/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-cdn.d.ts +0 -3
- package/huaweicloud-sdk-cdn.js +0 -32
- package/v1/CdnClient.d.ts +0 -1357
- package/v1/CdnRegion.d.ts +0 -6
- package/v1/CdnRegion.js +0 -25
- package/v1/model/BatchDeleteTagsRequest.d.ts +0 -6
- package/v1/model/BatchDeleteTagsRequest.js +0 -13
- package/v1/model/BatchDeleteTagsResponse.d.ts +0 -4
- package/v1/model/BatchDeleteTagsResponse.js +0 -27
- package/v1/model/BlackWhiteListBody.d.ts +0 -9
- package/v1/model/BlackWhiteListBody.js +0 -28
- package/v1/model/CacheConfig.d.ts +0 -17
- package/v1/model/CacheConfig.js +0 -45
- package/v1/model/CacheConfigRequest.d.ts +0 -17
- package/v1/model/CacheConfigRequest.js +0 -45
- package/v1/model/CacheConfigRequestBody.d.ts +0 -8
- package/v1/model/CacheConfigRequestBody.js +0 -24
- package/v1/model/CacheRules.d.ts +0 -31
- package/v1/model/CacheRules.js +0 -107
- package/v1/model/CacheUrlParameterFilter.d.ts +0 -7
- package/v1/model/CacheUrlParameterFilter.js +0 -17
- package/v1/model/CdnIps.d.ts +0 -13
- package/v1/model/CdnIps.js +0 -29
- package/v1/model/Compress.d.ts +0 -7
- package/v1/model/Compress.js +0 -18
- package/v1/model/CompressRequest.d.ts +0 -7
- package/v1/model/CompressRequest.js +0 -23
- package/v1/model/CompressResponse.d.ts +0 -12
- package/v1/model/CompressResponse.js +0 -38
- package/v1/model/CompressRules.d.ts +0 -11
- package/v1/model/CompressRules.js +0 -37
- package/v1/model/Configs.d.ts +0 -86
- package/v1/model/Configs.js +0 -235
- package/v1/model/ConfigsGetBody.d.ts +0 -86
- package/v1/model/ConfigsGetBody.js +0 -235
- package/v1/model/CreateDomainRequest.d.ts +0 -6
- package/v1/model/CreateDomainRequest.js +0 -13
- package/v1/model/CreateDomainRequestBody.d.ts +0 -6
- package/v1/model/CreateDomainRequestBody.js +0 -14
- package/v1/model/CreateDomainResponse.d.ts +0 -7
- package/v1/model/CreateDomainResponse.js +0 -31
- package/v1/model/CreateDomainResponseBodyContent.d.ts +0 -67
- package/v1/model/CreateDomainResponseBodyContent.js +0 -211
- package/v1/model/CreatePreheatingTasksRequest.d.ts +0 -10
- package/v1/model/CreatePreheatingTasksRequest.js +0 -27
- package/v1/model/CreatePreheatingTasksResponse.d.ts +0 -8
- package/v1/model/CreatePreheatingTasksResponse.js +0 -41
- package/v1/model/CreateRefreshTasksRequest.d.ts +0 -10
- package/v1/model/CreateRefreshTasksRequest.js +0 -27
- package/v1/model/CreateRefreshTasksResponse.d.ts +0 -8
- package/v1/model/CreateRefreshTasksResponse.js +0 -41
- package/v1/model/CreateTagsRequest.d.ts +0 -6
- package/v1/model/CreateTagsRequest.js +0 -13
- package/v1/model/CreateTagsRequestBody.d.ts +0 -9
- package/v1/model/CreateTagsRequestBody.js +0 -29
- package/v1/model/CreateTagsResponse.d.ts +0 -4
- package/v1/model/CreateTagsResponse.js +0 -27
- package/v1/model/DeleteDomainRequest.d.ts +0 -11
- package/v1/model/DeleteDomainRequest.js +0 -38
- package/v1/model/DeleteDomainResponse.d.ts +0 -7
- package/v1/model/DeleteDomainResponse.js +0 -31
- package/v1/model/DeleteTagsRequestBody.d.ts +0 -9
- package/v1/model/DeleteTagsRequestBody.js +0 -29
- package/v1/model/DisableDomainRequest.d.ts +0 -11
- package/v1/model/DisableDomainRequest.js +0 -38
- package/v1/model/DisableDomainResponse.d.ts +0 -7
- package/v1/model/DisableDomainResponse.js +0 -31
- package/v1/model/DomainBody.d.ts +0 -41
- package/v1/model/DomainBody.js +0 -94
- package/v1/model/DomainItemDetail.d.ts +0 -21
- package/v1/model/DomainItemDetail.js +0 -55
- package/v1/model/DomainItemLocationDetails.d.ts +0 -18
- package/v1/model/DomainItemLocationDetails.js +0 -55
- package/v1/model/DomainOriginHost.d.ts +0 -15
- package/v1/model/DomainOriginHost.js +0 -52
- package/v1/model/DomainRegion.d.ts +0 -17
- package/v1/model/DomainRegion.js +0 -37
- package/v1/model/Domains.d.ts +0 -91
- package/v1/model/Domains.js +0 -267
- package/v1/model/DomainsWithPort.d.ts +0 -88
- package/v1/model/DomainsWithPort.js +0 -263
- package/v1/model/EnableDomainRequest.d.ts +0 -11
- package/v1/model/EnableDomainRequest.js +0 -38
- package/v1/model/EnableDomainResponse.d.ts +0 -7
- package/v1/model/EnableDomainResponse.js +0 -31
- package/v1/model/EpResourceTag.d.ts +0 -7
- package/v1/model/EpResourceTag.js +0 -19
- package/v1/model/ErrorCodeCache.d.ts +0 -7
- package/v1/model/ErrorCodeCache.js +0 -17
- package/v1/model/ErrorCodeRedirectRules.d.ts +0 -15
- package/v1/model/ErrorCodeRedirectRules.js +0 -54
- package/v1/model/Follow302StatusBody.d.ts +0 -19
- package/v1/model/Follow302StatusBody.js +0 -46
- package/v1/model/Follow302StatusRequest.d.ts +0 -15
- package/v1/model/Follow302StatusRequest.js +0 -33
- package/v1/model/ForceRedirect.d.ts +0 -11
- package/v1/model/ForceRedirect.js +0 -38
- package/v1/model/ForceRedirectConfig.d.ts +0 -11
- package/v1/model/ForceRedirectConfig.js +0 -32
- package/v1/model/HeaderBody.d.ts +0 -6
- package/v1/model/HeaderBody.js +0 -13
- package/v1/model/HeaderMap.d.ts +0 -27
- package/v1/model/HeaderMap.js +0 -93
- package/v1/model/HttpGetBody.d.ts +0 -27
- package/v1/model/HttpGetBody.js +0 -93
- package/v1/model/HttpInfoRequest.d.ts +0 -6
- package/v1/model/HttpInfoRequest.js +0 -14
- package/v1/model/HttpInfoRequestBody.d.ts +0 -32
- package/v1/model/HttpInfoRequestBody.js +0 -103
- package/v1/model/HttpInfoResponseBody.d.ts +0 -36
- package/v1/model/HttpInfoResponseBody.js +0 -115
- package/v1/model/HttpPutBody.d.ts +0 -31
- package/v1/model/HttpPutBody.js +0 -107
- package/v1/model/HttpResponseHeader.d.ts +0 -9
- package/v1/model/HttpResponseHeader.js +0 -23
- package/v1/model/HttpsDetail.d.ts +0 -44
- package/v1/model/HttpsDetail.js +0 -143
- package/v1/model/IpFilter.d.ts +0 -7
- package/v1/model/IpFilter.js +0 -18
- package/v1/model/ListDomainsRequest.d.ts +0 -71
- package/v1/model/ListDomainsRequest.js +0 -170
- package/v1/model/ListDomainsResponse.d.ts +0 -9
- package/v1/model/ListDomainsResponse.js +0 -35
- package/v1/model/LogObject.d.ts +0 -21
- package/v1/model/LogObject.js +0 -63
- package/v1/model/ModelMap.d.ts +0 -7
- package/v1/model/ModelMap.js +0 -18
- package/v1/model/ModifyDomainConfigRequestBody.d.ts +0 -6
- package/v1/model/ModifyDomainConfigRequestBody.js +0 -13
- package/v1/model/OriginHostBody.d.ts +0 -19
- package/v1/model/OriginHostBody.js +0 -47
- package/v1/model/OriginHostRequest.d.ts +0 -8
- package/v1/model/OriginHostRequest.js +0 -24
- package/v1/model/OriginRangeBody.d.ts +0 -19
- package/v1/model/OriginRangeBody.js +0 -46
- package/v1/model/OriginRequest.d.ts +0 -6
- package/v1/model/OriginRequest.js +0 -14
- package/v1/model/OriginRequestHeader.d.ts +0 -9
- package/v1/model/OriginRequestHeader.js +0 -23
- package/v1/model/OriginRequestUrlRewrite.d.ts +0 -17
- package/v1/model/OriginRequestUrlRewrite.js +0 -58
- package/v1/model/PreheatingTaskRequest.d.ts +0 -8
- package/v1/model/PreheatingTaskRequest.js +0 -24
- package/v1/model/PreheatingTaskRequestBody.d.ts +0 -5
- package/v1/model/PreheatingTaskRequestBody.js +0 -14
- package/v1/model/Quotas.d.ts +0 -15
- package/v1/model/Quotas.js +0 -45
- package/v1/model/RangeStatusRequest.d.ts +0 -15
- package/v1/model/RangeStatusRequest.js +0 -33
- package/v1/model/Referer.d.ts +0 -15
- package/v1/model/Referer.js +0 -52
- package/v1/model/RefererBody.d.ts +0 -6
- package/v1/model/RefererBody.js +0 -14
- package/v1/model/RefererConfig.d.ts +0 -11
- package/v1/model/RefererConfig.js +0 -32
- package/v1/model/RefererRsp.d.ts +0 -15
- package/v1/model/RefererRsp.js +0 -51
- package/v1/model/RefreshTaskRequest.d.ts +0 -8
- package/v1/model/RefreshTaskRequest.js +0 -24
- package/v1/model/RefreshTaskRequestBody.d.ts +0 -25
- package/v1/model/RefreshTaskRequestBody.js +0 -40
- package/v1/model/ResourceBody.d.ts +0 -6
- package/v1/model/ResourceBody.js +0 -14
- package/v1/model/Rules.d.ts +0 -17
- package/v1/model/Rules.js +0 -53
- package/v1/model/ShowBlackWhiteListRequest.d.ts +0 -11
- package/v1/model/ShowBlackWhiteListRequest.js +0 -38
- package/v1/model/ShowBlackWhiteListResponse.d.ts +0 -10
- package/v1/model/ShowBlackWhiteListResponse.js +0 -45
- package/v1/model/ShowCacheRulesRequest.d.ts +0 -11
- package/v1/model/ShowCacheRulesRequest.js +0 -38
- package/v1/model/ShowCacheRulesResponse.d.ts +0 -9
- package/v1/model/ShowCacheRulesResponse.js +0 -41
- package/v1/model/ShowCertificatesHttpsInfoRequest.d.ts +0 -23
- package/v1/model/ShowCertificatesHttpsInfoRequest.js +0 -79
- package/v1/model/ShowCertificatesHttpsInfoResponse.d.ts +0 -9
- package/v1/model/ShowCertificatesHttpsInfoResponse.js +0 -35
- package/v1/model/ShowDomainDetailRequest.d.ts +0 -11
- package/v1/model/ShowDomainDetailRequest.js +0 -38
- package/v1/model/ShowDomainDetailResponse.d.ts +0 -7
- package/v1/model/ShowDomainDetailResponse.js +0 -31
- package/v1/model/ShowDomainFullConfigRequest.d.ts +0 -11
- package/v1/model/ShowDomainFullConfigRequest.js +0 -38
- package/v1/model/ShowDomainFullConfigResponse.d.ts +0 -7
- package/v1/model/ShowDomainFullConfigResponse.js +0 -31
- package/v1/model/ShowDomainItemDetailsRequest.d.ts +0 -27
- package/v1/model/ShowDomainItemDetailsRequest.js +0 -97
- package/v1/model/ShowDomainItemDetailsResponse.d.ts +0 -9
- package/v1/model/ShowDomainItemDetailsResponse.js +0 -41
- package/v1/model/ShowDomainItemLocationDetailsRequest.d.ts +0 -27
- package/v1/model/ShowDomainItemLocationDetailsRequest.js +0 -93
- package/v1/model/ShowDomainItemLocationDetailsResponse.d.ts +0 -9
- package/v1/model/ShowDomainItemLocationDetailsResponse.js +0 -41
- package/v1/model/ShowDomainLocationStatsRequest.d.ts +0 -37
- package/v1/model/ShowDomainLocationStatsRequest.js +0 -118
- package/v1/model/ShowDomainLocationStatsResponse.d.ts +0 -14
- package/v1/model/ShowDomainLocationStatsResponse.js +0 -45
- package/v1/model/ShowDomainStatsRequest.d.ts +0 -35
- package/v1/model/ShowDomainStatsRequest.js +0 -120
- package/v1/model/ShowDomainStatsResponse.d.ts +0 -10
- package/v1/model/ShowDomainStatsResponse.js +0 -31
- package/v1/model/ShowHistoryTaskDetailsRequest.d.ts +0 -27
- package/v1/model/ShowHistoryTaskDetailsRequest.js +0 -88
- package/v1/model/ShowHistoryTaskDetailsResponse.d.ts +0 -31
- package/v1/model/ShowHistoryTaskDetailsResponse.js +0 -97
- package/v1/model/ShowHistoryTasksRequest.d.ts +0 -53
- package/v1/model/ShowHistoryTasksRequest.js +0 -143
- package/v1/model/ShowHistoryTasksResponse.d.ts +0 -9
- package/v1/model/ShowHistoryTasksResponse.js +0 -35
- package/v1/model/ShowHttpInfoRequest.d.ts +0 -11
- package/v1/model/ShowHttpInfoRequest.js +0 -38
- package/v1/model/ShowHttpInfoResponse.d.ts +0 -7
- package/v1/model/ShowHttpInfoResponse.js +0 -31
- package/v1/model/ShowIpInfoRequest.d.ts +0 -9
- package/v1/model/ShowIpInfoRequest.js +0 -28
- package/v1/model/ShowIpInfoResponse.d.ts +0 -9
- package/v1/model/ShowIpInfoResponse.js +0 -41
- package/v1/model/ShowLogsRequest.d.ts +0 -27
- package/v1/model/ShowLogsRequest.js +0 -94
- package/v1/model/ShowLogsResponse.d.ts +0 -9
- package/v1/model/ShowLogsResponse.js +0 -35
- package/v1/model/ShowOriginHostRequest.d.ts +0 -11
- package/v1/model/ShowOriginHostRequest.js +0 -38
- package/v1/model/ShowOriginHostResponse.d.ts +0 -9
- package/v1/model/ShowOriginHostResponse.js +0 -41
- package/v1/model/ShowQuotaRequest.d.ts +0 -3
- package/v1/model/ShowQuotaRequest.js +0 -9
- package/v1/model/ShowQuotaResponse.d.ts +0 -7
- package/v1/model/ShowQuotaResponse.js +0 -31
- package/v1/model/ShowReferRequest.d.ts +0 -11
- package/v1/model/ShowReferRequest.js +0 -38
- package/v1/model/ShowReferResponse.d.ts +0 -7
- package/v1/model/ShowReferResponse.js +0 -31
- package/v1/model/ShowResponseHeaderRequest.d.ts +0 -11
- package/v1/model/ShowResponseHeaderRequest.js +0 -38
- package/v1/model/ShowResponseHeaderResponse.d.ts +0 -7
- package/v1/model/ShowResponseHeaderResponse.js +0 -31
- package/v1/model/ShowTagsRequest.d.ts +0 -7
- package/v1/model/ShowTagsRequest.js +0 -24
- package/v1/model/ShowTagsResponse.d.ts +0 -6
- package/v1/model/ShowTagsResponse.js +0 -31
- package/v1/model/ShowTopUrlRequest.d.ts +0 -43
- package/v1/model/ShowTopUrlRequest.js +0 -115
- package/v1/model/ShowTopUrlResponse.d.ts +0 -13
- package/v1/model/ShowTopUrlResponse.js +0 -55
- package/v1/model/ShowUrlTaskInfoRequest.d.ts +0 -27
- package/v1/model/ShowUrlTaskInfoRequest.js +0 -81
- package/v1/model/ShowUrlTaskInfoResponse.d.ts +0 -15
- package/v1/model/ShowUrlTaskInfoResponse.js +0 -53
- package/v1/model/SourceWithPort.d.ts +0 -40
- package/v1/model/SourceWithPort.js +0 -120
- package/v1/model/Sources.d.ts +0 -32
- package/v1/model/Sources.js +0 -92
- package/v1/model/SourcesConfig.d.ts +0 -29
- package/v1/model/SourcesConfig.js +0 -100
- package/v1/model/TasksObject.d.ts +0 -43
- package/v1/model/TasksObject.js +0 -93
- package/v1/model/TopUrlSummary.d.ts +0 -19
- package/v1/model/TopUrlSummary.js +0 -59
- package/v1/model/UpdateBlackWhiteListRequest.d.ts +0 -14
- package/v1/model/UpdateBlackWhiteListRequest.js +0 -42
- package/v1/model/UpdateBlackWhiteListResponse.d.ts +0 -10
- package/v1/model/UpdateBlackWhiteListResponse.js +0 -39
- package/v1/model/UpdateCacheRulesRequest.d.ts +0 -14
- package/v1/model/UpdateCacheRulesRequest.js +0 -42
- package/v1/model/UpdateCacheRulesResponse.d.ts +0 -9
- package/v1/model/UpdateCacheRulesResponse.js +0 -41
- package/v1/model/UpdateDomainFullConfigRequest.d.ts +0 -14
- package/v1/model/UpdateDomainFullConfigRequest.js +0 -42
- package/v1/model/UpdateDomainFullConfigResponse.d.ts +0 -4
- package/v1/model/UpdateDomainFullConfigResponse.js +0 -27
- package/v1/model/UpdateDomainMultiCertificatesRequest.d.ts +0 -10
- package/v1/model/UpdateDomainMultiCertificatesRequest.js +0 -27
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.d.ts +0 -6
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.js +0 -13
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.d.ts +0 -40
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.js +0 -131
- package/v1/model/UpdateDomainMultiCertificatesResponse.d.ts +0 -7
- package/v1/model/UpdateDomainMultiCertificatesResponse.js +0 -31
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.d.ts +0 -40
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.js +0 -130
- package/v1/model/UpdateDomainOriginRequest.d.ts +0 -14
- package/v1/model/UpdateDomainOriginRequest.js +0 -42
- package/v1/model/UpdateDomainOriginResponse.d.ts +0 -7
- package/v1/model/UpdateDomainOriginResponse.js +0 -31
- package/v1/model/UpdateFollow302SwitchRequest.d.ts +0 -14
- package/v1/model/UpdateFollow302SwitchRequest.js +0 -42
- package/v1/model/UpdateFollow302SwitchResponse.d.ts +0 -9
- package/v1/model/UpdateFollow302SwitchResponse.js +0 -41
- package/v1/model/UpdateHttpsInfoRequest.d.ts +0 -14
- package/v1/model/UpdateHttpsInfoRequest.js +0 -42
- package/v1/model/UpdateHttpsInfoResponse.d.ts +0 -7
- package/v1/model/UpdateHttpsInfoResponse.js +0 -31
- package/v1/model/UpdateOriginHostRequest.d.ts +0 -14
- package/v1/model/UpdateOriginHostRequest.js +0 -42
- package/v1/model/UpdateOriginHostResponse.d.ts +0 -9
- package/v1/model/UpdateOriginHostResponse.js +0 -41
- package/v1/model/UpdatePrivateBucketAccessBody.d.ts +0 -5
- package/v1/model/UpdatePrivateBucketAccessBody.js +0 -13
- package/v1/model/UpdatePrivateBucketAccessRequest.d.ts +0 -14
- package/v1/model/UpdatePrivateBucketAccessRequest.js +0 -42
- package/v1/model/UpdatePrivateBucketAccessResponse.d.ts +0 -6
- package/v1/model/UpdatePrivateBucketAccessResponse.js +0 -31
- package/v1/model/UpdateRangeSwitchRequest.d.ts +0 -14
- package/v1/model/UpdateRangeSwitchRequest.js +0 -42
- package/v1/model/UpdateRangeSwitchResponse.d.ts +0 -9
- package/v1/model/UpdateRangeSwitchResponse.js +0 -41
- package/v1/model/UpdateReferRequest.d.ts +0 -14
- package/v1/model/UpdateReferRequest.js +0 -42
- package/v1/model/UpdateReferResponse.d.ts +0 -7
- package/v1/model/UpdateReferResponse.js +0 -31
- package/v1/model/UpdateResponseHeaderRequest.d.ts +0 -14
- package/v1/model/UpdateResponseHeaderRequest.js +0 -42
- package/v1/model/UpdateResponseHeaderResponse.d.ts +0 -7
- package/v1/model/UpdateResponseHeaderResponse.js +0 -31
- package/v1/model/UrlAuth.d.ts +0 -17
- package/v1/model/UrlAuth.js +0 -50
- package/v1/model/UrlAuthGetBody.d.ts +0 -15
- package/v1/model/UrlAuthGetBody.js +0 -46
- package/v1/model/UrlObject.d.ts +0 -21
- package/v1/model/UrlObject.js +0 -63
- package/v1/model/Urls.d.ts +0 -27
- package/v1/model/Urls.js +0 -81
- package/v1/model/UserAgentFilter.d.ts +0 -7
- package/v1/model/UserAgentFilter.js +0 -18
- package/v1/public-api.js +0 -178
- package/v2/CdnClient.d.ts +0 -648
- package/v2/CdnRegion.d.ts +0 -6
- package/v2/CdnRegion.js +0 -25
- package/v2/model/BackSources.d.ts +0 -23
- package/v2/model/BackSources.js +0 -81
- package/v2/model/BatchCopyConfigs.d.ts +0 -15
- package/v2/model/BatchCopyConfigs.js +0 -54
- package/v2/model/BatchCopyDRequestBody.d.ts +0 -6
- package/v2/model/BatchCopyDRequestBody.js +0 -14
- package/v2/model/BatchCopyDomainRequest.d.ts +0 -6
- package/v2/model/BatchCopyDomainRequest.js +0 -13
- package/v2/model/BatchCopyDomainResponse.d.ts +0 -7
- package/v2/model/BatchCopyDomainResponse.js +0 -31
- package/v2/model/BatchCopyErrorRsp.d.ts +0 -6
- package/v2/model/BatchCopyErrorRsp.js +0 -13
- package/v2/model/BatchCopyErrorRspError.d.ts +0 -11
- package/v2/model/BatchCopyErrorRspError.js +0 -37
- package/v2/model/BatchCopyResultVo.d.ts +0 -19
- package/v2/model/BatchCopyResultVo.js +0 -42
- package/v2/model/CacheRules.d.ts +0 -31
- package/v2/model/CacheRules.js +0 -107
- package/v2/model/CacheUrlParameterFilter.d.ts +0 -7
- package/v2/model/CacheUrlParameterFilter.js +0 -17
- package/v2/model/CommonRemoteAuth.d.ts +0 -12
- package/v2/model/CommonRemoteAuth.js +0 -39
- package/v2/model/Compress.d.ts +0 -11
- package/v2/model/Compress.js +0 -33
- package/v2/model/Configs.d.ts +0 -117
- package/v2/model/Configs.js +0 -323
- package/v2/model/ConfigsGetBody.d.ts +0 -117
- package/v2/model/ConfigsGetBody.js +0 -323
- package/v2/model/CustomArgs.d.ts +0 -9
- package/v2/model/CustomArgs.js +0 -24
- package/v2/model/DomainOriginHost.d.ts +0 -15
- package/v2/model/DomainOriginHost.js +0 -52
- package/v2/model/Domains.d.ts +0 -87
- package/v2/model/Domains.js +0 -253
- package/v2/model/DomainsWithPort.d.ts +0 -51
- package/v2/model/DomainsWithPort.js +0 -137
- package/v2/model/DownloadRegionCarrierExcelRequest.d.ts +0 -35
- package/v2/model/DownloadRegionCarrierExcelRequest.js +0 -113
- package/v2/model/DownloadRegionCarrierExcelResponse.d.ts +0 -4
- package/v2/model/DownloadRegionCarrierExcelResponse.js +0 -27
- package/v2/model/DownloadStatisticsExcelRequest.d.ts +0 -33
- package/v2/model/DownloadStatisticsExcelRequest.js +0 -115
- package/v2/model/DownloadStatisticsExcelResponse.d.ts +0 -4
- package/v2/model/DownloadStatisticsExcelResponse.js +0 -27
- package/v2/model/EpResourceTag.d.ts +0 -7
- package/v2/model/EpResourceTag.js +0 -19
- package/v2/model/ErrMsg.d.ts +0 -11
- package/v2/model/ErrMsg.js +0 -39
- package/v2/model/ErrRsp.d.ts +0 -6
- package/v2/model/ErrRsp.js +0 -14
- package/v2/model/ErrorCodeCache.d.ts +0 -7
- package/v2/model/ErrorCodeCache.js +0 -17
- package/v2/model/ErrorCodeRedirectRules.d.ts +0 -15
- package/v2/model/ErrorCodeRedirectRules.js +0 -54
- package/v2/model/FlexibleOrigins.d.ts +0 -18
- package/v2/model/FlexibleOrigins.js +0 -59
- package/v2/model/ForceRedirectConfig.d.ts +0 -11
- package/v2/model/ForceRedirectConfig.js +0 -32
- package/v2/model/HttpGetBody.d.ts +0 -39
- package/v2/model/HttpGetBody.js +0 -135
- package/v2/model/HttpPutBody.d.ts +0 -39
- package/v2/model/HttpPutBody.js +0 -135
- package/v2/model/HttpResponseHeader.d.ts +0 -9
- package/v2/model/HttpResponseHeader.js +0 -23
- package/v2/model/IpFilter.d.ts +0 -7
- package/v2/model/IpFilter.js +0 -18
- package/v2/model/ListDomainsRequest.d.ts +0 -39
- package/v2/model/ListDomainsRequest.js +0 -135
- package/v2/model/ListDomainsResponse.d.ts +0 -9
- package/v2/model/ListDomainsResponse.js +0 -35
- package/v2/model/ModifyDomainConfigRequestBody.d.ts +0 -6
- package/v2/model/ModifyDomainConfigRequestBody.js +0 -13
- package/v2/model/OriginRequestHeader.d.ts +0 -9
- package/v2/model/OriginRequestHeader.js +0 -23
- package/v2/model/OriginRequestUrlRewrite.d.ts +0 -17
- package/v2/model/OriginRequestUrlRewrite.js +0 -58
- package/v2/model/RefererConfig.d.ts +0 -11
- package/v2/model/RefererConfig.js +0 -32
- package/v2/model/RemoteAuthRuleVo.d.ts +0 -62
- package/v2/model/RemoteAuthRuleVo.js +0 -219
- package/v2/model/RequestLimitRules.d.ts +0 -15
- package/v2/model/RequestLimitRules.js +0 -47
- package/v2/model/SetChargeModesBody.d.ts +0 -15
- package/v2/model/SetChargeModesBody.js +0 -54
- package/v2/model/SetChargeModesRequest.d.ts +0 -6
- package/v2/model/SetChargeModesRequest.js +0 -13
- package/v2/model/SetChargeModesResponse.d.ts +0 -26
- package/v2/model/SetChargeModesResponse.js +0 -101
- package/v2/model/ShowBandwidthCalcRequest.d.ts +0 -27
- package/v2/model/ShowBandwidthCalcRequest.js +0 -97
- package/v2/model/ShowBandwidthCalcResponse.d.ts +0 -14
- package/v2/model/ShowBandwidthCalcResponse.js +0 -41
- package/v2/model/ShowChargeModesRequest.d.ts +0 -13
- package/v2/model/ShowChargeModesRequest.js +0 -42
- package/v2/model/ShowChargeModesResponse.d.ts +0 -10
- package/v2/model/ShowChargeModesResponse.js +0 -31
- package/v2/model/ShowDomainDetailByNameRequest.d.ts +0 -11
- package/v2/model/ShowDomainDetailByNameRequest.js +0 -38
- package/v2/model/ShowDomainDetailByNameResponse.d.ts +0 -7
- package/v2/model/ShowDomainDetailByNameResponse.js +0 -31
- package/v2/model/ShowDomainFullConfigRequest.d.ts +0 -15
- package/v2/model/ShowDomainFullConfigRequest.js +0 -52
- package/v2/model/ShowDomainFullConfigResponse.d.ts +0 -7
- package/v2/model/ShowDomainFullConfigResponse.js +0 -31
- package/v2/model/ShowDomainLocationStatsRequest.d.ts +0 -37
- package/v2/model/ShowDomainLocationStatsRequest.js +0 -118
- package/v2/model/ShowDomainLocationStatsResponse.d.ts +0 -14
- package/v2/model/ShowDomainLocationStatsResponse.js +0 -45
- package/v2/model/ShowDomainStatsRequest.d.ts +0 -35
- package/v2/model/ShowDomainStatsRequest.js +0 -120
- package/v2/model/ShowDomainStatsResponse.d.ts +0 -10
- package/v2/model/ShowDomainStatsResponse.js +0 -31
- package/v2/model/ShowTopDomainNamesRequest.d.ts +0 -25
- package/v2/model/ShowTopDomainNamesRequest.js +0 -86
- package/v2/model/ShowTopDomainNamesResponse.d.ts +0 -14
- package/v2/model/ShowTopDomainNamesResponse.js +0 -41
- package/v2/model/ShowTopUrlRequest.d.ts +0 -27
- package/v2/model/ShowTopUrlRequest.js +0 -97
- package/v2/model/ShowTopUrlResponse.d.ts +0 -13
- package/v2/model/ShowTopUrlResponse.js +0 -55
- package/v2/model/Sources.d.ts +0 -32
- package/v2/model/Sources.js +0 -92
- package/v2/model/SourcesConfig.d.ts +0 -33
- package/v2/model/SourcesConfig.js +0 -114
- package/v2/model/TopUrlSummary.d.ts +0 -19
- package/v2/model/TopUrlSummary.js +0 -59
- package/v2/model/UpdateDomainFullConfigRequest.d.ts +0 -14
- package/v2/model/UpdateDomainFullConfigRequest.js +0 -42
- package/v2/model/UpdateDomainFullConfigResponse.d.ts +0 -4
- package/v2/model/UpdateDomainFullConfigResponse.js +0 -27
- package/v2/model/UrlAuth.d.ts +0 -33
- package/v2/model/UrlAuth.js +0 -109
- package/v2/model/UrlAuthGetBody.d.ts +0 -33
- package/v2/model/UrlAuthGetBody.js +0 -106
- package/v2/model/UserAgentFilter.d.ts +0 -11
- package/v2/model/UserAgentFilter.js +0 -32
- package/v2/model/VideoSeek.d.ts +0 -19
- package/v2/model/VideoSeek.js +0 -66
- package/v2/model/WebSocketSeek.d.ts +0 -7
- package/v2/model/WebSocketSeek.js +0 -19
- package/v2/public-api.js +0 -88
package/v1/CdnRegion.d.ts
DELETED
package/v1/CdnRegion.js
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CdnRegion = void 0;
|
4
|
-
var region_1 = require("@huaweicloud/huaweicloud-sdk-core/region/region");
|
5
|
-
var CdnRegion = exports.CdnRegion = /** @class */ (function () {
|
6
|
-
function CdnRegion() {
|
7
|
-
}
|
8
|
-
CdnRegion.valueOf = function (regionId) {
|
9
|
-
if (!regionId) {
|
10
|
-
throw new Error("Unexpected empty parameter: regionId.");
|
11
|
-
}
|
12
|
-
var result = this.REGION_MAP[regionId];
|
13
|
-
if (result) {
|
14
|
-
return result;
|
15
|
-
}
|
16
|
-
throw new Error("Unexpected regionId: ".concat(regionId, "."));
|
17
|
-
};
|
18
|
-
CdnRegion.CN_NORTH_1 = new region_1.Region("cn-north-1", ["https://cdn.myhuaweicloud.com"]);
|
19
|
-
CdnRegion.AP_SOUTHEAST_1 = new region_1.Region("ap-southeast-1", ["https://cdn.myhuaweicloud.com"]);
|
20
|
-
CdnRegion.REGION_MAP = {
|
21
|
-
"cn-north-1": CdnRegion.CN_NORTH_1,
|
22
|
-
"ap-southeast-1": CdnRegion.AP_SOUTHEAST_1
|
23
|
-
};
|
24
|
-
return CdnRegion;
|
25
|
-
}());
|
@@ -1,13 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.BatchDeleteTagsRequest = void 0;
|
4
|
-
var BatchDeleteTagsRequest = /** @class */ (function () {
|
5
|
-
function BatchDeleteTagsRequest() {
|
6
|
-
}
|
7
|
-
BatchDeleteTagsRequest.prototype.withBody = function (body) {
|
8
|
-
this['body'] = body;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
return BatchDeleteTagsRequest;
|
12
|
-
}());
|
13
|
-
exports.BatchDeleteTagsRequest = BatchDeleteTagsRequest;
|
@@ -1,27 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
3
|
-
var extendStatics = function (d, b) {
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
-
return extendStatics(d, b);
|
8
|
-
};
|
9
|
-
return function (d, b) {
|
10
|
-
if (typeof b !== "function" && b !== null)
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
-
extendStatics(d, b);
|
13
|
-
function __() { this.constructor = d; }
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
-
};
|
16
|
-
})();
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
-
exports.BatchDeleteTagsResponse = void 0;
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
-
var BatchDeleteTagsResponse = /** @class */ (function (_super) {
|
21
|
-
__extends(BatchDeleteTagsResponse, _super);
|
22
|
-
function BatchDeleteTagsResponse() {
|
23
|
-
return _super.call(this) || this;
|
24
|
-
}
|
25
|
-
return BatchDeleteTagsResponse;
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
27
|
-
exports.BatchDeleteTagsResponse = BatchDeleteTagsResponse;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
export declare class BlackWhiteListBody {
|
2
|
-
type: number;
|
3
|
-
private 'ip_list'?;
|
4
|
-
constructor(type?: any);
|
5
|
-
withType(type: number): BlackWhiteListBody;
|
6
|
-
withIpList(ipList: Array<string>): BlackWhiteListBody;
|
7
|
-
set ipList(ipList: Array<string> | undefined);
|
8
|
-
get ipList(): Array<string> | undefined;
|
9
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.BlackWhiteListBody = void 0;
|
4
|
-
var BlackWhiteListBody = /** @class */ (function () {
|
5
|
-
function BlackWhiteListBody(type) {
|
6
|
-
this['type'] = type;
|
7
|
-
}
|
8
|
-
BlackWhiteListBody.prototype.withType = function (type) {
|
9
|
-
this['type'] = type;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
BlackWhiteListBody.prototype.withIpList = function (ipList) {
|
13
|
-
this['ip_list'] = ipList;
|
14
|
-
return this;
|
15
|
-
};
|
16
|
-
Object.defineProperty(BlackWhiteListBody.prototype, "ipList", {
|
17
|
-
get: function () {
|
18
|
-
return this['ip_list'];
|
19
|
-
},
|
20
|
-
set: function (ipList) {
|
21
|
-
this['ip_list'] = ipList;
|
22
|
-
},
|
23
|
-
enumerable: false,
|
24
|
-
configurable: true
|
25
|
-
});
|
26
|
-
return BlackWhiteListBody;
|
27
|
-
}());
|
28
|
-
exports.BlackWhiteListBody = BlackWhiteListBody;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { CompressResponse } from './CompressResponse';
|
2
|
-
import { Rules } from './Rules';
|
3
|
-
export declare class CacheConfig {
|
4
|
-
private 'ignore_url_parameter'?;
|
5
|
-
private 'follow_origin'?;
|
6
|
-
compress?: CompressResponse;
|
7
|
-
rules?: Array<Rules>;
|
8
|
-
constructor();
|
9
|
-
withIgnoreUrlParameter(ignoreUrlParameter: boolean): CacheConfig;
|
10
|
-
set ignoreUrlParameter(ignoreUrlParameter: boolean | undefined);
|
11
|
-
get ignoreUrlParameter(): boolean | undefined;
|
12
|
-
withFollowOrigin(followOrigin: boolean): CacheConfig;
|
13
|
-
set followOrigin(followOrigin: boolean | undefined);
|
14
|
-
get followOrigin(): boolean | undefined;
|
15
|
-
withCompress(compress: CompressResponse): CacheConfig;
|
16
|
-
withRules(rules: Array<Rules>): CacheConfig;
|
17
|
-
}
|
package/v1/model/CacheConfig.js
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CacheConfig = void 0;
|
4
|
-
var CacheConfig = /** @class */ (function () {
|
5
|
-
function CacheConfig() {
|
6
|
-
}
|
7
|
-
CacheConfig.prototype.withIgnoreUrlParameter = function (ignoreUrlParameter) {
|
8
|
-
this['ignore_url_parameter'] = ignoreUrlParameter;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(CacheConfig.prototype, "ignoreUrlParameter", {
|
12
|
-
get: function () {
|
13
|
-
return this['ignore_url_parameter'];
|
14
|
-
},
|
15
|
-
set: function (ignoreUrlParameter) {
|
16
|
-
this['ignore_url_parameter'] = ignoreUrlParameter;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
CacheConfig.prototype.withFollowOrigin = function (followOrigin) {
|
22
|
-
this['follow_origin'] = followOrigin;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
Object.defineProperty(CacheConfig.prototype, "followOrigin", {
|
26
|
-
get: function () {
|
27
|
-
return this['follow_origin'];
|
28
|
-
},
|
29
|
-
set: function (followOrigin) {
|
30
|
-
this['follow_origin'] = followOrigin;
|
31
|
-
},
|
32
|
-
enumerable: false,
|
33
|
-
configurable: true
|
34
|
-
});
|
35
|
-
CacheConfig.prototype.withCompress = function (compress) {
|
36
|
-
this['compress'] = compress;
|
37
|
-
return this;
|
38
|
-
};
|
39
|
-
CacheConfig.prototype.withRules = function (rules) {
|
40
|
-
this['rules'] = rules;
|
41
|
-
return this;
|
42
|
-
};
|
43
|
-
return CacheConfig;
|
44
|
-
}());
|
45
|
-
exports.CacheConfig = CacheConfig;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { CompressRequest } from './CompressRequest';
|
2
|
-
import { Rules } from './Rules';
|
3
|
-
export declare class CacheConfigRequest {
|
4
|
-
private 'ignore_url_parameter'?;
|
5
|
-
private 'follow_origin'?;
|
6
|
-
compress?: CompressRequest;
|
7
|
-
rules?: Array<Rules>;
|
8
|
-
constructor();
|
9
|
-
withIgnoreUrlParameter(ignoreUrlParameter: boolean): CacheConfigRequest;
|
10
|
-
set ignoreUrlParameter(ignoreUrlParameter: boolean | undefined);
|
11
|
-
get ignoreUrlParameter(): boolean | undefined;
|
12
|
-
withFollowOrigin(followOrigin: boolean): CacheConfigRequest;
|
13
|
-
set followOrigin(followOrigin: boolean | undefined);
|
14
|
-
get followOrigin(): boolean | undefined;
|
15
|
-
withCompress(compress: CompressRequest): CacheConfigRequest;
|
16
|
-
withRules(rules: Array<Rules>): CacheConfigRequest;
|
17
|
-
}
|
@@ -1,45 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CacheConfigRequest = void 0;
|
4
|
-
var CacheConfigRequest = /** @class */ (function () {
|
5
|
-
function CacheConfigRequest() {
|
6
|
-
}
|
7
|
-
CacheConfigRequest.prototype.withIgnoreUrlParameter = function (ignoreUrlParameter) {
|
8
|
-
this['ignore_url_parameter'] = ignoreUrlParameter;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(CacheConfigRequest.prototype, "ignoreUrlParameter", {
|
12
|
-
get: function () {
|
13
|
-
return this['ignore_url_parameter'];
|
14
|
-
},
|
15
|
-
set: function (ignoreUrlParameter) {
|
16
|
-
this['ignore_url_parameter'] = ignoreUrlParameter;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
CacheConfigRequest.prototype.withFollowOrigin = function (followOrigin) {
|
22
|
-
this['follow_origin'] = followOrigin;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
Object.defineProperty(CacheConfigRequest.prototype, "followOrigin", {
|
26
|
-
get: function () {
|
27
|
-
return this['follow_origin'];
|
28
|
-
},
|
29
|
-
set: function (followOrigin) {
|
30
|
-
this['follow_origin'] = followOrigin;
|
31
|
-
},
|
32
|
-
enumerable: false,
|
33
|
-
configurable: true
|
34
|
-
});
|
35
|
-
CacheConfigRequest.prototype.withCompress = function (compress) {
|
36
|
-
this['compress'] = compress;
|
37
|
-
return this;
|
38
|
-
};
|
39
|
-
CacheConfigRequest.prototype.withRules = function (rules) {
|
40
|
-
this['rules'] = rules;
|
41
|
-
return this;
|
42
|
-
};
|
43
|
-
return CacheConfigRequest;
|
44
|
-
}());
|
45
|
-
exports.CacheConfigRequest = CacheConfigRequest;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { CacheConfigRequest } from './CacheConfigRequest';
|
2
|
-
export declare class CacheConfigRequestBody {
|
3
|
-
private 'cache_config';
|
4
|
-
constructor(cacheConfig?: any);
|
5
|
-
withCacheConfig(cacheConfig: CacheConfigRequest): CacheConfigRequestBody;
|
6
|
-
set cacheConfig(cacheConfig: CacheConfigRequest | undefined);
|
7
|
-
get cacheConfig(): CacheConfigRequest | undefined;
|
8
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CacheConfigRequestBody = void 0;
|
4
|
-
var CacheConfigRequestBody = /** @class */ (function () {
|
5
|
-
function CacheConfigRequestBody(cacheConfig) {
|
6
|
-
this['cache_config'] = cacheConfig;
|
7
|
-
}
|
8
|
-
CacheConfigRequestBody.prototype.withCacheConfig = function (cacheConfig) {
|
9
|
-
this['cache_config'] = cacheConfig;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
Object.defineProperty(CacheConfigRequestBody.prototype, "cacheConfig", {
|
13
|
-
get: function () {
|
14
|
-
return this['cache_config'];
|
15
|
-
},
|
16
|
-
set: function (cacheConfig) {
|
17
|
-
this['cache_config'] = cacheConfig;
|
18
|
-
},
|
19
|
-
enumerable: false,
|
20
|
-
configurable: true
|
21
|
-
});
|
22
|
-
return CacheConfigRequestBody;
|
23
|
-
}());
|
24
|
-
exports.CacheConfigRequestBody = CacheConfigRequestBody;
|
package/v1/model/CacheRules.d.ts
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
export declare class CacheRules {
|
2
|
-
private 'match_type';
|
3
|
-
private 'match_value'?;
|
4
|
-
ttl: number;
|
5
|
-
private 'ttl_unit';
|
6
|
-
priority: number;
|
7
|
-
private 'follow_origin';
|
8
|
-
private 'url_parameter_type';
|
9
|
-
private 'url_parameter_value'?;
|
10
|
-
constructor(matchType?: any, ttl?: any, ttlUnit?: any, priority?: any, followOrigin?: any, urlParameterType?: any);
|
11
|
-
withMatchType(matchType: string): CacheRules;
|
12
|
-
set matchType(matchType: string | undefined);
|
13
|
-
get matchType(): string | undefined;
|
14
|
-
withMatchValue(matchValue: string): CacheRules;
|
15
|
-
set matchValue(matchValue: string | undefined);
|
16
|
-
get matchValue(): string | undefined;
|
17
|
-
withTtl(ttl: number): CacheRules;
|
18
|
-
withTtlUnit(ttlUnit: string): CacheRules;
|
19
|
-
set ttlUnit(ttlUnit: string | undefined);
|
20
|
-
get ttlUnit(): string | undefined;
|
21
|
-
withPriority(priority: number): CacheRules;
|
22
|
-
withFollowOrigin(followOrigin: string): CacheRules;
|
23
|
-
set followOrigin(followOrigin: string | undefined);
|
24
|
-
get followOrigin(): string | undefined;
|
25
|
-
withUrlParameterType(urlParameterType: string): CacheRules;
|
26
|
-
set urlParameterType(urlParameterType: string | undefined);
|
27
|
-
get urlParameterType(): string | undefined;
|
28
|
-
withUrlParameterValue(urlParameterValue: string): CacheRules;
|
29
|
-
set urlParameterValue(urlParameterValue: string | undefined);
|
30
|
-
get urlParameterValue(): string | undefined;
|
31
|
-
}
|
package/v1/model/CacheRules.js
DELETED
@@ -1,107 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CacheRules = void 0;
|
4
|
-
var CacheRules = /** @class */ (function () {
|
5
|
-
function CacheRules(matchType, ttl, ttlUnit, priority, followOrigin, urlParameterType) {
|
6
|
-
this['match_type'] = matchType;
|
7
|
-
this['ttl'] = ttl;
|
8
|
-
this['ttl_unit'] = ttlUnit;
|
9
|
-
this['priority'] = priority;
|
10
|
-
this['follow_origin'] = followOrigin;
|
11
|
-
this['url_parameter_type'] = urlParameterType;
|
12
|
-
}
|
13
|
-
CacheRules.prototype.withMatchType = function (matchType) {
|
14
|
-
this['match_type'] = matchType;
|
15
|
-
return this;
|
16
|
-
};
|
17
|
-
Object.defineProperty(CacheRules.prototype, "matchType", {
|
18
|
-
get: function () {
|
19
|
-
return this['match_type'];
|
20
|
-
},
|
21
|
-
set: function (matchType) {
|
22
|
-
this['match_type'] = matchType;
|
23
|
-
},
|
24
|
-
enumerable: false,
|
25
|
-
configurable: true
|
26
|
-
});
|
27
|
-
CacheRules.prototype.withMatchValue = function (matchValue) {
|
28
|
-
this['match_value'] = matchValue;
|
29
|
-
return this;
|
30
|
-
};
|
31
|
-
Object.defineProperty(CacheRules.prototype, "matchValue", {
|
32
|
-
get: function () {
|
33
|
-
return this['match_value'];
|
34
|
-
},
|
35
|
-
set: function (matchValue) {
|
36
|
-
this['match_value'] = matchValue;
|
37
|
-
},
|
38
|
-
enumerable: false,
|
39
|
-
configurable: true
|
40
|
-
});
|
41
|
-
CacheRules.prototype.withTtl = function (ttl) {
|
42
|
-
this['ttl'] = ttl;
|
43
|
-
return this;
|
44
|
-
};
|
45
|
-
CacheRules.prototype.withTtlUnit = function (ttlUnit) {
|
46
|
-
this['ttl_unit'] = ttlUnit;
|
47
|
-
return this;
|
48
|
-
};
|
49
|
-
Object.defineProperty(CacheRules.prototype, "ttlUnit", {
|
50
|
-
get: function () {
|
51
|
-
return this['ttl_unit'];
|
52
|
-
},
|
53
|
-
set: function (ttlUnit) {
|
54
|
-
this['ttl_unit'] = ttlUnit;
|
55
|
-
},
|
56
|
-
enumerable: false,
|
57
|
-
configurable: true
|
58
|
-
});
|
59
|
-
CacheRules.prototype.withPriority = function (priority) {
|
60
|
-
this['priority'] = priority;
|
61
|
-
return this;
|
62
|
-
};
|
63
|
-
CacheRules.prototype.withFollowOrigin = function (followOrigin) {
|
64
|
-
this['follow_origin'] = followOrigin;
|
65
|
-
return this;
|
66
|
-
};
|
67
|
-
Object.defineProperty(CacheRules.prototype, "followOrigin", {
|
68
|
-
get: function () {
|
69
|
-
return this['follow_origin'];
|
70
|
-
},
|
71
|
-
set: function (followOrigin) {
|
72
|
-
this['follow_origin'] = followOrigin;
|
73
|
-
},
|
74
|
-
enumerable: false,
|
75
|
-
configurable: true
|
76
|
-
});
|
77
|
-
CacheRules.prototype.withUrlParameterType = function (urlParameterType) {
|
78
|
-
this['url_parameter_type'] = urlParameterType;
|
79
|
-
return this;
|
80
|
-
};
|
81
|
-
Object.defineProperty(CacheRules.prototype, "urlParameterType", {
|
82
|
-
get: function () {
|
83
|
-
return this['url_parameter_type'];
|
84
|
-
},
|
85
|
-
set: function (urlParameterType) {
|
86
|
-
this['url_parameter_type'] = urlParameterType;
|
87
|
-
},
|
88
|
-
enumerable: false,
|
89
|
-
configurable: true
|
90
|
-
});
|
91
|
-
CacheRules.prototype.withUrlParameterValue = function (urlParameterValue) {
|
92
|
-
this['url_parameter_value'] = urlParameterValue;
|
93
|
-
return this;
|
94
|
-
};
|
95
|
-
Object.defineProperty(CacheRules.prototype, "urlParameterValue", {
|
96
|
-
get: function () {
|
97
|
-
return this['url_parameter_value'];
|
98
|
-
},
|
99
|
-
set: function (urlParameterValue) {
|
100
|
-
this['url_parameter_value'] = urlParameterValue;
|
101
|
-
},
|
102
|
-
enumerable: false,
|
103
|
-
configurable: true
|
104
|
-
});
|
105
|
-
return CacheRules;
|
106
|
-
}());
|
107
|
-
exports.CacheRules = CacheRules;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CacheUrlParameterFilter = void 0;
|
4
|
-
var CacheUrlParameterFilter = /** @class */ (function () {
|
5
|
-
function CacheUrlParameterFilter() {
|
6
|
-
}
|
7
|
-
CacheUrlParameterFilter.prototype.withType = function (type) {
|
8
|
-
this['type'] = type;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
CacheUrlParameterFilter.prototype.withValue = function (value) {
|
12
|
-
this['value'] = value;
|
13
|
-
return this;
|
14
|
-
};
|
15
|
-
return CacheUrlParameterFilter;
|
16
|
-
}());
|
17
|
-
exports.CacheUrlParameterFilter = CacheUrlParameterFilter;
|
package/v1/model/CdnIps.d.ts
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
export declare class CdnIps {
|
2
|
-
ip?: string;
|
3
|
-
belongs?: boolean;
|
4
|
-
region?: string;
|
5
|
-
isp?: string;
|
6
|
-
platform?: string;
|
7
|
-
constructor();
|
8
|
-
withIp(ip: string): CdnIps;
|
9
|
-
withBelongs(belongs: boolean): CdnIps;
|
10
|
-
withRegion(region: string): CdnIps;
|
11
|
-
withIsp(isp: string): CdnIps;
|
12
|
-
withPlatform(platform: string): CdnIps;
|
13
|
-
}
|
package/v1/model/CdnIps.js
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CdnIps = void 0;
|
4
|
-
var CdnIps = /** @class */ (function () {
|
5
|
-
function CdnIps() {
|
6
|
-
}
|
7
|
-
CdnIps.prototype.withIp = function (ip) {
|
8
|
-
this['ip'] = ip;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
CdnIps.prototype.withBelongs = function (belongs) {
|
12
|
-
this['belongs'] = belongs;
|
13
|
-
return this;
|
14
|
-
};
|
15
|
-
CdnIps.prototype.withRegion = function (region) {
|
16
|
-
this['region'] = region;
|
17
|
-
return this;
|
18
|
-
};
|
19
|
-
CdnIps.prototype.withIsp = function (isp) {
|
20
|
-
this['isp'] = isp;
|
21
|
-
return this;
|
22
|
-
};
|
23
|
-
CdnIps.prototype.withPlatform = function (platform) {
|
24
|
-
this['platform'] = platform;
|
25
|
-
return this;
|
26
|
-
};
|
27
|
-
return CdnIps;
|
28
|
-
}());
|
29
|
-
exports.CdnIps = CdnIps;
|
package/v1/model/Compress.d.ts
DELETED
package/v1/model/Compress.js
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Compress = void 0;
|
4
|
-
var Compress = /** @class */ (function () {
|
5
|
-
function Compress(status) {
|
6
|
-
this['status'] = status;
|
7
|
-
}
|
8
|
-
Compress.prototype.withStatus = function (status) {
|
9
|
-
this['status'] = status;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
Compress.prototype.withType = function (type) {
|
13
|
-
this['type'] = type;
|
14
|
-
return this;
|
15
|
-
};
|
16
|
-
return Compress;
|
17
|
-
}());
|
18
|
-
exports.Compress = Compress;
|
@@ -1,23 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CompressRequest = void 0;
|
4
|
-
var CompressRequest = /** @class */ (function () {
|
5
|
-
function CompressRequest() {
|
6
|
-
}
|
7
|
-
CompressRequest.prototype.withCompressSwitch = function (compressSwitch) {
|
8
|
-
this['compress_switch'] = compressSwitch;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(CompressRequest.prototype, "compressSwitch", {
|
12
|
-
get: function () {
|
13
|
-
return this['compress_switch'];
|
14
|
-
},
|
15
|
-
set: function (compressSwitch) {
|
16
|
-
this['compress_switch'] = compressSwitch;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
return CompressRequest;
|
22
|
-
}());
|
23
|
-
exports.CompressRequest = CompressRequest;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { CompressRules } from './CompressRules';
|
2
|
-
export declare class CompressResponse {
|
3
|
-
private 'compress_switch';
|
4
|
-
private 'compress_rules'?;
|
5
|
-
constructor(compressSwitch?: any);
|
6
|
-
withCompressSwitch(compressSwitch: number): CompressResponse;
|
7
|
-
set compressSwitch(compressSwitch: number | undefined);
|
8
|
-
get compressSwitch(): number | undefined;
|
9
|
-
withCompressRules(compressRules: Array<CompressRules>): CompressResponse;
|
10
|
-
set compressRules(compressRules: Array<CompressRules> | undefined);
|
11
|
-
get compressRules(): Array<CompressRules> | undefined;
|
12
|
-
}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CompressResponse = void 0;
|
4
|
-
var CompressResponse = /** @class */ (function () {
|
5
|
-
function CompressResponse(compressSwitch) {
|
6
|
-
this['compress_switch'] = compressSwitch;
|
7
|
-
}
|
8
|
-
CompressResponse.prototype.withCompressSwitch = function (compressSwitch) {
|
9
|
-
this['compress_switch'] = compressSwitch;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
Object.defineProperty(CompressResponse.prototype, "compressSwitch", {
|
13
|
-
get: function () {
|
14
|
-
return this['compress_switch'];
|
15
|
-
},
|
16
|
-
set: function (compressSwitch) {
|
17
|
-
this['compress_switch'] = compressSwitch;
|
18
|
-
},
|
19
|
-
enumerable: false,
|
20
|
-
configurable: true
|
21
|
-
});
|
22
|
-
CompressResponse.prototype.withCompressRules = function (compressRules) {
|
23
|
-
this['compress_rules'] = compressRules;
|
24
|
-
return this;
|
25
|
-
};
|
26
|
-
Object.defineProperty(CompressResponse.prototype, "compressRules", {
|
27
|
-
get: function () {
|
28
|
-
return this['compress_rules'];
|
29
|
-
},
|
30
|
-
set: function (compressRules) {
|
31
|
-
this['compress_rules'] = compressRules;
|
32
|
-
},
|
33
|
-
enumerable: false,
|
34
|
-
configurable: true
|
35
|
-
});
|
36
|
-
return CompressResponse;
|
37
|
-
}());
|
38
|
-
exports.CompressResponse = CompressResponse;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
export declare class CompressRules {
|
2
|
-
private 'compress_type'?;
|
3
|
-
private 'compress_file_type'?;
|
4
|
-
constructor();
|
5
|
-
withCompressType(compressType: string): CompressRules;
|
6
|
-
set compressType(compressType: string | undefined);
|
7
|
-
get compressType(): string | undefined;
|
8
|
-
withCompressFileType(compressFileType: string): CompressRules;
|
9
|
-
set compressFileType(compressFileType: string | undefined);
|
10
|
-
get compressFileType(): string | undefined;
|
11
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CompressRules = void 0;
|
4
|
-
var CompressRules = /** @class */ (function () {
|
5
|
-
function CompressRules() {
|
6
|
-
}
|
7
|
-
CompressRules.prototype.withCompressType = function (compressType) {
|
8
|
-
this['compress_type'] = compressType;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(CompressRules.prototype, "compressType", {
|
12
|
-
get: function () {
|
13
|
-
return this['compress_type'];
|
14
|
-
},
|
15
|
-
set: function (compressType) {
|
16
|
-
this['compress_type'] = compressType;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
CompressRules.prototype.withCompressFileType = function (compressFileType) {
|
22
|
-
this['compress_file_type'] = compressFileType;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
Object.defineProperty(CompressRules.prototype, "compressFileType", {
|
26
|
-
get: function () {
|
27
|
-
return this['compress_file_type'];
|
28
|
-
},
|
29
|
-
set: function (compressFileType) {
|
30
|
-
this['compress_file_type'] = compressFileType;
|
31
|
-
},
|
32
|
-
enumerable: false,
|
33
|
-
configurable: true
|
34
|
-
});
|
35
|
-
return CompressRules;
|
36
|
-
}());
|
37
|
-
exports.CompressRules = CompressRules;
|