@wix/auto_sdk_payments_disputes 1.0.3 → 1.0.4

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.
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
@@ -27,7 +27,7 @@ export interface Dispute {
27
27
  * @immutable
28
28
  * @format CURRENCY
29
29
  */
30
- currency?: string | null;
30
+ currencyCode?: string | null;
31
31
  /**
32
32
  * Dispute Amount in currency's main units (such as dollars or euros). For example, `"12.95"`.
33
33
  * @immutable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_payments_disputes",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.payments.disputes.v1.dispute"
49
49
  }
50
50
  },
51
- "falconPackageHash": "0265916260aa55edd6f9e6f46b3257af1b02c0ff9348b3133b080659"
51
+ "falconPackageHash": "b1bb1b4d7aa608b0b82ff4f99275d5a8d8615cb3315fb52fe276ebec"
52
52
  }