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,30 @@
|
|
|
1
|
+
import { ITenantReference } from "../tenant/ITenantReference.mjs";
|
|
2
|
+
import { IApplicationVersion } from "./IApplicationVersion.mjs";
|
|
3
|
+
import { IManifest } from "./IManifest.mjs";
|
|
4
|
+
import { ApplicationAvailability } from "./ApplicationAvailability.mjs";
|
|
5
|
+
import { ApplicationType } from "./ApplicationType.mjs";
|
|
6
|
+
|
|
7
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplication.d.ts
|
|
8
|
+
interface IApplication {
|
|
9
|
+
id?: number | string;
|
|
10
|
+
name?: string;
|
|
11
|
+
key?: string;
|
|
12
|
+
type?: ApplicationType;
|
|
13
|
+
availability?: ApplicationAvailability;
|
|
14
|
+
owner?: ITenantReference;
|
|
15
|
+
contextPath?: string;
|
|
16
|
+
externalUrl?: string;
|
|
17
|
+
manifest?: Partial<IManifest>;
|
|
18
|
+
activeVersionId?: string;
|
|
19
|
+
requiredRoles?: string[];
|
|
20
|
+
roles?: string[];
|
|
21
|
+
url?: string;
|
|
22
|
+
public?: boolean;
|
|
23
|
+
description?: string;
|
|
24
|
+
self?: string;
|
|
25
|
+
applicationVersions?: IApplicationVersion[];
|
|
26
|
+
config?: Record<string, any>;
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}
|
|
29
|
+
//#endregion
|
|
30
|
+
export { IApplication };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationBinary.d.ts
|
|
2
|
+
interface IApplicationBinary {
|
|
3
|
+
contextPath: string;
|
|
4
|
+
id: number | string;
|
|
5
|
+
binaryId?: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
created: string;
|
|
9
|
+
length: number | string;
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { IApplicationBinary };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { IManagedObject } from "../inventory/IManagedObject.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationInstanceDetails.d.ts
|
|
4
|
+
declare enum InstanceStatus {
|
|
5
|
+
Up = "Up",
|
|
6
|
+
Unhealthy = "Unhealthy",
|
|
7
|
+
Down = "Down",
|
|
8
|
+
Unknown = "Unknown"
|
|
9
|
+
}
|
|
10
|
+
interface ILastUpdated {
|
|
11
|
+
date: {
|
|
12
|
+
$date: string;
|
|
13
|
+
};
|
|
14
|
+
offset: number;
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}
|
|
17
|
+
interface IInstanceDetails {
|
|
18
|
+
lastUpdated: ILastUpdated;
|
|
19
|
+
memoryInBytes: number;
|
|
20
|
+
scheduled: boolean;
|
|
21
|
+
restarts: number;
|
|
22
|
+
cpuInMillis: number;
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
}
|
|
25
|
+
interface IApplicationStatus {
|
|
26
|
+
lastUpdated: ILastUpdated;
|
|
27
|
+
instances: {
|
|
28
|
+
[instanceName: string]: IInstanceDetails;
|
|
29
|
+
};
|
|
30
|
+
details: {
|
|
31
|
+
desired: number;
|
|
32
|
+
aggregatedResources: {
|
|
33
|
+
memory: string;
|
|
34
|
+
cpu: string;
|
|
35
|
+
};
|
|
36
|
+
active: number;
|
|
37
|
+
restarts: number;
|
|
38
|
+
};
|
|
39
|
+
status: InstanceStatus;
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
}
|
|
42
|
+
interface IApplicationManagedObjectAdditions {
|
|
43
|
+
c8y_Status?: IApplicationStatus;
|
|
44
|
+
applicationOwner?: string;
|
|
45
|
+
c8y_Subscriptions?: {
|
|
46
|
+
[tenantId: string]: IApplicationStatus;
|
|
47
|
+
};
|
|
48
|
+
applicationId?: string;
|
|
49
|
+
name?: string;
|
|
50
|
+
c8y_SupportedLogs?: string[];
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
}
|
|
53
|
+
type IApplicationManagedObject = IManagedObject & IApplicationManagedObjectAdditions;
|
|
54
|
+
interface IApplicationInstanceLog {
|
|
55
|
+
dateFrom: string;
|
|
56
|
+
dateTo: string;
|
|
57
|
+
logs: string;
|
|
58
|
+
truncated: boolean;
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
}
|
|
61
|
+
interface IApplicationInstanceLogRequestParams {
|
|
62
|
+
dateFrom?: string;
|
|
63
|
+
dateTo?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Limits the maximum number of lines to be returned by the backend.
|
|
66
|
+
*/
|
|
67
|
+
limit?: number;
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
}
|
|
70
|
+
//#endregion
|
|
71
|
+
export { IApplicationInstanceLog, IApplicationInstanceLogRequestParams, IApplicationManagedObject, IApplicationManagedObjectAdditions, IApplicationStatus, IInstanceDetails, ILastUpdated, InstanceStatus };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ISource } from "../core/ISource.mjs";
|
|
2
|
+
import { IApplication } from "./IApplication.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationReference.d.ts
|
|
5
|
+
interface IApplicationReference {
|
|
6
|
+
application: Partial<IApplication> & ISource;
|
|
7
|
+
}
|
|
8
|
+
interface IApplicationReferences {
|
|
9
|
+
/**
|
|
10
|
+
* References array of type [[IApplicationReference]]
|
|
11
|
+
*/
|
|
12
|
+
references: IApplicationReference[];
|
|
13
|
+
/**
|
|
14
|
+
* Link to this resource
|
|
15
|
+
*/
|
|
16
|
+
self?: string;
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { IApplicationReference, IApplicationReferences };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IApplicationVersion.d.ts
|
|
2
|
+
interface IApplicationVersion {
|
|
3
|
+
version: string;
|
|
4
|
+
tags?: string[];
|
|
5
|
+
binaryId: string;
|
|
6
|
+
}
|
|
7
|
+
type IApplicationVersionDeleteParams = {
|
|
8
|
+
tag: string;
|
|
9
|
+
version?: never;
|
|
10
|
+
binaryId?: string;
|
|
11
|
+
} | {
|
|
12
|
+
tag?: never;
|
|
13
|
+
version: string;
|
|
14
|
+
binaryId?: string;
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
export { IApplicationVersion, IApplicationVersionDeleteParams };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IDeviceRegistrationProvider.d.ts
|
|
2
|
+
interface IDeviceRegistrationProvider {
|
|
3
|
+
name: string;
|
|
4
|
+
contextPath: string;
|
|
5
|
+
priority: number;
|
|
6
|
+
description?: string;
|
|
7
|
+
}
|
|
8
|
+
//#endregion
|
|
9
|
+
export { IDeviceRegistrationProvider };
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { IApplication } from "./IApplication.mjs";
|
|
2
|
+
import { BillingMode } from "./BillingMode.mjs";
|
|
3
|
+
import { Isolation } from "./Isolation.mjs";
|
|
4
|
+
import { IProvider } from "./IProvider.mjs";
|
|
5
|
+
import { IDeviceRegistrationProvider } from "./IDeviceRegistrationProvider.mjs";
|
|
6
|
+
|
|
7
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IManifest.d.ts
|
|
8
|
+
interface IManifest {
|
|
9
|
+
id: number;
|
|
10
|
+
applicationId: number;
|
|
11
|
+
imports: string[];
|
|
12
|
+
contextPath: string;
|
|
13
|
+
version?: string;
|
|
14
|
+
versioningMatrix?: VersioningMatrix;
|
|
15
|
+
billingMode: BillingMode;
|
|
16
|
+
isolation: Isolation;
|
|
17
|
+
provider: IProvider;
|
|
18
|
+
providesDeviceRegistration?: IDeviceRegistrationProvider;
|
|
19
|
+
noAppSwitcher?: boolean;
|
|
20
|
+
exports?: any;
|
|
21
|
+
remotes?: ApplicationRemotePlugins;
|
|
22
|
+
isPackage?: boolean;
|
|
23
|
+
package?: 'blueprint' | 'plugin';
|
|
24
|
+
source?: string | number | IApplication;
|
|
25
|
+
name?: string;
|
|
26
|
+
description?: string;
|
|
27
|
+
requiredPlatformVersion?: string;
|
|
28
|
+
author?: string;
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}
|
|
31
|
+
interface ApplicationRemotePlugins {
|
|
32
|
+
[key: string]: string[];
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* A matrix of versions indicating which versions of the application (key) are dependent on which version of a cumulocity component (API version and Web SDK version of the shell application currently supported, indicated by the value).
|
|
36
|
+
* The versions of the dependent components can be indicated by a semver range.
|
|
37
|
+
* ```json
|
|
38
|
+
* {
|
|
39
|
+
* "1.0.0": {
|
|
40
|
+
* "sdk": ">=1016.0.0 <1017.0.0",
|
|
41
|
+
* "api": ">=1016.0.0 <1017.0.0"
|
|
42
|
+
* },
|
|
43
|
+
* "2.0.0": {
|
|
44
|
+
* "sdk": "~1017.0.0",
|
|
45
|
+
* "api": "~1017.0.0"
|
|
46
|
+
* },
|
|
47
|
+
* "3.0.0": {
|
|
48
|
+
* "sdk": ">=1018.0.0",
|
|
49
|
+
* "api": ">=1018.0.0"
|
|
50
|
+
* },
|
|
51
|
+
* }
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
interface VersioningMatrix {
|
|
55
|
+
[version: string]: VersioningMatrixEntry;
|
|
56
|
+
}
|
|
57
|
+
interface VersioningMatrixEntry {
|
|
58
|
+
/**
|
|
59
|
+
* The required version of the Web SDK. Indicated by a semver range.
|
|
60
|
+
* ```json
|
|
61
|
+
* ">=1016.0.0 <1017.0.0"
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
sdk: string;
|
|
65
|
+
/**
|
|
66
|
+
* The required version of the cumulocity api. Indicated by a semver range.
|
|
67
|
+
* ```json
|
|
68
|
+
* ">=1016.0.0 <1017.0.0"
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
api: string;
|
|
72
|
+
/**
|
|
73
|
+
* The required version of a cumulocity component. Indicated by a semver range.
|
|
74
|
+
* ```json
|
|
75
|
+
* ">=1016.0.0 <1017.0.0"
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
}
|
|
80
|
+
//#endregion
|
|
81
|
+
export { ApplicationRemotePlugins, IManifest, VersioningMatrix, VersioningMatrixEntry };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/application/IUploadParamsOverride.d.ts
|
|
2
|
+
interface IUploadParamsOverride {
|
|
3
|
+
listUrl: string;
|
|
4
|
+
headers: Record<string, string>;
|
|
5
|
+
bodyFileProperty: string;
|
|
6
|
+
requestBody: Record<string, unknown>;
|
|
7
|
+
}
|
|
8
|
+
//#endregion
|
|
9
|
+
export { IUploadParamsOverride };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/AuditRecordType.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* A specific audit record can have one of the following types
|
|
4
|
+
*/
|
|
5
|
+
declare enum AuditRecordType {
|
|
6
|
+
ALARM = "Alarm",
|
|
7
|
+
APPLICATION = "Application",
|
|
8
|
+
BULK_OPERATION = "BulkOperation",
|
|
9
|
+
CEP_MODULE = "CepModule",
|
|
10
|
+
// FIXME: legacy type. Remains because there might be audits from before migration to apama.
|
|
11
|
+
CONNECTOR = "Connector",
|
|
12
|
+
DATA_HUB = "DataHub",
|
|
13
|
+
DEVICES_AVAILABILITY_MONITORING = "DevicesAvailabilityMonitoring",
|
|
14
|
+
EVENT = "Event",
|
|
15
|
+
INVENTORY = "Inventory",
|
|
16
|
+
INVENTORY_ROLE = "InventoryRole",
|
|
17
|
+
OPERATION = "Operation",
|
|
18
|
+
OPTION = "Option",
|
|
19
|
+
GROUP = "Group",
|
|
20
|
+
REPORT = "Report",
|
|
21
|
+
SINGLE_SIGN_ON = "SingleSignOn",
|
|
22
|
+
SMART_RULE = "SmartRule",
|
|
23
|
+
SYSTEM = "SYSTEM",
|
|
24
|
+
TENANT = "Tenant",
|
|
25
|
+
TENANT_AUTH_CONFIG = "TenantAuthConfig",
|
|
26
|
+
TRUSTED_CERTIFICATES = "TrustedCertificates",
|
|
27
|
+
TENANT_CERTIFICATE_AUTHORITY = "TenantCertificateAuthority",
|
|
28
|
+
USER = "User",
|
|
29
|
+
USER_AUTHENTICATION = "UserAuthentication"
|
|
30
|
+
}
|
|
31
|
+
//#endregion
|
|
32
|
+
export { AuditRecordType };
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { IResultList } from "../core/IResultList.mjs";
|
|
2
|
+
import { IResult } from "../core/IResult.mjs";
|
|
3
|
+
import { Service } from "../core/Service.mjs";
|
|
4
|
+
import { IAuditRecord } from "./IAuditRecord.mjs";
|
|
5
|
+
|
|
6
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/AuditService.d.ts
|
|
7
|
+
declare class AuditService extends Service<IAuditRecord> {
|
|
8
|
+
protected baseUrl: string;
|
|
9
|
+
protected listUrl: string;
|
|
10
|
+
protected propertyName: string;
|
|
11
|
+
/**
|
|
12
|
+
* Gets the details of selected audit record.
|
|
13
|
+
*
|
|
14
|
+
* @param {string|number|IAuditRecord} entityOrId Entity or Id of the entity.
|
|
15
|
+
*
|
|
16
|
+
* @returns Response wrapped in [[IResult]]
|
|
17
|
+
*
|
|
18
|
+
* **Example**
|
|
19
|
+
* ```typescript
|
|
20
|
+
*
|
|
21
|
+
* const auditId: number = 1;
|
|
22
|
+
*
|
|
23
|
+
* (async () => {
|
|
24
|
+
* const {data, res} = await auditService.detail(auditId);
|
|
25
|
+
* })();
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
detail(entityOrId: string | number | IAuditRecord): Promise<IResult<IAuditRecord>>;
|
|
29
|
+
/**
|
|
30
|
+
* Creates a new audit record for a given source.
|
|
31
|
+
*
|
|
32
|
+
* @param {IAuditRecord} entity Audit record object with mandantory fragments.
|
|
33
|
+
* IAuditRecord implements the [[IEvent]] interface.
|
|
34
|
+
*
|
|
35
|
+
* @returns Response wrapped in [[IResult]]
|
|
36
|
+
*
|
|
37
|
+
* **Example**
|
|
38
|
+
* ```typescript
|
|
39
|
+
*
|
|
40
|
+
* const mandantoryObject: IAuditRecord = {
|
|
41
|
+
* type: AuditRecordType.ALARM,
|
|
42
|
+
* time: '2018-05-02T10:08:00Z',
|
|
43
|
+
* severity: Severity.MAJOR,
|
|
44
|
+
* source: {id: 1}
|
|
45
|
+
* };
|
|
46
|
+
*
|
|
47
|
+
* (async () => {
|
|
48
|
+
* const {data, res} = await auditService.create(mandantoryObject);
|
|
49
|
+
* })();
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
create(entity: IAuditRecord): Promise<IResult<IAuditRecord>>;
|
|
53
|
+
/**
|
|
54
|
+
* Gets the list of audit records filtered by parameters.
|
|
55
|
+
*
|
|
56
|
+
* @returns Response wrapped in [[IResultList]]
|
|
57
|
+
*
|
|
58
|
+
* @param {object} filter Object containing filters for querying audit records.
|
|
59
|
+
*
|
|
60
|
+
* **Example**
|
|
61
|
+
* ```typescript
|
|
62
|
+
*
|
|
63
|
+
* const filter: object = {
|
|
64
|
+
* severity: Severity.MAJOR,
|
|
65
|
+
* pageSize: 100,
|
|
66
|
+
* withTotalPages: true
|
|
67
|
+
* };
|
|
68
|
+
*
|
|
69
|
+
* (async () => {
|
|
70
|
+
* const {data, res, paging} = await auditService.list(filter);
|
|
71
|
+
* })();
|
|
72
|
+
* ```
|
|
73
|
+
*/
|
|
74
|
+
list(filter?: object): Promise<IResultList<IAuditRecord>>;
|
|
75
|
+
}
|
|
76
|
+
//#endregion
|
|
77
|
+
export { AuditService };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/ChangeType.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* An audit record can have one of the following change type
|
|
4
|
+
*/
|
|
5
|
+
declare enum ChangeType {
|
|
6
|
+
ADDED,
|
|
7
|
+
REPLACED,
|
|
8
|
+
REMOVED
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
export { ChangeType };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { SeverityType } from "../core/Severity.mjs";
|
|
2
|
+
import { IEvent } from "../event/IEvent.mjs";
|
|
3
|
+
import { AuditRecordType } from "./AuditRecordType.mjs";
|
|
4
|
+
import { IChange } from "./IChange.mjs";
|
|
5
|
+
|
|
6
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/IAuditRecord.d.ts
|
|
7
|
+
/**
|
|
8
|
+
* IAuditRecord implements the IEvent interface.
|
|
9
|
+
* Keep in mind that the mandantory fragments from IEvent are
|
|
10
|
+
* also mandantory for IAuditRecord.
|
|
11
|
+
*/
|
|
12
|
+
interface IAuditRecord extends IEvent {
|
|
13
|
+
/**
|
|
14
|
+
* User which created the audit record
|
|
15
|
+
*/
|
|
16
|
+
user?: string;
|
|
17
|
+
/**
|
|
18
|
+
* To which application the record belongs to
|
|
19
|
+
*/
|
|
20
|
+
application?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Description what the audit record is about
|
|
23
|
+
*/
|
|
24
|
+
activity?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Severity of the record
|
|
27
|
+
*/
|
|
28
|
+
severity?: SeverityType;
|
|
29
|
+
/**
|
|
30
|
+
* A specific type to which the record belongs to
|
|
31
|
+
*/
|
|
32
|
+
type: AuditRecordType;
|
|
33
|
+
/**
|
|
34
|
+
* Change status of the record
|
|
35
|
+
*/
|
|
36
|
+
changes?: Set<IChange>;
|
|
37
|
+
}
|
|
38
|
+
//#endregion
|
|
39
|
+
export { IAuditRecord };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ChangeType } from "./ChangeType.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/audit/IChange.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* IChange interface belongs to IAuditRecord and
|
|
6
|
+
* keeps track what type and which attributes are changed.
|
|
7
|
+
*/
|
|
8
|
+
interface IChange {
|
|
9
|
+
/**
|
|
10
|
+
* Which attribute was touched
|
|
11
|
+
*/
|
|
12
|
+
attribute: string;
|
|
13
|
+
/**
|
|
14
|
+
* Of which type
|
|
15
|
+
*/
|
|
16
|
+
type: string;
|
|
17
|
+
/**
|
|
18
|
+
* Which value was set before
|
|
19
|
+
*/
|
|
20
|
+
previousValue: any;
|
|
21
|
+
/**
|
|
22
|
+
* What is the current value
|
|
23
|
+
*/
|
|
24
|
+
newValue: any;
|
|
25
|
+
/**
|
|
26
|
+
* Of which type was the change, see [[ChangeType]]
|
|
27
|
+
*/
|
|
28
|
+
changeType: ChangeType;
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
export { IChange };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IFetchOptions } from "./IFetchOptions.mjs";
|
|
2
|
+
import { IAuthentication, ICredentials } from "./IAuthentication.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/BasicAuth.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* Allows to use Basic-Auth for Authorization to the
|
|
7
|
+
* Cumulocity API.
|
|
8
|
+
*/
|
|
9
|
+
declare class BasicAuth implements IAuthentication {
|
|
10
|
+
user: string;
|
|
11
|
+
/**
|
|
12
|
+
* Authenticates the given user against the given tenant.
|
|
13
|
+
* @param name
|
|
14
|
+
* @param password
|
|
15
|
+
* @param tenant
|
|
16
|
+
*/
|
|
17
|
+
constructor(credentials?: ICredentials);
|
|
18
|
+
updateCredentials({
|
|
19
|
+
tenant,
|
|
20
|
+
user,
|
|
21
|
+
password,
|
|
22
|
+
token,
|
|
23
|
+
tfa
|
|
24
|
+
}?: ICredentials): string;
|
|
25
|
+
getFetchOptions(options: IFetchOptions): IFetchOptions;
|
|
26
|
+
getCometdHandshake(config?: {
|
|
27
|
+
ext?: object;
|
|
28
|
+
}): {
|
|
29
|
+
ext?: object;
|
|
30
|
+
};
|
|
31
|
+
logout(): void;
|
|
32
|
+
private getCookieValue;
|
|
33
|
+
}
|
|
34
|
+
//#endregion
|
|
35
|
+
export { BasicAuth };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IFetchOptions } from "./IFetchOptions.mjs";
|
|
2
|
+
import { IAuthentication, ICredentials } from "./IAuthentication.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/BearerAuth.d.ts
|
|
5
|
+
declare class BearerAuth implements IAuthentication {
|
|
6
|
+
private logoutUrl;
|
|
7
|
+
constructor(token?: string);
|
|
8
|
+
getFetchOptions(options: IFetchOptions): IFetchOptions;
|
|
9
|
+
updateCredentials({
|
|
10
|
+
token
|
|
11
|
+
}: ICredentials): undefined;
|
|
12
|
+
getCometdHandshake(config?: {
|
|
13
|
+
ext?: any;
|
|
14
|
+
}): {
|
|
15
|
+
ext?: any;
|
|
16
|
+
};
|
|
17
|
+
logout(options?: IFetchOptions): Promise<any>;
|
|
18
|
+
protected getToken(): string | undefined;
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { BearerAuth };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ICredentials } from "./IAuthentication.mjs";
|
|
2
|
+
import { BearerAuth } from "./BearerAuth.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/BearerAuthFromSessionStorage.d.ts
|
|
5
|
+
declare class BearerAuthFromSessionStorage extends BearerAuth {
|
|
6
|
+
/**
|
|
7
|
+
* Key for the session storage used to retrieve the bearer token from.
|
|
8
|
+
*/
|
|
9
|
+
static readonly sessionStorageKey = "bearerAuthToken";
|
|
10
|
+
/**
|
|
11
|
+
* If the session storage key 'bearerAuthTokenKeep' is set to true, the token will be kept in session storage after it was found.
|
|
12
|
+
* Allows you to still refresh the page.
|
|
13
|
+
*/
|
|
14
|
+
static readonly sessionStorageKeyToKeepToken = "bearerAuthTokenKeep";
|
|
15
|
+
static removeEntriesFromSessionStorage(): void;
|
|
16
|
+
constructor(throwIfNoTokenPresent?: boolean);
|
|
17
|
+
updateCredentials({
|
|
18
|
+
token
|
|
19
|
+
}: ICredentials): undefined;
|
|
20
|
+
logout(): Promise<any>;
|
|
21
|
+
protected getToken(): string | undefined;
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
export { BearerAuthFromSessionStorage };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IFetchOptions } from "./IFetchOptions.mjs";
|
|
2
|
+
import { IFetchResponse } from "./IFetchResponse.mjs";
|
|
3
|
+
import { IAuthentication, ICredentials } from "./IAuthentication.mjs";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/CookieAuth.d.ts
|
|
6
|
+
/**
|
|
7
|
+
* Allows to use Cookies for Authorization to the
|
|
8
|
+
* Cumulocity API.
|
|
9
|
+
*/
|
|
10
|
+
declare class CookieAuth implements IAuthentication {
|
|
11
|
+
user: string;
|
|
12
|
+
private logoutUrl;
|
|
13
|
+
updateCredentials({
|
|
14
|
+
user
|
|
15
|
+
}?: ICredentials): string;
|
|
16
|
+
getFetchOptions(options: IFetchOptions): IFetchOptions;
|
|
17
|
+
getCometdHandshake(config?: {
|
|
18
|
+
ext?: object;
|
|
19
|
+
}): {
|
|
20
|
+
ext?: object;
|
|
21
|
+
};
|
|
22
|
+
logout(options?: IFetchOptions): Promise<IFetchResponse>;
|
|
23
|
+
private getCookieValue;
|
|
24
|
+
}
|
|
25
|
+
//#endregion
|
|
26
|
+
export { CookieAuth };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IFetchOptions } from "./IFetchOptions.mjs";
|
|
2
|
+
import { IFetchResponse } from "./IFetchResponse.mjs";
|
|
3
|
+
import { IFetchClient } from "./IFetchClient.mjs";
|
|
4
|
+
import { IAuthentication } from "./IAuthentication.mjs";
|
|
5
|
+
|
|
6
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/FetchClient.d.ts
|
|
7
|
+
declare class FetchClient implements IFetchClient {
|
|
8
|
+
baseUrl?: string;
|
|
9
|
+
tenant: string;
|
|
10
|
+
defaultHeaders: {};
|
|
11
|
+
defaultFetchOptions: IFetchOptions;
|
|
12
|
+
constructor(authOrBaseUrl?: IAuthentication | string, baseUrl?: string);
|
|
13
|
+
setAuth(auth: IAuthentication): void;
|
|
14
|
+
performLogoutOnCurrentAuthStrategy(): void | Promise<any>;
|
|
15
|
+
authIsInstanceOf(authClass: any): boolean;
|
|
16
|
+
fetch(url: string, init?: IFetchOptions): Promise<IFetchResponse>;
|
|
17
|
+
getUrl(url?: string, options?: IFetchOptions): string;
|
|
18
|
+
getFetchOptions(options?: IFetchOptions): IFetchOptions;
|
|
19
|
+
getCometdHandshake(config?: any): any;
|
|
20
|
+
private resolveServerUrl;
|
|
21
|
+
private adjustOptionsForFormData;
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
export { FetchClient };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IFetchOptions } from "./IFetchOptions.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IAuthentication.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* Used for header based Authentication.
|
|
6
|
+
*/
|
|
7
|
+
interface IAuthentication {
|
|
8
|
+
updateCredentials(credentials: ICredentials): string | undefined;
|
|
9
|
+
getFetchOptions(options?: IFetchOptions): IFetchOptions;
|
|
10
|
+
getCometdHandshake(config?: object): object;
|
|
11
|
+
logout(): Promise<any> | void;
|
|
12
|
+
}
|
|
13
|
+
interface ICredentials {
|
|
14
|
+
tenant?: string;
|
|
15
|
+
user?: string;
|
|
16
|
+
password?: string;
|
|
17
|
+
token?: string;
|
|
18
|
+
tfa?: string;
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
}
|
|
21
|
+
interface IMicroserviceClientRequestHeaders {
|
|
22
|
+
cookie?: string;
|
|
23
|
+
authorization?: string;
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}
|
|
26
|
+
//#endregion
|
|
27
|
+
export { IAuthentication, ICredentials, IMicroserviceClientRequestHeaders };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/ICustomProperties.d.ts
|
|
2
|
+
/** Description of ICustomProperties interface */
|
|
3
|
+
interface ICustomProperties {
|
|
4
|
+
/** Any keys */
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
/** Link to this Resource - optional property */
|
|
7
|
+
self?: string;
|
|
8
|
+
}
|
|
9
|
+
//#endregion
|
|
10
|
+
export { ICustomProperties };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICustomProperties } from "./ICustomProperties.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/ICustomPropertiesMap.d.ts
|
|
4
|
+
interface ICustomPropertiesMap {
|
|
5
|
+
customProperties: ICustomProperties;
|
|
6
|
+
}
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ICustomPropertiesMap };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IFetchOptions } from "./IFetchOptions.mjs";
|
|
2
|
+
import { IFetchResponse } from "./IFetchResponse.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/@c8y+client@1023.17.8_encoding@0.1.13/node_modules/@c8y/client/lib/src/core/IFetchClient.d.ts
|
|
5
|
+
interface IFetchClient {
|
|
6
|
+
tenant?: string;
|
|
7
|
+
fetch(url: string, init?: IFetchOptions): Promise<IFetchResponse>;
|
|
8
|
+
getFetchOptions(options?: IFetchOptions): IFetchOptions;
|
|
9
|
+
getCometdHandshake(config?: any): any;
|
|
10
|
+
getUrl(url: string, options?: IFetchOptions): string;
|
|
11
|
+
}
|
|
12
|
+
//#endregion
|
|
13
|
+
export { IFetchClient };
|