|
1 | 1 | export type { |
2 | 2 | WaitForOptions, |
3 | 3 | WaitForStopCondition, |
4 | | -} from './internal/async/interval-retrier' |
| 4 | +} from './internal/async/interval-retrier.js' |
5 | 5 | export type { |
6 | 6 | NetworkInterceptors, |
7 | 7 | RequestInterceptor, |
8 | 8 | ResponseInterceptor, |
9 | 9 | ResponseErrorInterceptor, |
10 | | -} from './internal/interceptors/types' |
| 10 | +} from './internal/interceptors/types.js' |
11 | 11 | export { enableConsoleLogger, setLogger } from './internal/logger' |
12 | | -export type { Logger } from './internal/logger/logger' |
13 | | -export { createClient, createAdvancedClient } from './scw/client' |
14 | | -export { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './scw/constants' |
15 | | -export type { Client } from './scw/client' |
16 | | -export type { Profile } from './scw/client-ini-profile' |
17 | | -export type { Settings } from './scw/client-settings' |
| 12 | +export type { Logger } from './internal/logger/logger.js' |
| 13 | +export { createClient, createAdvancedClient } from './scw/client.js' |
| 14 | +export { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './scw/constants.js' |
| 15 | +export type { Client } from './scw/client.js' |
| 16 | +export type { Profile } from './scw/client-ini-profile.js' |
| 17 | +export type { Settings } from './scw/client-settings.js' |
18 | 18 | export { |
19 | 19 | withAdditionalInterceptors, |
20 | 20 | withDefaultPageSize, |
21 | 21 | withHTTPClient, |
22 | 22 | withProfile, |
23 | 23 | withUserAgent, |
24 | 24 | withUserAgentSuffix, |
25 | | -} from './scw/client-ini-factory' |
26 | | -export type { ClientConfig } from './scw/client-ini-factory' |
27 | | -export { Decimal } from './scw/custom-types' |
28 | | -export type { Money, ScwFile, TimeSeries } from './scw/custom-types' |
| 25 | +} from './scw/client-ini-factory.js' |
| 26 | +export type { ClientConfig } from './scw/client-ini-factory.js' |
| 27 | +export { Decimal } from './scw/custom-types.js' |
| 28 | +export type { Money, ScwFile, TimeSeries } from './scw/custom-types.js' |
29 | 29 | export * as Errors from './scw/errors/standard' |
30 | | -export type { Region, Zone } from './scw/locality' |
31 | | -export * from './internals' |
32 | | -export { toApiLocality } from './scw/locality' |
33 | | -export type { ApiLocality } from './scw/locality' |
| 30 | +export type { Region, Zone } from './scw/locality.js' |
| 31 | +export * from './internals.js' |
| 32 | +export { toApiLocality } from './scw/locality.js' |
| 33 | +export type { ApiLocality } from './scw/locality.js' |
0 commit comments