senter-mongo-repository
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -203,5 +203,7 @@ const MongoClient = require('mongodb').MongoClient; | ||
static get ContactListsCollectionName() { | ||
return 'contactLists'; | ||
} | ||
static get ContactListsCollectionName() { return 'contactLists'; } | ||
static get CampaignsCollectionName() { return 'campaigns'; } | ||
static get OptoutsCollectionName() { return 'optouts'; } | ||
static get RepliesCollectionName() { return 'replies'; } | ||
static get UsagesCollectionName() { return 'usages'; } | ||
@@ -208,0 +210,0 @@ get _collection() { |
{ | ||
"name": "senter-mongo-repository", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Contain methods to work with mongo db", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16304
434