@deboxsoft/accounting-api
Advanced tools
Comparing version 1.5.0-beta.72 to 1.5.0-beta.73
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.5.0-beta.72", | ||
"version": "1.5.0-beta.73", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -58,3 +58,3 @@ import type { CollectionParams } from "@deboxsoft/module-core"; | ||
name: z.ZodString; | ||
bddAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
bddAccount: z.ZodString; | ||
taxAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
@@ -84,3 +84,2 @@ paymentAccounts: z.ZodArray<z.ZodObject<{ | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -99,2 +98,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -107,3 +107,2 @@ posting: boolean; | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -123,2 +122,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -158,3 +158,3 @@ }>; | ||
name: z.ZodOptional<z.ZodString>; | ||
bddAccount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>; | ||
bddAccount: z.ZodOptional<z.ZodString>; | ||
taxAccount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>; | ||
@@ -193,3 +193,3 @@ paymentAccounts: z.ZodOptional<z.ZodArray<z.ZodObject<{ | ||
monthLife?: number | undefined; | ||
bddAccount?: string | null | undefined; | ||
bddAccount?: string | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -215,3 +215,3 @@ amortizationAccount?: string | undefined; | ||
monthLife?: number | undefined; | ||
bddAccount?: string | null | undefined; | ||
bddAccount?: string | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -258,3 +258,3 @@ amortizationAccount?: string | undefined; | ||
name: z.ZodString; | ||
bddAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
bddAccount: z.ZodString; | ||
taxAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
@@ -289,3 +289,2 @@ paymentAccounts: z.ZodArray<z.ZodObject<{ | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -312,2 +311,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -325,3 +325,2 @@ posting: boolean; | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -349,2 +348,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -368,3 +368,3 @@ }>; | ||
name: z.ZodString; | ||
bddAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
bddAccount: z.ZodString; | ||
taxAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
@@ -394,3 +394,2 @@ paymentAccounts: z.ZodArray<z.ZodObject<{ | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -409,2 +408,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -417,3 +417,2 @@ posting: boolean; | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -433,2 +432,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -440,3 +440,2 @@ }>, BddRepoInput, { | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -456,2 +455,3 @@ taxRate?: number | null | undefined; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -466,3 +466,3 @@ }>; | ||
name: z.ZodString; | ||
bddAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
bddAccount: z.ZodString; | ||
taxAccount: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
@@ -488,3 +488,2 @@ paymentAccounts: z.ZodArray<z.ZodObject<{ | ||
}, { | ||
debitAccount: z.ZodString; | ||
approveBy: z.ZodNullable<z.ZodOptional<z.ZodString>>; | ||
@@ -496,3 +495,2 @@ }>, "strip", z.ZodTypeAny, { | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -504,3 +502,2 @@ taxRate?: number | null | undefined; | ||
userId: string; | ||
debitAccount: string; | ||
paymentAccounts: { | ||
@@ -513,2 +510,3 @@ id: string; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -521,3 +519,2 @@ posting: boolean; | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -530,3 +527,2 @@ taxRate?: number | null | undefined; | ||
userId: string; | ||
debitAccount: string; | ||
paymentAccounts: { | ||
@@ -539,2 +535,3 @@ id: string; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -564,3 +561,2 @@ }>, { | ||
dateEnd?: number | Date | null | undefined; | ||
bddAccount?: string | null | undefined; | ||
taxAccount?: string | null | undefined; | ||
@@ -573,3 +569,2 @@ taxRate?: number | null | undefined; | ||
userId: string; | ||
debitAccount: string; | ||
paymentAccounts: { | ||
@@ -582,2 +577,3 @@ id: string; | ||
monthLife: number; | ||
bddAccount: string; | ||
amortizationAccount: string; | ||
@@ -584,0 +580,0 @@ }>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
297146
7762