@etainabl/nodejs-sdk 1.3.176 → 1.3.178

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/esm/index.js CHANGED
@@ -69519,8 +69519,8 @@ var NotificationTemplateCategories = [
69519
69519
  "scraper"
69520
69520
  ];
69521
69521
  var EventNamesByCategory = {
69522
- automation: ["runError", "runCompleted", "hasnotRun", "fileNotExpected"],
69523
- report: ["runCompleted", "runError"],
69522
+ automation: ["automationFailed", "runCompleted", "hasnotRun", "fileNotExpected"],
69523
+ report: ["reportSuccess", "reportFailed"],
69524
69524
  team: ["newUserSignIn"],
69525
69525
  dataQuality: ["thresholdBreached", "approachingThreshold", "readingOverdue", "readingDueSoon", "contractRenewalUpcoming", "contractRenewalOverdue"],
69526
69526
  discussion: ["commentAdded", "mentionInComment"],