@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.
- package/dist/ParraAPI.d.ts +2 -0
- package/dist/ParraAPI.js +410 -410
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/ParraAPI.d.ts
CHANGED
@@ -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
|
}
|