@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.63 to 0.12.64
@@ -70,4 +70,5 @@ import { NetCollectedBreakdownByEmployeeReportDTO, NetCollectedBreakdownReportDTO, SummaryGraphDTO, SummaryReportCsvDTO, TransactionByAssignmentReportDTO, TransactionByCategoryReportDTO, TransactionByPaymentTypeByEmployeeReportDTO, TransactionByPaymentTypeReportDTO, TransactionBySourceReportDTO } from "./reportsTypes"; | ||
locationIds?: string[]; | ||
employeeName?: string; | ||
}): Promise<SummaryReportCsvDTO[]>; | ||
} | ||
export {}; |
@@ -133,3 +133,3 @@ "use strict"; | ||
headers: this.prepareHeaders(ctx), | ||
data: Object.assign({ from: params.from, to: params.to }, (params.locationIds ? { locationIds: params.locationIds } : null)), | ||
data: Object.assign(Object.assign({ from: params.from, to: params.to }, (params.locationIds ? { locationIds: params.locationIds } : null)), (params.employeeName ? { locationIds: params.employeeName } : null)), | ||
}) | ||
@@ -136,0 +136,0 @@ .then((r) => { var _a; return (_a = r.data) !== null && _a !== void 0 ? _a : []; }); |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.63", | ||
"version": "0.12.64", | ||
"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
60786
1187