@lifeready/core 8.0.13 → 8.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/lifeready-core.umd.js +4 -0
- package/bundles/lifeready-core.umd.js.map +1 -1
- package/bundles/lifeready-core.umd.min.js +1 -1
- package/bundles/lifeready-core.umd.min.js.map +1 -1
- package/esm2015/lib/api/types/lr-graphql.types.js +6 -1
- package/esm2015/lib/plan/plan.types.js +1 -1
- package/fesm2015/lifeready-core.js +6 -1
- package/fesm2015/lifeready-core.js.map +1 -1
- package/lib/api/types/lr-graphql.types.d.ts +7 -0
- package/lib/plan/plan.types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3946,6 +3946,10 @@
|
|
|
3946
3946
|
LinkTypeField["SOFT"] = "SOFT";
|
|
3947
3947
|
LinkTypeField["REFERENCE"] = "REFERENCE";
|
|
3948
3948
|
})(exports.LinkTypeField || (exports.LinkTypeField = {}));
|
|
3949
|
+
(function (BillingPeriodField) {
|
|
3950
|
+
BillingPeriodField["MONTHLY"] = "MONTHLY";
|
|
3951
|
+
BillingPeriodField["ANNUAL"] = "ANNUAL";
|
|
3952
|
+
})(exports.BillingPeriodField || (exports.BillingPeriodField = {}));
|
|
3949
3953
|
(function (PlanStateField) {
|
|
3950
3954
|
PlanStateField["TRIALLING"] = "TRIALLING";
|
|
3951
3955
|
PlanStateField["ACTIVE"] = "ACTIVE";
|