intacct / intacct-sdk-js

Official repository of the Sage Intacct SDK for JavaScript in Node.js
https://developer.intacct.com/tools/sdk-node-js/
Apache License 2.0
22 stars 31 forks source link

Missing fields in TimesheetEntryCreate #133

Open buptliuhs opened 1 month ago

buptliuhs commented 1 month ago

In https://developer.intacct.com/api/project-resource-mgmt/timesheets/#create-timesheet, the following fields are supported

However, in Node.js SDK, the above fields are NOT supported in https://github.com/intacct/intacct-sdk-js/blob/master/src/Functions/Projects/TimesheetEntryCreate.ts.

Expected: The following fields are supported in Node.js SDK

buptliuhs commented 1 month ago

PR is ready: https://github.com/intacct/intacct-sdk-js/pull/134

Not sure about the PR review process. Can someone from Intacct please review the PR? Thank you!