UNPKG

fsm-sdk

Version:

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

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