cloudflare/cloudflare-typescript

Public

mirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/resources/cache/index.ts

67lines · modecode

1// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
3export { Cache, BaseCache } from './cache';
4export {
5 CacheReserveResource,
6 BaseCacheReserveResource,
7 type CacheReserve,
8 type CacheReserveClear,
9 type State,
10 type CacheReserveClearResponse,
11 type CacheReserveEditResponse,
12 type CacheReserveGetResponse,
13 type CacheReserveStatusResponse,
14 type CacheReserveClearParams,
15 type CacheReserveEditParams,
16 type CacheReserveGetParams,
17 type CacheReserveStatusParams,
18} from './cache-reserve';
19export {
20 OriginCloudRegions,
21 BaseOriginCloudRegions,
22 type OriginCloudRegion,
23 type OriginCloudRegionDeleteResponse,
24 type OriginCloudRegionBulkDeleteResponse,
25 type OriginCloudRegionBulkUpdateResponse,
26 type OriginCloudRegionSupportedRegionsResponse,
27 type OriginCloudRegionUpdateParams,
28 type OriginCloudRegionListParams,
29 type OriginCloudRegionDeleteParams,
30 type OriginCloudRegionBulkDeleteParams,
31 type OriginCloudRegionBulkUpdateParams,
32 type OriginCloudRegionGetParams,
33 type OriginCloudRegionSupportedRegionsParams,
34 type OriginCloudRegionsV4PagePaginationArray,
35} from './origin-cloud-regions';
36export {
37 RegionalTieredCacheResource,
38 BaseRegionalTieredCacheResource,
39 type RegionalTieredCache,
40 type RegionalTieredCacheEditResponse,
41 type RegionalTieredCacheGetResponse,
42 type RegionalTieredCacheEditParams,
43 type RegionalTieredCacheGetParams,
44} from './regional-tiered-cache';
45export {
46 SmartTieredCache,
47 BaseSmartTieredCache,
48 type SmartTieredCacheCreateResponse,
49 type SmartTieredCacheDeleteResponse,
50 type SmartTieredCacheEditResponse,
51 type SmartTieredCacheGetResponse,
52 type SmartTieredCacheCreateParams,
53 type SmartTieredCacheDeleteParams,
54 type SmartTieredCacheEditParams,
55 type SmartTieredCacheGetParams,
56} from './smart-tiered-cache';
57export {
58 Variants,
59 BaseVariants,
60 type CacheVariant,
61 type VariantDeleteResponse,
62 type VariantEditResponse,
63 type VariantGetResponse,
64 type VariantDeleteParams,
65 type VariantEditParams,
66 type VariantGetParams,
67} from './variants';
68