Skip to content

v0.2.0

Compare
Choose a tag to compare
@maciej-nedza maciej-nedza released this 05 Jun 12:20
· 8 commits to main since this release
cc42c65

What's Changed

  • Removed redundant container classes
  • Changed structure of filters in some list endpoints
  • Made some properties nullable
  • Added fixes for Subscription Invoice Account endpoints
  • ListSubscriptionComponents include query parameter becomes list with additional possible value, HISTORIC_USAGES
  • Set usage ids, events ids and invoice event ids as longs
  • Add new invoice event data types
  • Add handle parameter for create product family request body
  • Add in_use query parameter for listing subscription components
  • Remove default collection method value
  • Reorganize Invoice Event structure:
    • Invoice Event is now union type
    • Invoice Event Data is no longer union type. Each Invoice Event has it's own invoice_data with a concrete type
  • Remove some redundant models

PRs:

Full Changelog: v0.1.0...v0.2.0