3.177.0 release notes
about 4 hours ago by ReadMe API
- ✨ New features
- Added the optional
categoryproperty to location image objects in requests and responses onGET,POST, andPATCH /public-api/resources/locations/v1.0,GET /public-api/resources/locations/v1.0/{location},PATCH /public-api/resources/locations/v1.0/{location},GETandPOST /public-api/resources/locations/v2.0,GET /public-api/resources/locations/v2.0/{location}, andPATCH /public-api/resources/locations/v2.0/{location}. The value reflects the image category (e.g., entrance, parking) and is lowercased. - Added the optional
simplifiedJourneyModeproperty to Valina payment terminals onGET,POST /public-api/resources/payment-terminals/v1.1,GET /public-api/resources/payment-terminals/v1.1/{paymentTerminal}, andPATCH /public-api/resources/payment-terminals/v1.1/{paymentTerminal}. Defaults tooff. The field is only returned in responses for terminals that support simplified journey mode. - Added the optional
feePerEachPersonalChargePointproperty to subscription plans onGETandPOST /public-api/resources/subscription-plans/v2.0,GET /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}, andPATCH /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}. This replaces the deprecatedbaseFeeAppliesPerEachHomeChargerfield. Updating this property on a plan with active subscribers is rejected, matching the existing behavior forrenewalCycle,baseFee, andfreeRenewalPeriods. - Added the
startedAt,endedAt, andstatusChangedAtproperties to subscription responses onGET /public-api/resources/subscriptions/v1.0andGET /public-api/resources/subscriptions/v1.0/{subscription}. These are the new canonical names for the subscription lifecycle timestamps.
- Added the optional
- 🔧 Improvements
- The
kioskModeEnabledproperty on Valina payment terminal requests is now correctly mapped to the underlyingkiosk_modeintegration field, fixing a naming mismatch in how the value was persisted.
- The
- 🗑️ Deprecations
- Deprecated the
baseFeeAppliesPerEachHomeChargerproperty on subscription plan requests and responses onGETandPOST /public-api/resources/subscription-plans/v2.0,GET /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}, andPATCH /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}. UsefeePerEachPersonalChargePointinstead. - Deprecated the
startDate,endDate, andstatusDateresponse properties onGET /public-api/resources/subscriptions/v1.0andGET /public-api/resources/subscriptions/v1.0/{subscription}. UsestartedAt,endedAt, andstatusChangedAtrespectively.
- Deprecated the