Skip to content

Commit 9ed3ba3

Browse files
authored
Merge pull request #175 from goldenm-software/development
feat: Add ATS_PREVENT_CHANGES_IN_CACL_TELEMETRY_INPUTS to ReferenceCa…
2 parents c1552cb + d3677e8 commit 9ed3ba3

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.7.6
4+
5+
- Added `ATS_PREVENT_CHANGES_IN_CACL_TELEMETRY_INPUTS` value to `ReferenceCategory` enum
6+
37
## 3.7.5
48

59
- Added `CaclCategory` enum to `category` value in `CaclEntity` and `CaclInput` models

lib/src/references/references.g.dart

Lines changed: 2 additions & 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,12 @@ enum ReferenceCategory {
264264
@JsonValue('ATS_SUPERVISORIO_EXPORT_CACL')
265265
atsSupervisorioExportCacl,
266266

267+
/// !ATS Reference
268+
/// [AllTank Systems] Access to prevent changes in CACL telemetry inputs
269+
/// ATS_PREVENT_CHANGES_IN_CACL_TELEMETRY_INPUTS
270+
@JsonValue('ATS_PREVENT_CHANGES_IN_CACL_TELEMETRY_INPUTS')
271+
atsPreventChangesInCaclTelemetryInputs,
272+
267273
/// !Mappit Reference
268274
/// Defines the access to the Mappit module as a operator or mappit employee
269275
/// Layrz API Reference: MAPPIT_OPERATOR

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)