@etainabl/nodejs-sdk 1.3.149 → 1.3.150

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
@@ -671,7 +671,7 @@ interface AutomationRunLog<DateType = Date | string> {
671
671
  lambdaMessageId: string;
672
672
  }
673
673
  interface AccountResult<IDType = ObjectId | string, DateType = Date | string> {
674
- accountId: IDType;
674
+ id: IDType;
675
675
  mpan: string;
676
676
  name: string;
677
677
  deviceId?: string;
package/dist/index.d.ts CHANGED
@@ -671,7 +671,7 @@ interface AutomationRunLog<DateType = Date | string> {
671
671
  lambdaMessageId: string;
672
672
  }
673
673
  interface AccountResult<IDType = ObjectId | string, DateType = Date | string> {
674
- accountId: IDType;
674
+ id: IDType;
675
675
  mpan: string;
676
676
  name: string;
677
677
  deviceId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.149",
3
+ "version": "1.3.150",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",