@rechargeapps/storefront-client 0.18.0 → 0.19.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.d.ts
CHANGED
|
@@ -877,6 +877,8 @@ interface CDNBaseWidgetSettings {
|
|
|
877
877
|
subscribe_without_discount_message: string;
|
|
878
878
|
subscription_details_verbiage: string;
|
|
879
879
|
translations: Translations;
|
|
880
|
+
/** Whether or not plans data will be used on the widget */
|
|
881
|
+
use_plans_data?: boolean;
|
|
880
882
|
widget_charge_every: string;
|
|
881
883
|
widget_deliver_every: string;
|
|
882
884
|
widget_icon: WidgetIconColor;
|