@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 +1 -0
- package/index.esm.js +1 -0
- package/package.json +1 -1
- package/src/userSubscriptionContext.d.ts +1 -0
package/index.cjs.js
CHANGED
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
@@ -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 {
|