@company-management/common
Advanced tools
@@ -5,3 +5,4 @@ export declare const USER_CREATED_MESSAGE = "userCreated"; | ||
| export declare const EMPLOYEE_UPDATED_MESSAGE = "employeeUpdated"; | ||
| export declare const EMPLOYEE_DELETED_MESSAGE = "employeeDeleted"; | ||
| export declare const USER_EMAIL_VERFICATION = "userEmailVerfication"; | ||
| export declare const NOTIFY_EMPLOYEE_CREATION = "notifyEmployeeCreation"; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.NOTIFY_EMPLOYEE_CREATION = exports.USER_EMAIL_VERFICATION = exports.EMPLOYEE_UPDATED_MESSAGE = exports.EMPLOYEE_CREATED_MESSAGE = exports.USER_UPDATED_MESSAGE = exports.USER_CREATED_MESSAGE = void 0; | ||
| exports.NOTIFY_EMPLOYEE_CREATION = exports.USER_EMAIL_VERFICATION = exports.EMPLOYEE_DELETED_MESSAGE = exports.EMPLOYEE_UPDATED_MESSAGE = exports.EMPLOYEE_CREATED_MESSAGE = exports.USER_UPDATED_MESSAGE = exports.USER_CREATED_MESSAGE = void 0; | ||
| exports.USER_CREATED_MESSAGE = "userCreated"; | ||
@@ -8,3 +8,4 @@ exports.USER_UPDATED_MESSAGE = "userUpdated"; | ||
| exports.EMPLOYEE_UPDATED_MESSAGE = "employeeUpdated"; | ||
| exports.EMPLOYEE_DELETED_MESSAGE = "employeeDeleted"; | ||
| exports.USER_EMAIL_VERFICATION = "userEmailVerfication"; | ||
| exports.NOTIFY_EMPLOYEE_CREATION = "notifyEmployeeCreation"; |
@@ -6,4 +6,5 @@ export interface ISubscriber { | ||
| employeeUpdated(data: any): Promise<void>; | ||
| employeeDeleted(data: any): Promise<void>; | ||
| userEmailVerfication(data: any): Promise<void>; | ||
| notifyEmployeeCreation(data: any): Promise<void>; | ||
| } |
+1
-1
| { | ||
| "name": "@company-management/common", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
16780
1.22%372
0.81%