@immomio/api-library
Advanced tools
Comparing version 1.0.7 to 1.0.8
import * as appointments from './appointments'; | ||
import * as utils from './utils'; | ||
export { appointments, utils }; | ||
export * from './appointments/types'; |
{ | ||
"name": "@immomio/api-library", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Immomio library to access the immomio-API", | ||
@@ -5,0 +5,0 @@ "engineStrict": true, |
@@ -9,1 +9,3 @@ | ||
} | ||
export * from './appointments/types' |
export * from './appointments/types' | ||
export * from './flats/types' | ||
export * from './profiles/types' | ||
export * from './users/types' | ||
export interface LandLordApi { | ||
@@ -3,0 +8,0 @@ dashboardState: string |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24312
424