@cloudflare/types
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.37](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.36...@cloudflare/types@1.0.37) (2019-06-20) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.36](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.35...@cloudflare/types@1.0.36) (2019-06-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "d7c7edf2da21a82591eed36051e69c67533a5112" | ||
"gitHead": "695c7bc594cf59b85264bc4de202b1c4d4aa75c6" | ||
} |
@@ -51,3 +51,3 @@ import { TRatePlanId } from './ratePlan'; | ||
export type TCurrency = 'USD'; | ||
export type TFrequency = 'monthly' | 'yearly'; | ||
export type TFrequency = 'monthly' | 'yearly' | 'one-time'; | ||
// subscription.state. is a bug on backend (BILL-4697) | ||
@@ -54,0 +54,0 @@ export type TState = 'Paid' | 'Unpaid' | 'subscription.state.'; |
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
35126