File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export {
2323 withUserAgentSuffix ,
2424} from './scw/client-ini-factory'
2525export type { ClientConfig } from './scw/client-ini-factory'
26+ export { Decimal } from './scw/custom-types'
2627export type { Money , ScwFile , TimeSeries } from './scw/custom-types'
2728/* eslint-disable import/export,no-restricted-syntax */
2829export * as Errors from './scw/errors/standard'
Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ export { authenticateWithSessionToken } from './scw/auth'
1111/* eslint-enable deprecation/deprecation */
1212export type { DefaultValues } from './scw/client-settings'
1313export {
14+ marshalDecimal ,
1415 marshalScwFile ,
1516 marshalMoney ,
1617 marshalTimeSeries ,
18+ unmarshalDecimal ,
1719 unmarshalMoney ,
1820 unmarshalScwFile ,
1921 unmarshalServiceInfo ,
You can’t perform that action at this time.
0 commit comments