Socket
Socket
Sign inDemoInstall

@boulevard/blvd-book-sdk

Package Overview
Dependencies
2
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

14

lib/carts/items.d.ts

@@ -59,4 +59,2 @@ import { Scalars, Maybe } from "../graph";

id: Scalars["ID"];
/** Original item details. */
item: CartAvailableItem;
/** Total for the item after discounts and taxes. */

@@ -71,3 +69,3 @@ lineTotal: Maybe<Scalars["Money"]>;

*/
constructor(platformClient: PlatformClient, cartItem: Graph.CartItem, cartId: Scalars["ID"]);
constructor(platformClient: PlatformClient, cartItem: Graph.CartItem);
/**

@@ -199,2 +197,4 @@ * @internal

declare class CartBookableItem extends CartItem {
/** Original item details. */
item: CartAvailableBookableItem;
/**

@@ -309,2 +309,4 @@ * @internal

declare class CartGiftCardItem extends CartItem {
/** Original item details. */
item: CartAvailableGiftCardItem;
/** Send the gift card to a recipient via email. */

@@ -329,3 +331,9 @@ emailFulfillment: Maybe<CartItemEmailFulfillment>;

declare class CartPurchasableItem extends CartItem {
/** Original item details. */
item: CartAvailablePurchasableItem;
/**
* @internal
*/
constructor(platformClient: any, item: any, cartId: any);
}
export { CartAvailableBookableItem, CartAvailableBookableItemOption, CartAvailableBookableItemOptionGroup, CartAvailableBookableItemStaffVariant, CartAvailableGiftCardItem, CartAvailablePurchasableItem, CartAvailableItem, CartItemEmailFulfillment, CartItemPaymentMethod, CartItem, CartItemError, CartItemGiftCardDesign, CartGiftCardItem, CartBookableItem, CartPriceRange, CartPurchasableItem };
{
"name": "@boulevard/blvd-book-sdk",
"version": "1.0.3",
"version": "1.0.4",
"description": "A JS client for the Boulevard API",

@@ -5,0 +5,0 @@ "main": "lib/blvd.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc