@emilgroup/payment-sdk 1.13.1-beta.130 → 1.13.1-beta.132

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/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk@1.13.1-beta.130 --save
20
+ npm install @emilgroup/payment-sdk@1.13.1-beta.132 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.13.1-beta.130
24
+ yarn add @emilgroup/payment-sdk@1.13.1-beta.132
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -51,4 +51,10 @@ export interface BillingAddressDto {
51
51
  * @memberof BillingAddressDto
52
52
  */
53
53
  'city': string;
54
+ /**
55
+ * Country code for billing address
56
+ * @type {string}
57
+ * @memberof BillingAddressDto
58
+ */
59
+ 'countryCode'?: string;
54
60
  }
@@ -56,5 +56,11 @@ export interface BillingAddressDto {
56
56
  * @memberof BillingAddressDto
57
57
  */
58
58
  'city': string;
59
+ /**
60
+ * Country code for billing address
61
+ * @type {string}
62
+ * @memberof BillingAddressDto
63
+ */
64
+ 'countryCode'?: string;
59
65
  }
60
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.130",
3
+ "version": "1.13.1-beta.132",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [