layrz_models 2.0.31 layrz_models: ^2.0.31 copied to clipboard
Layrz API models for Dart/Flutter. This package contains the models used by the Layrz API.
Changelog #
2.0.31 #
- Changed
cells
tocontent
in [ReportRow]
2.0.30 #
- New entities [ReportPreview], [ReportRow], [ReportCell], [ReportHeader] and [ReportPage] to handle reports' previews in the app.
2.0.29 #
- Updated [AppInstance] to handle new HA configuration.
2.0.28 #
- New enum [AtsSelectCard] in [AtsAuthenticationCard]
- Update [AtsAuthenticationCard] to add [typeId]
2.0.27 #
- Update [AtsExecuteExitInput] to add [toAssetMileage]
2.0.26 #
- Updated [Action] to handle [ActionGeofenceSettings] property.
2.0.25 #
- Added [MappitFreeDay] model
2.0.24 #
- Replaced
avatar
withdynamicAvatar
on [Employee]
2.0.23 #
- Deprecated
toggleDeveloperMode
onLayrzAppLocalizations
in favor ofsetDeveloperMode
- Changed
setDeveloper
to a static method onLayrzAppLocalizations
2.0.22 #
- Updated
LayrzAppLocalizations
to supportsetDeveloperMode
and documented some parts of this class
2.0.21 #
- Renamed [BrickhouseAlertInput]
curfewTimezone
totimezone
2.0.20 #
- Added
owner
andownerId
to [Tag] model
2.0.19 #
- Added
owner
andownerId
to [MappitRoute] model
2.0.18 #
- Added
owner
andownerId
to [Geofence] model
2.0.17 #
- Create [AtsCommandResult]
2.0.16 #
- Change from [AtsExecuteExitHistory] generateBy to generatedBy
2.0.15 #
- Change from [AtsExecuteExitHistory] fromAssetId to fromAsset
2.0.14 #
- Implemented '[AtsExecuteExitHistory]' and '[AtsExitExecuteStatusOrNullConverter]'
2.0.13 #
- Changed '[AtsFeedbackMessege]' from 'TimeStampConverter' to 'at'
2.0.12 #
- Changed 'LayrzFunction.maximumTime' from 'Duration' to 'double'
- Changed 'LayrzFunction.minutesDelta' from 'Duration' to 'double'
2.0.11 #
- Updated 'DurationConverter()' and 'DurationConverterOrNull()' to support 'int' and 'double' values. (Basically any 'num' type)
2.0.10 #
- Fixed 'LayrzFunction.credentials' from 'List
2.0.9 #
- Registered model 'LayrzFunction' and 'FtpAccount' for Layrz Functions.
2.0.8 #
- AtsReceptionInput changes:
- var fromApp was changed for app
2.0.7 #
- AtsReception changes:
- Added [AtsEntry] linked to the [AtsReception].
- AtsReceptionInput changes:
- Added [AtsReception] operation time
- Added App used to create the [AtsReception]
- AtsReceptionProductInput changes:
- Removed assetId, fuelType and volumeBought
2.0.6 #
- Added
dynamicIcon
of typeAvatar
toInboundProtocol
2.0.5 #
- Modified
Model
entity to support more fields.
2.0.4 #
- added speed to
WorkspaceTripPoint
entity
2.0.3 #
- TimestampConverter and TimestampConverterOrNull now can recive any type of num
2.0.2 #
- Some linting issues fixed
2.0.1 #
- Repository initialized and CI test
2.0.0 #
- Initial public release