@huaweicloud/huaweicloud-sdk-cdn 3.1.45 → 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} +1429 -895
- 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} +666 -449
- 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 -650
- 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 -125
- package/v2/model/Configs.js +0 -351
- package/v2/model/ConfigsGetBody.d.ts +0 -125
- package/v2/model/ConfigsGetBody.js +0 -351
- 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 -35
- package/v2/model/SourcesConfig.js +0 -118
- 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/v2/model/Sources.js
DELETED
@@ -1,92 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.SourcesOriginTypeEnum = exports.Sources = void 0;
|
4
|
-
var Sources = /** @class */ (function () {
|
5
|
-
function Sources(ipOrDomain, originType, activeStandby) {
|
6
|
-
this['ip_or_domain'] = ipOrDomain;
|
7
|
-
this['origin_type'] = originType;
|
8
|
-
this['active_standby'] = activeStandby;
|
9
|
-
}
|
10
|
-
Sources.prototype.withDomainId = function (domainId) {
|
11
|
-
this['domain_id'] = domainId;
|
12
|
-
return this;
|
13
|
-
};
|
14
|
-
Object.defineProperty(Sources.prototype, "domainId", {
|
15
|
-
get: function () {
|
16
|
-
return this['domain_id'];
|
17
|
-
},
|
18
|
-
set: function (domainId) {
|
19
|
-
this['domain_id'] = domainId;
|
20
|
-
},
|
21
|
-
enumerable: false,
|
22
|
-
configurable: true
|
23
|
-
});
|
24
|
-
Sources.prototype.withIpOrDomain = function (ipOrDomain) {
|
25
|
-
this['ip_or_domain'] = ipOrDomain;
|
26
|
-
return this;
|
27
|
-
};
|
28
|
-
Object.defineProperty(Sources.prototype, "ipOrDomain", {
|
29
|
-
get: function () {
|
30
|
-
return this['ip_or_domain'];
|
31
|
-
},
|
32
|
-
set: function (ipOrDomain) {
|
33
|
-
this['ip_or_domain'] = ipOrDomain;
|
34
|
-
},
|
35
|
-
enumerable: false,
|
36
|
-
configurable: true
|
37
|
-
});
|
38
|
-
Sources.prototype.withOriginType = function (originType) {
|
39
|
-
this['origin_type'] = originType;
|
40
|
-
return this;
|
41
|
-
};
|
42
|
-
Object.defineProperty(Sources.prototype, "originType", {
|
43
|
-
get: function () {
|
44
|
-
return this['origin_type'];
|
45
|
-
},
|
46
|
-
set: function (originType) {
|
47
|
-
this['origin_type'] = originType;
|
48
|
-
},
|
49
|
-
enumerable: false,
|
50
|
-
configurable: true
|
51
|
-
});
|
52
|
-
Sources.prototype.withActiveStandby = function (activeStandby) {
|
53
|
-
this['active_standby'] = activeStandby;
|
54
|
-
return this;
|
55
|
-
};
|
56
|
-
Object.defineProperty(Sources.prototype, "activeStandby", {
|
57
|
-
get: function () {
|
58
|
-
return this['active_standby'];
|
59
|
-
},
|
60
|
-
set: function (activeStandby) {
|
61
|
-
this['active_standby'] = activeStandby;
|
62
|
-
},
|
63
|
-
enumerable: false,
|
64
|
-
configurable: true
|
65
|
-
});
|
66
|
-
Sources.prototype.withEnableObsWebHosting = function (enableObsWebHosting) {
|
67
|
-
this['enable_obs_web_hosting'] = enableObsWebHosting;
|
68
|
-
return this;
|
69
|
-
};
|
70
|
-
Object.defineProperty(Sources.prototype, "enableObsWebHosting", {
|
71
|
-
get: function () {
|
72
|
-
return this['enable_obs_web_hosting'];
|
73
|
-
},
|
74
|
-
set: function (enableObsWebHosting) {
|
75
|
-
this['enable_obs_web_hosting'] = enableObsWebHosting;
|
76
|
-
},
|
77
|
-
enumerable: false,
|
78
|
-
configurable: true
|
79
|
-
});
|
80
|
-
return Sources;
|
81
|
-
}());
|
82
|
-
exports.Sources = Sources;
|
83
|
-
/**
|
84
|
-
* @export
|
85
|
-
* @enum {string}
|
86
|
-
*/
|
87
|
-
var SourcesOriginTypeEnum;
|
88
|
-
(function (SourcesOriginTypeEnum) {
|
89
|
-
SourcesOriginTypeEnum["IPADDR"] = "ipaddr";
|
90
|
-
SourcesOriginTypeEnum["DOMAIN"] = "domain";
|
91
|
-
SourcesOriginTypeEnum["OBS_BUCKET"] = "obs_bucket";
|
92
|
-
})(SourcesOriginTypeEnum || (exports.SourcesOriginTypeEnum = SourcesOriginTypeEnum = {}));
|
@@ -1,35 +0,0 @@
|
|
1
|
-
export declare class SourcesConfig {
|
2
|
-
private 'origin_type';
|
3
|
-
private 'origin_addr';
|
4
|
-
priority: number;
|
5
|
-
weight?: number;
|
6
|
-
private 'obs_web_hosting_status'?;
|
7
|
-
private 'http_port'?;
|
8
|
-
private 'https_port'?;
|
9
|
-
private 'host_name'?;
|
10
|
-
private 'obs_bucket_type'?;
|
11
|
-
constructor(originType?: any, originAddr?: any, priority?: any);
|
12
|
-
withOriginType(originType: string): SourcesConfig;
|
13
|
-
set originType(originType: string | undefined);
|
14
|
-
get originType(): string | undefined;
|
15
|
-
withOriginAddr(originAddr: string): SourcesConfig;
|
16
|
-
set originAddr(originAddr: string | undefined);
|
17
|
-
get originAddr(): string | undefined;
|
18
|
-
withPriority(priority: number): SourcesConfig;
|
19
|
-
withWeight(weight: number): SourcesConfig;
|
20
|
-
withObsWebHostingStatus(obsWebHostingStatus: string): SourcesConfig;
|
21
|
-
set obsWebHostingStatus(obsWebHostingStatus: string | undefined);
|
22
|
-
get obsWebHostingStatus(): string | undefined;
|
23
|
-
withHttpPort(httpPort: number): SourcesConfig;
|
24
|
-
set httpPort(httpPort: number | undefined);
|
25
|
-
get httpPort(): number | undefined;
|
26
|
-
withHttpsPort(httpsPort: number): SourcesConfig;
|
27
|
-
set httpsPort(httpsPort: number | undefined);
|
28
|
-
get httpsPort(): number | undefined;
|
29
|
-
withHostName(hostName: string): SourcesConfig;
|
30
|
-
set hostName(hostName: string | undefined);
|
31
|
-
get hostName(): string | undefined;
|
32
|
-
withObsBucketType(obsBucketType: string): SourcesConfig;
|
33
|
-
set obsBucketType(obsBucketType: string | undefined);
|
34
|
-
get obsBucketType(): string | undefined;
|
35
|
-
}
|
@@ -1,118 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.SourcesConfig = void 0;
|
4
|
-
var SourcesConfig = /** @class */ (function () {
|
5
|
-
function SourcesConfig(originType, originAddr, priority) {
|
6
|
-
this['origin_type'] = originType;
|
7
|
-
this['origin_addr'] = originAddr;
|
8
|
-
this['priority'] = priority;
|
9
|
-
}
|
10
|
-
SourcesConfig.prototype.withOriginType = function (originType) {
|
11
|
-
this['origin_type'] = originType;
|
12
|
-
return this;
|
13
|
-
};
|
14
|
-
Object.defineProperty(SourcesConfig.prototype, "originType", {
|
15
|
-
get: function () {
|
16
|
-
return this['origin_type'];
|
17
|
-
},
|
18
|
-
set: function (originType) {
|
19
|
-
this['origin_type'] = originType;
|
20
|
-
},
|
21
|
-
enumerable: false,
|
22
|
-
configurable: true
|
23
|
-
});
|
24
|
-
SourcesConfig.prototype.withOriginAddr = function (originAddr) {
|
25
|
-
this['origin_addr'] = originAddr;
|
26
|
-
return this;
|
27
|
-
};
|
28
|
-
Object.defineProperty(SourcesConfig.prototype, "originAddr", {
|
29
|
-
get: function () {
|
30
|
-
return this['origin_addr'];
|
31
|
-
},
|
32
|
-
set: function (originAddr) {
|
33
|
-
this['origin_addr'] = originAddr;
|
34
|
-
},
|
35
|
-
enumerable: false,
|
36
|
-
configurable: true
|
37
|
-
});
|
38
|
-
SourcesConfig.prototype.withPriority = function (priority) {
|
39
|
-
this['priority'] = priority;
|
40
|
-
return this;
|
41
|
-
};
|
42
|
-
SourcesConfig.prototype.withWeight = function (weight) {
|
43
|
-
this['weight'] = weight;
|
44
|
-
return this;
|
45
|
-
};
|
46
|
-
SourcesConfig.prototype.withObsWebHostingStatus = function (obsWebHostingStatus) {
|
47
|
-
this['obs_web_hosting_status'] = obsWebHostingStatus;
|
48
|
-
return this;
|
49
|
-
};
|
50
|
-
Object.defineProperty(SourcesConfig.prototype, "obsWebHostingStatus", {
|
51
|
-
get: function () {
|
52
|
-
return this['obs_web_hosting_status'];
|
53
|
-
},
|
54
|
-
set: function (obsWebHostingStatus) {
|
55
|
-
this['obs_web_hosting_status'] = obsWebHostingStatus;
|
56
|
-
},
|
57
|
-
enumerable: false,
|
58
|
-
configurable: true
|
59
|
-
});
|
60
|
-
SourcesConfig.prototype.withHttpPort = function (httpPort) {
|
61
|
-
this['http_port'] = httpPort;
|
62
|
-
return this;
|
63
|
-
};
|
64
|
-
Object.defineProperty(SourcesConfig.prototype, "httpPort", {
|
65
|
-
get: function () {
|
66
|
-
return this['http_port'];
|
67
|
-
},
|
68
|
-
set: function (httpPort) {
|
69
|
-
this['http_port'] = httpPort;
|
70
|
-
},
|
71
|
-
enumerable: false,
|
72
|
-
configurable: true
|
73
|
-
});
|
74
|
-
SourcesConfig.prototype.withHttpsPort = function (httpsPort) {
|
75
|
-
this['https_port'] = httpsPort;
|
76
|
-
return this;
|
77
|
-
};
|
78
|
-
Object.defineProperty(SourcesConfig.prototype, "httpsPort", {
|
79
|
-
get: function () {
|
80
|
-
return this['https_port'];
|
81
|
-
},
|
82
|
-
set: function (httpsPort) {
|
83
|
-
this['https_port'] = httpsPort;
|
84
|
-
},
|
85
|
-
enumerable: false,
|
86
|
-
configurable: true
|
87
|
-
});
|
88
|
-
SourcesConfig.prototype.withHostName = function (hostName) {
|
89
|
-
this['host_name'] = hostName;
|
90
|
-
return this;
|
91
|
-
};
|
92
|
-
Object.defineProperty(SourcesConfig.prototype, "hostName", {
|
93
|
-
get: function () {
|
94
|
-
return this['host_name'];
|
95
|
-
},
|
96
|
-
set: function (hostName) {
|
97
|
-
this['host_name'] = hostName;
|
98
|
-
},
|
99
|
-
enumerable: false,
|
100
|
-
configurable: true
|
101
|
-
});
|
102
|
-
SourcesConfig.prototype.withObsBucketType = function (obsBucketType) {
|
103
|
-
this['obs_bucket_type'] = obsBucketType;
|
104
|
-
return this;
|
105
|
-
};
|
106
|
-
Object.defineProperty(SourcesConfig.prototype, "obsBucketType", {
|
107
|
-
get: function () {
|
108
|
-
return this['obs_bucket_type'];
|
109
|
-
},
|
110
|
-
set: function (obsBucketType) {
|
111
|
-
this['obs_bucket_type'] = obsBucketType;
|
112
|
-
},
|
113
|
-
enumerable: false,
|
114
|
-
configurable: true
|
115
|
-
});
|
116
|
-
return SourcesConfig;
|
117
|
-
}());
|
118
|
-
exports.SourcesConfig = SourcesConfig;
|
@@ -1,19 +0,0 @@
|
|
1
|
-
export declare class TopUrlSummary {
|
2
|
-
url?: string;
|
3
|
-
value?: number;
|
4
|
-
private 'start_time'?;
|
5
|
-
private 'end_time'?;
|
6
|
-
private 'stat_type'?;
|
7
|
-
constructor();
|
8
|
-
withUrl(url: string): TopUrlSummary;
|
9
|
-
withValue(value: number): TopUrlSummary;
|
10
|
-
withStartTime(startTime: number): TopUrlSummary;
|
11
|
-
set startTime(startTime: number | undefined);
|
12
|
-
get startTime(): number | undefined;
|
13
|
-
withEndTime(endTime: number): TopUrlSummary;
|
14
|
-
set endTime(endTime: number | undefined);
|
15
|
-
get endTime(): number | undefined;
|
16
|
-
withStatType(statType: string): TopUrlSummary;
|
17
|
-
set statType(statType: string | undefined);
|
18
|
-
get statType(): string | undefined;
|
19
|
-
}
|
@@ -1,59 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.TopUrlSummary = void 0;
|
4
|
-
var TopUrlSummary = /** @class */ (function () {
|
5
|
-
function TopUrlSummary() {
|
6
|
-
}
|
7
|
-
TopUrlSummary.prototype.withUrl = function (url) {
|
8
|
-
this['url'] = url;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
TopUrlSummary.prototype.withValue = function (value) {
|
12
|
-
this['value'] = value;
|
13
|
-
return this;
|
14
|
-
};
|
15
|
-
TopUrlSummary.prototype.withStartTime = function (startTime) {
|
16
|
-
this['start_time'] = startTime;
|
17
|
-
return this;
|
18
|
-
};
|
19
|
-
Object.defineProperty(TopUrlSummary.prototype, "startTime", {
|
20
|
-
get: function () {
|
21
|
-
return this['start_time'];
|
22
|
-
},
|
23
|
-
set: function (startTime) {
|
24
|
-
this['start_time'] = startTime;
|
25
|
-
},
|
26
|
-
enumerable: false,
|
27
|
-
configurable: true
|
28
|
-
});
|
29
|
-
TopUrlSummary.prototype.withEndTime = function (endTime) {
|
30
|
-
this['end_time'] = endTime;
|
31
|
-
return this;
|
32
|
-
};
|
33
|
-
Object.defineProperty(TopUrlSummary.prototype, "endTime", {
|
34
|
-
get: function () {
|
35
|
-
return this['end_time'];
|
36
|
-
},
|
37
|
-
set: function (endTime) {
|
38
|
-
this['end_time'] = endTime;
|
39
|
-
},
|
40
|
-
enumerable: false,
|
41
|
-
configurable: true
|
42
|
-
});
|
43
|
-
TopUrlSummary.prototype.withStatType = function (statType) {
|
44
|
-
this['stat_type'] = statType;
|
45
|
-
return this;
|
46
|
-
};
|
47
|
-
Object.defineProperty(TopUrlSummary.prototype, "statType", {
|
48
|
-
get: function () {
|
49
|
-
return this['stat_type'];
|
50
|
-
},
|
51
|
-
set: function (statType) {
|
52
|
-
this['stat_type'] = statType;
|
53
|
-
},
|
54
|
-
enumerable: false,
|
55
|
-
configurable: true
|
56
|
-
});
|
57
|
-
return TopUrlSummary;
|
58
|
-
}());
|
59
|
-
exports.TopUrlSummary = TopUrlSummary;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { ModifyDomainConfigRequestBody } from './ModifyDomainConfigRequestBody';
|
2
|
-
export declare class UpdateDomainFullConfigRequest {
|
3
|
-
private 'domain_name';
|
4
|
-
private 'enterprise_project_id'?;
|
5
|
-
body?: ModifyDomainConfigRequestBody;
|
6
|
-
constructor(domainName?: any);
|
7
|
-
withDomainName(domainName: string): UpdateDomainFullConfigRequest;
|
8
|
-
set domainName(domainName: string | undefined);
|
9
|
-
get domainName(): string | undefined;
|
10
|
-
withEnterpriseProjectId(enterpriseProjectId: string): UpdateDomainFullConfigRequest;
|
11
|
-
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
12
|
-
get enterpriseProjectId(): string | undefined;
|
13
|
-
withBody(body: ModifyDomainConfigRequestBody): UpdateDomainFullConfigRequest;
|
14
|
-
}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.UpdateDomainFullConfigRequest = void 0;
|
4
|
-
var UpdateDomainFullConfigRequest = /** @class */ (function () {
|
5
|
-
function UpdateDomainFullConfigRequest(domainName) {
|
6
|
-
this['domain_name'] = domainName;
|
7
|
-
}
|
8
|
-
UpdateDomainFullConfigRequest.prototype.withDomainName = function (domainName) {
|
9
|
-
this['domain_name'] = domainName;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
Object.defineProperty(UpdateDomainFullConfigRequest.prototype, "domainName", {
|
13
|
-
get: function () {
|
14
|
-
return this['domain_name'];
|
15
|
-
},
|
16
|
-
set: function (domainName) {
|
17
|
-
this['domain_name'] = domainName;
|
18
|
-
},
|
19
|
-
enumerable: false,
|
20
|
-
configurable: true
|
21
|
-
});
|
22
|
-
UpdateDomainFullConfigRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
23
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
24
|
-
return this;
|
25
|
-
};
|
26
|
-
Object.defineProperty(UpdateDomainFullConfigRequest.prototype, "enterpriseProjectId", {
|
27
|
-
get: function () {
|
28
|
-
return this['enterprise_project_id'];
|
29
|
-
},
|
30
|
-
set: function (enterpriseProjectId) {
|
31
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
32
|
-
},
|
33
|
-
enumerable: false,
|
34
|
-
configurable: true
|
35
|
-
});
|
36
|
-
UpdateDomainFullConfigRequest.prototype.withBody = function (body) {
|
37
|
-
this['body'] = body;
|
38
|
-
return this;
|
39
|
-
};
|
40
|
-
return UpdateDomainFullConfigRequest;
|
41
|
-
}());
|
42
|
-
exports.UpdateDomainFullConfigRequest = UpdateDomainFullConfigRequest;
|
@@ -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.UpdateDomainFullConfigResponse = void 0;
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
-
var UpdateDomainFullConfigResponse = /** @class */ (function (_super) {
|
21
|
-
__extends(UpdateDomainFullConfigResponse, _super);
|
22
|
-
function UpdateDomainFullConfigResponse() {
|
23
|
-
return _super.call(this) || this;
|
24
|
-
}
|
25
|
-
return UpdateDomainFullConfigResponse;
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
27
|
-
exports.UpdateDomainFullConfigResponse = UpdateDomainFullConfigResponse;
|
package/v2/model/UrlAuth.d.ts
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
export declare class UrlAuth {
|
2
|
-
status: string;
|
3
|
-
type: string;
|
4
|
-
private 'expire_time';
|
5
|
-
private 'sign_method'?;
|
6
|
-
private 'match_type'?;
|
7
|
-
key?: string;
|
8
|
-
private 'backup_key'?;
|
9
|
-
private 'sign_arg'?;
|
10
|
-
private 'time_format';
|
11
|
-
constructor(status?: any, type?: any, expireTime?: any, timeFormat?: any);
|
12
|
-
withStatus(status: string): UrlAuth;
|
13
|
-
withType(type: string): UrlAuth;
|
14
|
-
withExpireTime(expireTime: number): UrlAuth;
|
15
|
-
set expireTime(expireTime: number | undefined);
|
16
|
-
get expireTime(): number | undefined;
|
17
|
-
withSignMethod(signMethod: string): UrlAuth;
|
18
|
-
set signMethod(signMethod: string | undefined);
|
19
|
-
get signMethod(): string | undefined;
|
20
|
-
withMatchType(matchType: string): UrlAuth;
|
21
|
-
set matchType(matchType: string | undefined);
|
22
|
-
get matchType(): string | undefined;
|
23
|
-
withKey(key: string): UrlAuth;
|
24
|
-
withBackupKey(backupKey: string): UrlAuth;
|
25
|
-
set backupKey(backupKey: string | undefined);
|
26
|
-
get backupKey(): string | undefined;
|
27
|
-
withSignArg(signArg: string): UrlAuth;
|
28
|
-
set signArg(signArg: string | undefined);
|
29
|
-
get signArg(): string | undefined;
|
30
|
-
withTimeFormat(timeFormat: string): UrlAuth;
|
31
|
-
set timeFormat(timeFormat: string | undefined);
|
32
|
-
get timeFormat(): string | undefined;
|
33
|
-
}
|
package/v2/model/UrlAuth.js
DELETED
@@ -1,109 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.UrlAuth = void 0;
|
4
|
-
var UrlAuth = /** @class */ (function () {
|
5
|
-
function UrlAuth(status, type, expireTime, timeFormat) {
|
6
|
-
this['status'] = status;
|
7
|
-
this['type'] = type;
|
8
|
-
this['expire_time'] = expireTime;
|
9
|
-
this['time_format'] = timeFormat;
|
10
|
-
}
|
11
|
-
UrlAuth.prototype.withStatus = function (status) {
|
12
|
-
this['status'] = status;
|
13
|
-
return this;
|
14
|
-
};
|
15
|
-
UrlAuth.prototype.withType = function (type) {
|
16
|
-
this['type'] = type;
|
17
|
-
return this;
|
18
|
-
};
|
19
|
-
UrlAuth.prototype.withExpireTime = function (expireTime) {
|
20
|
-
this['expire_time'] = expireTime;
|
21
|
-
return this;
|
22
|
-
};
|
23
|
-
Object.defineProperty(UrlAuth.prototype, "expireTime", {
|
24
|
-
get: function () {
|
25
|
-
return this['expire_time'];
|
26
|
-
},
|
27
|
-
set: function (expireTime) {
|
28
|
-
this['expire_time'] = expireTime;
|
29
|
-
},
|
30
|
-
enumerable: false,
|
31
|
-
configurable: true
|
32
|
-
});
|
33
|
-
UrlAuth.prototype.withSignMethod = function (signMethod) {
|
34
|
-
this['sign_method'] = signMethod;
|
35
|
-
return this;
|
36
|
-
};
|
37
|
-
Object.defineProperty(UrlAuth.prototype, "signMethod", {
|
38
|
-
get: function () {
|
39
|
-
return this['sign_method'];
|
40
|
-
},
|
41
|
-
set: function (signMethod) {
|
42
|
-
this['sign_method'] = signMethod;
|
43
|
-
},
|
44
|
-
enumerable: false,
|
45
|
-
configurable: true
|
46
|
-
});
|
47
|
-
UrlAuth.prototype.withMatchType = function (matchType) {
|
48
|
-
this['match_type'] = matchType;
|
49
|
-
return this;
|
50
|
-
};
|
51
|
-
Object.defineProperty(UrlAuth.prototype, "matchType", {
|
52
|
-
get: function () {
|
53
|
-
return this['match_type'];
|
54
|
-
},
|
55
|
-
set: function (matchType) {
|
56
|
-
this['match_type'] = matchType;
|
57
|
-
},
|
58
|
-
enumerable: false,
|
59
|
-
configurable: true
|
60
|
-
});
|
61
|
-
UrlAuth.prototype.withKey = function (key) {
|
62
|
-
this['key'] = key;
|
63
|
-
return this;
|
64
|
-
};
|
65
|
-
UrlAuth.prototype.withBackupKey = function (backupKey) {
|
66
|
-
this['backup_key'] = backupKey;
|
67
|
-
return this;
|
68
|
-
};
|
69
|
-
Object.defineProperty(UrlAuth.prototype, "backupKey", {
|
70
|
-
get: function () {
|
71
|
-
return this['backup_key'];
|
72
|
-
},
|
73
|
-
set: function (backupKey) {
|
74
|
-
this['backup_key'] = backupKey;
|
75
|
-
},
|
76
|
-
enumerable: false,
|
77
|
-
configurable: true
|
78
|
-
});
|
79
|
-
UrlAuth.prototype.withSignArg = function (signArg) {
|
80
|
-
this['sign_arg'] = signArg;
|
81
|
-
return this;
|
82
|
-
};
|
83
|
-
Object.defineProperty(UrlAuth.prototype, "signArg", {
|
84
|
-
get: function () {
|
85
|
-
return this['sign_arg'];
|
86
|
-
},
|
87
|
-
set: function (signArg) {
|
88
|
-
this['sign_arg'] = signArg;
|
89
|
-
},
|
90
|
-
enumerable: false,
|
91
|
-
configurable: true
|
92
|
-
});
|
93
|
-
UrlAuth.prototype.withTimeFormat = function (timeFormat) {
|
94
|
-
this['time_format'] = timeFormat;
|
95
|
-
return this;
|
96
|
-
};
|
97
|
-
Object.defineProperty(UrlAuth.prototype, "timeFormat", {
|
98
|
-
get: function () {
|
99
|
-
return this['time_format'];
|
100
|
-
},
|
101
|
-
set: function (timeFormat) {
|
102
|
-
this['time_format'] = timeFormat;
|
103
|
-
},
|
104
|
-
enumerable: false,
|
105
|
-
configurable: true
|
106
|
-
});
|
107
|
-
return UrlAuth;
|
108
|
-
}());
|
109
|
-
exports.UrlAuth = UrlAuth;
|
@@ -1,33 +0,0 @@
|
|
1
|
-
export declare class UrlAuthGetBody {
|
2
|
-
status: string;
|
3
|
-
type?: string;
|
4
|
-
private 'expire_time'?;
|
5
|
-
private 'sign_method'?;
|
6
|
-
private 'match_type'?;
|
7
|
-
key?: string;
|
8
|
-
private 'backup_key'?;
|
9
|
-
private 'sign_arg'?;
|
10
|
-
private 'time_format'?;
|
11
|
-
constructor(status?: any);
|
12
|
-
withStatus(status: string): UrlAuthGetBody;
|
13
|
-
withType(type: string): UrlAuthGetBody;
|
14
|
-
withExpireTime(expireTime: number): UrlAuthGetBody;
|
15
|
-
set expireTime(expireTime: number | undefined);
|
16
|
-
get expireTime(): number | undefined;
|
17
|
-
withSignMethod(signMethod: string): UrlAuthGetBody;
|
18
|
-
set signMethod(signMethod: string | undefined);
|
19
|
-
get signMethod(): string | undefined;
|
20
|
-
withMatchType(matchType: string): UrlAuthGetBody;
|
21
|
-
set matchType(matchType: string | undefined);
|
22
|
-
get matchType(): string | undefined;
|
23
|
-
withKey(key: string): UrlAuthGetBody;
|
24
|
-
withBackupKey(backupKey: string): UrlAuthGetBody;
|
25
|
-
set backupKey(backupKey: string | undefined);
|
26
|
-
get backupKey(): string | undefined;
|
27
|
-
withSignArg(signArg: string): UrlAuthGetBody;
|
28
|
-
set signArg(signArg: string | undefined);
|
29
|
-
get signArg(): string | undefined;
|
30
|
-
withTimeFormat(timeFormat: string): UrlAuthGetBody;
|
31
|
-
set timeFormat(timeFormat: string | undefined);
|
32
|
-
get timeFormat(): string | undefined;
|
33
|
-
}
|