@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.96 to 0.12.97
@@ -54,2 +54,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
getTillsCount(ctx: UserContext, params: { | ||
olderThan: Maybe<string>; | ||
includeDeleted: boolean; | ||
@@ -63,4 +64,4 @@ includeClosed: boolean; | ||
includeClosed: boolean; | ||
}): Promise<TillDTO>; | ||
}): Promise<TillDTO[]>; | ||
} | ||
export {}; |
@@ -155,2 +155,3 @@ "use strict"; | ||
params: { | ||
olderThan: params.olderThan, | ||
includeDeleted: params.includeDeleted, | ||
@@ -157,0 +158,0 @@ includeClosed: params.includeClosed, |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.96", | ||
"version": "0.12.97", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
74813
1419