@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.54 to 0.12.55
@@ -1,2 +0,2 @@ | ||
import { NetCollectedBreakdownByEmployeeReportDTO, NetCollectedBreakdownReportDTO, SummaryGraphDTO, TransactionByAssignmentReportDTO, TransactionByPaymentTypeByEmployeeReportDTO, TransactionByPaymentTypeReportDTO, TransactionBySourceReportDTO } from "./reportsTypes"; | ||
import { NetCollectedBreakdownByEmployeeReportDTO, NetCollectedBreakdownReportDTO, SummaryGraphDTO, TransactionByAssignmentReportDTO, TransactionByCategoryReportDTO, TransactionByPaymentTypeByEmployeeReportDTO, TransactionByPaymentTypeReportDTO, TransactionBySourceReportDTO } from "./reportsTypes"; | ||
import { IsoDate } from "./types"; | ||
@@ -52,3 +52,3 @@ import { UserContext } from "./utils"; | ||
locationIds?: string[]; | ||
}): Promise<TransactionByAssignmentReportDTO[]>; | ||
}): Promise<TransactionByCategoryReportDTO[]>; | ||
getNetCollectedBreakdownReport(ctx: UserContext, params: { | ||
@@ -55,0 +55,0 @@ from: IsoDate; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.54", | ||
"version": "0.12.55", | ||
"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
53666
1041