@pax2pay/client 0.0.76 → 0.0.77

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.
@@ -5,4 +5,7 @@ export interface ScheduledTaskRequest {
5
5
  status?: "TODO" | "CANCELLED" | "CANCELLED_EXCEPTIONALLY" | "SUCCESSFUL" | "FAILED" | "FAILED_EXCEPTIONALLY" | "HALTED" | "PENDING" | "PENDING_DECLINED";
6
6
  taskId?: string;
7
7
  taskType?: CardScheduleTaskType;
8
+ newBalance?: number;
9
+ remainingBalance?: number;
10
+ balanceDifferential?: number;
8
11
  }
@@ -4,4 +4,7 @@ export interface ScheduledTaskResponse {
4
4
  status: string;
5
5
  taskType: string;
6
6
  taskId: string;
7
+ newBalance?: number;
8
+ remainingBalance?: number;
9
+ balanceDifferential?: number;
7
10
  }
@@ -15,4 +15,7 @@ export interface ScheduledTaskRequest {
15
15
  | "PENDING_DECLINED"
16
16
  taskId?: string
17
17
  taskType?: CardScheduleTaskType
18
+ newBalance?: number
19
+ remainingBalance?: number
20
+ balanceDifferential?: number
18
21
  }
@@ -5,4 +5,7 @@ export interface ScheduledTaskResponse {
5
5
  status: string
6
6
  taskType: string
7
7
  taskId: string
8
+ newBalance?: number
9
+ remainingBalance?: number
10
+ balanceDifferential?: number
8
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.0.76",
3
+ "version": "0.0.77",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",