@trackunit/react-core-contexts-test 1.17.65 → 1.17.66
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.cjs2.js +4 -0
- package/index.esm2.js +4 -0
- package/migrations/entry.js.map +1 -0
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -13697,6 +13697,9 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13697
13697
|
hasAccountAction: async () => {
|
|
13698
13698
|
return true;
|
|
13699
13699
|
},
|
|
13700
|
+
hasViewBillingDetailsAccess: async () => {
|
|
13701
|
+
return true;
|
|
13702
|
+
},
|
|
13700
13703
|
showMarketplace: true,
|
|
13701
13704
|
showHelpCenter: true,
|
|
13702
13705
|
showAppLibrary: true,
|
|
@@ -13712,6 +13715,7 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13712
13715
|
hasFeatureFlag: async () => true,
|
|
13713
13716
|
hasPermission: async () => true,
|
|
13714
13717
|
hasAccountAction: async () => true,
|
|
13718
|
+
hasViewBillingDetailsAccess: async () => true,
|
|
13715
13719
|
isAuthenticated: true,
|
|
13716
13720
|
client,
|
|
13717
13721
|
defaultUserRoute: "/",
|
package/index.esm2.js
CHANGED
|
@@ -13675,6 +13675,9 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13675
13675
|
hasAccountAction: async () => {
|
|
13676
13676
|
return true;
|
|
13677
13677
|
},
|
|
13678
|
+
hasViewBillingDetailsAccess: async () => {
|
|
13679
|
+
return true;
|
|
13680
|
+
},
|
|
13678
13681
|
showMarketplace: true,
|
|
13679
13682
|
showHelpCenter: true,
|
|
13680
13683
|
showAppLibrary: true,
|
|
@@ -13690,6 +13693,7 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13690
13693
|
hasFeatureFlag: async () => true,
|
|
13691
13694
|
hasPermission: async () => true,
|
|
13692
13695
|
hasAccountAction: async () => true,
|
|
13696
|
+
hasViewBillingDetailsAccess: async () => true,
|
|
13693
13697
|
isAuthenticated: true,
|
|
13694
13698
|
client,
|
|
13695
13699
|
defaultUserRoute: "/",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/core-contexts-test/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
|