c8y-nitro 0.1.0 → 0.1.1
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/README.md +19 -43
- package/dist/_virtual/rolldown_runtime.mjs +32 -0
- package/dist/client.d.mts +122 -0
- package/dist/client.mjs +63 -0
- package/dist/index.mjs +5 -2
- package/dist/module/docker.mjs +1 -1
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/index.mjs +63 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/Client.mjs +284 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/alarm/AlarmService.mjs +198 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/alarm/AlarmStatus.mjs +16 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/alarm/index.mjs +4 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/ApplicationAvailability.mjs +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/ApplicationBinaryService.mjs +166 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/ApplicationService.mjs +604 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/ApplicationType.mjs +11 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/BillingMode.mjs +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/IApplicationInstanceDetails.mjs +11 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/Isolation.mjs +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/application/index.mjs +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/audit/AuditRecordType.mjs +33 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/audit/AuditService.mjs +95 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/audit/ChangeType.mjs +15 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/audit/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/BasicAuth.mjs +69 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/BearerAuth.mjs +52 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/BearerAuthFromSessionStorage.mjs +43 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/CookieAuth.mjs +53 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/FetchClient.mjs +82 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/MicroserviceClientRequestAuth.mjs +50 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/NodeJSCookieAuth.mjs +19 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/Paging.mjs +68 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/QueriesUtil.mjs +225 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/Service.mjs +186 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/Severity.mjs +18 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/core/index.mjs +13 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/device-registration/DeviceRegistrationBulkService.mjs +67 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/device-registration/DeviceRegistrationSecurityMode.mjs +13 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/device-registration/DeviceRegistrationService.mjs +362 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/device-registration/DeviceRegistrationStatus.mjs +16 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/device-registration/index.mjs +6 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/event/EventBinaryService.mjs +102 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/event/EventService.mjs +147 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/event/index.mjs +4 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/feature/FeatureService.mjs +89 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/feature/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/gettext-typed.mjs +7 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/gettext.mjs +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/identity/IdentityService.mjs +181 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/inventory/InventoryBinaryService.mjs +149 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/inventory/InventoryService.mjs +842 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/inventory/index.mjs +4 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/inventory-role/InventoryRoleService.mjs +139 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/inventory-role/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/measurement/ISeriesFilter.mjs +10 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/measurement/MeasurementService.mjs +205 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/measurement/index.mjs +4 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationBulkGeneralStatus.mjs +20 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationBulkService.mjs +157 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationBulkStatus.mjs +16 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationService.mjs +133 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationStatus.mjs +16 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/index.mjs +7 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/public_api.mjs +84 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/realtime/MetaChannel.mjs +11 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/realtime/Realtime.mjs +103 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/realtime/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/services.mjs +54 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/smart-groups/SmartGroupsService.mjs +158 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/smart-rules/SmartRulesService.mjs +158 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/smart-rules/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/system-options/SystemOptionsService.mjs +82 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/system-options/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant/TenantService.mjs +373 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant/TenantStatus.mjs +11 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant/TfaStrategy.mjs +14 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-login-options/ITenantLoginOptions.mjs +29 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-login-options/TenantLoginOptionsService.mjs +217 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-login-options/index.mjs +4 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-options/TenantOptionsService.mjs +183 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-options/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-security-options/TenantSecurityOptionsService.mjs +52 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/tenant-security-options/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/trusted-certificates/CrlService.mjs +112 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/trusted-certificates/TrustedCertificateService.mjs +299 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/trusted-certificates/index.mjs +4 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user/PasswordStrength.mjs +10 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user/UserInventoryRoleService.mjs +133 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user/UserService.mjs +730 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user-group/UserGroupService.mjs +306 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user-group/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user-role/UserRoleService.mjs +70 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/user-role/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/Client.d.mts +218 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/alarm/AlarmService.d.mts +153 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/alarm/AlarmStatus.d.mts +15 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/alarm/IAlarm.d.mts +84 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/alarm/SeverityFilter.d.mts +6 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/ApplicationAvailability.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/ApplicationBinaryService.d.mts +46 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/ApplicationService.d.mts +339 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/ApplicationType.d.mts +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/BillingMode.d.mts +7 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplication.d.mts +30 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationBinary.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationInstanceDetails.d.mts +71 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationReference.d.mts +19 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationVersion.d.mts +17 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IDeviceRegistrationProvider.d.mts +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IManifest.d.mts +81 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IProvider.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IUploadParamsOverride.d.mts +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/Isolation.d.mts +7 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/AuditRecordType.d.mts +32 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/AuditService.d.mts +77 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/ChangeType.d.mts +11 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/IAuditRecord.d.mts +39 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/IChange.d.mts +31 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/BasicAuth.d.mts +35 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/BearerAuth.d.mts +21 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/BearerAuthFromSessionStorage.d.mts +24 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/CookieAuth.d.mts +26 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/FetchClient.d.mts +24 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IAuthentication.d.mts +27 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/ICustomProperties.d.mts +10 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/ICustomPropertiesMap.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IFetchClient.d.mts +13 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IFetchOptions.d.mts +24 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IFetchResponse.d.mts +28 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IIdentified.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IMicroserviceSubscriptions.d.mts +18 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/INamed.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IResult.d.mts +29 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IResultBase.d.mts +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IResultList.d.mts +39 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/ISource.d.mts +20 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/MicroserviceClientRequestAuth.d.mts +36 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/NodeJSCookieAuth.d.mts +14 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/Paging.d.mts +70 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/QueriesUtil.d.mts +168 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/Service.d.mts +48 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/Severity.d.mts +17 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/DeviceRegistrationBulkService.d.mts +43 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/DeviceRegistrationSecurityMode.d.mts +11 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/DeviceRegistrationService.d.mts +296 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/DeviceRegistrationStatus.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/IDeviceCredentials.d.mts +25 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/IDeviceRegistration.d.mts +79 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/device-registration/IDeviceRegistrationBulkResult.d.mts +29 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/event/EventBinaryService.d.mts +67 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/event/EventService.d.mts +120 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/event/IEvent.d.mts +42 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/event/IEventBinary.d.mts +28 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/feature/FeatureService.d.mts +59 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/feature/IFeatureToggle.d.mts +30 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/identity/IExternalIdentity.d.mts +27 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/identity/IdentityService.d.mts +107 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/inventory/IManagedObject.d.mts +95 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/inventory/InventoryBinaryService.d.mts +50 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/inventory/InventoryService.d.mts +594 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/inventory-role/InventoryRoleService.d.mts +111 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/IMeasurement.d.mts +61 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/IMeasurementFilter.d.mts +59 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/ISeries.d.mts +60 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/ISeriesFilter.d.mts +48 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/MeasurementService.d.mts +163 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/IOperation.d.mts +27 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/IOperationBulk.d.mts +58 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/IOperationBulkProgress.d.mts +29 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationBulkGeneralStatus.d.mts +16 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationBulkService.d.mts +130 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationBulkStatus.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationService.d.mts +111 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationStatus.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/realtime/Realtime.d.mts +69 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/smart-groups/SmartGroupsService.d.mts +126 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/smart-rules/IRule.d.mts +22 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/smart-rules/SmartRulesService.d.mts +90 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/system-options/ISystemOption.d.mts +21 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/system-options/SystemOptionsService.d.mts +57 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/ICurrentTenant.d.mts +25 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/ISupportUser.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/ITenant.d.mts +28 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/ITenantReference.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/ITfaSettings.d.mts +32 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/TenantService.d.mts +264 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/TenantStatus.d.mts +7 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant/TfaStrategy.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-login-options/ITenantLoginOptions.d.mts +159 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-login-options/TenantLoginOptionsService.d.mts +176 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-options/ITenantOption.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-options/ITenantOptionDetailParams.d.mts +13 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-options/TenantOptionsService.d.mts +150 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-policy/ITenantPolicy.d.mts +13 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-security-options/ITenantSecurityOption.d.mts +10 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/tenant-security-options/TenantSecurityOptionsService.d.mts +39 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/trusted-certificates/CrlService.d.mts +75 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/trusted-certificates/ICertificateRevocation.d.mts +14 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/trusted-certificates/ITrustedCertificate.d.mts +75 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/trusted-certificates/TrustedCertificateService.d.mts +181 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/ICurrentUser.d.mts +39 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/IResetPassword.d.mts +15 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/ITotp.d.mts +9 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/ITotpStatus.d.mts +7 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/IUser.d.mts +77 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/IUserInventoryRole.d.mts +16 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/PasswordStrength.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/UserInventoryRoleService.d.mts +108 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user/UserService.d.mts +400 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user-group/IDevicePermissions.d.mts +8 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user-group/IUserGroup.d.mts +44 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user-group/UserGroupService.d.mts +215 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user-role/IRole.d.mts +12 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user-role/IRoleReference.d.mts +19 -0
- package/dist/node_modules/.pnpm/@c8y_client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/user-role/UserRoleService.d.mts +57 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/index.mjs +18 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/lib/abort.mjs +29 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/lib/async.mjs +32 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/lib/defer.mjs +21 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/lib/iterate.mjs +47 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/lib/state.mjs +33 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/lib/terminator.mjs +26 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/parallel.mjs +40 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/serial.mjs +24 -0
- package/dist/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit/serialOrdered.mjs +62 -0
- package/dist/node_modules/.pnpm/b2a@1.1.2/node_modules/b2a/lib/index.mjs +44 -0
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.mjs +20 -0
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.mjs +12 -0
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.mjs +12 -0
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.mjs +23 -0
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.mjs +12 -0
- package/dist/node_modules/.pnpm/combined-stream@1.0.8/node_modules/combined-stream/lib/combined_stream.mjs +158 -0
- package/dist/node_modules/.pnpm/cometd-nodejs-client@1.0.2/node_modules/cometd-nodejs-client/cometd-nodejs-client.mjs +120 -0
- package/dist/node_modules/.pnpm/cometd@4.0.8/node_modules/cometd/cometd.mjs +2658 -0
- package/dist/node_modules/.pnpm/cross-fetch@4.1.0_encoding@0.1.13/node_modules/cross-fetch/dist/node-ponyfill.mjs +24 -0
- package/dist/node_modules/.pnpm/delayed-stream@1.0.0/node_modules/delayed-stream/lib/delayed_stream.mjs +84 -0
- package/dist/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.mjs +27 -0
- package/dist/node_modules/.pnpm/encoding@0.1.13/node_modules/encoding/lib/encoding.mjs +60 -0
- package/dist/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.mjs +18 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.mjs +12 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.mjs +12 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.mjs +12 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.mjs +12 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.mjs +12 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.mjs +12 -0
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.mjs +12 -0
- package/dist/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.mjs +12 -0
- package/dist/node_modules/.pnpm/es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag/index.mjs +32 -0
- package/dist/node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/index.d.mts +50 -0
- package/dist/node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/lib/form_data.mjs +247 -0
- package/dist/node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/lib/populate.mjs +16 -0
- package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.mjs +58 -0
- package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.mjs +13 -0
- package/dist/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.mjs +357 -0
- package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.mjs +14 -0
- package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.mjs +12 -0
- package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.mjs +25 -0
- package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.mjs +12 -0
- package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.mjs +19 -0
- package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.mjs +21 -0
- package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.mjs +35 -0
- package/dist/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.mjs +16 -0
- package/dist/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.mjs +16 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/dbcs-codec.mjs +349 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/dbcs-data.mjs +194 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/index.mjs +34 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/internal.mjs +141 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/sbcs-codec.mjs +53 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/sbcs-data-generated.mjs +458 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/sbcs-data.mjs +154 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/big5-added.mjs +172 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/cp936.mjs +2587 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/cp949.mjs +2223 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/cp950.mjs +230 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/eucjp.mjs +428 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/gb18030-ranges.mjs +430 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/gbk-added.mjs +233 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/tables/shiftjis.mjs +295 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/utf16.mjs +126 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/utf32.mjs +198 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/encodings/utf7.mjs +183 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/lib/bom-handling.mjs +45 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/lib/index.mjs +110 -0
- package/dist/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite/lib/streams.mjs +93 -0
- package/dist/node_modules/.pnpm/isomorphic-cometd@1.1.0_cometd-nodejs-client@1.0.2_cometd@4.0.8/node_modules/isomorphic-cometd/node.mjs +18 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.mjs +12 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.mjs +12 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.mjs +14 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.mjs +12 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.mjs +12 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.mjs +12 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.mjs +12 -0
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.mjs +17 -0
- package/dist/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db/db.mjs +7051 -0
- package/dist/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db/index.mjs +21 -0
- package/dist/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types/index.mjs +123 -0
- package/dist/node_modules/.pnpm/node-fetch@2.7.0_encoding@0.1.13/node_modules/node-fetch/lib/index.mjs +1174 -0
- package/dist/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer/safer.mjs +48 -0
- package/dist/node_modules/.pnpm/tr46@0.0.3/node_modules/tr46/index.mjs +145 -0
- package/dist/node_modules/.pnpm/tr46@0.0.3/node_modules/tr46/lib/mappingTable.mjs +35563 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs +31 -0
- package/dist/node_modules/.pnpm/webidl-conversions@3.0.1/node_modules/webidl-conversions/lib/index.mjs +122 -0
- package/dist/node_modules/.pnpm/whatwg-url@5.0.0/node_modules/whatwg-url/lib/URL-impl.mjs +145 -0
- package/dist/node_modules/.pnpm/whatwg-url@5.0.0/node_modules/whatwg-url/lib/URL.mjs +174 -0
- package/dist/node_modules/.pnpm/whatwg-url@5.0.0/node_modules/whatwg-url/lib/public-api.mjs +21 -0
- package/dist/node_modules/.pnpm/whatwg-url@5.0.0/node_modules/whatwg-url/lib/url-state-machine.mjs +878 -0
- package/dist/node_modules/.pnpm/whatwg-url@5.0.0/node_modules/whatwg-url/lib/utils.mjs +22 -0
- package/dist/package.mjs +1 -1
- package/dist/utils/client.d.mts +1 -1
- package/dist/utils/client.mjs +4 -1
- package/dist/utils/credentials.d.mts +1 -1
- package/dist/utils/credentials.mjs +2 -1
- package/dist/utils/resources.d.mts +1 -1
- package/package.json +8 -4
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ISource } from "../core/ISource.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/IMeasurement.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* Interface which holds all mandantory fragments for measurements
|
|
6
|
+
*/
|
|
7
|
+
interface IMeasurement {
|
|
8
|
+
/**
|
|
9
|
+
* Uniquely identifies a measurement
|
|
10
|
+
*/
|
|
11
|
+
id: string | number;
|
|
12
|
+
/**
|
|
13
|
+
* The most specific type of this entire measurement
|
|
14
|
+
*/
|
|
15
|
+
type: string;
|
|
16
|
+
/**
|
|
17
|
+
* Time of the measurement
|
|
18
|
+
*/
|
|
19
|
+
time: string;
|
|
20
|
+
/**
|
|
21
|
+
* Link to this resource
|
|
22
|
+
*/
|
|
23
|
+
self: string;
|
|
24
|
+
/**
|
|
25
|
+
* The ManagedObject which is the source of this measurement,
|
|
26
|
+
* see [[ISource]]
|
|
27
|
+
*/
|
|
28
|
+
source: ISource;
|
|
29
|
+
/**
|
|
30
|
+
* Custom fragments.
|
|
31
|
+
* **Example**
|
|
32
|
+
* ```typescript
|
|
33
|
+
*
|
|
34
|
+
* {
|
|
35
|
+
* series: {
|
|
36
|
+
* unit: '%',
|
|
37
|
+
* value: 51
|
|
38
|
+
* }
|
|
39
|
+
* }
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
[fragment: string]: {
|
|
43
|
+
[series: string]: IMeasurementValue;
|
|
44
|
+
} | any;
|
|
45
|
+
}
|
|
46
|
+
interface IMeasurementValue {
|
|
47
|
+
value: number;
|
|
48
|
+
unit?: string;
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* This interface can be used to create a valid measurement.
|
|
53
|
+
*/
|
|
54
|
+
interface IMeasurementCreate extends IMeasurement {
|
|
55
|
+
/**
|
|
56
|
+
* Uniquely identifier to which source this measurement belongs to
|
|
57
|
+
*/
|
|
58
|
+
sourceId: number | string;
|
|
59
|
+
}
|
|
60
|
+
//#endregion
|
|
61
|
+
export { IMeasurement, IMeasurementCreate, IMeasurementValue };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/IMeasurementFilter.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* This interface specifies all fragments which can be used
|
|
4
|
+
* to filter for specific measurement.
|
|
5
|
+
*/
|
|
6
|
+
interface IMeasurementFilter {
|
|
7
|
+
/**
|
|
8
|
+
* The current page of the paginated results.
|
|
9
|
+
*/
|
|
10
|
+
currentPage?: number;
|
|
11
|
+
/**
|
|
12
|
+
* The managed object ID which the measurement is associated to.
|
|
13
|
+
*/
|
|
14
|
+
source?: number | string;
|
|
15
|
+
/**
|
|
16
|
+
* From which date the measurements should be gathered
|
|
17
|
+
*/
|
|
18
|
+
dateFrom?: string | Date;
|
|
19
|
+
/**
|
|
20
|
+
* To which date the measurements should be gathered
|
|
21
|
+
*/
|
|
22
|
+
dateTo?: string | Date;
|
|
23
|
+
/**
|
|
24
|
+
* Indicates how many entries of the collection shall be returned.
|
|
25
|
+
* The upper limit for one page is 2000 objects.
|
|
26
|
+
*/
|
|
27
|
+
pageSize?: number;
|
|
28
|
+
/**
|
|
29
|
+
* If you are using a range query (that is, at least one of the dateFrom or dateTo parameters is included in the request),
|
|
30
|
+
* then setting revert=true will sort the results by the newest measurements first.
|
|
31
|
+
* By default, the results are sorted by the oldest measurements first.
|
|
32
|
+
*/
|
|
33
|
+
revert?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The type of measurement to search for.
|
|
36
|
+
*/
|
|
37
|
+
type?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The specific series to search for.
|
|
40
|
+
*/
|
|
41
|
+
valueFragmentSeries?: string;
|
|
42
|
+
/**
|
|
43
|
+
* When set to true, the returned result will contain in the statistics object the total number of elements.
|
|
44
|
+
* Only applicable to range queries.
|
|
45
|
+
*/
|
|
46
|
+
valueFragmentType?: string;
|
|
47
|
+
/**
|
|
48
|
+
* When set to true, the returned result will contain in the statistics object the total number of pages.
|
|
49
|
+
* Only applicable to range queries.
|
|
50
|
+
*/
|
|
51
|
+
withTotalPages?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* When set to true, the returned result will contain in the statistics object the total number of elements.
|
|
54
|
+
* Only applicable to range queries.
|
|
55
|
+
*/
|
|
56
|
+
withTotalElements?: boolean;
|
|
57
|
+
}
|
|
58
|
+
//#endregion
|
|
59
|
+
export { IMeasurementFilter };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/ISeries.d.ts
|
|
2
|
+
interface ISeries {
|
|
3
|
+
/**
|
|
4
|
+
* **Example**
|
|
5
|
+
* ```typescript
|
|
6
|
+
*
|
|
7
|
+
* values: {
|
|
8
|
+
* '2014-12-04T17:33:01.538+01:00': [{
|
|
9
|
+
* min: 13.37,
|
|
10
|
+
* max: 13.37
|
|
11
|
+
* },
|
|
12
|
+
* {
|
|
13
|
+
* min: 11.37,
|
|
14
|
+
* max: 11.37
|
|
15
|
+
* }],
|
|
16
|
+
* '2014-12-04T17:34:01.774+01:00': [{
|
|
17
|
+
* min: 10.2,
|
|
18
|
+
* max: 10.2
|
|
19
|
+
* },
|
|
20
|
+
* {
|
|
21
|
+
* min: 11.37,
|
|
22
|
+
* max: 11.37
|
|
23
|
+
* }]
|
|
24
|
+
* }
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
values: {
|
|
28
|
+
[date: string]: Array<{
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
}>;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* **Example**
|
|
35
|
+
* ```typescript
|
|
36
|
+
*
|
|
37
|
+
* series: [{
|
|
38
|
+
* unit: "m/s2",
|
|
39
|
+
* name: "acceleration",
|
|
40
|
+
* type: "c8y_AccelerationMeasurement"
|
|
41
|
+
* },
|
|
42
|
+
* {
|
|
43
|
+
* unit: "m/s",
|
|
44
|
+
* name: "velocity",
|
|
45
|
+
* type: "c8y_SpeedMeasurement"
|
|
46
|
+
* }]
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
series: Array<{
|
|
50
|
+
unit: string;
|
|
51
|
+
name: string;
|
|
52
|
+
type: string;
|
|
53
|
+
}>;
|
|
54
|
+
/**
|
|
55
|
+
* Indicates whether there were more than 5000 values and if the final result was truncated
|
|
56
|
+
*/
|
|
57
|
+
truncated: boolean;
|
|
58
|
+
}
|
|
59
|
+
//#endregion
|
|
60
|
+
export { ISeries };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/ISeriesFilter.d.ts
|
|
2
|
+
declare enum aggregationType {
|
|
3
|
+
MINUTELY = "MINUTELY",
|
|
4
|
+
HOURLY = "HOURLY",
|
|
5
|
+
DAILY = "DAILY"
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* This interface specifies all fragments which can be used
|
|
9
|
+
* to filter for specific series.
|
|
10
|
+
*/
|
|
11
|
+
interface ISeriesFilter {
|
|
12
|
+
/**
|
|
13
|
+
* The ManagedObject which is the source of these series
|
|
14
|
+
*/
|
|
15
|
+
source: number | string;
|
|
16
|
+
/**
|
|
17
|
+
* From which date the series should be gathered
|
|
18
|
+
*/
|
|
19
|
+
dateFrom: string | Date;
|
|
20
|
+
/**
|
|
21
|
+
* To which date the series should be gathered
|
|
22
|
+
*/
|
|
23
|
+
dateTo: string | Date;
|
|
24
|
+
/**
|
|
25
|
+
* For which aggregation it should filter, see [[aggregationType]]
|
|
26
|
+
*/
|
|
27
|
+
aggregationType?: aggregationType;
|
|
28
|
+
/**
|
|
29
|
+
* The series type and name
|
|
30
|
+
*
|
|
31
|
+
* **Example**
|
|
32
|
+
* ```typescript
|
|
33
|
+
*
|
|
34
|
+
* const series: string[] = ['c8y_AccelerationMeasurement.acceleration', '...'];
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
series?: string | string[];
|
|
38
|
+
/**
|
|
39
|
+
* If you are using a range query (that is, at least one of the dateFrom or dateTo parameters is included in the request),
|
|
40
|
+
* then setting revert=true will sort the results by the newest measurements first.
|
|
41
|
+
* By default, the results are sorted by the oldest measurements first.
|
|
42
|
+
*
|
|
43
|
+
* Note: it will not sort a measurements by a date, but by the order of the measurements in the response.
|
|
44
|
+
*/
|
|
45
|
+
revert?: boolean;
|
|
46
|
+
}
|
|
47
|
+
//#endregion
|
|
48
|
+
export { ISeriesFilter, aggregationType };
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { IFetchResponse } from "../core/IFetchResponse.mjs";
|
|
2
|
+
import { IIdentified } from "../core/IIdentified.mjs";
|
|
3
|
+
import { IResultList } from "../core/IResultList.mjs";
|
|
4
|
+
import { IResult } from "../core/IResult.mjs";
|
|
5
|
+
import { Service } from "../core/Service.mjs";
|
|
6
|
+
import { IMeasurement, IMeasurementCreate } from "./IMeasurement.mjs";
|
|
7
|
+
import { IMeasurementFilter } from "./IMeasurementFilter.mjs";
|
|
8
|
+
import { ISeries } from "./ISeries.mjs";
|
|
9
|
+
import { ISeriesFilter } from "./ISeriesFilter.mjs";
|
|
10
|
+
|
|
11
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/measurement/MeasurementService.d.ts
|
|
12
|
+
/**
|
|
13
|
+
* This class allows for managing measurements.
|
|
14
|
+
*/
|
|
15
|
+
declare class MeasurementService extends Service<IMeasurement> {
|
|
16
|
+
protected baseUrl: string;
|
|
17
|
+
protected listUrl: string;
|
|
18
|
+
protected propertyName: string;
|
|
19
|
+
protected channel: string;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the details of selected measurement.
|
|
22
|
+
*
|
|
23
|
+
* @param {string|number|IIdentified} entityOrId Entity or Id of the entity.
|
|
24
|
+
*
|
|
25
|
+
* @returns Response wrapped in [[IResult]]
|
|
26
|
+
*
|
|
27
|
+
* @deprecated As of version 10.16.0.0 and the usage of the time series database,
|
|
28
|
+
* reading a single measurement via id is not supported any more.
|
|
29
|
+
*
|
|
30
|
+
* **Example**
|
|
31
|
+
* ```typescript
|
|
32
|
+
*
|
|
33
|
+
* const measurementId: number = 1;
|
|
34
|
+
*
|
|
35
|
+
* (async () => {
|
|
36
|
+
* const {data, res} = await measurementService.detail(measurementId);
|
|
37
|
+
* })();
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
detail(entityOrId: string | number | IIdentified): Promise<IResult<IMeasurement>>;
|
|
41
|
+
/**
|
|
42
|
+
* Creates a new measurement.
|
|
43
|
+
*
|
|
44
|
+
* @param {Partial<IMeasurementCreate>} entity At least sourceId is mandantory.
|
|
45
|
+
*
|
|
46
|
+
* @returns Response wrapped in [[IResult]]
|
|
47
|
+
*
|
|
48
|
+
* **Example**
|
|
49
|
+
* ```typescript
|
|
50
|
+
*
|
|
51
|
+
* const mandantoryObject: Partial<IMeasurementCreate> = {
|
|
52
|
+
* sourceId: device.id,
|
|
53
|
+
* fragment: { series: { unit: '%', value: 51 } },
|
|
54
|
+
* };
|
|
55
|
+
*
|
|
56
|
+
* (async () => {
|
|
57
|
+
* const {data, res} = await measurementService.create(mandantoryObject);
|
|
58
|
+
* })();
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
create(entity: Partial<IMeasurementCreate>): Promise<IResult<IMeasurement>>;
|
|
62
|
+
/**
|
|
63
|
+
* Gets the list of measurements filtered by parameters.
|
|
64
|
+
*
|
|
65
|
+
* @returns Response wrapped in [[IResultList]]
|
|
66
|
+
*
|
|
67
|
+
* @param {object} filter Object containing filters for querying measurements.
|
|
68
|
+
*
|
|
69
|
+
* **Example**
|
|
70
|
+
* ```typescript
|
|
71
|
+
*
|
|
72
|
+
* const filter: object = {
|
|
73
|
+
* pageSize: 100,
|
|
74
|
+
* withTotalPages: true
|
|
75
|
+
* };
|
|
76
|
+
*
|
|
77
|
+
* (async () => {
|
|
78
|
+
* const {data, res, paging} = await measurementService.list(filter);
|
|
79
|
+
* })();
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
list(filter?: object): Promise<IResultList<IMeasurement>>;
|
|
83
|
+
/**
|
|
84
|
+
* Removes a measurement with given id.
|
|
85
|
+
*
|
|
86
|
+
* @returns Response wrapped in [[IResult]]
|
|
87
|
+
*
|
|
88
|
+
* @param {string | number | IIdentified} entityOrId
|
|
89
|
+
*
|
|
90
|
+
* @deprecated As of version 10.16.0.0 and the usage of the time series database,
|
|
91
|
+
* deleting a single measurement via id is not supported any more.
|
|
92
|
+
*
|
|
93
|
+
* **Example**
|
|
94
|
+
* ```typescript
|
|
95
|
+
*
|
|
96
|
+
* const id: number = 1;
|
|
97
|
+
*
|
|
98
|
+
* (async () => {
|
|
99
|
+
* const {data, res} = await measurementService.delete(id);
|
|
100
|
+
* })();
|
|
101
|
+
* ```
|
|
102
|
+
*/
|
|
103
|
+
delete(entityOrId: string | number | IIdentified): Promise<IResult<null>>;
|
|
104
|
+
/**
|
|
105
|
+
* Gets the list of series in a measurement filtered by parameters.
|
|
106
|
+
*
|
|
107
|
+
* @returns Response wrapped in [[IResult]]
|
|
108
|
+
*
|
|
109
|
+
* @param {object} filter Object containing filters for querying measurements.
|
|
110
|
+
*
|
|
111
|
+
* **Example**
|
|
112
|
+
* ```typescript
|
|
113
|
+
*
|
|
114
|
+
* const filter: object = {
|
|
115
|
+
* dateFrom: '2018-02-06T10:43:55.077Z',
|
|
116
|
+
* dateTo: '2018-02-06T10:50:55.077Z',
|
|
117
|
+
* source: device.id
|
|
118
|
+
* };
|
|
119
|
+
*
|
|
120
|
+
* (async () => {
|
|
121
|
+
* const {data, res} = await measurementService.listSeries(filter);
|
|
122
|
+
* })();
|
|
123
|
+
* ```
|
|
124
|
+
*/
|
|
125
|
+
listSeries(params: ISeriesFilter): Promise<IResult<ISeries>>;
|
|
126
|
+
/**
|
|
127
|
+
* Retrieves the measurement file based on the provided filter parameters and headers, but only if the response is 200.
|
|
128
|
+
* If the response is 202, the file is processed in the background and the file is sent by email.
|
|
129
|
+
*
|
|
130
|
+
* **Example**
|
|
131
|
+
* ```typescript
|
|
132
|
+
*
|
|
133
|
+
* const filter: IFetchResponse = {
|
|
134
|
+
* dateFrom: "2024-08-11T12:13:00+02:00"
|
|
135
|
+
* dateTo: "2024-08-12T12:15:00+02:00"
|
|
136
|
+
* source: "32666427"
|
|
137
|
+
* valueFragmentSeries: "accelerationX"
|
|
138
|
+
* valueFragmentType: "c8y_Acceleration"
|
|
139
|
+
* };
|
|
140
|
+
*
|
|
141
|
+
* const headers = {
|
|
142
|
+
* accept: 'text/csv'
|
|
143
|
+
* }
|
|
144
|
+
*
|
|
145
|
+
* (async () => {
|
|
146
|
+
* const response = await measurementService.getMeasurementsFile(filter, headers);
|
|
147
|
+
* if (response.status === 200) {
|
|
148
|
+
* const blob = await response.blob();
|
|
149
|
+
* }
|
|
150
|
+
* })();
|
|
151
|
+
* ```
|
|
152
|
+
*
|
|
153
|
+
* @param filter Object containing filters for querying measurements.
|
|
154
|
+
* @param headers The headers for the request.
|
|
155
|
+
* @returns A promise that resolves to the fetch response.
|
|
156
|
+
*/
|
|
157
|
+
getMeasurementsFile(params: IMeasurementFilter, headers: {
|
|
158
|
+
accept: string;
|
|
159
|
+
}): Promise<IFetchResponse>;
|
|
160
|
+
protected onBeforeCreate(entity: Partial<IMeasurementCreate>): Partial<IMeasurementCreate>;
|
|
161
|
+
}
|
|
162
|
+
//#endregion
|
|
163
|
+
export { MeasurementService };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OperationStatus } from "./OperationStatus.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/IOperation.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* Interface to gather all mandantory fragments to
|
|
6
|
+
* have a valid operation.
|
|
7
|
+
*/
|
|
8
|
+
interface IOperation {
|
|
9
|
+
/**
|
|
10
|
+
* Identifier for operation
|
|
11
|
+
*/
|
|
12
|
+
id?: string | number;
|
|
13
|
+
/**
|
|
14
|
+
* Identifies the target device on which this operation should be performed
|
|
15
|
+
*/
|
|
16
|
+
deviceId: string;
|
|
17
|
+
/**
|
|
18
|
+
* Status of operation, see [[OperationStatus]]
|
|
19
|
+
*/
|
|
20
|
+
status?: OperationStatus;
|
|
21
|
+
/**
|
|
22
|
+
* Custom fragments
|
|
23
|
+
*/
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}
|
|
26
|
+
//#endregion
|
|
27
|
+
export { IOperation };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { IOperation } from "./IOperation.mjs";
|
|
2
|
+
import { OperationBulkStatus } from "./OperationBulkStatus.mjs";
|
|
3
|
+
import { OperationBulkGeneralStatus } from "./OperationBulkGeneralStatus.mjs";
|
|
4
|
+
import { IOperationBulkProgress } from "./IOperationBulkProgress.mjs";
|
|
5
|
+
|
|
6
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/IOperationBulk.d.ts
|
|
7
|
+
/**
|
|
8
|
+
* Interface to gather all mandantory fragments to
|
|
9
|
+
* have a valid bulk operation.
|
|
10
|
+
*/
|
|
11
|
+
interface IOperationBulk {
|
|
12
|
+
/**
|
|
13
|
+
* Identifier for bulk operation
|
|
14
|
+
*/
|
|
15
|
+
id?: string | number;
|
|
16
|
+
/**
|
|
17
|
+
* Identifies the target group on which this operation should be performed
|
|
18
|
+
*/
|
|
19
|
+
groupId: string | number;
|
|
20
|
+
/**
|
|
21
|
+
* Time when operations should be created
|
|
22
|
+
*/
|
|
23
|
+
startDate: string;
|
|
24
|
+
/**
|
|
25
|
+
* Delay between every operation creation
|
|
26
|
+
*/
|
|
27
|
+
creationRamp: number;
|
|
28
|
+
/**
|
|
29
|
+
* Operation to be executed for every device in a group
|
|
30
|
+
*/
|
|
31
|
+
operationPrototype: Partial<IOperation>;
|
|
32
|
+
/**
|
|
33
|
+
* Status of Bulk Operation, see [[OperationBulkStatus]]
|
|
34
|
+
*/
|
|
35
|
+
status?: OperationBulkStatus;
|
|
36
|
+
/**
|
|
37
|
+
* Simplified user friendly status of Bulk Operation, see [[OperationBulkGeneralStatus]]
|
|
38
|
+
*/
|
|
39
|
+
generalStatus?: OperationBulkGeneralStatus;
|
|
40
|
+
/**
|
|
41
|
+
* Contains information about number of processed operations, see [[IOperationBulkProgress]]
|
|
42
|
+
*/
|
|
43
|
+
progress?: IOperationBulkProgress;
|
|
44
|
+
/**
|
|
45
|
+
* Identifier of the failed bulk operation that current operation was created from
|
|
46
|
+
*/
|
|
47
|
+
failedParentId?: string | number;
|
|
48
|
+
/**
|
|
49
|
+
* User specified note
|
|
50
|
+
*/
|
|
51
|
+
note?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Link to this resource
|
|
54
|
+
*/
|
|
55
|
+
self?: string;
|
|
56
|
+
}
|
|
57
|
+
//#endregion
|
|
58
|
+
export { IOperationBulk };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/IOperationBulkProgress.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Interface to gather more information about the process
|
|
4
|
+
* of performed bulk operation.
|
|
5
|
+
*/
|
|
6
|
+
interface IOperationBulkProgress {
|
|
7
|
+
/**
|
|
8
|
+
* Count of processed operations
|
|
9
|
+
*/
|
|
10
|
+
all: number;
|
|
11
|
+
/**
|
|
12
|
+
* Count of pending operations
|
|
13
|
+
*/
|
|
14
|
+
pending: number;
|
|
15
|
+
/**
|
|
16
|
+
* Count of executing operations
|
|
17
|
+
*/
|
|
18
|
+
executing: number;
|
|
19
|
+
/**
|
|
20
|
+
* Count of successful operations
|
|
21
|
+
*/
|
|
22
|
+
successful: number;
|
|
23
|
+
/**
|
|
24
|
+
* Count of failed operations
|
|
25
|
+
*/
|
|
26
|
+
failed: number;
|
|
27
|
+
}
|
|
28
|
+
//#endregion
|
|
29
|
+
export { IOperationBulkProgress };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationBulkGeneralStatus.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* A bulk operation can have one of the following general statuses.
|
|
4
|
+
*/
|
|
5
|
+
declare enum OperationBulkGeneralStatus {
|
|
6
|
+
SCHEDULED,
|
|
7
|
+
EXECUTING,
|
|
8
|
+
EXECUTING_WITH_ERROR,
|
|
9
|
+
CANCELED,
|
|
10
|
+
FAILED,
|
|
11
|
+
SUCCESSFUL,
|
|
12
|
+
DELETED,
|
|
13
|
+
INCORRECT
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { OperationBulkGeneralStatus };
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { IIdentified } from "../core/IIdentified.mjs";
|
|
2
|
+
import { IResultList } from "../core/IResultList.mjs";
|
|
3
|
+
import { IResult } from "../core/IResult.mjs";
|
|
4
|
+
import { Service } from "../core/Service.mjs";
|
|
5
|
+
import { IOperationBulk } from "./IOperationBulk.mjs";
|
|
6
|
+
|
|
7
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationBulkService.d.ts
|
|
8
|
+
/**
|
|
9
|
+
* This class allows for managing bulk operations.
|
|
10
|
+
*/
|
|
11
|
+
declare class OperationBulkService extends Service<IOperationBulk> {
|
|
12
|
+
protected baseUrl: string;
|
|
13
|
+
protected listUrl: string;
|
|
14
|
+
protected propertyName: string;
|
|
15
|
+
/**
|
|
16
|
+
* Gets the details of selected bulk operation.
|
|
17
|
+
*
|
|
18
|
+
* @param {string|number|IIdentified} entityOrId Entity or Id of the entity.
|
|
19
|
+
*
|
|
20
|
+
* @returns Response wrapped in [[IResult]]
|
|
21
|
+
*
|
|
22
|
+
* **Example**
|
|
23
|
+
* ```typescript
|
|
24
|
+
*
|
|
25
|
+
* const bulkOperationId: number = 1;
|
|
26
|
+
*
|
|
27
|
+
* (async () => {
|
|
28
|
+
* const {data, res} = await operationBulkService.detail(bulkOperationId);
|
|
29
|
+
* })();
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
detail(operationOrId: string | number | IIdentified): Promise<IResult<IOperationBulk>>;
|
|
33
|
+
/**
|
|
34
|
+
* Creates a new operation.
|
|
35
|
+
*
|
|
36
|
+
* @param {Partial<IOperationBulk>} operation Operation object with mandantory fragments.
|
|
37
|
+
*
|
|
38
|
+
* @returns Response wrapped in [[IResult]]
|
|
39
|
+
*
|
|
40
|
+
* **Example**
|
|
41
|
+
* ```typescript
|
|
42
|
+
*
|
|
43
|
+
* const mandantoryObject: Partial<IOperationBulk> = {
|
|
44
|
+
* creationRamp: 15,
|
|
45
|
+
* groupId: '149044',
|
|
46
|
+
* operationPrototype: {
|
|
47
|
+
* c8y_Restart: {},
|
|
48
|
+
* description: 'Restart device',
|
|
49
|
+
* deviceId: device.id,
|
|
50
|
+
* status: 'PENDING'
|
|
51
|
+
* },
|
|
52
|
+
* startDate: '2018-02-15T16:01:00.000Z'
|
|
53
|
+
* };
|
|
54
|
+
*
|
|
55
|
+
* (async () => {
|
|
56
|
+
* const {data, res} = await operationBulkService.create(mandantoryObject);
|
|
57
|
+
* })();
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
create(operation: Partial<IOperationBulk>): Promise<IResult<IOperationBulk>>;
|
|
61
|
+
/**
|
|
62
|
+
* Updates a new operation.
|
|
63
|
+
*
|
|
64
|
+
* @param {Partial<IOperationBulk>} operation Operation object.
|
|
65
|
+
*
|
|
66
|
+
* @returns Response wrapped in [[IResult]]
|
|
67
|
+
*
|
|
68
|
+
* **Example**
|
|
69
|
+
* ```typescript
|
|
70
|
+
*
|
|
71
|
+
* const updateObject: Partial<IOperationBulk> = {
|
|
72
|
+
* creationRamp: 15,
|
|
73
|
+
* groupId: '149044',
|
|
74
|
+
* operationPrototype: {
|
|
75
|
+
* c8y_Restart: {},
|
|
76
|
+
* description: 'Restart device',
|
|
77
|
+
* deviceId: device.id,
|
|
78
|
+
* status: 'PENDING'
|
|
79
|
+
* },
|
|
80
|
+
* startDate: '2018-02-15T16:01:00.000Z'
|
|
81
|
+
* };
|
|
82
|
+
*
|
|
83
|
+
* (async () => {
|
|
84
|
+
* const {data, res} = await operationBulkService.update(updateObject);
|
|
85
|
+
* })();
|
|
86
|
+
* ```
|
|
87
|
+
*/
|
|
88
|
+
update(entity: Partial<IOperationBulk>): Promise<IResult<IOperationBulk>>;
|
|
89
|
+
/**
|
|
90
|
+
* Gets the list of bulk operations filtered by parameters.
|
|
91
|
+
*
|
|
92
|
+
* @returns Response wrapped in [[IResultList]]
|
|
93
|
+
*
|
|
94
|
+
* @param {object} filter Object containing filters for querying alarms.
|
|
95
|
+
*
|
|
96
|
+
* **Example**
|
|
97
|
+
* ```typescript
|
|
98
|
+
*
|
|
99
|
+
* const filter: object = {
|
|
100
|
+
* pageSize: 100,
|
|
101
|
+
* withTotalPages: true
|
|
102
|
+
* };
|
|
103
|
+
*
|
|
104
|
+
* (async () => {
|
|
105
|
+
* const {data, res, paging} = await operationBulkService.list(filter);
|
|
106
|
+
* })();
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
list(filter?: object): Promise<IResultList<IOperationBulk>>;
|
|
110
|
+
/**
|
|
111
|
+
* Removes an bulk operation with given id.
|
|
112
|
+
*
|
|
113
|
+
* @returns Response wrapped in [[IResult]]
|
|
114
|
+
*
|
|
115
|
+
* @param {string | number | IIdentified):} operationOrId Operation object or id.
|
|
116
|
+
*
|
|
117
|
+
* **Example**
|
|
118
|
+
* ```typescript
|
|
119
|
+
*
|
|
120
|
+
* const id: number = 1;
|
|
121
|
+
*
|
|
122
|
+
* (async () => {
|
|
123
|
+
* const {data, res} = await operationBulkService.delete(id);
|
|
124
|
+
* })();
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
delete(operationOrId: string | number | IIdentified): Promise<IResult<null>>;
|
|
128
|
+
}
|
|
129
|
+
//#endregion
|
|
130
|
+
export { OperationBulkService };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/operation/OperationBulkStatus.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* A bulk operation can have one of the following states.
|
|
4
|
+
*/
|
|
5
|
+
declare enum OperationBulkStatus {
|
|
6
|
+
ACTIVE,
|
|
7
|
+
IN_PROGRESS,
|
|
8
|
+
COMPLETED,
|
|
9
|
+
DELETED
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { OperationBulkStatus };
|