@trakit/objects 0.0.6 → 0.0.7
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/_publish/API/Arrays.d.ts +1 -0
- package/_publish/API/Base.d.ts +1 -0
- package/_publish/API/BaseComponent.d.ts +1 -0
- package/_publish/API/BaseCompound.d.ts +1 -0
- package/_publish/API/Codifier.d.ts +1 -0
- package/_publish/API/Constants.d.ts +1 -0
- package/_publish/API/Conversion.d.ts +3 -2
- package/_publish/API/Encoding.d.ts +1 -0
- package/_publish/API/Files.d.ts +1 -0
- package/_publish/API/Functions.d.ts +1 -0
- package/_publish/API/Guid.d.ts +1 -0
- package/_publish/API/Maps.d.ts +1 -0
- package/_publish/API/Objects.d.ts +1 -0
- package/_publish/API/SearchPattern.d.ts +1 -0
- package/_publish/API/TimeSpan.d.ts +1 -0
- package/_publish/API/Timezone.d.ts +1 -0
- package/_publish/API/Timezones.d.ts +1 -0
- package/_publish/API/Types.d.ts +24 -23
- package/_publish/Accounts/Contact.d.ts +4 -4
- package/_publish/Accounts/Machine.d.ts +1 -0
- package/_publish/{objects/Accounts → Accounts}/MultiFactorType.d.ts +1 -0
- package/_publish/Accounts/NotificationMethod.d.ts +1 -0
- package/_publish/{objects/Accounts → Accounts}/SSOIdentityProvider.d.ts +1 -0
- package/_publish/Accounts/Session.d.ts +12 -14
- package/_publish/Accounts/SessionStatus.d.ts +1 -0
- package/_publish/Accounts/SystemsOfUnits.d.ts +1 -0
- package/_publish/Accounts/User.d.ts +34 -13
- package/_publish/Accounts/UserAdvanced.d.ts +2 -2
- package/_publish/{objects/Accounts → Accounts}/UserAuthentication.d.ts +1 -0
- package/_publish/Accounts/UserGeneral.d.ts +3 -4
- package/_publish/Accounts/UserGroup.d.ts +2 -2
- package/_publish/{objects/Accounts → Accounts}/UserMFA.d.ts +1 -0
- package/_publish/Accounts/UserNotifications.d.ts +1 -0
- package/_publish/{objects/Accounts → Accounts}/UserSSO.d.ts +1 -0
- package/_publish/Assets/Asset.d.ts +6 -11
- package/_publish/Assets/AssetAdvanced.d.ts +2 -2
- package/_publish/Assets/AssetAttribute.d.ts +1 -0
- package/_publish/Assets/AssetDispatch.d.ts +2 -2
- package/_publish/Assets/AssetGeneral.d.ts +3 -4
- package/_publish/Assets/AssetPlaceStatus.d.ts +1 -0
- package/_publish/Assets/AssetPlaceStatusType.d.ts +1 -0
- package/_publish/Assets/AssetType.d.ts +1 -0
- package/_publish/Behaviours/Behaviour.d.ts +2 -2
- package/_publish/Behaviours/BehaviourLog.d.ts +3 -4
- package/_publish/Behaviours/BehaviourLogType.d.ts +1 -0
- package/_publish/Behaviours/BehaviourParameter.d.ts +1 -0
- package/_publish/Behaviours/BehaviourParameterType.d.ts +1 -0
- package/_publish/Behaviours/BehaviourScript.d.ts +2 -2
- package/_publish/Billing/BillableBase.d.ts +3 -4
- package/_publish/Billing/BillableSmsProfile.d.ts +1 -0
- package/_publish/Billing/BillingCurrency.d.ts +1 -0
- package/_publish/Billing/BillingCycle.d.ts +1 -0
- package/_publish/Billing/BillingProfile.d.ts +5 -7
- package/_publish/Companies/ColourStyle.d.ts +1 -0
- package/_publish/Companies/Company.d.ts +5 -2
- package/_publish/Companies/CompanyDirectory.d.ts +3 -4
- package/_publish/Companies/CompanyGeneral.d.ts +2 -2
- package/_publish/Companies/CompanyPolicy.d.ts +2 -2
- package/_publish/Companies/CompanyReseller.d.ts +3 -4
- package/_publish/Companies/CompanyStyle.d.ts +2 -2
- package/_publish/Companies/LabelStyle.d.ts +1 -0
- package/_publish/Companies/NotificationServerEmail.d.ts +3 -2
- package/_publish/Companies/NotificationServerSms.d.ts +1 -0
- package/_publish/Companies/PasswordExpiryMode.d.ts +1 -0
- package/_publish/Companies/PasswordPolicy.d.ts +1 -0
- package/_publish/Companies/SessionMultiUser.d.ts +1 -0
- package/_publish/Companies/SessionPolicy.d.ts +1 -0
- package/_publish/Dispatch/DispatchDirection.d.ts +1 -0
- package/_publish/Dispatch/DispatchJob.d.ts +2 -3
- package/_publish/Dispatch/DispatchJobPriority.d.ts +1 -0
- package/_publish/Dispatch/DispatchStep.d.ts +1 -0
- package/_publish/Dispatch/DispatchStepState.d.ts +1 -0
- package/_publish/Dispatch/DispatchStepStatus.d.ts +1 -0
- package/_publish/Dispatch/DispatchTask.d.ts +3 -4
- package/_publish/Dispatch/DispatchTaskStatus.d.ts +1 -0
- package/_publish/Hosting/Document.d.ts +2 -2
- package/_publish/Hosting/FormFieldType.d.ts +1 -0
- package/_publish/Hosting/FormResult.d.ts +1 -2
- package/_publish/Hosting/FormTemplate.d.ts +1 -1
- package/_publish/Images/Dashcam.d.ts +4 -10
- package/_publish/Images/DashcamBase.d.ts +9 -9
- package/_publish/Images/DashcamLive.d.ts +4 -10
- package/_publish/Images/DashcamMediaType.d.ts +1 -0
- package/_publish/Images/Icon.d.ts +2 -2
- package/_publish/Images/IconGlyph.d.ts +1 -0
- package/_publish/Images/IconLabel.d.ts +1 -0
- package/_publish/Images/IconLayer.d.ts +1 -0
- package/_publish/Images/Picture.d.ts +2 -2
- package/_publish/Maintenance/MaintenanceInterval.d.ts +1 -1
- package/_publish/Maintenance/MaintenanceJob.d.ts +3 -5
- package/_publish/Maintenance/MaintenanceJobStatus.d.ts +1 -0
- package/_publish/Maintenance/MaintenanceSchedule.d.ts +2 -2
- package/_publish/Messaging/AlertPriority.d.ts +1 -0
- package/_publish/Messaging/AssetAlert.d.ts +1 -0
- package/_publish/Messaging/AssetMessage.d.ts +1 -0
- package/_publish/Messaging/MessageBase.d.ts +3 -4
- package/_publish/Messaging/MessageFolder.d.ts +1 -0
- package/_publish/Messaging/MessageStatus.d.ts +1 -0
- package/_publish/Messaging/MessageType.d.ts +1 -0
- package/_publish/Places/Place.d.ts +3 -4
- package/_publish/Places/PlaceType.d.ts +1 -0
- package/_publish/Providers/Provider.d.ts +3 -8
- package/_publish/Providers/ProviderAdvanced.d.ts +2 -2
- package/_publish/Providers/ProviderCommand.d.ts +1 -0
- package/_publish/Providers/ProviderCommandStatus.d.ts +1 -0
- package/_publish/Providers/ProviderCommandType.d.ts +1 -0
- package/_publish/Providers/ProviderControl.d.ts +2 -2
- package/_publish/Providers/ProviderData.d.ts +1 -0
- package/_publish/Providers/ProviderGeneral.d.ts +4 -7
- package/_publish/Providers/ProviderType.d.ts +1 -0
- package/_publish/Reports/ReportBreakdown.d.ts +1 -0
- package/_publish/Reports/ReportBreakdownJob.d.ts +1 -0
- package/_publish/Reports/ReportBreakdownMessage.d.ts +1 -0
- package/_publish/Reports/ReportBreakdownTask.d.ts +1 -0
- package/_publish/Reports/ReportBreakdown_fromJSON.d.ts +1 -0
- package/_publish/Reports/ReportFilterMode.d.ts +1 -0
- package/_publish/Reports/ReportNotifications.d.ts +1 -0
- package/_publish/Reports/ReportOptions.d.ts +1 -0
- package/_publish/Reports/ReportParameter.d.ts +1 -0
- package/_publish/Reports/ReportParameterType.d.ts +1 -0
- package/_publish/Reports/ReportRecurrence.d.ts +1 -0
- package/_publish/Reports/ReportRecurrenceType.d.ts +1 -0
- package/_publish/Reports/ReportResult.d.ts +2 -2
- package/_publish/Reports/ReportResultData.d.ts +1 -0
- package/_publish/Reports/ReportSchedule.d.ts +2 -2
- package/_publish/Reports/ReportScorecard.d.ts +2 -2
- package/_publish/Reports/ReportScorecardParameter.d.ts +1 -0
- package/_publish/Reports/ReportScorecardRules.d.ts +1 -0
- package/_publish/Reports/ReportStatus.d.ts +1 -0
- package/_publish/Reports/ReportSummary.d.ts +2 -2
- package/_publish/Reports/ReportSummaryReason.d.ts +1 -0
- package/_publish/Reports/ReportTemplate.d.ts +2 -2
- package/_publish/Reports/ReportTotal.d.ts +2 -2
- package/_publish/Reports/ReportType.d.ts +1 -0
- package/_publish/index.d.ts +230 -229
- package/_publish/storage.d.ts +1 -0
- package/package.json +4 -2
- package/_publish/API/Geography/Functions.d.ts +0 -236
- package/_publish/API/Geography/Interfaces.d.ts +0 -150
- package/_publish/API/Geography/LatLng.d.ts +0 -86
- package/_publish/API/Geography/LatLngBounds.d.ts +0 -146
- package/_publish/API/Geography/Position.d.ts +0 -74
- package/_publish/API/Geography/StreetAddress.d.ts +0 -59
- package/_publish/API/Geometry/Functions.d.ts +0 -114
- package/_publish/API/Geometry/Interfaces.d.ts +0 -111
- package/_publish/API/Geometry/Point.d.ts +0 -81
- package/_publish/API/Geometry/Radial.d.ts +0 -110
- package/_publish/API/Geometry/Rectangle.d.ts +0 -159
- package/_publish/API/Geometry/Size.d.ts +0 -58
- package/_publish/API/Interfaces/IAmCompany.d.ts +0 -11
- package/_publish/API/Interfaces/IAuditable.d.ts +0 -31
- package/_publish/API/Interfaces/IBelongAsset.d.ts +0 -15
- package/_publish/API/Interfaces/IBelongBillingProfile.d.ts +0 -15
- package/_publish/API/Interfaces/IBelongCompany.d.ts +0 -15
- package/_publish/API/Interfaces/IDeserializable.d.ts +0 -13
- package/_publish/API/Interfaces/IEnabled.d.ts +0 -10
- package/_publish/API/Interfaces/IFileSize.d.ts +0 -9
- package/_publish/API/Interfaces/IGlobal.d.ts +0 -11
- package/_publish/API/Interfaces/IHavePermissions.d.ts +0 -20
- package/_publish/API/Interfaces/IHavePreferences.d.ts +0 -29
- package/_publish/API/Interfaces/IIconic.d.ts +0 -15
- package/_publish/API/Interfaces/IIdUlong.d.ts +0 -10
- package/_publish/API/Interfaces/ILabelled.d.ts +0 -10
- package/_publish/API/Interfaces/INamed.d.ts +0 -13
- package/_publish/API/Interfaces/IPictured.d.ts +0 -15
- package/_publish/API/Interfaces/IRequestable.d.ts +0 -22
- package/_publish/API/Interfaces/ISerializable.d.ts +0 -10
- package/_publish/API/Interfaces/ISuspendable.d.ts +0 -16
- package/_publish/API/Interfaces/IVisual.d.ts +0 -18
- package/_publish/Accounts/Permissions/Authorizer.d.ts +0 -204
- package/_publish/Accounts/Permissions/Permission.d.ts +0 -57
- package/_publish/Accounts/Permissions/PermissionEscalation.d.ts +0 -41
- package/_publish/Accounts/Permissions/PermissionEscalationState.d.ts +0 -19
- package/_publish/Accounts/Permissions/PermissionEscalationType.d.ts +0 -13
- package/_publish/Accounts/Permissions/PermissionLevel.d.ts +0 -17
- package/_publish/Accounts/Permissions/PermissionMethod.d.ts +0 -13
- package/_publish/Accounts/Permissions/PermissionType.d.ts +0 -280
- package/_publish/Billing/Hosting/BillableHostingBase.d.ts +0 -41
- package/_publish/Billing/Hosting/BillableHostingDiscount.d.ts +0 -36
- package/_publish/Billing/Hosting/BillableHostingLicense.d.ts +0 -30
- package/_publish/Billing/Hosting/BillableHostingLicenseType.d.ts +0 -20
- package/_publish/Billing/Hosting/BillableHostingRule.d.ts +0 -30
- package/_publish/Billing/Hosting/BillableHostingType.d.ts +0 -41
- package/_publish/Billing/Report/BillingReport.d.ts +0 -114
- package/_publish/Billing/Report/BillingReportBreakdown.d.ts +0 -35
- package/_publish/Billing/Report/BillingReportHostingSummary.d.ts +0 -36
- package/_publish/Billing/Report/BillingReportLicenseBreakdown.d.ts +0 -80
- package/_publish/Billing/Report/BillingReportServiceBreakdown.d.ts +0 -126
- package/_publish/Billing/Report/BillingReportStatus.d.ts +0 -25
- package/_publish/Billing/Report/BillingReportSummary.d.ts +0 -51
- package/_publish/Hosting/Fields/FormFieldAttachments.d.ts +0 -31
- package/_publish/Hosting/Fields/FormFieldBase.d.ts +0 -56
- package/_publish/Hosting/Fields/FormFieldBase_fromJSON.d.ts +0 -1
- package/_publish/Hosting/Fields/FormFieldBoolean.d.ts +0 -38
- package/_publish/Hosting/Fields/FormFieldChoice.d.ts +0 -46
- package/_publish/Hosting/Fields/FormFieldDate.d.ts +0 -26
- package/_publish/Hosting/Fields/FormFieldNumeric.d.ts +0 -54
- package/_publish/Hosting/Fields/FormFieldNumericSize.d.ts +0 -32
- package/_publish/Hosting/Fields/FormFieldSignature.d.ts +0 -17
- package/_publish/Hosting/Fields/FormFieldText.d.ts +0 -32
- package/_publish/Hosting/Fields/FormFieldTime.d.ts +0 -37
- package/_publish/Hosting/Fields/FormFieldTimezone.d.ts +0 -14
- package/_publish/Providers/Config/ProviderConfig.d.ts +0 -72
- package/_publish/Providers/Config/ProviderRegistration.d.ts +0 -123
- package/_publish/Providers/Config/ProviderScript.d.ts +0 -87
- package/_publish/Providers/Config/ProviderScriptBlock.d.ts +0 -41
- package/_publish/Providers/Config/ProviderScriptParameter.d.ts +0 -49
- package/_publish/Providers/Config/ProviderScriptParameterType.d.ts +0 -17
- package/_publish/Providers/Configuration/ProviderConfiguration.d.ts +0 -68
- package/_publish/Providers/Configuration/ProviderConfigurationNode.d.ts +0 -66
- package/_publish/Providers/Configuration/ProviderConfigurationType.d.ts +0 -62
- package/_publish/Providers/Configuration/ProviderGeofenceBase.d.ts +0 -29
- package/_publish/Providers/Configuration/ProviderGeofenceBase_fromJSON.d.ts +0 -1
- package/_publish/Providers/Configuration/ProviderGeofenceCircular.d.ts +0 -28
- package/_publish/Providers/Configuration/ProviderGeofencePoint.d.ts +0 -12
- package/_publish/Providers/Configuration/ProviderGeofencePolygon.d.ts +0 -23
- package/_publish/Providers/Configuration/ProviderGeofenceRectangle.d.ts +0 -28
- package/_publish/objects/API/Arrays.d.ts +0 -46
- package/_publish/objects/API/Base.d.ts +0 -19
- package/_publish/objects/API/BaseComponent.d.ts +0 -40
- package/_publish/objects/API/BaseCompound.d.ts +0 -19
- package/_publish/objects/API/Codifier.d.ts +0 -15
- package/_publish/objects/API/Constants.d.ts +0 -39
- package/_publish/objects/API/Conversion.d.ts +0 -255
- package/_publish/objects/API/Encoding.d.ts +0 -9
- package/_publish/objects/API/Files.d.ts +0 -21
- package/_publish/objects/API/Functions.d.ts +0 -196
- package/_publish/objects/API/Geography/Functions.d.ts +0 -236
- package/_publish/objects/API/Geography/Interfaces.d.ts +0 -150
- package/_publish/objects/API/Geography/LatLng.d.ts +0 -86
- package/_publish/objects/API/Geography/LatLngBounds.d.ts +0 -146
- package/_publish/objects/API/Geography/Position.d.ts +0 -74
- package/_publish/objects/API/Geography/StreetAddress.d.ts +0 -59
- package/_publish/objects/API/Geometry/Functions.d.ts +0 -114
- package/_publish/objects/API/Geometry/Interfaces.d.ts +0 -111
- package/_publish/objects/API/Geometry/Point.d.ts +0 -81
- package/_publish/objects/API/Geometry/Radial.d.ts +0 -110
- package/_publish/objects/API/Geometry/Rectangle.d.ts +0 -159
- package/_publish/objects/API/Geometry/Size.d.ts +0 -58
- package/_publish/objects/API/Guid.d.ts +0 -4
- package/_publish/objects/API/Interfaces/IAmCompany.d.ts +0 -11
- package/_publish/objects/API/Interfaces/IBelongAsset.d.ts +0 -15
- package/_publish/objects/API/Interfaces/IBelongBillingProfile.d.ts +0 -15
- package/_publish/objects/API/Interfaces/IBelongCompany.d.ts +0 -15
- package/_publish/objects/API/Interfaces/IDeserializable.d.ts +0 -13
- package/_publish/objects/API/Interfaces/IEnabled.d.ts +0 -10
- package/_publish/objects/API/Interfaces/IFileSize.d.ts +0 -9
- package/_publish/objects/API/Interfaces/IGlobal.d.ts +0 -11
- package/_publish/objects/API/Interfaces/IHavePermissions.d.ts +0 -20
- package/_publish/objects/API/Interfaces/IHavePreferences.d.ts +0 -29
- package/_publish/objects/API/Interfaces/IIconic.d.ts +0 -15
- package/_publish/objects/API/Interfaces/IIdUlong.d.ts +0 -10
- package/_publish/objects/API/Interfaces/ILabelled.d.ts +0 -10
- package/_publish/objects/API/Interfaces/INamed.d.ts +0 -13
- package/_publish/objects/API/Interfaces/IPictured.d.ts +0 -15
- package/_publish/objects/API/Interfaces/IRequestable.d.ts +0 -22
- package/_publish/objects/API/Interfaces/ISerializable.d.ts +0 -10
- package/_publish/objects/API/Interfaces/ISuspendable.d.ts +0 -16
- package/_publish/objects/API/Interfaces/IVisual.d.ts +0 -18
- package/_publish/objects/API/Maps.d.ts +0 -28
- package/_publish/objects/API/Objects.d.ts +0 -5
- package/_publish/objects/API/SearchPattern.d.ts +0 -46
- package/_publish/objects/API/TimeSpan.d.ts +0 -109
- package/_publish/objects/API/Timezone.d.ts +0 -44
- package/_publish/objects/API/Timezones.d.ts +0 -7
- package/_publish/objects/API/Types.d.ts +0 -132
- package/_publish/objects/Accounts/Contact.d.ts +0 -139
- package/_publish/objects/Accounts/Machine.d.ts +0 -139
- package/_publish/objects/Accounts/NotificationMethod.d.ts +0 -17
- package/_publish/objects/Accounts/Permissions/Authorizer.d.ts +0 -204
- package/_publish/objects/Accounts/Permissions/Permission.d.ts +0 -56
- package/_publish/objects/Accounts/Permissions/PermissionEscalation.d.ts +0 -41
- package/_publish/objects/Accounts/Permissions/PermissionEscalationState.d.ts +0 -19
- package/_publish/objects/Accounts/Permissions/PermissionEscalationType.d.ts +0 -13
- package/_publish/objects/Accounts/Permissions/PermissionLevel.d.ts +0 -17
- package/_publish/objects/Accounts/Permissions/PermissionMethod.d.ts +0 -13
- package/_publish/objects/Accounts/Permissions/PermissionType.d.ts +0 -280
- package/_publish/objects/Accounts/Session.d.ts +0 -89
- package/_publish/objects/Accounts/SessionStatus.d.ts +0 -29
- package/_publish/objects/Accounts/SystemsOfUnits.d.ts +0 -13
- package/_publish/objects/Accounts/User.d.ts +0 -167
- package/_publish/objects/Accounts/UserAdvanced.d.ts +0 -53
- package/_publish/objects/Accounts/UserGeneral.d.ts +0 -98
- package/_publish/objects/Accounts/UserGroup.d.ts +0 -51
- package/_publish/objects/Accounts/UserNotifications.d.ts +0 -76
- package/_publish/objects/Assets/Asset.d.ts +0 -218
- package/_publish/objects/Assets/AssetAdvanced.d.ts +0 -77
- package/_publish/objects/Assets/AssetAttribute.d.ts +0 -71
- package/_publish/objects/Assets/AssetDispatch.d.ts +0 -55
- package/_publish/objects/Assets/AssetGeneral.d.ts +0 -127
- package/_publish/objects/Assets/AssetPlaceStatus.d.ts +0 -31
- package/_publish/objects/Assets/AssetPlaceStatusType.d.ts +0 -17
- package/_publish/objects/Assets/AssetType.d.ts +0 -21
- package/_publish/objects/Behaviours/Behaviour.d.ts +0 -78
- package/_publish/objects/Behaviours/BehaviourLog.d.ts +0 -95
- package/_publish/objects/Behaviours/BehaviourLogType.d.ts +0 -21
- package/_publish/objects/Behaviours/BehaviourParameter.d.ts +0 -38
- package/_publish/objects/Behaviours/BehaviourParameterType.d.ts +0 -21
- package/_publish/objects/Behaviours/BehaviourScript.d.ts +0 -83
- package/_publish/objects/Billing/BillableBase.d.ts +0 -83
- package/_publish/objects/Billing/BillableSmsProfile.d.ts +0 -26
- package/_publish/objects/Billing/BillingCurrency.d.ts +0 -17
- package/_publish/objects/Billing/BillingCycle.d.ts +0 -17
- package/_publish/objects/Billing/BillingProfile.d.ts +0 -104
- package/_publish/objects/Billing/Hosting/BillableHostingBase.d.ts +0 -41
- package/_publish/objects/Billing/Hosting/BillableHostingLicense.d.ts +0 -30
- package/_publish/objects/Billing/Hosting/BillableHostingLicenseType.d.ts +0 -20
- package/_publish/objects/Billing/Hosting/BillableHostingRule.d.ts +0 -30
- package/_publish/objects/Billing/Hosting/BillableHostingType.d.ts +0 -41
- package/_publish/objects/Billing/Report/BillingReport.d.ts +0 -112
- package/_publish/objects/Billing/Report/BillingReportBreakdown.d.ts +0 -34
- package/_publish/objects/Billing/Report/BillingReportHostingSummary.d.ts +0 -36
- package/_publish/objects/Billing/Report/BillingReportLicenseBreakdown.d.ts +0 -79
- package/_publish/objects/Billing/Report/BillingReportServiceBreakdown.d.ts +0 -124
- package/_publish/objects/Billing/Report/BillingReportStatus.d.ts +0 -25
- package/_publish/objects/Billing/Report/BillingReportSummary.d.ts +0 -49
- package/_publish/objects/Companies/ColourStyle.d.ts +0 -25
- package/_publish/objects/Companies/Company.d.ts +0 -167
- package/_publish/objects/Companies/CompanyDirectory.d.ts +0 -52
- package/_publish/objects/Companies/CompanyGeneral.d.ts +0 -55
- package/_publish/objects/Companies/CompanyPolicy.d.ts +0 -66
- package/_publish/objects/Companies/CompanyReseller.d.ts +0 -166
- package/_publish/objects/Companies/CompanyStyle.d.ts +0 -50
- package/_publish/objects/Companies/LabelStyle.d.ts +0 -46
- package/_publish/objects/Companies/NotificationServerEmail.d.ts +0 -99
- package/_publish/objects/Companies/NotificationServerSms.d.ts +0 -25
- package/_publish/objects/Companies/PasswordExpiryMode.d.ts +0 -17
- package/_publish/objects/Companies/PasswordPolicy.d.ts +0 -51
- package/_publish/objects/Companies/SessionMultiUser.d.ts +0 -17
- package/_publish/objects/Companies/SessionPolicy.d.ts +0 -47
- package/_publish/objects/Dispatch/DispatchDirection.d.ts +0 -53
- package/_publish/objects/Dispatch/DispatchJob.d.ts +0 -107
- package/_publish/objects/Dispatch/DispatchJobPriority.d.ts +0 -25
- package/_publish/objects/Dispatch/DispatchStep.d.ts +0 -99
- package/_publish/objects/Dispatch/DispatchStepState.d.ts +0 -27
- package/_publish/objects/Dispatch/DispatchStepStatus.d.ts +0 -21
- package/_publish/objects/Dispatch/DispatchTask.d.ts +0 -154
- package/_publish/objects/Dispatch/DispatchTaskStatus.d.ts +0 -50
- package/_publish/objects/Hosting/Document.d.ts +0 -70
- package/_publish/objects/Hosting/Fields/FormFieldAttachments.d.ts +0 -31
- package/_publish/objects/Hosting/Fields/FormFieldBase.d.ts +0 -56
- package/_publish/objects/Hosting/Fields/FormFieldBase_fromJSON.d.ts +0 -1
- package/_publish/objects/Hosting/Fields/FormFieldBoolean.d.ts +0 -38
- package/_publish/objects/Hosting/Fields/FormFieldChoice.d.ts +0 -46
- package/_publish/objects/Hosting/Fields/FormFieldDate.d.ts +0 -26
- package/_publish/objects/Hosting/Fields/FormFieldNumeric.d.ts +0 -54
- package/_publish/objects/Hosting/Fields/FormFieldNumericSize.d.ts +0 -32
- package/_publish/objects/Hosting/Fields/FormFieldSignature.d.ts +0 -17
- package/_publish/objects/Hosting/Fields/FormFieldText.d.ts +0 -32
- package/_publish/objects/Hosting/Fields/FormFieldTime.d.ts +0 -37
- package/_publish/objects/Hosting/Fields/FormFieldTimezone.d.ts +0 -14
- package/_publish/objects/Hosting/FormFieldType.d.ts +0 -127
- package/_publish/objects/Hosting/FormResult.d.ts +0 -95
- package/_publish/objects/Hosting/FormTemplate.d.ts +0 -80
- package/_publish/objects/Images/Dashcam.d.ts +0 -63
- package/_publish/objects/Images/DashcamBase.d.ts +0 -97
- package/_publish/objects/Images/DashcamLive.d.ts +0 -36
- package/_publish/objects/Images/DashcamMediaType.d.ts +0 -17
- package/_publish/objects/Images/Icon.d.ts +0 -66
- package/_publish/objects/Images/IconGlyph.d.ts +0 -47
- package/_publish/objects/Images/IconLabel.d.ts +0 -29
- package/_publish/objects/Images/IconLayer.d.ts +0 -33
- package/_publish/objects/Images/Picture.d.ts +0 -72
- package/_publish/objects/Maintenance/MaintenanceInterval.d.ts +0 -48
- package/_publish/objects/Maintenance/MaintenanceJob.d.ts +0 -134
- package/_publish/objects/Maintenance/MaintenanceJobStatus.d.ts +0 -21
- package/_publish/objects/Maintenance/MaintenanceSchedule.d.ts +0 -118
- package/_publish/objects/Messaging/AlertPriority.d.ts +0 -17
- package/_publish/objects/Messaging/AssetAlert.d.ts +0 -29
- package/_publish/objects/Messaging/AssetMessage.d.ts +0 -40
- package/_publish/objects/Messaging/MessageBase.d.ts +0 -99
- package/_publish/objects/Messaging/MessageFolder.d.ts +0 -13
- package/_publish/objects/Messaging/MessageStatus.d.ts +0 -29
- package/_publish/objects/Messaging/MessageType.d.ts +0 -33
- package/_publish/objects/Places/Place.d.ts +0 -114
- package/_publish/objects/Places/PlaceType.d.ts +0 -25
- package/_publish/objects/Providers/Config/ProviderConfig.d.ts +0 -70
- package/_publish/objects/Providers/Config/ProviderRegistration.d.ts +0 -119
- package/_publish/objects/Providers/Config/ProviderScript.d.ts +0 -86
- package/_publish/objects/Providers/Config/ProviderScriptBlock.d.ts +0 -41
- package/_publish/objects/Providers/Config/ProviderScriptParameter.d.ts +0 -49
- package/_publish/objects/Providers/Config/ProviderScriptParameterType.d.ts +0 -17
- package/_publish/objects/Providers/Configuration/ProviderConfiguration.d.ts +0 -66
- package/_publish/objects/Providers/Configuration/ProviderConfigurationNode.d.ts +0 -66
- package/_publish/objects/Providers/Configuration/ProviderConfigurationType.d.ts +0 -62
- package/_publish/objects/Providers/Configuration/ProviderGeofenceBase.d.ts +0 -29
- package/_publish/objects/Providers/Configuration/ProviderGeofenceBase_fromJSON.d.ts +0 -1
- package/_publish/objects/Providers/Configuration/ProviderGeofenceCircular.d.ts +0 -28
- package/_publish/objects/Providers/Configuration/ProviderGeofencePoint.d.ts +0 -12
- package/_publish/objects/Providers/Configuration/ProviderGeofencePolygon.d.ts +0 -23
- package/_publish/objects/Providers/Configuration/ProviderGeofenceRectangle.d.ts +0 -28
- package/_publish/objects/Providers/Provider.d.ts +0 -205
- package/_publish/objects/Providers/ProviderAdvanced.d.ts +0 -50
- package/_publish/objects/Providers/ProviderCommand.d.ts +0 -36
- package/_publish/objects/Providers/ProviderCommandStatus.d.ts +0 -29
- package/_publish/objects/Providers/ProviderCommandType.d.ts +0 -37
- package/_publish/objects/Providers/ProviderControl.d.ts +0 -41
- package/_publish/objects/Providers/ProviderData.d.ts +0 -30
- package/_publish/objects/Providers/ProviderGeneral.d.ts +0 -121
- package/_publish/objects/Providers/ProviderType.d.ts +0 -106
- package/_publish/objects/Reports/ReportBreakdown.d.ts +0 -49
- package/_publish/objects/Reports/ReportBreakdownJob.d.ts +0 -37
- package/_publish/objects/Reports/ReportBreakdownMessage.d.ts +0 -40
- package/_publish/objects/Reports/ReportBreakdownTask.d.ts +0 -46
- package/_publish/objects/Reports/ReportBreakdown_fromJSON.d.ts +0 -1
- package/_publish/objects/Reports/ReportFilterMode.d.ts +0 -17
- package/_publish/objects/Reports/ReportNotifications.d.ts +0 -31
- package/_publish/objects/Reports/ReportOptions.d.ts +0 -52
- package/_publish/objects/Reports/ReportParameter.d.ts +0 -26
- package/_publish/objects/Reports/ReportParameterType.d.ts +0 -59
- package/_publish/objects/Reports/ReportRecurrence.d.ts +0 -54
- package/_publish/objects/Reports/ReportRecurrenceType.d.ts +0 -34
- package/_publish/objects/Reports/ReportResult.d.ts +0 -169
- package/_publish/objects/Reports/ReportResultData.d.ts +0 -17
- package/_publish/objects/Reports/ReportSchedule.d.ts +0 -111
- package/_publish/objects/Reports/ReportScorecard.d.ts +0 -38
- package/_publish/objects/Reports/ReportScorecardParameter.d.ts +0 -31
- package/_publish/objects/Reports/ReportScorecardRules.d.ts +0 -26
- package/_publish/objects/Reports/ReportStatus.d.ts +0 -29
- package/_publish/objects/Reports/ReportSummary.d.ts +0 -90
- package/_publish/objects/Reports/ReportSummaryReason.d.ts +0 -27
- package/_publish/objects/Reports/ReportTemplate.d.ts +0 -81
- package/_publish/objects/Reports/ReportTotal.d.ts +0 -47
- package/_publish/objects/Reports/ReportType.d.ts +0 -42
- package/_publish/objects/storage.d.ts +0 -176
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { BaseComponent } from "../API/BaseComponent";
|
|
2
|
-
import { IBelongCompany } from "../API/Interfaces/IBelongCompany";
|
|
3
|
-
import { IIdUlong } from "../API/Interfaces/IIdUlong";
|
|
4
|
-
import { INamed } from "../API/Interfaces/INamed";
|
|
5
|
-
import { IVisual } from "../API/Interfaces/IVisual";
|
|
6
|
-
import { SearchPattern } from "../API/SearchPattern";
|
|
7
|
-
import { TimeSpan } from "../API/TimeSpan";
|
|
8
|
-
import { codified, colour, double, email, JsonObject, uint, ulong } from "../API/Types";
|
|
9
|
-
import { Company } from "../Companies/Company";
|
|
10
|
-
import { MaintenanceInterval } from "./MaintenanceInterval";
|
|
11
|
-
/**
|
|
12
|
-
* Recurring service work
|
|
13
|
-
*/
|
|
14
|
-
export declare class MaintenanceSchedule extends BaseComponent implements IIdUlong, INamed, IBelongCompany, IVisual {
|
|
15
|
-
/**
|
|
16
|
-
* Unique identifier
|
|
17
|
-
*/
|
|
18
|
-
id: ulong;
|
|
19
|
-
/**
|
|
20
|
-
* The company to which this schedule belongs
|
|
21
|
-
* {@link Company.id}
|
|
22
|
-
*/
|
|
23
|
-
companyId: ulong;
|
|
24
|
-
/**
|
|
25
|
-
* The {@link Company} to which this schedule belongs
|
|
26
|
-
*/
|
|
27
|
-
get company(): Company;
|
|
28
|
-
/**
|
|
29
|
-
* The name of the work to be done. Like "oil change".
|
|
30
|
-
*/
|
|
31
|
-
name: string;
|
|
32
|
-
/**
|
|
33
|
-
* Notes about the work to be done. Like "change the oil and oil filter".
|
|
34
|
-
*/
|
|
35
|
-
notes: string;
|
|
36
|
-
/**
|
|
37
|
-
* The targeting expression to select which Vehicles and Trailers require this maintenance work.
|
|
38
|
-
*/
|
|
39
|
-
targets: SearchPattern[] | null;
|
|
40
|
-
/**
|
|
41
|
-
* List of Users to send notifications.
|
|
42
|
-
*/
|
|
43
|
-
notify: email[];
|
|
44
|
-
/**
|
|
45
|
-
* The fill/background colour of the icon.
|
|
46
|
-
*/
|
|
47
|
-
fill: colour;
|
|
48
|
-
/**
|
|
49
|
-
* Outline and graphic colour.
|
|
50
|
-
*/
|
|
51
|
-
stroke: colour;
|
|
52
|
-
/**
|
|
53
|
-
* The name of the symbol for this schedule.
|
|
54
|
-
*/
|
|
55
|
-
graphic: codified;
|
|
56
|
-
/**
|
|
57
|
-
* The number of days in advance to predict a job will become pending.
|
|
58
|
-
*/
|
|
59
|
-
predictionDays: uint;
|
|
60
|
-
/**
|
|
61
|
-
* The number of days between service visits.
|
|
62
|
-
*/
|
|
63
|
-
recurDays: uint;
|
|
64
|
-
/**
|
|
65
|
-
* The amount of mileage between service visits.
|
|
66
|
-
*/
|
|
67
|
-
recurDistance: double;
|
|
68
|
-
/**
|
|
69
|
-
* The number of operating hours between service visits.
|
|
70
|
-
*/
|
|
71
|
-
recurEngineHours: double;
|
|
72
|
-
/**
|
|
73
|
-
* The per-asset details calculated by the system to help predict the creation of Maintenance Jobs.
|
|
74
|
-
*/
|
|
75
|
-
intervals: Map<ulong, MaintenanceInterval>;
|
|
76
|
-
/**
|
|
77
|
-
* The name of the garage or service facility where the work is done.
|
|
78
|
-
*/
|
|
79
|
-
garage: string;
|
|
80
|
-
/**
|
|
81
|
-
* The estimated time for the job.
|
|
82
|
-
*/
|
|
83
|
-
duration: TimeSpan;
|
|
84
|
-
/**
|
|
85
|
-
* The estimated cost for the job cost in dollars.
|
|
86
|
-
*/
|
|
87
|
-
cost: double;
|
|
88
|
-
/**
|
|
89
|
-
* A reference code used to track this job.
|
|
90
|
-
*/
|
|
91
|
-
reference: string;
|
|
92
|
-
toJSON(): {
|
|
93
|
-
id: number | null;
|
|
94
|
-
v: number[];
|
|
95
|
-
company: number;
|
|
96
|
-
name: string;
|
|
97
|
-
notes: string;
|
|
98
|
-
notify: string[];
|
|
99
|
-
targets: string | null;
|
|
100
|
-
fill: string;
|
|
101
|
-
stroke: string;
|
|
102
|
-
graphic: string;
|
|
103
|
-
garage: string;
|
|
104
|
-
cost: number;
|
|
105
|
-
duration: string;
|
|
106
|
-
reference: string;
|
|
107
|
-
predictionDays: number;
|
|
108
|
-
recurDays: number | null;
|
|
109
|
-
recurDistance: number | null;
|
|
110
|
-
recurEngineHours: number | null;
|
|
111
|
-
intervals: JsonObject;
|
|
112
|
-
};
|
|
113
|
-
fromJSON(json: JsonObject, force?: boolean): boolean;
|
|
114
|
-
/**
|
|
115
|
-
* The {@link id} is the key.
|
|
116
|
-
*/
|
|
117
|
-
getKey(): number;
|
|
118
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The priority of the alert.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum AlertPriority {
|
|
5
|
-
/**
|
|
6
|
-
* Sends when no other alerts are pending in the queue.
|
|
7
|
-
*/
|
|
8
|
-
low = "low",
|
|
9
|
-
/**
|
|
10
|
-
* Sends in when there are no high priority alerts in the queue.
|
|
11
|
-
*/
|
|
12
|
-
normal = "normal",
|
|
13
|
-
/**
|
|
14
|
-
* Sends before low and normal priority alerts.
|
|
15
|
-
*/
|
|
16
|
-
high = "high"
|
|
17
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { JsonObject } from '../API/Types';
|
|
2
|
-
import { AlertPriority } from './AlertPriority';
|
|
3
|
-
import { MessageBase } from './MessageBase';
|
|
4
|
-
/**
|
|
5
|
-
* An automatically generated notification sent to a user by the system.
|
|
6
|
-
*/
|
|
7
|
-
export declare class AssetAlert extends MessageBase {
|
|
8
|
-
/**
|
|
9
|
-
* The priority for which this message must send.
|
|
10
|
-
*/
|
|
11
|
-
priority: AlertPriority;
|
|
12
|
-
toJSON(): {
|
|
13
|
-
priority: AlertPriority;
|
|
14
|
-
id: number | null;
|
|
15
|
-
v: number[];
|
|
16
|
-
company: number;
|
|
17
|
-
status: import("./MessageStatus").MessageStatus;
|
|
18
|
-
kind: import("./MessageType").MessageType;
|
|
19
|
-
to: string;
|
|
20
|
-
from: string;
|
|
21
|
-
body: string;
|
|
22
|
-
processed: string | null;
|
|
23
|
-
delivered: string | null;
|
|
24
|
-
subject: string;
|
|
25
|
-
asset: number;
|
|
26
|
-
user: string;
|
|
27
|
-
};
|
|
28
|
-
fromJSON(json: JsonObject, force?: boolean): boolean;
|
|
29
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { email, JsonObject } from '../API/Types';
|
|
2
|
-
import { MessageBase } from './MessageBase';
|
|
3
|
-
import { MessageFolder } from './MessageFolder';
|
|
4
|
-
/**
|
|
5
|
-
* A conversational message between users and assets.
|
|
6
|
-
*/
|
|
7
|
-
export declare class AssetMessage extends MessageBase {
|
|
8
|
-
/**
|
|
9
|
-
* The folder under which this message is stored.
|
|
10
|
-
*/
|
|
11
|
-
folder: MessageFolder;
|
|
12
|
-
/**
|
|
13
|
-
* Indicates that this is a received message instead of a sent message.
|
|
14
|
-
*/
|
|
15
|
-
incoming: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* The user that read this message. This field is blank/null when unread.
|
|
18
|
-
* {@link User.login}
|
|
19
|
-
*/
|
|
20
|
-
readBy: email;
|
|
21
|
-
toJSON(): {
|
|
22
|
-
folder: MessageFolder;
|
|
23
|
-
incoming: boolean;
|
|
24
|
-
readBy: string;
|
|
25
|
-
id: number | null;
|
|
26
|
-
v: number[];
|
|
27
|
-
company: number;
|
|
28
|
-
status: import("./MessageStatus").MessageStatus;
|
|
29
|
-
kind: import("./MessageType").MessageType;
|
|
30
|
-
to: string;
|
|
31
|
-
from: string;
|
|
32
|
-
body: string;
|
|
33
|
-
processed: string | null;
|
|
34
|
-
delivered: string | null;
|
|
35
|
-
subject: string;
|
|
36
|
-
asset: number;
|
|
37
|
-
user: string;
|
|
38
|
-
};
|
|
39
|
-
fromJSON(json: JsonObject, force?: boolean): boolean;
|
|
40
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { User } from "../Accounts/User";
|
|
2
|
-
import { BaseComponent } from "../API/BaseComponent";
|
|
3
|
-
import { IBelongAsset } from "../API/Interfaces/IBelongAsset";
|
|
4
|
-
import { IBelongCompany } from "../API/Interfaces/IBelongCompany";
|
|
5
|
-
import { IIdUlong } from "../API/Interfaces/IIdUlong";
|
|
6
|
-
import { email, JsonObject, ulong } from "../API/Types";
|
|
7
|
-
import { Asset } from "../Assets/Asset";
|
|
8
|
-
import { Company } from "../Companies/Company";
|
|
9
|
-
import { MessageStatus } from './MessageStatus';
|
|
10
|
-
import { MessageType } from './MessageType';
|
|
11
|
-
/**
|
|
12
|
-
* A base class for Alerts and Messages.
|
|
13
|
-
*/
|
|
14
|
-
export declare abstract class MessageBase extends BaseComponent implements IIdUlong, IBelongCompany, IBelongAsset {
|
|
15
|
-
/**
|
|
16
|
-
* Unique identifier of this memo.
|
|
17
|
-
*/
|
|
18
|
-
id: ulong;
|
|
19
|
-
/**
|
|
20
|
-
* The company to which this memo belongs.
|
|
21
|
-
* {@link Company.id}
|
|
22
|
-
*/
|
|
23
|
-
companyId: ulong;
|
|
24
|
-
/**
|
|
25
|
-
* The {@link Company} to which this memo belongs.
|
|
26
|
-
*/
|
|
27
|
-
get company(): Company;
|
|
28
|
-
/**
|
|
29
|
-
* Lifetime status
|
|
30
|
-
*/
|
|
31
|
-
status: MessageStatus;
|
|
32
|
-
/**
|
|
33
|
-
* Protocol type
|
|
34
|
-
*/
|
|
35
|
-
kind: MessageType;
|
|
36
|
-
/**
|
|
37
|
-
* Recipient address.
|
|
38
|
-
*/
|
|
39
|
-
to: email;
|
|
40
|
-
/**
|
|
41
|
-
* Sender address.
|
|
42
|
-
*/
|
|
43
|
-
from: email;
|
|
44
|
-
/**
|
|
45
|
-
* The main contents of the memo.
|
|
46
|
-
*/
|
|
47
|
-
body: string;
|
|
48
|
-
/**
|
|
49
|
-
* Date/time stamp of when the memo was processed.
|
|
50
|
-
*/
|
|
51
|
-
processed: Date;
|
|
52
|
-
/**
|
|
53
|
-
* Date/time stamp of when the memo was delivered (or sent if delivery information unavailable).
|
|
54
|
-
*/
|
|
55
|
-
delivered: Date;
|
|
56
|
-
/**
|
|
57
|
-
* The subject of this message.
|
|
58
|
-
*/
|
|
59
|
-
subject: string;
|
|
60
|
-
/**
|
|
61
|
-
* The asset to which this message relates.
|
|
62
|
-
* {@link Asset.id}
|
|
63
|
-
*/
|
|
64
|
-
assetId: ulong;
|
|
65
|
-
/**
|
|
66
|
-
* The {@link Asset} to which this message relates.
|
|
67
|
-
*/
|
|
68
|
-
get asset(): Asset;
|
|
69
|
-
/**
|
|
70
|
-
* The user who sent/received this message.
|
|
71
|
-
* {@link User.login}
|
|
72
|
-
*/
|
|
73
|
-
userLogin: email;
|
|
74
|
-
/**
|
|
75
|
-
* The user who sent/received this message.
|
|
76
|
-
* {@link User.login}
|
|
77
|
-
*/
|
|
78
|
-
get user(): User;
|
|
79
|
-
toJSON(): {
|
|
80
|
-
id: number | null;
|
|
81
|
-
v: number[];
|
|
82
|
-
company: number;
|
|
83
|
-
status: MessageStatus;
|
|
84
|
-
kind: MessageType;
|
|
85
|
-
to: string;
|
|
86
|
-
from: string;
|
|
87
|
-
body: string;
|
|
88
|
-
processed: string | null;
|
|
89
|
-
delivered: string | null;
|
|
90
|
-
subject: string;
|
|
91
|
-
asset: number;
|
|
92
|
-
user: string;
|
|
93
|
-
};
|
|
94
|
-
fromJSON(json: JsonObject, force?: boolean): boolean;
|
|
95
|
-
/**
|
|
96
|
-
* The {@link id} is the key.
|
|
97
|
-
*/
|
|
98
|
-
getKey(): number;
|
|
99
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The name of folder where the message is stored.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MessageFolder {
|
|
5
|
-
/**
|
|
6
|
-
* The inbox is loaded quickly from memory, but messages regularly move to the archive.
|
|
7
|
-
*/
|
|
8
|
-
inbox = "inbox",
|
|
9
|
-
/**
|
|
10
|
-
* The archive contains all previous messages, but must be queried from disk for retrieval.
|
|
11
|
-
*/
|
|
12
|
-
archive = "archive"
|
|
13
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Memos have a lifetime and each status represents a memos's progress through it's life.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MessageStatus {
|
|
5
|
-
/**
|
|
6
|
-
* Waiting to be sent.
|
|
7
|
-
*/
|
|
8
|
-
created = "created",
|
|
9
|
-
/**
|
|
10
|
-
* Sent or received.
|
|
11
|
-
*/
|
|
12
|
-
processed = "processed",
|
|
13
|
-
/**
|
|
14
|
-
* Failed to send.
|
|
15
|
-
*/
|
|
16
|
-
failed = "failed",
|
|
17
|
-
/**
|
|
18
|
-
* Failed to send because too many memos were sent.
|
|
19
|
-
*/
|
|
20
|
-
throttled = "throttled",
|
|
21
|
-
/**
|
|
22
|
-
* Memo sent, but returned with error from receiving server.
|
|
23
|
-
*/
|
|
24
|
-
bounceback = "bounceback",
|
|
25
|
-
/**
|
|
26
|
-
* Memo has been responded to or acknowledged by the recipient.
|
|
27
|
-
*/
|
|
28
|
-
acknowledged = "acknowledged"
|
|
29
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The kind of protocol used for this memo.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MessageType {
|
|
5
|
-
/**
|
|
6
|
-
* If the type of memo has not yet been determined, or there was an error determining its type.
|
|
7
|
-
*/
|
|
8
|
-
unknown = "unknown",
|
|
9
|
-
/**
|
|
10
|
-
* Short Message Service (text message)
|
|
11
|
-
*/
|
|
12
|
-
sms = "sms",
|
|
13
|
-
/**
|
|
14
|
-
* Email
|
|
15
|
-
*/
|
|
16
|
-
email = "email",
|
|
17
|
-
/**
|
|
18
|
-
* Garmin/Magellan/etc (Personal Navigation Device)
|
|
19
|
-
*/
|
|
20
|
-
pnd = "pnd",
|
|
21
|
-
/**
|
|
22
|
-
* Google Cloud Message
|
|
23
|
-
*/
|
|
24
|
-
gcm = "gcm",
|
|
25
|
-
/**
|
|
26
|
-
* Apple Push Notification Service
|
|
27
|
-
*/
|
|
28
|
-
apn = "apn",
|
|
29
|
-
/**
|
|
30
|
-
* WebSocket alert message
|
|
31
|
-
*/
|
|
32
|
-
socket = "socket"
|
|
33
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { BaseComponent } from "../API/BaseComponent";
|
|
2
|
-
import { LatLng } from "../API/Geography/LatLng";
|
|
3
|
-
import { IBelongCompany } from "../API/Interfaces/IBelongCompany";
|
|
4
|
-
import { IIconic } from "../API/Interfaces/IIconic";
|
|
5
|
-
import { IIdUlong } from "../API/Interfaces/IIdUlong";
|
|
6
|
-
import { ILabelled } from "../API/Interfaces/ILabelled";
|
|
7
|
-
import { INamed } from "../API/Interfaces/INamed";
|
|
8
|
-
import { IPictured } from "../API/Interfaces/IPictured";
|
|
9
|
-
import { JsonObject, codified, colour, double, ulong } from "../API/Types";
|
|
10
|
-
import { Company } from "../Companies/Company";
|
|
11
|
-
import { Icon } from "../Images/Icon";
|
|
12
|
-
import { Picture } from "../Images/Picture";
|
|
13
|
-
import { PlaceType } from "./PlaceType";
|
|
14
|
-
/**
|
|
15
|
-
* A POI (point-of-interest) saved to the system to help determine an asset's real-world position.
|
|
16
|
-
*/
|
|
17
|
-
export declare class Place extends BaseComponent implements IIdUlong, INamed, IIconic, IBelongCompany, ILabelled, IPictured {
|
|
18
|
-
/**
|
|
19
|
-
* Unique identifier of this POI.
|
|
20
|
-
*/
|
|
21
|
-
id: ulong;
|
|
22
|
-
/**
|
|
23
|
-
* The company to which this POI belongs.
|
|
24
|
-
* {@link Company.id}
|
|
25
|
-
*/
|
|
26
|
-
companyId: ulong;
|
|
27
|
-
/**
|
|
28
|
-
* The {@link Company} to which this POI belongs.
|
|
29
|
-
*/
|
|
30
|
-
get company(): Company;
|
|
31
|
-
/**
|
|
32
|
-
* The kind of geography represented by this POI.
|
|
33
|
-
*/
|
|
34
|
-
kind: PlaceType;
|
|
35
|
-
/**
|
|
36
|
-
* POI's common name instead of street address.
|
|
37
|
-
*/
|
|
38
|
-
name: string;
|
|
39
|
-
/**
|
|
40
|
-
* Full street address including province/state, country, and postal/zip code.
|
|
41
|
-
*/
|
|
42
|
-
address: string;
|
|
43
|
-
/**
|
|
44
|
-
* The icon used to display this POI in lists and on the map.
|
|
45
|
-
* {@link Icon.id}
|
|
46
|
-
*/
|
|
47
|
-
iconId: ulong;
|
|
48
|
-
/**
|
|
49
|
-
* The {@link Icon} used to display this POI in lists and on the map.
|
|
50
|
-
*/
|
|
51
|
-
get icon(): Icon;
|
|
52
|
-
set icon(value: Icon);
|
|
53
|
-
/**
|
|
54
|
-
* Notes!
|
|
55
|
-
*/
|
|
56
|
-
notes: string;
|
|
57
|
-
/**
|
|
58
|
-
* The codified names of labels
|
|
59
|
-
*/
|
|
60
|
-
labels: codified[];
|
|
61
|
-
/**
|
|
62
|
-
* The fill colour given to this place for easy visual identification on the map (given in 24bit hex; #RRGGBB)
|
|
63
|
-
*/
|
|
64
|
-
colour: colour;
|
|
65
|
-
/**
|
|
66
|
-
* {@link Picture.id}s of this POI.
|
|
67
|
-
*/
|
|
68
|
-
pictureIds: ulong[];
|
|
69
|
-
/**
|
|
70
|
-
* {@link Picture}s of this POI.
|
|
71
|
-
*/
|
|
72
|
-
get pictures(): Picture[];
|
|
73
|
-
set pictures(values: Picture[]);
|
|
74
|
-
/**
|
|
75
|
-
* A custom field used to refer to an external system.
|
|
76
|
-
*/
|
|
77
|
-
reference: string;
|
|
78
|
-
/**
|
|
79
|
-
* A central point of the shape.
|
|
80
|
-
* This is the exact centre of a {@link PlaceType.radial} and {@link PlaceType.point} shaped places, and the location of the pin on the map for all types.
|
|
81
|
-
* When routing, {@link PlaceType.polygon} and {@link PlaceType.rectangle} shapes use the anchor as the location within the place for deliveries.
|
|
82
|
-
*/
|
|
83
|
-
anchor: LatLng | null;
|
|
84
|
-
/**
|
|
85
|
-
* This member is only present for {@link PlaceType.radial} shapes, and is the radius in meters from the centre anchor.
|
|
86
|
-
*/
|
|
87
|
-
radius: double;
|
|
88
|
-
/**
|
|
89
|
-
* A list of points forming a non-self-intersecting polygon.
|
|
90
|
-
*/
|
|
91
|
-
points: LatLng[] | null;
|
|
92
|
-
toJSON(): {
|
|
93
|
-
id: number | null;
|
|
94
|
-
v: number[];
|
|
95
|
-
company: number;
|
|
96
|
-
icon: number;
|
|
97
|
-
name: string;
|
|
98
|
-
notes: string;
|
|
99
|
-
address: string;
|
|
100
|
-
kind: PlaceType;
|
|
101
|
-
labels: string[];
|
|
102
|
-
colour: string;
|
|
103
|
-
pictures: number[];
|
|
104
|
-
reference: string;
|
|
105
|
-
anchor: import("../API/Geography/Interfaces").ILatLng | null;
|
|
106
|
-
radius: number | null;
|
|
107
|
-
shape: string | null;
|
|
108
|
-
};
|
|
109
|
-
fromJSON(json: JsonObject, force?: boolean): boolean;
|
|
110
|
-
/**
|
|
111
|
-
* The {@link id} is the key.
|
|
112
|
-
*/
|
|
113
|
-
getKey(): number;
|
|
114
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The types of geography the system supports
|
|
3
|
-
*/
|
|
4
|
-
export declare enum PlaceType {
|
|
5
|
-
/**
|
|
6
|
-
* A lat/long coordinate pair.
|
|
7
|
-
* Places of this type do not contain the {@link Vorgon.PlaceGeneral.radius} or {@link Vorgon.PlaceGeneral.shape} keys.
|
|
8
|
-
*/
|
|
9
|
-
point = "point",
|
|
10
|
-
/**
|
|
11
|
-
* Defined as a radius around a lat/long pair used to create a circular boundary.
|
|
12
|
-
* Places of this type do not contain the {@link Vorgon.PlaceGeneral.shape} key.
|
|
13
|
-
*/
|
|
14
|
-
radial = "radial",
|
|
15
|
-
/**
|
|
16
|
-
* The {@link Vorgon.PlaceGeneral.shape} is an array of lat/long coordinates used to create a boundary.
|
|
17
|
-
* Places of this type do not contain the {@link Vorgon.PlaceGeneral.radius} key.
|
|
18
|
-
*/
|
|
19
|
-
polygon = "polygon",
|
|
20
|
-
/**
|
|
21
|
-
* The {@link Vorgon.PlaceGeneral.shape} is an array of two lat/long coordinates defined as north-east and south-west corners.
|
|
22
|
-
* Places of this type do not contain the {@link Vorgon.PlaceGeneral.radius} key.
|
|
23
|
-
*/
|
|
24
|
-
rectangle = "rectangle"
|
|
25
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { BaseComponent } from "../../API/BaseComponent";
|
|
2
|
-
import { IBelongCompany } from "../../API/Interfaces/IBelongCompany";
|
|
3
|
-
import { IIdUlong } from "../../API/Interfaces/IIdUlong";
|
|
4
|
-
import { INamed } from "../../API/Interfaces/INamed";
|
|
5
|
-
import { SearchPattern } from "../../API/SearchPattern";
|
|
6
|
-
import { JsonObject, ulong } from "../../API/Types";
|
|
7
|
-
import { Company } from "../../Companies/Company";
|
|
8
|
-
import { ProviderScript } from "./ProviderScript";
|
|
9
|
-
/**
|
|
10
|
-
* The configured script loaded onto the provider over-the-air to control it's reporting schedule and behaviour.
|
|
11
|
-
*/
|
|
12
|
-
export declare class ProviderConfig extends BaseComponent implements IIdUlong, INamed, IBelongCompany {
|
|
13
|
-
/**
|
|
14
|
-
* Unique identifier of this configuration.
|
|
15
|
-
*/
|
|
16
|
-
id: ulong;
|
|
17
|
-
/**
|
|
18
|
-
* The company to which this configuration belongs.
|
|
19
|
-
* {@link Company.id}
|
|
20
|
-
*/
|
|
21
|
-
companyId: ulong;
|
|
22
|
-
/**
|
|
23
|
-
* The {@link Company} to which this configuration belongs.
|
|
24
|
-
*/
|
|
25
|
-
get company(): Company;
|
|
26
|
-
/**
|
|
27
|
-
* The script which this configuration implements.
|
|
28
|
-
* {@link ProviderScript.id}
|
|
29
|
-
*/
|
|
30
|
-
scriptId: ulong;
|
|
31
|
-
/**
|
|
32
|
-
* The {@link ProviderScript} which this configuration implements.
|
|
33
|
-
*/
|
|
34
|
-
get script(): ProviderScript;
|
|
35
|
-
set script(value: ProviderScript);
|
|
36
|
-
/**
|
|
37
|
-
* The nickname given to this configuration
|
|
38
|
-
*/
|
|
39
|
-
name: string;
|
|
40
|
-
/**
|
|
41
|
-
* Simple details about how the providers are expected to behave.
|
|
42
|
-
*/
|
|
43
|
-
notes: string;
|
|
44
|
-
/**
|
|
45
|
-
* The list of defined variable name/value pairs that the script requires.
|
|
46
|
-
*/
|
|
47
|
-
parameters: Map<string, string>;
|
|
48
|
-
/**
|
|
49
|
-
* A search pattern used to filter which Places' geometry are used as geofences.
|
|
50
|
-
* Use null to disable.
|
|
51
|
-
* Use "*" to match all the Places the Provider's Asset can match.
|
|
52
|
-
* Or use "#123456" or "label:term" like other Place search patterns.
|
|
53
|
-
*/
|
|
54
|
-
geofences: SearchPattern[] | null;
|
|
55
|
-
toJSON(): {
|
|
56
|
-
id: number | null;
|
|
57
|
-
v: number[];
|
|
58
|
-
company: number | null;
|
|
59
|
-
script: number | null;
|
|
60
|
-
name: string;
|
|
61
|
-
notes: string;
|
|
62
|
-
parameters: JsonObject;
|
|
63
|
-
geofences: string | null;
|
|
64
|
-
};
|
|
65
|
-
fromJSON(json: JsonObject, force?: boolean): boolean;
|
|
66
|
-
/**
|
|
67
|
-
* The {@link id} is the key.
|
|
68
|
-
*/
|
|
69
|
-
getKey(): number;
|
|
70
|
-
}
|