@dhi-solutions/domain-services
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.11](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.10...@dhi-solutions/domain-services@0.0.11) (2020-03-11) | ||
**Note:** Version bump only for package @dhi-solutions/domain-services | ||
## [0.0.10](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.9...@dhi-solutions/domain-services@0.0.10) (2020-03-11) | ||
@@ -8,0 +16,0 @@ |
import authentication from './authentication'; | ||
export { authentication }; | ||
export declare const API: import("axios").AxiosInstance; | ||
declare const options: { | ||
baseURL: string; | ||
localStorageUserKey: string; | ||
}; | ||
interface IOptions { | ||
@@ -11,6 +8,6 @@ baseURL: string; | ||
} | ||
declare const initialize: ({ baseURL, localStorageUserKey }?: IOptions) => void; | ||
declare const getDataAsJSON: (response: any) => Promise<any>; | ||
declare const setDataAsString: (response: any) => Promise<any>; | ||
export { authentication, options, initialize, getDataAsJSON, setDataAsString }; | ||
export declare const options: IOptions; | ||
export declare const initialize: ({ baseURL, localStorageUserKey, }?: IOptions) => void; | ||
export declare const getDataAsJSON: (response: any) => Promise<any>; | ||
export declare const setDataAsString: (response: any) => Promise<any>; | ||
export default API; |
{ | ||
"name": "@dhi-solutions/domain-services", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"side-effects": false, | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "70d65de4eeca698c64b843b89e4c68a0c586a827" | ||
"gitHead": "034b6d3e028d246f29a5affeb294343981536287" | ||
} |
27339
473