@coavmi/microservices-common
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -1,3 +0,3 @@ | ||
import { Base } from "../base"; | ||
import { CompaniesCreatedParams } from "./companies"; | ||
import { Base } from '../base'; | ||
import { CompaniesCreatedParams } from './companies'; | ||
export declare const USERS_CREATED = "users.created"; | ||
@@ -12,2 +12,3 @@ export declare const USERS_UPDATED = "users.updated"; | ||
export declare const USERS_TESTED = "users.tested"; | ||
export declare const USERS_GET_BY_ID = "users.getById"; | ||
export interface UsersCreatedParams extends Base { | ||
@@ -33,2 +34,5 @@ email?: string; | ||
} | ||
export interface UsersGetByIdParams { | ||
id: string; | ||
} | ||
export interface UsersUpdatedParams extends UsersCreatedParams { | ||
@@ -35,0 +39,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.USERS_TESTED = 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"; | ||
exports.USERS_UPDATED = "users.updated"; | ||
exports.USERS_VERIFIED = "users.verified"; | ||
exports.USERS_VERIFY_REQUESTED = "users.verifyRequested"; | ||
exports.USERS_VERIFY_REQUESTED_EMAIL = "users.verifyRequestedEmail"; | ||
exports.USERS_FORGOT_PASSWORD_REQUESTED = "users.forgotPasswordRequested"; | ||
exports.USERS_UNVERIFIED = "users.unverified"; | ||
exports.USERS_DELETED = "users.deleted"; | ||
exports.USERS_TESTED = "users.tested"; | ||
exports.USERS_GET_BY_ID = exports.USERS_TESTED = 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'; | ||
exports.USERS_UPDATED = 'users.updated'; | ||
exports.USERS_VERIFIED = 'users.verified'; | ||
exports.USERS_VERIFY_REQUESTED = 'users.verifyRequested'; | ||
exports.USERS_VERIFY_REQUESTED_EMAIL = 'users.verifyRequestedEmail'; | ||
exports.USERS_FORGOT_PASSWORD_REQUESTED = 'users.forgotPasswordRequested'; | ||
exports.USERS_UNVERIFIED = 'users.unverified'; | ||
exports.USERS_DELETED = 'users.deleted'; | ||
exports.USERS_TESTED = 'users.tested'; | ||
exports.USERS_GET_BY_ID = 'users.getById'; |
@@ -1,3 +0,3 @@ | ||
import { Base } from "../base"; | ||
import { CompaniesCreatedParams } from "./companies"; | ||
import { Base } from '../base'; | ||
import { CompaniesCreatedParams } from './companies'; | ||
export declare const USERS_CREATED = "users.created"; | ||
@@ -12,2 +12,3 @@ export declare const USERS_UPDATED = "users.updated"; | ||
export declare const USERS_TESTED = "users.tested"; | ||
export declare const USERS_GET_BY_ID = "users.getById"; | ||
export interface UsersCreatedParams extends Base { | ||
@@ -33,2 +34,5 @@ email?: string; | ||
} | ||
export interface UsersGetByIdParams { | ||
id: string; | ||
} | ||
export interface UsersUpdatedParams extends UsersCreatedParams { | ||
@@ -35,0 +39,0 @@ } |
@@ -1,9 +0,10 @@ | ||
export const USERS_CREATED = "users.created"; | ||
export const USERS_UPDATED = "users.updated"; | ||
export const USERS_VERIFIED = "users.verified"; | ||
export const USERS_VERIFY_REQUESTED = "users.verifyRequested"; | ||
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"; | ||
export const USERS_TESTED = "users.tested"; | ||
export const USERS_CREATED = 'users.created'; | ||
export const USERS_UPDATED = 'users.updated'; | ||
export const USERS_VERIFIED = 'users.verified'; | ||
export const USERS_VERIFY_REQUESTED = 'users.verifyRequested'; | ||
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'; | ||
export const USERS_TESTED = 'users.tested'; | ||
export const USERS_GET_BY_ID = 'users.getById'; |
{ | ||
"name": "@coavmi/microservices-common", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"main": "./lib/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "_main": "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
70053
1031