@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.98 to 0.12.99
@@ -54,3 +54,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
getTillsCount(ctx: UserContext, params: { | ||
olderThan: Maybe<string>; | ||
olderThan?: Maybe<string>; | ||
includeDeleted: boolean; | ||
@@ -61,3 +61,3 @@ includeClosed: boolean; | ||
limit: Maybe<number>; | ||
olderThan: Maybe<string>; | ||
olderThan?: Maybe<string>; | ||
includeDeleted: boolean; | ||
@@ -64,0 +64,0 @@ includeClosed: boolean; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.98", | ||
"version": "0.12.99", | ||
"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
74896