@ikas/storefront-api 4.9.0-beta.1 → 4.9.0-beta.3

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.
@@ -1,6 +1,7 @@
1
1
  import { DeepReadonly } from "ts-essentials";
2
2
  import { OrderRefundOrderLineInputData } from "./OrderRefundOrderLineInput";
3
3
  export declare class OrderRefundRequestInputData {
4
+ email: string | null;
4
5
  orderId: string;
5
6
  orderLineItems: OrderRefundOrderLineInputData[];
6
7
  reason: string | null;
@@ -2933,6 +2933,7 @@ export interface OrderRefundOrderLineInput {
2933
2933
  quantity: number;
2934
2934
  }
2935
2935
  export interface OrderRefundRequestInput {
2936
+ email?: string | null;
2936
2937
  orderId: string;
2937
2938
  orderLineItems: OrderRefundOrderLineInput[];
2938
2939
  reason?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-api",
3
- "version": "4.9.0-beta.1",
3
+ "version": "4.9.0-beta.3",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "API functions that returns models from the ikas-storefront-models package.",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@rollup/plugin-commonjs": "^22.0.0",
20
- "@ikas/storefront-config": "^4.9.0-beta.1",
21
- "@ikas/storefront-models": "^4.9.0-beta.1",
20
+ "@ikas/storefront-config": "^4.9.0-beta.3",
21
+ "@ikas/storefront-models": "^4.9.0-beta.3",
22
22
  "@rollup/plugin-node-resolve": "^13.3.0",
23
23
  "rollup-plugin-rename-node-modules": "^1.2.0",
24
24
  "prettier": "^2.2.1",
@@ -34,8 +34,8 @@
34
34
  "@ikas/fe-api-client": "^1.0.19"
35
35
  },
36
36
  "peerDependencies": {
37
- "@ikas/storefront-config": "^4.9.0-beta.1",
38
- "@ikas/storefront-models": "^4.9.0-beta.1",
37
+ "@ikas/storefront-config": "^4.9.0-beta.3",
38
+ "@ikas/storefront-models": "^4.9.0-beta.3",
39
39
  "@ikas/fe-api-client": "^1.0.18",
40
40
  "axios": "^0.26.0",
41
41
  "ts-essentials": "^7.0.1"