@c8y/client 1023.25.6 → 1023.28.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserGroupService.d.ts","sourceRoot":"","sources":["../../../../src/user-group/UserGroupService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UserGroupService.d.ts","sourceRoot":"","sources":["../../../../src/user-group/UserGroupService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOlD;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,OAAO,CAAC,UAAU,CAAC;IACvD,SAAS,CAAC,OAAO,SAAU;IAC3B,SAAS,CAAC,YAAY,SAAY;IAElC,SAAS,KAAK,OAAO,WAEpB;IAED;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAIpF;;;;;;;;;;;;;;;;;;;OAmBG;IACG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAIvE;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAIvE;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,IAAI,CAAC,MAAM,GAAE,MAAW,GAAG,OAAO,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAIjE;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAItE;;;;;;;;;;;;;;;;;;;OAmBG;IACG,cAAc,CAClB,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,EACjD,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAC3C,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;IAMnC;;;;;;;;;;;;;;;;;;OAkBG;IACG,mBAAmB,CACvB,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,EACjD,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAC3C,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAIzB;;;;;;;;;;;;;;;;;;;OAmBG;IACG,cAAc,CAClB,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,EACjD,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAC3C,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;IAMnC;;;;;;;;;;;;;;;;;;;OAmBG;IACG,mBAAmB,CACvB,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,EACjD,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAC3C,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAIzB,SAAS,CAAC,OAAO,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,MAAM;IAQpE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,uBAAuB;YAWjB,QAAQ;YAkBR,WAAW;CAa1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserGroupService.js","sourceRoot":"","sources":["../../../../src/user-group/UserGroupService.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA8C,MAAM,
|
|
1
|
+
{"version":3,"file":"UserGroupService.js","sourceRoot":"","sources":["../../../../src/user-group/UserGroupService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './UserGroupService';
|
|
2
|
-
export * from './IDevicePermissions';
|
|
3
|
-
export * from './IUserGroup';
|
|
1
|
+
export * from './UserGroupService.js';
|
|
2
|
+
export * from './IDevicePermissions.js';
|
|
3
|
+
export * from './IUserGroup.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/user-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/user-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './UserGroupService';
|
|
2
|
-
export * from './IDevicePermissions';
|
|
3
|
-
export * from './IUserGroup';
|
|
1
|
+
export * from './UserGroupService.js';
|
|
2
|
+
export * from './IDevicePermissions.js';
|
|
3
|
+
export * from './IUserGroup.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/user-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/user-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRoleReference.d.ts","sourceRoot":"","sources":["../../../../src/user-role/IRoleReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IRoleReference.d.ts","sourceRoot":"","sources":["../../../../src/user-role/IRoleReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAEnC,+CAA+C;AAC/C,MAAM,WAAW,eAAe;IAC9B,8BAA8B;IAC9B,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,8CAA8C;AAC9C,MAAM,WAAW,cAAc;IAC7B,uCAAuC;IACvC,IAAI,EAAE,KAAK,CAAC;IACZ,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Service } from '../core';
|
|
2
|
-
import { IRole } from './IRole';
|
|
1
|
+
import { Service } from '../core/index.js';
|
|
2
|
+
import { IRole } from './IRole.js';
|
|
3
3
|
/**
|
|
4
4
|
* @description
|
|
5
5
|
* This service allows for fetch user roles.
|
|
@@ -25,7 +25,7 @@ export declare class UserRoleService extends Service<IRole> {
|
|
|
25
25
|
* })();
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
|
-
detail(entityOrId: string | number | IRole): Promise<import("../core").IResult<IRole>>;
|
|
28
|
+
detail(entityOrId: string | number | IRole): Promise<import("../core/IResult.js").IResult<IRole>>;
|
|
29
29
|
/**
|
|
30
30
|
* Gets the list of user roles filtered by parameters.
|
|
31
31
|
*
|
|
@@ -47,6 +47,6 @@ export declare class UserRoleService extends Service<IRole> {
|
|
|
47
47
|
* })();
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
50
|
-
list(filter?: object): Promise<import("../core").IResultList<IRole>>;
|
|
50
|
+
list(filter?: object): Promise<import("../core/IResultList.js").IResultList<IRole>>;
|
|
51
51
|
}
|
|
52
52
|
//# sourceMappingURL=UserRoleService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserRoleService.d.ts","sourceRoot":"","sources":["../../../../src/user-role/UserRoleService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UserRoleService.d.ts","sourceRoot":"","sources":["../../../../src/user-role/UserRoleService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAEnC;;;GAGG;AACH,qBAAa,eAAgB,SAAQ,OAAO,CAAC,KAAK,CAAC;IACjD,SAAS,CAAC,OAAO,SAAU;IAC3B,SAAS,CAAC,OAAO,SAAW;IAC5B,SAAS,CAAC,YAAY,SAAW;IAEjC;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK;IAIhD;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,IAAI,CAAC,MAAM,GAAE,MAAW;CAG/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserRoleService.js","sourceRoot":"","sources":["../../../../src/user-role/UserRoleService.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UserRoleService.js","sourceRoot":"","sources":["../../../../src/user-role/UserRoleService.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAG3C;;;GAGG;AACH,MAAM,OAAO,eAAgB,SAAQ,OAAc;IAAnD;;QACY,YAAO,GAAG,MAAM,CAAC;QACjB,YAAO,GAAG,OAAO,CAAC;QAClB,iBAAY,GAAG,OAAO,CAAC;IA+CnC,CAAC;IA7CC;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,UAAmC;;;;;YAC9C,OAAO,OAAM,MAAM,YAAC,UAAU,EAAE;QAClC,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,IAAI;;;;6DAAC,SAAiB,EAAE;YAC5B,OAAO,OAAM,IAAI,YAAC,MAAM,EAAE;QAC5B,CAAC;KAAA;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './IRole';
|
|
2
|
-
export * from './UserRoleService';
|
|
3
|
-
export * from './IRoleReference';
|
|
1
|
+
export * from './IRole.js';
|
|
2
|
+
export * from './UserRoleService.js';
|
|
3
|
+
export * from './IRoleReference.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/user-role/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/user-role/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './IRole';
|
|
2
|
-
export * from './UserRoleService';
|
|
3
|
-
export * from './IRoleReference';
|
|
1
|
+
export * from './IRole.js';
|
|
2
|
+
export * from './UserRoleService.js';
|
|
3
|
+
export * from './IRoleReference.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/user-role/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/user-role/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './src/public_api';
|
|
1
|
+
export * from './src/public_api.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
package/lib/src/Client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IAuthentication, ICredentials, IFetchOptions, IFetchResponse } from './core';
|
|
2
|
-
import { Realtime } from './realtime';
|
|
3
|
-
import { FetchClient, AlarmService, ApplicationService, AuditService, DeviceRegistrationBulkService, DeviceRegistrationService, EventService, InventoryBinaryService, InventoryRoleService, InventoryService, MeasurementService, OperationBulkService, OperationService, SystemOptionsService, TenantOptionsService, TenantSecurityOptionsService, TenantLoginOptionsService, TenantService, UserGroupService, UserRoleService, UserService, IdentityService, SmartGroupsService, SmartRulesService } from './services';
|
|
1
|
+
import { IAuthentication, ICredentials, IFetchOptions, IFetchResponse } from './core/index.js';
|
|
2
|
+
import { Realtime } from './realtime/index.js';
|
|
3
|
+
import { FetchClient, AlarmService, ApplicationService, AuditService, DeviceRegistrationBulkService, DeviceRegistrationService, EventService, InventoryBinaryService, InventoryRoleService, InventoryService, MeasurementService, OperationBulkService, OperationService, SystemOptionsService, TenantOptionsService, TenantSecurityOptionsService, TenantLoginOptionsService, TenantService, UserGroupService, UserRoleService, UserService, IdentityService, SmartGroupsService, SmartRulesService } from './services.js';
|
|
4
4
|
export interface IBootstrapOptions {
|
|
5
5
|
deviceId: string;
|
|
6
6
|
basicAuthToken: string;
|
package/lib/src/Client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../src/Client.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,YAAY,EACZ,aAAa,EACb,cAAc,EAGf,MAAM,
|
|
1
|
+
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../src/Client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IIdentified, Service, IResult, IResultList, IFetchResponse } from '../core';
|
|
2
|
-
import { AlarmQueryFilter, IAlarm, UpdateBulkQueryFilter } from './IAlarm';
|
|
1
|
+
import { IIdentified, Service, IResult, IResultList, IFetchResponse } from '../core/index.js';
|
|
2
|
+
import { AlarmQueryFilter, IAlarm, UpdateBulkQueryFilter } from './IAlarm.js';
|
|
3
3
|
/**
|
|
4
4
|
* This class allows for managing alarms.
|
|
5
5
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlarmService.d.ts","sourceRoot":"","sources":["../../../src/alarm/AlarmService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"AlarmService.d.ts","sourceRoot":"","sources":["../../../src/alarm/AlarmService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC9F,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE9E;;GAEG;AACH,qBAAa,YAAa,SAAQ,OAAO,CAAC,MAAM,CAAC;IAC/C,SAAS,CAAC,OAAO,SAAW;IAC5B,SAAS,CAAC,OAAO,SAAY;IAC7B,SAAS,CAAC,YAAY,SAAY;IAClC,SAAS,CAAC,OAAO,SAAe;IAEhC;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAIjF;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAItD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAI/D;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACG,UAAU,CACd,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,EACvB,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAAC,cAAc,CAAC;IAa1B;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,IAAI,CAAC,MAAM,GAAE,gBAAqB,GAAG,OAAO,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAIvE;;;;;;;;;;;;;;;;;;OAkBG;IACG,KAAK,CAAC,MAAM,GAAE,gBAAqB,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;CAMrE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISource, SeverityType } from '../core';
|
|
2
|
-
import { AlarmStatusType } from './AlarmStatus';
|
|
1
|
+
import { ISource, SeverityType } from '../core/index.js';
|
|
2
|
+
import { AlarmStatusType } from './AlarmStatus.js';
|
|
3
3
|
export interface IAlarm {
|
|
4
4
|
/**
|
|
5
5
|
* Specifies the severity of an alarm
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAlarm.d.ts","sourceRoot":"","sources":["../../../src/alarm/IAlarm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IAlarm.d.ts","sourceRoot":"","sources":["../../../src/alarm/IAlarm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,YAAY,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B"}
|
package/lib/src/alarm/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './AlarmService';
|
|
2
|
-
export * from './AlarmStatus';
|
|
3
|
-
export * from './IAlarm';
|
|
4
|
-
export * from './SeverityFilter';
|
|
1
|
+
export * from './AlarmService.js';
|
|
2
|
+
export * from './AlarmStatus.js';
|
|
3
|
+
export * from './IAlarm.js';
|
|
4
|
+
export * from './SeverityFilter.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/alarm/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/alarm/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IFetchClient, Service, IResult, IFetchResponse } from '../core';
|
|
2
|
-
import { IApplication } from './IApplication';
|
|
3
|
-
import { IApplicationBinary } from './IApplicationBinary';
|
|
1
|
+
import { IFetchClient, Service, IResult, IFetchResponse } from '../core/index.js';
|
|
2
|
+
import { IApplication } from './IApplication.js';
|
|
3
|
+
import { IApplicationBinary } from './IApplicationBinary.js';
|
|
4
4
|
import { Stream } from 'stream';
|
|
5
|
-
import { IUploadParamsOverride } from './IUploadParamsOverride';
|
|
5
|
+
import { IUploadParamsOverride } from './IUploadParamsOverride.js';
|
|
6
6
|
export declare class ApplicationBinaryService extends Service<IApplicationBinary> {
|
|
7
7
|
protected baseUrl: any;
|
|
8
8
|
protected listUrl: string;
|
|
@@ -12,7 +12,7 @@ export declare class ApplicationBinaryService extends Service<IApplicationBinary
|
|
|
12
12
|
uploadApplicationVersion(archive: File, version: string, tags?: string[]): Promise<IResult<IApplicationBinary>>;
|
|
13
13
|
uploadWithProgressXhr(binary: ArrayBuffer | Stream | Buffer | File | Blob, onProgress: any, fileName?: string, uploadParamsOverride?: IUploadParamsOverride): XMLHttpRequest;
|
|
14
14
|
getXMLHttpResponse(xhr: any): Promise<IApplication>;
|
|
15
|
-
list(filter?: any): Promise<import("../core").IResultList<IApplicationBinary>>;
|
|
15
|
+
list(filter?: any): Promise<import("../core/IResultList.js").IResultList<IApplicationBinary>>;
|
|
16
16
|
delete(binaryOrId: string | number | IApplicationBinary): Promise<IResult<null>>;
|
|
17
17
|
listPlugins(): Promise<{
|
|
18
18
|
res: IFetchResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationBinaryService.d.ts","sourceRoot":"","sources":["../../../src/application/ApplicationBinaryService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ApplicationBinaryService.d.ts","sourceRoot":"","sources":["../../../src/application/ApplicationBinaryService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClF,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,qBAAa,wBAAyB,SAAQ,OAAO,CAAC,kBAAkB,CAAC;IACvE,SAAS,CAAC,OAAO,MAAC;IAClB,SAAS,CAAC,OAAO,SAAc;IAC/B,SAAS,CAAC,YAAY,SAAiB;gBAE3B,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY;IAK3E,MAAM,CACV,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,EACnD,QAAQ,CAAC,EAAE,MAAM,EACjB,oBAAoB,CAAC,EAAE,qBAAqB,GAC3C,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAmBvC,wBAAwB,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,GAAE,MAAM,EAAO;IAa5E,qBAAqB,CACnB,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,EACnD,UAAU,KAAA,EACV,QAAQ,CAAC,EAAE,MAAM,EACjB,oBAAoB,CAAC,EAAE,qBAAqB,GAC3C,cAAc;IAoCjB,kBAAkB,CAAC,GAAG,KAAA,GAAG,OAAO,CAAC,YAAY,CAAC;IAYxC,IAAI,CAAC,MAAM,CAAC,KAAA;IAIZ,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,kBAAkB;IAIvD,WAAW;;;;IAQX,SAAS,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW;;;;IAgBvE,YAAY,CAAC,UAAU,EAAE,MAAM;;;;IAS/B,WAAW,CACf,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;KACzD,CAAC;;;;IAkBE,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAKzE,OAAO,CAAC,uBAAuB;CAsBhC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { IApplicationInstanceLog, IApplicationInstanceLogRequestParams, IApplicationManagedObject } from './IApplicationInstanceDetails';
|
|
2
|
-
import { IFetchResponse, IMicroserviceSubscription, IResult, IResultList, Service } from '../core';
|
|
3
|
-
import { ITenant } from '../tenant';
|
|
4
|
-
import { ICurrentUser, IUser } from '../user';
|
|
5
|
-
import { ApplicationBinaryService } from './ApplicationBinaryService';
|
|
6
|
-
import { IApplication } from './IApplication';
|
|
7
|
-
import { IApplicationVersionDeleteParams, IApplicationVersion } from './IApplicationVersion';
|
|
8
|
-
import { IManifest } from './IManifest';
|
|
9
|
-
import { ApplicationAvailability } from './ApplicationAvailability';
|
|
1
|
+
import { IApplicationInstanceLog, IApplicationInstanceLogRequestParams, IApplicationManagedObject } from './IApplicationInstanceDetails.js';
|
|
2
|
+
import { IFetchResponse, IMicroserviceSubscription, IResult, IResultList, Service } from '../core/index.js';
|
|
3
|
+
import { ITenant } from '../tenant/index.js';
|
|
4
|
+
import { ICurrentUser, IUser } from '../user/index.js';
|
|
5
|
+
import { ApplicationBinaryService } from './ApplicationBinaryService.js';
|
|
6
|
+
import { IApplication } from './IApplication.js';
|
|
7
|
+
import { IApplicationVersionDeleteParams, IApplicationVersion } from './IApplicationVersion.js';
|
|
8
|
+
import { IManifest } from './IManifest.js';
|
|
9
|
+
import { ApplicationAvailability } from './ApplicationAvailability.js';
|
|
10
10
|
export declare class ApplicationService extends Service<IApplication> {
|
|
11
11
|
protected baseUrl: string;
|
|
12
12
|
protected listUrl: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationService.d.ts","sourceRoot":"","sources":["../../../src/application/ApplicationService.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,oCAAoC,EACpC,yBAAyB,EAC1B,MAAM
|
|
1
|
+
{"version":3,"file":"ApplicationService.d.ts","sourceRoot":"","sources":["../../../src/application/ApplicationService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ApplicationType, ApplicationAvailability, IManifest, IApplicationVersion } from './';
|
|
2
|
-
import { ITenantReference } from '../tenant';
|
|
1
|
+
import { ApplicationType, ApplicationAvailability, IManifest, IApplicationVersion } from './index.js';
|
|
2
|
+
import { ITenantReference } from '../tenant/index.js';
|
|
3
3
|
export interface IApplication {
|
|
4
4
|
id?: number | string;
|
|
5
5
|
name?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApplication.d.ts","sourceRoot":"","sources":["../../../src/application/IApplication.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IApplication.d.ts","sourceRoot":"","sources":["../../../src/application/IApplication.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,uBAAuB,EACvB,SAAS,EACT,mBAAmB,EACpB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,YAAY,CAAC,EAAE,uBAAuB,CAAC;IACvC,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApplicationInstanceDetails.d.ts","sourceRoot":"","sources":["../../../src/application/IApplicationInstanceDetails.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IApplicationInstanceDetails.d.ts","sourceRoot":"","sources":["../../../src/application/IApplicationInstanceDetails.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,oBAAY,cAAc;IACxB,EAAE,OAAO;IACT,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,YAAY,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,YAAY,CAAC;IAC1B,SAAS,EAAE;QACT,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB,CAAC;KAC1C,CAAC;IACF,OAAO,EAAE;QACP,OAAO,EAAE,MAAM,CAAC;QAChB,mBAAmB,EAAE;YACnB,MAAM,EAAE,MAAM,CAAC;YACf,GAAG,EAAE,MAAM,CAAC;SACb,CAAC;QACF,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,kCAAkC;IACjD,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE;QAClB,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,CAAC;KACxC,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,MAAM,yBAAyB,GAAG,cAAc,GAAG,kCAAkC,CAAC;AAE5F,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,oCAAoC;IACnD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApplicationReference.d.ts","sourceRoot":"","sources":["../../../src/application/IApplicationReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IApplicationReference.d.ts","sourceRoot":"","sources":["../../../src/application/IApplicationReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,OAAO,CAAC;CAC9C;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,UAAU,EAAE,qBAAqB,EAAE,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BillingMode, Isolation, IProvider, IApplication, IDeviceRegistrationProvider } from './';
|
|
1
|
+
import { BillingMode, Isolation, IProvider, IApplication, IDeviceRegistrationProvider } from './index.js';
|
|
2
2
|
export interface IManifest {
|
|
3
3
|
id: number;
|
|
4
4
|
applicationId: number;
|
|
@@ -15,6 +15,11 @@ export interface IManifest {
|
|
|
15
15
|
remotes?: ApplicationRemotePlugins;
|
|
16
16
|
isPackage?: boolean;
|
|
17
17
|
package?: 'blueprint' | 'plugin';
|
|
18
|
+
blueprintDeploymentOptions?: {
|
|
19
|
+
name?: string;
|
|
20
|
+
contextPath?: string;
|
|
21
|
+
key?: string;
|
|
22
|
+
};
|
|
18
23
|
source?: string | number | IApplication;
|
|
19
24
|
name?: string;
|
|
20
25
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IManifest.d.ts","sourceRoot":"","sources":["../../../src/application/IManifest.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IManifest.d.ts","sourceRoot":"","sources":["../../../src/application/IManifest.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,SAAS,EACT,SAAS,EACT,YAAY,EACZ,2BAA2B,EAC5B,MAAM,YAAY,CAAC;AAEpB,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;IACpB,0BAA0B,CAAC,EAAE,2BAA2B,CAAC;IACzD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,WAAW,GAAG,QAAQ,CAAC;IACjC,0BAA0B,CAAC,EAAE;QAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,CAAC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,wBAAwB;IACvC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACzB;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,gBAAgB;IAC/B,CAAC,OAAO,EAAE,MAAM,GAAG,qBAAqB,CAAC;CAC1C;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;;OAKG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from './ApplicationService';
|
|
2
|
-
export * from './ApplicationBinaryService';
|
|
3
|
-
export * from './IApplication';
|
|
4
|
-
export * from './IApplicationBinary';
|
|
5
|
-
export * from './IApplicationInstanceDetails';
|
|
6
|
-
export * from './IApplicationReference';
|
|
7
|
-
export * from './ApplicationType';
|
|
8
|
-
export * from './BillingMode';
|
|
9
|
-
export * from './Isolation';
|
|
10
|
-
export * from './ApplicationAvailability';
|
|
11
|
-
export * from './IManifest';
|
|
12
|
-
export * from './IProvider';
|
|
13
|
-
export * from './IUploadParamsOverride';
|
|
14
|
-
export * from './IApplicationVersion';
|
|
15
|
-
export * from './IDeviceRegistrationProvider';
|
|
1
|
+
export * from './ApplicationService.js';
|
|
2
|
+
export * from './ApplicationBinaryService.js';
|
|
3
|
+
export * from './IApplication.js';
|
|
4
|
+
export * from './IApplicationBinary.js';
|
|
5
|
+
export * from './IApplicationInstanceDetails.js';
|
|
6
|
+
export * from './IApplicationReference.js';
|
|
7
|
+
export * from './ApplicationType.js';
|
|
8
|
+
export * from './BillingMode.js';
|
|
9
|
+
export * from './Isolation.js';
|
|
10
|
+
export * from './ApplicationAvailability.js';
|
|
11
|
+
export * from './IManifest.js';
|
|
12
|
+
export * from './IProvider.js';
|
|
13
|
+
export * from './IUploadParamsOverride.js';
|
|
14
|
+
export * from './IApplicationVersion.js';
|
|
15
|
+
export * from './IDeviceRegistrationProvider.js';
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/application/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/application/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Service, IResult, IResultList } from '../core';
|
|
2
|
-
import { IAuditRecord } from './IAuditRecord';
|
|
1
|
+
import { Service, IResult, IResultList } from '../core/index.js';
|
|
2
|
+
import { IAuditRecord } from './IAuditRecord.js';
|
|
3
3
|
export declare class AuditService extends Service<IAuditRecord> {
|
|
4
4
|
protected baseUrl: string;
|
|
5
5
|
protected listUrl: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditService.d.ts","sourceRoot":"","sources":["../../../src/audit/AuditService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"AuditService.d.ts","sourceRoot":"","sources":["../../../src/audit/AuditService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBAAa,YAAa,SAAQ,OAAO,CAAC,YAAY,CAAC;IACrD,SAAS,CAAC,OAAO,SAAW;IAC5B,SAAS,CAAC,OAAO,SAAkB;IACnC,SAAS,CAAC,YAAY,SAAkB;IAExC;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAIxF;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACG,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAIlE;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,IAAI,CAAC,MAAM,GAAE,MAAW,GAAG,OAAO,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;CAGpE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IEvent } from '../event';
|
|
2
|
-
import { SeverityType } from '../core';
|
|
3
|
-
import { AuditRecordType } from './AuditRecordType';
|
|
4
|
-
import { IChange } from './IChange';
|
|
1
|
+
import { IEvent } from '../event/index.js';
|
|
2
|
+
import { SeverityType } from '../core/index.js';
|
|
3
|
+
import { AuditRecordType } from './AuditRecordType.js';
|
|
4
|
+
import { IChange } from './IChange.js';
|
|
5
5
|
/**
|
|
6
6
|
* IAuditRecord implements the IEvent interface.
|
|
7
7
|
* Keep in mind that the mandantory fragments from IEvent are
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAuditRecord.d.ts","sourceRoot":"","sources":["../../../src/audit/IAuditRecord.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IAuditRecord.d.ts","sourceRoot":"","sources":["../../../src/audit/IAuditRecord.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC;;;;GAIG;AACH,MAAM,WAAW,YAAa,SAAQ,MAAM;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IChange.d.ts","sourceRoot":"","sources":["../../../src/audit/IChange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IChange.d.ts","sourceRoot":"","sources":["../../../src/audit/IChange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C;;;GAGG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,aAAa,EAAE,GAAG,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;CACxB"}
|
package/lib/src/audit/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './AuditService';
|
|
2
|
-
export * from './IAuditRecord';
|
|
3
|
-
export * from './AuditRecordType';
|
|
4
|
-
export * from './IChange';
|
|
5
|
-
export * from './ChangeType';
|
|
1
|
+
export * from './AuditService.js';
|
|
2
|
+
export * from './IAuditRecord.js';
|
|
3
|
+
export * from './AuditRecordType.js';
|
|
4
|
+
export * from './IChange.js';
|
|
5
|
+
export * from './ChangeType.js';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/audit/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/audit/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IAuthentication, ICredentials } from './IAuthentication';
|
|
2
|
-
import { IFetchOptions } from './IFetchOptions';
|
|
1
|
+
import { IAuthentication, ICredentials } from './IAuthentication.js';
|
|
2
|
+
import { IFetchOptions } from './IFetchOptions.js';
|
|
3
3
|
/**
|
|
4
4
|
* Allows to use Basic-Auth for Authorization to the
|
|
5
5
|
* Cumulocity API.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicAuth.d.ts","sourceRoot":"","sources":["../../../src/core/BasicAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BasicAuth.d.ts","sourceRoot":"","sources":["../../../src/core/BasicAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAErE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAMnD;;;GAGG;AACH,qBAAa,SAAU,YAAW,eAAe;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb;;;;;OAKG;gBACS,WAAW,CAAC,EAAE,YAAY;IAItC,iBAAiB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,EAAE,GAAE,YAAiB;IAmB3E,eAAe,CAAC,OAAO,EAAE,aAAa,GAAG,aAAa;IAgBtD,kBAAkB,CAAC,MAAM,GAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAA;KAAO;cAAb,MAAM;;IASzC,MAAM;IAKN,OAAO,CAAC,cAAc;CAQvB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IAuthentication, ICredentials } from './IAuthentication';
|
|
2
|
-
import { IFetchOptions } from './IFetchOptions';
|
|
1
|
+
import { IAuthentication, ICredentials } from './IAuthentication.js';
|
|
2
|
+
import { IFetchOptions } from './IFetchOptions.js';
|
|
3
3
|
export declare class BearerAuth implements IAuthentication {
|
|
4
4
|
private logoutUrl;
|
|
5
5
|
constructor(token?: string);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BearerAuth.d.ts","sourceRoot":"","sources":["../../../src/core/BearerAuth.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BearerAuth.d.ts","sourceRoot":"","sources":["../../../src/core/BearerAuth.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAInD,qBAAa,UAAW,YAAW,eAAe;IAChD,OAAO,CAAC,SAAS,CAAiB;gBAEtB,KAAK,CAAC,EAAE,MAAM;IAI1B,eAAe,CAAC,OAAO,EAAE,aAAa,GAAG,aAAa;IAMtD,iBAAiB,CAAC,EAAE,KAAK,EAAE,EAAE,YAAY,GAAG,SAAS;IAKrD,kBAAkB,CAAC,MAAM,GAAE;QAAE,GAAG,CAAC,EAAE,GAAG,CAAA;KAAO;cAAV,GAAG;;IAUtC,MAAM,CAAC,OAAO,GAAE,aAAkB,GAAG,OAAO,CAAC,GAAG,CAAC;IAWjD,SAAS,CAAC,QAAQ,IAAI,MAAM,GAAG,SAAS;CAKzC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BearerAuth } from './BearerAuth';
|
|
2
|
-
import { ICredentials } from './IAuthentication';
|
|
1
|
+
import { BearerAuth } from './BearerAuth.js';
|
|
2
|
+
import { ICredentials } from './IAuthentication.js';
|
|
3
3
|
export declare class BearerAuthFromSessionStorage extends BearerAuth {
|
|
4
4
|
/**
|
|
5
5
|
* Key for the session storage used to retrieve the bearer token from.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BearerAuthFromSessionStorage.d.ts","sourceRoot":"","sources":["../../../src/core/BearerAuthFromSessionStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BearerAuthFromSessionStorage.d.ts","sourceRoot":"","sources":["../../../src/core/BearerAuthFromSessionStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEpD,qBAAa,4BAA6B,SAAQ,UAAU;IAC1D;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,iBAAiB,qBAAqB;IACtD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,4BAA4B,yBAAyB;IAErE,MAAM,CAAC,+BAA+B;gBAK1B,qBAAqB,UAAO;IAQ/B,iBAAiB,CAAC,EAAE,KAAK,EAAE,EAAE,YAAY,GAAG,SAAS;IAQrD,MAAM,IAAI,OAAO,CAAC,GAAG,CAAC;IAM/B,SAAS,CAAC,QAAQ,IAAI,MAAM,GAAG,SAAS;CAgBzC"}
|