@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.50 to 0.12.51
@@ -86,3 +86,4 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
WestSideEats = "WestSideEats", | ||
Slice = "slice" | ||
Slice = "slice", | ||
Wolt = "wolt" | ||
} | ||
@@ -89,0 +90,0 @@ export declare enum OrderPaymentMethodDTO { |
@@ -20,2 +20,3 @@ "use strict"; | ||
OrderSourceNameDTO["Slice"] = "slice"; | ||
OrderSourceNameDTO["Wolt"] = "wolt"; | ||
})(OrderSourceNameDTO = exports.OrderSourceNameDTO || (exports.OrderSourceNameDTO = {})); | ||
@@ -22,0 +23,0 @@ var OrderPaymentMethodDTO; |
import { NetCollectedBreakdownByEmployeeReportDTO, NetCollectedBreakdownReportDTO, SummaryGraphDTO, TransactionByAssignmentReportDTO, TransactionByPaymentTypeByEmployeeReportDTO, TransactionByPaymentTypeReportDTO, TransactionBySourceReportDTO } from "./reportsTypes"; | ||
import { IsoDate, Maybe } from "./types"; | ||
import { IsoDate } from "./types"; | ||
import { UserContext } from "./utils"; | ||
@@ -20,3 +20,3 @@ declare type ReportsClientConfig = { | ||
to: IsoDate; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -27,3 +27,3 @@ }): Promise<TransactionByPaymentTypeReportDTO[]>; | ||
to: IsoDate; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -34,3 +34,3 @@ }): Promise<TransactionByPaymentTypeByEmployeeReportDTO[]>; | ||
to: IsoDate; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -41,3 +41,3 @@ }): Promise<NetCollectedBreakdownByEmployeeReportDTO[]>; | ||
to: IsoDate; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -48,3 +48,3 @@ }): Promise<TransactionBySourceReportDTO[]>; | ||
to: IsoDate; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -55,3 +55,3 @@ }): Promise<TransactionByAssignmentReportDTO[]>; | ||
to: IsoDate; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -63,3 +63,3 @@ }): Promise<NetCollectedBreakdownReportDTO[]>; | ||
timePeriods: string[]; | ||
assigneeIds?: Maybe<string>[]; | ||
assigneeIds?: string[]; | ||
locationIds?: string[]; | ||
@@ -66,0 +66,0 @@ }): Promise<SummaryGraphDTO[]>; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.50", | ||
"version": "0.12.51", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
51425
1000