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,139 @@
|
|
|
1
|
+
import { __awaiter } from "../../../../../../../../tslib@2.8.1/node_modules/tslib/tslib.es6.mjs";
|
|
2
|
+
import { Service } from "../core/Service.mjs";
|
|
3
|
+
import "../core/index.mjs";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/inventory-role/InventoryRoleService.js
|
|
6
|
+
var InventoryRoleService = class extends Service {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(...arguments);
|
|
9
|
+
this.baseUrl = "user";
|
|
10
|
+
this.listUrl = "inventoryroles";
|
|
11
|
+
this.propertyName = "roles";
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Gets the details of inventory role.
|
|
15
|
+
*
|
|
16
|
+
* @param {string|number|IIdentified} entityOrId Entity or Id of the entity.
|
|
17
|
+
*
|
|
18
|
+
* @returns Response wrapped in [[IResult]]
|
|
19
|
+
*
|
|
20
|
+
* **Example**
|
|
21
|
+
* ```typescript
|
|
22
|
+
*
|
|
23
|
+
* const inventoryRoleId: number = 1;
|
|
24
|
+
*
|
|
25
|
+
* (async () => {
|
|
26
|
+
* const {data, res} = await inventoryRoleService.detail(inventoryRoleId);
|
|
27
|
+
* })();
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
detail(entityOrId) {
|
|
31
|
+
const _super = Object.create(null, { detail: { get: () => super.detail } });
|
|
32
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
33
|
+
return _super.detail.call(this, entityOrId);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Creates a new inventory role.
|
|
38
|
+
*
|
|
39
|
+
* @param {IIdentified} entity
|
|
40
|
+
*
|
|
41
|
+
* @returns Response wrapped in [[IResult]]
|
|
42
|
+
*
|
|
43
|
+
* **Example**
|
|
44
|
+
* ```typescript
|
|
45
|
+
*
|
|
46
|
+
* const newRole: IIdentified = {
|
|
47
|
+
* name: 'Custom role'
|
|
48
|
+
* };
|
|
49
|
+
*
|
|
50
|
+
* (async () => {
|
|
51
|
+
* const {data, res} = await inventoryRoleService.create(newRole);
|
|
52
|
+
* })();
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
create(entity) {
|
|
56
|
+
const _super = Object.create(null, { create: { get: () => super.create } });
|
|
57
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
58
|
+
return _super.create.call(this, entity);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Updates inventory role data.
|
|
63
|
+
*
|
|
64
|
+
* @param {IIdentified} entity
|
|
65
|
+
*
|
|
66
|
+
* @returns Response wrapped in [[IResult]]
|
|
67
|
+
*
|
|
68
|
+
* **Example**
|
|
69
|
+
* ```typescript
|
|
70
|
+
*
|
|
71
|
+
* const updateObject: IIdentified = {
|
|
72
|
+
* id: 1,
|
|
73
|
+
* name: 'changed role'
|
|
74
|
+
* };
|
|
75
|
+
*
|
|
76
|
+
* (async () => {
|
|
77
|
+
* const {data, res} = await inventoryRoleService.update(updateObject);
|
|
78
|
+
* })();
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
update(entity) {
|
|
82
|
+
const _super = Object.create(null, { update: { get: () => super.update } });
|
|
83
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
84
|
+
return _super.update.call(this, entity);
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Gets the list of inventory roles filtered by parameters.
|
|
89
|
+
*
|
|
90
|
+
* @returns Response wrapped in [[IResultList]]
|
|
91
|
+
*
|
|
92
|
+
* @param {object} filter Object containing filters for querying alarms.
|
|
93
|
+
*
|
|
94
|
+
* **Example**
|
|
95
|
+
* ```typescript
|
|
96
|
+
*
|
|
97
|
+
* const filter: object = {
|
|
98
|
+
* pageSize: 100,
|
|
99
|
+
* withTotalPages: true
|
|
100
|
+
* };
|
|
101
|
+
*
|
|
102
|
+
* (async () => {
|
|
103
|
+
* const {data, res, paging} = await inventoryRoleService.list(filter);
|
|
104
|
+
* })();
|
|
105
|
+
* ```
|
|
106
|
+
*/
|
|
107
|
+
list() {
|
|
108
|
+
const _super = Object.create(null, { list: { get: () => super.list } });
|
|
109
|
+
return __awaiter(this, arguments, void 0, function* (filter = {}) {
|
|
110
|
+
return _super.list.call(this, filter);
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Removes an inventory role with given id.
|
|
115
|
+
*
|
|
116
|
+
* @returns Response wrapped in [[IResult]]
|
|
117
|
+
*
|
|
118
|
+
* @param {IExternalIdentity} identity Identity object with mandantory fragments.
|
|
119
|
+
*
|
|
120
|
+
* **Example**
|
|
121
|
+
* ```typescript
|
|
122
|
+
*
|
|
123
|
+
* const id: number = 1;
|
|
124
|
+
*
|
|
125
|
+
* (async () => {
|
|
126
|
+
* const {data, res} = await identityService.delete(id);
|
|
127
|
+
* })();
|
|
128
|
+
* ```
|
|
129
|
+
*/
|
|
130
|
+
delete(entityOrId) {
|
|
131
|
+
const _super = Object.create(null, { delete: { get: () => super.delete } });
|
|
132
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
133
|
+
return _super.delete.call(this, entityOrId);
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
//#endregion
|
|
139
|
+
export { InventoryRoleService };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/measurement/ISeriesFilter.js
|
|
2
|
+
var aggregationType;
|
|
3
|
+
(function(aggregationType) {
|
|
4
|
+
aggregationType["MINUTELY"] = "MINUTELY";
|
|
5
|
+
aggregationType["HOURLY"] = "HOURLY";
|
|
6
|
+
aggregationType["DAILY"] = "DAILY";
|
|
7
|
+
})(aggregationType || (aggregationType = {}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export { aggregationType };
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import { __awaiter } from "../../../../../../../../tslib@2.8.1/node_modules/tslib/tslib.es6.mjs";
|
|
2
|
+
import { Service } from "../core/Service.mjs";
|
|
3
|
+
import "../core/index.mjs";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/measurement/MeasurementService.js
|
|
6
|
+
/**
|
|
7
|
+
* This class allows for managing measurements.
|
|
8
|
+
*/
|
|
9
|
+
var MeasurementService = class extends Service {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.baseUrl = "measurement";
|
|
13
|
+
this.listUrl = "measurements";
|
|
14
|
+
this.propertyName = "measurements";
|
|
15
|
+
this.channel = "/measurements/*";
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Gets the details of selected measurement.
|
|
19
|
+
*
|
|
20
|
+
* @param {string|number|IIdentified} entityOrId Entity or Id of the entity.
|
|
21
|
+
*
|
|
22
|
+
* @returns Response wrapped in [[IResult]]
|
|
23
|
+
*
|
|
24
|
+
* @deprecated As of version 10.16.0.0 and the usage of the time series database,
|
|
25
|
+
* reading a single measurement via id is not supported any more.
|
|
26
|
+
*
|
|
27
|
+
* **Example**
|
|
28
|
+
* ```typescript
|
|
29
|
+
*
|
|
30
|
+
* const measurementId: number = 1;
|
|
31
|
+
*
|
|
32
|
+
* (async () => {
|
|
33
|
+
* const {data, res} = await measurementService.detail(measurementId);
|
|
34
|
+
* })();
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
detail(entityOrId) {
|
|
38
|
+
const _super = Object.create(null, { detail: { get: () => super.detail } });
|
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
return _super.detail.call(this, entityOrId);
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Creates a new measurement.
|
|
45
|
+
*
|
|
46
|
+
* @param {Partial<IMeasurementCreate>} entity At least sourceId is mandantory.
|
|
47
|
+
*
|
|
48
|
+
* @returns Response wrapped in [[IResult]]
|
|
49
|
+
*
|
|
50
|
+
* **Example**
|
|
51
|
+
* ```typescript
|
|
52
|
+
*
|
|
53
|
+
* const mandantoryObject: Partial<IMeasurementCreate> = {
|
|
54
|
+
* sourceId: device.id,
|
|
55
|
+
* fragment: { series: { unit: '%', value: 51 } },
|
|
56
|
+
* };
|
|
57
|
+
*
|
|
58
|
+
* (async () => {
|
|
59
|
+
* const {data, res} = await measurementService.create(mandantoryObject);
|
|
60
|
+
* })();
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
create(entity) {
|
|
64
|
+
const _super = Object.create(null, { create: { get: () => super.create } });
|
|
65
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
66
|
+
return _super.create.call(this, this.onBeforeCreate(entity));
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Gets the list of measurements filtered by parameters.
|
|
71
|
+
*
|
|
72
|
+
* @returns Response wrapped in [[IResultList]]
|
|
73
|
+
*
|
|
74
|
+
* @param {object} filter Object containing filters for querying measurements.
|
|
75
|
+
*
|
|
76
|
+
* **Example**
|
|
77
|
+
* ```typescript
|
|
78
|
+
*
|
|
79
|
+
* const filter: object = {
|
|
80
|
+
* pageSize: 100,
|
|
81
|
+
* withTotalPages: true
|
|
82
|
+
* };
|
|
83
|
+
*
|
|
84
|
+
* (async () => {
|
|
85
|
+
* const {data, res, paging} = await measurementService.list(filter);
|
|
86
|
+
* })();
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
list() {
|
|
90
|
+
const _super = Object.create(null, { list: { get: () => super.list } });
|
|
91
|
+
return __awaiter(this, arguments, void 0, function* (filter = {}) {
|
|
92
|
+
return _super.list.call(this, filter);
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Removes a measurement with given id.
|
|
97
|
+
*
|
|
98
|
+
* @returns Response wrapped in [[IResult]]
|
|
99
|
+
*
|
|
100
|
+
* @param {string | number | IIdentified} entityOrId
|
|
101
|
+
*
|
|
102
|
+
* @deprecated As of version 10.16.0.0 and the usage of the time series database,
|
|
103
|
+
* deleting a single measurement via id is not supported any more.
|
|
104
|
+
*
|
|
105
|
+
* **Example**
|
|
106
|
+
* ```typescript
|
|
107
|
+
*
|
|
108
|
+
* const id: number = 1;
|
|
109
|
+
*
|
|
110
|
+
* (async () => {
|
|
111
|
+
* const {data, res} = await measurementService.delete(id);
|
|
112
|
+
* })();
|
|
113
|
+
* ```
|
|
114
|
+
*/
|
|
115
|
+
delete(entityOrId) {
|
|
116
|
+
const _super = Object.create(null, { delete: { get: () => super.delete } });
|
|
117
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
118
|
+
return _super.delete.call(this, entityOrId);
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Gets the list of series in a measurement filtered by parameters.
|
|
123
|
+
*
|
|
124
|
+
* @returns Response wrapped in [[IResult]]
|
|
125
|
+
*
|
|
126
|
+
* @param {object} filter Object containing filters for querying measurements.
|
|
127
|
+
*
|
|
128
|
+
* **Example**
|
|
129
|
+
* ```typescript
|
|
130
|
+
*
|
|
131
|
+
* const filter: object = {
|
|
132
|
+
* dateFrom: '2018-02-06T10:43:55.077Z',
|
|
133
|
+
* dateTo: '2018-02-06T10:50:55.077Z',
|
|
134
|
+
* source: device.id
|
|
135
|
+
* };
|
|
136
|
+
*
|
|
137
|
+
* (async () => {
|
|
138
|
+
* const {data, res} = await measurementService.listSeries(filter);
|
|
139
|
+
* })();
|
|
140
|
+
* ```
|
|
141
|
+
*/
|
|
142
|
+
listSeries(params) {
|
|
143
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
144
|
+
const url = `${this.baseUrl}/${this.listUrl}/series`;
|
|
145
|
+
const res = yield this.client.fetch(url, { params });
|
|
146
|
+
return {
|
|
147
|
+
res,
|
|
148
|
+
data: yield res.json()
|
|
149
|
+
};
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Retrieves the measurement file based on the provided filter parameters and headers, but only if the response is 200.
|
|
154
|
+
* If the response is 202, the file is processed in the background and the file is sent by email.
|
|
155
|
+
*
|
|
156
|
+
* **Example**
|
|
157
|
+
* ```typescript
|
|
158
|
+
*
|
|
159
|
+
* const filter: IFetchResponse = {
|
|
160
|
+
* dateFrom: "2024-08-11T12:13:00+02:00"
|
|
161
|
+
* dateTo: "2024-08-12T12:15:00+02:00"
|
|
162
|
+
* source: "32666427"
|
|
163
|
+
* valueFragmentSeries: "accelerationX"
|
|
164
|
+
* valueFragmentType: "c8y_Acceleration"
|
|
165
|
+
* };
|
|
166
|
+
*
|
|
167
|
+
* const headers = {
|
|
168
|
+
* accept: 'text/csv'
|
|
169
|
+
* }
|
|
170
|
+
*
|
|
171
|
+
* (async () => {
|
|
172
|
+
* const response = await measurementService.getMeasurementsFile(filter, headers);
|
|
173
|
+
* if (response.status === 200) {
|
|
174
|
+
* const blob = await response.blob();
|
|
175
|
+
* }
|
|
176
|
+
* })();
|
|
177
|
+
* ```
|
|
178
|
+
*
|
|
179
|
+
* @param filter Object containing filters for querying measurements.
|
|
180
|
+
* @param headers The headers for the request.
|
|
181
|
+
* @returns A promise that resolves to the fetch response.
|
|
182
|
+
*/
|
|
183
|
+
getMeasurementsFile(params, headers) {
|
|
184
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
185
|
+
const url = `${this.baseUrl}/${this.listUrl}/`;
|
|
186
|
+
return yield this.client.fetch(url, {
|
|
187
|
+
params,
|
|
188
|
+
headers
|
|
189
|
+
});
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
onBeforeCreate(entity) {
|
|
193
|
+
if (!entity.time) entity.time = (/* @__PURE__ */ new Date()).toISOString();
|
|
194
|
+
if (!entity.type) entity.type = "c8y_Measurement";
|
|
195
|
+
if (entity.sourceId) {
|
|
196
|
+
const { sourceId } = entity;
|
|
197
|
+
delete entity.sourceId;
|
|
198
|
+
if (!entity.source) entity.source = { id: String(sourceId) };
|
|
199
|
+
}
|
|
200
|
+
return entity;
|
|
201
|
+
}
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
//#endregion
|
|
205
|
+
export { MeasurementService };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { gettext } from "../gettext.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationBulkGeneralStatus.js
|
|
4
|
+
/**
|
|
5
|
+
* A bulk operation can have one of the following general statuses.
|
|
6
|
+
*/
|
|
7
|
+
var OperationBulkGeneralStatus;
|
|
8
|
+
(function(OperationBulkGeneralStatus) {
|
|
9
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["SCHEDULED"] = gettext("SCHEDULED")] = "SCHEDULED";
|
|
10
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["EXECUTING"] = gettext("EXECUTING")] = "EXECUTING";
|
|
11
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["EXECUTING_WITH_ERROR"] = gettext("EXECUTING_WITH_ERROR")] = "EXECUTING_WITH_ERROR";
|
|
12
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["CANCELED"] = gettext("CANCELED")] = "CANCELED";
|
|
13
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["FAILED"] = gettext("FAILED")] = "FAILED";
|
|
14
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["SUCCESSFUL"] = gettext("SUCCESSFUL")] = "SUCCESSFUL";
|
|
15
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["DELETED"] = gettext("DELETED")] = "DELETED";
|
|
16
|
+
OperationBulkGeneralStatus[OperationBulkGeneralStatus["INCORRECT"] = gettext("INCORRECT")] = "INCORRECT";
|
|
17
|
+
})(OperationBulkGeneralStatus || (OperationBulkGeneralStatus = {}));
|
|
18
|
+
|
|
19
|
+
//#endregion
|
|
20
|
+
export { OperationBulkGeneralStatus };
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { __awaiter } from "../../../../../../../../tslib@2.8.1/node_modules/tslib/tslib.es6.mjs";
|
|
2
|
+
import { Service } from "../core/Service.mjs";
|
|
3
|
+
import "../core/index.mjs";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationBulkService.js
|
|
6
|
+
/**
|
|
7
|
+
* This class allows for managing bulk operations.
|
|
8
|
+
*/
|
|
9
|
+
var OperationBulkService = class extends Service {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.baseUrl = "devicecontrol";
|
|
13
|
+
this.listUrl = "bulkoperations";
|
|
14
|
+
this.propertyName = "bulkOperations";
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Gets the details of selected bulk operation.
|
|
18
|
+
*
|
|
19
|
+
* @param {string|number|IIdentified} entityOrId Entity or Id of the entity.
|
|
20
|
+
*
|
|
21
|
+
* @returns Response wrapped in [[IResult]]
|
|
22
|
+
*
|
|
23
|
+
* **Example**
|
|
24
|
+
* ```typescript
|
|
25
|
+
*
|
|
26
|
+
* const bulkOperationId: number = 1;
|
|
27
|
+
*
|
|
28
|
+
* (async () => {
|
|
29
|
+
* const {data, res} = await operationBulkService.detail(bulkOperationId);
|
|
30
|
+
* })();
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
detail(operationOrId) {
|
|
34
|
+
const _super = Object.create(null, { detail: { get: () => super.detail } });
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
return _super.detail.call(this, operationOrId);
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Creates a new operation.
|
|
41
|
+
*
|
|
42
|
+
* @param {Partial<IOperationBulk>} operation Operation object with mandantory fragments.
|
|
43
|
+
*
|
|
44
|
+
* @returns Response wrapped in [[IResult]]
|
|
45
|
+
*
|
|
46
|
+
* **Example**
|
|
47
|
+
* ```typescript
|
|
48
|
+
*
|
|
49
|
+
* const mandantoryObject: Partial<IOperationBulk> = {
|
|
50
|
+
* creationRamp: 15,
|
|
51
|
+
* groupId: '149044',
|
|
52
|
+
* operationPrototype: {
|
|
53
|
+
* c8y_Restart: {},
|
|
54
|
+
* description: 'Restart device',
|
|
55
|
+
* deviceId: device.id,
|
|
56
|
+
* status: 'PENDING'
|
|
57
|
+
* },
|
|
58
|
+
* startDate: '2018-02-15T16:01:00.000Z'
|
|
59
|
+
* };
|
|
60
|
+
*
|
|
61
|
+
* (async () => {
|
|
62
|
+
* const {data, res} = await operationBulkService.create(mandantoryObject);
|
|
63
|
+
* })();
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
create(operation) {
|
|
67
|
+
const _super = Object.create(null, { create: { get: () => super.create } });
|
|
68
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
69
|
+
return _super.create.call(this, operation);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Updates a new operation.
|
|
74
|
+
*
|
|
75
|
+
* @param {Partial<IOperationBulk>} operation Operation object.
|
|
76
|
+
*
|
|
77
|
+
* @returns Response wrapped in [[IResult]]
|
|
78
|
+
*
|
|
79
|
+
* **Example**
|
|
80
|
+
* ```typescript
|
|
81
|
+
*
|
|
82
|
+
* const updateObject: Partial<IOperationBulk> = {
|
|
83
|
+
* creationRamp: 15,
|
|
84
|
+
* groupId: '149044',
|
|
85
|
+
* operationPrototype: {
|
|
86
|
+
* c8y_Restart: {},
|
|
87
|
+
* description: 'Restart device',
|
|
88
|
+
* deviceId: device.id,
|
|
89
|
+
* status: 'PENDING'
|
|
90
|
+
* },
|
|
91
|
+
* startDate: '2018-02-15T16:01:00.000Z'
|
|
92
|
+
* };
|
|
93
|
+
*
|
|
94
|
+
* (async () => {
|
|
95
|
+
* const {data, res} = await operationBulkService.update(updateObject);
|
|
96
|
+
* })();
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
update(entity) {
|
|
100
|
+
const _super = Object.create(null, { update: { get: () => super.update } });
|
|
101
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
102
|
+
return _super.update.call(this, entity);
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Gets the list of bulk operations filtered by parameters.
|
|
107
|
+
*
|
|
108
|
+
* @returns Response wrapped in [[IResultList]]
|
|
109
|
+
*
|
|
110
|
+
* @param {object} filter Object containing filters for querying alarms.
|
|
111
|
+
*
|
|
112
|
+
* **Example**
|
|
113
|
+
* ```typescript
|
|
114
|
+
*
|
|
115
|
+
* const filter: object = {
|
|
116
|
+
* pageSize: 100,
|
|
117
|
+
* withTotalPages: true
|
|
118
|
+
* };
|
|
119
|
+
*
|
|
120
|
+
* (async () => {
|
|
121
|
+
* const {data, res, paging} = await operationBulkService.list(filter);
|
|
122
|
+
* })();
|
|
123
|
+
* ```
|
|
124
|
+
*/
|
|
125
|
+
list() {
|
|
126
|
+
const _super = Object.create(null, { list: { get: () => super.list } });
|
|
127
|
+
return __awaiter(this, arguments, void 0, function* (filter = {}) {
|
|
128
|
+
return _super.list.call(this, filter);
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Removes an bulk operation with given id.
|
|
133
|
+
*
|
|
134
|
+
* @returns Response wrapped in [[IResult]]
|
|
135
|
+
*
|
|
136
|
+
* @param {string | number | IIdentified):} operationOrId Operation object or id.
|
|
137
|
+
*
|
|
138
|
+
* **Example**
|
|
139
|
+
* ```typescript
|
|
140
|
+
*
|
|
141
|
+
* const id: number = 1;
|
|
142
|
+
*
|
|
143
|
+
* (async () => {
|
|
144
|
+
* const {data, res} = await operationBulkService.delete(id);
|
|
145
|
+
* })();
|
|
146
|
+
* ```
|
|
147
|
+
*/
|
|
148
|
+
delete(operationOrId) {
|
|
149
|
+
const _super = Object.create(null, { delete: { get: () => super.delete } });
|
|
150
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
151
|
+
return _super.delete.call(this, operationOrId);
|
|
152
|
+
});
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
//#endregion
|
|
157
|
+
export { OperationBulkService };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { gettext } from "../gettext.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationBulkStatus.js
|
|
4
|
+
/**
|
|
5
|
+
* A bulk operation can have one of the following states.
|
|
6
|
+
*/
|
|
7
|
+
var OperationBulkStatus;
|
|
8
|
+
(function(OperationBulkStatus) {
|
|
9
|
+
OperationBulkStatus[OperationBulkStatus["ACTIVE"] = gettext("ACTIVE")] = "ACTIVE";
|
|
10
|
+
OperationBulkStatus[OperationBulkStatus["IN_PROGRESS"] = gettext("IN_PROGRESS")] = "IN_PROGRESS";
|
|
11
|
+
OperationBulkStatus[OperationBulkStatus["COMPLETED"] = gettext("COMPLETED")] = "COMPLETED";
|
|
12
|
+
OperationBulkStatus[OperationBulkStatus["DELETED"] = gettext("DELETED")] = "DELETED";
|
|
13
|
+
})(OperationBulkStatus || (OperationBulkStatus = {}));
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { OperationBulkStatus };
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { __awaiter } from "../../../../../../../../tslib@2.8.1/node_modules/tslib/tslib.es6.mjs";
|
|
2
|
+
import { Service } from "../core/Service.mjs";
|
|
3
|
+
import "../core/index.mjs";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/esm2015/src/operation/OperationService.js
|
|
6
|
+
/**
|
|
7
|
+
* This class allows for managing operations on a device.
|
|
8
|
+
*/
|
|
9
|
+
var OperationService = class extends Service {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.baseUrl = "devicecontrol";
|
|
13
|
+
this.listUrl = "operations";
|
|
14
|
+
this.propertyName = "operations";
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Gets the details of selected operation.
|
|
18
|
+
*
|
|
19
|
+
* @param {string|number|IIdentified} entityOrId Entity or Id of the entitytabs.service.ts.
|
|
20
|
+
*
|
|
21
|
+
* @returns Response wrapped in [[IResult]]
|
|
22
|
+
*
|
|
23
|
+
* **Example**
|
|
24
|
+
* ```typescript
|
|
25
|
+
*
|
|
26
|
+
* const operationId: number = 1;
|
|
27
|
+
*
|
|
28
|
+
* (async () => {
|
|
29
|
+
* const {data, res} = await operationService.detail(operationId);
|
|
30
|
+
* })();
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
detail(entityOrId) {
|
|
34
|
+
const _super = Object.create(null, { detail: { get: () => super.detail } });
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
return _super.detail.call(this, entityOrId);
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Creates a new operation.
|
|
41
|
+
*
|
|
42
|
+
* @param {IOperation} entity Operation object with mandantory fragments.
|
|
43
|
+
*
|
|
44
|
+
* @returns Response wrapped in [[IResult]]
|
|
45
|
+
*
|
|
46
|
+
* **Example**
|
|
47
|
+
* ```typescript
|
|
48
|
+
*
|
|
49
|
+
* const mandantoryObject: IOperation = {
|
|
50
|
+
* com_cumulocity_model_WebCamDevice: {
|
|
51
|
+
* name: 'take picture',
|
|
52
|
+
* parameters: {
|
|
53
|
+
* duration: '5s',
|
|
54
|
+
* quality: 'HD'
|
|
55
|
+
* }
|
|
56
|
+
* },
|
|
57
|
+
* deviceId: device.id,
|
|
58
|
+
* };
|
|
59
|
+
*
|
|
60
|
+
* (async () => {
|
|
61
|
+
* const {data, res} = await operationService.create(mandantoryObject);
|
|
62
|
+
* })();
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
create(entity) {
|
|
66
|
+
const _super = Object.create(null, { create: { get: () => super.create } });
|
|
67
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
68
|
+
return _super.create.call(this, entity);
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Updates operation data.
|
|
73
|
+
*
|
|
74
|
+
* @param {Partial<IOperation>} entity Operation is partially updatable.
|
|
75
|
+
*
|
|
76
|
+
* @returns Response wrapped in [[IResult]]
|
|
77
|
+
*
|
|
78
|
+
* **Example**
|
|
79
|
+
* ```typescript
|
|
80
|
+
*
|
|
81
|
+
* const partialUpdateObject: Partial<IOperation> = {
|
|
82
|
+
* com_cumulocity_model_WebCamDevice: {
|
|
83
|
+
* name: 'take picture',
|
|
84
|
+
* parameters: {
|
|
85
|
+
* duration: '2s',
|
|
86
|
+
* quality: 'HD',
|
|
87
|
+
* ratio: '16:9'
|
|
88
|
+
* }
|
|
89
|
+
* },
|
|
90
|
+
* deviceId: device.id,
|
|
91
|
+
* };
|
|
92
|
+
*
|
|
93
|
+
* (async () => {
|
|
94
|
+
* const {data, res} = await operationService.update(partialUpdateObject);
|
|
95
|
+
* })();
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
update(entity) {
|
|
99
|
+
const _super = Object.create(null, { update: { get: () => super.update } });
|
|
100
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
101
|
+
return _super.update.call(this, entity);
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Gets the list of operations filtered by parameters.
|
|
106
|
+
*
|
|
107
|
+
* @returns Response wrapped in [[IResultList]]
|
|
108
|
+
*
|
|
109
|
+
* @param {object} filter Object containing filters for querying operations.
|
|
110
|
+
*
|
|
111
|
+
* **Example**
|
|
112
|
+
* ```typescript
|
|
113
|
+
*
|
|
114
|
+
* const filter: object = {
|
|
115
|
+
* pageSize: 100,
|
|
116
|
+
* withTotalPages: true
|
|
117
|
+
* };
|
|
118
|
+
*
|
|
119
|
+
* (async () => {
|
|
120
|
+
* const {data, res, paging} = await operationService.list(filter);
|
|
121
|
+
* })();
|
|
122
|
+
* ```
|
|
123
|
+
*/
|
|
124
|
+
list() {
|
|
125
|
+
const _super = Object.create(null, { list: { get: () => super.list } });
|
|
126
|
+
return __awaiter(this, arguments, void 0, function* (filter = {}) {
|
|
127
|
+
return _super.list.call(this, filter);
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
//#endregion
|
|
133
|
+
export { OperationService };
|