Socket
Socket
Sign inDemoInstall

tigerbay

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tigerbay - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

7

lib/models/reservations.d.ts

@@ -195,2 +195,8 @@ import { Tasks } from "../models";

}
export interface BookingDocument extends LinkedObject {
Id: number;
ExternalURI: string;
CreatedByUserId: number;
OwnerUserId: number;
}
/**

@@ -439,2 +445,3 @@ * Passenger type

payments(id: number): Promise<Payment[]>;
documents(id: number): Promise<BookingDocument[]>;
}

@@ -277,4 +277,9 @@ "use strict";

}
documents(id) {
return __awaiter(this, void 0, void 0, function* () {
return (yield this.axios.get(`/sales/reservations/${id}/documents`)).data;
});
}
}
exports.Api = Api;
//# sourceMappingURL=reservations.js.map

2

package.json
{
"name": "tigerbay",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "API Client library for TigerBay",

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

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