@emilgroup/payment-sdk 1.13.1-beta.36 → 1.13.1-beta.37

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.36 --save
20
+ npm install @emilgroup/payment-sdk@1.13.1-beta.37 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.13.1-beta.36
24
+ yarn add @emilgroup/payment-sdk@1.13.1-beta.37
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -75,6 +75,12 @@ export interface PaymentMethodClass {
75
75
  * @memberof PaymentMethodClass
76
76
  */
77
77
  'details'?: object;
78
+ /**
79
+ * The account PSP customer associated to this payment method.
80
+ * @type {object}
81
+ * @memberof PaymentMethodClass
82
+ */
83
+ 'accountPspCustomer'?: object;
78
84
  /**
79
85
  * Optional field contain extra information
80
86
  * @type {object}
@@ -80,6 +80,12 @@ export interface PaymentMethodClass {
80
80
  * @memberof PaymentMethodClass
81
81
  */
82
82
  'details'?: object;
83
+ /**
84
+ * The account PSP customer associated to this payment method.
85
+ * @type {object}
86
+ * @memberof PaymentMethodClass
87
+ */
88
+ 'accountPspCustomer'?: object;
83
89
  /**
84
90
  * Optional field contain extra information
85
91
  * @type {object}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.36",
3
+ "version": "1.13.1-beta.37",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [