layrz_models 2.0.13
layrz_models: ^2.0.13 copied to clipboard
Layrz API models for Dart/Flutter. This package contains the models used by the Layrz API.
Changelog #
2.0.13 #
- Changed
[AtsFeedbackMessege]fromTimeStampConvertertoat
2.0.12 #
- Changed
LayrzFunction.maximumTimefromDurationtodouble - Changed
LayrzFunction.minutesDeltafromDurationtodouble
2.0.11 #
- Updated
DurationConverter()andDurationConverterOrNull()to supportintanddoublevalues. (Basically anynumtype)
2.0.10 #
- Fixed
LayrzFunction.credentialsfromList<CredentialField>toMap<String, dynamic>
2.0.9 #
- Registered model
LayrzFunctionandFtpAccountfor 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
dynamicIconof typeAvatartoInboundProtocol
2.0.5 #
- Modified
Modelentity to support more fields.
2.0.4 #
- added speed to
WorkspaceTripPointentity
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