Comparing version 1.0.0-beta.7 to 1.0.0-beta.9
@@ -103,3 +103,3 @@ import { APIGroup } from "./common"; | ||
FlightGroups: FlightGroup[]; | ||
LinkedCustomer: DepartureLinkedCutomer[]; | ||
LinkedCustomers: DepartureLinkedCutomer[]; | ||
} | ||
@@ -106,0 +106,0 @@ export interface DepartureLinkedCutomer { |
@@ -27,3 +27,3 @@ "use strict"; | ||
const query = qs_1.default.stringify({ search: params }); | ||
return (yield this.axios.get(`/sales/customers/search?${query}`)).data; | ||
return (yield this.axios.get(`/sales/customers?${query}`)).data; | ||
}); | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "tigerbay", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.9", | ||
"description": "API Client library for TigerBay", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87987