fsm-sdk
Version:
Node.JS sdk to interface with SAP Field Service Management APIs.
11 lines • 618 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const core_api_client_1 = require("./core-api.client");
exports.CoreAPIClient = core_api_client_1.CoreAPIClient;
const batch_action_model_1 = require("./core/batch-action.model");
exports.CreateAction = batch_action_model_1.CreateAction;
exports.UpdateAction = batch_action_model_1.UpdateAction;
exports.DeleteAction = batch_action_model_1.DeleteAction;
const all_dto_versions_constant_1 = require("./core/all-dto-versions.constant");
exports.ALL_DTO_VERSIONS = all_dto_versions_constant_1.ALL_DTO_VERSIONS;
//# sourceMappingURL=index.js.map