@forestvpn/forestvpn_api
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -51,12 +51,12 @@ /** | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof CheckoutSession | ||
*/ | ||
amount_subtotal: string; | ||
amount_subtotal: number; | ||
/** | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof CheckoutSession | ||
*/ | ||
amount_total: string; | ||
amount_total: number; | ||
/** | ||
@@ -63,0 +63,0 @@ * |
@@ -26,6 +26,6 @@ /** | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof CouponCheckoutSession | ||
*/ | ||
discount: string; | ||
discount: number; | ||
} |
@@ -26,6 +26,6 @@ /** | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof Price | ||
*/ | ||
price: string; | ||
price: number; | ||
} |
@@ -53,12 +53,12 @@ /* tslint:disable */ | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof CheckoutSession | ||
*/ | ||
amount_subtotal: string; | ||
amount_subtotal: number; | ||
/** | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof CheckoutSession | ||
*/ | ||
amount_total: string; | ||
amount_total: number; | ||
/** | ||
@@ -65,0 +65,0 @@ * |
@@ -28,6 +28,6 @@ /* tslint:disable */ | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof CouponCheckoutSession | ||
*/ | ||
discount: string; | ||
discount: number; | ||
} |
@@ -28,6 +28,6 @@ /* tslint:disable */ | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof Price | ||
*/ | ||
price: string; | ||
price: number; | ||
} |
{ | ||
"name": "@forestvpn/forestvpn_api", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", | ||
@@ -5,0 +5,0 @@ "author": "ForestVPN", |
Sorry, the diff of this file is not supported yet
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
928973