@trakit/objects 0.0.5 → 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/LICENSE +661 -0
- package/README.md +24 -0
- package/{API → _publish/API}/Arrays.d.ts +1 -0
- package/{API → _publish/API}/Base.d.ts +1 -0
- package/{API → _publish/API}/BaseComponent.d.ts +1 -0
- package/{API → _publish/API}/BaseCompound.d.ts +1 -0
- package/{API → _publish/API}/Codifier.d.ts +1 -0
- package/{API → _publish/API}/Constants.d.ts +1 -0
- package/{API → _publish/API}/Conversion.d.ts +3 -2
- package/{API → _publish/API}/Encoding.d.ts +1 -0
- package/{API → _publish/API}/Files.d.ts +1 -0
- package/{API → _publish/API}/Functions.d.ts +1 -0
- package/{API → _publish/API}/Guid.d.ts +1 -0
- package/{API → _publish/API}/Maps.d.ts +1 -0
- package/{API → _publish/API}/Objects.d.ts +1 -0
- package/{API → _publish/API}/SearchPattern.d.ts +1 -0
- package/{API → _publish/API}/TimeSpan.d.ts +1 -0
- package/{API → _publish/API}/Timezone.d.ts +1 -0
- package/{API → _publish/API}/Timezones.d.ts +1 -0
- package/{API → _publish/API}/Types.d.ts +24 -23
- package/{Accounts → _publish/Accounts}/Contact.d.ts +4 -4
- package/{Accounts → _publish/Accounts}/Machine.d.ts +1 -0
- package/_publish/Accounts/MultiFactorType.d.ts +18 -0
- package/{Accounts → _publish/Accounts}/NotificationMethod.d.ts +1 -0
- package/_publish/Accounts/SSOIdentityProvider.d.ts +26 -0
- package/{Accounts → _publish/Accounts}/Session.d.ts +12 -14
- package/{Accounts → _publish/Accounts}/SessionStatus.d.ts +1 -0
- package/{Accounts → _publish/Accounts}/SystemsOfUnits.d.ts +1 -0
- package/{Accounts → _publish/Accounts}/User.d.ts +34 -13
- package/{Accounts → _publish/Accounts}/UserAdvanced.d.ts +2 -2
- package/_publish/Accounts/UserAuthentication.d.ts +56 -0
- package/{Accounts → _publish/Accounts}/UserGeneral.d.ts +3 -4
- package/{Accounts → _publish/Accounts}/UserGroup.d.ts +2 -2
- package/_publish/Accounts/UserMFA.d.ts +48 -0
- package/{Accounts → _publish/Accounts}/UserNotifications.d.ts +1 -0
- package/_publish/Accounts/UserSSO.d.ts +38 -0
- package/{Assets → _publish/Assets}/Asset.d.ts +6 -11
- package/{Assets → _publish/Assets}/AssetAdvanced.d.ts +2 -2
- package/{Assets → _publish/Assets}/AssetAttribute.d.ts +1 -0
- package/{Assets → _publish/Assets}/AssetDispatch.d.ts +2 -2
- package/{Assets → _publish/Assets}/AssetGeneral.d.ts +3 -4
- package/{Assets → _publish/Assets}/AssetPlaceStatus.d.ts +1 -0
- package/{Assets → _publish/Assets}/AssetPlaceStatusType.d.ts +1 -0
- package/{Assets → _publish/Assets}/AssetType.d.ts +1 -0
- package/{Behaviours → _publish/Behaviours}/Behaviour.d.ts +2 -2
- package/{Behaviours → _publish/Behaviours}/BehaviourLog.d.ts +3 -4
- package/{Behaviours → _publish/Behaviours}/BehaviourLogType.d.ts +1 -0
- package/{Behaviours → _publish/Behaviours}/BehaviourParameter.d.ts +1 -0
- package/{Behaviours → _publish/Behaviours}/BehaviourParameterType.d.ts +1 -0
- package/{Behaviours → _publish/Behaviours}/BehaviourScript.d.ts +2 -2
- package/{Billing → _publish/Billing}/BillableBase.d.ts +3 -4
- package/{Billing → _publish/Billing}/BillableSmsProfile.d.ts +1 -0
- package/{Billing → _publish/Billing}/BillingCurrency.d.ts +1 -0
- package/{Billing → _publish/Billing}/BillingCycle.d.ts +1 -0
- package/{Billing → _publish/Billing}/BillingProfile.d.ts +5 -7
- package/{Companies → _publish/Companies}/ColourStyle.d.ts +1 -0
- package/{Companies → _publish/Companies}/Company.d.ts +5 -2
- package/{Companies → _publish/Companies}/CompanyDirectory.d.ts +3 -4
- package/{Companies → _publish/Companies}/CompanyGeneral.d.ts +2 -2
- package/{Companies → _publish/Companies}/CompanyPolicy.d.ts +2 -2
- package/{Companies → _publish/Companies}/CompanyReseller.d.ts +3 -4
- package/{Companies → _publish/Companies}/CompanyStyle.d.ts +2 -2
- package/{Companies → _publish/Companies}/LabelStyle.d.ts +1 -0
- package/{Companies → _publish/Companies}/NotificationServerEmail.d.ts +3 -2
- package/{Companies → _publish/Companies}/NotificationServerSms.d.ts +1 -0
- package/{Companies → _publish/Companies}/PasswordExpiryMode.d.ts +1 -0
- package/{Companies → _publish/Companies}/PasswordPolicy.d.ts +1 -0
- package/{Companies → _publish/Companies}/SessionMultiUser.d.ts +1 -0
- package/{Companies → _publish/Companies}/SessionPolicy.d.ts +1 -0
- package/{Dispatch → _publish/Dispatch}/DispatchDirection.d.ts +1 -0
- package/{Dispatch → _publish/Dispatch}/DispatchJob.d.ts +2 -3
- package/{Dispatch → _publish/Dispatch}/DispatchJobPriority.d.ts +1 -0
- package/{Dispatch → _publish/Dispatch}/DispatchStep.d.ts +1 -0
- package/{Dispatch → _publish/Dispatch}/DispatchStepState.d.ts +1 -0
- package/{Dispatch → _publish/Dispatch}/DispatchStepStatus.d.ts +1 -0
- package/{Dispatch → _publish/Dispatch}/DispatchTask.d.ts +3 -4
- package/{Dispatch → _publish/Dispatch}/DispatchTaskStatus.d.ts +1 -0
- package/{Hosting → _publish/Hosting}/Document.d.ts +2 -2
- package/{Hosting → _publish/Hosting}/FormFieldType.d.ts +1 -0
- package/{Hosting → _publish/Hosting}/FormResult.d.ts +1 -2
- package/{Hosting → _publish/Hosting}/FormTemplate.d.ts +1 -1
- package/{Images → _publish/Images}/Dashcam.d.ts +4 -10
- package/{Images → _publish/Images}/DashcamBase.d.ts +9 -9
- package/{Images → _publish/Images}/DashcamLive.d.ts +4 -10
- package/{Images → _publish/Images}/DashcamMediaType.d.ts +1 -0
- package/{Images → _publish/Images}/Icon.d.ts +2 -2
- package/{Images → _publish/Images}/IconGlyph.d.ts +1 -0
- package/{Images → _publish/Images}/IconLabel.d.ts +1 -0
- package/{Images → _publish/Images}/IconLayer.d.ts +1 -0
- package/{Images → _publish/Images}/Picture.d.ts +2 -2
- package/{Maintenance → _publish/Maintenance}/MaintenanceInterval.d.ts +1 -1
- package/{Maintenance → _publish/Maintenance}/MaintenanceJob.d.ts +3 -5
- package/{Maintenance → _publish/Maintenance}/MaintenanceJobStatus.d.ts +1 -0
- package/{Maintenance → _publish/Maintenance}/MaintenanceSchedule.d.ts +2 -2
- package/{Messaging → _publish/Messaging}/AlertPriority.d.ts +1 -0
- package/{Messaging → _publish/Messaging}/AssetAlert.d.ts +1 -0
- package/{Messaging → _publish/Messaging}/AssetMessage.d.ts +1 -0
- package/{Messaging → _publish/Messaging}/MessageBase.d.ts +3 -4
- package/{Messaging → _publish/Messaging}/MessageFolder.d.ts +1 -0
- package/{Messaging → _publish/Messaging}/MessageStatus.d.ts +1 -0
- package/{Messaging → _publish/Messaging}/MessageType.d.ts +1 -0
- package/{Places → _publish/Places}/Place.d.ts +3 -4
- package/{Places → _publish/Places}/PlaceType.d.ts +1 -0
- package/{Providers → _publish/Providers}/Provider.d.ts +3 -8
- package/{Providers → _publish/Providers}/ProviderAdvanced.d.ts +2 -2
- package/{Providers → _publish/Providers}/ProviderCommand.d.ts +1 -0
- package/{Providers → _publish/Providers}/ProviderCommandStatus.d.ts +1 -0
- package/{Providers → _publish/Providers}/ProviderCommandType.d.ts +1 -0
- package/{Providers → _publish/Providers}/ProviderControl.d.ts +2 -2
- package/{Providers → _publish/Providers}/ProviderData.d.ts +1 -0
- package/{Providers → _publish/Providers}/ProviderGeneral.d.ts +4 -7
- package/{Providers → _publish/Providers}/ProviderType.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportBreakdown.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportBreakdownJob.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportBreakdownMessage.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportBreakdownTask.d.ts +1 -0
- package/_publish/Reports/ReportBreakdown_fromJSON.d.ts +2 -0
- package/{Reports → _publish/Reports}/ReportFilterMode.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportNotifications.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportOptions.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportParameter.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportParameterType.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportRecurrence.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportRecurrenceType.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportResult.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportResultData.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportSchedule.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportScorecard.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportScorecardParameter.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportScorecardRules.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportStatus.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportSummary.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportSummaryReason.d.ts +1 -0
- package/{Reports → _publish/Reports}/ReportTemplate.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportTotal.d.ts +2 -2
- package/{Reports → _publish/Reports}/ReportType.d.ts +1 -0
- package/{index.d.ts → _publish/index.d.ts} +5 -4
- package/{storage.d.ts → _publish/storage.d.ts} +1 -0
- package/{trakit-objects.min.js → _publish/trakit-objects.min.js} +2 -2
- package/package.json +8 -1
- package/API/Geography/Functions.d.ts +0 -236
- package/API/Geography/Interfaces.d.ts +0 -150
- package/API/Geography/LatLng.d.ts +0 -86
- package/API/Geography/LatLngBounds.d.ts +0 -146
- package/API/Geography/Position.d.ts +0 -74
- package/API/Geography/StreetAddress.d.ts +0 -59
- package/API/Geometry/Functions.d.ts +0 -114
- package/API/Geometry/Interfaces.d.ts +0 -111
- package/API/Geometry/Point.d.ts +0 -81
- package/API/Geometry/Radial.d.ts +0 -110
- package/API/Geometry/Rectangle.d.ts +0 -159
- package/API/Geometry/Size.d.ts +0 -58
- package/API/Interfaces/IAmCompany.d.ts +0 -11
- package/API/Interfaces/IAuditable.d.ts +0 -31
- package/API/Interfaces/IBelongAsset.d.ts +0 -15
- package/API/Interfaces/IBelongBillingProfile.d.ts +0 -15
- package/API/Interfaces/IBelongCompany.d.ts +0 -15
- package/API/Interfaces/IDeserializable.d.ts +0 -13
- package/API/Interfaces/IEnabled.d.ts +0 -10
- package/API/Interfaces/IFileSize.d.ts +0 -9
- package/API/Interfaces/IGlobal.d.ts +0 -11
- package/API/Interfaces/IHavePermissions.d.ts +0 -20
- package/API/Interfaces/IHavePreferences.d.ts +0 -29
- package/API/Interfaces/IIconic.d.ts +0 -15
- package/API/Interfaces/IIdUlong.d.ts +0 -10
- package/API/Interfaces/ILabelled.d.ts +0 -10
- package/API/Interfaces/INamed.d.ts +0 -13
- package/API/Interfaces/IPictured.d.ts +0 -15
- package/API/Interfaces/IRequestable.d.ts +0 -22
- package/API/Interfaces/ISerializable.d.ts +0 -10
- package/API/Interfaces/ISuspendable.d.ts +0 -16
- package/API/Interfaces/IVisual.d.ts +0 -18
- package/Accounts/Permissions/Authorizer.d.ts +0 -204
- package/Accounts/Permissions/Permission.d.ts +0 -57
- package/Accounts/Permissions/PermissionEscalation.d.ts +0 -41
- package/Accounts/Permissions/PermissionEscalationState.d.ts +0 -19
- package/Accounts/Permissions/PermissionEscalationType.d.ts +0 -13
- package/Accounts/Permissions/PermissionLevel.d.ts +0 -17
- package/Accounts/Permissions/PermissionMethod.d.ts +0 -13
- package/Accounts/Permissions/PermissionType.d.ts +0 -280
- package/Billing/Hosting/BillableHostingBase.d.ts +0 -41
- package/Billing/Hosting/BillableHostingDiscount.d.ts +0 -36
- package/Billing/Hosting/BillableHostingLicense.d.ts +0 -30
- package/Billing/Hosting/BillableHostingLicenseType.d.ts +0 -20
- package/Billing/Hosting/BillableHostingRule.d.ts +0 -30
- package/Billing/Hosting/BillableHostingType.d.ts +0 -41
- package/Billing/Report/BillingReport.d.ts +0 -114
- package/Billing/Report/BillingReportBreakdown.d.ts +0 -35
- package/Billing/Report/BillingReportHostingSummary.d.ts +0 -36
- package/Billing/Report/BillingReportLicenseBreakdown.d.ts +0 -80
- package/Billing/Report/BillingReportServiceBreakdown.d.ts +0 -126
- package/Billing/Report/BillingReportStatus.d.ts +0 -25
- package/Billing/Report/BillingReportSummary.d.ts +0 -51
- package/Hosting/Fields/FormFieldAttachments.d.ts +0 -31
- package/Hosting/Fields/FormFieldBase.d.ts +0 -56
- package/Hosting/Fields/FormFieldBase_fromJSON.d.ts +0 -1
- package/Hosting/Fields/FormFieldBoolean.d.ts +0 -38
- package/Hosting/Fields/FormFieldChoice.d.ts +0 -46
- package/Hosting/Fields/FormFieldDate.d.ts +0 -26
- package/Hosting/Fields/FormFieldNumeric.d.ts +0 -54
- package/Hosting/Fields/FormFieldNumericSize.d.ts +0 -32
- package/Hosting/Fields/FormFieldSignature.d.ts +0 -17
- package/Hosting/Fields/FormFieldText.d.ts +0 -32
- package/Hosting/Fields/FormFieldTime.d.ts +0 -37
- package/Hosting/Fields/FormFieldTimezone.d.ts +0 -14
- package/Providers/Config/ProviderConfig.d.ts +0 -72
- package/Providers/Config/ProviderRegistration.d.ts +0 -123
- package/Providers/Config/ProviderScript.d.ts +0 -87
- package/Providers/Config/ProviderScriptBlock.d.ts +0 -41
- package/Providers/Config/ProviderScriptParameter.d.ts +0 -49
- package/Providers/Config/ProviderScriptParameterType.d.ts +0 -17
- package/Providers/Configuration/ProviderConfiguration.d.ts +0 -68
- package/Providers/Configuration/ProviderConfigurationNode.d.ts +0 -66
- package/Providers/Configuration/ProviderConfigurationType.d.ts +0 -62
- package/Providers/Configuration/ProviderGeofenceBase.d.ts +0 -29
- package/Providers/Configuration/ProviderGeofenceBase_fromJSON.d.ts +0 -1
- package/Providers/Configuration/ProviderGeofenceCircular.d.ts +0 -28
- package/Providers/Configuration/ProviderGeofencePoint.d.ts +0 -12
- package/Providers/Configuration/ProviderGeofencePolygon.d.ts +0 -23
- package/Providers/Configuration/ProviderGeofenceRectangle.d.ts +0 -28
- package/Reports/ReportBreakdown_fromJSON.d.ts +0 -1
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { int, uint } from "../../API/Types";
|
|
2
|
-
import { PlaceType } from "../../Places/PlaceType";
|
|
3
|
-
import { ProviderGeofenceBase } from "./ProviderGeofenceBase";
|
|
4
|
-
/**
|
|
5
|
-
* A geofence whose boundary is a "rectangle" defined by corner coordinates.
|
|
6
|
-
* @deprecated
|
|
7
|
-
*/
|
|
8
|
-
export declare class ProviderGeofenceRectangle extends ProviderGeofenceBase {
|
|
9
|
-
/**
|
|
10
|
-
* Boundaries defined with only two coordinates.
|
|
11
|
-
*/
|
|
12
|
-
get type(): PlaceType;
|
|
13
|
-
/**
|
|
14
|
-
* The smallest possible diameter for this geofence.
|
|
15
|
-
*/
|
|
16
|
-
maxLength: uint;
|
|
17
|
-
/**
|
|
18
|
-
* The smallest possible diameter for this geofence.
|
|
19
|
-
*/
|
|
20
|
-
maxWidth: uint;
|
|
21
|
-
constructor(maxGeofenceCount?: uint, maxLength?: int, maxWidth?: int);
|
|
22
|
-
toJSON(): {
|
|
23
|
-
maxLength: number | null;
|
|
24
|
-
maxWidth: number | null;
|
|
25
|
-
type: PlaceType;
|
|
26
|
-
maxGeofenceCount: number;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|