@parra/parra-js-sdk 0.3.628 → 0.3.629

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.
@@ -1804,6 +1804,7 @@ export interface UpdateProductRequestBody {
1804
1804
  image_asset_id?: string | null;
1805
1805
  cta_title?: string | null;
1806
1806
  cta_url?: string | null;
1807
+ price?: AnyPrice | null;
1807
1808
  }
1808
1809
  export interface CreateProductEntitlementRequestBody {
1809
1810
  entitlement_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.628",
3
+ "version": "0.3.629",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",