UNPKG

vista-co

Version:
19 lines (18 loc) 678 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = createV1; // src/lib/v1/index.ts const BackgroundJob_1 = require("./BackgroundJob"); const Booking_1 = require("./Booking"); const RESTData_1 = require("./RESTData"); const RESTTicketing_1 = require("./RESTTicketing"); const OData_1 = require("./OData"); function createV1(config) { return { BackgroundJob: (0, BackgroundJob_1.BackgroundJob)(config), Booking: (0, Booking_1.Booking)(config), RESTData: (0, RESTData_1.RESTData)(config), RESTTicketing: (0, RESTTicketing_1.RESTTicketing)(config), OData: (0, OData_1.OData)(config), }; }