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 0.0.4 to 0.0.5

6

lib/cart.d.ts

@@ -196,2 +196,5 @@ import { Node, PlatformClient, PlatformTarget } from "./platformClient";

}): Promise<Cart>;
/**
* @internal
*/
private tokenizeCardDetails;

@@ -607,2 +610,5 @@ /**

}): Promise<Cart>;
/**
* @internal
*/
private refresh;

@@ -609,0 +615,0 @@ }

27

lib/carts/items.d.ts

@@ -95,9 +95,16 @@ import { Scalars, Maybe } from "../graph";

/**
* @internal
*/
optionGroups: Array<CartAvailableBookableItemOptionGroup>;
/**
* Groups of available options for modifying the booked service. These can be
* used to modify the booked item and may affect pricing and timing.
*
* @todo implement
*/
getOptionGroups(): Promise<Array<CartAvailableBookableItemOptionGroup>>;
/**
* @internal
*/
staffVariants: Array<CartAvailableBookableItemStaffVariant>;
/**
* List of optional staff variants that can be chosen. Variants may have

@@ -111,2 +118,11 @@ * different pricing and timing.

getStaffVariants(): Promise<Array<CartAvailableBookableItemStaffVariant>>;
/**
* List of optional staff variants that can be chosen. Variants may have
* different pricing and timing.
*
* When there’s no preference, the first one available is assigned based on the
* selected time. The business can also enforce this, in which case this list
* is empty.
*/
constructor(platformClient: any, item: any);
}

@@ -131,6 +147,7 @@ /**

name: Scalars["String"];
/** List of selectable options.
* @todo implement
/**
* List of selectable options.
*/
getOptions(): Promise<Array<CartAvailableBookableItemOption>>;
options: Array<CartAvailableBookableItemOption>;
constructor(platformClient: any, group: any);
}

@@ -143,4 +160,2 @@ /** Option of a bookable item that can be selected. */

durationDelta: Scalars["Int"];
/** Group ID of the option. */
groupId: Scalars["ID"];
/** ID of the option. */

@@ -147,0 +162,0 @@ id: Scalars["ID"];

{
"name": "@boulevard/blvd-book-sdk",
"version": "0.0.4",
"version": "0.0.5",
"description": "A JS client for the Boulevard API",

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

@@ -32,3 +32,3 @@ # Blvd Book SDK

// Step 1: Create a `business` object to interact with the API.
const client = new Blvd(businessId, apiKey);
const client = new Blvd(apiKey, businessId);

@@ -35,0 +35,0 @@ // Step 2: Choose a location and start by creating a cart

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc