@emilgroup/payment-sdk 1.4.1-beta.12 → 1.4.1-beta.14

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.4.1-beta.12 --save
20
+ npm install @emilgroup/payment-sdk@1.4.1-beta.14 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.4.1-beta.12
24
+ yarn add @emilgroup/payment-sdk@1.4.1-beta.14
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -100,5 +100,6 @@ export declare const RefundClassStatusEnum: {
100
100
  readonly Succeeded: "succeeded";
101
101
  readonly Failed: "failed";
102
102
  readonly Canceled: "canceled";
103
+ readonly Refunded: "refunded";
103
104
  };
104
105
  export type RefundClassStatusEnum = typeof RefundClassStatusEnum[keyof typeof RefundClassStatusEnum];
@@ -24,5 +24,6 @@ exports.RefundClassStatusEnum = {
24
24
  Pending: 'pending',
25
25
  Succeeded: 'succeeded',
26
26
  Failed: 'failed',
27
- Canceled: 'canceled'
27
+ Canceled: 'canceled',
28
+ Refunded: 'refunded'
28
29
  };
@@ -106,7 +106,8 @@ export const RefundClassStatusEnum = {
106
106
  Pending: 'pending',
107
107
  Succeeded: 'succeeded',
108
108
  Failed: 'failed',
109
- Canceled: 'canceled'
109
+ Canceled: 'canceled',
110
+ Refunded: 'refunded'
110
111
  } as const;
111
112
 
112
113
  export type RefundClassStatusEnum = typeof RefundClassStatusEnum[keyof typeof RefundClassStatusEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.4.1-beta.12",
3
+ "version": "1.4.1-beta.14",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [