Skip to content

Releases: tremendous-rewards/tremendous-node

v3.1.0

28 May 14:02
889973b
Compare
Choose a tag to compare

What's Changed

  • Add createCampaign and updateCampaign to CampaignsApi
  • Add webpage_style and email_style to Campaign objects
  • Remove deprecated DELETED role for organization members - this is now exposed via the active property
  • Do not allow member's name to be set via the API
  • Add label to custom fields on rewards
  • Allow to copy the fraud_prevention settings when creating a new team

Full Changelog: v3.0.1...v3.1.0

v3.0.1

14 Mar 15:25
c4beaa4
Compare
Choose a tag to compare

What's Changed

  • Add PENDING INTERNAL PAYMENT APPROVAL status to orders
  • Fix type definition for nullable properties on funding sources and webhooks
  • Rename some internal types related to products endpoints
  • Bump typescript from 5.3.3 to 5.4.2 by @dependabot in #31
  • Bump @types/node from 20.11.24 to 20.11.25 by @dependabot in #32

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Mar 13:50
c96773c
Compare
Choose a tag to compare

This release is a full rewrite where the library is generated via the OpenAPI Generator and the API specification that powers our API reference.

This version includes TypeScript support, replaces callbacks with Promises and ensures all API calls are compliant with our API and all supported fields and responses are fully documented.

Please check the README.md for examples of how the new API looks like, and UPGRADING.md for how the code differs from the v2.