@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 +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.cts +36 -4
- package/dist/index.d.ts +36 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -69519,8 +69519,8 @@ var NotificationTemplateCategories = [
|
|
|
69519
69519
|
"scraper"
|
|
69520
69520
|
];
|
|
69521
69521
|
var EventNamesByCategory = {
|
|
69522
|
-
automation: ["
|
|
69523
|
-
report: ["
|
|
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"],
|