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,16 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/lib/populate.js
|
|
4
|
+
var require_populate = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
module.exports = function(dst, src) {
|
|
6
|
+
Object.keys(src).forEach(function(prop) {
|
|
7
|
+
dst[prop] = dst[prop] || src[prop];
|
|
8
|
+
});
|
|
9
|
+
return dst;
|
|
10
|
+
};
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
export default require_populate();
|
|
15
|
+
|
|
16
|
+
export { require_populate };
|
package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.mjs
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js
|
|
4
|
+
var require_implementation = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
6
|
+
var toStr = Object.prototype.toString;
|
|
7
|
+
var max = Math.max;
|
|
8
|
+
var funcType = "[object Function]";
|
|
9
|
+
var concatty = function concatty(a, b) {
|
|
10
|
+
var arr = [];
|
|
11
|
+
for (var i = 0; i < a.length; i += 1) arr[i] = a[i];
|
|
12
|
+
for (var j = 0; j < b.length; j += 1) arr[j + a.length] = b[j];
|
|
13
|
+
return arr;
|
|
14
|
+
};
|
|
15
|
+
var slicy = function slicy(arrLike, offset) {
|
|
16
|
+
var arr = [];
|
|
17
|
+
for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) arr[j] = arrLike[i];
|
|
18
|
+
return arr;
|
|
19
|
+
};
|
|
20
|
+
var joiny = function(arr, joiner) {
|
|
21
|
+
var str = "";
|
|
22
|
+
for (var i = 0; i < arr.length; i += 1) {
|
|
23
|
+
str += arr[i];
|
|
24
|
+
if (i + 1 < arr.length) str += joiner;
|
|
25
|
+
}
|
|
26
|
+
return str;
|
|
27
|
+
};
|
|
28
|
+
module.exports = function bind(that) {
|
|
29
|
+
var target = this;
|
|
30
|
+
if (typeof target !== "function" || toStr.apply(target) !== funcType) throw new TypeError(ERROR_MESSAGE + target);
|
|
31
|
+
var args = slicy(arguments, 1);
|
|
32
|
+
var bound;
|
|
33
|
+
var binder = function() {
|
|
34
|
+
if (this instanceof bound) {
|
|
35
|
+
var result = target.apply(this, concatty(args, arguments));
|
|
36
|
+
if (Object(result) === result) return result;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
return target.apply(that, concatty(args, arguments));
|
|
40
|
+
};
|
|
41
|
+
var boundLength = max(0, target.length - args.length);
|
|
42
|
+
var boundArgs = [];
|
|
43
|
+
for (var i = 0; i < boundLength; i++) boundArgs[i] = "$" + i;
|
|
44
|
+
bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
45
|
+
if (target.prototype) {
|
|
46
|
+
var Empty = function Empty() {};
|
|
47
|
+
Empty.prototype = target.prototype;
|
|
48
|
+
bound.prototype = new Empty();
|
|
49
|
+
Empty.prototype = null;
|
|
50
|
+
}
|
|
51
|
+
return bound;
|
|
52
|
+
};
|
|
53
|
+
}));
|
|
54
|
+
|
|
55
|
+
//#endregion
|
|
56
|
+
export default require_implementation();
|
|
57
|
+
|
|
58
|
+
export { require_implementation };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_implementation } from "./implementation.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js
|
|
5
|
+
var require_function_bind = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
var implementation = require_implementation();
|
|
7
|
+
module.exports = Function.prototype.bind || implementation;
|
|
8
|
+
}));
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export default require_function_bind();
|
|
12
|
+
|
|
13
|
+
export { require_function_bind };
|
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_es_object_atoms } from "../../../es-object-atoms@1.1.1/node_modules/es-object-atoms/index.mjs";
|
|
3
|
+
import { require_es_errors } from "../../../es-errors@1.3.0/node_modules/es-errors/index.mjs";
|
|
4
|
+
import { require_eval } from "../../../es-errors@1.3.0/node_modules/es-errors/eval.mjs";
|
|
5
|
+
import { require_range } from "../../../es-errors@1.3.0/node_modules/es-errors/range.mjs";
|
|
6
|
+
import { require_ref } from "../../../es-errors@1.3.0/node_modules/es-errors/ref.mjs";
|
|
7
|
+
import { require_syntax } from "../../../es-errors@1.3.0/node_modules/es-errors/syntax.mjs";
|
|
8
|
+
import { require_type } from "../../../es-errors@1.3.0/node_modules/es-errors/type.mjs";
|
|
9
|
+
import { require_uri } from "../../../es-errors@1.3.0/node_modules/es-errors/uri.mjs";
|
|
10
|
+
import { require_abs } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.mjs";
|
|
11
|
+
import { require_floor } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.mjs";
|
|
12
|
+
import { require_max } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/max.mjs";
|
|
13
|
+
import { require_min } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/min.mjs";
|
|
14
|
+
import { require_pow } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.mjs";
|
|
15
|
+
import { require_round } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/round.mjs";
|
|
16
|
+
import { require_sign } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.mjs";
|
|
17
|
+
import { require_gopd } from "../../../gopd@1.2.0/node_modules/gopd/index.mjs";
|
|
18
|
+
import { require_es_define_property } from "../../../es-define-property@1.0.1/node_modules/es-define-property/index.mjs";
|
|
19
|
+
import { require_has_symbols } from "../../../has-symbols@1.1.0/node_modules/has-symbols/index.mjs";
|
|
20
|
+
import { require_Reflect_getPrototypeOf } from "../../../get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.mjs";
|
|
21
|
+
import { require_Object_getPrototypeOf } from "../../../get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.mjs";
|
|
22
|
+
import { require_function_bind } from "../../../function-bind@1.1.2/node_modules/function-bind/index.mjs";
|
|
23
|
+
import { require_functionCall } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.mjs";
|
|
24
|
+
import { require_functionApply } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.mjs";
|
|
25
|
+
import { require_get_proto } from "../../../get-proto@1.0.1/node_modules/get-proto/index.mjs";
|
|
26
|
+
import { require_hasown } from "../../../hasown@2.0.2/node_modules/hasown/index.mjs";
|
|
27
|
+
|
|
28
|
+
//#region node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js
|
|
29
|
+
var require_get_intrinsic = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
30
|
+
var undefined;
|
|
31
|
+
var $Object = require_es_object_atoms();
|
|
32
|
+
var $Error = require_es_errors();
|
|
33
|
+
var $EvalError = require_eval();
|
|
34
|
+
var $RangeError = require_range();
|
|
35
|
+
var $ReferenceError = require_ref();
|
|
36
|
+
var $SyntaxError = require_syntax();
|
|
37
|
+
var $TypeError = require_type();
|
|
38
|
+
var $URIError = require_uri();
|
|
39
|
+
var abs = require_abs();
|
|
40
|
+
var floor = require_floor();
|
|
41
|
+
var max = require_max();
|
|
42
|
+
var min = require_min();
|
|
43
|
+
var pow = require_pow();
|
|
44
|
+
var round = require_round();
|
|
45
|
+
var sign = require_sign();
|
|
46
|
+
var $Function = Function;
|
|
47
|
+
var getEvalledConstructor = function(expressionSyntax) {
|
|
48
|
+
try {
|
|
49
|
+
return $Function("\"use strict\"; return (" + expressionSyntax + ").constructor;")();
|
|
50
|
+
} catch (e) {}
|
|
51
|
+
};
|
|
52
|
+
var $gOPD = require_gopd();
|
|
53
|
+
var $defineProperty = require_es_define_property();
|
|
54
|
+
var throwTypeError = function() {
|
|
55
|
+
throw new $TypeError();
|
|
56
|
+
};
|
|
57
|
+
var ThrowTypeError = $gOPD ? function() {
|
|
58
|
+
try {
|
|
59
|
+
arguments.callee;
|
|
60
|
+
return throwTypeError;
|
|
61
|
+
} catch (calleeThrows) {
|
|
62
|
+
try {
|
|
63
|
+
return $gOPD(arguments, "callee").get;
|
|
64
|
+
} catch (gOPDthrows) {
|
|
65
|
+
return throwTypeError;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}() : throwTypeError;
|
|
69
|
+
var hasSymbols = require_has_symbols()();
|
|
70
|
+
var getProto = require_get_proto();
|
|
71
|
+
var $ObjectGPO = require_Object_getPrototypeOf();
|
|
72
|
+
var $ReflectGPO = require_Reflect_getPrototypeOf();
|
|
73
|
+
var $apply = require_functionApply();
|
|
74
|
+
var $call = require_functionCall();
|
|
75
|
+
var needsEval = {};
|
|
76
|
+
var TypedArray = typeof Uint8Array === "undefined" || !getProto ? undefined : getProto(Uint8Array);
|
|
77
|
+
var INTRINSICS = {
|
|
78
|
+
__proto__: null,
|
|
79
|
+
"%AggregateError%": typeof AggregateError === "undefined" ? undefined : AggregateError,
|
|
80
|
+
"%Array%": Array,
|
|
81
|
+
"%ArrayBuffer%": typeof ArrayBuffer === "undefined" ? undefined : ArrayBuffer,
|
|
82
|
+
"%ArrayIteratorPrototype%": hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,
|
|
83
|
+
"%AsyncFromSyncIteratorPrototype%": undefined,
|
|
84
|
+
"%AsyncFunction%": needsEval,
|
|
85
|
+
"%AsyncGenerator%": needsEval,
|
|
86
|
+
"%AsyncGeneratorFunction%": needsEval,
|
|
87
|
+
"%AsyncIteratorPrototype%": needsEval,
|
|
88
|
+
"%Atomics%": typeof Atomics === "undefined" ? undefined : Atomics,
|
|
89
|
+
"%BigInt%": typeof BigInt === "undefined" ? undefined : BigInt,
|
|
90
|
+
"%BigInt64Array%": typeof BigInt64Array === "undefined" ? undefined : BigInt64Array,
|
|
91
|
+
"%BigUint64Array%": typeof BigUint64Array === "undefined" ? undefined : BigUint64Array,
|
|
92
|
+
"%Boolean%": Boolean,
|
|
93
|
+
"%DataView%": typeof DataView === "undefined" ? undefined : DataView,
|
|
94
|
+
"%Date%": Date,
|
|
95
|
+
"%decodeURI%": decodeURI,
|
|
96
|
+
"%decodeURIComponent%": decodeURIComponent,
|
|
97
|
+
"%encodeURI%": encodeURI,
|
|
98
|
+
"%encodeURIComponent%": encodeURIComponent,
|
|
99
|
+
"%Error%": $Error,
|
|
100
|
+
"%eval%": eval,
|
|
101
|
+
"%EvalError%": $EvalError,
|
|
102
|
+
"%Float16Array%": typeof Float16Array === "undefined" ? undefined : Float16Array,
|
|
103
|
+
"%Float32Array%": typeof Float32Array === "undefined" ? undefined : Float32Array,
|
|
104
|
+
"%Float64Array%": typeof Float64Array === "undefined" ? undefined : Float64Array,
|
|
105
|
+
"%FinalizationRegistry%": typeof FinalizationRegistry === "undefined" ? undefined : FinalizationRegistry,
|
|
106
|
+
"%Function%": $Function,
|
|
107
|
+
"%GeneratorFunction%": needsEval,
|
|
108
|
+
"%Int8Array%": typeof Int8Array === "undefined" ? undefined : Int8Array,
|
|
109
|
+
"%Int16Array%": typeof Int16Array === "undefined" ? undefined : Int16Array,
|
|
110
|
+
"%Int32Array%": typeof Int32Array === "undefined" ? undefined : Int32Array,
|
|
111
|
+
"%isFinite%": isFinite,
|
|
112
|
+
"%isNaN%": isNaN,
|
|
113
|
+
"%IteratorPrototype%": hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,
|
|
114
|
+
"%JSON%": typeof JSON === "object" ? JSON : undefined,
|
|
115
|
+
"%Map%": typeof Map === "undefined" ? undefined : Map,
|
|
116
|
+
"%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols || !getProto ? undefined : getProto((/* @__PURE__ */ new Map())[Symbol.iterator]()),
|
|
117
|
+
"%Math%": Math,
|
|
118
|
+
"%Number%": Number,
|
|
119
|
+
"%Object%": $Object,
|
|
120
|
+
"%Object.getOwnPropertyDescriptor%": $gOPD,
|
|
121
|
+
"%parseFloat%": parseFloat,
|
|
122
|
+
"%parseInt%": parseInt,
|
|
123
|
+
"%Promise%": typeof Promise === "undefined" ? undefined : Promise,
|
|
124
|
+
"%Proxy%": typeof Proxy === "undefined" ? undefined : Proxy,
|
|
125
|
+
"%RangeError%": $RangeError,
|
|
126
|
+
"%ReferenceError%": $ReferenceError,
|
|
127
|
+
"%Reflect%": typeof Reflect === "undefined" ? undefined : Reflect,
|
|
128
|
+
"%RegExp%": RegExp,
|
|
129
|
+
"%Set%": typeof Set === "undefined" ? undefined : Set,
|
|
130
|
+
"%SetIteratorPrototype%": typeof Set === "undefined" || !hasSymbols || !getProto ? undefined : getProto((/* @__PURE__ */ new Set())[Symbol.iterator]()),
|
|
131
|
+
"%SharedArrayBuffer%": typeof SharedArrayBuffer === "undefined" ? undefined : SharedArrayBuffer,
|
|
132
|
+
"%String%": String,
|
|
133
|
+
"%StringIteratorPrototype%": hasSymbols && getProto ? getProto(""[Symbol.iterator]()) : undefined,
|
|
134
|
+
"%Symbol%": hasSymbols ? Symbol : undefined,
|
|
135
|
+
"%SyntaxError%": $SyntaxError,
|
|
136
|
+
"%ThrowTypeError%": ThrowTypeError,
|
|
137
|
+
"%TypedArray%": TypedArray,
|
|
138
|
+
"%TypeError%": $TypeError,
|
|
139
|
+
"%Uint8Array%": typeof Uint8Array === "undefined" ? undefined : Uint8Array,
|
|
140
|
+
"%Uint8ClampedArray%": typeof Uint8ClampedArray === "undefined" ? undefined : Uint8ClampedArray,
|
|
141
|
+
"%Uint16Array%": typeof Uint16Array === "undefined" ? undefined : Uint16Array,
|
|
142
|
+
"%Uint32Array%": typeof Uint32Array === "undefined" ? undefined : Uint32Array,
|
|
143
|
+
"%URIError%": $URIError,
|
|
144
|
+
"%WeakMap%": typeof WeakMap === "undefined" ? undefined : WeakMap,
|
|
145
|
+
"%WeakRef%": typeof WeakRef === "undefined" ? undefined : WeakRef,
|
|
146
|
+
"%WeakSet%": typeof WeakSet === "undefined" ? undefined : WeakSet,
|
|
147
|
+
"%Function.prototype.call%": $call,
|
|
148
|
+
"%Function.prototype.apply%": $apply,
|
|
149
|
+
"%Object.defineProperty%": $defineProperty,
|
|
150
|
+
"%Object.getPrototypeOf%": $ObjectGPO,
|
|
151
|
+
"%Math.abs%": abs,
|
|
152
|
+
"%Math.floor%": floor,
|
|
153
|
+
"%Math.max%": max,
|
|
154
|
+
"%Math.min%": min,
|
|
155
|
+
"%Math.pow%": pow,
|
|
156
|
+
"%Math.round%": round,
|
|
157
|
+
"%Math.sign%": sign,
|
|
158
|
+
"%Reflect.getPrototypeOf%": $ReflectGPO
|
|
159
|
+
};
|
|
160
|
+
if (getProto) try {
|
|
161
|
+
null.error;
|
|
162
|
+
} catch (e) {
|
|
163
|
+
INTRINSICS["%Error.prototype%"] = getProto(getProto(e));
|
|
164
|
+
}
|
|
165
|
+
var doEval = function doEval(name) {
|
|
166
|
+
var value;
|
|
167
|
+
if (name === "%AsyncFunction%") value = getEvalledConstructor("async function () {}");
|
|
168
|
+
else if (name === "%GeneratorFunction%") value = getEvalledConstructor("function* () {}");
|
|
169
|
+
else if (name === "%AsyncGeneratorFunction%") value = getEvalledConstructor("async function* () {}");
|
|
170
|
+
else if (name === "%AsyncGenerator%") {
|
|
171
|
+
var fn = doEval("%AsyncGeneratorFunction%");
|
|
172
|
+
if (fn) value = fn.prototype;
|
|
173
|
+
} else if (name === "%AsyncIteratorPrototype%") {
|
|
174
|
+
var gen = doEval("%AsyncGenerator%");
|
|
175
|
+
if (gen && getProto) value = getProto(gen.prototype);
|
|
176
|
+
}
|
|
177
|
+
INTRINSICS[name] = value;
|
|
178
|
+
return value;
|
|
179
|
+
};
|
|
180
|
+
var LEGACY_ALIASES = {
|
|
181
|
+
__proto__: null,
|
|
182
|
+
"%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
|
|
183
|
+
"%ArrayPrototype%": ["Array", "prototype"],
|
|
184
|
+
"%ArrayProto_entries%": [
|
|
185
|
+
"Array",
|
|
186
|
+
"prototype",
|
|
187
|
+
"entries"
|
|
188
|
+
],
|
|
189
|
+
"%ArrayProto_forEach%": [
|
|
190
|
+
"Array",
|
|
191
|
+
"prototype",
|
|
192
|
+
"forEach"
|
|
193
|
+
],
|
|
194
|
+
"%ArrayProto_keys%": [
|
|
195
|
+
"Array",
|
|
196
|
+
"prototype",
|
|
197
|
+
"keys"
|
|
198
|
+
],
|
|
199
|
+
"%ArrayProto_values%": [
|
|
200
|
+
"Array",
|
|
201
|
+
"prototype",
|
|
202
|
+
"values"
|
|
203
|
+
],
|
|
204
|
+
"%AsyncFunctionPrototype%": ["AsyncFunction", "prototype"],
|
|
205
|
+
"%AsyncGenerator%": ["AsyncGeneratorFunction", "prototype"],
|
|
206
|
+
"%AsyncGeneratorPrototype%": [
|
|
207
|
+
"AsyncGeneratorFunction",
|
|
208
|
+
"prototype",
|
|
209
|
+
"prototype"
|
|
210
|
+
],
|
|
211
|
+
"%BooleanPrototype%": ["Boolean", "prototype"],
|
|
212
|
+
"%DataViewPrototype%": ["DataView", "prototype"],
|
|
213
|
+
"%DatePrototype%": ["Date", "prototype"],
|
|
214
|
+
"%ErrorPrototype%": ["Error", "prototype"],
|
|
215
|
+
"%EvalErrorPrototype%": ["EvalError", "prototype"],
|
|
216
|
+
"%Float32ArrayPrototype%": ["Float32Array", "prototype"],
|
|
217
|
+
"%Float64ArrayPrototype%": ["Float64Array", "prototype"],
|
|
218
|
+
"%FunctionPrototype%": ["Function", "prototype"],
|
|
219
|
+
"%Generator%": ["GeneratorFunction", "prototype"],
|
|
220
|
+
"%GeneratorPrototype%": [
|
|
221
|
+
"GeneratorFunction",
|
|
222
|
+
"prototype",
|
|
223
|
+
"prototype"
|
|
224
|
+
],
|
|
225
|
+
"%Int8ArrayPrototype%": ["Int8Array", "prototype"],
|
|
226
|
+
"%Int16ArrayPrototype%": ["Int16Array", "prototype"],
|
|
227
|
+
"%Int32ArrayPrototype%": ["Int32Array", "prototype"],
|
|
228
|
+
"%JSONParse%": ["JSON", "parse"],
|
|
229
|
+
"%JSONStringify%": ["JSON", "stringify"],
|
|
230
|
+
"%MapPrototype%": ["Map", "prototype"],
|
|
231
|
+
"%NumberPrototype%": ["Number", "prototype"],
|
|
232
|
+
"%ObjectPrototype%": ["Object", "prototype"],
|
|
233
|
+
"%ObjProto_toString%": [
|
|
234
|
+
"Object",
|
|
235
|
+
"prototype",
|
|
236
|
+
"toString"
|
|
237
|
+
],
|
|
238
|
+
"%ObjProto_valueOf%": [
|
|
239
|
+
"Object",
|
|
240
|
+
"prototype",
|
|
241
|
+
"valueOf"
|
|
242
|
+
],
|
|
243
|
+
"%PromisePrototype%": ["Promise", "prototype"],
|
|
244
|
+
"%PromiseProto_then%": [
|
|
245
|
+
"Promise",
|
|
246
|
+
"prototype",
|
|
247
|
+
"then"
|
|
248
|
+
],
|
|
249
|
+
"%Promise_all%": ["Promise", "all"],
|
|
250
|
+
"%Promise_reject%": ["Promise", "reject"],
|
|
251
|
+
"%Promise_resolve%": ["Promise", "resolve"],
|
|
252
|
+
"%RangeErrorPrototype%": ["RangeError", "prototype"],
|
|
253
|
+
"%ReferenceErrorPrototype%": ["ReferenceError", "prototype"],
|
|
254
|
+
"%RegExpPrototype%": ["RegExp", "prototype"],
|
|
255
|
+
"%SetPrototype%": ["Set", "prototype"],
|
|
256
|
+
"%SharedArrayBufferPrototype%": ["SharedArrayBuffer", "prototype"],
|
|
257
|
+
"%StringPrototype%": ["String", "prototype"],
|
|
258
|
+
"%SymbolPrototype%": ["Symbol", "prototype"],
|
|
259
|
+
"%SyntaxErrorPrototype%": ["SyntaxError", "prototype"],
|
|
260
|
+
"%TypedArrayPrototype%": ["TypedArray", "prototype"],
|
|
261
|
+
"%TypeErrorPrototype%": ["TypeError", "prototype"],
|
|
262
|
+
"%Uint8ArrayPrototype%": ["Uint8Array", "prototype"],
|
|
263
|
+
"%Uint8ClampedArrayPrototype%": ["Uint8ClampedArray", "prototype"],
|
|
264
|
+
"%Uint16ArrayPrototype%": ["Uint16Array", "prototype"],
|
|
265
|
+
"%Uint32ArrayPrototype%": ["Uint32Array", "prototype"],
|
|
266
|
+
"%URIErrorPrototype%": ["URIError", "prototype"],
|
|
267
|
+
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
268
|
+
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
269
|
+
};
|
|
270
|
+
var bind = require_function_bind();
|
|
271
|
+
var hasOwn = require_hasown();
|
|
272
|
+
var $concat = bind.call($call, Array.prototype.concat);
|
|
273
|
+
var $spliceApply = bind.call($apply, Array.prototype.splice);
|
|
274
|
+
var $replace = bind.call($call, String.prototype.replace);
|
|
275
|
+
var $strSlice = bind.call($call, String.prototype.slice);
|
|
276
|
+
var $exec = bind.call($call, RegExp.prototype.exec);
|
|
277
|
+
var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
|
|
278
|
+
var reEscapeChar = /\\(\\)?/g;
|
|
279
|
+
var stringToPath = function stringToPath(string) {
|
|
280
|
+
var first = $strSlice(string, 0, 1);
|
|
281
|
+
var last = $strSlice(string, -1);
|
|
282
|
+
if (first === "%" && last !== "%") throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`");
|
|
283
|
+
else if (last === "%" && first !== "%") throw new $SyntaxError("invalid intrinsic syntax, expected opening `%`");
|
|
284
|
+
var result = [];
|
|
285
|
+
$replace(string, rePropName, function(match, number, quote, subString) {
|
|
286
|
+
result[result.length] = quote ? $replace(subString, reEscapeChar, "$1") : number || match;
|
|
287
|
+
});
|
|
288
|
+
return result;
|
|
289
|
+
};
|
|
290
|
+
var getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {
|
|
291
|
+
var intrinsicName = name;
|
|
292
|
+
var alias;
|
|
293
|
+
if (hasOwn(LEGACY_ALIASES, intrinsicName)) {
|
|
294
|
+
alias = LEGACY_ALIASES[intrinsicName];
|
|
295
|
+
intrinsicName = "%" + alias[0] + "%";
|
|
296
|
+
}
|
|
297
|
+
if (hasOwn(INTRINSICS, intrinsicName)) {
|
|
298
|
+
var value = INTRINSICS[intrinsicName];
|
|
299
|
+
if (value === needsEval) value = doEval(intrinsicName);
|
|
300
|
+
if (typeof value === "undefined" && !allowMissing) throw new $TypeError("intrinsic " + name + " exists, but is not available. Please file an issue!");
|
|
301
|
+
return {
|
|
302
|
+
alias,
|
|
303
|
+
name: intrinsicName,
|
|
304
|
+
value
|
|
305
|
+
};
|
|
306
|
+
}
|
|
307
|
+
throw new $SyntaxError("intrinsic " + name + " does not exist!");
|
|
308
|
+
};
|
|
309
|
+
module.exports = function GetIntrinsic(name, allowMissing) {
|
|
310
|
+
if (typeof name !== "string" || name.length === 0) throw new $TypeError("intrinsic name must be a non-empty string");
|
|
311
|
+
if (arguments.length > 1 && typeof allowMissing !== "boolean") throw new $TypeError("\"allowMissing\" argument must be a boolean");
|
|
312
|
+
if ($exec(/^%?[^%]*%?$/, name) === null) throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
|
|
313
|
+
var parts = stringToPath(name);
|
|
314
|
+
var intrinsicBaseName = parts.length > 0 ? parts[0] : "";
|
|
315
|
+
var intrinsic = getBaseIntrinsic("%" + intrinsicBaseName + "%", allowMissing);
|
|
316
|
+
var intrinsicRealName = intrinsic.name;
|
|
317
|
+
var value = intrinsic.value;
|
|
318
|
+
var skipFurtherCaching = false;
|
|
319
|
+
var alias = intrinsic.alias;
|
|
320
|
+
if (alias) {
|
|
321
|
+
intrinsicBaseName = alias[0];
|
|
322
|
+
$spliceApply(parts, $concat([0, 1], alias));
|
|
323
|
+
}
|
|
324
|
+
for (var i = 1, isOwn = true; i < parts.length; i += 1) {
|
|
325
|
+
var part = parts[i];
|
|
326
|
+
var first = $strSlice(part, 0, 1);
|
|
327
|
+
var last = $strSlice(part, -1);
|
|
328
|
+
if ((first === "\"" || first === "'" || first === "`" || last === "\"" || last === "'" || last === "`") && first !== last) throw new $SyntaxError("property names with quotes must have matching quotes");
|
|
329
|
+
if (part === "constructor" || !isOwn) skipFurtherCaching = true;
|
|
330
|
+
intrinsicBaseName += "." + part;
|
|
331
|
+
intrinsicRealName = "%" + intrinsicBaseName + "%";
|
|
332
|
+
if (hasOwn(INTRINSICS, intrinsicRealName)) value = INTRINSICS[intrinsicRealName];
|
|
333
|
+
else if (value != null) {
|
|
334
|
+
if (!(part in value)) {
|
|
335
|
+
if (!allowMissing) throw new $TypeError("base intrinsic for " + name + " exists, but the property is not available.");
|
|
336
|
+
return;
|
|
337
|
+
}
|
|
338
|
+
if ($gOPD && i + 1 >= parts.length) {
|
|
339
|
+
var desc = $gOPD(value, part);
|
|
340
|
+
isOwn = !!desc;
|
|
341
|
+
if (isOwn && "get" in desc && !("originalValue" in desc.get)) value = desc.get;
|
|
342
|
+
else value = value[part];
|
|
343
|
+
} else {
|
|
344
|
+
isOwn = hasOwn(value, part);
|
|
345
|
+
value = value[part];
|
|
346
|
+
}
|
|
347
|
+
if (isOwn && !skipFurtherCaching) INTRINSICS[intrinsicRealName] = value;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
return value;
|
|
351
|
+
};
|
|
352
|
+
}));
|
|
353
|
+
|
|
354
|
+
//#endregion
|
|
355
|
+
export default require_get_intrinsic();
|
|
356
|
+
|
|
357
|
+
export { require_get_intrinsic };
|
package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.mjs
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_es_object_atoms } from "../../../es-object-atoms@1.1.1/node_modules/es-object-atoms/index.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js
|
|
5
|
+
var require_Object_getPrototypeOf = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
var $Object = require_es_object_atoms();
|
|
7
|
+
/** @type {import('./Object.getPrototypeOf')} */
|
|
8
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
9
|
+
}));
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
export default require_Object_getPrototypeOf();
|
|
13
|
+
|
|
14
|
+
export { require_Object_getPrototypeOf };
|
package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js
|
|
4
|
+
var require_Reflect_getPrototypeOf = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
6
|
+
module.exports = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_Reflect_getPrototypeOf();
|
|
11
|
+
|
|
12
|
+
export { require_Reflect_getPrototypeOf };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_Reflect_getPrototypeOf } from "./Reflect.getPrototypeOf.mjs";
|
|
3
|
+
import { require_Object_getPrototypeOf } from "./Object.getPrototypeOf.mjs";
|
|
4
|
+
import { require_get } from "../../../dunder-proto@1.0.1/node_modules/dunder-proto/get.mjs";
|
|
5
|
+
|
|
6
|
+
//#region node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js
|
|
7
|
+
var require_get_proto = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
8
|
+
var reflectGetProto = require_Reflect_getPrototypeOf();
|
|
9
|
+
var originalGetProto = require_Object_getPrototypeOf();
|
|
10
|
+
var getDunderProto = require_get();
|
|
11
|
+
/** @type {import('.')} */
|
|
12
|
+
module.exports = reflectGetProto ? function getProto(O) {
|
|
13
|
+
return reflectGetProto(O);
|
|
14
|
+
} : originalGetProto ? function getProto(O) {
|
|
15
|
+
if (!O || typeof O !== "object" && typeof O !== "function") throw new TypeError("getProto: not an object");
|
|
16
|
+
return originalGetProto(O);
|
|
17
|
+
} : getDunderProto ? function getProto(O) {
|
|
18
|
+
return getDunderProto(O);
|
|
19
|
+
} : null;
|
|
20
|
+
}));
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
export default require_get_proto();
|
|
24
|
+
|
|
25
|
+
export { require_get_proto };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js
|
|
4
|
+
var require_gOPD = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./gOPD')} */
|
|
6
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_gOPD();
|
|
11
|
+
|
|
12
|
+
export { require_gOPD };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_gOPD } from "./gOPD.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js
|
|
5
|
+
var require_gopd = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
/** @type {import('.')} */
|
|
7
|
+
var $gOPD = require_gOPD();
|
|
8
|
+
if ($gOPD) try {
|
|
9
|
+
$gOPD([], "length");
|
|
10
|
+
} catch (e) {
|
|
11
|
+
$gOPD = null;
|
|
12
|
+
}
|
|
13
|
+
module.exports = $gOPD;
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
//#endregion
|
|
17
|
+
export default require_gopd();
|
|
18
|
+
|
|
19
|
+
export { require_gopd };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_shams } from "./shams.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js
|
|
5
|
+
var require_has_symbols = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
var origSymbol = typeof Symbol !== "undefined" && Symbol;
|
|
7
|
+
var hasSymbolSham = require_shams();
|
|
8
|
+
/** @type {import('.')} */
|
|
9
|
+
module.exports = function hasNativeSymbols() {
|
|
10
|
+
if (typeof origSymbol !== "function") return false;
|
|
11
|
+
if (typeof Symbol !== "function") return false;
|
|
12
|
+
if (typeof origSymbol("foo") !== "symbol") return false;
|
|
13
|
+
if (typeof Symbol("bar") !== "symbol") return false;
|
|
14
|
+
return hasSymbolSham();
|
|
15
|
+
};
|
|
16
|
+
}));
|
|
17
|
+
|
|
18
|
+
//#endregion
|
|
19
|
+
export default require_has_symbols();
|
|
20
|
+
|
|
21
|
+
export { require_has_symbols };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js
|
|
4
|
+
var require_shams = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./shams')} */
|
|
6
|
+
module.exports = function hasSymbols() {
|
|
7
|
+
if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") return false;
|
|
8
|
+
if (typeof Symbol.iterator === "symbol") return true;
|
|
9
|
+
/** @type {{ [k in symbol]?: unknown }} */
|
|
10
|
+
var obj = {};
|
|
11
|
+
var sym = Symbol("test");
|
|
12
|
+
var symObj = Object(sym);
|
|
13
|
+
if (typeof sym === "string") return false;
|
|
14
|
+
if (Object.prototype.toString.call(sym) !== "[object Symbol]") return false;
|
|
15
|
+
if (Object.prototype.toString.call(symObj) !== "[object Symbol]") return false;
|
|
16
|
+
var symVal = 42;
|
|
17
|
+
obj[sym] = symVal;
|
|
18
|
+
for (var _ in obj) return false;
|
|
19
|
+
if (typeof Object.keys === "function" && Object.keys(obj).length !== 0) return false;
|
|
20
|
+
if (typeof Object.getOwnPropertyNames === "function" && Object.getOwnPropertyNames(obj).length !== 0) return false;
|
|
21
|
+
var syms = Object.getOwnPropertySymbols(obj);
|
|
22
|
+
if (syms.length !== 1 || syms[0] !== sym) return false;
|
|
23
|
+
if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) return false;
|
|
24
|
+
if (typeof Object.getOwnPropertyDescriptor === "function") {
|
|
25
|
+
var descriptor = Object.getOwnPropertyDescriptor(obj, sym);
|
|
26
|
+
if (descriptor.value !== symVal || descriptor.enumerable !== true) return false;
|
|
27
|
+
}
|
|
28
|
+
return true;
|
|
29
|
+
};
|
|
30
|
+
}));
|
|
31
|
+
|
|
32
|
+
//#endregion
|
|
33
|
+
export default require_shams();
|
|
34
|
+
|
|
35
|
+
export { require_shams };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_shams as require_shams$1 } from "../../../has-symbols@1.1.0/node_modules/has-symbols/shams.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js
|
|
5
|
+
var require_shams = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
var hasSymbols = require_shams$1();
|
|
7
|
+
/** @type {import('.')} */
|
|
8
|
+
module.exports = function hasToStringTagShams() {
|
|
9
|
+
return hasSymbols() && !!Symbol.toStringTag;
|
|
10
|
+
};
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
export default require_shams();
|
|
15
|
+
|
|
16
|
+
export { require_shams };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_function_bind } from "../../../function-bind@1.1.2/node_modules/function-bind/index.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js
|
|
5
|
+
var require_hasown = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
var call = Function.prototype.call;
|
|
7
|
+
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
8
|
+
var bind = require_function_bind();
|
|
9
|
+
/** @type {import('.')} */
|
|
10
|
+
module.exports = bind.call(call, $hasOwn);
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
export default require_hasown();
|
|
15
|
+
|
|
16
|
+
export { require_hasown };
|