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 0.0.8 to 0.0.9

8

lib/clients.d.ts

@@ -30,3 +30,2 @@ import { UpdateClientInput } from "./graph";

* @async
* @protected
* @returns Promise containing the Client

@@ -36,3 +35,3 @@ */

/**
* Take ownership of a cart, linking the cart to a Boulevard account.
* Take ownership of a cart, linking the cart to this client's account.
*

@@ -42,3 +41,2 @@ * Using this mutation invalidates existing reservations.

* @async
* @category Details
* @returns Promise containing the updated cart

@@ -48,6 +46,5 @@ */

/**
* List memberships for the authenticated client
* List memberships for this client
*
* @async
* @protected
* @returns Promise containing the list of Memberships

@@ -67,3 +64,2 @@ */

* @async
* @protected
* @returns Promise containing the Client

@@ -70,0 +66,0 @@ */

@@ -6,2 +6,7 @@ import { RequestDocument, Variables } from "graphql-request/dist/types";

}
/**
* Use an Authentication scheme to perform operations on behalf of a client.
* see {@link https://developers.joinblvd.com/2020-01/client-api/authentication} for details
* of how to generate a signed client token
*/
export declare type Authentication = {

@@ -8,0 +13,0 @@ token: string;

{
"name": "@boulevard/blvd-book-sdk",
"version": "0.0.8",
"version": "0.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 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc