@etainabl/nodejs-sdk 1.3.174 → 1.3.175

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
@@ -1364,7 +1364,7 @@ interface DeliveryStatus {
1364
1364
  }
1365
1365
  interface Notification<ID = string, DateType = Date | string> {
1366
1366
  _id: ID;
1367
- notificationTemplateIdId: ID;
1367
+ notificationTemplateId: ID;
1368
1368
  scheduledAt?: DateType;
1369
1369
  scheduledBy?: string;
1370
1370
  userSub: string;
package/dist/index.d.ts CHANGED
@@ -1364,7 +1364,7 @@ interface DeliveryStatus {
1364
1364
  }
1365
1365
  interface Notification<ID = string, DateType = Date | string> {
1366
1366
  _id: ID;
1367
- notificationTemplateIdId: ID;
1367
+ notificationTemplateId: ID;
1368
1368
  scheduledAt?: DateType;
1369
1369
  scheduledBy?: string;
1370
1370
  userSub: string;