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,24 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_lib } from "../../../../node-fetch@2.7.0_encoding@0.1.13/node_modules/node-fetch/lib/index.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/cross-fetch@4.1.0_encoding@0.1.13/node_modules/cross-fetch/dist/node-ponyfill.js
|
|
5
|
+
var require_node_ponyfill = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
const nodeFetch = require_lib();
|
|
7
|
+
const realFetch = nodeFetch.default || nodeFetch;
|
|
8
|
+
const fetch = function(url, options) {
|
|
9
|
+
if (/^\/\//.test(url)) url = "https:" + url;
|
|
10
|
+
return realFetch.call(this, url, options);
|
|
11
|
+
};
|
|
12
|
+
fetch.ponyfill = true;
|
|
13
|
+
module.exports = exports = fetch;
|
|
14
|
+
exports.fetch = fetch;
|
|
15
|
+
exports.Headers = nodeFetch.Headers;
|
|
16
|
+
exports.Request = nodeFetch.Request;
|
|
17
|
+
exports.Response = nodeFetch.Response;
|
|
18
|
+
exports.default = fetch;
|
|
19
|
+
}));
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export default require_node_ponyfill();
|
|
23
|
+
|
|
24
|
+
export { require_node_ponyfill };
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { __commonJSMin, __require } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/delayed-stream@1.0.0/node_modules/delayed-stream/lib/delayed_stream.js
|
|
4
|
+
var require_delayed_stream = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
var Stream = __require("stream").Stream;
|
|
6
|
+
var util = __require("util");
|
|
7
|
+
module.exports = DelayedStream;
|
|
8
|
+
function DelayedStream() {
|
|
9
|
+
this.source = null;
|
|
10
|
+
this.dataSize = 0;
|
|
11
|
+
this.maxDataSize = 1024 * 1024;
|
|
12
|
+
this.pauseStream = true;
|
|
13
|
+
this._maxDataSizeExceeded = false;
|
|
14
|
+
this._released = false;
|
|
15
|
+
this._bufferedEvents = [];
|
|
16
|
+
}
|
|
17
|
+
util.inherits(DelayedStream, Stream);
|
|
18
|
+
DelayedStream.create = function(source, options) {
|
|
19
|
+
var delayedStream = new this();
|
|
20
|
+
options = options || {};
|
|
21
|
+
for (var option in options) delayedStream[option] = options[option];
|
|
22
|
+
delayedStream.source = source;
|
|
23
|
+
var realEmit = source.emit;
|
|
24
|
+
source.emit = function() {
|
|
25
|
+
delayedStream._handleEmit(arguments);
|
|
26
|
+
return realEmit.apply(source, arguments);
|
|
27
|
+
};
|
|
28
|
+
source.on("error", function() {});
|
|
29
|
+
if (delayedStream.pauseStream) source.pause();
|
|
30
|
+
return delayedStream;
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(DelayedStream.prototype, "readable", {
|
|
33
|
+
configurable: true,
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: function() {
|
|
36
|
+
return this.source.readable;
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
DelayedStream.prototype.setEncoding = function() {
|
|
40
|
+
return this.source.setEncoding.apply(this.source, arguments);
|
|
41
|
+
};
|
|
42
|
+
DelayedStream.prototype.resume = function() {
|
|
43
|
+
if (!this._released) this.release();
|
|
44
|
+
this.source.resume();
|
|
45
|
+
};
|
|
46
|
+
DelayedStream.prototype.pause = function() {
|
|
47
|
+
this.source.pause();
|
|
48
|
+
};
|
|
49
|
+
DelayedStream.prototype.release = function() {
|
|
50
|
+
this._released = true;
|
|
51
|
+
this._bufferedEvents.forEach(function(args) {
|
|
52
|
+
this.emit.apply(this, args);
|
|
53
|
+
}.bind(this));
|
|
54
|
+
this._bufferedEvents = [];
|
|
55
|
+
};
|
|
56
|
+
DelayedStream.prototype.pipe = function() {
|
|
57
|
+
var r = Stream.prototype.pipe.apply(this, arguments);
|
|
58
|
+
this.resume();
|
|
59
|
+
return r;
|
|
60
|
+
};
|
|
61
|
+
DelayedStream.prototype._handleEmit = function(args) {
|
|
62
|
+
if (this._released) {
|
|
63
|
+
this.emit.apply(this, args);
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
if (args[0] === "data") {
|
|
67
|
+
this.dataSize += args[1].length;
|
|
68
|
+
this._checkIfMaxDataSizeExceeded();
|
|
69
|
+
}
|
|
70
|
+
this._bufferedEvents.push(args);
|
|
71
|
+
};
|
|
72
|
+
DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
|
|
73
|
+
if (this._maxDataSizeExceeded) return;
|
|
74
|
+
if (this.dataSize <= this.maxDataSize) return;
|
|
75
|
+
this._maxDataSizeExceeded = true;
|
|
76
|
+
var message = "DelayedStream#maxDataSize of " + this.maxDataSize + " bytes exceeded.";
|
|
77
|
+
this.emit("error", new Error(message));
|
|
78
|
+
};
|
|
79
|
+
}));
|
|
80
|
+
|
|
81
|
+
//#endregion
|
|
82
|
+
export default require_delayed_stream();
|
|
83
|
+
|
|
84
|
+
export { require_delayed_stream };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_gopd } from "../../../gopd@1.2.0/node_modules/gopd/index.mjs";
|
|
3
|
+
import { require_call_bind_apply_helpers } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.mjs";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js
|
|
6
|
+
var require_get = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
7
|
+
var callBind = require_call_bind_apply_helpers();
|
|
8
|
+
var gOPD = require_gopd();
|
|
9
|
+
var hasProtoAccessor;
|
|
10
|
+
try {
|
|
11
|
+
hasProtoAccessor = [].__proto__ === Array.prototype;
|
|
12
|
+
} catch (e) {
|
|
13
|
+
if (!e || typeof e !== "object" || !("code" in e) || e.code !== "ERR_PROTO_ACCESS") throw e;
|
|
14
|
+
}
|
|
15
|
+
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, "__proto__");
|
|
16
|
+
var $Object = Object;
|
|
17
|
+
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
18
|
+
/** @type {import('./get')} */
|
|
19
|
+
module.exports = desc && typeof desc.get === "function" ? callBind([desc.get]) : typeof $getPrototypeOf === "function" ? function getDunder(value) {
|
|
20
|
+
return $getPrototypeOf(value == null ? value : $Object(value));
|
|
21
|
+
} : false;
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
//#endregion
|
|
25
|
+
export default require_get();
|
|
26
|
+
|
|
27
|
+
export { require_get };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_lib } from "../../../../iconv-lite@0.6.3/node_modules/iconv-lite/lib/index.mjs";
|
|
3
|
+
|
|
4
|
+
//#region node_modules/.pnpm/encoding@0.1.13/node_modules/encoding/lib/encoding.js
|
|
5
|
+
var require_encoding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
|
+
var iconvLite = require_lib();
|
|
7
|
+
module.exports.convert = convert;
|
|
8
|
+
/**
|
|
9
|
+
* Convert encoding of an UTF-8 string or a buffer
|
|
10
|
+
*
|
|
11
|
+
* @param {String|Buffer} str String to be converted
|
|
12
|
+
* @param {String} to Encoding to be converted to
|
|
13
|
+
* @param {String} [from='UTF-8'] Encoding to be converted from
|
|
14
|
+
* @return {Buffer} Encoded string
|
|
15
|
+
*/
|
|
16
|
+
function convert(str, to, from) {
|
|
17
|
+
from = checkEncoding(from || "UTF-8");
|
|
18
|
+
to = checkEncoding(to || "UTF-8");
|
|
19
|
+
str = str || "";
|
|
20
|
+
var result;
|
|
21
|
+
if (from !== "UTF-8" && typeof str === "string") str = Buffer.from(str, "binary");
|
|
22
|
+
if (from === to) if (typeof str === "string") result = Buffer.from(str);
|
|
23
|
+
else result = str;
|
|
24
|
+
else try {
|
|
25
|
+
result = convertIconvLite(str, to, from);
|
|
26
|
+
} catch (E) {
|
|
27
|
+
console.error(E);
|
|
28
|
+
result = str;
|
|
29
|
+
}
|
|
30
|
+
if (typeof result === "string") result = Buffer.from(result, "utf-8");
|
|
31
|
+
return result;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Convert encoding of astring with iconv-lite
|
|
35
|
+
*
|
|
36
|
+
* @param {String|Buffer} str String to be converted
|
|
37
|
+
* @param {String} to Encoding to be converted to
|
|
38
|
+
* @param {String} [from='UTF-8'] Encoding to be converted from
|
|
39
|
+
* @return {Buffer} Encoded string
|
|
40
|
+
*/
|
|
41
|
+
function convertIconvLite(str, to, from) {
|
|
42
|
+
if (to === "UTF-8") return iconvLite.decode(str, from);
|
|
43
|
+
else if (from === "UTF-8") return iconvLite.encode(str, to);
|
|
44
|
+
else return iconvLite.encode(iconvLite.decode(str, from), to);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Converts charset name if needed
|
|
48
|
+
*
|
|
49
|
+
* @param {String} name Character set
|
|
50
|
+
* @return {String} Character set name
|
|
51
|
+
*/
|
|
52
|
+
function checkEncoding(name) {
|
|
53
|
+
return (name || "").toString().trim().replace(/^latin[\-_]?(\d+)$/i, "ISO-8859-$1").replace(/^win(?:dows)?[\-_]?(\d+)$/i, "WINDOWS-$1").replace(/^utf[\-_]?(\d+)$/i, "UTF-$1").replace(/^ks_c_5601\-1987$/i, "CP949").replace(/^us[\-_]?ascii$/i, "ASCII").toUpperCase();
|
|
54
|
+
}
|
|
55
|
+
}));
|
|
56
|
+
|
|
57
|
+
//#endregion
|
|
58
|
+
export default require_encoding();
|
|
59
|
+
|
|
60
|
+
export { require_encoding };
|
package/dist/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js
|
|
4
|
+
var require_es_define_property = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('.')} */
|
|
6
|
+
var $defineProperty = Object.defineProperty || false;
|
|
7
|
+
if ($defineProperty) try {
|
|
8
|
+
$defineProperty({}, "a", { value: 1 });
|
|
9
|
+
} catch (e) {
|
|
10
|
+
$defineProperty = false;
|
|
11
|
+
}
|
|
12
|
+
module.exports = $defineProperty;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export default require_es_define_property();
|
|
17
|
+
|
|
18
|
+
export { require_es_define_property };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js
|
|
4
|
+
var require_eval = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./eval')} */
|
|
6
|
+
module.exports = EvalError;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_eval();
|
|
11
|
+
|
|
12
|
+
export { require_eval };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js
|
|
4
|
+
var require_es_errors = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('.')} */
|
|
6
|
+
module.exports = Error;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_es_errors();
|
|
11
|
+
|
|
12
|
+
export { require_es_errors };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js
|
|
4
|
+
var require_range = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./range')} */
|
|
6
|
+
module.exports = RangeError;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_range();
|
|
11
|
+
|
|
12
|
+
export { require_range };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js
|
|
4
|
+
var require_ref = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./ref')} */
|
|
6
|
+
module.exports = ReferenceError;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_ref();
|
|
11
|
+
|
|
12
|
+
export { require_ref };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js
|
|
4
|
+
var require_syntax = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./syntax')} */
|
|
6
|
+
module.exports = SyntaxError;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_syntax();
|
|
11
|
+
|
|
12
|
+
export { require_syntax };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js
|
|
4
|
+
var require_type = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./type')} */
|
|
6
|
+
module.exports = TypeError;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_type();
|
|
11
|
+
|
|
12
|
+
export { require_type };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js
|
|
4
|
+
var require_uri = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('./uri')} */
|
|
6
|
+
module.exports = URIError;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_uri();
|
|
11
|
+
|
|
12
|
+
export { require_uri };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js
|
|
4
|
+
var require_es_object_atoms = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
+
/** @type {import('.')} */
|
|
6
|
+
module.exports = Object;
|
|
7
|
+
}));
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_es_object_atoms();
|
|
11
|
+
|
|
12
|
+
export { require_es_object_atoms };
|
package/dist/node_modules/.pnpm/es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag/index.mjs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_type } from "../../../es-errors@1.3.0/node_modules/es-errors/type.mjs";
|
|
3
|
+
import { require_hasown } from "../../../hasown@2.0.2/node_modules/hasown/index.mjs";
|
|
4
|
+
import { require_get_intrinsic } from "../../../get-intrinsic@1.3.0/node_modules/get-intrinsic/index.mjs";
|
|
5
|
+
import { require_shams } from "../../../has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.mjs";
|
|
6
|
+
|
|
7
|
+
//#region node_modules/.pnpm/es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag/index.js
|
|
8
|
+
var require_es_set_tostringtag = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
9
|
+
var $defineProperty = require_get_intrinsic()("%Object.defineProperty%", true);
|
|
10
|
+
var hasToStringTag = require_shams()();
|
|
11
|
+
var hasOwn = require_hasown();
|
|
12
|
+
var $TypeError = require_type();
|
|
13
|
+
var toStringTag = hasToStringTag ? Symbol.toStringTag : null;
|
|
14
|
+
/** @type {import('.')} */
|
|
15
|
+
module.exports = function setToStringTag(object, value) {
|
|
16
|
+
var overrideIfSet = arguments.length > 2 && !!arguments[2] && arguments[2].force;
|
|
17
|
+
var nonConfigurable = arguments.length > 2 && !!arguments[2] && arguments[2].nonConfigurable;
|
|
18
|
+
if (typeof overrideIfSet !== "undefined" && typeof overrideIfSet !== "boolean" || typeof nonConfigurable !== "undefined" && typeof nonConfigurable !== "boolean") throw new $TypeError("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");
|
|
19
|
+
if (toStringTag && (overrideIfSet || !hasOwn(object, toStringTag))) if ($defineProperty) $defineProperty(object, toStringTag, {
|
|
20
|
+
configurable: !nonConfigurable,
|
|
21
|
+
enumerable: false,
|
|
22
|
+
value,
|
|
23
|
+
writable: false
|
|
24
|
+
});
|
|
25
|
+
else object[toStringTag] = value;
|
|
26
|
+
};
|
|
27
|
+
}));
|
|
28
|
+
|
|
29
|
+
//#endregion
|
|
30
|
+
export default require_es_set_tostringtag();
|
|
31
|
+
|
|
32
|
+
export { require_es_set_tostringtag };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import * as stream from "stream";
|
|
3
|
+
import * as http from "http";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/index.d.ts
|
|
6
|
+
// Extracted because @types/node doesn't export interfaces.
|
|
7
|
+
interface ReadableOptions {
|
|
8
|
+
highWaterMark?: number;
|
|
9
|
+
encoding?: string;
|
|
10
|
+
objectMode?: boolean;
|
|
11
|
+
read?(this: stream.Readable, size: number): void;
|
|
12
|
+
destroy?(this: stream.Readable, error: Error | null, callback: (error: Error | null) => void): void;
|
|
13
|
+
autoDestroy?: boolean;
|
|
14
|
+
}
|
|
15
|
+
interface Options extends ReadableOptions {
|
|
16
|
+
writable?: boolean;
|
|
17
|
+
readable?: boolean;
|
|
18
|
+
dataSize?: number;
|
|
19
|
+
maxDataSize?: number;
|
|
20
|
+
pauseStreams?: boolean;
|
|
21
|
+
}
|
|
22
|
+
declare class FormData extends stream.Readable {
|
|
23
|
+
constructor(options?: Options);
|
|
24
|
+
append(key: string, value: any, options?: FormData.AppendOptions | string): void;
|
|
25
|
+
getHeaders(userHeaders?: FormData.Headers): FormData.Headers;
|
|
26
|
+
submit(params: string | FormData.SubmitOptions, callback?: (error: Error | null, response: http.IncomingMessage) => void): http.ClientRequest;
|
|
27
|
+
getBuffer(): Buffer;
|
|
28
|
+
setBoundary(boundary: string): void;
|
|
29
|
+
getBoundary(): string;
|
|
30
|
+
getLength(callback: (err: Error | null, length: number) => void): void;
|
|
31
|
+
getLengthSync(): number;
|
|
32
|
+
hasKnownLength(): boolean;
|
|
33
|
+
}
|
|
34
|
+
declare namespace FormData {
|
|
35
|
+
interface Headers {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}
|
|
38
|
+
interface AppendOptions {
|
|
39
|
+
header?: string | Headers;
|
|
40
|
+
knownLength?: number;
|
|
41
|
+
filename?: string;
|
|
42
|
+
filepath?: string;
|
|
43
|
+
contentType?: string;
|
|
44
|
+
}
|
|
45
|
+
interface SubmitOptions extends http.RequestOptions {
|
|
46
|
+
protocol?: 'https:' | 'http:';
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
//#endregion
|
|
50
|
+
export { FormData };
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import { __commonJSMin, __require } from "../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_combined_stream } from "../../../../combined-stream@1.0.8/node_modules/combined-stream/lib/combined_stream.mjs";
|
|
3
|
+
import { require_mime_types } from "../../../../mime-types@2.1.35/node_modules/mime-types/index.mjs";
|
|
4
|
+
import { require_asynckit } from "../../../../asynckit@0.4.0/node_modules/asynckit/index.mjs";
|
|
5
|
+
import { require_hasown } from "../../../../hasown@2.0.2/node_modules/hasown/index.mjs";
|
|
6
|
+
import { require_es_set_tostringtag } from "../../../../es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag/index.mjs";
|
|
7
|
+
import { require_populate } from "./populate.mjs";
|
|
8
|
+
|
|
9
|
+
//#region node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/lib/form_data.js
|
|
10
|
+
var require_form_data = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
11
|
+
var CombinedStream = require_combined_stream();
|
|
12
|
+
var util = __require("util");
|
|
13
|
+
var path = __require("path");
|
|
14
|
+
var http = __require("http");
|
|
15
|
+
var https = __require("https");
|
|
16
|
+
var parseUrl = __require("url").parse;
|
|
17
|
+
var fs = __require("fs");
|
|
18
|
+
var Stream = __require("stream").Stream;
|
|
19
|
+
var crypto = __require("crypto");
|
|
20
|
+
var mime = require_mime_types();
|
|
21
|
+
var asynckit = require_asynckit();
|
|
22
|
+
var setToStringTag = require_es_set_tostringtag();
|
|
23
|
+
var hasOwn = require_hasown();
|
|
24
|
+
var populate = require_populate();
|
|
25
|
+
/**
|
|
26
|
+
* Create readable "multipart/form-data" streams.
|
|
27
|
+
* Can be used to submit forms
|
|
28
|
+
* and file uploads to other web applications.
|
|
29
|
+
*
|
|
30
|
+
* @constructor
|
|
31
|
+
* @param {object} options - Properties to be added/overriden for FormData and CombinedStream
|
|
32
|
+
*/
|
|
33
|
+
function FormData(options) {
|
|
34
|
+
if (!(this instanceof FormData)) return new FormData(options);
|
|
35
|
+
this._overheadLength = 0;
|
|
36
|
+
this._valueLength = 0;
|
|
37
|
+
this._valuesToMeasure = [];
|
|
38
|
+
CombinedStream.call(this);
|
|
39
|
+
options = options || {};
|
|
40
|
+
for (var option in options) this[option] = options[option];
|
|
41
|
+
}
|
|
42
|
+
util.inherits(FormData, CombinedStream);
|
|
43
|
+
FormData.LINE_BREAK = "\r\n";
|
|
44
|
+
FormData.DEFAULT_CONTENT_TYPE = "application/octet-stream";
|
|
45
|
+
FormData.prototype.append = function(field, value, options) {
|
|
46
|
+
options = options || {};
|
|
47
|
+
if (typeof options === "string") options = { filename: options };
|
|
48
|
+
var append = CombinedStream.prototype.append.bind(this);
|
|
49
|
+
if (typeof value === "number" || value == null) value = String(value);
|
|
50
|
+
if (Array.isArray(value)) {
|
|
51
|
+
this._error(/* @__PURE__ */ new Error("Arrays are not supported."));
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
var header = this._multiPartHeader(field, value, options);
|
|
55
|
+
var footer = this._multiPartFooter();
|
|
56
|
+
append(header);
|
|
57
|
+
append(value);
|
|
58
|
+
append(footer);
|
|
59
|
+
this._trackLength(header, value, options);
|
|
60
|
+
};
|
|
61
|
+
FormData.prototype._trackLength = function(header, value, options) {
|
|
62
|
+
var valueLength = 0;
|
|
63
|
+
if (options.knownLength != null) valueLength += Number(options.knownLength);
|
|
64
|
+
else if (Buffer.isBuffer(value)) valueLength = value.length;
|
|
65
|
+
else if (typeof value === "string") valueLength = Buffer.byteLength(value);
|
|
66
|
+
this._valueLength += valueLength;
|
|
67
|
+
this._overheadLength += Buffer.byteLength(header) + FormData.LINE_BREAK.length;
|
|
68
|
+
if (!value || !value.path && !(value.readable && hasOwn(value, "httpVersion")) && !(value instanceof Stream)) return;
|
|
69
|
+
if (!options.knownLength) this._valuesToMeasure.push(value);
|
|
70
|
+
};
|
|
71
|
+
FormData.prototype._lengthRetriever = function(value, callback) {
|
|
72
|
+
if (hasOwn(value, "fd")) if (value.end != void 0 && value.end != Infinity && value.start != void 0) callback(null, value.end + 1 - (value.start ? value.start : 0));
|
|
73
|
+
else fs.stat(value.path, function(err, stat) {
|
|
74
|
+
if (err) {
|
|
75
|
+
callback(err);
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
callback(null, stat.size - (value.start ? value.start : 0));
|
|
79
|
+
});
|
|
80
|
+
else if (hasOwn(value, "httpVersion")) callback(null, Number(value.headers["content-length"]));
|
|
81
|
+
else if (hasOwn(value, "httpModule")) {
|
|
82
|
+
value.on("response", function(response) {
|
|
83
|
+
value.pause();
|
|
84
|
+
callback(null, Number(response.headers["content-length"]));
|
|
85
|
+
});
|
|
86
|
+
value.resume();
|
|
87
|
+
} else callback("Unknown stream");
|
|
88
|
+
};
|
|
89
|
+
FormData.prototype._multiPartHeader = function(field, value, options) {
|
|
90
|
+
if (typeof options.header === "string") return options.header;
|
|
91
|
+
var contentDisposition = this._getContentDisposition(value, options);
|
|
92
|
+
var contentType = this._getContentType(value, options);
|
|
93
|
+
var contents = "";
|
|
94
|
+
var headers = {
|
|
95
|
+
"Content-Disposition": ["form-data", "name=\"" + field + "\""].concat(contentDisposition || []),
|
|
96
|
+
"Content-Type": [].concat(contentType || [])
|
|
97
|
+
};
|
|
98
|
+
if (typeof options.header === "object") populate(headers, options.header);
|
|
99
|
+
var header;
|
|
100
|
+
for (var prop in headers) if (hasOwn(headers, prop)) {
|
|
101
|
+
header = headers[prop];
|
|
102
|
+
if (header == null) continue;
|
|
103
|
+
if (!Array.isArray(header)) header = [header];
|
|
104
|
+
if (header.length) contents += prop + ": " + header.join("; ") + FormData.LINE_BREAK;
|
|
105
|
+
}
|
|
106
|
+
return "--" + this.getBoundary() + FormData.LINE_BREAK + contents + FormData.LINE_BREAK;
|
|
107
|
+
};
|
|
108
|
+
FormData.prototype._getContentDisposition = function(value, options) {
|
|
109
|
+
var filename;
|
|
110
|
+
if (typeof options.filepath === "string") filename = path.normalize(options.filepath).replace(/\\/g, "/");
|
|
111
|
+
else if (options.filename || value && (value.name || value.path)) filename = path.basename(options.filename || value && (value.name || value.path));
|
|
112
|
+
else if (value && value.readable && hasOwn(value, "httpVersion")) filename = path.basename(value.client._httpMessage.path || "");
|
|
113
|
+
if (filename) return "filename=\"" + filename + "\"";
|
|
114
|
+
};
|
|
115
|
+
FormData.prototype._getContentType = function(value, options) {
|
|
116
|
+
var contentType = options.contentType;
|
|
117
|
+
if (!contentType && value && value.name) contentType = mime.lookup(value.name);
|
|
118
|
+
if (!contentType && value && value.path) contentType = mime.lookup(value.path);
|
|
119
|
+
if (!contentType && value && value.readable && hasOwn(value, "httpVersion")) contentType = value.headers["content-type"];
|
|
120
|
+
if (!contentType && (options.filepath || options.filename)) contentType = mime.lookup(options.filepath || options.filename);
|
|
121
|
+
if (!contentType && value && typeof value === "object") contentType = FormData.DEFAULT_CONTENT_TYPE;
|
|
122
|
+
return contentType;
|
|
123
|
+
};
|
|
124
|
+
FormData.prototype._multiPartFooter = function() {
|
|
125
|
+
return function(next) {
|
|
126
|
+
var footer = FormData.LINE_BREAK;
|
|
127
|
+
if (this._streams.length === 0) footer += this._lastBoundary();
|
|
128
|
+
next(footer);
|
|
129
|
+
}.bind(this);
|
|
130
|
+
};
|
|
131
|
+
FormData.prototype._lastBoundary = function() {
|
|
132
|
+
return "--" + this.getBoundary() + "--" + FormData.LINE_BREAK;
|
|
133
|
+
};
|
|
134
|
+
FormData.prototype.getHeaders = function(userHeaders) {
|
|
135
|
+
var header;
|
|
136
|
+
var formHeaders = { "content-type": "multipart/form-data; boundary=" + this.getBoundary() };
|
|
137
|
+
for (header in userHeaders) if (hasOwn(userHeaders, header)) formHeaders[header.toLowerCase()] = userHeaders[header];
|
|
138
|
+
return formHeaders;
|
|
139
|
+
};
|
|
140
|
+
FormData.prototype.setBoundary = function(boundary) {
|
|
141
|
+
if (typeof boundary !== "string") throw new TypeError("FormData boundary must be a string");
|
|
142
|
+
this._boundary = boundary;
|
|
143
|
+
};
|
|
144
|
+
FormData.prototype.getBoundary = function() {
|
|
145
|
+
if (!this._boundary) this._generateBoundary();
|
|
146
|
+
return this._boundary;
|
|
147
|
+
};
|
|
148
|
+
FormData.prototype.getBuffer = function() {
|
|
149
|
+
var dataBuffer = new Buffer.alloc(0);
|
|
150
|
+
var boundary = this.getBoundary();
|
|
151
|
+
for (var i = 0, len = this._streams.length; i < len; i++) if (typeof this._streams[i] !== "function") {
|
|
152
|
+
if (Buffer.isBuffer(this._streams[i])) dataBuffer = Buffer.concat([dataBuffer, this._streams[i]]);
|
|
153
|
+
else dataBuffer = Buffer.concat([dataBuffer, Buffer.from(this._streams[i])]);
|
|
154
|
+
if (typeof this._streams[i] !== "string" || this._streams[i].substring(2, boundary.length + 2) !== boundary) dataBuffer = Buffer.concat([dataBuffer, Buffer.from(FormData.LINE_BREAK)]);
|
|
155
|
+
}
|
|
156
|
+
return Buffer.concat([dataBuffer, Buffer.from(this._lastBoundary())]);
|
|
157
|
+
};
|
|
158
|
+
FormData.prototype._generateBoundary = function() {
|
|
159
|
+
this._boundary = "--------------------------" + crypto.randomBytes(12).toString("hex");
|
|
160
|
+
};
|
|
161
|
+
FormData.prototype.getLengthSync = function() {
|
|
162
|
+
var knownLength = this._overheadLength + this._valueLength;
|
|
163
|
+
if (this._streams.length) knownLength += this._lastBoundary().length;
|
|
164
|
+
if (!this.hasKnownLength()) this._error(/* @__PURE__ */ new Error("Cannot calculate proper length in synchronous way."));
|
|
165
|
+
return knownLength;
|
|
166
|
+
};
|
|
167
|
+
FormData.prototype.hasKnownLength = function() {
|
|
168
|
+
var hasKnownLength = true;
|
|
169
|
+
if (this._valuesToMeasure.length) hasKnownLength = false;
|
|
170
|
+
return hasKnownLength;
|
|
171
|
+
};
|
|
172
|
+
FormData.prototype.getLength = function(cb) {
|
|
173
|
+
var knownLength = this._overheadLength + this._valueLength;
|
|
174
|
+
if (this._streams.length) knownLength += this._lastBoundary().length;
|
|
175
|
+
if (!this._valuesToMeasure.length) {
|
|
176
|
+
process.nextTick(cb.bind(this, null, knownLength));
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
asynckit.parallel(this._valuesToMeasure, this._lengthRetriever, function(err, values) {
|
|
180
|
+
if (err) {
|
|
181
|
+
cb(err);
|
|
182
|
+
return;
|
|
183
|
+
}
|
|
184
|
+
values.forEach(function(length) {
|
|
185
|
+
knownLength += length;
|
|
186
|
+
});
|
|
187
|
+
cb(null, knownLength);
|
|
188
|
+
});
|
|
189
|
+
};
|
|
190
|
+
FormData.prototype.submit = function(params, cb) {
|
|
191
|
+
var request;
|
|
192
|
+
var options;
|
|
193
|
+
var defaults = { method: "post" };
|
|
194
|
+
if (typeof params === "string") {
|
|
195
|
+
params = parseUrl(params);
|
|
196
|
+
options = populate({
|
|
197
|
+
port: params.port,
|
|
198
|
+
path: params.pathname,
|
|
199
|
+
host: params.hostname,
|
|
200
|
+
protocol: params.protocol
|
|
201
|
+
}, defaults);
|
|
202
|
+
} else {
|
|
203
|
+
options = populate(params, defaults);
|
|
204
|
+
if (!options.port) options.port = options.protocol === "https:" ? 443 : 80;
|
|
205
|
+
}
|
|
206
|
+
options.headers = this.getHeaders(params.headers);
|
|
207
|
+
if (options.protocol === "https:") request = https.request(options);
|
|
208
|
+
else request = http.request(options);
|
|
209
|
+
this.getLength(function(err, length) {
|
|
210
|
+
if (err && err !== "Unknown stream") {
|
|
211
|
+
this._error(err);
|
|
212
|
+
return;
|
|
213
|
+
}
|
|
214
|
+
if (length) request.setHeader("Content-Length", length);
|
|
215
|
+
this.pipe(request);
|
|
216
|
+
if (cb) {
|
|
217
|
+
var onResponse;
|
|
218
|
+
var callback = function(error, responce) {
|
|
219
|
+
request.removeListener("error", callback);
|
|
220
|
+
request.removeListener("response", onResponse);
|
|
221
|
+
return cb.call(this, error, responce);
|
|
222
|
+
};
|
|
223
|
+
onResponse = callback.bind(this, null);
|
|
224
|
+
request.on("error", callback);
|
|
225
|
+
request.on("response", onResponse);
|
|
226
|
+
}
|
|
227
|
+
}.bind(this));
|
|
228
|
+
return request;
|
|
229
|
+
};
|
|
230
|
+
FormData.prototype._error = function(err) {
|
|
231
|
+
if (!this.error) {
|
|
232
|
+
this.error = err;
|
|
233
|
+
this.pause();
|
|
234
|
+
this.emit("error", err);
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
FormData.prototype.toString = function() {
|
|
238
|
+
return "[object FormData]";
|
|
239
|
+
};
|
|
240
|
+
setToStringTag(FormData, "FormData");
|
|
241
|
+
module.exports = FormData;
|
|
242
|
+
}));
|
|
243
|
+
|
|
244
|
+
//#endregion
|
|
245
|
+
export default require_form_data();
|
|
246
|
+
|
|
247
|
+
export { require_form_data };
|