@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
674
|
+
id: IDType;
|
|
675
675
|
mpan: string;
|
|
676
676
|
name: string;
|
|
677
677
|
deviceId?: string;
|