@allthings/sdk 6.2.0-3 → 6.2.0-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,2 @@
1
1
  import parameterStore, { DEFAULT_CLIENT_CONFIG as DEFAULT_PARAMETER_STORE_CLIENT_CONFIG, IParameterStore } from './parameterStore';
2
- declare const DEFAULT_AWS_CONFIGURATION: {
3
- region: string;
4
- };
5
- export { DEFAULT_AWS_CONFIGURATION, DEFAULT_PARAMETER_STORE_CLIENT_CONFIG, IParameterStore, parameterStore, };
6
- declare const _default: {
7
- parameterStore: (userConfig: IParameterStore) => {
8
- getSecret: (param: string, defaultValue?: string | undefined) => Promise<string>;
9
- getSecrets: (params: string[], defaultValue?: string | undefined) => Promise<string[]>;
10
- };
11
- };
12
- export default _default;
2
+ export { DEFAULT_PARAMETER_STORE_CLIENT_CONFIG, IParameterStore, parameterStore, };
@@ -7,3 +7,6 @@ export declare const REQUEST_BACK_OFF_INTERVAL = 200;
7
7
  export declare const REQUEST_MAX_RETRIES = 50;
8
8
  export declare const DEFAULT_API_WRAPPER_OPTIONS: IAllthingsRestClientOptions;
9
9
  export declare const USER_AGENT: string;
10
+ export declare const DEFAULT_AWS_CONFIGURATION: {
11
+ region: string;
12
+ };
@@ -1,4 +1,4 @@
1
- export { default as awsClients, DEFAULT_AWS_CONFIGURATION, DEFAULT_PARAMETER_STORE_CLIENT_CONFIG, IParameterStore, parameterStore, } from './aws';
1
+ export { DEFAULT_PARAMETER_STORE_CLIENT_CONFIG, IParameterStore, parameterStore, } from './aws';
2
2
  export { default as createTokenStore } from './oauth/createTokenStore';
3
3
  export { EnumCommunicationPreferenceChannel, EnumUnitObjectType, EnumUnitType, EnumUserPermissionObjectType, EnumUserPermissionRole, EnumUserRelationType, EnumUtilisationPeriodType, default as restClient, } from './rest';
4
4
  export { IApp } from './rest/methods/app';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allthings/sdk",
3
- "version": "6.2.0-3",
3
+ "version": "6.2.0-4",
4
4
  "description": "",
5
5
  "author": "Allthings GmbH",
6
6
  "keywords": [