@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.85 to 0.15.86
@@ -96,2 +96,3 @@ import { AccountDTO, PreparedImageUploadDTO } from "./account"; | ||
employeeIds?: string[]; | ||
includeAllOpen?: boolean; | ||
}; | ||
@@ -98,0 +99,0 @@ export type GetTimeRecordReportQueryParams = { |
@@ -464,3 +464,3 @@ "use strict"; | ||
headers: this.prepareHeaders(ctx), | ||
params: params, | ||
params: Object.assign(Object.assign({}, params), { includeAllOPen: params.includeAllOpen ? "true" : undefined }), | ||
}); | ||
@@ -467,0 +467,0 @@ return data; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.85", | ||
"version": "0.15.86", | ||
"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
89783
1979