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.77 to 0.12.78

9

lib/reportsTypes.d.ts

@@ -166,7 +166,7 @@ import { Maybe } from "./types";

closed: Maybe<string>;
payment_status: OrderPaymentStatus;
payment_status: string;
payment_status_code: Maybe<string>;
payment_types: OrderPaymentType[];
payment_types: string[];
status: OrderStatus;
source: OrderSource;
source: string;
tips_amount: Maybe<number>;

@@ -178,5 +178,2 @@ gratuity_amount: Maybe<number>;

};
export declare type OrderPaymentType = "Card" | "Cash" | "External";
export declare type OrderPaymentStatus = "Unpaid" | "Paid" | "Refunded";
export declare type OrderSource = "MIB" | "POS" | "Kiosk";
export declare enum OrderStatus {

@@ -183,0 +180,0 @@ Created = "created",

{
"name": "@figuredev/orders-sdk",
"version": "0.12.77",
"version": "0.12.78",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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