Skip to content

Commit 6c1275a

Browse files
Merge pull request #198 from goldenm-software/development
Add atsShowOnlyLastExit to ReferenceCategory enum and update changelog
2 parents 9d3f302 + 9e4c539 commit 6c1275a

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.8.17
4+
5+
- Added `ReferenceCategory.atsShowOnlyLastExit` (`ATS_SHOW_ONLY_LAST_EXIT`) to flag pump assets whose exit history should be limited to the most recent record.
6+
37
## 3.8.16
48

59
- Fixed `RenderWidget.magnet` enum value: corrected `@JsonValue` from `'MAGNET_SENSOR'` to `'MAGNET'` to match the backend `Widget` enum.

lib/src/references/references.g.dart

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/references/src/category.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,13 @@ enum ReferenceCategory {
288288
@JsonValue('ATS_INVOICE_SWAP')
289289
atsInvoiceSwap,
290290

291+
/// !ATS Reference
292+
/// [AllTank Systems] When present on a pump asset, the history view must
293+
/// show only the most recent exit instead of the full list.
294+
/// Layrz API Reference: ATS_SHOW_ONLY_LAST_EXIT
295+
@JsonValue('ATS_SHOW_ONLY_LAST_EXIT')
296+
atsShowOnlyLastExit,
297+
291298
/// !Mappit Reference
292299
/// Defines the access to the Mappit module as a operator or mappit employee
293300
/// Layrz API Reference: MAPPIT_OPERATOR

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description: Layrz API models for Dart/Flutter. This package contains the models
22
used by the Layrz API.
33
name: layrz_models
4-
version: "3.8.16"
4+
version: "3.8.17"
55
repository: https://github.com/goldenm-software/layrz_models
66

77
environment:

0 commit comments

Comments
 (0)