From c857871e72707aa1c1d53fe9024ed73742d84b8c Mon Sep 17 00:00:00 2001 From: Roman Steinberg Date: Mon, 16 Dec 2024 16:24:46 -0600 Subject: [PATCH 1/2] update schema --- sageintacctsdk/apis/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sageintacctsdk/apis/constants.py b/sageintacctsdk/apis/constants.py index c64fe44..680705c 100644 --- a/sageintacctsdk/apis/constants.py +++ b/sageintacctsdk/apis/constants.py @@ -668,9 +668,6 @@ "PROJECTDIMKEY", "PROJECTID", "PROJECTNAME", - "TASKDIMKEY", - "TASKID", - "TASKNAME", "CONTRACTDIMKEY", "CONTRACTID", "CONTRACTNAME", From 13f8cfb574afafe553d1ba8c778a110aef801396 Mon Sep 17 00:00:00 2001 From: Roman Steinberg Date: Mon, 16 Dec 2024 16:41:26 -0600 Subject: [PATCH 2/2] bump ver --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0209a1e..04d8217 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='sageintacctsdk', - version='1.25.1', + version='1.25.2', author='Ashwin T', author_email='ashwin.t@fyle.in', description='Python SDK for accessing Sage Intacct APIs',