Socket
Socket
Sign inDemoInstall

tigerbay

Package Overview
Dependencies
17
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.9.2

1

lib/models/customers.d.ts

@@ -41,2 +41,3 @@ import { APIGroup, LinkedObject, PatchPayload } from "./common";

Gender?: Gender;
DateOfBirth?: Date;
}

@@ -43,0 +44,0 @@ export declare type ContactType = "Primary";

@@ -257,2 +257,7 @@ import { Tasks } from "../models";

}
export interface ReservationUpdateOperation {
op: 'replace';
path: 'string';
value: any;
}
export declare class Api extends APIGroup {

@@ -259,0 +264,0 @@ create(params: CreateReservationRequest): Promise<Reservation>;

2

package.json
{
"name": "tigerbay",
"version": "0.9.1",
"version": "0.9.2",
"description": "API Client library for TigerBay",

@@ -5,0 +5,0 @@ "main": "lib/client.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc