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

@open-tender/types

Package Overview
Dependencies
Maintainers
2
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tender/types - npm Package Compare versions

Comparing version 0.0.125 to 0.0.126

1

dist/cjs/types/api/checkout.d.ts

@@ -160,2 +160,3 @@ import { ISOString, TimezonePython } from '../datetimes';

address: Address | null;
order_id?: string | number;
cart: Array<OrderItem>;

@@ -162,0 +163,0 @@ config: CheckoutConfig;

@@ -15,2 +15,4 @@ import { OrderType } from '../../global';

index?: number;
available?: number;
applied?: number;
}

@@ -17,0 +19,0 @@ export interface LoyaltyRedemption {

@@ -20,2 +20,3 @@ import { DateString, ISOString, ISOStringOffset, RequestedAt, TimeHuman, TimezonePython } from '../datetimes';

device_type: string;
is_tax_exempt?: boolean;
}

@@ -22,0 +23,0 @@ export interface OrderDiscount {

@@ -160,2 +160,3 @@ import { ISOString, TimezonePython } from '../datetimes';

address: Address | null;
order_id?: string | number;
cart: Array<OrderItem>;

@@ -162,0 +163,0 @@ config: CheckoutConfig;

@@ -15,2 +15,4 @@ import { OrderType } from '../../global';

index?: number;
available?: number;
applied?: number;
}

@@ -17,0 +19,0 @@ export interface LoyaltyRedemption {

@@ -20,2 +20,3 @@ import { DateString, ISOString, ISOStringOffset, RequestedAt, TimeHuman, TimezonePython } from '../datetimes';

device_type: string;
is_tax_exempt?: boolean;
}

@@ -22,0 +23,0 @@ export interface OrderDiscount {

2

package.json
{
"name": "@open-tender/types",
"version": "0.0.125",
"version": "0.0.126",
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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