layrz_models 2.1.1 layrz_models: ^2.1.1 copied to clipboard
Layrz API models for Dart/Flutter. This package contains the models used by the Layrz API.
Changelog #
2.1.1 #
- Added
mappitRoutes
andmappitRoutesIds
toTag
model
2.1.0 #
- Now,
LayrzAppLocalizations.of(context)
returnsLayrzAppLocalizations
instead ofLayrzAppLocalizations?
- New
LayrzAppLocalizations.maybeOf(context)
that returnsLayrzAppLocalizations?
, replacement of the previous behavior ofLayrzAppLocalizations.of(context)
2.0.63 #
- Reorganized models to work with submodules
- Defined
AppFont
to handle different fonts in the app
2.0.62 #
- Added
globalSensors
toAsset
model
2.0.61 #
- Updated
Sensor
model to support global sensors
2.0.60 #
- Redefined
LintError
2.0.59 #
- Added
authorizedLayers
inRegisteredApp
model
2.0.58 #
- Added
appsIds
toMapLayer
2.0.57 #
- Registered new permission to handle
layers
CRUD operations onEmployee
and theirDepartment
.
2.0.56 #
- Inclues changes defined in
2.0.56-preview1
2.0.56-preview1 #
- Redesigned
MapLayer
model to support new sources. - Removed support of vector tiles on
MapLayer
model. - Removed
MapLayer
list inRegisteredApp
model in favor global source support (App-less schema).
2.0.55 #
- Added
parameters
onAsset
model - Added
FIXED
as a newAssetMode
enum (Previously wasFIXED
) - Deprecated
FAILOVER
onAssetMode
enum - New entity
StaticPosition
to represent the static position of anAsset
2.0.54 #
- rebuild
AtsExit
with news props
2.0.53 #
- Added
shortcuts
toGenericPermission
model
2.0.52 #
- Added
LinkShortcut
entity
2.0.51 #
- added
fixedWorkspaceId
andfixedWorkspace
parameters toRegisteredApp
2.0.50 #
- Added
stateRegistration
toAtsCompanyInformation
2.0.49 #
- Added
email
toAtsCompanyInformation
2.0.48 #
- Added
atsAutomaticReception
toReferenceCategory
2.0.47 #
- Added
receptionId
toAtsEntryUnloadInput
model - Added
errorRate
toAtsReception
model
2.0.46 #
- Added
cycleId
toInboundProtocol
model - Added
cycles
permission toGenericPermission
model
2.0.45 #
- Added
parentInvoice
field inAtsPurchaseOrder
- Added
invoiceType
field inAtsPurchaseOrder
- Added
ideInformation
field inAtsPurchaseOrder
- Added
hasRawXml
field inAtsPurchaseOrder
2.0.44 #
- Replaced all
part of
to use a relative path instead of an absolute one - Added
SimulationCycle
model - Updated
environment
constraints ofsdk
andflutter
2.0.43 #
- Changed
MappitFreeDay
fielddate
converter fromTimestampConverter
toDateConverter
2.0.42 #
- Added extension
DateExtension
withtoDate
method, this will return aString
with the date in the formatyyyy-MM-dd
- Added
DateConverter
andDateOrNullConverter
to convert aString
to aDateTime
and vice versa
2.0.41 #
- Added
MfaMethod
enum - Added
mfaEnabled
andmfaMethods
toEmployee
andUser
model
2.0.40 #
- Added optional parameter
timestamp
toTelemetryPosition
2.0.39 #
- Added
triggerName
,triggerCode
,triggerGeofenceName
andtriggerGeofenceType
toOutboundStructureType
enum.
2.0.38 #
- Added a density and temperature pros in
AtsEntry
model
2.0.37 #
- Added a fuel type prop in
AtsEntry
model
2.0.36 #
- Added new
VisionProtocol
model - Updated
VisionProfile
to support newVisionProtocol
model and removed migrated fields
2.0.34 #
- Migrated to from GitLab to GitHub
2.0.33 #
- Renamed
AllowedReport
toCustomReport
2.0.32 #
- Added
AllowedReport
model, and addedallowedReports
toRegisteredApp
model.
2.0.31 #
- Changed
cells
tocontent
inReportRow
2.0.30 #
- New entities
ReportPreview
,ReportRow
,ReportCell
,ReportHeader
andReportPage
to handle reports' previews in the app.
2.0.29 #
- Updated
AppInstance
to handle new HA configuration.
2.0.28 #
- New enum
AtsSelectCard
inAtsAuthenticationCard
- Update
AtsAuthenticationCard
to addtypeId
2.0.27 #
- Update
AtsExecuteExitInput
to addtoAssetMileage
2.0.26 #
- Updated
Action
to handleActionGeofenceSettings
property.
2.0.25 #
- Added
MappitFreeDay
model
2.0.24 #
- Replaced
avatar
withdynamicAvatar
onEmployee
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
toTag
model
2.0.19 #
- Added
owner
andownerId
toMappitRoute
model
2.0.18 #
- Added
owner
andownerId
toGeofence
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
andAtsExitExecuteStatusOrNullConverter
2.0.13 #
- Changed
AtsFeedbackMessege
fromTimestampConverter
toat
2.0.12 #
- Changed
LayrzFunction.maximumTime
fromDuration
todouble
- Changed
LayrzFunction.minutesDelta
fromDuration
todouble
2.0.11 #
- Updated
DurationConverter()
andDurationConverterOrNull()
to supportint
anddouble
values. (Basically anynum
type)
2.0.10 #
- Fixed
LayrzFunction.credentials
fromList<CredentialField>
toMap<String, dynamic>
2.0.9 #
- Registered model
LayrzFunction
andFtpAccount
for Layrz Functions.
2.0.8 #
- AtsReceptionInput changes:
- var fromApp was changed for app
2.0.7 #
- AtsReception changes:
- Added
AtsEntry
linked to theAtsReception
.
- Added
- AtsReceptionInput changes:
- Added
AtsReception
operation time - Added App used to create the
AtsReception
- Added
- 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