@forestvpn/forestvpn_api
Advanced tools
Comparing version 3.10.1 to 3.11.0
@@ -78,2 +78,3 @@ export * from './access-token-request'; | ||
export * from './referral-profile'; | ||
export * from './referral-program-terms'; | ||
export * from './referral-transaction'; | ||
@@ -80,0 +81,0 @@ export * from './server'; |
@@ -90,2 +90,3 @@ "use strict"; | ||
__exportStar(require("./referral-profile"), exports); | ||
__exportStar(require("./referral-program-terms"), exports); | ||
__exportStar(require("./referral-transaction"), exports); | ||
@@ -92,0 +93,0 @@ __exportStar(require("./server"), exports); |
@@ -14,2 +14,3 @@ /** | ||
import { ReferralBalanceItem } from './referral-balance-item'; | ||
import { ReferralProgramTerms } from './referral-program-terms'; | ||
/** | ||
@@ -44,5 +45,11 @@ * | ||
*/ | ||
balance?: Array<ReferralBalanceItem>; | ||
balance: Array<ReferralBalanceItem>; | ||
/** | ||
* | ||
* @type {Array<ReferralBalanceItem>} | ||
* @memberof ReferralProfile | ||
*/ | ||
pending_balance: Array<ReferralBalanceItem>; | ||
/** | ||
* | ||
* @type {PublicUser} | ||
@@ -52,2 +59,14 @@ * @memberof ReferralProfile | ||
invited_by?: PublicUser; | ||
/** | ||
* | ||
* @type {ReferralProgramTerms} | ||
* @memberof ReferralProfile | ||
*/ | ||
terms: ReferralProgramTerms; | ||
/** | ||
* | ||
* @type {Array<Error>} | ||
* @memberof ReferralProfile | ||
*/ | ||
errors: Array<Error>; | ||
} |
@@ -39,2 +39,14 @@ /** | ||
* | ||
* @type {boolean} | ||
* @memberof ReferralTransaction | ||
*/ | ||
pending: boolean; | ||
/** | ||
* | ||
* @type {Date} | ||
* @memberof ReferralTransaction | ||
*/ | ||
pending_expires_at: Date; | ||
/** | ||
* | ||
* @type {Array<AmountRate>} | ||
@@ -46,2 +58,8 @@ * @memberof ReferralTransaction | ||
* | ||
* @type {Array<Error>} | ||
* @memberof ReferralTransaction | ||
*/ | ||
errors: Array<Error>; | ||
/** | ||
* | ||
* @type {Date} | ||
@@ -48,0 +66,0 @@ * @memberof ReferralTransaction |
@@ -78,2 +78,3 @@ export * from './access-token-request'; | ||
export * from './referral-profile'; | ||
export * from './referral-program-terms'; | ||
export * from './referral-transaction'; | ||
@@ -80,0 +81,0 @@ export * from './server'; |
@@ -16,2 +16,3 @@ /* tslint:disable */ | ||
import { ReferralBalanceItem } from './referral-balance-item'; | ||
import { ReferralProgramTerms } from './referral-program-terms'; | ||
/** | ||
@@ -46,5 +47,11 @@ * | ||
*/ | ||
balance?: Array<ReferralBalanceItem>; | ||
balance: Array<ReferralBalanceItem>; | ||
/** | ||
* | ||
* @type {Array<ReferralBalanceItem>} | ||
* @memberof ReferralProfile | ||
*/ | ||
pending_balance: Array<ReferralBalanceItem>; | ||
/** | ||
* | ||
* @type {PublicUser} | ||
@@ -54,2 +61,14 @@ * @memberof ReferralProfile | ||
invited_by?: PublicUser; | ||
/** | ||
* | ||
* @type {ReferralProgramTerms} | ||
* @memberof ReferralProfile | ||
*/ | ||
terms: ReferralProgramTerms; | ||
/** | ||
* | ||
* @type {Array<Error>} | ||
* @memberof ReferralProfile | ||
*/ | ||
errors: Array<Error>; | ||
} |
@@ -41,2 +41,14 @@ /* tslint:disable */ | ||
* | ||
* @type {boolean} | ||
* @memberof ReferralTransaction | ||
*/ | ||
pending: boolean; | ||
/** | ||
* | ||
* @type {Date} | ||
* @memberof ReferralTransaction | ||
*/ | ||
pending_expires_at: Date; | ||
/** | ||
* | ||
* @type {Array<AmountRate>} | ||
@@ -48,2 +60,8 @@ * @memberof ReferralTransaction | ||
* | ||
* @type {Array<Error>} | ||
* @memberof ReferralTransaction | ||
*/ | ||
errors: Array<Error>; | ||
/** | ||
* | ||
* @type {Date} | ||
@@ -50,0 +68,0 @@ * @memberof ReferralTransaction |
{ | ||
"name": "@forestvpn/forestvpn_api", | ||
"version": "3.10.1", | ||
"version": "3.11.0", | ||
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", | ||
@@ -5,0 +5,0 @@ "author": "ForestVPN", |
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
1641010
418
38410