- Changed /upload endpoint for attachments to use Buffer instead of stream
- Working upload of attachments
- Added typescript for upload return
- fixed typescript on attachmentRef
- Added special header for CDC
- Added typing for CDC endpoint
- Updated server example with cdc
- Updated readme with cdc information
- Added in special headers to most returns to allow for easier debugging
- exported store interfaces
- Added state as optional paramater to authorize url
- Updated readme with new authorize url paramater
- Updated example serveer
- Updated processing to allow forced types
- Allow type meta and description changes
- Fixed TelephoneNumber to be combined type
- Fixed Customer PreferredDeliveryMethod to be literal type
- Fixed Vendor_OtherContactInfo_ContactInfo Telephone to be string and not TelephoneNumber type
- Changed readme config setup to say function store instaed of class store for the example
- Updated readme internal method description
- Fixed refresh token using wrong variable
- Updated readme overview paragraph
- Converted Query information to table in readme
- Updated internal method description in readme
- Removed console logs used for testing
- updated readme with AppConfig properties as a table
- added console log links in server example
- Updated Readme with direct link to server example
- Updated server example with comment on webhook endpoint
- Fixed grammer in readme
- Changed store function save method to have realmId as first parameter
- Updated readme with new store methods
- Updated readme with OAuth process
- Added new store methods
- all simple usage with access token
- new store functiones instead of using a class
- Added typescript code picture to readme
- updated package description
- Updated readme to include webhook information
- Added operators usable to readme
- Removed string as a type for Date
- Added date as a type for Store expired time
- Added Webhook signature check
- Added Webhook signature check to server example
- updated scraper to remove html code
- NPM version error fix with bumping version
- Moved fixes into own file for easy changes
- Fixed invoice subtotal spelling attribute
- Added larger invoice create example on server
- Removed old js server example
- Updated readme for more query information
- Updated readme with better query informaiton
- Updated operator with specific types
- Fixed query requesting
- Added optional to query response properties which is possible if offset is too high
- Updated sorted at to allow simplier method
- updated readme with how to use sorted at
- Export Doc comments to npm types
- Fixed inoice item enum text correctly
- Fixed custom field to be an array
- Updated with typescript types on main item
- Scraper app to auto generate types
- Fixed pointing to the correct types file in package.json
- Added DefaultStore that can be used
- Updated readme documentation
- Fixed pdf url
- Added more typings
- Added and cleaned up typescript server example
- Fixed query to allow undefined or null
- Updated to typescript
- Removed typescript because was not complete
- Fixed PDF to return buffer correctly
- Updated server example
- Updated default minor version
- Updated README with new minor version
- Added a basic types file
- Added Readme log