- Added support for Chargebee Quotes #75
- Update the schema glob so that we include all schemas in the package distribution #73
- Add a
MANIFEST.in
file to include schema files in thetap-chargebee
package #72
- Remove all minimum/maximum and minLength/maxLength #45
- Fix JSONDecodeError in Invoices and Transactions streams #51
- Add Tiersprice attribute #53
- Updated integration test to cover product catalog v1 and v2 #63
- Add additional fields from API #64
- Upgraded event stream schema #57
- Updated Bookmark handling, date without tz will updated in UTC tz format #54
- Fix domain name comparison bug #67
- Add an error message when we get an unexpected response from the Configurations API #62
- Adds support for Item Model, Multi-decimal (for Plan Model), and Account hierarchy (for Plan Model) #56
- Organized the folder structure: a. common(common schemas to both plan model and item model) b. item_model c. plan_model
- Introduces two new streams: ITEM_MODEL_AVAILABLE_STREAMS, PLAN_MODEL_AVAILABLE_STREAMS
- Fix invalid JSON from #44
- Remove
maxLength
frompayment_sources
schema to address certain integrations having IDs of greater length than specified, and make the schema more flexible as the API evolves #44
- No change from 0.0.12
- Add
custom_fields
to plans, addons, customers, and subscriptions #9
- Add
credit_notes
stream #2