HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.177.0 release notes

  1. New features
    1. Added the optional category property to location image objects in requests and responses on GET, POST, and PATCH /public-api/resources/locations/v1.0, GET /public-api/resources/locations/v1.0/{location}, PATCH /public-api/resources/locations/v1.0/{location}, GET and POST /public-api/resources/locations/v2.0, GET /public-api/resources/locations/v2.0/{location}, and PATCH /public-api/resources/locations/v2.0/{location}. The value reflects the image category (e.g., entrance, parking) and is lowercased.
    2. Added the optional simplifiedJourneyMode property to Valina payment terminals on GET, POST /public-api/resources/payment-terminals/v1.1, GET /public-api/resources/payment-terminals/v1.1/{paymentTerminal}, and PATCH /public-api/resources/payment-terminals/v1.1/{paymentTerminal}. Defaults to off. The field is only returned in responses for terminals that support simplified journey mode.
    3. Added the optional feePerEachPersonalChargePoint property to subscription plans on GET and POST /public-api/resources/subscription-plans/v2.0, GET /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}, and PATCH /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}. This replaces the deprecated baseFeeAppliesPerEachHomeCharger field. Updating this property on a plan with active subscribers is rejected, matching the existing behavior for renewalCycle, baseFee, and freeRenewalPeriods.
    4. Added the startedAt, endedAt, and statusChangedAt properties to subscription responses on GET /public-api/resources/subscriptions/v1.0 and GET /public-api/resources/subscriptions/v1.0/{subscription}. These are the new canonical names for the subscription lifecycle timestamps.
  2. 🔧 Improvements
    1. The kioskModeEnabled property on Valina payment terminal requests is now correctly mapped to the underlying kiosk_mode integration field, fixing a naming mismatch in how the value was persisted.
  3. 🗑️ Deprecations
    1. Deprecated the baseFeeAppliesPerEachHomeCharger property on subscription plan requests and responses on GET and POST /public-api/resources/subscription-plans/v2.0, GET /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}, and PATCH /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}. Use feePerEachPersonalChargePoint instead.
    2. Deprecated the startDate, endDate, and statusDate response properties on GET /public-api/resources/subscriptions/v1.0 and GET /public-api/resources/subscriptions/v1.0/{subscription}. Use startedAt, endedAt, and statusChangedAt respectively.