@cityssm/avanti-api
Advanced tools
Comparing version 0.2.2 to 0.3.0
export { setConfiguration, callApi, type Configuration, type ApiResponse } from './apiCall.js'; | ||
export { getEmployees, type GetEmployees_Request } from './getEmployees.js'; | ||
export { getEmployeeJobData } from './getEmployeeJobData.js'; | ||
export { getEmployeePersonalInfo } from './getEmployeePersonalInfo.js'; | ||
export { getTimeEntries, type GetTimeEntries_Request } from './getTimeEntries.js'; | ||
export { getTimeEntryTemplates, type GetTimeEntryTemplates_Request } from './getTimeEntryTemplates.js'; | ||
export { getReport } from './getReport.js'; |
export { setConfiguration, callApi } from './apiCall.js'; | ||
export { getEmployees } from './getEmployees.js'; | ||
export { getEmployeeJobData } from './getEmployeeJobData.js'; | ||
export { getEmployeePersonalInfo } from './getEmployeePersonalInfo.js'; | ||
export { getTimeEntries } from './getTimeEntries.js'; | ||
export { getTimeEntryTemplates } from './getTimeEntryTemplates.js'; | ||
export { getReport } from './getReport.js'; |
@@ -5,2 +5,5 @@ export { setConfiguration, callApi, type Configuration, type ApiResponse } from './apiCall.js' | ||
export { getEmployeeJobData } from './getEmployeeJobData.js' | ||
export { getEmployeePersonalInfo } from './getEmployeePersonalInfo.js' | ||
export { | ||
@@ -7,0 +10,0 @@ getTimeEntries, |
{ | ||
"name": "@cityssm/avanti-api", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"type": "module", | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
"node": "^14.13.1 || >=16.0.0" | ||
}, | ||
@@ -31,6 +31,6 @@ "description": "A wrapper around the Avanti API.", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.11", | ||
"@typescript-eslint/eslint-plugin": "^5.58.0", | ||
"@typescript-eslint/parser": "^5.58.0", | ||
"eslint": "^8.38.0", | ||
"@types/node": "^18.16.1", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"eslint": "^8.39.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
@@ -42,5 +42,5 @@ "eslint-plugin-node": "^11.1.0", | ||
"dependencies": { | ||
"core-js": "^3.30.0", | ||
"core-js": "^3.30.1", | ||
"node-fetch": "^3.3.1" | ||
} | ||
} |
@@ -10,4 +10,5 @@ # Avanti API for Node | ||
**Note:** | ||
At this time, this project focuses only on read-only endpoints and primarily on the | ||
[`api/v1/Reporter` endpoint](https://avanti.stoplight.io/docs/avanti-api/ed0485a9c98bb-get-report-data). | ||
At this time, this project focuses only on read-only endpoints, primarily on the | ||
[`api/v1/Reporter` endpoint](https://avanti.stoplight.io/docs/avanti-api/ed0485a9c98bb-get-report-data), | ||
and employee data related endpoints. | ||
@@ -14,0 +15,0 @@ ## Installation |
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
61645
33
1832
47
Updatedcore-js@^3.30.1