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

@deboxsoft/accounting-api

Package Overview
Dependencies
Maintainers
1
Versions
434
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/accounting-api - npm Package Compare versions

Comparing version 0.1.0-alpha.19 to 0.1.0-alpha.20

2

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "0.1.0-alpha.19",
"version": "0.1.0-alpha.20",
"license": "SEE LICENSE IN LICENSE.md",

@@ -5,0 +5,0 @@ "repository": {

@@ -20,2 +20,4 @@ export declare type Maybe<T> = T | undefined;

Float: number;
DateTime: any;
Timestamp: any;
};

@@ -106,3 +108,3 @@ export declare type AccountType = "BANK" | "AREC" | "INTR" | "OCAS" | "FASS" | "DEPR" | "OASS" | "APAY" | "OCLY" | "LTLY" | "EQTY" | "REVE" | "COGS" | "EXPS" | "OEXP" | "OINC";

description?: Maybe<Scalars["String"]>;
date?: Maybe<Scalars["String"]>;
date?: Maybe<Scalars["DateTime"]>;
total?: Maybe<Scalars["Int"]>;

@@ -128,3 +130,3 @@ accounts?: Maybe<Array<Maybe<JournalAccount>>>;

noTransaction: Scalars["String"];
date: Scalars["String"];
date: Scalars["DateTime"];
description?: Maybe<Scalars["String"]>;

@@ -135,5 +137,5 @@ accounts?: Maybe<Array<Maybe<JournalAccountInput>>>;

export declare type TransactionFilterInput = {
startDate?: Maybe<Scalars["String"]>;
endDate?: Maybe<Scalars["String"]>;
startDate?: Maybe<Scalars["DateTime"]>;
endDate?: Maybe<Scalars["DateTime"]>;
type?: Maybe<Scalars["String"]>;
};

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