diff --git a/netsuitesdk/internal/netsuite_types.py b/netsuitesdk/internal/netsuite_types.py index a467dc8..39c3237 100644 --- a/netsuitesdk/internal/netsuite_types.py +++ b/netsuitesdk/internal/netsuite_types.py @@ -68,6 +68,7 @@ 'ClassificationSearchBasic', 'CurrencyRateSearchBasic', 'ConsolidatedExchangeRateSearchBasic', + 'BillingAccountSearchBasic' ], 'ns6': [ @@ -81,7 +82,7 @@ 'Customer', 'CustomerSearch', 'CustomerTaxRegistrationList', 'CustomerTaxRegistration', 'Vendor', 'VendorSearch', 'Job', 'JobSearch', - 'VendorAddressbook', 'VendorAddressbookList', + 'VendorAddressbook', 'VendorAddressbookList', 'BillingAccountSearch' ], # urn:accounting_2017_2.lists.webservices.netsuite.com diff --git a/setup.py b/setup.py index de46ea2..aca5eb6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='2.13.0', + version='2.14.0', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',