@cloudflare/types
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.4](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.1.3...@cloudflare/types@1.1.4) (2019-08-13) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.1.3](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.1.2...@cloudflare/types@1.1.3) (2019-08-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"types": "./src", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "4415756814aae8cd065228fae6ea4e44fb5f4f34" | ||
"gitHead": "7783c6e31eca2a7fbd6fc50c3103e7b1864f4deb" | ||
} |
@@ -15,2 +15,3 @@ import { IOrganization } from './organization'; | ||
two_factor_authentication_locked: boolean; | ||
two_factor_recovery_codes?: string[]; | ||
created_on: string; | ||
@@ -17,0 +18,0 @@ modified_on: string; |
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
44756
1369