@cloudflare/types
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.36](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.35...@cloudflare/types@1.0.36) (2019-06-17) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.35](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.34...@cloudflare/types@1.0.35) (2019-06-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "f3eaac1631f499409e98615bbbc019b07f4b7417" | ||
"gitHead": "d7c7edf2da21a82591eed36051e69c67533a5112" | ||
} |
@@ -11,8 +11,8 @@ import { IZone } from './zone'; | ||
content?: string; | ||
created_on: string; | ||
created_on?: string; | ||
id?: string; // Secondary DNS records do not have ids | ||
locked?: boolean; | ||
meta: IRecordMeta | any; // IRecordMeta isn't fully typed, so unioning with any | ||
meta?: IRecordMeta | any; // IRecordMeta isn't fully typed, so unioning with any | ||
modified_on?: string; | ||
name?: string; | ||
name: string; | ||
proxiable?: boolean; | ||
@@ -19,0 +19,0 @@ proxied?: boolean; |
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
34925