@zakaa/common
Advanced tools
@@ -9,1 +9,2 @@ export declare const USER_CREATED_MESSAGE = "userCreated"; | ||
| export declare const USER_VEIRIFIED_MESSAGE = "userVerified"; | ||
| export declare const INSTRUCTOR_VEIRIFIED_MESSAGE = "instructorVerified"; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.USER_VEIRIFIED_MESSAGE = exports.INSTRUCTOR_APPLICATION_ACCEPTED_MESSAGE = exports.REQUEST_FORGOT_PASSWORD_MESSAGE = exports.SEND_VERIFICATION_MAIL_MESSAGE = exports.PRODUCT_UPDATED_MESSAGE = exports.PRODUCT_CREATED_MESSAGE = exports.USER_UPDATED_MESSAGE = exports.USER_CREATED_MESSAGE = void 0; | ||
| exports.INSTRUCTOR_VEIRIFIED_MESSAGE = exports.USER_VEIRIFIED_MESSAGE = exports.INSTRUCTOR_APPLICATION_ACCEPTED_MESSAGE = exports.REQUEST_FORGOT_PASSWORD_MESSAGE = exports.SEND_VERIFICATION_MAIL_MESSAGE = exports.PRODUCT_UPDATED_MESSAGE = exports.PRODUCT_CREATED_MESSAGE = exports.USER_UPDATED_MESSAGE = exports.USER_CREATED_MESSAGE = void 0; | ||
| exports.USER_CREATED_MESSAGE = "userCreated"; | ||
@@ -12,1 +12,2 @@ exports.USER_UPDATED_MESSAGE = "userUpdated"; | ||
| exports.USER_VEIRIFIED_MESSAGE = "userVerified"; | ||
| exports.INSTRUCTOR_VEIRIFIED_MESSAGE = "instructorVerified"; |
@@ -10,2 +10,3 @@ export interface ISubscriber { | ||
| userVerified(data: any): Promise<void>; | ||
| instructorVerified(data: any): Promise<void>; | ||
| } |
+1
-1
| { | ||
| "name": "@zakaa/common", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "zakaa project common packages", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
24002
0.94%533
0.57%