@iblai/web-utils 1.6.10 → 1.7.0

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/dist/index.js CHANGED
@@ -9859,6 +9859,7 @@ function TenantProvider({ children, fallback, onAuthSuccess, onAuthFailure, curr
9859
9859
  is_advertising: !!((_d = tenantMetadata === null || tenantMetadata === void 0 ? void 0 : tenantMetadata.metadata) === null || _d === void 0 ? void 0 : _d.is_advertising),
9860
9860
  is_enterprise: tenant.is_enterprise,
9861
9861
  show_paywall: tenant.show_paywall,
9862
+ enable_monetization: tenant.enable_monetization,
9862
9863
  });
9863
9864
  const rbacPermissions = await loadPlatformPermissions(tenant.key);
9864
9865
  onLoadPlatformPermissions === null || onLoadPlatformPermissions === void 0 ? void 0 : onLoadPlatformPermissions(rbacPermissions);