@deboxsoft/accounting-api
Advanced tools
Comparing version 0.1.0-alpha.14 to 0.1.0-alpha.15
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "0.1.0-alpha.14", | ||
"version": "0.1.0-alpha.15", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -107,3 +107,3 @@ export declare type Maybe<T> = T | undefined; | ||
total?: Maybe<Scalars["Int"]>; | ||
accounts?: Maybe<JournalAccount>; | ||
accounts?: Maybe<Array<Maybe<JournalAccount>>>; | ||
type?: Maybe<TransactionType>; | ||
@@ -110,0 +110,0 @@ }; |
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
17291