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.0 to 0.1.0-alpha.1

4

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

@@ -46,3 +46,3 @@ "repository": {

},
"gitHead": "83c9935d6029fc5d4700f8e8a9fa2c9372046875",
"gitHead": "ef708042b4ca62e0c28bc5451ea3afa753753e91",
"devDependencies": {

@@ -49,0 +49,0 @@ "@deboxsoft/module-server": "*",

@@ -78,4 +78,4 @@ 'use strict';

const ACCOUNT_REPO = new moduleServer.Token("ACCOUNTING_ACCOUNT_REPO");
const TRANSACTION_REPO = new moduleServer.Token("ACCOUNTING_TRANSACTION_REPO");
const ACCOUNT_REPO = "ACCOUNTING_ACCOUNT_REPO";
const TRANSACTION_REPO = "ACCOUNTING_TRANSACTION_REPO";

@@ -82,0 +82,0 @@ exports.ACCOUNT_REPO = ACCOUNT_REPO;

@@ -392,5 +392,5 @@ import { GraphQLResolveInfo } from 'graphql';

declare const ACCOUNT_REPO: Token<AccountRepo>;
declare const TRANSACTION_REPO: Token<TransactionRepo>;
declare const ACCOUNT_REPO = "ACCOUNTING_ACCOUNT_REPO";
declare const TRANSACTION_REPO = "ACCOUNTING_TRANSACTION_REPO";
export { ACCOUNT_REPO, ACCOUNT_TYPE, Account, AccountFilterInput, AccountRepo, AccountResolvers, AccountType, AccountingError, Address, Branch, CompanyRepo, Contact, ContactInput, CreateAccountInput, CreateResult, Division, JournalAccount, JournalAccountInput, MutationResolvers, PageInfo, QueryResolvers, RemoveResult, Repository, Resolvers, SubscriptionResolver, TRANSACTION_REPO, TRANSACTION_TYPE, Tax, TaxInput, Transaction, TransactionFilterInput, TransactionInput, TransactionRepo, TransactionType, UpdateAccountInput, UpdateResult, getAccountType, getTransactionType, tokenAccountRepo, tokenCompanyRepo, tokenTransactionRepo };

@@ -74,6 +74,6 @@ import { DeboxError } from '@deboxsoft/module-core';

const ACCOUNT_REPO = new Token("ACCOUNTING_ACCOUNT_REPO");
const TRANSACTION_REPO = new Token("ACCOUNTING_TRANSACTION_REPO");
const ACCOUNT_REPO = "ACCOUNTING_ACCOUNT_REPO";
const TRANSACTION_REPO = "ACCOUNTING_TRANSACTION_REPO";
export { ACCOUNT_REPO, ACCOUNT_TYPE, AccountingError, TRANSACTION_REPO, TRANSACTION_TYPE, getAccountType, getTransactionType, tokenAccountRepo, tokenCompanyRepo, tokenTransactionRepo };
//# sourceMappingURL=server.js.map

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