Skip to content

Commit 33f9e01

Browse files
committed
Added totalExits value in AtsEntry model
1 parent 1ee51de commit 33f9e01

6 files changed

Lines changed: 35 additions & 21 deletions

File tree

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

CHANGELOG.md

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

3+
## 3.6.2
4+
5+
- Added `totalExits` value in `AtsEntry` model
6+
37
## 3.6.1
48

59
- Updated `TwilioContentSid` template SID on English
@@ -10,7 +14,7 @@
1014

1115
## 3.5.7
1216

13-
- Rempalce `fatherAsset` to `fatherAssetId` in `AtsCommandExecuteHistoryInput`
17+
- Rempalce `fatherAsset` to `fatherAssetId` in `AtsCommandExecuteHistoryInput`
1418

1519
## 3.5.6
1620

lib/src/ats/ats.freezed.dart

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/ats/ats.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/ats/src/entries/entry.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ abstract class AtsEntry with _$AtsEntry {
102102

103103
/// `finalCorrectionFactor` is the final correction factor.
104104
double? finalCorrectionFactor,
105+
106+
/// `totalExits` is the total exits associated with the entry.
107+
double? totalExits,
105108
}) = _AtsEntry;
106109

107110
/// fromJson creates a new `AtsEntry` from a JSON object.

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.6.1"
3+
version: "3.6.2"
44
repository: https://github.com/goldenm-software/layrz_models
55

66
environment:

0 commit comments

Comments
 (0)