UNPKG

fsm-sdk

Version:

Node.JS sdk to interface with SAP Field Service Management APIs.

5 lines (4 loc) 298 B
import { CoreAPIClient } from './core-api.client'; import { CreateAction, UpdateAction, DeleteAction } from './core/batch/batch-action.model'; import { ALL_DTO_VERSIONS } from './core/all-dto-versions.constant'; export { CoreAPIClient, CreateAction, UpdateAction, DeleteAction, ALL_DTO_VERSIONS };