@deboxsoft/accounting-api
Advanced tools
Comparing version 1.5.23 to 1.5.24
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.5.23", | ||
"version": "1.5.24", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -60,3 +60,3 @@ /// <reference types="dayjs/plugin/issameorafter" /> | ||
export declare const getPerDate: (date: Date) => Date; | ||
export declare const getLimitDate: (period: number) => { | ||
export declare const getLimitDate: (period?: number, month?: number) => { | ||
start: Date; | ||
@@ -63,0 +63,0 @@ end: Date; |
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
303706
7879