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.21 to 1.0.22

4

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

@@ -31,3 +31,3 @@ export interface IInvoiceSchema {

charges: InvoiceCharge[] | null;
branch: Branch;
branch: InvoiceBranch;
forager_team: ForagerTeam | null;

@@ -88,3 +88,3 @@ supplier_branch: any | null;

}
interface Branch {
export interface InvoiceBranch {
id: number;

@@ -91,0 +91,0 @@ name: string;

@@ -0,1 +1,2 @@

import { InvoiceBranch } from "./create-invoice";
export interface IInvoicePayment {

@@ -17,2 +18,3 @@ id: number;

mark_as_paid_datetime?: string | null;
branch: InvoiceBranch;
}
{
"name": "vendease-common",
"version": "1.0.21",
"version": "1.0.22",
"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