@cloudflare/types
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.27](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.26...@cloudflare/types@1.0.27) (2019-05-14) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.26](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.25...@cloudflare/types@1.0.26) (2019-05-13) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "71e7ef16b1c35639b8923cb05f48d5dabe80f629" | ||
"gitHead": "49ba27d234083b661c9e671cb0fca13975da9371" | ||
} |
@@ -14,3 +14,3 @@ import { TFrequency } from './subscription'; | ||
paused: boolean; | ||
type: string; | ||
type: TZoneType; | ||
development_mode: number; | ||
@@ -62,2 +62,3 @@ name_servers: string[]; | ||
export type TZoneType = 'full' | 'partial' | 'secondary'; | ||
export type TPlanId = 'free' | 'pro' | 'business' | 'enterprise'; | ||
@@ -64,0 +65,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32177
1054