@parra/parra-js-sdk 0.3.512 → 0.3.514

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.
@@ -1446,8 +1446,10 @@ export interface PricingTableItem {
1446
1446
  id: string;
1447
1447
  title: string;
1448
1448
  description?: string;
1449
+ price_descriptor?: string;
1449
1450
  price?: AnyPrice;
1450
1451
  icon?: ImageAssetStub | null;
1452
+ feature_descriptor?: string;
1451
1453
  features?: Array<ProductFeatureStub>;
1452
1454
  cta?: PricingTableItemCta | null;
1453
1455
  }