@zenky/storefront-api 0.0.47 → 0.0.48

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1100,6 +1100,8 @@ export interface OrderProductVariant {
1100
1100
  id: string;
1101
1101
  reward_id: string;
1102
1102
  } | null;
1103
+ is_reward: boolean;
1104
+ is_promocode_reward: boolean;
1103
1105
  quantity: number;
1104
1106
  has_measured_quantity: boolean;
1105
1107
  measured_quantity: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenky/storefront-api",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Zenky Storefront API SDK",
5
5
  "author": "Timur Zurbaev <hello@zurbaev.ru>",
6
6
  "license": "MIT",