@cityssm/avanti-api
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
export { setConfiguration, callApi, type Configuration } from './apiCall.js'; | ||
export { setConfiguration, callApi, type Configuration, type ApiResponse } from './apiCall.js'; | ||
export { getEmployees, type GetEmployees_Request } from './getEmployees.js'; | ||
@@ -3,0 +3,0 @@ export { getTimeEntries, type GetTimeEntries_Request } from './getTimeEntries.js'; |
@@ -1,2 +0,2 @@ | ||
export { setConfiguration, callApi, type Configuration } from './apiCall.js' | ||
export { setConfiguration, callApi, type Configuration, type ApiResponse } from './apiCall.js' | ||
@@ -3,0 +3,0 @@ export { getEmployees, type GetEmployees_Request } from './getEmployees.js' |
{ | ||
"name": "@cityssm/avanti-api", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "engines": { |
41356