@cloudflare/types
Advanced tools
Comparing version 6.16.9 to 6.16.10
@@ -137,3 +137,6 @@ import { eg } from '@cloudflare/util-en-garde'; // | ||
ttl: eg.number.optional, | ||
check_regions: eg.array(eg.string).optional | ||
check_regions: eg.array(eg.string).optional, | ||
adaptive_routing: eg.object({ | ||
failover_across_pools: eg.boolean | ||
}) | ||
}); | ||
@@ -140,0 +143,0 @@ export const LoadBalancerUsage = eg.object({ |
@@ -160,3 +160,6 @@ "use strict"; | ||
ttl: _utilEnGarde.eg.number.optional, | ||
check_regions: _utilEnGarde.eg.array(_utilEnGarde.eg.string).optional | ||
check_regions: _utilEnGarde.eg.array(_utilEnGarde.eg.string).optional, | ||
adaptive_routing: _utilEnGarde.eg.object({ | ||
failover_across_pools: _utilEnGarde.eg.boolean | ||
}) | ||
}); | ||
@@ -163,0 +166,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "Cloudflare API data types and various type helpers.", | ||
"version": "6.16.9", | ||
"version": "6.16.10", | ||
"types": "./dist/index.d.ts", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "4014825076cb23ccd6bbd6112a3fbb5b67e6d95b" | ||
"gitHead": "ada3b11cda1ab7686248df099139671b787c8c74" | ||
} |
@@ -196,3 +196,4 @@ import { eg, TypeFromCodec } from '@cloudflare/util-en-garde'; | ||
ttl: eg.number.optional, | ||
check_regions: eg.array(eg.string).optional | ||
check_regions: eg.array(eg.string).optional, | ||
adaptive_routing: eg.object({ failover_across_pools: eg.boolean }) | ||
}); | ||
@@ -199,0 +200,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1208463
14906