File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export {
23
23
withUserAgentSuffix ,
24
24
} from './scw/client-ini-factory'
25
25
export type { ClientConfig } from './scw/client-ini-factory'
26
+ export { Decimal } from './scw/custom-types'
26
27
export type { Money , ScwFile , TimeSeries } from './scw/custom-types'
27
28
/* eslint-disable import/export,no-restricted-syntax */
28
29
export * 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'
11
11
/* eslint-enable deprecation/deprecation */
12
12
export type { DefaultValues } from './scw/client-settings'
13
13
export {
14
+ marshalDecimal ,
14
15
marshalScwFile ,
15
16
marshalMoney ,
16
17
marshalTimeSeries ,
18
+ unmarshalDecimal ,
17
19
unmarshalMoney ,
18
20
unmarshalScwFile ,
19
21
unmarshalServiceInfo ,
You can’t perform that action at this time.
0 commit comments