Added approvalStatus to OfferVersion

  • Added approvalStatus field to the OfferVersion object returned by offer.info and offer.list. Possible values are Approved, WaitingOnApprovals, Declined, or null (when no approval process has been configured for the offer version).
  • offer.list now accepts an approvalStatus array filter parameter to return only offers whose latest version has one of the specified approval statuses.