@deboxsoft/accounting-api
Advanced tools
Comparing version 1.4.0-beta.61 to 1.4.0-beta.62
@@ -794,2 +794,3 @@ 'use strict'; | ||
const BddInputSchema = zod.z.object({ | ||
@@ -796,0 +797,0 @@ no: zod.z.string().nullish(), |
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.4.0-beta.61", | ||
"version": "1.4.0-beta.62", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -44,3 +44,4 @@ import type { CollectionParams } from "@deboxsoft/module-core"; | ||
no: string; | ||
description: string; | ||
name: string; | ||
monthLife: number; | ||
dateStart: Date | number; | ||
@@ -47,0 +48,0 @@ dateEnd?: Date | number; |
Sorry, the diff of this file is not supported yet
199907
5286