senter-mongo-repository
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -319,11 +319,12 @@ const MongoClient = require('mongodb').MongoClient; | ||
static get ContactListsCollectionName() { return 'contactLists' } | ||
static get CampaignsCollectionName() { return 'campaigns' } | ||
static get TempletesCollectionName() { return 'templates' } | ||
static get OptoutsCollectionName() { return 'optouts' } | ||
static get RepliesCollectionName() { return 'replies' } | ||
static get UsagesCollectionName() { return 'usages' } | ||
static get ProfilesCollectionName() { return 'profiles' } | ||
static get AppsCollectionName() { return 'apps' } | ||
static get SettingsCollectionName() { return 'settings' } | ||
static get ContactListsCollectionName() { return 'contactLists'; } | ||
static get CampaignsCollectionName() { return 'campaigns'; } | ||
static get TemplatesCollectionName() { return 'templates'; } | ||
static get OptoutsCollectionName() { return 'optouts'; } | ||
static get RepliesCollectionName() { return 'replies'; } | ||
static get UsagesCollectionName() { return 'usages'; } | ||
static get ProfilesCollectionName() { return 'profiles'; } | ||
static get AppsCollectionName() { return 'apps'; } | ||
static get SettingsCollectionName() { return 'settings'; } | ||
static get ConversationsCollectionName() { return 'conversations'; } | ||
@@ -330,0 +331,0 @@ get _collection() { |
{ | ||
"name": "senter-mongo-repository", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Contain methods to work with mongo db", | ||
@@ -5,0 +5,0 @@ "main": "mongoReposotory.js", |
@@ -0,0 +0,0 @@ const MongoRepository = require("../mongoReposotory"); |
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
33245
896