UNPKG

1.49 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3// tslint:disable:max-classes-per-file completed-docs
4/**
5 * service module
6 */
7const AccountService = require("./service/account");
8const CodeService = require("./service/code");
9const CustomerService = require("./service/customer");
10const DeliveryService = require("./service/delivery");
11const IAMService = require("./service/iam");
12const NotificationService = require("./service/notification");
13const OfferService = require("./service/offer");
14const OrderService = require("./service/order");
15const PaymentService = require("./service/payment");
16const ProgramMembershipService = require("./service/programMembership");
17const ReportService = require("./service/report");
18const ReservationService = require("./service/reservation");
19const TaskService = require("./service/task");
20const TransactionService = require("./service/transaction");
21const UtilService = require("./service/util");
22exports.account = AccountService;
23exports.code = CodeService;
24exports.customer = CustomerService;
25exports.delivery = DeliveryService;
26exports.iam = IAMService;
27exports.notification = NotificationService;
28exports.offer = OfferService;
29exports.order = OrderService;
30exports.programMembership = ProgramMembershipService;
31exports.report = ReportService;
32exports.reservation = ReservationService;
33exports.payment = PaymentService;
34exports.task = TaskService;
35exports.transaction = TransactionService;
36exports.util = UtilService;