@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 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
- processedRows?: number;
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
- processedRows?: number;
670
- failedRows?: number;
669
+ rowsProcessed?: number;
671
670
  dateRange?: {
672
671
  from?: DateType;
673
672
  to?: DateType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.118",
3
+ "version": "1.3.119",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",