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
390
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.15 to 0.0.16

6

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

@@ -27,5 +27,5 @@ import { NutritionalInfo } from './menu';

points: number;
totalPrice: number;
totalPoints: number | null;
totalCals: number | null;
totalPrice?: number;
totalPoints?: number | null;
totalCals?: number | null;
}

@@ -32,0 +32,0 @@ export declare type CartItemOptions = Array<CartItemOption>;

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

notes?: string;
cart_guest_id?: number;
customer_id?: number;
}

@@ -53,0 +55,0 @@ export declare type SimpleCart = Array<SimpleCartItem>;

@@ -119,2 +119,3 @@ import { DateString, ISOStringOffset, TimezonePython } from '../datetimes';

temperature: Temperature;
cals?: number;
}

@@ -121,0 +122,0 @@ export declare type OrderCart = Array<OrderItem>;

@@ -27,5 +27,5 @@ import { NutritionalInfo } from './menu';

points: number;
totalPrice: number;
totalPoints: number | null;
totalCals: number | null;
totalPrice?: number;
totalPoints?: number | null;
totalCals?: number | null;
}

@@ -32,0 +32,0 @@ export declare type CartItemOptions = Array<CartItemOption>;

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

notes?: string;
cart_guest_id?: number;
customer_id?: number;
}

@@ -53,0 +55,0 @@ export declare type SimpleCart = Array<SimpleCartItem>;

@@ -119,2 +119,3 @@ import { DateString, ISOStringOffset, TimezonePython } from '../datetimes';

temperature: Temperature;
cals?: number;
}

@@ -121,0 +122,0 @@ export declare type OrderCart = Array<OrderItem>;

{
"name": "@open-tender/types",
"version": "0.0.15",
"version": "0.0.16",
"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