Skip to content

Commit

Permalink
fix: Remove extra fields from AR Invoice Items schema (#104)
Browse files Browse the repository at this point in the history
* remove extra fields

* bump ver
  • Loading branch information
rome-777 authored Dec 16, 2024
1 parent 0cdfde4 commit 000fe68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions sageintacctsdk/apis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@
"ORIGDOCLINEKEY",
"ORIGDOCID",
"ORIGDOCLINEID",
"GLDIMPROGRAM",
"CLASSDIMKEY",
"CLASSID",
"CLASSNAME",
Expand All @@ -669,23 +668,12 @@
"PROJECTDIMKEY",
"PROJECTID",
"PROJECTNAME",
"WAREHOUSEDIMKEY",
"WAREHOUSEID",
"WAREHOUSENAME",
"TASKDIMKEY",
"TASKID",
"TASKNAME",
"CONTRACTDIMKEY",
"CONTRACTID",
"CONTRACTNAME",
"RGLDIM101000035663_10074",
"GLACCOUNTNO",
"GLACCOUNTTITLE",
"ENTRYEXCHRATEDATE",
"ENTRYEXCHRATETYPE",
"ENTRYEXCHRATE",
"ENTRYCURRENCY",
"ENTRYBASECURRENCY",
],
"ARPYMT": [
"RECORDNO",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='sageintacctsdk',
version='1.25.0',
version='1.25.1',
author='Ashwin T',
author_email='[email protected]',
description='Python SDK for accessing Sage Intacct APIs',
Expand Down

0 comments on commit 000fe68

Please sign in to comment.