@gus-eip/loggers 3.6.9 → 3.7.0

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/enum.d.ts CHANGED
@@ -209,6 +209,7 @@ export declare class LoggerEnum {
209
209
  INITIATED_GET_NOTIFICATION_FROM_DB: string;
210
210
  COMPLETED_GET_NOTIFICATION_FROM_DB: string;
211
211
  COMPLETED_GET_NOTIFICATION: string;
212
+ FAILED_GET_NOTIFICATION_BY_EMAIL: string;
212
213
  };
213
214
  UseCase: {
214
215
  PROGRAM_INFO: string;
package/dist/enum.js CHANGED
@@ -220,6 +220,7 @@ let LoggerEnum = class LoggerEnum {
220
220
  INITIATED_GET_NOTIFICATION_FROM_DB: 'INITIATED_GET_NOTIFICATION_FROM_DB',
221
221
  COMPLETED_GET_NOTIFICATION_FROM_DB: 'COMPLETED_GET_NOTIFICATION_FROM_DB',
222
222
  COMPLETED_GET_NOTIFICATION: 'COMPLETED_GET_NOTIFICATION',
223
+ FAILED_GET_NOTIFICATION_BY_EMAIL: 'FAILED_GET_NOTIFICATION_BY_EMAIL'
223
224
  };
224
225
  this.UseCase = {
225
226
  PROGRAM_INFO: 'SAVE_PROGRAMME_DETAILS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "3.6.9",
3
+ "version": "3.7.0",
4
4
  "description": "@gus-eip/loggers is a package designed to provide logging functionality for your Node.js applications.",
5
5
  "author": "gus",
6
6
  "readmeFilename": "README.md",