Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cityssm/avanti-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cityssm/avanti-api - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

getEmployeeJobData.d.ts

2

index.d.ts
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,

14

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc