@trakit/objects 0.0.1 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +11 -0
- package/{API → _publish/API}/Base.d.ts +3 -2
- package/{API → _publish/API}/BaseComponent.d.ts +9 -6
- package/_publish/API/Codifier.d.ts +15 -0
- package/_publish/API/Encoding.d.ts +9 -0
- package/{API → _publish/API}/Files.d.ts +4 -4
- package/{API → _publish/API}/Functions.d.ts +26 -21
- package/{API → _publish/API}/Geography/Functions.d.ts +4 -0
- package/{API → _publish/API}/Geography/Interfaces.d.ts +19 -14
- package/{API → _publish/API}/Geography/LatLng.d.ts +9 -1
- package/{API → _publish/API}/Geography/LatLngBounds.d.ts +2 -1
- package/{API → _publish/API}/Geography/Position.d.ts +23 -11
- package/{API → _publish/API}/Geography/StreetAddress.d.ts +3 -2
- package/{API → _publish/API}/Geometry/Functions.d.ts +1 -1
- package/{API → _publish/API}/Geometry/Point.d.ts +4 -3
- package/{API → _publish/API}/Geometry/Radial.d.ts +5 -4
- package/{API → _publish/API}/Geometry/Rectangle.d.ts +3 -7
- package/{API → _publish/API}/Geometry/Size.d.ts +8 -2
- package/_publish/API/Interfaces/IAuditable.d.ts +31 -0
- package/{API → _publish/API}/Interfaces/IDeserializable.d.ts +2 -1
- package/{API → _publish/API}/Interfaces/ILabelled.d.ts +2 -1
- package/{API → _publish/API}/Interfaces/IRequestable.d.ts +5 -1
- package/_publish/API/Objects.d.ts +5 -0
- package/{API → _publish/API}/SearchPattern.d.ts +3 -2
- package/{API → _publish/API}/TimeSpan.d.ts +7 -38
- package/{API → _publish/API}/Timezone.d.ts +3 -3
- package/{API → _publish/API}/Types.d.ts +18 -0
- package/{Accounts → _publish/Accounts}/Contact.d.ts +10 -10
- package/{Accounts → _publish/Accounts}/Machine.d.ts +14 -6
- package/{Accounts → _publish/Accounts}/Permissions/Permission.d.ts +3 -3
- package/{Accounts → _publish/Accounts}/Permissions/PermissionEscalation.d.ts +11 -3
- package/{Accounts → _publish/Accounts}/Permissions/PermissionEscalationState.d.ts +5 -3
- package/{Accounts → _publish/Accounts}/Session.d.ts +2 -2
- package/{Accounts → _publish/Accounts}/User.d.ts +10 -10
- package/{Accounts → _publish/Accounts}/UserAdvanced.d.ts +2 -2
- package/{Accounts → _publish/Accounts}/UserGeneral.d.ts +5 -5
- package/{Accounts → _publish/Accounts}/UserGroup.d.ts +3 -3
- package/{Accounts → _publish/Accounts}/UserNotifications.d.ts +2 -2
- package/{Assets → _publish/Assets}/Asset.d.ts +56 -24
- package/{Assets → _publish/Assets}/AssetAdvanced.d.ts +8 -20
- package/{Assets → _publish/Assets}/AssetAttribute.d.ts +2 -2
- package/{Assets → _publish/Assets}/AssetDispatch.d.ts +5 -12
- package/{Assets → _publish/Assets}/AssetGeneral.d.ts +44 -24
- package/{Assets → _publish/Assets}/AssetPlaceStatus.d.ts +2 -2
- package/{Behaviours → _publish/Behaviours}/Behaviour.d.ts +4 -4
- package/{Behaviours → _publish/Behaviours}/BehaviourLog.d.ts +3 -3
- package/{Behaviours → _publish/Behaviours}/BehaviourParameter.d.ts +2 -1
- package/{Behaviours → _publish/Behaviours}/BehaviourScript.d.ts +4 -4
- package/{Billing → _publish/Billing}/BillableBase.d.ts +3 -3
- package/{Billing → _publish/Billing}/BillableSmsProfile.d.ts +2 -2
- package/{Billing → _publish/Billing}/BillingProfile.d.ts +3 -3
- package/{Billing → _publish/Billing}/Hosting/BillableHostingBase.d.ts +2 -2
- package/{Billing → _publish/Billing}/Hosting/BillableHostingDiscount.d.ts +2 -1
- package/{Billing → _publish/Billing}/Hosting/BillableHostingLicense.d.ts +2 -1
- package/{Billing → _publish/Billing}/Hosting/BillableHostingRule.d.ts +2 -1
- package/{Billing → _publish/Billing}/Report/BillingReport.d.ts +3 -3
- package/{Billing → _publish/Billing}/Report/BillingReportBreakdown.d.ts +2 -2
- package/{Billing → _publish/Billing}/Report/BillingReportHostingSummary.d.ts +2 -2
- package/{Billing → _publish/Billing}/Report/BillingReportLicenseBreakdown.d.ts +2 -2
- package/{Billing → _publish/Billing}/Report/BillingReportServiceBreakdown.d.ts +2 -2
- package/{Billing → _publish/Billing}/Report/BillingReportSummary.d.ts +2 -2
- package/{Companies → _publish/Companies}/ColourStyle.d.ts +2 -2
- package/{Companies → _publish/Companies}/Company.d.ts +48 -33
- package/{Companies → _publish/Companies}/CompanyDirectory.d.ts +10 -5
- package/{Companies → _publish/Companies}/CompanyGeneral.d.ts +10 -5
- package/{Companies/CompanyPolicies.d.ts → _publish/Companies/CompanyPolicy.d.ts} +9 -4
- package/{Companies → _publish/Companies}/CompanyReseller.d.ts +14 -9
- package/{Companies/CompanyStyles.d.ts → _publish/Companies/CompanyStyle.d.ts} +11 -6
- package/{Companies → _publish/Companies}/LabelStyle.d.ts +2 -2
- package/{Companies → _publish/Companies}/NotificationServerEmail.d.ts +2 -2
- package/{Companies → _publish/Companies}/NotificationServerSms.d.ts +3 -3
- package/{Companies → _publish/Companies}/PasswordPolicy.d.ts +2 -2
- package/{Companies → _publish/Companies}/SessionPolicy.d.ts +2 -2
- package/{Dispatch → _publish/Dispatch}/DispatchDirection.d.ts +3 -3
- package/{Dispatch → _publish/Dispatch}/DispatchJob.d.ts +4 -4
- package/{Dispatch → _publish/Dispatch}/DispatchStep.d.ts +4 -4
- package/{Dispatch → _publish/Dispatch}/DispatchStepState.d.ts +3 -3
- package/{Dispatch → _publish/Dispatch}/DispatchTask.d.ts +5 -5
- package/{Hosting → _publish/Hosting}/Document.d.ts +3 -3
- package/{Hosting → _publish/Hosting}/Fields/FormFieldAttachments.d.ts +4 -11
- package/{Hosting → _publish/Hosting}/Fields/FormFieldBase.d.ts +8 -23
- package/_publish/Hosting/Fields/FormFieldBase_fromJSON.d.ts +1 -0
- package/{Hosting → _publish/Hosting}/Fields/FormFieldBoolean.d.ts +4 -12
- package/{Hosting → _publish/Hosting}/Fields/FormFieldChoice.d.ts +10 -12
- package/{Hosting → _publish/Hosting}/Fields/FormFieldDate.d.ts +2 -9
- package/{Hosting → _publish/Hosting}/Fields/FormFieldNumeric.d.ts +2 -9
- package/{Hosting → _publish/Hosting}/Fields/FormFieldSignature.d.ts +2 -2
- package/{Hosting → _publish/Hosting}/Fields/FormFieldText.d.ts +2 -9
- package/_publish/Hosting/Fields/FormFieldTime.d.ts +37 -0
- package/{Hosting → _publish/Hosting}/Fields/FormFieldTimezone.d.ts +2 -2
- package/{Hosting → _publish/Hosting}/FormResult.d.ts +4 -4
- package/{Hosting → _publish/Hosting}/FormTemplate.d.ts +3 -3
- package/{Images → _publish/Images}/Dashcam.d.ts +3 -3
- package/{Images → _publish/Images}/DashcamBase.d.ts +2 -2
- package/{Images → _publish/Images}/DashcamLive.d.ts +3 -3
- package/{Images → _publish/Images}/Icon.d.ts +7 -27
- package/{Images → _publish/Images}/IconGlyph.d.ts +5 -12
- package/{Images → _publish/Images}/IconLabel.d.ts +5 -8
- package/{Images → _publish/Images}/Picture.d.ts +3 -3
- package/{Maintenance → _publish/Maintenance}/MaintenanceInterval.d.ts +2 -2
- package/{Maintenance → _publish/Maintenance}/MaintenanceJob.d.ts +3 -3
- package/{Maintenance → _publish/Maintenance}/MaintenanceSchedule.d.ts +4 -4
- package/{Messaging → _publish/Messaging}/AssetAlert.d.ts +2 -1
- package/{Messaging → _publish/Messaging}/AssetMessage.d.ts +2 -2
- package/{Messaging → _publish/Messaging}/MessageBase.d.ts +3 -3
- package/{Places → _publish/Places}/Place.d.ts +4 -4
- package/{Providers → _publish/Providers}/Config/ProviderConfig.d.ts +4 -4
- package/{Providers → _publish/Providers}/Config/ProviderRegistration.d.ts +2 -2
- package/{Providers → _publish/Providers}/Config/ProviderScript.d.ts +4 -4
- package/{Providers → _publish/Providers}/Config/ProviderScriptBlock.d.ts +2 -1
- package/{Providers → _publish/Providers}/Config/ProviderScriptParameter.d.ts +2 -2
- package/{Providers → _publish/Providers}/Configuration/ProviderConfiguration.d.ts +4 -4
- package/{Providers → _publish/Providers}/Configuration/ProviderConfigurationNode.d.ts +4 -3
- package/{Providers → _publish/Providers}/Configuration/ProviderConfigurationType.d.ts +4 -4
- package/{Providers → _publish/Providers}/Configuration/ProviderGeofenceBase.d.ts +6 -8
- package/_publish/Providers/Configuration/ProviderGeofenceBase_fromJSON.d.ts +1 -0
- package/_publish/Providers/Provider.d.ts +211 -0
- package/{Providers → _publish/Providers}/ProviderAdvanced.d.ts +4 -4
- package/{Providers → _publish/Providers}/ProviderCommand.d.ts +2 -2
- package/{Providers → _publish/Providers}/ProviderControl.d.ts +3 -3
- package/{Providers → _publish/Providers}/ProviderData.d.ts +2 -2
- package/{Providers → _publish/Providers}/ProviderGeneral.d.ts +18 -10
- package/_publish/Reports/ReportBreakdown.d.ts +49 -0
- package/_publish/Reports/ReportBreakdownJob.d.ts +37 -0
- package/_publish/Reports/ReportBreakdownMessage.d.ts +40 -0
- package/{Reports → _publish/Reports}/ReportBreakdownTask.d.ts +6 -31
- package/_publish/Reports/ReportBreakdown_fromJSON.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportNotifications.d.ts +3 -3
- package/{Reports → _publish/Reports}/ReportOptions.d.ts +3 -2
- package/{Reports → _publish/Reports}/ReportParameter.d.ts +2 -1
- package/{Reports → _publish/Reports}/ReportRecurrence.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportResult.d.ts +9 -9
- package/{Reports → _publish/Reports}/ReportSchedule.d.ts +3 -3
- package/{Reports → _publish/Reports}/ReportScorecard.d.ts +3 -3
- package/{Reports → _publish/Reports}/ReportScorecardParameter.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportScorecardRules.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportSummary.d.ts +5 -33
- package/{Reports → _publish/Reports}/ReportTemplate.d.ts +3 -3
- package/{Reports → _publish/Reports}/ReportTotal.d.ts +2 -2
- package/_publish/index.d.ts +406 -0
- package/_publish/objects/API/Arrays.d.ts +46 -0
- package/_publish/objects/API/Base.d.ts +19 -0
- package/_publish/objects/API/BaseComponent.d.ts +40 -0
- package/{API/Compound.d.ts → _publish/objects/API/BaseCompound.d.ts} +3 -3
- package/_publish/objects/API/Codifier.d.ts +15 -0
- package/_publish/objects/API/Constants.d.ts +39 -0
- package/_publish/objects/API/Conversion.d.ts +255 -0
- package/_publish/objects/API/Encoding.d.ts +9 -0
- package/_publish/objects/API/Files.d.ts +21 -0
- package/_publish/objects/API/Functions.d.ts +196 -0
- package/_publish/objects/API/Geography/Functions.d.ts +236 -0
- package/_publish/objects/API/Geography/Interfaces.d.ts +150 -0
- package/_publish/objects/API/Geography/LatLng.d.ts +86 -0
- package/_publish/objects/API/Geography/LatLngBounds.d.ts +146 -0
- package/_publish/objects/API/Geography/Position.d.ts +74 -0
- package/_publish/objects/API/Geography/StreetAddress.d.ts +59 -0
- package/_publish/objects/API/Geometry/Functions.d.ts +114 -0
- package/_publish/objects/API/Geometry/Interfaces.d.ts +111 -0
- package/_publish/objects/API/Geometry/Point.d.ts +81 -0
- package/_publish/objects/API/Geometry/Radial.d.ts +110 -0
- package/_publish/objects/API/Geometry/Rectangle.d.ts +159 -0
- package/_publish/objects/API/Geometry/Size.d.ts +58 -0
- package/_publish/objects/API/Guid.d.ts +4 -0
- package/_publish/objects/API/Interfaces/IAmCompany.d.ts +11 -0
- package/_publish/objects/API/Interfaces/IBelongAsset.d.ts +15 -0
- package/_publish/objects/API/Interfaces/IBelongBillingProfile.d.ts +15 -0
- package/_publish/objects/API/Interfaces/IBelongCompany.d.ts +15 -0
- package/_publish/objects/API/Interfaces/IDeserializable.d.ts +13 -0
- package/_publish/objects/API/Interfaces/IEnabled.d.ts +10 -0
- package/_publish/objects/API/Interfaces/IFileSize.d.ts +9 -0
- package/_publish/objects/API/Interfaces/IGlobal.d.ts +11 -0
- package/_publish/objects/API/Interfaces/IHavePermissions.d.ts +20 -0
- package/_publish/objects/API/Interfaces/IHavePreferences.d.ts +29 -0
- package/_publish/objects/API/Interfaces/IIconic.d.ts +15 -0
- package/_publish/objects/API/Interfaces/IIdUlong.d.ts +10 -0
- package/_publish/objects/API/Interfaces/ILabelled.d.ts +10 -0
- package/_publish/objects/API/Interfaces/INamed.d.ts +13 -0
- package/_publish/objects/API/Interfaces/IPictured.d.ts +15 -0
- package/_publish/objects/API/Interfaces/IRequestable.d.ts +22 -0
- package/_publish/objects/API/Interfaces/ISerializable.d.ts +10 -0
- package/_publish/objects/API/Interfaces/ISuspendable.d.ts +16 -0
- package/_publish/objects/API/Interfaces/IVisual.d.ts +18 -0
- package/_publish/objects/API/Maps.d.ts +28 -0
- package/_publish/objects/API/Objects.d.ts +5 -0
- package/_publish/objects/API/SearchPattern.d.ts +46 -0
- package/_publish/objects/API/TimeSpan.d.ts +109 -0
- package/_publish/objects/API/Timezone.d.ts +44 -0
- package/_publish/objects/API/Timezones.d.ts +7 -0
- package/_publish/objects/API/Types.d.ts +132 -0
- package/_publish/objects/Accounts/Contact.d.ts +139 -0
- package/_publish/objects/Accounts/Machine.d.ts +139 -0
- package/_publish/objects/Accounts/MultiFactorType.d.ts +17 -0
- package/_publish/objects/Accounts/NotificationMethod.d.ts +17 -0
- package/_publish/objects/Accounts/Permissions/Authorizer.d.ts +204 -0
- package/_publish/objects/Accounts/Permissions/Permission.d.ts +56 -0
- package/_publish/objects/Accounts/Permissions/PermissionEscalation.d.ts +41 -0
- package/_publish/objects/Accounts/Permissions/PermissionEscalationState.d.ts +19 -0
- package/_publish/objects/Accounts/Permissions/PermissionEscalationType.d.ts +13 -0
- package/_publish/objects/Accounts/Permissions/PermissionLevel.d.ts +17 -0
- package/_publish/objects/Accounts/Permissions/PermissionMethod.d.ts +13 -0
- package/_publish/objects/Accounts/Permissions/PermissionType.d.ts +280 -0
- package/_publish/objects/Accounts/SSOIdentityProvider.d.ts +25 -0
- package/_publish/objects/Accounts/Session.d.ts +89 -0
- package/_publish/objects/Accounts/SessionStatus.d.ts +29 -0
- package/_publish/objects/Accounts/SystemsOfUnits.d.ts +13 -0
- package/_publish/objects/Accounts/User.d.ts +167 -0
- package/_publish/objects/Accounts/UserAdvanced.d.ts +53 -0
- package/_publish/objects/Accounts/UserAuthentication.d.ts +55 -0
- package/_publish/objects/Accounts/UserGeneral.d.ts +98 -0
- package/_publish/objects/Accounts/UserGroup.d.ts +51 -0
- package/_publish/objects/Accounts/UserMFA.d.ts +47 -0
- package/_publish/objects/Accounts/UserNotifications.d.ts +76 -0
- package/_publish/objects/Accounts/UserSSO.d.ts +37 -0
- package/_publish/objects/Assets/Asset.d.ts +218 -0
- package/_publish/objects/Assets/AssetAdvanced.d.ts +77 -0
- package/_publish/objects/Assets/AssetAttribute.d.ts +71 -0
- package/_publish/objects/Assets/AssetDispatch.d.ts +55 -0
- package/_publish/objects/Assets/AssetGeneral.d.ts +127 -0
- package/_publish/objects/Assets/AssetPlaceStatus.d.ts +31 -0
- package/_publish/objects/Assets/AssetPlaceStatusType.d.ts +17 -0
- package/_publish/objects/Assets/AssetType.d.ts +21 -0
- package/_publish/objects/Behaviours/Behaviour.d.ts +78 -0
- package/_publish/objects/Behaviours/BehaviourLog.d.ts +95 -0
- package/_publish/objects/Behaviours/BehaviourLogType.d.ts +21 -0
- package/_publish/objects/Behaviours/BehaviourParameter.d.ts +38 -0
- package/_publish/objects/Behaviours/BehaviourParameterType.d.ts +21 -0
- package/_publish/objects/Behaviours/BehaviourScript.d.ts +83 -0
- package/_publish/objects/Billing/BillableBase.d.ts +83 -0
- package/_publish/objects/Billing/BillableSmsProfile.d.ts +26 -0
- package/_publish/objects/Billing/BillingCurrency.d.ts +17 -0
- package/_publish/objects/Billing/BillingCycle.d.ts +17 -0
- package/_publish/objects/Billing/BillingProfile.d.ts +104 -0
- package/_publish/objects/Billing/Hosting/BillableHostingBase.d.ts +41 -0
- package/_publish/objects/Billing/Hosting/BillableHostingLicense.d.ts +30 -0
- package/_publish/objects/Billing/Hosting/BillableHostingLicenseType.d.ts +20 -0
- package/_publish/objects/Billing/Hosting/BillableHostingRule.d.ts +30 -0
- package/_publish/objects/Billing/Hosting/BillableHostingType.d.ts +41 -0
- package/_publish/objects/Billing/Report/BillingReport.d.ts +112 -0
- package/_publish/objects/Billing/Report/BillingReportBreakdown.d.ts +34 -0
- package/_publish/objects/Billing/Report/BillingReportHostingSummary.d.ts +36 -0
- package/_publish/objects/Billing/Report/BillingReportLicenseBreakdown.d.ts +79 -0
- package/_publish/objects/Billing/Report/BillingReportServiceBreakdown.d.ts +124 -0
- package/_publish/objects/Billing/Report/BillingReportStatus.d.ts +25 -0
- package/_publish/objects/Billing/Report/BillingReportSummary.d.ts +49 -0
- package/_publish/objects/Companies/ColourStyle.d.ts +25 -0
- package/_publish/objects/Companies/Company.d.ts +167 -0
- package/_publish/objects/Companies/CompanyDirectory.d.ts +52 -0
- package/_publish/objects/Companies/CompanyGeneral.d.ts +55 -0
- package/_publish/objects/Companies/CompanyPolicy.d.ts +66 -0
- package/_publish/objects/Companies/CompanyReseller.d.ts +166 -0
- package/_publish/objects/Companies/CompanyStyle.d.ts +50 -0
- package/_publish/objects/Companies/LabelStyle.d.ts +46 -0
- package/_publish/objects/Companies/NotificationServerEmail.d.ts +99 -0
- package/_publish/objects/Companies/NotificationServerSms.d.ts +25 -0
- package/_publish/objects/Companies/PasswordExpiryMode.d.ts +17 -0
- package/_publish/objects/Companies/PasswordPolicy.d.ts +51 -0
- package/_publish/objects/Companies/SessionMultiUser.d.ts +17 -0
- package/_publish/objects/Companies/SessionPolicy.d.ts +47 -0
- package/_publish/objects/Dispatch/DispatchDirection.d.ts +53 -0
- package/_publish/objects/Dispatch/DispatchJob.d.ts +107 -0
- package/_publish/objects/Dispatch/DispatchJobPriority.d.ts +25 -0
- package/_publish/objects/Dispatch/DispatchStep.d.ts +99 -0
- package/_publish/objects/Dispatch/DispatchStepState.d.ts +27 -0
- package/_publish/objects/Dispatch/DispatchStepStatus.d.ts +21 -0
- package/_publish/objects/Dispatch/DispatchTask.d.ts +154 -0
- package/_publish/objects/Dispatch/DispatchTaskStatus.d.ts +50 -0
- package/_publish/objects/Hosting/Document.d.ts +70 -0
- package/_publish/objects/Hosting/Fields/FormFieldAttachments.d.ts +31 -0
- package/_publish/objects/Hosting/Fields/FormFieldBase.d.ts +56 -0
- package/_publish/objects/Hosting/Fields/FormFieldBase_fromJSON.d.ts +1 -0
- package/_publish/objects/Hosting/Fields/FormFieldBoolean.d.ts +38 -0
- package/_publish/objects/Hosting/Fields/FormFieldChoice.d.ts +46 -0
- package/_publish/objects/Hosting/Fields/FormFieldDate.d.ts +26 -0
- package/_publish/objects/Hosting/Fields/FormFieldNumeric.d.ts +54 -0
- package/_publish/objects/Hosting/Fields/FormFieldNumericSize.d.ts +32 -0
- package/_publish/objects/Hosting/Fields/FormFieldSignature.d.ts +17 -0
- package/_publish/objects/Hosting/Fields/FormFieldText.d.ts +32 -0
- package/_publish/objects/Hosting/Fields/FormFieldTime.d.ts +37 -0
- package/_publish/objects/Hosting/Fields/FormFieldTimezone.d.ts +14 -0
- package/_publish/objects/Hosting/FormFieldType.d.ts +127 -0
- package/_publish/objects/Hosting/FormResult.d.ts +95 -0
- package/_publish/objects/Hosting/FormTemplate.d.ts +80 -0
- package/_publish/objects/Images/Dashcam.d.ts +63 -0
- package/_publish/objects/Images/DashcamBase.d.ts +97 -0
- package/_publish/objects/Images/DashcamLive.d.ts +36 -0
- package/_publish/objects/Images/DashcamMediaType.d.ts +17 -0
- package/_publish/objects/Images/Icon.d.ts +66 -0
- package/_publish/objects/Images/IconGlyph.d.ts +47 -0
- package/_publish/objects/Images/IconLabel.d.ts +29 -0
- package/_publish/objects/Images/IconLayer.d.ts +33 -0
- package/_publish/objects/Images/Picture.d.ts +72 -0
- package/_publish/objects/Maintenance/MaintenanceInterval.d.ts +48 -0
- package/_publish/objects/Maintenance/MaintenanceJob.d.ts +134 -0
- package/_publish/objects/Maintenance/MaintenanceJobStatus.d.ts +21 -0
- package/_publish/objects/Maintenance/MaintenanceSchedule.d.ts +118 -0
- package/_publish/objects/Messaging/AlertPriority.d.ts +17 -0
- package/_publish/objects/Messaging/AssetAlert.d.ts +29 -0
- package/_publish/objects/Messaging/AssetMessage.d.ts +40 -0
- package/_publish/objects/Messaging/MessageBase.d.ts +99 -0
- package/_publish/objects/Messaging/MessageFolder.d.ts +13 -0
- package/_publish/objects/Messaging/MessageStatus.d.ts +29 -0
- package/_publish/objects/Messaging/MessageType.d.ts +33 -0
- package/_publish/objects/Places/Place.d.ts +114 -0
- package/_publish/objects/Places/PlaceType.d.ts +25 -0
- package/_publish/objects/Providers/Config/ProviderConfig.d.ts +70 -0
- package/_publish/objects/Providers/Config/ProviderRegistration.d.ts +119 -0
- package/_publish/objects/Providers/Config/ProviderScript.d.ts +86 -0
- package/_publish/objects/Providers/Config/ProviderScriptBlock.d.ts +41 -0
- package/_publish/objects/Providers/Config/ProviderScriptParameter.d.ts +49 -0
- package/_publish/objects/Providers/Config/ProviderScriptParameterType.d.ts +17 -0
- package/_publish/objects/Providers/Configuration/ProviderConfiguration.d.ts +66 -0
- package/_publish/objects/Providers/Configuration/ProviderConfigurationNode.d.ts +66 -0
- package/_publish/objects/Providers/Configuration/ProviderConfigurationType.d.ts +62 -0
- package/_publish/objects/Providers/Configuration/ProviderGeofenceBase.d.ts +29 -0
- package/_publish/objects/Providers/Configuration/ProviderGeofenceBase_fromJSON.d.ts +1 -0
- package/_publish/objects/Providers/Configuration/ProviderGeofenceCircular.d.ts +28 -0
- package/_publish/objects/Providers/Configuration/ProviderGeofencePoint.d.ts +12 -0
- package/_publish/objects/Providers/Configuration/ProviderGeofencePolygon.d.ts +23 -0
- package/_publish/objects/Providers/Configuration/ProviderGeofenceRectangle.d.ts +28 -0
- package/{Providers → _publish/objects/Providers}/Provider.d.ts +77 -17
- package/_publish/objects/Providers/ProviderAdvanced.d.ts +50 -0
- package/_publish/objects/Providers/ProviderCommand.d.ts +36 -0
- package/_publish/objects/Providers/ProviderCommandStatus.d.ts +29 -0
- package/_publish/objects/Providers/ProviderCommandType.d.ts +37 -0
- package/_publish/objects/Providers/ProviderControl.d.ts +41 -0
- package/_publish/objects/Providers/ProviderData.d.ts +30 -0
- package/_publish/objects/Providers/ProviderGeneral.d.ts +121 -0
- package/_publish/objects/Providers/ProviderType.d.ts +106 -0
- package/_publish/objects/Reports/ReportBreakdown.d.ts +49 -0
- package/_publish/objects/Reports/ReportBreakdownJob.d.ts +37 -0
- package/_publish/objects/Reports/ReportBreakdownMessage.d.ts +40 -0
- package/_publish/objects/Reports/ReportBreakdownTask.d.ts +46 -0
- package/_publish/objects/Reports/ReportBreakdown_fromJSON.d.ts +1 -0
- package/_publish/objects/Reports/ReportFilterMode.d.ts +17 -0
- package/_publish/objects/Reports/ReportNotifications.d.ts +31 -0
- package/_publish/objects/Reports/ReportOptions.d.ts +52 -0
- package/_publish/objects/Reports/ReportParameter.d.ts +26 -0
- package/_publish/objects/Reports/ReportParameterType.d.ts +59 -0
- package/_publish/objects/Reports/ReportRecurrence.d.ts +54 -0
- package/_publish/objects/Reports/ReportRecurrenceType.d.ts +34 -0
- package/_publish/objects/Reports/ReportResult.d.ts +169 -0
- package/_publish/objects/Reports/ReportResultData.d.ts +17 -0
- package/_publish/objects/Reports/ReportSchedule.d.ts +111 -0
- package/_publish/objects/Reports/ReportScorecard.d.ts +38 -0
- package/_publish/objects/Reports/ReportScorecardParameter.d.ts +31 -0
- package/_publish/objects/Reports/ReportScorecardRules.d.ts +26 -0
- package/_publish/objects/Reports/ReportStatus.d.ts +29 -0
- package/_publish/objects/Reports/ReportSummary.d.ts +90 -0
- package/_publish/objects/Reports/ReportSummaryReason.d.ts +27 -0
- package/_publish/objects/Reports/ReportTemplate.d.ts +81 -0
- package/{Reports/ReportDataTotal.d.ts → _publish/objects/Reports/ReportTotal.d.ts} +4 -7
- package/_publish/objects/Reports/ReportType.d.ts +42 -0
- package/{Storage.d.ts → _publish/objects/storage.d.ts} +11 -1
- package/_publish/storage.d.ts +176 -0
- package/_publish/trakit-objects.min.js +8 -0
- package/package.json +36 -22
- package/API/Codifier.d.ts +0 -5
- package/API/Component.d.ts +0 -42
- package/API/Objects.d.ts +0 -33
- package/Assets/Person.d.ts +0 -25
- package/Assets/PersonGeneral.d.ts +0 -35
- package/Assets/Trailer.d.ts +0 -42
- package/Assets/TrailerGeneral.d.ts +0 -47
- package/Assets/Vehicle.d.ts +0 -73
- package/Assets/VehicleAdvanced.d.ts +0 -25
- package/Assets/VehicleGeneral.d.ts +0 -33
- package/Hosting/Fields/FormFieldTime.d.ts +0 -34
- package/Reports/ReportBreakdown.d.ts +0 -72
- package/Reports/ReportBreakdownJob.d.ts +0 -62
- package/Reports/ReportBreakdownMessage.d.ts +0 -65
- package/objects.d.ts +0 -534
- package/objects.min.js +0 -7
- /package/{API → _publish/API}/Arrays.d.ts +0 -0
- /package/{API → _publish/API}/BaseCompound.d.ts +0 -0
- /package/{API → _publish/API}/Constants.d.ts +0 -0
- /package/{API → _publish/API}/Conversion.d.ts +0 -0
- /package/{API → _publish/API}/Geometry/Interfaces.d.ts +0 -0
- /package/{API → _publish/API}/Guid.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IAmCompany.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IBelongAsset.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IBelongBillingProfile.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IBelongCompany.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IEnabled.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IFileSize.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IGlobal.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IHavePermissions.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IHavePreferences.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IIconic.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IIdUlong.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/INamed.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IPictured.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/ISerializable.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/ISuspendable.d.ts +0 -0
- /package/{API → _publish/API}/Interfaces/IVisual.d.ts +0 -0
- /package/{API → _publish/API}/Maps.d.ts +0 -0
- /package/{API → _publish/API}/Timezones.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/NotificationMethod.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/Permissions/Authorizer.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/Permissions/PermissionEscalationType.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/Permissions/PermissionLevel.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/Permissions/PermissionMethod.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/Permissions/PermissionType.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/SessionStatus.d.ts +0 -0
- /package/{Accounts → _publish/Accounts}/SystemsOfUnits.d.ts +0 -0
- /package/{Assets → _publish/Assets}/AssetPlaceStatusType.d.ts +0 -0
- /package/{Assets → _publish/Assets}/AssetType.d.ts +0 -0
- /package/{Behaviours → _publish/Behaviours}/BehaviourLogType.d.ts +0 -0
- /package/{Behaviours → _publish/Behaviours}/BehaviourParameterType.d.ts +0 -0
- /package/{Billing → _publish/Billing}/BillingCurrency.d.ts +0 -0
- /package/{Billing → _publish/Billing}/BillingCycle.d.ts +0 -0
- /package/{Billing → _publish/Billing}/Hosting/BillableHostingLicenseType.d.ts +0 -0
- /package/{Billing → _publish/Billing}/Hosting/BillableHostingType.d.ts +0 -0
- /package/{Billing → _publish/Billing}/Report/BillingReportStatus.d.ts +0 -0
- /package/{Companies → _publish/Companies}/PasswordExpiryMode.d.ts +0 -0
- /package/{Companies → _publish/Companies}/SessionMultiUser.d.ts +0 -0
- /package/{Dispatch → _publish/Dispatch}/DispatchJobPriority.d.ts +0 -0
- /package/{Dispatch → _publish/Dispatch}/DispatchStepStatus.d.ts +0 -0
- /package/{Dispatch → _publish/Dispatch}/DispatchTaskStatus.d.ts +0 -0
- /package/{Hosting → _publish/Hosting}/Fields/FormFieldNumericSize.d.ts +0 -0
- /package/{Hosting → _publish/Hosting}/FormFieldType.d.ts +0 -0
- /package/{Images → _publish/Images}/DashcamMediaType.d.ts +0 -0
- /package/{Images → _publish/Images}/IconLayer.d.ts +0 -0
- /package/{Maintenance → _publish/Maintenance}/MaintenanceJobStatus.d.ts +0 -0
- /package/{Messaging → _publish/Messaging}/AlertPriority.d.ts +0 -0
- /package/{Messaging → _publish/Messaging}/MessageFolder.d.ts +0 -0
- /package/{Messaging → _publish/Messaging}/MessageStatus.d.ts +0 -0
- /package/{Messaging → _publish/Messaging}/MessageType.d.ts +0 -0
- /package/{Places → _publish/Places}/PlaceType.d.ts +0 -0
- /package/{Providers → _publish/Providers}/Config/ProviderScriptParameterType.d.ts +0 -0
- /package/{Providers → _publish/Providers}/Configuration/ProviderGeofenceCircular.d.ts +0 -0
- /package/{Providers → _publish/Providers}/Configuration/ProviderGeofencePoint.d.ts +0 -0
- /package/{Providers → _publish/Providers}/Configuration/ProviderGeofencePolygon.d.ts +0 -0
- /package/{Providers → _publish/Providers}/Configuration/ProviderGeofenceRectangle.d.ts +0 -0
- /package/{Providers → _publish/Providers}/ProviderCommandStatus.d.ts +0 -0
- /package/{Providers → _publish/Providers}/ProviderCommandType.d.ts +0 -0
- /package/{Providers → _publish/Providers}/ProviderType.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportFilterMode.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportParameterType.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportRecurrenceType.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportResultData.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportStatus.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportSummaryReason.d.ts +0 -0
- /package/{Reports → _publish/Reports}/ReportType.d.ts +0 -0
package/Assets/Trailer.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ushort } from '../API/Types';
|
|
2
|
-
import { Asset } from './Asset';
|
|
3
|
-
import { TrailerGeneral } from './TrailerGeneral';
|
|
4
|
-
/**
|
|
5
|
-
* The full details of a Trailer, containing all the properties from the {@link TrailerGeneral} and {@link AssetAdvanced} objects.
|
|
6
|
-
*/
|
|
7
|
-
export declare class Trailer extends Asset {
|
|
8
|
-
/**
|
|
9
|
-
* General details about this vehicle.
|
|
10
|
-
*/
|
|
11
|
-
get general(): TrailerGeneral;
|
|
12
|
-
/**
|
|
13
|
-
* Manufacturer's unique identification number for this trailer.
|
|
14
|
-
*/
|
|
15
|
-
get serial(): string;
|
|
16
|
-
set serial(value: string);
|
|
17
|
-
/**
|
|
18
|
-
* The license plate.
|
|
19
|
-
*/
|
|
20
|
-
get plate(): string;
|
|
21
|
-
set plate(value: string);
|
|
22
|
-
/**
|
|
23
|
-
* Manufacturer's name.
|
|
24
|
-
*/
|
|
25
|
-
get make(): string;
|
|
26
|
-
set make(value: string);
|
|
27
|
-
/**
|
|
28
|
-
* Manufacturer's model name/number.
|
|
29
|
-
*/
|
|
30
|
-
get model(): string;
|
|
31
|
-
set model(value: string);
|
|
32
|
-
/**
|
|
33
|
-
* Year of manufacturing.
|
|
34
|
-
*/
|
|
35
|
-
get year(): ushort;
|
|
36
|
-
set year(value: ushort);
|
|
37
|
-
/**
|
|
38
|
-
* Primary colour of the vehicle (given in 24bit hex; #RRGGBB)
|
|
39
|
-
*/
|
|
40
|
-
get colour(): string;
|
|
41
|
-
set colour(value: string);
|
|
42
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { colour, ushort } from "../API/Types";
|
|
2
|
-
import { AssetGeneral } from "./AssetGeneral";
|
|
3
|
-
/**
|
|
4
|
-
* Seldom changing details about a trailer.
|
|
5
|
-
*/
|
|
6
|
-
export declare class TrailerGeneral extends AssetGeneral {
|
|
7
|
-
/**
|
|
8
|
-
* The license plate.
|
|
9
|
-
*/
|
|
10
|
-
plate: string;
|
|
11
|
-
/**
|
|
12
|
-
* Manufacturer's unique identification number for this trailer.
|
|
13
|
-
*/
|
|
14
|
-
serial: string;
|
|
15
|
-
/**
|
|
16
|
-
* Manufacturer's name.
|
|
17
|
-
*/
|
|
18
|
-
make: string;
|
|
19
|
-
/**
|
|
20
|
-
* Manufacturer's model name/number.
|
|
21
|
-
*/
|
|
22
|
-
model: string;
|
|
23
|
-
/**
|
|
24
|
-
* Year of manufacturing.
|
|
25
|
-
*/
|
|
26
|
-
year: ushort;
|
|
27
|
-
/**
|
|
28
|
-
* Primary colour of the trailer (given in 24bit hex; #RRGGBB)
|
|
29
|
-
*/
|
|
30
|
-
colour: colour;
|
|
31
|
-
toJSON(): {
|
|
32
|
-
suspended?: boolean | undefined;
|
|
33
|
-
since?: string | null | undefined;
|
|
34
|
-
references?: object | undefined;
|
|
35
|
-
messagingAddress?: string | undefined;
|
|
36
|
-
pictures?: number[] | undefined;
|
|
37
|
-
id: number | null;
|
|
38
|
-
v: number[];
|
|
39
|
-
company: number;
|
|
40
|
-
kind: import("./AssetType").AssetType;
|
|
41
|
-
name: string;
|
|
42
|
-
notes: string;
|
|
43
|
-
icon: number;
|
|
44
|
-
labels: string[];
|
|
45
|
-
};
|
|
46
|
-
fromJSON(json: any, force?: boolean): boolean;
|
|
47
|
-
}
|
package/Assets/Vehicle.d.ts
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { colour, double, ushort } from "../API/Types";
|
|
2
|
-
import { Asset } from "./Asset";
|
|
3
|
-
import { VehicleGeneral } from "./VehicleGeneral";
|
|
4
|
-
import { VehicleAdvanced } from "./VehicleAdvanced";
|
|
5
|
-
/**
|
|
6
|
-
* The full details of a Vehicle, containing all the properties from the {@link VehicleGeneral} and {@link VehicleAdvanced} objects.
|
|
7
|
-
*/
|
|
8
|
-
export declare class Vehicle extends Asset {
|
|
9
|
-
/**
|
|
10
|
-
* General details about this vehicle.
|
|
11
|
-
*/
|
|
12
|
-
get general(): VehicleGeneral;
|
|
13
|
-
/**
|
|
14
|
-
* Advanced details about this vehicle.
|
|
15
|
-
*/
|
|
16
|
-
get advanced(): VehicleAdvanced;
|
|
17
|
-
/**
|
|
18
|
-
* The license plate.
|
|
19
|
-
*/
|
|
20
|
-
get plate(): string;
|
|
21
|
-
/**
|
|
22
|
-
* Manufacturer's unique identification number (Vehicle Identification Number).
|
|
23
|
-
*/
|
|
24
|
-
get vin(): string;
|
|
25
|
-
set vin(value: string);
|
|
26
|
-
/**
|
|
27
|
-
* Manufacturer's name.
|
|
28
|
-
*/
|
|
29
|
-
get make(): string;
|
|
30
|
-
set make(value: string);
|
|
31
|
-
/**
|
|
32
|
-
* Manufacturer's model name/number.
|
|
33
|
-
*/
|
|
34
|
-
get model(): string;
|
|
35
|
-
set model(value: string);
|
|
36
|
-
/**
|
|
37
|
-
* Year of manufacturing.
|
|
38
|
-
*/
|
|
39
|
-
get year(): ushort;
|
|
40
|
-
set year(value: ushort);
|
|
41
|
-
/**
|
|
42
|
-
* Primary colour of the trailer (given in 24bit hex; #RRGGBB)
|
|
43
|
-
*/
|
|
44
|
-
get colour(): colour;
|
|
45
|
-
set colour(value: colour);
|
|
46
|
-
/**
|
|
47
|
-
* The cumulative duration that the vehicle's engine has been running (in decimal hours).
|
|
48
|
-
*/
|
|
49
|
-
get engineHours(): double;
|
|
50
|
-
set engineHours(value: double);
|
|
51
|
-
toJSON(): {
|
|
52
|
-
engineHours: number;
|
|
53
|
-
plate: string;
|
|
54
|
-
vin: string;
|
|
55
|
-
make: string;
|
|
56
|
-
model: string;
|
|
57
|
-
year: number;
|
|
58
|
-
colour: string;
|
|
59
|
-
id: number | null;
|
|
60
|
-
v: number[];
|
|
61
|
-
company: number;
|
|
62
|
-
kind: import("./AssetType").AssetType;
|
|
63
|
-
name: string;
|
|
64
|
-
notes: string;
|
|
65
|
-
icon: number;
|
|
66
|
-
labels: string[];
|
|
67
|
-
suspended?: boolean | undefined;
|
|
68
|
-
since?: string | null | undefined;
|
|
69
|
-
references?: object | undefined;
|
|
70
|
-
messagingAddress?: string | undefined;
|
|
71
|
-
pictures?: number[] | undefined;
|
|
72
|
-
};
|
|
73
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { double } from "../API/Types";
|
|
2
|
-
import { AssetAdvanced } from "./AssetAdvanced";
|
|
3
|
-
/**
|
|
4
|
-
* Often changing details about a vehicle.
|
|
5
|
-
*/
|
|
6
|
-
export declare class VehicleAdvanced extends AssetAdvanced {
|
|
7
|
-
/**
|
|
8
|
-
* The cumulative duration that the vehicle's engine has been running (in decimal hours).
|
|
9
|
-
*/
|
|
10
|
-
engineHours: double;
|
|
11
|
-
toJSON(): {
|
|
12
|
-
engineHours: number | null;
|
|
13
|
-
id: number | null;
|
|
14
|
-
v: number[];
|
|
15
|
-
company: number;
|
|
16
|
-
position: import("../API/Geography/Interfaces").IPosition | null;
|
|
17
|
-
odometer: number;
|
|
18
|
-
tags: string[];
|
|
19
|
-
attributes: object;
|
|
20
|
-
providers: string[];
|
|
21
|
-
relationships: number[];
|
|
22
|
-
places: object;
|
|
23
|
-
};
|
|
24
|
-
fromJSON(json: any, force?: boolean): boolean;
|
|
25
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { colour, ushort } from "../API/Types";
|
|
2
|
-
import { AssetGeneral } from "./AssetGeneral";
|
|
3
|
-
/**
|
|
4
|
-
* Seldom changing details about a vehicle.
|
|
5
|
-
*/
|
|
6
|
-
export declare class VehicleGeneral extends AssetGeneral {
|
|
7
|
-
/**
|
|
8
|
-
* Manufacturer's unique identification number (Vehicle Identification Number).
|
|
9
|
-
*/
|
|
10
|
-
vin: string;
|
|
11
|
-
/**
|
|
12
|
-
* The license plate.
|
|
13
|
-
*/
|
|
14
|
-
plate: string;
|
|
15
|
-
/**
|
|
16
|
-
* Manufacturer's name.
|
|
17
|
-
*/
|
|
18
|
-
make: string;
|
|
19
|
-
/**
|
|
20
|
-
* Manufacturer's model name/number.
|
|
21
|
-
*/
|
|
22
|
-
model: string;
|
|
23
|
-
/**
|
|
24
|
-
* Year of manufacturing.
|
|
25
|
-
*/
|
|
26
|
-
year: ushort;
|
|
27
|
-
/**
|
|
28
|
-
* Primary colour of the vehicle (given in 24bit hex; #RRGGBB)
|
|
29
|
-
*/
|
|
30
|
-
colour: colour;
|
|
31
|
-
toJSON(): any;
|
|
32
|
-
fromJSON(json: any, force?: boolean): boolean;
|
|
33
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { TimeSpan } from "../../API/TimeSpan";
|
|
2
|
-
import { timespan, ulong } from "../../API/Types";
|
|
3
|
-
import { FormFieldType } from "../FormFieldType";
|
|
4
|
-
import { FormFieldBase } from "./FormFieldBase";
|
|
5
|
-
/**
|
|
6
|
-
* A control to choose a time or duration longer than 24 hours.
|
|
7
|
-
*/
|
|
8
|
-
export declare class FormFieldTime extends FormFieldBase {
|
|
9
|
-
/**
|
|
10
|
-
* These are the clock control types.
|
|
11
|
-
*/
|
|
12
|
-
protected get supported(): FormFieldType[];
|
|
13
|
-
/**
|
|
14
|
-
* The minimum duration or earliest time-of-day.
|
|
15
|
-
*/
|
|
16
|
-
minimum: TimeSpan | null;
|
|
17
|
-
/**
|
|
18
|
-
* The maximum duration or latest time-of-day.
|
|
19
|
-
*/
|
|
20
|
-
maximum: TimeSpan | null;
|
|
21
|
-
constructor(id?: ulong, name?: string, kind?: FormFieldType, minimum?: TimeSpan | timespan | number, maximum?: TimeSpan | timespan | number, notes?: string, required?: boolean, value?: string | null, editable?: boolean);
|
|
22
|
-
toJSON(): {
|
|
23
|
-
minimum: string | null;
|
|
24
|
-
maximum: string | null;
|
|
25
|
-
id: number | null;
|
|
26
|
-
kind: FormFieldType;
|
|
27
|
-
name: string;
|
|
28
|
-
notes: string;
|
|
29
|
-
required: boolean;
|
|
30
|
-
value: string | null;
|
|
31
|
-
editable: boolean;
|
|
32
|
-
};
|
|
33
|
-
isValid(value: string): boolean;
|
|
34
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { ISerializable } from "../API/Interfaces/ISerializable";
|
|
2
|
-
import { uint, ulong } from "../API/Types";
|
|
3
|
-
import { Asset } from "../Assets/Asset";
|
|
4
|
-
import { AssetAdvanced } from "../Assets/AssetAdvanced";
|
|
5
|
-
import { AssetGeneral } from "../Assets/AssetGeneral";
|
|
6
|
-
/**
|
|
7
|
-
* Asset information used in calculating a summary instance.
|
|
8
|
-
*/
|
|
9
|
-
export declare class ReportBreakdown implements ISerializable {
|
|
10
|
-
/**
|
|
11
|
-
*
|
|
12
|
-
* @param json
|
|
13
|
-
*/
|
|
14
|
-
static fromJSON(json: any): ReportBreakdown;
|
|
15
|
-
/**
|
|
16
|
-
* The asset to which this event data belongs.
|
|
17
|
-
*/
|
|
18
|
-
assetId: ulong;
|
|
19
|
-
/**
|
|
20
|
-
* The asset to which this event data belongs.
|
|
21
|
-
*/
|
|
22
|
-
get asset(): Asset;
|
|
23
|
-
/**
|
|
24
|
-
* Report specific identifier of the event data.
|
|
25
|
-
*/
|
|
26
|
-
instance: uint;
|
|
27
|
-
/**
|
|
28
|
-
* Identifiers of the summary instances that used this event.
|
|
29
|
-
*/
|
|
30
|
-
summaryInstances: uint[];
|
|
31
|
-
/**
|
|
32
|
-
* General Asset information.
|
|
33
|
-
*/
|
|
34
|
-
general: AssetGeneral | null;
|
|
35
|
-
/**
|
|
36
|
-
* Advanced/detailed information used.
|
|
37
|
-
*/
|
|
38
|
-
advanced: AssetAdvanced | null;
|
|
39
|
-
constructor(asset?: ulong, instance?: uint, summaryInstances?: uint[], general?: AssetGeneral | null, advanced?: AssetAdvanced | null);
|
|
40
|
-
toJSON(): {
|
|
41
|
-
asset: number | null;
|
|
42
|
-
instance: number | null;
|
|
43
|
-
summaryInstances: number[];
|
|
44
|
-
general: {
|
|
45
|
-
suspended?: boolean | undefined;
|
|
46
|
-
since?: string | null | undefined;
|
|
47
|
-
references?: object | undefined;
|
|
48
|
-
messagingAddress?: string | undefined;
|
|
49
|
-
pictures?: number[] | undefined;
|
|
50
|
-
id: number | null;
|
|
51
|
-
v: number[];
|
|
52
|
-
company: number;
|
|
53
|
-
kind: import("../Assets/AssetType").AssetType;
|
|
54
|
-
name: string;
|
|
55
|
-
notes: string;
|
|
56
|
-
icon: number;
|
|
57
|
-
labels: string[];
|
|
58
|
-
} | null;
|
|
59
|
-
advanced: {
|
|
60
|
-
id: number | null;
|
|
61
|
-
v: number[];
|
|
62
|
-
company: number;
|
|
63
|
-
position: import("../API/Geography/Interfaces").IPosition | null;
|
|
64
|
-
odometer: number;
|
|
65
|
-
tags: string[];
|
|
66
|
-
attributes: object;
|
|
67
|
-
providers: string[];
|
|
68
|
-
relationships: number[];
|
|
69
|
-
places: object;
|
|
70
|
-
} | null;
|
|
71
|
-
};
|
|
72
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { uint, ulong } from "../API/Types";
|
|
2
|
-
import { AssetAdvanced } from "../Assets/AssetAdvanced";
|
|
3
|
-
import { AssetGeneral } from "../Assets/AssetGeneral";
|
|
4
|
-
import { DispatchJob } from "../Dispatch/DispatchJob";
|
|
5
|
-
import { ReportBreakdown } from "./ReportBreakdown";
|
|
6
|
-
/**
|
|
7
|
-
* Dispatch Job information used in this report.
|
|
8
|
-
*/
|
|
9
|
-
export declare class ReportBreakdownJob extends ReportBreakdown {
|
|
10
|
-
/**
|
|
11
|
-
* The Job used.
|
|
12
|
-
*/
|
|
13
|
-
job: DispatchJob;
|
|
14
|
-
constructor(job: DispatchJob, asset?: ulong, instance?: uint, summaryInstances?: uint[], general?: AssetGeneral | null, advanced?: AssetAdvanced | null);
|
|
15
|
-
toJSON(): {
|
|
16
|
-
job: {
|
|
17
|
-
id: number | null;
|
|
18
|
-
company: number | null;
|
|
19
|
-
v: number[];
|
|
20
|
-
driver: string;
|
|
21
|
-
created: string | null;
|
|
22
|
-
name: string;
|
|
23
|
-
instructions: string;
|
|
24
|
-
priority: import("../Dispatch/DispatchJobPriority").DispatchJobPriority;
|
|
25
|
-
references: object;
|
|
26
|
-
labels: string[];
|
|
27
|
-
tags: string[];
|
|
28
|
-
forms: number[];
|
|
29
|
-
steps: any[];
|
|
30
|
-
};
|
|
31
|
-
asset: number | null;
|
|
32
|
-
instance: number | null;
|
|
33
|
-
summaryInstances: number[];
|
|
34
|
-
general: {
|
|
35
|
-
suspended?: boolean | undefined;
|
|
36
|
-
since?: string | null | undefined;
|
|
37
|
-
references?: object | undefined;
|
|
38
|
-
messagingAddress?: string | undefined;
|
|
39
|
-
pictures?: number[] | undefined;
|
|
40
|
-
id: number | null;
|
|
41
|
-
v: number[];
|
|
42
|
-
company: number;
|
|
43
|
-
kind: import("../Assets/AssetType").AssetType;
|
|
44
|
-
name: string;
|
|
45
|
-
notes: string;
|
|
46
|
-
icon: number;
|
|
47
|
-
labels: string[];
|
|
48
|
-
} | null;
|
|
49
|
-
advanced: {
|
|
50
|
-
id: number | null;
|
|
51
|
-
v: number[];
|
|
52
|
-
company: number;
|
|
53
|
-
position: import("../API/Geography/Interfaces").IPosition | null;
|
|
54
|
-
odometer: number;
|
|
55
|
-
tags: string[];
|
|
56
|
-
attributes: object;
|
|
57
|
-
providers: string[];
|
|
58
|
-
relationships: number[];
|
|
59
|
-
places: object;
|
|
60
|
-
} | null;
|
|
61
|
-
};
|
|
62
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { uint, ulong } from "../API/Types";
|
|
2
|
-
import { AssetAdvanced } from "../Assets/AssetAdvanced";
|
|
3
|
-
import { AssetGeneral } from "../Assets/AssetGeneral";
|
|
4
|
-
import { AssetMessage } from "../Messaging/AssetMessage";
|
|
5
|
-
import { ReportBreakdown } from "./ReportBreakdown";
|
|
6
|
-
/**
|
|
7
|
-
* Message information used in this report.
|
|
8
|
-
*/
|
|
9
|
-
export declare class ReportBreakdownMessage extends ReportBreakdown {
|
|
10
|
-
/**
|
|
11
|
-
* The Message used.
|
|
12
|
-
*/
|
|
13
|
-
message: AssetMessage;
|
|
14
|
-
constructor(message: AssetMessage, asset?: ulong, instance?: uint, summaryInstances?: uint[], general?: AssetGeneral | null, advanced?: AssetAdvanced | null);
|
|
15
|
-
toJSON(): {
|
|
16
|
-
message: {
|
|
17
|
-
folder: import("../Messaging/MessageFolder").MessageFolder;
|
|
18
|
-
incoming: boolean;
|
|
19
|
-
readBy: string;
|
|
20
|
-
id: number | null;
|
|
21
|
-
v: number[];
|
|
22
|
-
company: number;
|
|
23
|
-
kind: import("../Messaging/MessageType").MessageType;
|
|
24
|
-
status: import("../Messaging/MessageStatus").MessageStatus;
|
|
25
|
-
to: string;
|
|
26
|
-
from: string;
|
|
27
|
-
body: string;
|
|
28
|
-
processed: string | null;
|
|
29
|
-
delivered: string | null;
|
|
30
|
-
subject: string;
|
|
31
|
-
asset: number;
|
|
32
|
-
user: string;
|
|
33
|
-
};
|
|
34
|
-
asset: number | null;
|
|
35
|
-
instance: number | null;
|
|
36
|
-
summaryInstances: number[];
|
|
37
|
-
general: {
|
|
38
|
-
suspended?: boolean | undefined;
|
|
39
|
-
since?: string | null | undefined;
|
|
40
|
-
references?: object | undefined;
|
|
41
|
-
messagingAddress?: string | undefined;
|
|
42
|
-
pictures?: number[] | undefined;
|
|
43
|
-
id: number | null;
|
|
44
|
-
v: number[];
|
|
45
|
-
company: number;
|
|
46
|
-
kind: import("../Assets/AssetType").AssetType;
|
|
47
|
-
name: string;
|
|
48
|
-
notes: string;
|
|
49
|
-
icon: number;
|
|
50
|
-
labels: string[];
|
|
51
|
-
} | null;
|
|
52
|
-
advanced: {
|
|
53
|
-
id: number | null;
|
|
54
|
-
v: number[];
|
|
55
|
-
company: number;
|
|
56
|
-
position: import("../API/Geography/Interfaces").IPosition | null;
|
|
57
|
-
odometer: number;
|
|
58
|
-
tags: string[];
|
|
59
|
-
attributes: object;
|
|
60
|
-
providers: string[];
|
|
61
|
-
relationships: number[];
|
|
62
|
-
places: object;
|
|
63
|
-
} | null;
|
|
64
|
-
};
|
|
65
|
-
}
|