@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.
- package/dist/ParraAPI.d.ts +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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;
|