@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.
@@ -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";