🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@company-management/common

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@company-management/common - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-0
build/messages/messages.d.ts

@@ -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";
+2
-1
"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>;
}
{
"name": "@company-management/common",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",