Socket
Socket
Sign inDemoInstall

@boulevard/blvd-book-sdk

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boulevard/blvd-book-sdk - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

lib/cart.d.ts

@@ -606,3 +606,3 @@ import { Node, PlatformClient } from "./platformClient";

*/
updateSelectedGiftCardItem(item: Graph.CartGiftCardItem, opts?: {
updateSelectedGiftCardItem(item: CartGiftCardItem, opts?: {
design?: Maybe<Graph.GiftCardDesign>;

@@ -620,3 +620,3 @@ price?: Maybe<Scalars["Money"]>;

*/
updateSelectedPurchasableItem(item: Graph.CartPurchasableItem, opts?: {
updateSelectedPurchasableItem(item: CartPurchasableItem, opts?: {
discountCode?: Maybe<string>;

@@ -629,5 +629,5 @@ }): Promise<Cart>;

}
export { Cart, CartAdvanceGratuity, CartAvailableBookableItemStaffVariant, CartAvailableCategory, CartBookableDate, CartBookableTime, CartClientInformation, CartError, CartErrorCode, CartItemEmailFulfillment, CartItemPaymentMethod, CartSummary, DepositType };
export { Cart, CartAdvanceGratuity, CartAdvanceGratuityInput, CartAvailableBookableItemStaffVariant, CartAvailableCategory, CartBookableDate, CartBookableTime, CartClientInformation, CartClientInformationInput, CartError, CartErrorCode, CartItemEmailFulfillment, CartItemPaymentMethod, CartSummary, DepositType };
export * from "./carts/bookingQuestions";
export * from "./carts/guests";
export * from "./carts/items";
{
"name": "@boulevard/blvd-book-sdk",
"version": "1.0.8",
"version": "1.0.9",
"description": "A JS client for the Boulevard API",

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

Sorry, the diff of this file is not supported yet

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