@altodia/microservices-common
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -8,2 +8,3 @@ import { Base } from "../base"; | ||
export declare const USERS_VERIFY_REQUESTED_EMAIL = "users.verifyRequestedEmail"; | ||
export declare const USERS_FORGOT_PASSWORD_REQUESTED = "users.forgotPasswordRequested"; | ||
export declare const USERS_UNVERIFIED = "users.unverified"; | ||
@@ -10,0 +11,0 @@ export declare const USERS_DELETED = "users.deleted"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.USERS_DELETED = exports.USERS_UNVERIFIED = exports.USERS_VERIFY_REQUESTED_EMAIL = exports.USERS_VERIFY_REQUESTED = exports.USERS_VERIFIED = exports.USERS_UPDATED = exports.USERS_CREATED = void 0; | ||
exports.USERS_DELETED = exports.USERS_UNVERIFIED = exports.USERS_FORGOT_PASSWORD_REQUESTED = exports.USERS_VERIFY_REQUESTED_EMAIL = exports.USERS_VERIFY_REQUESTED = exports.USERS_VERIFIED = exports.USERS_UPDATED = exports.USERS_CREATED = void 0; | ||
exports.USERS_CREATED = 'users.created'; | ||
@@ -9,3 +9,4 @@ exports.USERS_UPDATED = 'users.updated'; | ||
exports.USERS_VERIFY_REQUESTED_EMAIL = 'users.verifyRequestedEmail'; | ||
exports.USERS_FORGOT_PASSWORD_REQUESTED = 'users.forgotPasswordRequested'; | ||
exports.USERS_UNVERIFIED = 'users.unverified'; | ||
exports.USERS_DELETED = 'users.deleted'; |
@@ -8,2 +8,3 @@ import { Base } from "../base"; | ||
export declare const USERS_VERIFY_REQUESTED_EMAIL = "users.verifyRequestedEmail"; | ||
export declare const USERS_FORGOT_PASSWORD_REQUESTED = "users.forgotPasswordRequested"; | ||
export declare const USERS_UNVERIFIED = "users.unverified"; | ||
@@ -10,0 +11,0 @@ export declare const USERS_DELETED = "users.deleted"; |
@@ -6,3 +6,4 @@ export const USERS_CREATED = 'users.created'; | ||
export const USERS_VERIFY_REQUESTED_EMAIL = 'users.verifyRequestedEmail'; | ||
export const USERS_FORGOT_PASSWORD_REQUESTED = 'users.forgotPasswordRequested'; | ||
export const USERS_UNVERIFIED = 'users.unverified'; | ||
export const USERS_DELETED = 'users.deleted'; |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
56513
844