Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coavmi/microservices-common

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coavmi/microservices-common - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

lib/cjs/pilot-licence/index.js

1

lib/cjs/index.js

@@ -31,1 +31,2 @@ "use strict";

__exportStar(require("./internal-user"), exports);
__exportStar(require("./pilot-licence"), exports);

@@ -15,2 +15,3 @@ export * from './files';

export * from './internal-user';
export * from './pilot-licence';
//# sourceMappingURL=index.d.ts.map

8

lib/cjs/types/users/index.d.ts

@@ -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,3 +12,2 @@ 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 {

@@ -34,5 +33,2 @@ email?: string;

}
export interface UsersGetByIdParams {
id: string;
}
export interface UsersUpdatedParams extends UsersCreatedParams {

@@ -39,0 +35,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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';
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";

@@ -15,2 +15,3 @@ export * from './files';

export * from './internal-user';
export * from './pilot-licence';
//# sourceMappingURL=index.d.ts.map

@@ -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,3 +12,2 @@ 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 {

@@ -34,5 +33,2 @@ email?: string;

}
export interface UsersGetByIdParams {
id: string;
}
export interface UsersUpdatedParams extends UsersCreatedParams {

@@ -39,0 +35,0 @@ }

@@ -1,10 +0,9 @@

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';
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";
{
"name": "@coavmi/microservices-common",
"version": "1.0.20",
"version": "1.0.21",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc