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.60 to 0.12.61

4

lib/orderV3.d.ts

@@ -189,2 +189,3 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types";

CashDiscount = "cash-discount",
ServiceFee = "service-fee",
Gratuity = "gratuity"

@@ -250,3 +251,4 @@ }

CardSurcharge = "card-surcharge",
CashDiscount = "cash-discount"
CashDiscount = "cash-discount",
ServiceFee = "service-fee"
}

@@ -253,0 +255,0 @@ export declare enum OrderFulfillmentTypeDTO {

@@ -61,2 +61,3 @@ "use strict";

OrderPaymentPriceComponentTypeDTO["CashDiscount"] = "cash-discount";
OrderPaymentPriceComponentTypeDTO["ServiceFee"] = "service-fee";
OrderPaymentPriceComponentTypeDTO["Gratuity"] = "gratuity";

@@ -85,2 +86,3 @@ })(OrderPaymentPriceComponentTypeDTO = exports.OrderPaymentPriceComponentTypeDTO || (exports.OrderPaymentPriceComponentTypeDTO = {}));

OrderPricingTypeDTO["CashDiscount"] = "cash-discount";
OrderPricingTypeDTO["ServiceFee"] = "service-fee";
})(OrderPricingTypeDTO = exports.OrderPricingTypeDTO || (exports.OrderPricingTypeDTO = {}));

@@ -87,0 +89,0 @@ var OrderFulfillmentTypeDTO;

@@ -107,3 +107,2 @@ import { Maybe } from "./types";

id: string;
category_id: string;
category_parent_id: Maybe<string>;

@@ -113,4 +112,2 @@ name: Maybe<string>;

account_id: string;
fromTimestamp: Maybe<string>;
toTimestamp: Maybe<string>;
};
{
"name": "@figuredev/orders-sdk",
"version": "0.12.60",
"version": "0.12.61",
"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