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.18 to 1.0.19

13

lib/carts/bookingQuestions.d.ts

@@ -36,3 +36,14 @@ import type { Scalars, Maybe } from "../graph";

id: Scalars["ID"];
/** Booking question displayed value */
/**
* Unique key of the question. Compared to the IDs (which should
* always be treated as opaque), this can be be interpreted by the client code.
* Example use cases include filtering or sorting the questions on the client
* side based on custom conditions.
*
* While this is non-null, this the might not have a meaningful value and
* currently cannot be set in the UI. Please contact the developer support if
* you need to use this field.
*/
key: Scalars["String"];
/** Booking question displayed label */
label: Scalars["String"];

@@ -39,0 +50,0 @@ /** Options for select/multiselect booking questions */

@@ -134,2 +134,8 @@ import { Scalars, Maybe, CartDurationRange } from "../graph";

*
* This is affected by:
*
* - Staff / staff role settings set for the services in the cart
* - The "Bookable online" option for a specific service/location pair
* - The "Enable online booking" option for a location
*
* Location has to be chosen before checking out the cart.

@@ -136,0 +142,0 @@ */

2

package.json
{
"name": "@boulevard/blvd-book-sdk",
"version": "1.0.18",
"version": "1.0.19",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc