@etainabl/nodejs-sdk 1.3.118 → 1.3.119
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/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -666,8 +666,7 @@ interface AccountResult<IDType = ObjectId | string, DateType = Date | string> {
|
|
|
666
666
|
mpan: string;
|
|
667
667
|
deviceId?: string;
|
|
668
668
|
status: 'success' | 'warning' | 'error' | 'running';
|
|
669
|
-
|
|
670
|
-
failedRows?: number;
|
|
669
|
+
rowsProcessed?: number;
|
|
671
670
|
dateRange?: {
|
|
672
671
|
from?: DateType;
|
|
673
672
|
to?: DateType;
|
package/dist/index.d.ts
CHANGED
|
@@ -666,8 +666,7 @@ interface AccountResult<IDType = ObjectId | string, DateType = Date | string> {
|
|
|
666
666
|
mpan: string;
|
|
667
667
|
deviceId?: string;
|
|
668
668
|
status: 'success' | 'warning' | 'error' | 'running';
|
|
669
|
-
|
|
670
|
-
failedRows?: number;
|
|
669
|
+
rowsProcessed?: number;
|
|
671
670
|
dateRange?: {
|
|
672
671
|
from?: DateType;
|
|
673
672
|
to?: DateType;
|