@ns8/ns8-billing-core
Advanced tools
Comparing version 1.0.78 to 1.0.83
@@ -6,1 +6,3 @@ export * from './Customer'; | ||
export * from './UsageReport'; | ||
export * from './Plan'; | ||
export * from './PlanTypeEnum'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./PlanTypeEnum")); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,2 @@ | ||
import { Plan } from './Plan'; | ||
export interface Subscription { | ||
@@ -5,3 +6,3 @@ id: string; | ||
trialEndDate: number; | ||
planIds: string[]; | ||
plans: Plan[]; | ||
} |
{ | ||
"name": "@ns8/ns8-billing-core", | ||
"version": "1.0.78", | ||
"version": "1.0.83", | ||
"description": "Billing core interfaces", | ||
@@ -5,0 +5,0 @@ "author": "NS8", |
Sorry, the diff of this file is not supported yet
4316
26
76