@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.71 to 0.12.72
@@ -1,2 +0,2 @@ | ||
import { NetCollectedBreakdownByEmployeeReportDTO, NetCollectedBreakdownReportDTO, ReportExportType, SummaryGraphDTO, SummaryReportCsvDTO, TransactionByAssignmentReportDTO, TransactionByCategoryReportDTO, TransactionByPaymentTypeByEmployeeReportDTO, TransactionByPaymentTypeReportDTO, TransactionBySourceReportDTO } from "./reportsTypes"; | ||
import { NetCollectedBreakdownByEmployeeReportDTO, NetCollectedBreakdownReportDTO, OrderListReportDTO, ReportExportType, SummaryGraphDTO, SummaryReportCsvDTO, TransactionByAssignmentReportDTO, TransactionByCategoryReportDTO, TransactionByPaymentTypeByEmployeeReportDTO, TransactionByPaymentTypeReportDTO, TransactionBySourceReportDTO } from "./reportsTypes"; | ||
import { IsoDate } from "./types"; | ||
@@ -81,4 +81,4 @@ import { UserContext } from "./utils"; | ||
isActive?: boolean; | ||
}): Promise<SummaryReportCsvDTO[]>; | ||
}): Promise<OrderListReportDTO[]>; | ||
} | ||
export {}; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.71", | ||
"version": "0.12.72", | ||
"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
65426