Socket
Socket
Sign inDemoInstall

@boulevard/blvd-book-sdk

Package Overview
Dependencies
17
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.16 to 1.0.17

6

lib/carts/bookingQuestions.d.ts

@@ -24,2 +24,6 @@ import type { Scalars, Maybe } from "../graph";

}
export declare enum CartBookingQuestionSchema {
Client = "CLIENT",
Appointment = "APPOINTMENT"
}
export declare class CartBookingQuestion extends Node<Graph.CartBookingQuestion> {

@@ -41,2 +45,4 @@ answer: Maybe<CartBookingQuestionAnswer>;

valueType: CartBookingQuestionValueType;
/** Indicates the type of entity that the booking question answer is mapped to. */
schema: Maybe<CartBookingQuestionSchema>;
/**

@@ -43,0 +49,0 @@ * @internal

2

lib/staff.d.ts

@@ -16,2 +16,4 @@ import { Node } from "./platformClient";

lastName: Scalars["String"];
/** The public display name of the staff member. Preferred over other name fields. */
displayName: Scalars["String"];
/** The nickname of the staff member */

@@ -18,0 +20,0 @@ nickname: Maybe<Scalars["String"]>;

2

package.json
{
"name": "@boulevard/blvd-book-sdk",
"version": "1.0.16",
"version": "1.0.17",
"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