@lifeready/core 7.1.2 → 7.2.3
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
|
@@ -3861,6 +3861,10 @@
|
|
|
3861
3861
|
LinkTypeField["HARD"] = "HARD";
|
|
3862
3862
|
LinkTypeField["SOFT"] = "SOFT";
|
|
3863
3863
|
})(exports.LinkTypeField || (exports.LinkTypeField = {}));
|
|
3864
|
+
(function (BillingPeriodField) {
|
|
3865
|
+
BillingPeriodField["MONTHLY"] = "MONTHLY";
|
|
3866
|
+
BillingPeriodField["ANNUAL"] = "ANNUAL";
|
|
3867
|
+
})(exports.BillingPeriodField || (exports.BillingPeriodField = {}));
|
|
3864
3868
|
(function (PlanStateField) {
|
|
3865
3869
|
PlanStateField["TRIALLING"] = "TRIALLING";
|
|
3866
3870
|
PlanStateField["ACTIVE"] = "ACTIVE";
|