@trakit/objects 0.0.1 → 0.0.5
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/API/Base.d.ts +3 -2
- package/API/BaseComponent.d.ts +9 -6
- package/API/Codifier.d.ts +11 -1
- package/API/Encoding.d.ts +9 -0
- package/API/Files.d.ts +4 -4
- package/API/Functions.d.ts +26 -21
- package/API/Geography/Functions.d.ts +4 -0
- package/API/Geography/Interfaces.d.ts +19 -14
- package/API/Geography/LatLng.d.ts +9 -1
- package/API/Geography/LatLngBounds.d.ts +2 -1
- package/API/Geography/Position.d.ts +23 -11
- package/API/Geography/StreetAddress.d.ts +3 -2
- package/API/Geometry/Functions.d.ts +1 -1
- package/API/Geometry/Point.d.ts +4 -3
- package/API/Geometry/Radial.d.ts +5 -4
- package/API/Geometry/Rectangle.d.ts +3 -7
- package/API/Geometry/Size.d.ts +8 -2
- package/API/Interfaces/IAuditable.d.ts +31 -0
- package/API/Interfaces/IDeserializable.d.ts +2 -1
- package/API/Interfaces/ILabelled.d.ts +2 -1
- package/API/Interfaces/IRequestable.d.ts +5 -1
- package/API/Objects.d.ts +0 -28
- package/API/SearchPattern.d.ts +3 -2
- package/API/TimeSpan.d.ts +7 -38
- package/API/Timezone.d.ts +3 -3
- package/API/Types.d.ts +18 -0
- package/Accounts/Contact.d.ts +10 -10
- package/Accounts/Machine.d.ts +14 -6
- package/Accounts/Permissions/Permission.d.ts +3 -3
- package/Accounts/Permissions/PermissionEscalation.d.ts +11 -3
- package/Accounts/Permissions/PermissionEscalationState.d.ts +5 -3
- package/Accounts/Session.d.ts +2 -2
- package/Accounts/User.d.ts +10 -10
- package/Accounts/UserAdvanced.d.ts +2 -2
- package/Accounts/UserGeneral.d.ts +5 -5
- package/Accounts/UserGroup.d.ts +3 -3
- package/Accounts/UserNotifications.d.ts +2 -2
- package/Assets/Asset.d.ts +56 -24
- package/Assets/AssetAdvanced.d.ts +8 -20
- package/Assets/AssetAttribute.d.ts +2 -2
- package/Assets/AssetDispatch.d.ts +5 -12
- package/Assets/AssetGeneral.d.ts +44 -24
- package/Assets/AssetPlaceStatus.d.ts +2 -2
- package/Behaviours/Behaviour.d.ts +4 -4
- package/Behaviours/BehaviourLog.d.ts +3 -3
- package/Behaviours/BehaviourParameter.d.ts +2 -1
- package/Behaviours/BehaviourScript.d.ts +4 -4
- package/Billing/BillableBase.d.ts +3 -3
- package/Billing/BillableSmsProfile.d.ts +2 -2
- package/Billing/BillingProfile.d.ts +3 -3
- package/Billing/Hosting/BillableHostingBase.d.ts +2 -2
- package/Billing/Hosting/BillableHostingDiscount.d.ts +2 -1
- package/Billing/Hosting/BillableHostingLicense.d.ts +2 -1
- package/Billing/Hosting/BillableHostingRule.d.ts +2 -1
- package/Billing/Report/BillingReport.d.ts +3 -3
- package/Billing/Report/BillingReportBreakdown.d.ts +2 -2
- package/Billing/Report/BillingReportHostingSummary.d.ts +2 -2
- package/Billing/Report/BillingReportLicenseBreakdown.d.ts +2 -2
- package/Billing/Report/BillingReportServiceBreakdown.d.ts +2 -2
- package/Billing/Report/BillingReportSummary.d.ts +2 -2
- package/Companies/ColourStyle.d.ts +2 -2
- package/Companies/Company.d.ts +48 -33
- package/Companies/CompanyDirectory.d.ts +10 -5
- package/Companies/CompanyGeneral.d.ts +10 -5
- package/Companies/{CompanyPolicies.d.ts → CompanyPolicy.d.ts} +9 -4
- package/Companies/CompanyReseller.d.ts +14 -9
- package/Companies/{CompanyStyles.d.ts → CompanyStyle.d.ts} +11 -6
- package/Companies/LabelStyle.d.ts +2 -2
- package/Companies/NotificationServerEmail.d.ts +2 -2
- package/Companies/NotificationServerSms.d.ts +3 -3
- package/Companies/PasswordPolicy.d.ts +2 -2
- package/Companies/SessionPolicy.d.ts +2 -2
- package/Dispatch/DispatchDirection.d.ts +3 -3
- package/Dispatch/DispatchJob.d.ts +4 -4
- package/Dispatch/DispatchStep.d.ts +4 -4
- package/Dispatch/DispatchStepState.d.ts +3 -3
- package/Dispatch/DispatchTask.d.ts +5 -5
- package/Hosting/Document.d.ts +3 -3
- package/Hosting/Fields/FormFieldAttachments.d.ts +4 -11
- package/Hosting/Fields/FormFieldBase.d.ts +8 -23
- package/Hosting/Fields/FormFieldBase_fromJSON.d.ts +1 -0
- package/Hosting/Fields/FormFieldBoolean.d.ts +4 -12
- package/Hosting/Fields/FormFieldChoice.d.ts +10 -12
- package/Hosting/Fields/FormFieldDate.d.ts +2 -9
- package/Hosting/Fields/FormFieldNumeric.d.ts +2 -9
- package/Hosting/Fields/FormFieldSignature.d.ts +2 -2
- package/Hosting/Fields/FormFieldText.d.ts +2 -9
- package/Hosting/Fields/FormFieldTime.d.ts +12 -9
- package/Hosting/Fields/FormFieldTimezone.d.ts +2 -2
- package/Hosting/FormResult.d.ts +4 -4
- package/Hosting/FormTemplate.d.ts +3 -3
- package/Images/Dashcam.d.ts +3 -3
- package/Images/DashcamBase.d.ts +2 -2
- package/Images/DashcamLive.d.ts +3 -3
- package/Images/Icon.d.ts +7 -27
- package/Images/IconGlyph.d.ts +5 -12
- package/Images/IconLabel.d.ts +5 -8
- package/Images/Picture.d.ts +3 -3
- package/Maintenance/MaintenanceInterval.d.ts +2 -2
- package/Maintenance/MaintenanceJob.d.ts +3 -3
- package/Maintenance/MaintenanceSchedule.d.ts +4 -4
- package/Messaging/AssetAlert.d.ts +2 -1
- package/Messaging/AssetMessage.d.ts +2 -2
- package/Messaging/MessageBase.d.ts +3 -3
- package/Places/Place.d.ts +4 -4
- package/Providers/Config/ProviderConfig.d.ts +4 -4
- package/Providers/Config/ProviderRegistration.d.ts +2 -2
- package/Providers/Config/ProviderScript.d.ts +4 -4
- package/Providers/Config/ProviderScriptBlock.d.ts +2 -1
- package/Providers/Config/ProviderScriptParameter.d.ts +2 -2
- package/Providers/Configuration/ProviderConfiguration.d.ts +4 -4
- package/Providers/Configuration/ProviderConfigurationNode.d.ts +4 -3
- package/Providers/Configuration/ProviderConfigurationType.d.ts +4 -4
- package/Providers/Configuration/ProviderGeofenceBase.d.ts +6 -8
- package/Providers/Configuration/ProviderGeofenceBase_fromJSON.d.ts +1 -0
- package/Providers/Provider.d.ts +80 -14
- package/Providers/ProviderAdvanced.d.ts +4 -4
- package/Providers/ProviderCommand.d.ts +2 -2
- package/Providers/ProviderControl.d.ts +3 -3
- package/Providers/ProviderData.d.ts +2 -2
- package/Providers/ProviderGeneral.d.ts +18 -10
- package/Reports/ReportBreakdown.d.ts +9 -32
- package/Reports/ReportBreakdownJob.d.ts +6 -31
- package/Reports/ReportBreakdownMessage.d.ts +7 -32
- package/Reports/ReportBreakdownTask.d.ts +6 -31
- package/Reports/ReportBreakdown_fromJSON.d.ts +1 -0
- package/Reports/ReportNotifications.d.ts +3 -3
- package/Reports/ReportOptions.d.ts +3 -2
- package/Reports/ReportParameter.d.ts +2 -1
- package/Reports/ReportRecurrence.d.ts +2 -2
- package/Reports/ReportResult.d.ts +9 -9
- package/Reports/ReportSchedule.d.ts +3 -3
- package/Reports/ReportScorecard.d.ts +3 -3
- package/Reports/ReportScorecardParameter.d.ts +2 -2
- package/Reports/ReportScorecardRules.d.ts +2 -2
- package/Reports/ReportSummary.d.ts +5 -33
- package/Reports/ReportTemplate.d.ts +3 -3
- package/Reports/ReportTotal.d.ts +2 -2
- package/index.d.ts +406 -0
- package/package.json +31 -22
- package/{Storage.d.ts → storage.d.ts} +11 -1
- package/trakit-objects.min.js +8 -0
- package/API/Component.d.ts +0 -42
- package/API/Compound.d.ts +0 -19
- 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/README.md +0 -13
- package/Reports/ReportDataTotal.d.ts +0 -50
- package/objects.d.ts +0 -534
- package/objects.min.js +0 -7
package/objects.d.ts
DELETED
|
@@ -1,534 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Object definitions that work with our various APIs.
|
|
3
|
-
* {@link https://apis.trakit.ca/ts|TypeScript API documentation.}
|
|
4
|
-
* Last updated on Thu Feb 27 2025 11:59:01
|
|
5
|
-
* @copyright Trak-iT Wireless Inc. 2025
|
|
6
|
-
*/
|
|
7
|
-
import { Contact } from "./Accounts/Contact";
|
|
8
|
-
import { Machine } from "./Accounts/Machine";
|
|
9
|
-
import { NotificationMethod } from "./Accounts/NotificationMethod";
|
|
10
|
-
import { compute, computeAll, computeAllComplex, computeAllSimple, computeComplex, computeSimple, computeSimpleLevels, findAllEscalations, findAllLabelEscalations, findAnyComplex, findComplex, findComplexLevel, findEscalations, findLabelEscalation, findSimple, findSimpleLevel, getComplexLevel, getSimpleLevel, hasAnyComplex, hasComplex, hasSimple } from './Accounts/Permissions/Authorizer';
|
|
11
|
-
import { Permission } from "./Accounts/Permissions/Permission";
|
|
12
|
-
import { PermissionEscalation } from "./Accounts/Permissions/PermissionEscalation";
|
|
13
|
-
import { PermissionEscalationState } from "./Accounts/Permissions/PermissionEscalationState";
|
|
14
|
-
import { PermissionEscalationType } from "./Accounts/Permissions/PermissionEscalationType";
|
|
15
|
-
import { PermissionLevel } from "./Accounts/Permissions/PermissionLevel";
|
|
16
|
-
import { PermissionMethod } from "./Accounts/Permissions/PermissionMethod";
|
|
17
|
-
import { PermissionType } from "./Accounts/Permissions/PermissionType";
|
|
18
|
-
import { Session } from "./Accounts/Session";
|
|
19
|
-
import { SessionStatus } from "./Accounts/SessionStatus";
|
|
20
|
-
import { SystemsOfUnits } from "./Accounts/SystemsOfUnits";
|
|
21
|
-
import { User } from "./Accounts/User";
|
|
22
|
-
import { UserAdvanced } from "./Accounts/UserAdvanced";
|
|
23
|
-
import { UserGeneral } from "./Accounts/UserGeneral";
|
|
24
|
-
import { UserGroup } from "./Accounts/UserGroup";
|
|
25
|
-
import { UserNotifications } from "./Accounts/UserNotifications";
|
|
26
|
-
import { CODIFY } from "./API/Codifier";
|
|
27
|
-
import { FILESIZE_HELPER, NUMBER_GROUPS } from "./API/Files";
|
|
28
|
-
import { DOUGLASPEUCKER, IS_AN, IS_NOTHING, PASSWORD_DECODE, PASSWORD_ENCODE, PHONE_PARSE, PYTHAGORA, ROUND_TO } from "./API/Functions";
|
|
29
|
-
import { GEOFENCE_AREA, GEOFENCE_CONTAINS, GEOFENCE_PEUCKER, GEOFENCE_WIDEST, LATITUDE_NORMALIZED, LATLNG_ANGLE, LATLNG_DISTANCE, LATLNG_DISTANCE_VINCENTY, LATLNG_GREAT_CIRCLE, LATLNG_MIDPOINT, LATLNG_TRANSLATE, LONGITUDE_NORMALIZED, ROUTE_DECODE, ROUTE_ENCODE, ROUTE_LENGTH, ROUTE_PEUCKER } from "./API/Geography/Functions";
|
|
30
|
-
import { LatLng } from "./API/Geography/LatLng";
|
|
31
|
-
import { LatLngBounds } from "./API/Geography/LatLngBounds";
|
|
32
|
-
import { Position } from "./API/Geography/Position";
|
|
33
|
-
import { StreetAddress } from "./API/Geography/StreetAddress";
|
|
34
|
-
import { PATH_LENGTH, PATH_ORTHOGONAL, PATH_PEUCKER, POINT_ANGLE, POINT_DISTANCE, POINT_VECTOR, POLY_AREA, POLY_CONTAINS, POLY_PEUCKER, POLY_WRAPPER, RADIAL_AREA, RADIAL_BADOIU_CLARKSON, RADIAL_CIRCUMFERENCE, RADIAL_OVERLAP_RECTANGLE } from "./API/Geometry/Functions";
|
|
35
|
-
import { Point } from "./API/Geometry/Point";
|
|
36
|
-
import { Radial } from "./API/Geometry/Radial";
|
|
37
|
-
import { Rectangle } from "./API/Geometry/Rectangle";
|
|
38
|
-
import { Size } from "./API/Geometry/Size";
|
|
39
|
-
import { GUID } from "./API/Guid";
|
|
40
|
-
import { MERGE } from "./API/Objects";
|
|
41
|
-
import { SearchPattern } from "./API/SearchPattern";
|
|
42
|
-
import { TIMESPACE_PARSE, TIMESPACE_STRINGIFY, TimeSpan } from "./API/TimeSpan";
|
|
43
|
-
import { Timezone } from "./API/Timezone";
|
|
44
|
-
import { TIMEZONE_FIND } from "./API/Timezones";
|
|
45
|
-
import { Asset } from "./Assets/Asset";
|
|
46
|
-
import { AssetAdvanced } from "./Assets/AssetAdvanced";
|
|
47
|
-
import { AssetAttribute } from "./Assets/AssetAttribute";
|
|
48
|
-
import { AssetDispatch } from "./Assets/AssetDispatch";
|
|
49
|
-
import { AssetGeneral } from "./Assets/AssetGeneral";
|
|
50
|
-
import { AssetPlaceStatus } from "./Assets/AssetPlaceStatus";
|
|
51
|
-
import { AssetPlaceStatusType } from "./Assets/AssetPlaceStatusType";
|
|
52
|
-
import { AssetType } from "./Assets/AssetType";
|
|
53
|
-
import { Person } from "./Assets/Person";
|
|
54
|
-
import { PersonGeneral } from "./Assets/PersonGeneral";
|
|
55
|
-
import { Trailer } from "./Assets/Trailer";
|
|
56
|
-
import { TrailerGeneral } from "./Assets/TrailerGeneral";
|
|
57
|
-
import { Vehicle } from "./Assets/Vehicle";
|
|
58
|
-
import { VehicleAdvanced } from "./Assets/VehicleAdvanced";
|
|
59
|
-
import { VehicleGeneral } from "./Assets/VehicleGeneral";
|
|
60
|
-
import { Behaviour } from "./Behaviours/Behaviour";
|
|
61
|
-
import { BehaviourLog } from "./Behaviours/BehaviourLog";
|
|
62
|
-
import { BehaviourLogType } from "./Behaviours/BehaviourLogType";
|
|
63
|
-
import { BehaviourParameter } from "./Behaviours/BehaviourParameter";
|
|
64
|
-
import { BehaviourParameterType } from "./Behaviours/BehaviourParameterType";
|
|
65
|
-
import { BehaviourScript } from "./Behaviours/BehaviourScript";
|
|
66
|
-
import { BillingCurrency } from "./Billing/BillingCurrency";
|
|
67
|
-
import { BillingCycle } from "./Billing/BillingCycle";
|
|
68
|
-
import { BillingProfile } from "./Billing/BillingProfile";
|
|
69
|
-
import { BillableHostingDiscount } from "./Billing/Hosting/BillableHostingDiscount";
|
|
70
|
-
import { BillableHostingLicense } from "./Billing/Hosting/BillableHostingLicense";
|
|
71
|
-
import { BillableHostingLicenseType } from "./Billing/Hosting/BillableHostingLicenseType";
|
|
72
|
-
import { BillableHostingRule } from "./Billing/Hosting/BillableHostingRule";
|
|
73
|
-
import { BillableHostingType } from "./Billing/Hosting/BillableHostingType";
|
|
74
|
-
import { BillingReport } from "./Billing/Report/BillingReport";
|
|
75
|
-
import { BillingReportBreakdown } from "./Billing/Report/BillingReportBreakdown";
|
|
76
|
-
import { BillingReportHostingSummary } from "./Billing/Report/BillingReportHostingSummary";
|
|
77
|
-
import { BillingReportLicenseBreakdown } from "./Billing/Report/BillingReportLicenseBreakdown";
|
|
78
|
-
import { BillingReportServiceBreakdown } from "./Billing/Report/BillingReportServiceBreakdown";
|
|
79
|
-
import { BillingReportStatus } from "./Billing/Report/BillingReportStatus";
|
|
80
|
-
import { BillingReportSummary } from "./Billing/Report/BillingReportSummary";
|
|
81
|
-
import { ColourStyle } from "./Companies/ColourStyle";
|
|
82
|
-
import { Company } from "./Companies/Company";
|
|
83
|
-
import { CompanyDirectory } from "./Companies/CompanyDirectory";
|
|
84
|
-
import { CompanyGeneral } from "./Companies/CompanyGeneral";
|
|
85
|
-
import { CompanyPolicies } from "./Companies/CompanyPolicies";
|
|
86
|
-
import { CompanyReseller } from "./Companies/CompanyReseller";
|
|
87
|
-
import { CompanyStyles } from "./Companies/CompanyStyles";
|
|
88
|
-
import { LabelStyle } from "./Companies/LabelStyle";
|
|
89
|
-
import { NotificationServerEmail } from "./Companies/NotificationServerEmail";
|
|
90
|
-
import { NotificationServerSms } from "./Companies/NotificationServerSms";
|
|
91
|
-
import { PasswordExpiryMode } from "./Companies/PasswordExpiryMode";
|
|
92
|
-
import { PasswordPolicy } from "./Companies/PasswordPolicy";
|
|
93
|
-
import { SessionMultiUser } from "./Companies/SessionMultiUser";
|
|
94
|
-
import { SessionPolicy } from "./Companies/SessionPolicy";
|
|
95
|
-
import { DispatchDirection } from "./Dispatch/DispatchDirection";
|
|
96
|
-
import { DispatchJob } from "./Dispatch/DispatchJob";
|
|
97
|
-
import { DispatchJobPriority } from "./Dispatch/DispatchJobPriority";
|
|
98
|
-
import { DispatchStep } from "./Dispatch/DispatchStep";
|
|
99
|
-
import { DispatchStepState } from "./Dispatch/DispatchStepState";
|
|
100
|
-
import { DispatchStepStatus } from "./Dispatch/DispatchStepStatus";
|
|
101
|
-
import { DispatchTask } from "./Dispatch/DispatchTask";
|
|
102
|
-
import { DispatchTaskStatus } from "./Dispatch/DispatchTaskStatus";
|
|
103
|
-
import { Document } from "./Hosting/Document";
|
|
104
|
-
import { FormFieldAttachments } from "./Hosting/Fields/FormFieldAttachments";
|
|
105
|
-
import { FormFieldBase } from "./Hosting/Fields/FormFieldBase";
|
|
106
|
-
import { FormFieldBoolean } from "./Hosting/Fields/FormFieldBoolean";
|
|
107
|
-
import { FormFieldChoice } from "./Hosting/Fields/FormFieldChoice";
|
|
108
|
-
import { FormFieldDate } from "./Hosting/Fields/FormFieldDate";
|
|
109
|
-
import { FormFieldNumeric } from "./Hosting/Fields/FormFieldNumeric";
|
|
110
|
-
import { FormFieldNumericSize } from "./Hosting/Fields/FormFieldNumericSize";
|
|
111
|
-
import { FormFieldSignature } from "./Hosting/Fields/FormFieldSignature";
|
|
112
|
-
import { FormFieldText } from "./Hosting/Fields/FormFieldText";
|
|
113
|
-
import { FormFieldTime } from "./Hosting/Fields/FormFieldTime";
|
|
114
|
-
import { FormFieldTimezone } from "./Hosting/Fields/FormFieldTimezone";
|
|
115
|
-
import { FormFieldType } from "./Hosting/FormFieldType";
|
|
116
|
-
import { FormResult } from "./Hosting/FormResult";
|
|
117
|
-
import { FormTemplate } from "./Hosting/FormTemplate";
|
|
118
|
-
import { Dashcam } from "./Images/Dashcam";
|
|
119
|
-
import { DashcamBase } from "./Images/DashcamBase";
|
|
120
|
-
import { DashcamLive } from "./Images/DashcamLive";
|
|
121
|
-
import { DashcamMediaType } from "./Images/DashcamMediaType";
|
|
122
|
-
import { Icon } from "./Images/Icon";
|
|
123
|
-
import { IconGlyph } from "./Images/IconGlyph";
|
|
124
|
-
import { IconLabel } from "./Images/IconLabel";
|
|
125
|
-
import { IconLayer } from "./Images/IconLayer";
|
|
126
|
-
import { Picture } from "./Images/Picture";
|
|
127
|
-
import { MaintenanceInterval } from "./Maintenance/MaintenanceInterval";
|
|
128
|
-
import { MaintenanceJob } from "./Maintenance/MaintenanceJob";
|
|
129
|
-
import { MaintenanceJobStatus } from "./Maintenance/MaintenanceJobStatus";
|
|
130
|
-
import { MaintenanceSchedule } from "./Maintenance/MaintenanceSchedule";
|
|
131
|
-
import { AlertPriority } from "./Messaging/AlertPriority";
|
|
132
|
-
import { AssetAlert } from "./Messaging/AssetAlert";
|
|
133
|
-
import { AssetMessage } from "./Messaging/AssetMessage";
|
|
134
|
-
import { MessageFolder } from "./Messaging/MessageFolder";
|
|
135
|
-
import { MessageStatus } from "./Messaging/MessageStatus";
|
|
136
|
-
import { MessageType } from "./Messaging/MessageType";
|
|
137
|
-
import { Place } from "./Places/Place";
|
|
138
|
-
import { PlaceType } from "./Places/PlaceType";
|
|
139
|
-
import { ProviderConfig } from "./Providers/Config/ProviderConfig";
|
|
140
|
-
import { ProviderRegistration } from "./Providers/Config/ProviderRegistration";
|
|
141
|
-
import { ProviderScript } from "./Providers/Config/ProviderScript";
|
|
142
|
-
import { ProviderScriptBlock } from "./Providers/Config/ProviderScriptBlock";
|
|
143
|
-
import { ProviderScriptParameter } from "./Providers/Config/ProviderScriptParameter";
|
|
144
|
-
import { ProviderScriptParameterType } from "./Providers/Config/ProviderScriptParameterType";
|
|
145
|
-
import { ProviderConfiguration } from "./Providers/Configuration/ProviderConfiguration";
|
|
146
|
-
import { ProviderConfigurationNode } from "./Providers/Configuration/ProviderConfigurationNode";
|
|
147
|
-
import { ProviderConfigurationType } from "./Providers/Configuration/ProviderConfigurationType";
|
|
148
|
-
import { ProviderGeofenceCircular } from "./Providers/Configuration/ProviderGeofenceCircular";
|
|
149
|
-
import { ProviderGeofencePoint } from "./Providers/Configuration/ProviderGeofencePoint";
|
|
150
|
-
import { ProviderGeofencePolygon } from "./Providers/Configuration/ProviderGeofencePolygon";
|
|
151
|
-
import { ProviderGeofenceRectangle } from "./Providers/Configuration/ProviderGeofenceRectangle";
|
|
152
|
-
import { Provider } from "./Providers/Provider";
|
|
153
|
-
import { ProviderAdvanced } from "./Providers/ProviderAdvanced";
|
|
154
|
-
import { ProviderCommand } from "./Providers/ProviderCommand";
|
|
155
|
-
import { ProviderCommandStatus } from "./Providers/ProviderCommandStatus";
|
|
156
|
-
import { ProviderCommandType } from "./Providers/ProviderCommandType";
|
|
157
|
-
import { ProviderControl } from "./Providers/ProviderControl";
|
|
158
|
-
import { ProviderData } from "./Providers/ProviderData";
|
|
159
|
-
import { ProviderGeneral } from "./Providers/ProviderGeneral";
|
|
160
|
-
import { ProviderType } from "./Providers/ProviderType";
|
|
161
|
-
import { ReportBreakdown } from "./Reports/ReportBreakdown";
|
|
162
|
-
import { ReportBreakdownJob } from "./Reports/ReportBreakdownJob";
|
|
163
|
-
import { ReportBreakdownMessage } from "./Reports/ReportBreakdownMessage";
|
|
164
|
-
import { ReportBreakdownTask } from "./Reports/ReportBreakdownTask";
|
|
165
|
-
import { ReportFilterMode } from "./Reports/ReportFilterMode";
|
|
166
|
-
import { ReportNotifications } from "./Reports/ReportNotifications";
|
|
167
|
-
import { ReportOptions } from "./Reports/ReportOptions";
|
|
168
|
-
import { ReportParameter } from "./Reports/ReportParameter";
|
|
169
|
-
import { ReportParameterType } from "./Reports/ReportParameterType";
|
|
170
|
-
import { ReportRecurrence } from "./Reports/ReportRecurrence";
|
|
171
|
-
import { ReportRecurrenceType } from "./Reports/ReportRecurrenceType";
|
|
172
|
-
import { ReportResult } from "./Reports/ReportResult";
|
|
173
|
-
import { ReportResultData } from "./Reports/ReportResultData";
|
|
174
|
-
import { ReportSchedule } from "./Reports/ReportSchedule";
|
|
175
|
-
import { ReportScorecard } from "./Reports/ReportScorecard";
|
|
176
|
-
import { ReportScorecardParameter } from "./Reports/ReportScorecardParameter";
|
|
177
|
-
import { ReportScorecardRules } from "./Reports/ReportScorecardRules";
|
|
178
|
-
import { ReportStatus } from "./Reports/ReportStatus";
|
|
179
|
-
import { ReportSummary } from "./Reports/ReportSummary";
|
|
180
|
-
import { ReportSummaryReason } from "./Reports/ReportSummaryReason";
|
|
181
|
-
import { ReportTemplate } from "./Reports/ReportTemplate";
|
|
182
|
-
import { ReportTotal } from "./Reports/ReportTotal";
|
|
183
|
-
import { ReportType } from "./Reports/ReportType";
|
|
184
|
-
declare const _default: {
|
|
185
|
-
version: number;
|
|
186
|
-
storage: {
|
|
187
|
-
companies: Map<number, Company>;
|
|
188
|
-
contacts: Map<number, Contact>;
|
|
189
|
-
machines: Map<string, Machine>;
|
|
190
|
-
users: Map<string, User>;
|
|
191
|
-
userGroups: Map<number, UserGroup>;
|
|
192
|
-
sessions: Map<string, Session>;
|
|
193
|
-
assets: Map<number, Asset>;
|
|
194
|
-
assetMessages: Map<number, AssetMessage>;
|
|
195
|
-
behaviours: Map<number, Behaviour>;
|
|
196
|
-
behaviourScripts: Map<number, BehaviourScript>;
|
|
197
|
-
behaviourLogs: Map<number, BehaviourLog>;
|
|
198
|
-
billingProfiles: Map<number, BillingProfile>;
|
|
199
|
-
billingReports: Map<number, BillingReport>;
|
|
200
|
-
billableHostingRules: Map<number, BillableHostingRule>;
|
|
201
|
-
billableHostingLicenses: Map<number, BillableHostingLicense>;
|
|
202
|
-
dispatchTasks: Map<number, DispatchTask>;
|
|
203
|
-
dispatchJobs: Map<number, DispatchJob>;
|
|
204
|
-
documents: Map<number, Document>;
|
|
205
|
-
formTemplates: Map<number, FormTemplate>;
|
|
206
|
-
formResults: Map<number, FormResult>;
|
|
207
|
-
pictures: Map<number, Picture>;
|
|
208
|
-
icons: Map<number, Icon>;
|
|
209
|
-
maintenanceSchedules: Map<number, MaintenanceSchedule>;
|
|
210
|
-
maintenanceJobs: Map<number, MaintenanceJob>;
|
|
211
|
-
places: Map<number, Place>;
|
|
212
|
-
providers: Map<string, Provider>;
|
|
213
|
-
providerScripts: Map<number, ProviderScript>;
|
|
214
|
-
providerConfigs: Map<number, ProviderConfig>;
|
|
215
|
-
providerConfigurationTypes: Map<number, ProviderConfigurationType>;
|
|
216
|
-
providerConfigurations: Map<number, ProviderConfiguration>;
|
|
217
|
-
reportTemplates: Map<number, ReportTemplate>;
|
|
218
|
-
reportSchedules: Map<number, ReportSchedule>;
|
|
219
|
-
reportResults: Map<number, ReportResult>;
|
|
220
|
-
};
|
|
221
|
-
utility: {
|
|
222
|
-
codify: typeof CODIFY;
|
|
223
|
-
guid: typeof GUID;
|
|
224
|
-
isNothing: typeof IS_NOTHING;
|
|
225
|
-
isntNaN: typeof IS_AN;
|
|
226
|
-
roundTo: typeof ROUND_TO;
|
|
227
|
-
merge: typeof MERGE;
|
|
228
|
-
parseTime: typeof TIMESPACE_PARSE;
|
|
229
|
-
stringifyTime: typeof TIMESPACE_STRINGIFY;
|
|
230
|
-
douglasPeucker: typeof DOUGLASPEUCKER;
|
|
231
|
-
numberGroups: typeof NUMBER_GROUPS;
|
|
232
|
-
fileSize: typeof FILESIZE_HELPER;
|
|
233
|
-
findTimeZoneById: typeof TIMEZONE_FIND;
|
|
234
|
-
phoneNumber: typeof PHONE_PARSE;
|
|
235
|
-
};
|
|
236
|
-
SearchPattern: typeof SearchPattern;
|
|
237
|
-
TimeSpan: typeof TimeSpan;
|
|
238
|
-
Timezone: typeof Timezone;
|
|
239
|
-
convert: {
|
|
240
|
-
fromTo: typeof import("./API/Conversion").CONVERT_FROM_TO;
|
|
241
|
-
sqmToSqft: typeof import("./API/Conversion").CONVERT_SQM_TO_SQFT;
|
|
242
|
-
sqftToSqm: typeof import("./API/Conversion").CONVERT_SQFT_TO_SQM;
|
|
243
|
-
sqmToSqy: typeof import("./API/Conversion").CONVERT_SQM_TO_YARDS;
|
|
244
|
-
yftToSqm: typeof import("./API/Conversion").CONVERT_YARDS_TO_SQM;
|
|
245
|
-
sqkmToSqmi: typeof import("./API/Conversion").CONVERT_SQKM_TO_SQMI;
|
|
246
|
-
sqmiToSqkm: typeof import("./API/Conversion").CONVERT_SQMI_TO_SQKM;
|
|
247
|
-
haToAc: typeof import("./API/Conversion").CONVERT_HECTARE_TO_ACRE;
|
|
248
|
-
acToHa: typeof import("./API/Conversion").CONVERT_ACRE_TO_HECTARE;
|
|
249
|
-
kmToMi: typeof import("./API/Conversion").CONVERT_KILOMETRES_TO_MILES;
|
|
250
|
-
miToKm: typeof import("./API/Conversion").CONVERT_MILES_TO_KILOMETRES;
|
|
251
|
-
mToYd: typeof import("./API/Conversion").CONVERT_METRES_TO_YARDS;
|
|
252
|
-
ydToM: typeof import("./API/Conversion").CONVERT_YARDS_TO_METRES;
|
|
253
|
-
mToFt: typeof import("./API/Conversion").CONVERT_METRES_TO_FEET;
|
|
254
|
-
ftToM: typeof import("./API/Conversion").CONVERT_FEET_TO_METRES;
|
|
255
|
-
cmToIn: typeof import("./API/Conversion").CONVERT_CENTIMETRES_TO_INCHES;
|
|
256
|
-
inToCm: typeof import("./API/Conversion").CONVERT_INCHES_TO_CENTIMETRES;
|
|
257
|
-
mpgToL100km: typeof import("./API/Conversion").CONVERT_BETWEEN_MPGUS_AND_L100KM;
|
|
258
|
-
mpgUKToL100km: typeof import("./API/Conversion").CONVERT_BETWEEN_MPGUK_AND_L100KM;
|
|
259
|
-
mpkwhToKwh100kim: typeof import("./API/Conversion").CONVERT_BETWEEN_MPKWH_AND_KWH100KM;
|
|
260
|
-
l100kmToMpg: typeof import("./API/Conversion").CONVERT_BETWEEN_MPGUS_AND_L100KM;
|
|
261
|
-
l100kmToMpgUK: typeof import("./API/Conversion").CONVERT_BETWEEN_MPGUK_AND_L100KM;
|
|
262
|
-
kwh100kimToMpkwh: typeof import("./API/Conversion").CONVERT_BETWEEN_MPKWH_AND_KWH100KM;
|
|
263
|
-
kpaToPsi: typeof import("./API/Conversion").CONVERT_KPA_TO_PSI;
|
|
264
|
-
psiToKpa: typeof import("./API/Conversion").CONVERT_PSI_TO_KPA;
|
|
265
|
-
kphToMph: typeof import("./API/Conversion").CONVERT_KILOMETRES_TO_MILES;
|
|
266
|
-
mphToKph: typeof import("./API/Conversion").CONVERT_MILES_TO_KILOMETRES;
|
|
267
|
-
mpsToFtps: typeof import("./API/Conversion").CONVERT_METRES_TO_FEET;
|
|
268
|
-
ftpsToMps: typeof import("./API/Conversion").CONVERT_FEET_TO_METRES;
|
|
269
|
-
cmpsToInps: typeof import("./API/Conversion").CONVERT_CENTIMETRES_TO_INCHES;
|
|
270
|
-
inpsToCmps: typeof import("./API/Conversion").CONVERT_INCHES_TO_CENTIMETRES;
|
|
271
|
-
cToF: typeof import("./API/Conversion").CONVERT_CELCIUS_TO_FAHRENHEIT;
|
|
272
|
-
fToC: typeof import("./API/Conversion").CONVERT_FAHRENHEIT_TO_CELCIUS;
|
|
273
|
-
lToGal: typeof import("./API/Conversion").CONVERT_LITRES_TO_GALLONS_US;
|
|
274
|
-
lToGalUK: typeof import("./API/Conversion").CONVERT_LITRES_TO_GALLONS_UK;
|
|
275
|
-
galToL: typeof import("./API/Conversion").CONVERT_GALLONS_US_TO_LITRES;
|
|
276
|
-
galUKToL: typeof import("./API/Conversion").CONVERT_GALLONS_UK_TO_LITRES;
|
|
277
|
-
mlToFloz: typeof import("./API/Conversion").CONVERT_MILLILITRES_TO_OUNCES_US;
|
|
278
|
-
mlToFlozUK: typeof import("./API/Conversion").CONVERT_MILLILITRES_TO_OUNCES_UK;
|
|
279
|
-
flozToMl: typeof import("./API/Conversion").CONVERT_OUNCES_US_TO_MILLILITRES;
|
|
280
|
-
flozUKToMl: typeof import("./API/Conversion").CONVERT_OUNCES_UK_TO_MILLILITRES;
|
|
281
|
-
kgToLbs: typeof import("./API/Conversion").CONVERT_KG_TO_LBS;
|
|
282
|
-
lbsToKg: typeof import("./API/Conversion").CONVERT_LBS_TO_KG;
|
|
283
|
-
gToOz: typeof import("./API/Conversion").CONVERT_GRAM_TO_OZ;
|
|
284
|
-
ozToG: typeof import("./API/Conversion").CONVERT_OZ_TO_GRAM;
|
|
285
|
-
tToTon: typeof import("./API/Conversion").CONVERT_TONNE_TO_TON_US;
|
|
286
|
-
tonToT: typeof import("./API/Conversion").CONVERT_TON_US_TO_TONNE;
|
|
287
|
-
tToTonUK: typeof import("./API/Conversion").CONVERT_TONNE_TO_TON_UK;
|
|
288
|
-
tonUKToT: typeof import("./API/Conversion").CONVERT_TON_UK_TO_TONNE;
|
|
289
|
-
};
|
|
290
|
-
encoding: {
|
|
291
|
-
toPassword: typeof PASSWORD_ENCODE;
|
|
292
|
-
fromPassword: typeof PASSWORD_DECODE;
|
|
293
|
-
};
|
|
294
|
-
/**
|
|
295
|
-
* A utility library exposing algorithms for a flat plane.
|
|
296
|
-
*/
|
|
297
|
-
geometry: {
|
|
298
|
-
pathLength: typeof PATH_LENGTH;
|
|
299
|
-
pathOrthogonal: typeof PATH_ORTHOGONAL;
|
|
300
|
-
pathReduce: typeof PATH_PEUCKER;
|
|
301
|
-
pointAngle: typeof POINT_ANGLE;
|
|
302
|
-
pointDistance: typeof POINT_DISTANCE;
|
|
303
|
-
pointPythagora: typeof PYTHAGORA;
|
|
304
|
-
pointVector: typeof POINT_VECTOR;
|
|
305
|
-
polyArea: typeof POLY_AREA;
|
|
306
|
-
polyContains: typeof POLY_CONTAINS;
|
|
307
|
-
polyReduce: typeof POLY_PEUCKER;
|
|
308
|
-
polyWrapper: typeof POLY_WRAPPER;
|
|
309
|
-
radialCircumference: typeof RADIAL_CIRCUMFERENCE;
|
|
310
|
-
radialArea: typeof RADIAL_AREA;
|
|
311
|
-
radialSmallest: typeof RADIAL_BADOIU_CLARKSON;
|
|
312
|
-
radialOverlapsRectangle: typeof RADIAL_OVERLAP_RECTANGLE;
|
|
313
|
-
};
|
|
314
|
-
Point: typeof Point;
|
|
315
|
-
Radial: typeof Radial;
|
|
316
|
-
Rectangle: typeof Rectangle;
|
|
317
|
-
Size: typeof Size;
|
|
318
|
-
geography: {
|
|
319
|
-
earthRadius: number;
|
|
320
|
-
clampLat: typeof LATITUDE_NORMALIZED;
|
|
321
|
-
clampLng: typeof LONGITUDE_NORMALIZED;
|
|
322
|
-
pathLength: typeof ROUTE_LENGTH;
|
|
323
|
-
pathReduce: typeof ROUTE_PEUCKER;
|
|
324
|
-
pathEncode: typeof ROUTE_ENCODE;
|
|
325
|
-
pathDecode: typeof ROUTE_DECODE;
|
|
326
|
-
pointAngle: typeof LATLNG_ANGLE;
|
|
327
|
-
pointDistance: typeof LATLNG_DISTANCE;
|
|
328
|
-
pointMiddle: typeof LATLNG_MIDPOINT;
|
|
329
|
-
pointOrthogonal: typeof LATLNG_GREAT_CIRCLE;
|
|
330
|
-
pointTranslate: typeof LATLNG_TRANSLATE;
|
|
331
|
-
pointVincenty: typeof LATLNG_DISTANCE_VINCENTY;
|
|
332
|
-
polyArea: typeof GEOFENCE_AREA;
|
|
333
|
-
polyContains: typeof GEOFENCE_CONTAINS;
|
|
334
|
-
polyReduce: typeof GEOFENCE_PEUCKER;
|
|
335
|
-
polyWidest: typeof GEOFENCE_WIDEST;
|
|
336
|
-
};
|
|
337
|
-
LatLng: typeof LatLng;
|
|
338
|
-
LatLngBounds: typeof LatLngBounds;
|
|
339
|
-
Position: typeof Position;
|
|
340
|
-
StreetAddress: typeof StreetAddress;
|
|
341
|
-
ColourStyle: typeof ColourStyle;
|
|
342
|
-
Company: typeof Company;
|
|
343
|
-
CompanyGeneral: typeof CompanyGeneral;
|
|
344
|
-
CompanyDirectory: typeof CompanyDirectory;
|
|
345
|
-
CompanyPolicies: typeof CompanyPolicies;
|
|
346
|
-
CompanyStyles: typeof CompanyStyles;
|
|
347
|
-
CompanyReseller: typeof CompanyReseller;
|
|
348
|
-
PasswordExpiryMode: typeof PasswordExpiryMode;
|
|
349
|
-
PasswordPolicy: typeof PasswordPolicy;
|
|
350
|
-
SessionMultiUser: typeof SessionMultiUser;
|
|
351
|
-
SessionPolicy: typeof SessionPolicy;
|
|
352
|
-
LabelStyle: typeof LabelStyle;
|
|
353
|
-
NotificationServerEmail: typeof NotificationServerEmail;
|
|
354
|
-
NotificationServerSms: typeof NotificationServerSms;
|
|
355
|
-
authorizer: {
|
|
356
|
-
computeAll: typeof computeAll;
|
|
357
|
-
compute: typeof compute;
|
|
358
|
-
computeAllSimple: typeof computeAllSimple;
|
|
359
|
-
computeSimple: typeof computeSimple;
|
|
360
|
-
computeSimpleLevels: typeof computeSimpleLevels;
|
|
361
|
-
getSimpleLevel: typeof getSimpleLevel;
|
|
362
|
-
hasSimple: typeof hasSimple;
|
|
363
|
-
findSimple: typeof findSimple;
|
|
364
|
-
findSimpleLevel: typeof findSimpleLevel;
|
|
365
|
-
computeAllComplex: typeof computeAllComplex;
|
|
366
|
-
computeComplex: typeof computeComplex;
|
|
367
|
-
getComplexLevel: typeof getComplexLevel;
|
|
368
|
-
findComplexLevel: typeof findComplexLevel;
|
|
369
|
-
hasComplex: typeof hasComplex;
|
|
370
|
-
findComplex: typeof findComplex;
|
|
371
|
-
hasAnyComplex: typeof hasAnyComplex;
|
|
372
|
-
findAnyComplex: typeof findAnyComplex;
|
|
373
|
-
findAllEscalations: typeof findAllEscalations;
|
|
374
|
-
findEscalations: typeof findEscalations;
|
|
375
|
-
findAllLabelEscalations: typeof findAllLabelEscalations;
|
|
376
|
-
findLabelEscalation: typeof findLabelEscalation;
|
|
377
|
-
/**
|
|
378
|
-
* A list of {@link PermissionType}s which are implied for each user's own company.
|
|
379
|
-
*/
|
|
380
|
-
implied: readonly PermissionType[];
|
|
381
|
-
/**
|
|
382
|
-
* The {@link PermissionType}s which are calculated using labels.
|
|
383
|
-
*/
|
|
384
|
-
simple: readonly PermissionType[];
|
|
385
|
-
/**
|
|
386
|
-
* {@link PermissionType}s which do not use labels to calculate access.
|
|
387
|
-
*/
|
|
388
|
-
complex: readonly PermissionType[];
|
|
389
|
-
};
|
|
390
|
-
Contact: typeof Contact;
|
|
391
|
-
Machine: typeof Machine;
|
|
392
|
-
NotificationMethod: typeof NotificationMethod;
|
|
393
|
-
Permission: typeof Permission;
|
|
394
|
-
PermissionEscalation: typeof PermissionEscalation;
|
|
395
|
-
PermissionEscalationState: typeof PermissionEscalationState;
|
|
396
|
-
PermissionEscalationType: typeof PermissionEscalationType;
|
|
397
|
-
PermissionLevel: typeof PermissionLevel;
|
|
398
|
-
PermissionMethod: typeof PermissionMethod;
|
|
399
|
-
PermissionType: typeof PermissionType;
|
|
400
|
-
Session: typeof Session;
|
|
401
|
-
SessionStatus: typeof SessionStatus;
|
|
402
|
-
SystemsOfUnits: typeof SystemsOfUnits;
|
|
403
|
-
User: typeof User;
|
|
404
|
-
UserGeneral: typeof UserGeneral;
|
|
405
|
-
UserAdvanced: typeof UserAdvanced;
|
|
406
|
-
UserGroup: typeof UserGroup;
|
|
407
|
-
UserNotifications: typeof UserNotifications;
|
|
408
|
-
Asset: typeof Asset;
|
|
409
|
-
AssetAdvanced: typeof AssetAdvanced;
|
|
410
|
-
AssetAttribute: typeof AssetAttribute;
|
|
411
|
-
AssetDispatch: typeof AssetDispatch;
|
|
412
|
-
AssetGeneral: typeof AssetGeneral;
|
|
413
|
-
AssetPlaceStatus: typeof AssetPlaceStatus;
|
|
414
|
-
AssetPlaceStatusType: typeof AssetPlaceStatusType;
|
|
415
|
-
AssetType: typeof AssetType;
|
|
416
|
-
Person: typeof Person;
|
|
417
|
-
PersonGeneral: typeof PersonGeneral;
|
|
418
|
-
Trailer: typeof Trailer;
|
|
419
|
-
TrailerGeneral: typeof TrailerGeneral;
|
|
420
|
-
Vehicle: typeof Vehicle;
|
|
421
|
-
VehicleGeneral: typeof VehicleGeneral;
|
|
422
|
-
VehicleAdvanced: typeof VehicleAdvanced;
|
|
423
|
-
AssetAlert: typeof AssetAlert;
|
|
424
|
-
AssetMessage: typeof AssetMessage;
|
|
425
|
-
AlertPriority: typeof AlertPriority;
|
|
426
|
-
MessageFolder: typeof MessageFolder;
|
|
427
|
-
MessageStatus: typeof MessageStatus;
|
|
428
|
-
MessageType: typeof MessageType;
|
|
429
|
-
Behaviour: typeof Behaviour;
|
|
430
|
-
BehaviourLog: typeof BehaviourLog;
|
|
431
|
-
BehaviourLogType: typeof BehaviourLogType;
|
|
432
|
-
BehaviourParameter: typeof BehaviourParameter;
|
|
433
|
-
BehaviourParameterType: typeof BehaviourParameterType;
|
|
434
|
-
BehaviourScript: typeof BehaviourScript;
|
|
435
|
-
BillableHostingDiscount: typeof BillableHostingDiscount;
|
|
436
|
-
BillableHostingLicense: typeof BillableHostingLicense;
|
|
437
|
-
BillableHostingLicenseType: typeof BillableHostingLicenseType;
|
|
438
|
-
BillableHostingRule: typeof BillableHostingRule;
|
|
439
|
-
BillableHostingType: typeof BillableHostingType;
|
|
440
|
-
BillingCurrency: typeof BillingCurrency;
|
|
441
|
-
BillingCycle: typeof BillingCycle;
|
|
442
|
-
BillingProfile: typeof BillingProfile;
|
|
443
|
-
BillingReport: typeof BillingReport;
|
|
444
|
-
BillingReportBreakdown: typeof BillingReportBreakdown;
|
|
445
|
-
BillingReportHostingSummary: typeof BillingReportHostingSummary;
|
|
446
|
-
BillingReportLicenseBreakdown: typeof BillingReportLicenseBreakdown;
|
|
447
|
-
BillingReportServiceBreakdown: typeof BillingReportServiceBreakdown;
|
|
448
|
-
BillingReportStatus: typeof BillingReportStatus;
|
|
449
|
-
BillingReportSummary: typeof BillingReportSummary;
|
|
450
|
-
DispatchDirection: typeof DispatchDirection;
|
|
451
|
-
DispatchJob: typeof DispatchJob;
|
|
452
|
-
DispatchJobPriority: typeof DispatchJobPriority;
|
|
453
|
-
DispatchStep: typeof DispatchStep;
|
|
454
|
-
DispatchStepState: typeof DispatchStepState;
|
|
455
|
-
DispatchStepStatus: typeof DispatchStepStatus;
|
|
456
|
-
DispatchTask: typeof DispatchTask;
|
|
457
|
-
DispatchTaskStatus: typeof DispatchTaskStatus;
|
|
458
|
-
Document: typeof Document;
|
|
459
|
-
FormResult: typeof FormResult;
|
|
460
|
-
FormTemplate: typeof FormTemplate;
|
|
461
|
-
FormFieldType: typeof FormFieldType;
|
|
462
|
-
FormFieldBase: typeof FormFieldBase;
|
|
463
|
-
FormFieldAttachments: typeof FormFieldAttachments;
|
|
464
|
-
FormFieldBoolean: typeof FormFieldBoolean;
|
|
465
|
-
FormFieldChoice: typeof FormFieldChoice;
|
|
466
|
-
FormFieldDate: typeof FormFieldDate;
|
|
467
|
-
FormFieldNumeric: typeof FormFieldNumeric;
|
|
468
|
-
FormFieldNumericSize: typeof FormFieldNumericSize;
|
|
469
|
-
FormFieldSignature: typeof FormFieldSignature;
|
|
470
|
-
FormFieldText: typeof FormFieldText;
|
|
471
|
-
FormFieldTime: typeof FormFieldTime;
|
|
472
|
-
FormFieldTimezone: typeof FormFieldTimezone;
|
|
473
|
-
DashcamBase: typeof DashcamBase;
|
|
474
|
-
Dashcam: typeof Dashcam;
|
|
475
|
-
DashcamLive: typeof DashcamLive;
|
|
476
|
-
DashcamMediaType: typeof DashcamMediaType;
|
|
477
|
-
Icon: typeof Icon;
|
|
478
|
-
IconGlyph: typeof IconGlyph;
|
|
479
|
-
IconLabel: typeof IconLabel;
|
|
480
|
-
IconLayer: typeof IconLayer;
|
|
481
|
-
Picture: typeof Picture;
|
|
482
|
-
MaintenanceInterval: typeof MaintenanceInterval;
|
|
483
|
-
MaintenanceJob: typeof MaintenanceJob;
|
|
484
|
-
MaintenanceJobStatus: typeof MaintenanceJobStatus;
|
|
485
|
-
MaintenanceSchedule: typeof MaintenanceSchedule;
|
|
486
|
-
Place: typeof Place;
|
|
487
|
-
PlaceType: typeof PlaceType;
|
|
488
|
-
Provider: typeof Provider;
|
|
489
|
-
ProviderAdvanced: typeof ProviderAdvanced;
|
|
490
|
-
ProviderData: typeof ProviderData;
|
|
491
|
-
ProviderGeneral: typeof ProviderGeneral;
|
|
492
|
-
ProviderControl: typeof ProviderControl;
|
|
493
|
-
ProviderCommand: typeof ProviderCommand;
|
|
494
|
-
ProviderCommandStatus: typeof ProviderCommandStatus;
|
|
495
|
-
ProviderCommandType: typeof ProviderCommandType;
|
|
496
|
-
ProviderType: typeof ProviderType;
|
|
497
|
-
ProviderRegistration: typeof ProviderRegistration;
|
|
498
|
-
ProviderConfig: typeof ProviderConfig;
|
|
499
|
-
ProviderScript: typeof ProviderScript;
|
|
500
|
-
ProviderScriptBlock: typeof ProviderScriptBlock;
|
|
501
|
-
ProviderScriptParameter: typeof ProviderScriptParameter;
|
|
502
|
-
ProviderScriptParameterType: typeof ProviderScriptParameterType;
|
|
503
|
-
ProviderConfiguration: typeof ProviderConfiguration;
|
|
504
|
-
ProviderConfigurationNode: typeof ProviderConfigurationNode;
|
|
505
|
-
ProviderConfigurationType: typeof ProviderConfigurationType;
|
|
506
|
-
ProviderGeofenceCircular: typeof ProviderGeofenceCircular;
|
|
507
|
-
ProviderGeofencePoint: typeof ProviderGeofencePoint;
|
|
508
|
-
ProviderGeofencePolygon: typeof ProviderGeofencePolygon;
|
|
509
|
-
ProviderGeofenceRectangle: typeof ProviderGeofenceRectangle;
|
|
510
|
-
ReportResult: typeof ReportResult;
|
|
511
|
-
ReportResultData: typeof ReportResultData;
|
|
512
|
-
ReportSchedule: typeof ReportSchedule;
|
|
513
|
-
ReportTemplate: typeof ReportTemplate;
|
|
514
|
-
ReportBreakdown: typeof ReportBreakdown;
|
|
515
|
-
ReportBreakdownJob: typeof ReportBreakdownJob;
|
|
516
|
-
ReportBreakdownMessage: typeof ReportBreakdownMessage;
|
|
517
|
-
ReportBreakdownTask: typeof ReportBreakdownTask;
|
|
518
|
-
ReportTotal: typeof ReportTotal;
|
|
519
|
-
ReportFilterMode: typeof ReportFilterMode;
|
|
520
|
-
ReportNotifications: typeof ReportNotifications;
|
|
521
|
-
ReportOptions: typeof ReportOptions;
|
|
522
|
-
ReportParameter: typeof ReportParameter;
|
|
523
|
-
ReportParameterType: typeof ReportParameterType;
|
|
524
|
-
ReportRecurrence: typeof ReportRecurrence;
|
|
525
|
-
ReportRecurrenceType: typeof ReportRecurrenceType;
|
|
526
|
-
ReportScorecard: typeof ReportScorecard;
|
|
527
|
-
ReportScorecardParameter: typeof ReportScorecardParameter;
|
|
528
|
-
ReportScorecardRules: typeof ReportScorecardRules;
|
|
529
|
-
ReportStatus: typeof ReportStatus;
|
|
530
|
-
ReportSummary: typeof ReportSummary;
|
|
531
|
-
ReportSummaryReason: typeof ReportSummaryReason;
|
|
532
|
-
ReportType: typeof ReportType;
|
|
533
|
-
};
|
|
534
|
-
export default _default;
|