@wix/ecom 1.0.743 → 1.0.744

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.743",
3
+ "version": "1.0.744",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "@wix/ecom_discounts-custom-trigger": "1.0.6",
38
38
  "@wix/ecom_draft-orders": "1.0.16",
39
39
  "@wix/ecom_gift-vouchers": "1.0.0",
40
- "@wix/ecom_gift-vouchers-provider": "1.0.0",
40
+ "@wix/ecom_gift-vouchers-provider": "1.0.1",
41
41
  "@wix/ecom_local-delivery-options": "1.0.7",
42
42
  "@wix/ecom_order-fulfillments": "1.0.45",
43
43
  "@wix/ecom_order-invoices": "1.0.38",
@@ -77,5 +77,5 @@
77
77
  "fqdn": ""
78
78
  }
79
79
  },
80
- "falconPackageHash": "b9943a5adde01eb85803c7d1912002ba186687c0195f6f0676656a47"
80
+ "falconPackageHash": "e55644f096fa0a764e09cc5c9a7ac52121b16614ba8edb1e9475fe7d"
81
81
  }
@@ -19,7 +19,10 @@ interface GetBalanceResponse {
19
19
  balance?: number;
20
20
  /** Currency code. */
21
21
  currencyCode?: string;
22
- /** Used for integration and tracking across different platforms. */
22
+ /**
23
+ * External ID in the gift card provider's system.
24
+ * Used for integration and tracking across different platforms.
25
+ */
23
26
  externalId?: string | null;
24
27
  }
25
28
  interface RedeemRequest {
@@ -19,7 +19,10 @@ interface GetBalanceResponse {
19
19
  balance?: number;
20
20
  /** Currency code. */
21
21
  currencyCode?: string;
22
- /** Used for integration and tracking across different platforms. */
22
+ /**
23
+ * External ID in the gift card provider's system.
24
+ * Used for integration and tracking across different platforms.
25
+ */
23
26
  externalId?: string | null;
24
27
  }
25
28
  interface RedeemRequest {