@c8y/client 1023.26.1 → 1023.30.0
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/jest.config.js +3 -0
- package/lib/cjs/index.d.ts +1 -1
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/src/Client.d.ts +3 -3
- package/lib/cjs/src/Client.d.ts.map +1 -1
- package/lib/cjs/src/Client.js +43 -43
- package/lib/cjs/src/Client.js.map +1 -1
- package/lib/cjs/src/alarm/AlarmService.d.ts +2 -2
- package/lib/cjs/src/alarm/AlarmService.d.ts.map +1 -1
- package/lib/cjs/src/alarm/AlarmService.js +2 -2
- package/lib/cjs/src/alarm/AlarmService.js.map +1 -1
- package/lib/cjs/src/alarm/AlarmStatus.js +4 -4
- package/lib/cjs/src/alarm/AlarmStatus.js.map +1 -1
- package/lib/cjs/src/alarm/IAlarm.d.ts +2 -2
- package/lib/cjs/src/alarm/IAlarm.d.ts.map +1 -1
- package/lib/cjs/src/alarm/index.d.ts +4 -4
- package/lib/cjs/src/alarm/index.d.ts.map +1 -1
- package/lib/cjs/src/alarm/index.js +4 -4
- package/lib/cjs/src/alarm/index.js.map +1 -1
- package/lib/cjs/src/application/ApplicationAvailability.js +4 -4
- package/lib/cjs/src/application/ApplicationAvailability.js.map +1 -1
- package/lib/cjs/src/application/ApplicationBinaryService.d.ts +5 -5
- package/lib/cjs/src/application/ApplicationBinaryService.d.ts.map +1 -1
- package/lib/cjs/src/application/ApplicationBinaryService.js +2 -2
- package/lib/cjs/src/application/ApplicationBinaryService.js.map +1 -1
- package/lib/cjs/src/application/ApplicationService.d.ts +9 -9
- package/lib/cjs/src/application/ApplicationService.d.ts.map +1 -1
- package/lib/cjs/src/application/ApplicationService.js +15 -15
- package/lib/cjs/src/application/ApplicationService.js.map +1 -1
- package/lib/cjs/src/application/IApplication.d.ts +2 -2
- package/lib/cjs/src/application/IApplication.d.ts.map +1 -1
- package/lib/cjs/src/application/IApplicationInstanceDetails.d.ts +1 -1
- package/lib/cjs/src/application/IApplicationInstanceDetails.d.ts.map +1 -1
- package/lib/cjs/src/application/IApplicationReference.d.ts +2 -2
- package/lib/cjs/src/application/IApplicationReference.d.ts.map +1 -1
- package/lib/cjs/src/application/IManifest.d.ts +6 -1
- package/lib/cjs/src/application/IManifest.d.ts.map +1 -1
- package/lib/cjs/src/application/index.d.ts +15 -15
- package/lib/cjs/src/application/index.d.ts.map +1 -1
- package/lib/cjs/src/application/index.js +15 -15
- package/lib/cjs/src/application/index.js.map +1 -1
- package/lib/cjs/src/audit/AuditService.d.ts +2 -2
- package/lib/cjs/src/audit/AuditService.d.ts.map +1 -1
- package/lib/cjs/src/audit/AuditService.js +2 -2
- package/lib/cjs/src/audit/AuditService.js.map +1 -1
- package/lib/cjs/src/audit/ChangeType.js +4 -4
- package/lib/cjs/src/audit/ChangeType.js.map +1 -1
- package/lib/cjs/src/audit/IAuditRecord.d.ts +4 -4
- package/lib/cjs/src/audit/IAuditRecord.d.ts.map +1 -1
- package/lib/cjs/src/audit/IChange.d.ts +1 -1
- package/lib/cjs/src/audit/IChange.d.ts.map +1 -1
- package/lib/cjs/src/audit/index.d.ts +5 -5
- package/lib/cjs/src/audit/index.d.ts.map +1 -1
- package/lib/cjs/src/audit/index.js +5 -5
- package/lib/cjs/src/audit/index.js.map +1 -1
- package/lib/cjs/src/core/BasicAuth.d.ts +2 -2
- package/lib/cjs/src/core/BasicAuth.d.ts.map +1 -1
- package/lib/cjs/src/core/BearerAuth.d.ts +2 -2
- package/lib/cjs/src/core/BearerAuth.d.ts.map +1 -1
- package/lib/cjs/src/core/BearerAuth.js +2 -2
- package/lib/cjs/src/core/BearerAuth.js.map +1 -1
- package/lib/cjs/src/core/BearerAuthFromSessionStorage.d.ts +2 -2
- package/lib/cjs/src/core/BearerAuthFromSessionStorage.d.ts.map +1 -1
- package/lib/cjs/src/core/BearerAuthFromSessionStorage.js +2 -2
- package/lib/cjs/src/core/BearerAuthFromSessionStorage.js.map +1 -1
- package/lib/cjs/src/core/CookieAuth.d.ts +3 -3
- package/lib/cjs/src/core/CookieAuth.d.ts.map +1 -1
- package/lib/cjs/src/core/CookieAuth.js +2 -2
- package/lib/cjs/src/core/CookieAuth.js.map +1 -1
- package/lib/cjs/src/core/FetchClient.d.ts +4 -4
- package/lib/cjs/src/core/FetchClient.d.ts.map +1 -1
- package/lib/cjs/src/core/IAuthentication.d.ts +1 -1
- package/lib/cjs/src/core/IAuthentication.d.ts.map +1 -1
- package/lib/cjs/src/core/ICustomPropertiesMap.d.ts +1 -1
- package/lib/cjs/src/core/ICustomPropertiesMap.d.ts.map +1 -1
- package/lib/cjs/src/core/IFetchClient.d.ts +2 -2
- package/lib/cjs/src/core/IFetchClient.d.ts.map +1 -1
- package/lib/cjs/src/core/INamed.d.ts +1 -1
- package/lib/cjs/src/core/INamed.d.ts.map +1 -1
- package/lib/cjs/src/core/IResult.d.ts +2 -2
- package/lib/cjs/src/core/IResult.d.ts.map +1 -1
- package/lib/cjs/src/core/IResultBase.d.ts +1 -1
- package/lib/cjs/src/core/IResultBase.d.ts.map +1 -1
- package/lib/cjs/src/core/IResultList.d.ts +3 -3
- package/lib/cjs/src/core/IResultList.d.ts.map +1 -1
- package/lib/cjs/src/core/MicroserviceClientRequestAuth.d.ts +2 -2
- package/lib/cjs/src/core/MicroserviceClientRequestAuth.d.ts.map +1 -1
- package/lib/cjs/src/core/NodeJSCookieAuth.d.ts +2 -2
- package/lib/cjs/src/core/NodeJSCookieAuth.d.ts.map +1 -1
- package/lib/cjs/src/core/NodeJSCookieAuth.js +2 -2
- package/lib/cjs/src/core/NodeJSCookieAuth.js.map +1 -1
- package/lib/cjs/src/core/Paging.d.ts +2 -2
- package/lib/cjs/src/core/Paging.d.ts.map +1 -1
- package/lib/cjs/src/core/Service.d.ts +8 -8
- package/lib/cjs/src/core/Service.d.ts.map +1 -1
- package/lib/cjs/src/core/Service.js +2 -2
- package/lib/cjs/src/core/Service.js.map +1 -1
- package/lib/cjs/src/core/Severity.js +5 -5
- package/lib/cjs/src/core/Severity.js.map +1 -1
- package/lib/cjs/src/core/index.d.ts +23 -23
- package/lib/cjs/src/core/index.d.ts.map +1 -1
- package/lib/cjs/src/core/index.js +23 -23
- package/lib/cjs/src/core/index.js.map +1 -1
- package/lib/cjs/src/device-registration/DeviceRegistrationBulkService.d.ts +2 -2
- package/lib/cjs/src/device-registration/DeviceRegistrationBulkService.d.ts.map +1 -1
- package/lib/cjs/src/device-registration/DeviceRegistrationService.d.ts +3 -3
- package/lib/cjs/src/device-registration/DeviceRegistrationService.d.ts.map +1 -1
- package/lib/cjs/src/device-registration/DeviceRegistrationService.js +4 -4
- package/lib/cjs/src/device-registration/DeviceRegistrationService.js.map +1 -1
- package/lib/cjs/src/device-registration/DeviceRegistrationStatus.js +5 -5
- package/lib/cjs/src/device-registration/DeviceRegistrationStatus.js.map +1 -1
- package/lib/cjs/src/device-registration/IDeviceRegistration.d.ts +1 -1
- package/lib/cjs/src/device-registration/IDeviceRegistration.d.ts.map +1 -1
- package/lib/cjs/src/device-registration/index.d.ts +7 -7
- package/lib/cjs/src/device-registration/index.d.ts.map +1 -1
- package/lib/cjs/src/device-registration/index.js +7 -7
- package/lib/cjs/src/device-registration/index.js.map +1 -1
- package/lib/cjs/src/event/EventBinaryService.d.ts +3 -3
- package/lib/cjs/src/event/EventBinaryService.d.ts.map +1 -1
- package/lib/cjs/src/event/EventBinaryService.js +2 -2
- package/lib/cjs/src/event/EventBinaryService.js.map +1 -1
- package/lib/cjs/src/event/EventService.d.ts +2 -2
- package/lib/cjs/src/event/EventService.d.ts.map +1 -1
- package/lib/cjs/src/event/EventService.js +2 -2
- package/lib/cjs/src/event/EventService.js.map +1 -1
- package/lib/cjs/src/event/IEvent.d.ts +1 -1
- package/lib/cjs/src/event/IEvent.d.ts.map +1 -1
- package/lib/cjs/src/event/index.d.ts +4 -4
- package/lib/cjs/src/event/index.d.ts.map +1 -1
- package/lib/cjs/src/event/index.js +4 -4
- package/lib/cjs/src/event/index.js.map +1 -1
- package/lib/cjs/src/feature/FeatureService.d.ts +2 -2
- package/lib/cjs/src/feature/FeatureService.d.ts.map +1 -1
- package/lib/cjs/src/feature/FeatureService.js +2 -2
- package/lib/cjs/src/feature/FeatureService.js.map +1 -1
- package/lib/cjs/src/feature/index.d.ts +2 -2
- package/lib/cjs/src/feature/index.d.ts.map +1 -1
- package/lib/cjs/src/feature/index.js +2 -2
- package/lib/cjs/src/feature/index.js.map +1 -1
- package/lib/cjs/src/identity/IExternalIdentity.d.ts +1 -1
- package/lib/cjs/src/identity/IExternalIdentity.d.ts.map +1 -1
- package/lib/cjs/src/identity/IdentityService.d.ts +2 -2
- package/lib/cjs/src/identity/IdentityService.d.ts.map +1 -1
- package/lib/cjs/src/identity/IdentityService.js.map +1 -1
- package/lib/cjs/src/identity/index.d.ts +2 -2
- package/lib/cjs/src/identity/index.d.ts.map +1 -1
- package/lib/cjs/src/identity/index.js +2 -2
- package/lib/cjs/src/identity/index.js.map +1 -1
- package/lib/cjs/src/inventory/IManagedObject.d.ts +1 -1
- package/lib/cjs/src/inventory/IManagedObject.d.ts.map +1 -1
- package/lib/cjs/src/inventory/InventoryBinaryService.d.ts +4 -4
- package/lib/cjs/src/inventory/InventoryBinaryService.d.ts.map +1 -1
- package/lib/cjs/src/inventory/InventoryBinaryService.js +2 -2
- package/lib/cjs/src/inventory/InventoryBinaryService.js.map +1 -1
- package/lib/cjs/src/inventory/InventoryService.d.ts +4 -4
- package/lib/cjs/src/inventory/InventoryService.d.ts.map +1 -1
- package/lib/cjs/src/inventory/InventoryService.js +5 -5
- package/lib/cjs/src/inventory/InventoryService.js.map +1 -1
- package/lib/cjs/src/inventory/index.d.ts +3 -3
- package/lib/cjs/src/inventory/index.d.ts.map +1 -1
- package/lib/cjs/src/inventory/index.js +3 -3
- package/lib/cjs/src/inventory/index.js.map +1 -1
- package/lib/cjs/src/inventory-role/InventoryRoleService.d.ts +1 -1
- package/lib/cjs/src/inventory-role/InventoryRoleService.d.ts.map +1 -1
- package/lib/cjs/src/inventory-role/InventoryRoleService.js +2 -2
- package/lib/cjs/src/inventory-role/InventoryRoleService.js.map +1 -1
- package/lib/cjs/src/inventory-role/index.d.ts +1 -1
- package/lib/cjs/src/inventory-role/index.d.ts.map +1 -1
- package/lib/cjs/src/inventory-role/index.js +1 -1
- package/lib/cjs/src/inventory-role/index.js.map +1 -1
- package/lib/cjs/src/measurement/IMeasurement.d.ts +1 -1
- package/lib/cjs/src/measurement/IMeasurement.d.ts.map +1 -1
- package/lib/cjs/src/measurement/MeasurementService.d.ts +6 -6
- package/lib/cjs/src/measurement/MeasurementService.d.ts.map +1 -1
- package/lib/cjs/src/measurement/MeasurementService.js +2 -2
- package/lib/cjs/src/measurement/MeasurementService.js.map +1 -1
- package/lib/cjs/src/measurement/index.d.ts +5 -5
- package/lib/cjs/src/measurement/index.d.ts.map +1 -1
- package/lib/cjs/src/measurement/index.js +5 -5
- package/lib/cjs/src/measurement/index.js.map +1 -1
- package/lib/cjs/src/operation/IOperation.d.ts +1 -1
- package/lib/cjs/src/operation/IOperation.d.ts.map +1 -1
- package/lib/cjs/src/operation/IOperationBulk.d.ts +4 -4
- package/lib/cjs/src/operation/IOperationBulk.d.ts.map +1 -1
- package/lib/cjs/src/operation/OperationBulkGeneralStatus.js +9 -9
- package/lib/cjs/src/operation/OperationBulkGeneralStatus.js.map +1 -1
- package/lib/cjs/src/operation/OperationBulkService.d.ts +3 -3
- package/lib/cjs/src/operation/OperationBulkService.d.ts.map +1 -1
- package/lib/cjs/src/operation/OperationBulkService.js +2 -2
- package/lib/cjs/src/operation/OperationBulkService.js.map +1 -1
- package/lib/cjs/src/operation/OperationBulkStatus.js +5 -5
- package/lib/cjs/src/operation/OperationBulkStatus.js.map +1 -1
- package/lib/cjs/src/operation/OperationService.d.ts +2 -2
- package/lib/cjs/src/operation/OperationService.d.ts.map +1 -1
- package/lib/cjs/src/operation/OperationService.js +2 -2
- package/lib/cjs/src/operation/OperationService.js.map +1 -1
- package/lib/cjs/src/operation/OperationStatus.js +5 -5
- package/lib/cjs/src/operation/OperationStatus.js.map +1 -1
- package/lib/cjs/src/operation/index.d.ts +8 -8
- package/lib/cjs/src/operation/index.d.ts.map +1 -1
- package/lib/cjs/src/operation/index.js +8 -8
- package/lib/cjs/src/operation/index.js.map +1 -1
- package/lib/cjs/src/public_api.d.ts +26 -26
- package/lib/cjs/src/public_api.d.ts.map +1 -1
- package/lib/cjs/src/public_api.js +26 -26
- package/lib/cjs/src/public_api.js.map +1 -1
- package/lib/cjs/src/realtime/Realtime.d.ts +1 -1
- package/lib/cjs/src/realtime/Realtime.d.ts.map +1 -1
- package/lib/cjs/src/realtime/Realtime.js +4 -4
- package/lib/cjs/src/realtime/Realtime.js.map +1 -1
- package/lib/cjs/src/realtime/index.d.ts +1 -1
- package/lib/cjs/src/realtime/index.d.ts.map +1 -1
- package/lib/cjs/src/realtime/index.js +1 -1
- package/lib/cjs/src/realtime/index.js.map +1 -1
- package/lib/cjs/src/services.d.ts +24 -24
- package/lib/cjs/src/services.d.ts.map +1 -1
- package/lib/cjs/src/services.js +54 -54
- package/lib/cjs/src/services.js.map +1 -1
- package/lib/cjs/src/smart-groups/SmartGroupsService.d.ts +3 -3
- package/lib/cjs/src/smart-groups/SmartGroupsService.d.ts.map +1 -1
- package/lib/cjs/src/smart-groups/SmartGroupsService.js +2 -2
- package/lib/cjs/src/smart-groups/SmartGroupsService.js.map +1 -1
- package/lib/cjs/src/smart-groups/index.d.ts +1 -1
- package/lib/cjs/src/smart-groups/index.d.ts.map +1 -1
- package/lib/cjs/src/smart-groups/index.js +1 -1
- package/lib/cjs/src/smart-groups/index.js.map +1 -1
- package/lib/cjs/src/smart-rules/SmartRulesService.d.ts +5 -5
- package/lib/cjs/src/smart-rules/SmartRulesService.d.ts.map +1 -1
- package/lib/cjs/src/smart-rules/SmartRulesService.js +4 -4
- package/lib/cjs/src/smart-rules/SmartRulesService.js.map +1 -1
- package/lib/cjs/src/smart-rules/index.d.ts +2 -2
- package/lib/cjs/src/smart-rules/index.d.ts.map +1 -1
- package/lib/cjs/src/smart-rules/index.js +2 -2
- package/lib/cjs/src/smart-rules/index.js.map +1 -1
- package/lib/cjs/src/system-options/SystemOptionsService.d.ts +2 -2
- package/lib/cjs/src/system-options/SystemOptionsService.d.ts.map +1 -1
- package/lib/cjs/src/system-options/SystemOptionsService.js +2 -2
- package/lib/cjs/src/system-options/SystemOptionsService.js.map +1 -1
- package/lib/cjs/src/system-options/index.d.ts +2 -2
- package/lib/cjs/src/system-options/index.d.ts.map +1 -1
- package/lib/cjs/src/system-options/index.js +2 -2
- package/lib/cjs/src/system-options/index.js.map +1 -1
- package/lib/cjs/src/tenant/ICurrentTenant.d.ts +2 -2
- package/lib/cjs/src/tenant/ICurrentTenant.d.ts.map +1 -1
- package/lib/cjs/src/tenant/ITenant.d.ts +2 -2
- package/lib/cjs/src/tenant/ITenant.d.ts.map +1 -1
- package/lib/cjs/src/tenant/ITenantReference.d.ts +1 -1
- package/lib/cjs/src/tenant/ITenantReference.d.ts.map +1 -1
- package/lib/cjs/src/tenant/ITfaSettings.d.ts +1 -1
- package/lib/cjs/src/tenant/ITfaSettings.d.ts.map +1 -1
- package/lib/cjs/src/tenant/TenantService.d.ts +6 -6
- package/lib/cjs/src/tenant/TenantService.d.ts.map +1 -1
- package/lib/cjs/src/tenant/TenantService.js +2 -2
- package/lib/cjs/src/tenant/TenantService.js.map +1 -1
- package/lib/cjs/src/tenant/TenantStatus.js +3 -3
- package/lib/cjs/src/tenant/TenantStatus.js.map +1 -1
- package/lib/cjs/src/tenant/index.d.ts +8 -8
- package/lib/cjs/src/tenant/index.d.ts.map +1 -1
- package/lib/cjs/src/tenant/index.js +8 -8
- package/lib/cjs/src/tenant/index.js.map +1 -1
- package/lib/cjs/src/tenant-login-options/ITenantLoginOptions.d.ts +1 -1
- package/lib/cjs/src/tenant-login-options/ITenantLoginOptions.d.ts.map +1 -1
- package/lib/cjs/src/tenant-login-options/TenantLoginOptionsService.d.ts +2 -2
- package/lib/cjs/src/tenant-login-options/TenantLoginOptionsService.d.ts.map +1 -1
- package/lib/cjs/src/tenant-login-options/TenantLoginOptionsService.js +2 -2
- package/lib/cjs/src/tenant-login-options/TenantLoginOptionsService.js.map +1 -1
- package/lib/cjs/src/tenant-login-options/index.d.ts +2 -2
- package/lib/cjs/src/tenant-login-options/index.d.ts.map +1 -1
- package/lib/cjs/src/tenant-login-options/index.js +2 -2
- package/lib/cjs/src/tenant-login-options/index.js.map +1 -1
- package/lib/cjs/src/tenant-options/TenantOptionsService.d.ts +3 -3
- package/lib/cjs/src/tenant-options/TenantOptionsService.d.ts.map +1 -1
- package/lib/cjs/src/tenant-options/TenantOptionsService.js +2 -2
- package/lib/cjs/src/tenant-options/TenantOptionsService.js.map +1 -1
- package/lib/cjs/src/tenant-options/index.d.ts +3 -3
- package/lib/cjs/src/tenant-options/index.d.ts.map +1 -1
- package/lib/cjs/src/tenant-options/index.js +3 -3
- package/lib/cjs/src/tenant-options/index.js.map +1 -1
- package/lib/cjs/src/tenant-policy/ITenantPolicy.d.ts +1 -1
- package/lib/cjs/src/tenant-policy/ITenantPolicy.d.ts.map +1 -1
- package/lib/cjs/src/tenant-policy/index.d.ts +1 -1
- package/lib/cjs/src/tenant-policy/index.d.ts.map +1 -1
- package/lib/cjs/src/tenant-policy/index.js +1 -1
- package/lib/cjs/src/tenant-policy/index.js.map +1 -1
- package/lib/cjs/src/tenant-security-options/TenantSecurityOptionsService.d.ts +2 -2
- package/lib/cjs/src/tenant-security-options/TenantSecurityOptionsService.d.ts.map +1 -1
- package/lib/cjs/src/tenant-security-options/TenantSecurityOptionsService.js +2 -2
- package/lib/cjs/src/tenant-security-options/TenantSecurityOptionsService.js.map +1 -1
- package/lib/cjs/src/tenant-security-options/index.d.ts +2 -2
- package/lib/cjs/src/tenant-security-options/index.d.ts.map +1 -1
- package/lib/cjs/src/tenant-security-options/index.js +2 -2
- package/lib/cjs/src/tenant-security-options/index.js.map +1 -1
- package/lib/cjs/src/trusted-certificates/CrlService.d.ts +2 -2
- package/lib/cjs/src/trusted-certificates/CrlService.d.ts.map +1 -1
- package/lib/cjs/src/trusted-certificates/CrlService.js +2 -2
- package/lib/cjs/src/trusted-certificates/CrlService.js.map +1 -1
- package/lib/cjs/src/trusted-certificates/TrustedCertificateService.d.ts +3 -3
- package/lib/cjs/src/trusted-certificates/TrustedCertificateService.d.ts.map +1 -1
- package/lib/cjs/src/trusted-certificates/TrustedCertificateService.js +2 -2
- package/lib/cjs/src/trusted-certificates/TrustedCertificateService.js.map +1 -1
- package/lib/cjs/src/trusted-certificates/index.d.ts +4 -4
- package/lib/cjs/src/trusted-certificates/index.d.ts.map +1 -1
- package/lib/cjs/src/trusted-certificates/index.js +4 -4
- package/lib/cjs/src/trusted-certificates/index.js.map +1 -1
- package/lib/cjs/src/user/ICurrentUser.d.ts +1 -1
- package/lib/cjs/src/user/ICurrentUser.d.ts.map +1 -1
- package/lib/cjs/src/user/IResetPassword.d.ts +1 -1
- package/lib/cjs/src/user/IResetPassword.d.ts.map +1 -1
- package/lib/cjs/src/user/IUser.d.ts +2 -2
- package/lib/cjs/src/user/IUser.d.ts.map +1 -1
- package/lib/cjs/src/user/IUserInventoryRole.d.ts +1 -1
- package/lib/cjs/src/user/IUserInventoryRole.d.ts.map +1 -1
- package/lib/cjs/src/user/UserInventoryRoleService.d.ts +7 -7
- package/lib/cjs/src/user/UserInventoryRoleService.d.ts.map +1 -1
- package/lib/cjs/src/user/UserInventoryRoleService.js +2 -2
- package/lib/cjs/src/user/UserInventoryRoleService.js.map +1 -1
- package/lib/cjs/src/user/UserService.d.ts +8 -8
- package/lib/cjs/src/user/UserService.d.ts.map +1 -1
- package/lib/cjs/src/user/UserService.js +4 -4
- package/lib/cjs/src/user/UserService.js.map +1 -1
- package/lib/cjs/src/user/index.d.ts +9 -9
- package/lib/cjs/src/user/index.d.ts.map +1 -1
- package/lib/cjs/src/user/index.js +9 -9
- package/lib/cjs/src/user/index.js.map +1 -1
- package/lib/cjs/src/user-group/IUserGroup.d.ts +5 -5
- package/lib/cjs/src/user-group/IUserGroup.d.ts.map +1 -1
- package/lib/cjs/src/user-group/UserGroupService.d.ts +4 -4
- package/lib/cjs/src/user-group/UserGroupService.d.ts.map +1 -1
- package/lib/cjs/src/user-group/UserGroupService.js +2 -2
- package/lib/cjs/src/user-group/UserGroupService.js.map +1 -1
- package/lib/cjs/src/user-group/index.d.ts +3 -3
- package/lib/cjs/src/user-group/index.d.ts.map +1 -1
- package/lib/cjs/src/user-group/index.js +3 -3
- package/lib/cjs/src/user-group/index.js.map +1 -1
- package/lib/cjs/src/user-role/IRoleReference.d.ts +1 -1
- package/lib/cjs/src/user-role/IRoleReference.d.ts.map +1 -1
- package/lib/cjs/src/user-role/UserRoleService.d.ts +4 -4
- package/lib/cjs/src/user-role/UserRoleService.d.ts.map +1 -1
- package/lib/cjs/src/user-role/UserRoleService.js +2 -2
- package/lib/cjs/src/user-role/UserRoleService.js.map +1 -1
- package/lib/cjs/src/user-role/index.d.ts +3 -3
- package/lib/cjs/src/user-role/index.d.ts.map +1 -1
- package/lib/cjs/src/user-role/index.js +3 -3
- package/lib/cjs/src/user-role/index.js.map +1 -1
- package/lib/esm2015/index.d.ts +1 -1
- package/lib/esm2015/index.d.ts.map +1 -1
- package/lib/esm2015/index.js +1 -1
- package/lib/esm2015/index.js.map +1 -1
- package/lib/esm2015/src/Client.d.ts +3 -3
- package/lib/esm2015/src/Client.d.ts.map +1 -1
- package/lib/esm2015/src/Client.js +3 -3
- package/lib/esm2015/src/Client.js.map +1 -1
- package/lib/esm2015/src/alarm/AlarmService.d.ts +2 -2
- package/lib/esm2015/src/alarm/AlarmService.d.ts.map +1 -1
- package/lib/esm2015/src/alarm/AlarmService.js +1 -1
- package/lib/esm2015/src/alarm/AlarmService.js.map +1 -1
- package/lib/esm2015/src/alarm/AlarmStatus.js +1 -1
- package/lib/esm2015/src/alarm/AlarmStatus.js.map +1 -1
- package/lib/esm2015/src/alarm/IAlarm.d.ts +2 -2
- package/lib/esm2015/src/alarm/IAlarm.d.ts.map +1 -1
- package/lib/esm2015/src/alarm/index.d.ts +4 -4
- package/lib/esm2015/src/alarm/index.d.ts.map +1 -1
- package/lib/esm2015/src/alarm/index.js +4 -4
- package/lib/esm2015/src/alarm/index.js.map +1 -1
- package/lib/esm2015/src/application/ApplicationAvailability.js +1 -1
- package/lib/esm2015/src/application/ApplicationAvailability.js.map +1 -1
- package/lib/esm2015/src/application/ApplicationBinaryService.d.ts +5 -5
- package/lib/esm2015/src/application/ApplicationBinaryService.d.ts.map +1 -1
- package/lib/esm2015/src/application/ApplicationBinaryService.js +1 -1
- package/lib/esm2015/src/application/ApplicationBinaryService.js.map +1 -1
- package/lib/esm2015/src/application/ApplicationService.d.ts +9 -9
- package/lib/esm2015/src/application/ApplicationService.d.ts.map +1 -1
- package/lib/esm2015/src/application/ApplicationService.js +7 -7
- package/lib/esm2015/src/application/ApplicationService.js.map +1 -1
- package/lib/esm2015/src/application/IApplication.d.ts +2 -2
- package/lib/esm2015/src/application/IApplication.d.ts.map +1 -1
- package/lib/esm2015/src/application/IApplicationInstanceDetails.d.ts +1 -1
- package/lib/esm2015/src/application/IApplicationInstanceDetails.d.ts.map +1 -1
- package/lib/esm2015/src/application/IApplicationReference.d.ts +2 -2
- package/lib/esm2015/src/application/IApplicationReference.d.ts.map +1 -1
- package/lib/esm2015/src/application/IManifest.d.ts +6 -1
- package/lib/esm2015/src/application/IManifest.d.ts.map +1 -1
- package/lib/esm2015/src/application/index.d.ts +15 -15
- package/lib/esm2015/src/application/index.d.ts.map +1 -1
- package/lib/esm2015/src/application/index.js +15 -15
- package/lib/esm2015/src/application/index.js.map +1 -1
- package/lib/esm2015/src/audit/AuditService.d.ts +2 -2
- package/lib/esm2015/src/audit/AuditService.d.ts.map +1 -1
- package/lib/esm2015/src/audit/AuditService.js +1 -1
- package/lib/esm2015/src/audit/AuditService.js.map +1 -1
- package/lib/esm2015/src/audit/ChangeType.js +1 -1
- package/lib/esm2015/src/audit/ChangeType.js.map +1 -1
- package/lib/esm2015/src/audit/IAuditRecord.d.ts +4 -4
- package/lib/esm2015/src/audit/IAuditRecord.d.ts.map +1 -1
- package/lib/esm2015/src/audit/IChange.d.ts +1 -1
- package/lib/esm2015/src/audit/IChange.d.ts.map +1 -1
- package/lib/esm2015/src/audit/index.d.ts +5 -5
- package/lib/esm2015/src/audit/index.d.ts.map +1 -1
- package/lib/esm2015/src/audit/index.js +5 -5
- package/lib/esm2015/src/audit/index.js.map +1 -1
- package/lib/esm2015/src/core/BasicAuth.d.ts +2 -2
- package/lib/esm2015/src/core/BasicAuth.d.ts.map +1 -1
- package/lib/esm2015/src/core/BearerAuth.d.ts +2 -2
- package/lib/esm2015/src/core/BearerAuth.d.ts.map +1 -1
- package/lib/esm2015/src/core/BearerAuth.js +1 -1
- package/lib/esm2015/src/core/BearerAuth.js.map +1 -1
- package/lib/esm2015/src/core/BearerAuthFromSessionStorage.d.ts +2 -2
- package/lib/esm2015/src/core/BearerAuthFromSessionStorage.d.ts.map +1 -1
- package/lib/esm2015/src/core/BearerAuthFromSessionStorage.js +1 -1
- package/lib/esm2015/src/core/BearerAuthFromSessionStorage.js.map +1 -1
- package/lib/esm2015/src/core/CookieAuth.d.ts +3 -3
- package/lib/esm2015/src/core/CookieAuth.d.ts.map +1 -1
- package/lib/esm2015/src/core/CookieAuth.js +1 -1
- package/lib/esm2015/src/core/CookieAuth.js.map +1 -1
- package/lib/esm2015/src/core/FetchClient.d.ts +4 -4
- package/lib/esm2015/src/core/FetchClient.d.ts.map +1 -1
- package/lib/esm2015/src/core/IAuthentication.d.ts +1 -1
- package/lib/esm2015/src/core/IAuthentication.d.ts.map +1 -1
- package/lib/esm2015/src/core/ICustomPropertiesMap.d.ts +1 -1
- package/lib/esm2015/src/core/ICustomPropertiesMap.d.ts.map +1 -1
- package/lib/esm2015/src/core/IFetchClient.d.ts +2 -2
- package/lib/esm2015/src/core/IFetchClient.d.ts.map +1 -1
- package/lib/esm2015/src/core/INamed.d.ts +1 -1
- package/lib/esm2015/src/core/INamed.d.ts.map +1 -1
- package/lib/esm2015/src/core/IResult.d.ts +2 -2
- package/lib/esm2015/src/core/IResult.d.ts.map +1 -1
- package/lib/esm2015/src/core/IResultBase.d.ts +1 -1
- package/lib/esm2015/src/core/IResultBase.d.ts.map +1 -1
- package/lib/esm2015/src/core/IResultList.d.ts +3 -3
- package/lib/esm2015/src/core/IResultList.d.ts.map +1 -1
- package/lib/esm2015/src/core/MicroserviceClientRequestAuth.d.ts +2 -2
- package/lib/esm2015/src/core/MicroserviceClientRequestAuth.d.ts.map +1 -1
- package/lib/esm2015/src/core/NodeJSCookieAuth.d.ts +2 -2
- package/lib/esm2015/src/core/NodeJSCookieAuth.d.ts.map +1 -1
- package/lib/esm2015/src/core/NodeJSCookieAuth.js +1 -1
- package/lib/esm2015/src/core/NodeJSCookieAuth.js.map +1 -1
- package/lib/esm2015/src/core/Paging.d.ts +2 -2
- package/lib/esm2015/src/core/Paging.d.ts.map +1 -1
- package/lib/esm2015/src/core/Service.d.ts +8 -8
- package/lib/esm2015/src/core/Service.d.ts.map +1 -1
- package/lib/esm2015/src/core/Service.js +1 -1
- package/lib/esm2015/src/core/Service.js.map +1 -1
- package/lib/esm2015/src/core/Severity.js +1 -1
- package/lib/esm2015/src/core/Severity.js.map +1 -1
- package/lib/esm2015/src/core/index.d.ts +23 -23
- package/lib/esm2015/src/core/index.d.ts.map +1 -1
- package/lib/esm2015/src/core/index.js +23 -23
- package/lib/esm2015/src/core/index.js.map +1 -1
- package/lib/esm2015/src/device-registration/DeviceRegistrationBulkService.d.ts +2 -2
- package/lib/esm2015/src/device-registration/DeviceRegistrationBulkService.d.ts.map +1 -1
- package/lib/esm2015/src/device-registration/DeviceRegistrationService.d.ts +3 -3
- package/lib/esm2015/src/device-registration/DeviceRegistrationService.d.ts.map +1 -1
- package/lib/esm2015/src/device-registration/DeviceRegistrationService.js +2 -2
- package/lib/esm2015/src/device-registration/DeviceRegistrationService.js.map +1 -1
- package/lib/esm2015/src/device-registration/DeviceRegistrationStatus.js +1 -1
- package/lib/esm2015/src/device-registration/DeviceRegistrationStatus.js.map +1 -1
- package/lib/esm2015/src/device-registration/IDeviceRegistration.d.ts +1 -1
- package/lib/esm2015/src/device-registration/IDeviceRegistration.d.ts.map +1 -1
- package/lib/esm2015/src/device-registration/index.d.ts +7 -7
- package/lib/esm2015/src/device-registration/index.d.ts.map +1 -1
- package/lib/esm2015/src/device-registration/index.js +7 -7
- package/lib/esm2015/src/device-registration/index.js.map +1 -1
- package/lib/esm2015/src/event/EventBinaryService.d.ts +3 -3
- package/lib/esm2015/src/event/EventBinaryService.d.ts.map +1 -1
- package/lib/esm2015/src/event/EventBinaryService.js +1 -1
- package/lib/esm2015/src/event/EventBinaryService.js.map +1 -1
- package/lib/esm2015/src/event/EventService.d.ts +2 -2
- package/lib/esm2015/src/event/EventService.d.ts.map +1 -1
- package/lib/esm2015/src/event/EventService.js +1 -1
- package/lib/esm2015/src/event/EventService.js.map +1 -1
- package/lib/esm2015/src/event/IEvent.d.ts +1 -1
- package/lib/esm2015/src/event/IEvent.d.ts.map +1 -1
- package/lib/esm2015/src/event/index.d.ts +4 -4
- package/lib/esm2015/src/event/index.d.ts.map +1 -1
- package/lib/esm2015/src/event/index.js +4 -4
- package/lib/esm2015/src/event/index.js.map +1 -1
- package/lib/esm2015/src/feature/FeatureService.d.ts +2 -2
- package/lib/esm2015/src/feature/FeatureService.d.ts.map +1 -1
- package/lib/esm2015/src/feature/FeatureService.js +1 -1
- package/lib/esm2015/src/feature/FeatureService.js.map +1 -1
- package/lib/esm2015/src/feature/index.d.ts +2 -2
- package/lib/esm2015/src/feature/index.d.ts.map +1 -1
- package/lib/esm2015/src/feature/index.js +2 -2
- package/lib/esm2015/src/feature/index.js.map +1 -1
- package/lib/esm2015/src/identity/IExternalIdentity.d.ts +1 -1
- package/lib/esm2015/src/identity/IExternalIdentity.d.ts.map +1 -1
- package/lib/esm2015/src/identity/IdentityService.d.ts +2 -2
- package/lib/esm2015/src/identity/IdentityService.d.ts.map +1 -1
- package/lib/esm2015/src/identity/IdentityService.js.map +1 -1
- package/lib/esm2015/src/identity/index.d.ts +2 -2
- package/lib/esm2015/src/identity/index.d.ts.map +1 -1
- package/lib/esm2015/src/identity/index.js +2 -2
- package/lib/esm2015/src/identity/index.js.map +1 -1
- package/lib/esm2015/src/inventory/IManagedObject.d.ts +1 -1
- package/lib/esm2015/src/inventory/IManagedObject.d.ts.map +1 -1
- package/lib/esm2015/src/inventory/InventoryBinaryService.d.ts +4 -4
- package/lib/esm2015/src/inventory/InventoryBinaryService.d.ts.map +1 -1
- package/lib/esm2015/src/inventory/InventoryBinaryService.js +1 -1
- package/lib/esm2015/src/inventory/InventoryBinaryService.js.map +1 -1
- package/lib/esm2015/src/inventory/InventoryService.d.ts +4 -4
- package/lib/esm2015/src/inventory/InventoryService.d.ts.map +1 -1
- package/lib/esm2015/src/inventory/InventoryService.js +2 -2
- package/lib/esm2015/src/inventory/InventoryService.js.map +1 -1
- package/lib/esm2015/src/inventory/index.d.ts +3 -3
- package/lib/esm2015/src/inventory/index.d.ts.map +1 -1
- package/lib/esm2015/src/inventory/index.js +3 -3
- package/lib/esm2015/src/inventory/index.js.map +1 -1
- package/lib/esm2015/src/inventory-role/InventoryRoleService.d.ts +1 -1
- package/lib/esm2015/src/inventory-role/InventoryRoleService.d.ts.map +1 -1
- package/lib/esm2015/src/inventory-role/InventoryRoleService.js +1 -1
- package/lib/esm2015/src/inventory-role/InventoryRoleService.js.map +1 -1
- package/lib/esm2015/src/inventory-role/index.d.ts +1 -1
- package/lib/esm2015/src/inventory-role/index.d.ts.map +1 -1
- package/lib/esm2015/src/inventory-role/index.js +1 -1
- package/lib/esm2015/src/inventory-role/index.js.map +1 -1
- package/lib/esm2015/src/measurement/IMeasurement.d.ts +1 -1
- package/lib/esm2015/src/measurement/IMeasurement.d.ts.map +1 -1
- package/lib/esm2015/src/measurement/MeasurementService.d.ts +6 -6
- package/lib/esm2015/src/measurement/MeasurementService.d.ts.map +1 -1
- package/lib/esm2015/src/measurement/MeasurementService.js +1 -1
- package/lib/esm2015/src/measurement/MeasurementService.js.map +1 -1
- package/lib/esm2015/src/measurement/index.d.ts +5 -5
- package/lib/esm2015/src/measurement/index.d.ts.map +1 -1
- package/lib/esm2015/src/measurement/index.js +5 -5
- package/lib/esm2015/src/measurement/index.js.map +1 -1
- package/lib/esm2015/src/operation/IOperation.d.ts +1 -1
- package/lib/esm2015/src/operation/IOperation.d.ts.map +1 -1
- package/lib/esm2015/src/operation/IOperationBulk.d.ts +4 -4
- package/lib/esm2015/src/operation/IOperationBulk.d.ts.map +1 -1
- package/lib/esm2015/src/operation/OperationBulkGeneralStatus.js +1 -1
- package/lib/esm2015/src/operation/OperationBulkGeneralStatus.js.map +1 -1
- package/lib/esm2015/src/operation/OperationBulkService.d.ts +3 -3
- package/lib/esm2015/src/operation/OperationBulkService.d.ts.map +1 -1
- package/lib/esm2015/src/operation/OperationBulkService.js +1 -1
- package/lib/esm2015/src/operation/OperationBulkService.js.map +1 -1
- package/lib/esm2015/src/operation/OperationBulkStatus.js +1 -1
- package/lib/esm2015/src/operation/OperationBulkStatus.js.map +1 -1
- package/lib/esm2015/src/operation/OperationService.d.ts +2 -2
- package/lib/esm2015/src/operation/OperationService.d.ts.map +1 -1
- package/lib/esm2015/src/operation/OperationService.js +1 -1
- package/lib/esm2015/src/operation/OperationService.js.map +1 -1
- package/lib/esm2015/src/operation/OperationStatus.js +1 -1
- package/lib/esm2015/src/operation/OperationStatus.js.map +1 -1
- package/lib/esm2015/src/operation/index.d.ts +8 -8
- package/lib/esm2015/src/operation/index.d.ts.map +1 -1
- package/lib/esm2015/src/operation/index.js +8 -8
- package/lib/esm2015/src/operation/index.js.map +1 -1
- package/lib/esm2015/src/public_api.d.ts +26 -26
- package/lib/esm2015/src/public_api.d.ts.map +1 -1
- package/lib/esm2015/src/public_api.js +26 -26
- package/lib/esm2015/src/public_api.js.map +1 -1
- package/lib/esm2015/src/realtime/Realtime.d.ts +1 -1
- package/lib/esm2015/src/realtime/Realtime.d.ts.map +1 -1
- package/lib/esm2015/src/realtime/Realtime.js +1 -1
- package/lib/esm2015/src/realtime/Realtime.js.map +1 -1
- package/lib/esm2015/src/realtime/index.d.ts +1 -1
- package/lib/esm2015/src/realtime/index.d.ts.map +1 -1
- package/lib/esm2015/src/realtime/index.js +1 -1
- package/lib/esm2015/src/realtime/index.js.map +1 -1
- package/lib/esm2015/src/services.d.ts +24 -24
- package/lib/esm2015/src/services.d.ts.map +1 -1
- package/lib/esm2015/src/services.js +24 -24
- package/lib/esm2015/src/services.js.map +1 -1
- package/lib/esm2015/src/smart-groups/SmartGroupsService.d.ts +3 -3
- package/lib/esm2015/src/smart-groups/SmartGroupsService.d.ts.map +1 -1
- package/lib/esm2015/src/smart-groups/SmartGroupsService.js +1 -1
- package/lib/esm2015/src/smart-groups/SmartGroupsService.js.map +1 -1
- package/lib/esm2015/src/smart-groups/index.d.ts +1 -1
- package/lib/esm2015/src/smart-groups/index.d.ts.map +1 -1
- package/lib/esm2015/src/smart-groups/index.js +1 -1
- package/lib/esm2015/src/smart-groups/index.js.map +1 -1
- package/lib/esm2015/src/smart-rules/SmartRulesService.d.ts +5 -5
- package/lib/esm2015/src/smart-rules/SmartRulesService.d.ts.map +1 -1
- package/lib/esm2015/src/smart-rules/SmartRulesService.js +2 -2
- package/lib/esm2015/src/smart-rules/SmartRulesService.js.map +1 -1
- package/lib/esm2015/src/smart-rules/index.d.ts +2 -2
- package/lib/esm2015/src/smart-rules/index.d.ts.map +1 -1
- package/lib/esm2015/src/smart-rules/index.js +2 -2
- package/lib/esm2015/src/smart-rules/index.js.map +1 -1
- package/lib/esm2015/src/system-options/SystemOptionsService.d.ts +2 -2
- package/lib/esm2015/src/system-options/SystemOptionsService.d.ts.map +1 -1
- package/lib/esm2015/src/system-options/SystemOptionsService.js +1 -1
- package/lib/esm2015/src/system-options/SystemOptionsService.js.map +1 -1
- package/lib/esm2015/src/system-options/index.d.ts +2 -2
- package/lib/esm2015/src/system-options/index.d.ts.map +1 -1
- package/lib/esm2015/src/system-options/index.js +2 -2
- package/lib/esm2015/src/system-options/index.js.map +1 -1
- package/lib/esm2015/src/tenant/ICurrentTenant.d.ts +2 -2
- package/lib/esm2015/src/tenant/ICurrentTenant.d.ts.map +1 -1
- package/lib/esm2015/src/tenant/ITenant.d.ts +2 -2
- package/lib/esm2015/src/tenant/ITenant.d.ts.map +1 -1
- package/lib/esm2015/src/tenant/ITenantReference.d.ts +1 -1
- package/lib/esm2015/src/tenant/ITenantReference.d.ts.map +1 -1
- package/lib/esm2015/src/tenant/ITfaSettings.d.ts +1 -1
- package/lib/esm2015/src/tenant/ITfaSettings.d.ts.map +1 -1
- package/lib/esm2015/src/tenant/TenantService.d.ts +6 -6
- package/lib/esm2015/src/tenant/TenantService.d.ts.map +1 -1
- package/lib/esm2015/src/tenant/TenantService.js +1 -1
- package/lib/esm2015/src/tenant/TenantService.js.map +1 -1
- package/lib/esm2015/src/tenant/TenantStatus.js +1 -1
- package/lib/esm2015/src/tenant/TenantStatus.js.map +1 -1
- package/lib/esm2015/src/tenant/index.d.ts +8 -8
- package/lib/esm2015/src/tenant/index.d.ts.map +1 -1
- package/lib/esm2015/src/tenant/index.js +8 -8
- package/lib/esm2015/src/tenant/index.js.map +1 -1
- package/lib/esm2015/src/tenant-login-options/ITenantLoginOptions.d.ts +1 -1
- package/lib/esm2015/src/tenant-login-options/ITenantLoginOptions.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-login-options/TenantLoginOptionsService.d.ts +2 -2
- package/lib/esm2015/src/tenant-login-options/TenantLoginOptionsService.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-login-options/TenantLoginOptionsService.js +1 -1
- package/lib/esm2015/src/tenant-login-options/TenantLoginOptionsService.js.map +1 -1
- package/lib/esm2015/src/tenant-login-options/index.d.ts +2 -2
- package/lib/esm2015/src/tenant-login-options/index.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-login-options/index.js +2 -2
- package/lib/esm2015/src/tenant-login-options/index.js.map +1 -1
- package/lib/esm2015/src/tenant-options/TenantOptionsService.d.ts +3 -3
- package/lib/esm2015/src/tenant-options/TenantOptionsService.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-options/TenantOptionsService.js +1 -1
- package/lib/esm2015/src/tenant-options/TenantOptionsService.js.map +1 -1
- package/lib/esm2015/src/tenant-options/index.d.ts +3 -3
- package/lib/esm2015/src/tenant-options/index.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-options/index.js +3 -3
- package/lib/esm2015/src/tenant-options/index.js.map +1 -1
- package/lib/esm2015/src/tenant-policy/ITenantPolicy.d.ts +1 -1
- package/lib/esm2015/src/tenant-policy/ITenantPolicy.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-policy/index.d.ts +1 -1
- package/lib/esm2015/src/tenant-policy/index.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-policy/index.js +1 -1
- package/lib/esm2015/src/tenant-policy/index.js.map +1 -1
- package/lib/esm2015/src/tenant-security-options/TenantSecurityOptionsService.d.ts +2 -2
- package/lib/esm2015/src/tenant-security-options/TenantSecurityOptionsService.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-security-options/TenantSecurityOptionsService.js +1 -1
- package/lib/esm2015/src/tenant-security-options/TenantSecurityOptionsService.js.map +1 -1
- package/lib/esm2015/src/tenant-security-options/index.d.ts +2 -2
- package/lib/esm2015/src/tenant-security-options/index.d.ts.map +1 -1
- package/lib/esm2015/src/tenant-security-options/index.js +2 -2
- package/lib/esm2015/src/tenant-security-options/index.js.map +1 -1
- package/lib/esm2015/src/trusted-certificates/CrlService.d.ts +2 -2
- package/lib/esm2015/src/trusted-certificates/CrlService.d.ts.map +1 -1
- package/lib/esm2015/src/trusted-certificates/CrlService.js +1 -1
- package/lib/esm2015/src/trusted-certificates/CrlService.js.map +1 -1
- package/lib/esm2015/src/trusted-certificates/TrustedCertificateService.d.ts +3 -3
- package/lib/esm2015/src/trusted-certificates/TrustedCertificateService.d.ts.map +1 -1
- package/lib/esm2015/src/trusted-certificates/TrustedCertificateService.js +1 -1
- package/lib/esm2015/src/trusted-certificates/TrustedCertificateService.js.map +1 -1
- package/lib/esm2015/src/trusted-certificates/index.d.ts +4 -4
- package/lib/esm2015/src/trusted-certificates/index.d.ts.map +1 -1
- package/lib/esm2015/src/trusted-certificates/index.js +4 -4
- package/lib/esm2015/src/trusted-certificates/index.js.map +1 -1
- package/lib/esm2015/src/user/ICurrentUser.d.ts +1 -1
- package/lib/esm2015/src/user/ICurrentUser.d.ts.map +1 -1
- package/lib/esm2015/src/user/IResetPassword.d.ts +1 -1
- package/lib/esm2015/src/user/IResetPassword.d.ts.map +1 -1
- package/lib/esm2015/src/user/IUser.d.ts +2 -2
- package/lib/esm2015/src/user/IUser.d.ts.map +1 -1
- package/lib/esm2015/src/user/IUserInventoryRole.d.ts +1 -1
- package/lib/esm2015/src/user/IUserInventoryRole.d.ts.map +1 -1
- package/lib/esm2015/src/user/UserInventoryRoleService.d.ts +7 -7
- package/lib/esm2015/src/user/UserInventoryRoleService.d.ts.map +1 -1
- package/lib/esm2015/src/user/UserInventoryRoleService.js +1 -1
- package/lib/esm2015/src/user/UserInventoryRoleService.js.map +1 -1
- package/lib/esm2015/src/user/UserService.d.ts +8 -8
- package/lib/esm2015/src/user/UserService.d.ts.map +1 -1
- package/lib/esm2015/src/user/UserService.js +2 -2
- package/lib/esm2015/src/user/UserService.js.map +1 -1
- package/lib/esm2015/src/user/index.d.ts +9 -9
- package/lib/esm2015/src/user/index.d.ts.map +1 -1
- package/lib/esm2015/src/user/index.js +9 -9
- package/lib/esm2015/src/user/index.js.map +1 -1
- package/lib/esm2015/src/user-group/IUserGroup.d.ts +5 -5
- package/lib/esm2015/src/user-group/IUserGroup.d.ts.map +1 -1
- package/lib/esm2015/src/user-group/UserGroupService.d.ts +4 -4
- package/lib/esm2015/src/user-group/UserGroupService.d.ts.map +1 -1
- package/lib/esm2015/src/user-group/UserGroupService.js +1 -1
- package/lib/esm2015/src/user-group/UserGroupService.js.map +1 -1
- package/lib/esm2015/src/user-group/index.d.ts +3 -3
- package/lib/esm2015/src/user-group/index.d.ts.map +1 -1
- package/lib/esm2015/src/user-group/index.js +3 -3
- package/lib/esm2015/src/user-group/index.js.map +1 -1
- package/lib/esm2015/src/user-role/IRoleReference.d.ts +1 -1
- package/lib/esm2015/src/user-role/IRoleReference.d.ts.map +1 -1
- package/lib/esm2015/src/user-role/UserRoleService.d.ts +4 -4
- package/lib/esm2015/src/user-role/UserRoleService.d.ts.map +1 -1
- package/lib/esm2015/src/user-role/UserRoleService.js +1 -1
- package/lib/esm2015/src/user-role/UserRoleService.js.map +1 -1
- package/lib/esm2015/src/user-role/index.d.ts +3 -3
- package/lib/esm2015/src/user-role/index.d.ts.map +1 -1
- package/lib/esm2015/src/user-role/index.js +3 -3
- package/lib/esm2015/src/user-role/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/src/Client.d.ts +3 -3
- package/lib/src/Client.d.ts.map +1 -1
- package/lib/src/alarm/AlarmService.d.ts +2 -2
- package/lib/src/alarm/AlarmService.d.ts.map +1 -1
- package/lib/src/alarm/IAlarm.d.ts +2 -2
- package/lib/src/alarm/IAlarm.d.ts.map +1 -1
- package/lib/src/alarm/index.d.ts +4 -4
- package/lib/src/alarm/index.d.ts.map +1 -1
- package/lib/src/application/ApplicationBinaryService.d.ts +5 -5
- package/lib/src/application/ApplicationBinaryService.d.ts.map +1 -1
- package/lib/src/application/ApplicationService.d.ts +9 -9
- package/lib/src/application/ApplicationService.d.ts.map +1 -1
- package/lib/src/application/IApplication.d.ts +2 -2
- package/lib/src/application/IApplication.d.ts.map +1 -1
- package/lib/src/application/IApplicationInstanceDetails.d.ts +1 -1
- package/lib/src/application/IApplicationInstanceDetails.d.ts.map +1 -1
- package/lib/src/application/IApplicationReference.d.ts +2 -2
- package/lib/src/application/IApplicationReference.d.ts.map +1 -1
- package/lib/src/application/IManifest.d.ts +6 -1
- package/lib/src/application/IManifest.d.ts.map +1 -1
- package/lib/src/application/index.d.ts +15 -15
- package/lib/src/application/index.d.ts.map +1 -1
- package/lib/src/audit/AuditService.d.ts +2 -2
- package/lib/src/audit/AuditService.d.ts.map +1 -1
- package/lib/src/audit/IAuditRecord.d.ts +4 -4
- package/lib/src/audit/IAuditRecord.d.ts.map +1 -1
- package/lib/src/audit/IChange.d.ts +1 -1
- package/lib/src/audit/IChange.d.ts.map +1 -1
- package/lib/src/audit/index.d.ts +5 -5
- package/lib/src/audit/index.d.ts.map +1 -1
- package/lib/src/core/BasicAuth.d.ts +2 -2
- package/lib/src/core/BasicAuth.d.ts.map +1 -1
- package/lib/src/core/BearerAuth.d.ts +2 -2
- package/lib/src/core/BearerAuth.d.ts.map +1 -1
- package/lib/src/core/BearerAuthFromSessionStorage.d.ts +2 -2
- package/lib/src/core/BearerAuthFromSessionStorage.d.ts.map +1 -1
- package/lib/src/core/CookieAuth.d.ts +3 -3
- package/lib/src/core/CookieAuth.d.ts.map +1 -1
- package/lib/src/core/FetchClient.d.ts +4 -4
- package/lib/src/core/FetchClient.d.ts.map +1 -1
- package/lib/src/core/IAuthentication.d.ts +1 -1
- package/lib/src/core/IAuthentication.d.ts.map +1 -1
- package/lib/src/core/ICustomPropertiesMap.d.ts +1 -1
- package/lib/src/core/ICustomPropertiesMap.d.ts.map +1 -1
- package/lib/src/core/IFetchClient.d.ts +2 -2
- package/lib/src/core/IFetchClient.d.ts.map +1 -1
- package/lib/src/core/INamed.d.ts +1 -1
- package/lib/src/core/INamed.d.ts.map +1 -1
- package/lib/src/core/IResult.d.ts +2 -2
- package/lib/src/core/IResult.d.ts.map +1 -1
- package/lib/src/core/IResultBase.d.ts +1 -1
- package/lib/src/core/IResultBase.d.ts.map +1 -1
- package/lib/src/core/IResultList.d.ts +3 -3
- package/lib/src/core/IResultList.d.ts.map +1 -1
- package/lib/src/core/MicroserviceClientRequestAuth.d.ts +2 -2
- package/lib/src/core/MicroserviceClientRequestAuth.d.ts.map +1 -1
- package/lib/src/core/NodeJSCookieAuth.d.ts +2 -2
- package/lib/src/core/NodeJSCookieAuth.d.ts.map +1 -1
- package/lib/src/core/Paging.d.ts +2 -2
- package/lib/src/core/Paging.d.ts.map +1 -1
- package/lib/src/core/Service.d.ts +8 -8
- package/lib/src/core/Service.d.ts.map +1 -1
- package/lib/src/core/index.d.ts +23 -23
- package/lib/src/core/index.d.ts.map +1 -1
- package/lib/src/device-registration/DeviceRegistrationBulkService.d.ts +2 -2
- package/lib/src/device-registration/DeviceRegistrationBulkService.d.ts.map +1 -1
- package/lib/src/device-registration/DeviceRegistrationService.d.ts +3 -3
- package/lib/src/device-registration/DeviceRegistrationService.d.ts.map +1 -1
- package/lib/src/device-registration/IDeviceRegistration.d.ts +1 -1
- package/lib/src/device-registration/IDeviceRegistration.d.ts.map +1 -1
- package/lib/src/device-registration/index.d.ts +7 -7
- package/lib/src/device-registration/index.d.ts.map +1 -1
- package/lib/src/event/EventBinaryService.d.ts +3 -3
- package/lib/src/event/EventBinaryService.d.ts.map +1 -1
- package/lib/src/event/EventService.d.ts +2 -2
- package/lib/src/event/EventService.d.ts.map +1 -1
- package/lib/src/event/IEvent.d.ts +1 -1
- package/lib/src/event/IEvent.d.ts.map +1 -1
- package/lib/src/event/index.d.ts +4 -4
- package/lib/src/event/index.d.ts.map +1 -1
- package/lib/src/feature/FeatureService.d.ts +2 -2
- package/lib/src/feature/FeatureService.d.ts.map +1 -1
- package/lib/src/feature/index.d.ts +2 -2
- package/lib/src/feature/index.d.ts.map +1 -1
- package/lib/src/identity/IExternalIdentity.d.ts +1 -1
- package/lib/src/identity/IExternalIdentity.d.ts.map +1 -1
- package/lib/src/identity/IdentityService.d.ts +2 -2
- package/lib/src/identity/IdentityService.d.ts.map +1 -1
- package/lib/src/identity/index.d.ts +2 -2
- package/lib/src/identity/index.d.ts.map +1 -1
- package/lib/src/inventory/IManagedObject.d.ts +1 -1
- package/lib/src/inventory/IManagedObject.d.ts.map +1 -1
- package/lib/src/inventory/InventoryBinaryService.d.ts +4 -4
- package/lib/src/inventory/InventoryBinaryService.d.ts.map +1 -1
- package/lib/src/inventory/InventoryService.d.ts +4 -4
- package/lib/src/inventory/InventoryService.d.ts.map +1 -1
- package/lib/src/inventory/index.d.ts +3 -3
- package/lib/src/inventory/index.d.ts.map +1 -1
- package/lib/src/inventory-role/InventoryRoleService.d.ts +1 -1
- package/lib/src/inventory-role/InventoryRoleService.d.ts.map +1 -1
- package/lib/src/inventory-role/index.d.ts +1 -1
- package/lib/src/inventory-role/index.d.ts.map +1 -1
- package/lib/src/measurement/IMeasurement.d.ts +1 -1
- package/lib/src/measurement/IMeasurement.d.ts.map +1 -1
- package/lib/src/measurement/MeasurementService.d.ts +6 -6
- package/lib/src/measurement/MeasurementService.d.ts.map +1 -1
- package/lib/src/measurement/index.d.ts +5 -5
- package/lib/src/measurement/index.d.ts.map +1 -1
- package/lib/src/operation/IOperation.d.ts +1 -1
- package/lib/src/operation/IOperation.d.ts.map +1 -1
- package/lib/src/operation/IOperationBulk.d.ts +4 -4
- package/lib/src/operation/IOperationBulk.d.ts.map +1 -1
- package/lib/src/operation/OperationBulkService.d.ts +3 -3
- package/lib/src/operation/OperationBulkService.d.ts.map +1 -1
- package/lib/src/operation/OperationService.d.ts +2 -2
- package/lib/src/operation/OperationService.d.ts.map +1 -1
- package/lib/src/operation/index.d.ts +8 -8
- package/lib/src/operation/index.d.ts.map +1 -1
- package/lib/src/public_api.d.ts +26 -26
- package/lib/src/public_api.d.ts.map +1 -1
- package/lib/src/realtime/Realtime.d.ts +1 -1
- package/lib/src/realtime/Realtime.d.ts.map +1 -1
- package/lib/src/realtime/index.d.ts +1 -1
- package/lib/src/realtime/index.d.ts.map +1 -1
- package/lib/src/services.d.ts +24 -24
- package/lib/src/services.d.ts.map +1 -1
- package/lib/src/smart-groups/SmartGroupsService.d.ts +3 -3
- package/lib/src/smart-groups/SmartGroupsService.d.ts.map +1 -1
- package/lib/src/smart-groups/index.d.ts +1 -1
- package/lib/src/smart-groups/index.d.ts.map +1 -1
- package/lib/src/smart-rules/SmartRulesService.d.ts +5 -5
- package/lib/src/smart-rules/SmartRulesService.d.ts.map +1 -1
- package/lib/src/smart-rules/index.d.ts +2 -2
- package/lib/src/smart-rules/index.d.ts.map +1 -1
- package/lib/src/system-options/SystemOptionsService.d.ts +2 -2
- package/lib/src/system-options/SystemOptionsService.d.ts.map +1 -1
- package/lib/src/system-options/index.d.ts +2 -2
- package/lib/src/system-options/index.d.ts.map +1 -1
- package/lib/src/tenant/ICurrentTenant.d.ts +2 -2
- package/lib/src/tenant/ICurrentTenant.d.ts.map +1 -1
- package/lib/src/tenant/ITenant.d.ts +2 -2
- package/lib/src/tenant/ITenant.d.ts.map +1 -1
- package/lib/src/tenant/ITenantReference.d.ts +1 -1
- package/lib/src/tenant/ITenantReference.d.ts.map +1 -1
- package/lib/src/tenant/ITfaSettings.d.ts +1 -1
- package/lib/src/tenant/ITfaSettings.d.ts.map +1 -1
- package/lib/src/tenant/TenantService.d.ts +6 -6
- package/lib/src/tenant/TenantService.d.ts.map +1 -1
- package/lib/src/tenant/index.d.ts +8 -8
- package/lib/src/tenant/index.d.ts.map +1 -1
- package/lib/src/tenant-login-options/ITenantLoginOptions.d.ts +1 -1
- package/lib/src/tenant-login-options/ITenantLoginOptions.d.ts.map +1 -1
- package/lib/src/tenant-login-options/TenantLoginOptionsService.d.ts +2 -2
- package/lib/src/tenant-login-options/TenantLoginOptionsService.d.ts.map +1 -1
- package/lib/src/tenant-login-options/index.d.ts +2 -2
- package/lib/src/tenant-login-options/index.d.ts.map +1 -1
- package/lib/src/tenant-options/TenantOptionsService.d.ts +3 -3
- package/lib/src/tenant-options/TenantOptionsService.d.ts.map +1 -1
- package/lib/src/tenant-options/index.d.ts +3 -3
- package/lib/src/tenant-options/index.d.ts.map +1 -1
- package/lib/src/tenant-policy/ITenantPolicy.d.ts +1 -1
- package/lib/src/tenant-policy/ITenantPolicy.d.ts.map +1 -1
- package/lib/src/tenant-policy/index.d.ts +1 -1
- package/lib/src/tenant-policy/index.d.ts.map +1 -1
- package/lib/src/tenant-security-options/TenantSecurityOptionsService.d.ts +2 -2
- package/lib/src/tenant-security-options/TenantSecurityOptionsService.d.ts.map +1 -1
- package/lib/src/tenant-security-options/index.d.ts +2 -2
- package/lib/src/tenant-security-options/index.d.ts.map +1 -1
- package/lib/src/trusted-certificates/CrlService.d.ts +2 -2
- package/lib/src/trusted-certificates/CrlService.d.ts.map +1 -1
- package/lib/src/trusted-certificates/TrustedCertificateService.d.ts +3 -3
- package/lib/src/trusted-certificates/TrustedCertificateService.d.ts.map +1 -1
- package/lib/src/trusted-certificates/index.d.ts +4 -4
- package/lib/src/trusted-certificates/index.d.ts.map +1 -1
- package/lib/src/user/ICurrentUser.d.ts +1 -1
- package/lib/src/user/ICurrentUser.d.ts.map +1 -1
- package/lib/src/user/IResetPassword.d.ts +1 -1
- package/lib/src/user/IResetPassword.d.ts.map +1 -1
- package/lib/src/user/IUser.d.ts +2 -2
- package/lib/src/user/IUser.d.ts.map +1 -1
- package/lib/src/user/IUserInventoryRole.d.ts +1 -1
- package/lib/src/user/IUserInventoryRole.d.ts.map +1 -1
- package/lib/src/user/UserInventoryRoleService.d.ts +7 -7
- package/lib/src/user/UserInventoryRoleService.d.ts.map +1 -1
- package/lib/src/user/UserService.d.ts +8 -8
- package/lib/src/user/UserService.d.ts.map +1 -1
- package/lib/src/user/index.d.ts +9 -9
- package/lib/src/user/index.d.ts.map +1 -1
- package/lib/src/user-group/IUserGroup.d.ts +5 -5
- package/lib/src/user-group/IUserGroup.d.ts.map +1 -1
- package/lib/src/user-group/UserGroupService.d.ts +4 -4
- package/lib/src/user-group/UserGroupService.d.ts.map +1 -1
- package/lib/src/user-group/index.d.ts +3 -3
- package/lib/src/user-group/index.d.ts.map +1 -1
- package/lib/src/user-role/IRoleReference.d.ts +1 -1
- package/lib/src/user-role/IRoleReference.d.ts.map +1 -1
- package/lib/src/user-role/UserRoleService.d.ts +4 -4
- package/lib/src/user-role/UserRoleService.d.ts.map +1 -1
- package/lib/src/user-role/index.d.ts +3 -3
- package/lib/src/user-role/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./InventoryRoleService"), exports);
|
|
4
|
+
tslib_1.__exportStar(require("./InventoryRoleService.js"), exports);
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/inventory-role/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/inventory-role/index.ts"],"names":[],"mappings":";;;AAAA,oEAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMeasurement.d.ts","sourceRoot":"","sources":["../../../../src/measurement/IMeasurement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IMeasurement.d.ts","sourceRoot":"","sources":["../../../../src/measurement/IMeasurement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;;;;;;;;;;OAYG;IACH,CAAC,QAAQ,EAAE,MAAM,GACb;QACE,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,CAAC;KACrC,GACD,GAAG,CAAC;CACT;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IFetchResponse, IIdentified, IResult, Service } from '../core';
|
|
2
|
-
import { IMeasurement, IMeasurementCreate } from './IMeasurement';
|
|
3
|
-
import { IMeasurementFilter } from './IMeasurementFilter';
|
|
4
|
-
import { ISeries } from './ISeries';
|
|
5
|
-
import { ISeriesFilter } from './ISeriesFilter';
|
|
1
|
+
import { IFetchResponse, IIdentified, IResult, Service } from '../core/index.js';
|
|
2
|
+
import { IMeasurement, IMeasurementCreate } from './IMeasurement.js';
|
|
3
|
+
import { IMeasurementFilter } from './IMeasurementFilter.js';
|
|
4
|
+
import { ISeries } from './ISeries.js';
|
|
5
|
+
import { ISeriesFilter } from './ISeriesFilter.js';
|
|
6
6
|
/**
|
|
7
7
|
* This class allows for managing measurements.
|
|
8
8
|
*/
|
|
@@ -73,7 +73,7 @@ export declare class MeasurementService extends Service<IMeasurement> {
|
|
|
73
73
|
* })();
|
|
74
74
|
* ```
|
|
75
75
|
*/
|
|
76
|
-
list(filter?: object): Promise<import("../core").IResultList<IMeasurement>>;
|
|
76
|
+
list(filter?: object): Promise<import("../core/IResultList.js").IResultList<IMeasurement>>;
|
|
77
77
|
/**
|
|
78
78
|
* Removes a measurement with given id.
|
|
79
79
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeasurementService.d.ts","sourceRoot":"","sources":["../../../../src/measurement/MeasurementService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"MeasurementService.d.ts","sourceRoot":"","sources":["../../../../src/measurement/MeasurementService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACjF,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAAC,YAAY,CAAC;IAC3D,SAAS,CAAC,OAAO,SAAiB;IAClC,SAAS,CAAC,OAAO,SAAkB;IACnC,SAAS,CAAC,YAAY,SAAkB;IACxC,SAAS,CAAC,OAAO,SAAqB;IAEtC;;;;;;;;;;;;;;;;;;;OAmBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW;IAItD;;;;;;;;;;;;;;;;;;;OAmBG;IACG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,kBAAkB,CAAC;IAIhD;;;;;;;;;;;;;;;;;;;OAmBG;IACG,IAAI,CAAC,MAAM,GAAE,MAAW;IAI9B;;;;;;;;;;;;;;;;;;;OAmBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW;IAItD;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,UAAU,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAOlE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACG,mBAAmB,CACvB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,GAC1B,OAAO,CAAC,cAAc,CAAC;IAK1B,SAAS,CAAC,cAAc,CAAC,MAAM,EAAE,OAAO,CAAC,kBAAkB,CAAC;CAkB7D"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MeasurementService = void 0;
|
|
4
|
-
const
|
|
4
|
+
const index_js_1 = require("../core/index.js");
|
|
5
5
|
/**
|
|
6
6
|
* This class allows for managing measurements.
|
|
7
7
|
*/
|
|
8
|
-
class MeasurementService extends
|
|
8
|
+
class MeasurementService extends index_js_1.Service {
|
|
9
9
|
constructor() {
|
|
10
10
|
super(...arguments);
|
|
11
11
|
this.baseUrl = 'measurement';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeasurementService.js","sourceRoot":"","sources":["../../../../src/measurement/MeasurementService.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"MeasurementService.js","sourceRoot":"","sources":["../../../../src/measurement/MeasurementService.ts"],"names":[],"mappings":";;;AAAA,+CAAiF;AAMjF;;GAEG;AACH,MAAa,kBAAmB,SAAQ,kBAAqB;IAA7D;;QACY,YAAO,GAAG,aAAa,CAAC;QACxB,YAAO,GAAG,cAAc,CAAC;QACzB,iBAAY,GAAG,cAAc,CAAC;QAC9B,YAAO,GAAG,iBAAiB,CAAC;IAuLxC,CAAC;IArLC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CAAC,MAAM,CAAC,UAAyC;QACpD,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAClC,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CAAC,MAAM,CAAC,MAAmC;QAC9C,OAAO,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACnD,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CAAC,IAAI,CAAC,SAAiB,EAAE;QAC5B,OAAO,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC5B,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CAAC,MAAM,CAAC,UAAyC;QACpD,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAClC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,KAAK,CAAC,UAAU,CAAC,MAAqB;QACpC,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,SAAS,CAAC;QACrD,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QACrD,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,IAAI,EAAE,CAAC;QAC9B,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACH,KAAK,CAAC,mBAAmB,CACvB,MAA0B,EAC1B,OAA2B;QAE3B,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,GAAG,CAAC;QAC/C,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAC3D,CAAC;IAES,cAAc,CAAC,MAAmC;QAC1D,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;YACjB,MAAM,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;QACzC,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;YACjB,MAAM,CAAC,IAAI,GAAG,iBAAiB,CAAC;QAClC,CAAC;QACD,IAAI,MAAM,CAAC,QAAQ,EAAE,CAAC;YACpB,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;YAC5B,OAAO,MAAM,CAAC,QAAQ,CAAC;YACvB,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;gBACnB,MAAM,CAAC,MAAM,GAAG;oBACd,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC;iBACrB,CAAC;YACJ,CAAC;QACH,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;CACF;AA3LD,gDA2LC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './MeasurementService';
|
|
2
|
-
export * from './IMeasurement';
|
|
3
|
-
export * from './IMeasurementFilter';
|
|
4
|
-
export * from './ISeries';
|
|
5
|
-
export * from './ISeriesFilter';
|
|
1
|
+
export * from './MeasurementService.js';
|
|
2
|
+
export * from './IMeasurement.js';
|
|
3
|
+
export * from './IMeasurementFilter.js';
|
|
4
|
+
export * from './ISeries.js';
|
|
5
|
+
export * from './ISeriesFilter.js';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/measurement/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/measurement/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./MeasurementService"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./IMeasurement"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./IMeasurementFilter"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ISeries"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ISeriesFilter"), exports);
|
|
4
|
+
tslib_1.__exportStar(require("./MeasurementService.js"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./IMeasurement.js"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./IMeasurementFilter.js"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ISeries.js"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ISeriesFilter.js"), exports);
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/measurement/index.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/measurement/index.ts"],"names":[],"mappings":";;;AAAA,kEAAwC;AACxC,4DAAkC;AAClC,kEAAwC;AACxC,uDAA6B;AAC7B,6DAAmC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOperation.d.ts","sourceRoot":"","sources":["../../../../src/operation/IOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IOperation.d.ts","sourceRoot":"","sources":["../../../../src/operation/IOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IOperation } from './IOperation';
|
|
2
|
-
import { OperationBulkStatus } from './OperationBulkStatus';
|
|
3
|
-
import { OperationBulkGeneralStatus } from './OperationBulkGeneralStatus';
|
|
4
|
-
import { IOperationBulkProgress } from './IOperationBulkProgress';
|
|
1
|
+
import { IOperation } from './IOperation.js';
|
|
2
|
+
import { OperationBulkStatus } from './OperationBulkStatus.js';
|
|
3
|
+
import { OperationBulkGeneralStatus } from './OperationBulkGeneralStatus.js';
|
|
4
|
+
import { IOperationBulkProgress } from './IOperationBulkProgress.js';
|
|
5
5
|
/**
|
|
6
6
|
* Interface to gather all mandantory fragments to
|
|
7
7
|
* have a valid bulk operation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOperationBulk.d.ts","sourceRoot":"","sources":["../../../../src/operation/IOperationBulk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IOperationBulk.d.ts","sourceRoot":"","sources":["../../../../src/operation/IOperationBulk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B;;OAEG;IACH,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OperationBulkGeneralStatus = void 0;
|
|
4
|
-
const
|
|
4
|
+
const gettext_js_1 = require("../gettext.js");
|
|
5
5
|
/**
|
|
6
6
|
* A bulk operation can have one of the following general statuses.
|
|
7
7
|
*/
|
|
8
8
|
var OperationBulkGeneralStatus;
|
|
9
9
|
(function (OperationBulkGeneralStatus) {
|
|
10
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["SCHEDULED"] = (0,
|
|
11
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["EXECUTING"] = (0,
|
|
12
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["EXECUTING_WITH_ERROR"] = (0,
|
|
13
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["CANCELED"] = (0,
|
|
14
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["FAILED"] = (0,
|
|
15
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["SUCCESSFUL"] = (0,
|
|
16
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["DELETED"] = (0,
|
|
17
|
-
OperationBulkGeneralStatus[OperationBulkGeneralStatus["INCORRECT"] = (0,
|
|
10
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["SCHEDULED"] = (0, gettext_js_1.gettext)('SCHEDULED')] = "SCHEDULED";
|
|
11
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["EXECUTING"] = (0, gettext_js_1.gettext)('EXECUTING')] = "EXECUTING";
|
|
12
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["EXECUTING_WITH_ERROR"] = (0, gettext_js_1.gettext)('EXECUTING_WITH_ERROR')] = "EXECUTING_WITH_ERROR";
|
|
13
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["CANCELED"] = (0, gettext_js_1.gettext)('CANCELED')] = "CANCELED";
|
|
14
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["FAILED"] = (0, gettext_js_1.gettext)('FAILED')] = "FAILED";
|
|
15
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["SUCCESSFUL"] = (0, gettext_js_1.gettext)('SUCCESSFUL')] = "SUCCESSFUL";
|
|
16
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["DELETED"] = (0, gettext_js_1.gettext)('DELETED')] = "DELETED";
|
|
17
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["INCORRECT"] = (0, gettext_js_1.gettext)('INCORRECT')] = "INCORRECT";
|
|
18
18
|
})(OperationBulkGeneralStatus || (exports.OperationBulkGeneralStatus = OperationBulkGeneralStatus = {}));
|
|
19
19
|
//# sourceMappingURL=OperationBulkGeneralStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationBulkGeneralStatus.js","sourceRoot":"","sources":["../../../../src/operation/OperationBulkGeneralStatus.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"OperationBulkGeneralStatus.js","sourceRoot":"","sources":["../../../../src/operation/OperationBulkGeneralStatus.ts"],"names":[],"mappings":";;;AAAA,8CAAwC;AAExC;;GAEG;AACH,IAAY,0BASX;AATD,WAAY,0BAA0B;IACpC,qEAAY,IAAA,oBAAO,EAAC,WAAW,CAAC,eAAA,CAAA;IAChC,qEAAY,IAAA,oBAAO,EAAC,WAAW,CAAC,eAAA,CAAA;IAChC,gFAAuB,IAAA,oBAAO,EAAC,sBAAsB,CAAC,0BAAA,CAAA;IACtD,oEAAW,IAAA,oBAAO,EAAC,UAAU,CAAC,cAAA,CAAA;IAC9B,kEAAS,IAAA,oBAAO,EAAC,QAAQ,CAAC,YAAA,CAAA;IAC1B,sEAAa,IAAA,oBAAO,EAAC,YAAY,CAAC,gBAAA,CAAA;IAClC,mEAAU,IAAA,oBAAO,EAAC,SAAS,CAAC,aAAA,CAAA;IAC5B,qEAAY,IAAA,oBAAO,EAAC,WAAW,CAAC,eAAA,CAAA;AAClC,CAAC,EATW,0BAA0B,0CAA1B,0BAA0B,QASrC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IIdentified, Service, IResult } from '../core';
|
|
2
|
-
import { IOperationBulk } from './IOperationBulk';
|
|
1
|
+
import { IIdentified, Service, IResult } from '../core/index.js';
|
|
2
|
+
import { IOperationBulk } from './IOperationBulk.js';
|
|
3
3
|
/**
|
|
4
4
|
* This class allows for managing bulk operations.
|
|
5
5
|
*/
|
|
@@ -101,7 +101,7 @@ export declare class OperationBulkService extends Service<IOperationBulk> {
|
|
|
101
101
|
* })();
|
|
102
102
|
* ```
|
|
103
103
|
*/
|
|
104
|
-
list(filter?: object): Promise<import("../core").IResultList<IOperationBulk>>;
|
|
104
|
+
list(filter?: object): Promise<import("../core/IResultList.js").IResultList<IOperationBulk>>;
|
|
105
105
|
/**
|
|
106
106
|
* Removes an bulk operation with given id.
|
|
107
107
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationBulkService.d.ts","sourceRoot":"","sources":["../../../../src/operation/OperationBulkService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"OperationBulkService.d.ts","sourceRoot":"","sources":["../../../../src/operation/OperationBulkService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC/D,SAAS,CAAC,OAAO,SAAmB;IACpC,SAAS,CAAC,OAAO,SAAoB;IACrC,SAAS,CAAC,YAAY,SAAoB;IAE1C;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW;IAIzD;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,cAAc,CAAC;IAI/C;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,cAAc,CAAC;IAI5C;;;;;;;;;;;;;;;;;;;OAmBG;IACG,IAAI,CAAC,MAAM,GAAE,MAAW;IAI9B;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;CAGnF"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OperationBulkService = void 0;
|
|
4
|
-
const
|
|
4
|
+
const index_js_1 = require("../core/index.js");
|
|
5
5
|
/**
|
|
6
6
|
* This class allows for managing bulk operations.
|
|
7
7
|
*/
|
|
8
|
-
class OperationBulkService extends
|
|
8
|
+
class OperationBulkService extends index_js_1.Service {
|
|
9
9
|
constructor() {
|
|
10
10
|
super(...arguments);
|
|
11
11
|
this.baseUrl = 'devicecontrol';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationBulkService.js","sourceRoot":"","sources":["../../../../src/operation/OperationBulkService.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"OperationBulkService.js","sourceRoot":"","sources":["../../../../src/operation/OperationBulkService.ts"],"names":[],"mappings":";;;AAAA,+CAAiE;AAGjE;;GAEG;AACH,MAAa,oBAAqB,SAAQ,kBAAuB;IAAjE;;QACY,YAAO,GAAG,eAAe,CAAC;QAC1B,YAAO,GAAG,gBAAgB,CAAC;QAC3B,iBAAY,GAAG,gBAAgB,CAAC;IAiI5C,CAAC;IA/HC;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK,CAAC,MAAM,CAAC,aAA4C;QACvD,OAAO,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IACrC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,KAAK,CAAC,MAAM,CAAC,SAAkC;QAC7C,OAAO,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;IACjC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,KAAK,CAAC,MAAM,CAAC,MAA+B;QAC1C,OAAO,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC9B,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CAAC,IAAI,CAAC,SAAiB,EAAE;QAC5B,OAAO,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC5B,CAAC;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK,CAAC,MAAM,CAAC,aAA4C;QACvD,OAAO,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IACrC,CAAC;CACF;AApID,oDAoIC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OperationBulkStatus = void 0;
|
|
4
|
-
const
|
|
4
|
+
const gettext_js_1 = require("../gettext.js");
|
|
5
5
|
/**
|
|
6
6
|
* A bulk operation can have one of the following states.
|
|
7
7
|
*/
|
|
8
8
|
var OperationBulkStatus;
|
|
9
9
|
(function (OperationBulkStatus) {
|
|
10
|
-
OperationBulkStatus[OperationBulkStatus["ACTIVE"] = (0,
|
|
11
|
-
OperationBulkStatus[OperationBulkStatus["IN_PROGRESS"] = (0,
|
|
12
|
-
OperationBulkStatus[OperationBulkStatus["COMPLETED"] = (0,
|
|
13
|
-
OperationBulkStatus[OperationBulkStatus["DELETED"] = (0,
|
|
10
|
+
OperationBulkStatus[OperationBulkStatus["ACTIVE"] = (0, gettext_js_1.gettext)('ACTIVE')] = "ACTIVE";
|
|
11
|
+
OperationBulkStatus[OperationBulkStatus["IN_PROGRESS"] = (0, gettext_js_1.gettext)('IN_PROGRESS')] = "IN_PROGRESS";
|
|
12
|
+
OperationBulkStatus[OperationBulkStatus["COMPLETED"] = (0, gettext_js_1.gettext)('COMPLETED')] = "COMPLETED";
|
|
13
|
+
OperationBulkStatus[OperationBulkStatus["DELETED"] = (0, gettext_js_1.gettext)('DELETED')] = "DELETED";
|
|
14
14
|
})(OperationBulkStatus || (exports.OperationBulkStatus = OperationBulkStatus = {}));
|
|
15
15
|
//# sourceMappingURL=OperationBulkStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationBulkStatus.js","sourceRoot":"","sources":["../../../../src/operation/OperationBulkStatus.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"OperationBulkStatus.js","sourceRoot":"","sources":["../../../../src/operation/OperationBulkStatus.ts"],"names":[],"mappings":";;;AAAA,8CAAwC;AAExC;;GAEG;AACH,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,oDAAS,IAAA,oBAAO,EAAC,QAAQ,CAAC,YAAA,CAAA;IAC1B,yDAAc,IAAA,oBAAO,EAAC,aAAa,CAAC,iBAAA,CAAA;IACpC,uDAAY,IAAA,oBAAO,EAAC,WAAW,CAAC,eAAA,CAAA;IAChC,qDAAU,IAAA,oBAAO,EAAC,SAAS,CAAC,aAAA,CAAA;AAC9B,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IIdentified, Service, IResult, IResultList } from '../core';
|
|
2
|
-
import { IOperation } from './IOperation';
|
|
1
|
+
import { IIdentified, Service, IResult, IResultList } from '../core/index.js';
|
|
2
|
+
import { IOperation } from './IOperation.js';
|
|
3
3
|
/**
|
|
4
4
|
* This class allows for managing operations on a device.
|
|
5
5
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationService.d.ts","sourceRoot":"","sources":["../../../../src/operation/OperationService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"OperationService.d.ts","sourceRoot":"","sources":["../../../../src/operation/OperationService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,OAAO,CAAC,UAAU,CAAC;IACvD,SAAS,CAAC,OAAO,SAAmB;IACpC,SAAS,CAAC,OAAO,SAAgB;IACjC,SAAS,CAAC,YAAY,SAAgB;IAEtC;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAIrF;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACG,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAI9D;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAIvE;;;;;;;;;;;;;;;;;;;OAmBG;IACG,IAAI,CAAC,MAAM,GAAE,MAAW,GAAG,OAAO,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;CAGlE"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OperationService = void 0;
|
|
4
|
-
const
|
|
4
|
+
const index_js_1 = require("../core/index.js");
|
|
5
5
|
/**
|
|
6
6
|
* This class allows for managing operations on a device.
|
|
7
7
|
*/
|
|
8
|
-
class OperationService extends
|
|
8
|
+
class OperationService extends index_js_1.Service {
|
|
9
9
|
constructor() {
|
|
10
10
|
super(...arguments);
|
|
11
11
|
this.baseUrl = 'devicecontrol';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationService.js","sourceRoot":"","sources":["../../../../src/operation/OperationService.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"OperationService.js","sourceRoot":"","sources":["../../../../src/operation/OperationService.ts"],"names":[],"mappings":";;;AAAA,+CAA8E;AAG9E;;GAEG;AACH,MAAa,gBAAiB,SAAQ,kBAAmB;IAAzD;;QACY,YAAO,GAAG,eAAe,CAAC;QAC1B,YAAO,GAAG,YAAY,CAAC;QACvB,iBAAY,GAAG,YAAY,CAAC;IA2GxC,CAAC;IAzGC;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK,CAAC,MAAM,CAAC,UAAyC;QACpD,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAClC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,KAAK,CAAC,MAAM,CAAC,MAAkB;QAC7B,OAAO,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC9B,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,KAAK,CAAC,MAAM,CAAC,MAA2B;QACtC,OAAO,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC9B,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CAAC,IAAI,CAAC,SAAiB,EAAE;QAC5B,OAAO,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC5B,CAAC;CACF;AA9GD,4CA8GC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OperationStatus = void 0;
|
|
4
|
-
const
|
|
4
|
+
const gettext_js_1 = require("../gettext.js");
|
|
5
5
|
/**
|
|
6
6
|
* An Operation can have one of the following states.
|
|
7
7
|
*/
|
|
8
8
|
var OperationStatus;
|
|
9
9
|
(function (OperationStatus) {
|
|
10
|
-
OperationStatus[OperationStatus["PENDING"] = (0,
|
|
11
|
-
OperationStatus[OperationStatus["EXECUTING"] = (0,
|
|
12
|
-
OperationStatus[OperationStatus["SUCCESSFUL"] = (0,
|
|
13
|
-
OperationStatus[OperationStatus["FAILED"] = (0,
|
|
10
|
+
OperationStatus[OperationStatus["PENDING"] = (0, gettext_js_1.gettext)('PENDING')] = "PENDING";
|
|
11
|
+
OperationStatus[OperationStatus["EXECUTING"] = (0, gettext_js_1.gettext)('EXECUTING')] = "EXECUTING";
|
|
12
|
+
OperationStatus[OperationStatus["SUCCESSFUL"] = (0, gettext_js_1.gettext)('SUCCESSFUL')] = "SUCCESSFUL";
|
|
13
|
+
OperationStatus[OperationStatus["FAILED"] = (0, gettext_js_1.gettext)('FAILED')] = "FAILED";
|
|
14
14
|
})(OperationStatus || (exports.OperationStatus = OperationStatus = {}));
|
|
15
15
|
//# sourceMappingURL=OperationStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationStatus.js","sourceRoot":"","sources":["../../../../src/operation/OperationStatus.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"OperationStatus.js","sourceRoot":"","sources":["../../../../src/operation/OperationStatus.ts"],"names":[],"mappings":";;;AAAA,8CAAwC;AAExC;;GAEG;AACH,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,6CAAU,IAAA,oBAAO,EAAC,SAAS,CAAC,aAAA,CAAA;IAC5B,+CAAY,IAAA,oBAAO,EAAC,WAAW,CAAC,eAAA,CAAA;IAChC,gDAAa,IAAA,oBAAO,EAAC,YAAY,CAAC,gBAAA,CAAA;IAClC,4CAAS,IAAA,oBAAO,EAAC,QAAQ,CAAC,YAAA,CAAA;AAC5B,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './OperationService';
|
|
2
|
-
export * from './OperationBulkService';
|
|
3
|
-
export * from './OperationBulkStatus';
|
|
4
|
-
export * from './OperationBulkGeneralStatus';
|
|
5
|
-
export * from './IOperation';
|
|
6
|
-
export * from './IOperationBulk';
|
|
7
|
-
export * from './OperationStatus';
|
|
8
|
-
export * from './IOperationBulkProgress';
|
|
1
|
+
export * from './OperationService.js';
|
|
2
|
+
export * from './OperationBulkService.js';
|
|
3
|
+
export * from './OperationBulkStatus.js';
|
|
4
|
+
export * from './OperationBulkGeneralStatus.js';
|
|
5
|
+
export * from './IOperation.js';
|
|
6
|
+
export * from './IOperationBulk.js';
|
|
7
|
+
export * from './OperationStatus.js';
|
|
8
|
+
export * from './IOperationBulkProgress.js';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operation/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operation/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./OperationService"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./OperationBulkService"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./OperationBulkStatus"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./OperationBulkGeneralStatus"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./IOperation"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./IOperationBulk"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./OperationStatus"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./IOperationBulkProgress"), exports);
|
|
4
|
+
tslib_1.__exportStar(require("./OperationService.js"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./OperationBulkService.js"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./OperationBulkStatus.js"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./OperationBulkGeneralStatus.js"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./IOperation.js"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./IOperationBulk.js"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./OperationStatus.js"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./IOperationBulkProgress.js"), exports);
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/operation/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/operation/index.ts"],"names":[],"mappings":";;;AAAA,gEAAsC;AACtC,oEAA0C;AAC1C,mEAAyC;AACzC,0EAAgD;AAChD,0DAAgC;AAChC,8DAAoC;AACpC,+DAAqC;AACrC,sEAA4C"}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export * from './Client';
|
|
2
|
-
export * from './alarm';
|
|
3
|
-
export * from './application';
|
|
4
|
-
export * from './audit';
|
|
5
|
-
export * from './core';
|
|
6
|
-
export * from './trusted-certificates';
|
|
7
|
-
export * from './device-registration';
|
|
8
|
-
export * from './event';
|
|
9
|
-
export * from './identity';
|
|
10
|
-
export * from './inventory';
|
|
11
|
-
export * from './inventory-role';
|
|
12
|
-
export * from './measurement';
|
|
13
|
-
export * from './operation';
|
|
14
|
-
export * from './realtime';
|
|
15
|
-
export * from './system-options';
|
|
16
|
-
export * from './tenant';
|
|
17
|
-
export * from './tenant-options';
|
|
18
|
-
export * from './tenant-security-options';
|
|
19
|
-
export * from './tenant-login-options';
|
|
20
|
-
export * from './tenant-policy';
|
|
21
|
-
export * from './user';
|
|
22
|
-
export * from './user-group';
|
|
23
|
-
export * from './user-role';
|
|
24
|
-
export * from './smart-rules';
|
|
25
|
-
export * from './smart-groups';
|
|
26
|
-
export * from './feature';
|
|
1
|
+
export * from './Client.js';
|
|
2
|
+
export * from './alarm/index.js';
|
|
3
|
+
export * from './application/index.js';
|
|
4
|
+
export * from './audit/index.js';
|
|
5
|
+
export * from './core/index.js';
|
|
6
|
+
export * from './trusted-certificates/index.js';
|
|
7
|
+
export * from './device-registration/index.js';
|
|
8
|
+
export * from './event/index.js';
|
|
9
|
+
export * from './identity/index.js';
|
|
10
|
+
export * from './inventory/index.js';
|
|
11
|
+
export * from './inventory-role/index.js';
|
|
12
|
+
export * from './measurement/index.js';
|
|
13
|
+
export * from './operation/index.js';
|
|
14
|
+
export * from './realtime/index.js';
|
|
15
|
+
export * from './system-options/index.js';
|
|
16
|
+
export * from './tenant/index.js';
|
|
17
|
+
export * from './tenant-options/index.js';
|
|
18
|
+
export * from './tenant-security-options/index.js';
|
|
19
|
+
export * from './tenant-login-options/index.js';
|
|
20
|
+
export * from './tenant-policy/index.js';
|
|
21
|
+
export * from './user/index.js';
|
|
22
|
+
export * from './user-group/index.js';
|
|
23
|
+
export * from './user-role/index.js';
|
|
24
|
+
export * from './smart-rules/index.js';
|
|
25
|
+
export * from './smart-groups/index.js';
|
|
26
|
+
export * from './feature/index.js';
|
|
27
27
|
//# sourceMappingURL=public_api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Client"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./alarm"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./application"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./audit"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./core"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./trusted-certificates"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./device-registration"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./event"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./identity"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./inventory"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./inventory-role"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./measurement"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./operation"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./realtime"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./system-options"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./tenant"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./tenant-options"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./tenant-security-options"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./tenant-login-options"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./tenant-policy"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./user"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./user-group"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./user-role"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./smart-rules"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./smart-groups"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./feature"), exports);
|
|
4
|
+
tslib_1.__exportStar(require("./Client.js"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./alarm/index.js"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./application/index.js"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./audit/index.js"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./core/index.js"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./trusted-certificates/index.js"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./device-registration/index.js"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./event/index.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./identity/index.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./inventory/index.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./inventory-role/index.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./measurement/index.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./operation/index.js"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./realtime/index.js"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./system-options/index.js"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./tenant/index.js"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./tenant-options/index.js"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./tenant-security-options/index.js"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./tenant-login-options/index.js"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./tenant-policy/index.js"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./user/index.js"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./user-group/index.js"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./user-role/index.js"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./smart-rules/index.js"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./smart-groups/index.js"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./feature/index.js"), exports);
|
|
30
30
|
//# sourceMappingURL=public_api.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.js","sourceRoot":"","sources":["../../../src/public_api.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"public_api.js","sourceRoot":"","sources":["../../../src/public_api.ts"],"names":[],"mappings":";;;AAAA,sDAA4B;AAC5B,2DAAiC;AACjC,iEAAuC;AACvC,2DAAiC;AACjC,0DAAgC;AAChC,0EAAgD;AAChD,yEAA+C;AAC/C,2DAAiC;AACjC,8DAAoC;AACpC,+DAAqC;AACrC,oEAA0C;AAC1C,iEAAuC;AACvC,+DAAqC;AACrC,8DAAoC;AACpC,oEAA0C;AAC1C,4DAAkC;AAClC,oEAA0C;AAC1C,6EAAmD;AACnD,0EAAgD;AAChD,mEAAyC;AACzC,0DAAgC;AAChC,gEAAsC;AACtC,+DAAqC;AACrC,iEAAuC;AACvC,kEAAwC;AACxC,6DAAmC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { CometD, SubscriptionHandle, Listener as CometDListener, Callback as CometDCallback, HandshakeMessage as CometDHandshakeMessage, Message as CometDMessage } from 'cometd';
|
|
2
|
-
import { IFetchClient } from '../core';
|
|
2
|
+
import { IFetchClient } from '../core/index.js';
|
|
3
3
|
export interface ICometdConfig {
|
|
4
4
|
url: string;
|
|
5
5
|
logLevel?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Realtime.d.ts","sourceRoot":"","sources":["../../../../src/realtime/Realtime.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAEN,kBAAkB,EAClB,QAAQ,IAAI,cAAc,EAC1B,QAAQ,IAAI,cAAc,EAC1B,gBAAgB,IAAI,sBAAsB,EAC1C,OAAO,IAAI,aAAa,EACzB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Realtime.d.ts","sourceRoot":"","sources":["../../../../src/realtime/Realtime.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAEN,kBAAkB,EAClB,QAAQ,IAAI,cAAc,EAC1B,QAAQ,IAAI,cAAc,EAC1B,gBAAgB,IAAI,sBAAsB,EAC1C,OAAO,IAAI,aAAa,EACzB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGhD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,QAAQ;IAuBjB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,iBAAiB,CAAC;IAxB5B;;;OAGG;IACH,SAAS,KAAK,MAAM,IAAI,MAAM,CAQ7B;IACD,OAAO,CAAC,OAAO,CAAS;IAExB;;;;;OAKG;gBAEO,MAAM,EAAE,YAAY,EACpB,GAAG,GAAE,MAAiC,EACtC,iBAAiB,CAAC,EAAE,CAAC,GAAG,EAAE,sBAAsB,KAAK,IAAI;IAGnE;;;;OAIG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,cAAc,GAAG,kBAAkB;IAKxE;;;OAGG;IACH,WAAW,CAAC,YAAY,EAAE,kBAAkB,GAAG,IAAI;IAInD;;OAEG;IACH,oBAAoB,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,sBAAsB,KAAK,IAAI,GAAG,kBAAkB;IAIzF;;OAEG;IACH,kBAAkB,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,GAAG,kBAAkB;IAI9E;;OAEG;IACH,cAAc,CAAC,kBAAkB,EAAE,kBAAkB,GAAG,IAAI;IAI5D;;OAEG;IACH,WAAW,CAAC,kBAAkB,EAAE,kBAAkB,GAAG,kBAAkB;IAIvE;;OAEG;IACH,UAAU,CAAC,kBAAkB,GAAE,cAA0B,GAAG,IAAI;IAIhE;;OAEG;IACH,cAAc,IAAI,OAAO;IAIzB,OAAO,CAAC,eAAe;IAavB,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,aAAa,CAInB;CACH"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Realtime = void 0;
|
|
4
4
|
const isomorphic_cometd_1 = require("isomorphic-cometd");
|
|
5
|
-
const
|
|
5
|
+
const MetaChannel_js_1 = require("./MetaChannel.js");
|
|
6
6
|
class Realtime {
|
|
7
7
|
/**
|
|
8
8
|
* only initializing cometd if it is actually needed
|
|
@@ -13,7 +13,7 @@ class Realtime {
|
|
|
13
13
|
this._cometd = new isomorphic_cometd_1.CometD({});
|
|
14
14
|
// does not actually seem to be needed/supported? Just keeping to satisfy unit test snapshots
|
|
15
15
|
this._cometd.websocketEnabled = true;
|
|
16
|
-
this._cometd.addListener(
|
|
16
|
+
this._cometd.addListener(MetaChannel_js_1.MetaChannel.HANDSHAKE, this.handshakeCallback || this.metaHandshake);
|
|
17
17
|
}
|
|
18
18
|
return this._cometd;
|
|
19
19
|
}
|
|
@@ -53,13 +53,13 @@ class Realtime {
|
|
|
53
53
|
* Allows to listen to Cometd handshake to find out if e.g. the connection was reestablished.
|
|
54
54
|
*/
|
|
55
55
|
addHandshakeListener(callback) {
|
|
56
|
-
return this.cometd.addListener(
|
|
56
|
+
return this.cometd.addListener(MetaChannel_js_1.MetaChannel.HANDSHAKE, callback);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Allows to listen to Cometd connection to e.g. detect when connection was lost.
|
|
60
60
|
*/
|
|
61
61
|
addConnectListener(callback) {
|
|
62
|
-
return this.cometd.addListener(
|
|
62
|
+
return this.cometd.addListener(MetaChannel_js_1.MetaChannel.CONNECT, callback);
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Removes the subscription obtained with a call to `addHandshakeListener` or `addConnectListener`.
|