@deboxsoft/accounting-api
Advanced tools
Comparing version 0.1.0-alpha.45 to 0.1.0-alpha.46
@@ -11,2 +11,3 @@ 'use strict'; | ||
name: sh.string().nonempty(), | ||
description: sh.string(), | ||
type: sh.string().nonempty(), | ||
@@ -13,0 +14,0 @@ active: sh.boolean().optional(), |
@@ -7,2 +7,3 @@ import { object, string, boolean, number, union, date, array, enum as enum$1 } from '@deboxsoft/zod'; | ||
name: string().nonempty(), | ||
description: string(), | ||
type: string().nonempty(), | ||
@@ -9,0 +10,0 @@ active: boolean().optional(), |
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "0.1.0-alpha.45", | ||
"version": "0.1.0-alpha.46", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
export declare const accountSchema: import("@deboxsoft/zod").ZodObject<{ | ||
code: import("@deboxsoft/zod").ZodString; | ||
name: import("@deboxsoft/zod").ZodString; | ||
description: import("@deboxsoft/zod").ZodString; | ||
type: import("@deboxsoft/zod").ZodString; | ||
@@ -14,2 +15,3 @@ active: import("@deboxsoft/zod").ZodOptional<import("@deboxsoft/zod").ZodBoolean>; | ||
parentId?: string | undefined; | ||
description: string; | ||
code: string; | ||
@@ -23,2 +25,3 @@ type: string; | ||
parentId?: string | undefined; | ||
description: string; | ||
code: string; | ||
@@ -25,0 +28,0 @@ type: string; |
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
34666
882