@revenuecat/purchases-js 1.35.1 → 1.36.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.
@@ -631,6 +631,10 @@ export declare interface Offering {
631
631
  * Weekly package type configured in the RevenueCat dashboard, if available.
632
632
  */
633
633
  readonly weekly: Package | null;
634
+ /**
635
+ * Whether this offering has an attached paywall configured in the RevenueCat dashboard.
636
+ */
637
+ readonly hasPaywall: boolean;
634
638
  /* Excluded from this release type: paywallComponents */
635
639
  /* Excluded from this release type: uiConfig */
636
640
  }