Socket
Socket
Sign inDemoInstall

vendease-common

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vendease-common - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

build/events/invoice/interfaces/create-invoice.d.ts

2

build/events/invoice/invoice-delivered-event.d.ts

@@ -1,3 +0,3 @@

import { IInvoiceSchema } from "../../interfaces/invoice-interface";
import { Subjects } from "../subjects";
import { IInvoiceSchema } from "./interfaces";
export interface InvoiceDeliveredEvent {

@@ -4,0 +4,0 @@ subject: Subjects.InvoiceDelivered;

@@ -1,6 +0,6 @@

import { IInvoiceUpdateSchema } from "../../interfaces";
import { Subjects } from "../subjects";
import { IInvoiceSchema } from "./interfaces";
export interface InvoiceUpdateEvent {
subject: Subjects.InvoiceUpdated;
data: IInvoiceUpdateSchema;
data: IInvoiceSchema;
}

@@ -5,3 +5,3 @@ export * from "./address-breakdown-interface";

export * from "./company-interface";
export * from "./invoice-interface";
export * from "../events/invoice/interfaces/create-invoice";
export * from "./order-interface";

@@ -14,2 +14,1 @@ export * from "./product-catalogue-interface";

export * from "./payment-update-interface";
export * from "./invoice-update-interface";

@@ -21,3 +21,3 @@ "use strict";

__exportStar(require("./company-interface"), exports);
__exportStar(require("./invoice-interface"), exports);
__exportStar(require("../events/invoice/interfaces/create-invoice"), exports);
__exportStar(require("./order-interface"), exports);

@@ -30,2 +30,1 @@ __exportStar(require("./product-catalogue-interface"), exports);

__exportStar(require("./payment-update-interface"), exports);
__exportStar(require("./invoice-update-interface"), exports);
{
"name": "vendease-common",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

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

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