@deboxsoft/accounting-api
Advanced tools
Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
75862