Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/orders-sdk

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/orders-sdk - npm Package Compare versions

Comparing version 0.12.50 to 0.12.51

3

lib/orderV3.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc