@allthings/sdk
Advanced tools
Comparing version 2.4.0 to 2.5.0
export { default as restClient, EnumCommunicationPreferenceChannel, EnumUserPermissionRole, EnumUnitType, EnumUserPermissionObjectType, EnumUserRelationType, } from './rest'; | ||
export { EnumCountryCode, EnumLocale, EnumResource, EnumTimezone, IAllthingsRestClient, IAllthingsRestClientOptions, } from './rest/types'; | ||
export { default as createTokenStore } from './oauth/createTokenStore'; |
@@ -1,2 +0,2 @@ | ||
import { TokenRequester } from '../oauth/types'; | ||
import { ITokenStore, TokenRequester } from '../oauth/types'; | ||
import { MethodHttpDelete } from './delete'; | ||
@@ -73,2 +73,3 @@ import { MethodHttpGet } from './get'; | ||
readonly state?: string; | ||
readonly tokenStore?: ITokenStore; | ||
readonly username?: string; | ||
@@ -75,0 +76,0 @@ readonly implicit?: boolean; |
{ | ||
"name": "@allthings/sdk", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "", | ||
@@ -83,3 +83,3 @@ "author": "Allthings GmbH", | ||
"rimraf": "3.0.0", | ||
"rollup": "1.21.1", | ||
"rollup": "1.21.2", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
@@ -90,5 +90,5 @@ "rollup-plugin-hashbang": "2.2.2", | ||
"rollup-plugin-replace": "2.2.0", | ||
"rollup-plugin-terser": "5.1.1", | ||
"rollup-plugin-terser": "5.1.2", | ||
"semantic-release": "15.13.24", | ||
"ts-jest": "24.0.2", | ||
"ts-jest": "24.1.0", | ||
"tslint": "5.20.0", | ||
@@ -95,0 +95,0 @@ "typescript": "3.6.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
861137
36380