UNPKG
fsm-sdk
Version:
latest (4.0.0)
4.0.0
3.0.0
2.1.1
2.1.0
2.0.1
2.0.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0-rc9
1.0.0-rc8
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc10
1.0.0-rc1
Node.JS sdk to interface with SAP Field Service Management APIs.
github.com/sap/fsm-sdk
sap/fsm-sdk
fsm-sdk
/
release
/
index.d.ts
5 lines
(4 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
import
{
CoreAPIClient
}
from
'./core-api.client'
;
import
{
CreateAction
,
UpdateAction
,
DeleteAction
}
from
'./core/batch-action.model'
;
import
{
ALL_DTO_VERSIONS
}
from
'./core/all-dto-versions.constant'
;
export
{
CoreAPIClient
,
CreateAction
,
UpdateAction
,
DeleteAction
,
ALL_DTO_VERSIONS
};