@trackunit/react-core-contexts-api 0.2.120 → 0.2.121

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/index.cjs.js CHANGED
@@ -143,6 +143,7 @@ const UserSubscriptionPackage = {
143
143
  LINK: "Link",
144
144
  LIFT: "Lift",
145
145
  LEAP: "Leap",
146
+ CUSTOMER_PORTAL_TEST: "Customer Portal Test",
146
147
  };
147
148
 
148
149
  exports.SystemOfMeasurement = SystemOfMeasurement;
package/index.esm.js CHANGED
@@ -139,6 +139,7 @@ const UserSubscriptionPackage = {
139
139
  LINK: "Link",
140
140
  LIFT: "Lift",
141
141
  LEAP: "Leap",
142
+ CUSTOMER_PORTAL_TEST: "Customer Portal Test",
142
143
  };
143
144
 
144
145
  export { AssetSortByProperty, SortOrder, SystemOfMeasurement, TimeZonePreference, UserSubscriptionPackage, assetHomePageIds, createEvent, isIrisOptions, siteHomePageIds, validateStringAsAssetSortByProperty };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "0.2.120",
3
+ "version": "0.2.121",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -41,6 +41,7 @@ export declare const UserSubscriptionPackage: {
41
41
  readonly LINK: "Link";
42
42
  readonly LIFT: "Lift";
43
43
  readonly LEAP: "Leap";
44
+ readonly CUSTOMER_PORTAL_TEST: "Customer Portal Test";
44
45
  };
45
46
  export type UserSubscriptionPackageType = keyof typeof UserSubscriptionPackage;
46
47
  export interface IFeature {