|
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 | ResponseErrorInterceptor, |
9 | 9 | ResponseInterceptor, |
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 * from './internals' |
14 | | -export type { Client } from './scw/client' |
15 | | -export { createAdvancedClient, createClient } from './scw/client' |
16 | | -export type { ClientConfig } from './scw/client-ini-factory' |
| 12 | +export type { Logger } from './internal/logger/logger.js' |
| 13 | +export * from './internals.js' |
| 14 | +export type { Client } from './scw/client.js' |
| 15 | +export { createAdvancedClient, createClient } from './scw/client.js' |
| 16 | +export type { ClientConfig } from './scw/client-ini-factory.js' |
17 | 17 | export { |
18 | 18 | withAdditionalInterceptors, |
19 | 19 | withDefaultPageSize, |
20 | 20 | withHTTPClient, |
21 | 21 | withProfile, |
22 | 22 | withUserAgent, |
23 | 23 | withUserAgentSuffix, |
24 | | -} from './scw/client-ini-factory' |
25 | | -export type { Profile } from './scw/client-ini-profile' |
26 | | -export type { Settings } from './scw/client-settings' |
27 | | -export { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './scw/constants' |
28 | | -export type { Money, ScwFile, TimeSeries } from './scw/custom-types' |
29 | | -export { Decimal } from './scw/custom-types' |
| 24 | +} from './scw/client-ini-factory.js' |
| 25 | +export type { Profile } from './scw/client-ini-profile.js' |
| 26 | +export type { Settings } from './scw/client-settings.js' |
| 27 | +export { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './scw/constants.js' |
| 28 | +export type { Money, ScwFile, TimeSeries } from './scw/custom-types.js' |
| 29 | +export { Decimal } from './scw/custom-types.js' |
30 | 30 | export * as Errors from './scw/errors/standard' |
31 | | -export type { ApiLocality, Region, Zone } from './scw/locality' |
32 | | -export { toApiLocality } from './scw/locality' |
| 31 | +export type { ApiLocality, Region, Zone } from './scw/locality.js' |
| 32 | +export { toApiLocality } from './scw/locality.js' |
0 commit comments