feat(ui): add DataTable and Toaster, drop the legacy Table, fix overlay dialogs DataTable replaces the 20-line Table scaffold entirely: columns, sorting, filtering, pagination, selection, bulk actions, comparison layout, sticky first column, custom HTML cells, and a remote source driven by a `request` output rather than a function prop (props travel as HTML attributes, so a function arrives as its own source text). Toaster replaces the hand-rolled status div: tone icons, actions, hover pause/resume and a progress bar. Overlays audit -- Modal and Drawer declared aria-modal="true" but nothing ever moved focus into the panel, so the @keydown handler on their root never ran and closeOnEscape did nothing. Focus, focus restore, a Tab trap and a body scroll lock now live in the reactive runtime, shared by both. ContextMenu placed pointer menus by subtracting a guessed 340x420 from the viewport, which pushed every menu that was not that size away from the pointer; it now positions at the pointer and lets the anchored clamp pull it back once it can be measured. The reactive runtime size budget moves 150k -> 175k to cover anchored overlays, dialog behaviour, the toaster and the DataTable client half. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> @
3025 lines
77 KiB
JSON
3025 lines
77 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"releaseLine": "0.8",
|
|
"packages": {
|
|
"@wrnexus/ai": {
|
|
".": [
|
|
"AI",
|
|
"AIAttemptEvent",
|
|
"AICircuitBreakerOptions",
|
|
"AIClient",
|
|
"AIClientOptions",
|
|
"AIConfig",
|
|
"AIError",
|
|
"AIGuardrail",
|
|
"AIProvider",
|
|
"AIProviderCapabilities",
|
|
"AIResult",
|
|
"AIRetryOptions",
|
|
"AITool",
|
|
"AIToolCall",
|
|
"AIUsage",
|
|
"ConversationStore",
|
|
"DeterministicAIProviderOptions",
|
|
"Effort",
|
|
"EmbeddingProvider",
|
|
"GenerateOptions",
|
|
"HttpAIProviderOptions",
|
|
"Message",
|
|
"Role",
|
|
"VectorMatch",
|
|
"VectorRecord",
|
|
"VectorStore",
|
|
"aiProvider",
|
|
"aiRateLimiter",
|
|
"anthropicProvider",
|
|
"createAI",
|
|
"createAIClient",
|
|
"createRagPipeline",
|
|
"deterministicAIProvider",
|
|
"evaluateAI",
|
|
"googleAIProvider",
|
|
"guardedProvider",
|
|
"localAIProvider",
|
|
"maxPromptLength",
|
|
"memoryConversationStore",
|
|
"memoryVectorStore",
|
|
"openAIEmbeddings",
|
|
"openAIProvider",
|
|
"promptTemplate"
|
|
],
|
|
"./platform": [
|
|
"AIGuardrail",
|
|
"ConversationStore",
|
|
"EmbeddingProvider",
|
|
"HttpAIProviderOptions",
|
|
"VectorMatch",
|
|
"VectorRecord",
|
|
"VectorStore",
|
|
"aiRateLimiter",
|
|
"createRagPipeline",
|
|
"evaluateAI",
|
|
"googleAIProvider",
|
|
"guardedProvider",
|
|
"localAIProvider",
|
|
"maxPromptLength",
|
|
"memoryConversationStore",
|
|
"memoryVectorStore",
|
|
"openAIEmbeddings",
|
|
"openAIProvider",
|
|
"promptTemplate"
|
|
]
|
|
},
|
|
"@wrnexus/auth": {
|
|
".": [
|
|
"AUTH_SECURITY_EVENT_TYPES",
|
|
"AUTH_SESSION_KEY",
|
|
"AuthAccountStatus",
|
|
"AuthAuditIssue",
|
|
"AuthClock",
|
|
"AuthConfig",
|
|
"AuthDeliveryMessage",
|
|
"AuthDeliveryProvider",
|
|
"AuthEngine",
|
|
"AuthEngineOptions",
|
|
"AuthHttpOptions",
|
|
"AuthIdentity",
|
|
"AuthIdentityType",
|
|
"AuthImpersonationDecision",
|
|
"AuthMfaMethod",
|
|
"AuthPasskeyHttpOptions",
|
|
"AuthPluginOptions",
|
|
"AuthPublicUser",
|
|
"AuthRandom",
|
|
"AuthResult",
|
|
"AuthRiskDecision",
|
|
"AuthRiskLevel",
|
|
"AuthRiskSignals",
|
|
"AuthRouteName",
|
|
"AuthRoutesConfig",
|
|
"AuthSchemaOverrides",
|
|
"AuthSchemaSet",
|
|
"AuthSecretProtector",
|
|
"AuthSecurityEvent",
|
|
"AuthSecurityEventType",
|
|
"AuthSession",
|
|
"AuthSessionVerificationHandler",
|
|
"AuthSignedInHandler",
|
|
"AuthSignedOutHandler",
|
|
"AuthStore",
|
|
"AuthSuccessfulSignUpAction",
|
|
"AuthSuccessfulSignUpHandler",
|
|
"AuthTokenPurpose",
|
|
"AuthTokenUrlInput",
|
|
"AuthUser",
|
|
"AuthenticatedContext",
|
|
"DefaultAuthRouteOptions",
|
|
"KnownAuthSecurityEventType",
|
|
"LoginAttempt",
|
|
"LoginInput",
|
|
"MemoryAuthStore",
|
|
"MemoryPasskeyChallengeStore",
|
|
"OAuthAccount",
|
|
"OneTimeToken",
|
|
"OtpChallenge",
|
|
"PasskeyAuthenticationOptions",
|
|
"PasskeyChallengeKind",
|
|
"PasskeyChallengeRecord",
|
|
"PasskeyChallengeStore",
|
|
"PasskeyCredential",
|
|
"PasskeyProvider",
|
|
"PasskeyRegistrationOptions",
|
|
"PasskeyVerificationResult",
|
|
"PasswordBreachProvider",
|
|
"PasswordCredential",
|
|
"RecoveryCodeRecord",
|
|
"RegisterInput",
|
|
"RiskPolicy",
|
|
"SqlAuthStore",
|
|
"TotpCredential",
|
|
"TrustedDevice",
|
|
"assertPasskeyProvider",
|
|
"authBrowserSchemaDescriptors",
|
|
"authBrowserSchemaMap",
|
|
"authComponentProps",
|
|
"authComponentsDir",
|
|
"authFailure",
|
|
"authPlugin",
|
|
"authRoute",
|
|
"authSchemas",
|
|
"authSession",
|
|
"authSuccess",
|
|
"authenticatorConfirmSchema",
|
|
"authenticatorDisableSchema",
|
|
"authenticatorSetupSchema",
|
|
"changePasswordSchema",
|
|
"clearAuthSession",
|
|
"clearDefaultAuthEngine",
|
|
"createAuthEngine",
|
|
"createAuthHttpHandlers",
|
|
"createAuthSecretProtector",
|
|
"currentAuthSession",
|
|
"decodeBase32",
|
|
"emptyActionSchema",
|
|
"encodeBase32",
|
|
"establishAuthSession",
|
|
"evaluateAuthRisk",
|
|
"generateTotp",
|
|
"generateTotpSecret",
|
|
"getAuthSession",
|
|
"getAuthUser",
|
|
"getDefaultAuthEngine",
|
|
"getDefaultAuthRouteOptions",
|
|
"getDefaultAuthSchemas",
|
|
"hasDefaultAuthEngine",
|
|
"impersonationStartSchema",
|
|
"inferIdentityType",
|
|
"invitationAcceptSchema",
|
|
"isAuthenticatedContext",
|
|
"loginSchema",
|
|
"magicLinkConsumeSchema",
|
|
"magicLinkRequestSchema",
|
|
"mfaOtpRequestSchema",
|
|
"mfaSchema",
|
|
"normalizeEmail",
|
|
"normalizeIdentity",
|
|
"normalizePhone",
|
|
"normalizeUsername",
|
|
"optionalAuthUser",
|
|
"otpIssueSchema",
|
|
"otpLoginCompleteSchema",
|
|
"otpLoginRequestSchema",
|
|
"otpSchema",
|
|
"passkeyAuthenticationOptionsSchema",
|
|
"passkeyAuthenticationVerifySchema",
|
|
"passkeyRegistrationOptionsSchema",
|
|
"passkeyRegistrationVerifySchema",
|
|
"passwordResetRequestSchema",
|
|
"passwordResetSchema",
|
|
"publicUser",
|
|
"recoveryCodesSchema",
|
|
"registerSchema",
|
|
"requireAuth",
|
|
"requireAuthUser",
|
|
"resolveAuthSchemas",
|
|
"safeAuthReturnTo",
|
|
"sessionRevokeSchema",
|
|
"setDefaultAuthEngine",
|
|
"setDefaultAuthRouteOptions",
|
|
"setDefaultAuthSchemas",
|
|
"signUpSchema",
|
|
"totpUri",
|
|
"tryGetDefaultAuthEngine",
|
|
"verificationRequestSchema",
|
|
"verificationTokenSchema",
|
|
"verifyTotp"
|
|
],
|
|
"./client": [
|
|
"AuthRuntimeApi",
|
|
"authRuntime"
|
|
],
|
|
"./engine": [
|
|
"AuthEngine",
|
|
"createAuthEngine"
|
|
],
|
|
"./http": [
|
|
"AuthHttpOptions",
|
|
"AuthPasskeyHttpOptions",
|
|
"createAuthHttpHandlers"
|
|
],
|
|
"./middleware": [
|
|
"AUTH_SESSION_KEY",
|
|
"AuthSessionOptions",
|
|
"RequireAuthOptions",
|
|
"authSession",
|
|
"clearAuthSession",
|
|
"establishAuthSession",
|
|
"getAuthSession",
|
|
"getAuthUser",
|
|
"isAuthenticatedContext",
|
|
"requireAuth"
|
|
],
|
|
"./passkeys": [
|
|
"MemoryPasskeyChallengeStore",
|
|
"PasskeyChallengeKind",
|
|
"PasskeyChallengeRecord",
|
|
"PasskeyChallengeStore",
|
|
"PasskeyProvider",
|
|
"assertPasskeyProvider",
|
|
"publicKeyCreationOptions",
|
|
"publicKeyRequestOptions"
|
|
],
|
|
"./plugin": [
|
|
"AuthAuditIssue",
|
|
"AuthConfig",
|
|
"AuthPluginOptions",
|
|
"AuthRoutesConfig",
|
|
"authComponentsDir",
|
|
"authPlugin",
|
|
"default"
|
|
],
|
|
"./protector": [
|
|
"createAuthSecretProtector"
|
|
],
|
|
"./runtime": [
|
|
"DefaultAuthRouteOptions",
|
|
"clearDefaultAuthEngine",
|
|
"getDefaultAuthEngine",
|
|
"getDefaultAuthRouteOptions",
|
|
"getDefaultAuthSchemas",
|
|
"hasDefaultAuthEngine",
|
|
"setDefaultAuthEngine",
|
|
"setDefaultAuthRouteOptions",
|
|
"setDefaultAuthSchemas",
|
|
"tryGetDefaultAuthEngine"
|
|
],
|
|
"./server": [
|
|
"AUTH_SECURITY_EVENT_TYPES",
|
|
"AUTH_SESSION_KEY",
|
|
"AuthAccountStatus",
|
|
"AuthClock",
|
|
"AuthDeliveryMessage",
|
|
"AuthDeliveryProvider",
|
|
"AuthEngine",
|
|
"AuthEngineOptions",
|
|
"AuthHttpOptions",
|
|
"AuthIdentity",
|
|
"AuthIdentityType",
|
|
"AuthImpersonationDecision",
|
|
"AuthMfaMethod",
|
|
"AuthPasskeyHttpOptions",
|
|
"AuthPublicUser",
|
|
"AuthRandom",
|
|
"AuthResult",
|
|
"AuthRiskDecision",
|
|
"AuthRiskLevel",
|
|
"AuthRiskSignals",
|
|
"AuthSchemaOverrides",
|
|
"AuthSchemaSet",
|
|
"AuthSecretProtector",
|
|
"AuthSecurityEvent",
|
|
"AuthSecurityEventType",
|
|
"AuthSession",
|
|
"AuthSessionVerificationHandler",
|
|
"AuthSignedInHandler",
|
|
"AuthSignedOutHandler",
|
|
"AuthSuccessfulSignUpAction",
|
|
"AuthSuccessfulSignUpHandler",
|
|
"AuthTokenPurpose",
|
|
"AuthTokenUrlInput",
|
|
"AuthUser",
|
|
"AuthenticatedContext",
|
|
"DefaultAuthRouteOptions",
|
|
"KnownAuthSecurityEventType",
|
|
"LoginAttempt",
|
|
"LoginInput",
|
|
"MemoryAuthStore",
|
|
"OAuthAccount",
|
|
"OneTimeToken",
|
|
"OtpChallenge",
|
|
"PasskeyAuthenticationOptions",
|
|
"PasskeyCredential",
|
|
"PasskeyProvider",
|
|
"PasskeyRegistrationOptions",
|
|
"PasskeyVerificationResult",
|
|
"PasswordBreachProvider",
|
|
"PasswordCredential",
|
|
"RecoveryCodeRecord",
|
|
"RegisterInput",
|
|
"SqlAuthStore",
|
|
"TotpCredential",
|
|
"TrustedDevice",
|
|
"authBrowserSchemaDescriptors",
|
|
"authBrowserSchemaMap",
|
|
"authSchemas",
|
|
"authSession",
|
|
"authenticatorConfirmSchema",
|
|
"authenticatorDisableSchema",
|
|
"authenticatorSetupSchema",
|
|
"changePasswordSchema",
|
|
"clearAuthSession",
|
|
"clearDefaultAuthEngine",
|
|
"createAuthEngine",
|
|
"createAuthHttpHandlers",
|
|
"createAuthSecretProtector",
|
|
"emptyActionSchema",
|
|
"establishAuthSession",
|
|
"getAuthSession",
|
|
"getAuthUser",
|
|
"getDefaultAuthEngine",
|
|
"getDefaultAuthRouteOptions",
|
|
"getDefaultAuthSchemas",
|
|
"hasDefaultAuthEngine",
|
|
"impersonationStartSchema",
|
|
"inferIdentityType",
|
|
"invitationAcceptSchema",
|
|
"isAuthenticatedContext",
|
|
"loginSchema",
|
|
"magicLinkConsumeSchema",
|
|
"magicLinkRequestSchema",
|
|
"mfaOtpRequestSchema",
|
|
"mfaSchema",
|
|
"normalizeEmail",
|
|
"normalizeIdentity",
|
|
"normalizePhone",
|
|
"normalizeUsername",
|
|
"otpIssueSchema",
|
|
"otpLoginCompleteSchema",
|
|
"otpLoginRequestSchema",
|
|
"otpSchema",
|
|
"passkeyAuthenticationOptionsSchema",
|
|
"passkeyAuthenticationVerifySchema",
|
|
"passkeyRegistrationOptionsSchema",
|
|
"passkeyRegistrationVerifySchema",
|
|
"passwordResetRequestSchema",
|
|
"passwordResetSchema",
|
|
"publicUser",
|
|
"recoveryCodesSchema",
|
|
"registerSchema",
|
|
"requireAuth",
|
|
"resolveAuthSchemas",
|
|
"safeAuthReturnTo",
|
|
"sessionRevokeSchema",
|
|
"setDefaultAuthEngine",
|
|
"setDefaultAuthRouteOptions",
|
|
"setDefaultAuthSchemas",
|
|
"signUpSchema",
|
|
"tryGetDefaultAuthEngine",
|
|
"verificationRequestSchema",
|
|
"verificationTokenSchema"
|
|
],
|
|
"./store": [
|
|
"AuthStore"
|
|
],
|
|
"./stores/memory": [
|
|
"MemoryAuthStore"
|
|
],
|
|
"./stores/sql": [
|
|
"SqlAuthStore"
|
|
],
|
|
"./totp": [
|
|
"TotpOptions",
|
|
"decodeBase32",
|
|
"encodeBase32",
|
|
"generateTotp",
|
|
"generateTotpSecret",
|
|
"totpUri",
|
|
"verifyTotp"
|
|
],
|
|
"./types": [
|
|
"AUTH_SECURITY_EVENT_TYPES",
|
|
"AuthAccountStatus",
|
|
"AuthClock",
|
|
"AuthDeliveryMessage",
|
|
"AuthDeliveryProvider",
|
|
"AuthEngineOptions",
|
|
"AuthIdentity",
|
|
"AuthIdentityType",
|
|
"AuthImpersonationDecision",
|
|
"AuthMfaMethod",
|
|
"AuthPublicUser",
|
|
"AuthRandom",
|
|
"AuthResult",
|
|
"AuthRiskDecision",
|
|
"AuthRiskLevel",
|
|
"AuthRiskSignals",
|
|
"AuthSecretProtector",
|
|
"AuthSecurityEvent",
|
|
"AuthSecurityEventType",
|
|
"AuthSession",
|
|
"AuthSessionVerificationHandler",
|
|
"AuthSignedInHandler",
|
|
"AuthSignedOutHandler",
|
|
"AuthSuccessfulSignUpAction",
|
|
"AuthSuccessfulSignUpHandler",
|
|
"AuthTokenPurpose",
|
|
"AuthTokenUrlInput",
|
|
"AuthUser",
|
|
"AuthenticatedContext",
|
|
"KnownAuthSecurityEventType",
|
|
"LoginAttempt",
|
|
"LoginInput",
|
|
"OAuthAccount",
|
|
"OneTimeToken",
|
|
"OtpChallenge",
|
|
"PasskeyAuthenticationOptions",
|
|
"PasskeyCredential",
|
|
"PasskeyProvider",
|
|
"PasskeyRegistrationOptions",
|
|
"PasskeyVerificationResult",
|
|
"PasswordBreachProvider",
|
|
"PasswordCredential",
|
|
"RecoveryCodeRecord",
|
|
"RegisterInput",
|
|
"TotpCredential",
|
|
"TrustedDevice"
|
|
]
|
|
},
|
|
"@wrnexus/authz": {
|
|
".": [
|
|
"AUTHZ_LOCALS_KEY",
|
|
"AttributeMeta",
|
|
"AuthorizationDecision",
|
|
"AuthorizeDecisionOptions",
|
|
"AuthzAuditEvent",
|
|
"AuthzAuditSink",
|
|
"AuthzCatalog",
|
|
"AuthzModule",
|
|
"AuthzResolver",
|
|
"AuthzResolverOptions",
|
|
"AuthzScope",
|
|
"CacheOptions",
|
|
"CachedPermissionStore",
|
|
"CatalogSource",
|
|
"DecideInput",
|
|
"DecisionPolicy",
|
|
"GrantEffect",
|
|
"GuardOptions",
|
|
"MemoryAuditSink",
|
|
"PermissionMeta",
|
|
"PermissionStore",
|
|
"Policy",
|
|
"Rbac",
|
|
"Subject",
|
|
"SubjectAssignments",
|
|
"all",
|
|
"allDecisions",
|
|
"allow",
|
|
"any",
|
|
"anyDecision",
|
|
"attr",
|
|
"authorize",
|
|
"authorizeDecision",
|
|
"authzMiddleware",
|
|
"cachedPermissionStore",
|
|
"can",
|
|
"consoleAuditSink",
|
|
"createAuthzResolver",
|
|
"decideFor",
|
|
"decision",
|
|
"defineAuthz",
|
|
"defineRbac",
|
|
"deniedBy",
|
|
"deny",
|
|
"emptyCatalog",
|
|
"expandRoles",
|
|
"filterAuthorized",
|
|
"filterCan",
|
|
"generatePermissionTypes",
|
|
"getAuthzCatalog",
|
|
"guardPermission",
|
|
"hasAuthzCatalog",
|
|
"hasRole",
|
|
"memoryAuditSink",
|
|
"memoryPermissionStore",
|
|
"mergeCatalogs",
|
|
"owner",
|
|
"permissionMatches",
|
|
"requirePermission",
|
|
"requireRole",
|
|
"safeRecord",
|
|
"scopeKey",
|
|
"setAuthzCatalog"
|
|
],
|
|
"./db": [
|
|
"authzMigrationSql",
|
|
"dbPermissionStore",
|
|
"ensureAuthzTables"
|
|
]
|
|
},
|
|
"@wrnexus/benchmark": {
|
|
".": [
|
|
"BenchmarkOptions",
|
|
"BenchmarkResult",
|
|
"RegressionBudget",
|
|
"RegressionViolation",
|
|
"assertBenchmarkBudget",
|
|
"compareBenchmark",
|
|
"percentile",
|
|
"runBenchmark"
|
|
]
|
|
},
|
|
"@wrnexus/cache": {
|
|
".": [
|
|
"CacheCoordinator",
|
|
"CacheCoordinatorOptions",
|
|
"CacheEntry",
|
|
"CacheEvent",
|
|
"CacheInspection",
|
|
"CacheInvalidationBus",
|
|
"CacheLayerName",
|
|
"CacheLookup",
|
|
"CacheSetOptions",
|
|
"CacheSnapshotEntry",
|
|
"CachedResponse",
|
|
"DistributedInvalidation",
|
|
"DistributedInvalidationOptions",
|
|
"RequestCache",
|
|
"ResponseCacheOptions",
|
|
"TagCache",
|
|
"TagCacheOptions",
|
|
"connectCacheInvalidation",
|
|
"responseCache"
|
|
]
|
|
},
|
|
"@wrnexus/captcha": {
|
|
".": [
|
|
"AssetAudioRenderer",
|
|
"AssetAudioRendererOptions",
|
|
"CAPTCHA_CONCRETE_IMAGE_STYLES",
|
|
"CAPTCHA_IMAGE_STYLES",
|
|
"CalculationCaptchaGenerator",
|
|
"CaptchaAudioRenderer",
|
|
"CaptchaAuditIssue",
|
|
"CaptchaBinding",
|
|
"CaptchaChallenge",
|
|
"CaptchaChallengeGenerator",
|
|
"CaptchaChallengeRecord",
|
|
"CaptchaChallengeType",
|
|
"CaptchaConcreteImageStyle",
|
|
"CaptchaDifficulty",
|
|
"CaptchaEngine",
|
|
"CaptchaEngineOptions",
|
|
"CaptchaFailureCode",
|
|
"CaptchaGeneratorContext",
|
|
"CaptchaGuardOptions",
|
|
"CaptchaHttpHandlers",
|
|
"CaptchaHttpOptions",
|
|
"CaptchaImageItem",
|
|
"CaptchaImageStyle",
|
|
"CaptchaMiddleware",
|
|
"CaptchaPageGateOptions",
|
|
"CaptchaParseResult",
|
|
"CaptchaPluginOptions",
|
|
"CaptchaPolicyMode",
|
|
"CaptchaPolicyOptions",
|
|
"CaptchaPresentation",
|
|
"CaptchaProvider",
|
|
"CaptchaProviderClientConfig",
|
|
"CaptchaProviderName",
|
|
"CaptchaResponseTokenRecord",
|
|
"CaptchaRiskResult",
|
|
"CaptchaRiskSignals",
|
|
"CaptchaSessionGrant",
|
|
"CaptchaStore",
|
|
"CaptchaVerificationResult",
|
|
"CreateCaptchaOptions",
|
|
"DefaultCaptchaEngine",
|
|
"GeneratedCaptchaChallenge",
|
|
"HcaptchaProvider",
|
|
"ImageCaptchaGenerator",
|
|
"InvisibleCaptchaGenerator",
|
|
"ManagedCaptchaProvider",
|
|
"ManagedCaptchaProviderOptions",
|
|
"MemoryCaptchaStore",
|
|
"MemoryCaptchaStoreOptions",
|
|
"ParseWithCaptchaOptions",
|
|
"RecaptchaProvider",
|
|
"RedisCaptchaClient",
|
|
"RedisCaptchaStore",
|
|
"RedisCaptchaStoreOptions",
|
|
"ResolveCaptchaImageStyleOptions",
|
|
"ResolvedCaptchaImageStyle",
|
|
"Rgba",
|
|
"RgbaImage",
|
|
"SelfHostedCaptchaProvider",
|
|
"SiteverifyCaptchaProvider",
|
|
"SiteverifyPreset",
|
|
"SiteverifyProviderOptions",
|
|
"SqliteCaptchaStore",
|
|
"SqliteCaptchaStoreOptions",
|
|
"SqliteDatabaseLike",
|
|
"SqliteStatementLike",
|
|
"TextCaptchaGenerator",
|
|
"TurnstileCaptchaProvider",
|
|
"VerifyCaptchaInput",
|
|
"alphaCaptchaGenerator",
|
|
"alphanumericCaptchaGenerator",
|
|
"bindingHash",
|
|
"bytesToBase64",
|
|
"bytesToBase64Url",
|
|
"calculationCaptchaGenerator",
|
|
"captchaComponentsDir",
|
|
"captchaContext",
|
|
"captchaFields",
|
|
"captchaGuard",
|
|
"captchaHeaders",
|
|
"captchaPageGate",
|
|
"captchaPlugin",
|
|
"captchaResultResponse",
|
|
"captchaTokenFrom",
|
|
"clearCaptchaGrants",
|
|
"constantTimeEqual",
|
|
"createAssetAudioRenderer",
|
|
"createCaptchaEngine",
|
|
"createCaptchaHttpHandlers",
|
|
"createImage",
|
|
"createMemoryCaptchaStore",
|
|
"createRedisCaptchaStore",
|
|
"createSqliteCaptchaStore",
|
|
"defaultCaptchaGenerators",
|
|
"defaultRandomBytes",
|
|
"defineCaptchaGenerator",
|
|
"defineCaptchaProvider",
|
|
"drawGlyph",
|
|
"drawLine",
|
|
"drawText",
|
|
"encodePng",
|
|
"evaluateCaptchaRisk",
|
|
"fillCircle",
|
|
"fillPolygon",
|
|
"fillRect",
|
|
"hcaptchaProvider",
|
|
"hmacSha256",
|
|
"honeypotCaptchaGenerator",
|
|
"imageCaptchaGenerator",
|
|
"isCaptchaImageStyle",
|
|
"managedCaptchaProvider",
|
|
"normalizeCaptchaImageStyle",
|
|
"normalizeCaptchaImageStyleList",
|
|
"notRobotCaptchaGenerator",
|
|
"numberCaptchaGenerator",
|
|
"parseWithCaptcha",
|
|
"pngDataUri",
|
|
"randomId",
|
|
"recaptchaProvider",
|
|
"resolveCaptchaAudioAssetsDir",
|
|
"resolveCaptchaImageStyle",
|
|
"selfHostedProvider",
|
|
"setPixel",
|
|
"sha256",
|
|
"shouldRequireCaptcha",
|
|
"timingCaptchaGenerator",
|
|
"turnstileProvider",
|
|
"validCaptchaGrant",
|
|
"verifyCaptcha",
|
|
"verifyCaptchaOrThrow"
|
|
],
|
|
"./audio": [
|
|
"AssetAudioRenderer",
|
|
"AssetAudioRendererOptions",
|
|
"createAssetAudioRenderer",
|
|
"resolveCaptchaAudioAssetsDir"
|
|
],
|
|
"./challenges": [
|
|
"CAPTCHA_CONCRETE_IMAGE_STYLES",
|
|
"CAPTCHA_IMAGE_STYLES",
|
|
"CalculationCaptchaGenerator",
|
|
"ImageCaptchaGenerator",
|
|
"InvisibleCaptchaGenerator",
|
|
"ResolveCaptchaImageStyleOptions",
|
|
"ResolvedCaptchaImageStyle",
|
|
"Rgba",
|
|
"RgbaImage",
|
|
"TextCaptchaGenerator",
|
|
"alphaCaptchaGenerator",
|
|
"alphanumericCaptchaGenerator",
|
|
"bytesToBase64",
|
|
"calculationCaptchaGenerator",
|
|
"createImage",
|
|
"defaultCaptchaGenerators",
|
|
"defineCaptchaGenerator",
|
|
"drawGlyph",
|
|
"drawLine",
|
|
"drawText",
|
|
"encodePng",
|
|
"fillCircle",
|
|
"fillPolygon",
|
|
"fillRect",
|
|
"honeypotCaptchaGenerator",
|
|
"imageCaptchaGenerator",
|
|
"isCaptchaImageStyle",
|
|
"normalizeCaptchaImageStyle",
|
|
"normalizeCaptchaImageStyleList",
|
|
"notRobotCaptchaGenerator",
|
|
"numberCaptchaGenerator",
|
|
"pngDataUri",
|
|
"resolveCaptchaImageStyle",
|
|
"setPixel",
|
|
"timingCaptchaGenerator"
|
|
],
|
|
"./client": [
|
|
"CaptchaClientProviderDefinition",
|
|
"captchaClientProviders",
|
|
"getCaptchaResponse",
|
|
"resetCaptchaElement"
|
|
],
|
|
"./plugin": [
|
|
"CaptchaAuditIssue",
|
|
"CaptchaPluginOptions",
|
|
"captchaComponentsDir",
|
|
"captchaPlugin",
|
|
"default"
|
|
],
|
|
"./providers": [
|
|
"HcaptchaProvider",
|
|
"ManagedCaptchaProvider",
|
|
"ManagedCaptchaProviderOptions",
|
|
"RecaptchaProvider",
|
|
"SelfHostedCaptchaProvider",
|
|
"SiteverifyCaptchaProvider",
|
|
"SiteverifyPreset",
|
|
"SiteverifyProviderOptions",
|
|
"TurnstileCaptchaProvider",
|
|
"defineCaptchaProvider",
|
|
"hcaptchaProvider",
|
|
"managedCaptchaProvider",
|
|
"recaptchaProvider",
|
|
"selfHostedProvider",
|
|
"turnstileProvider"
|
|
],
|
|
"./providers/custom": [
|
|
"defineCaptchaProvider"
|
|
],
|
|
"./providers/hcaptcha": [
|
|
"HcaptchaProvider",
|
|
"hcaptchaProvider"
|
|
],
|
|
"./providers/managed": [
|
|
"ManagedCaptchaProvider",
|
|
"ManagedCaptchaProviderOptions",
|
|
"managedCaptchaProvider"
|
|
],
|
|
"./providers/recaptcha": [
|
|
"RecaptchaProvider",
|
|
"recaptchaProvider"
|
|
],
|
|
"./providers/self-hosted": [
|
|
"SelfHostedCaptchaProvider",
|
|
"selfHostedProvider"
|
|
],
|
|
"./providers/turnstile": [
|
|
"TurnstileCaptchaProvider",
|
|
"turnstileProvider"
|
|
],
|
|
"./server": [
|
|
"AssetAudioRenderer",
|
|
"AssetAudioRendererOptions",
|
|
"CaptchaAudioRenderer",
|
|
"CaptchaBinding",
|
|
"CaptchaChallenge",
|
|
"CaptchaChallengeGenerator",
|
|
"CaptchaChallengeRecord",
|
|
"CaptchaChallengeType",
|
|
"CaptchaConcreteImageStyle",
|
|
"CaptchaDifficulty",
|
|
"CaptchaEngine",
|
|
"CaptchaEngineOptions",
|
|
"CaptchaFailureCode",
|
|
"CaptchaGeneratorContext",
|
|
"CaptchaGuardOptions",
|
|
"CaptchaHttpHandlers",
|
|
"CaptchaHttpOptions",
|
|
"CaptchaImageItem",
|
|
"CaptchaImageStyle",
|
|
"CaptchaMiddleware",
|
|
"CaptchaPageGateOptions",
|
|
"CaptchaParseResult",
|
|
"CaptchaPolicyMode",
|
|
"CaptchaPolicyOptions",
|
|
"CaptchaPresentation",
|
|
"CaptchaProvider",
|
|
"CaptchaProviderClientConfig",
|
|
"CaptchaProviderName",
|
|
"CaptchaResponseTokenRecord",
|
|
"CaptchaRiskResult",
|
|
"CaptchaRiskSignals",
|
|
"CaptchaSessionGrant",
|
|
"CaptchaStore",
|
|
"CaptchaVerificationResult",
|
|
"CreateCaptchaOptions",
|
|
"DefaultCaptchaEngine",
|
|
"GeneratedCaptchaChallenge",
|
|
"HcaptchaProvider",
|
|
"ManagedCaptchaProvider",
|
|
"ManagedCaptchaProviderOptions",
|
|
"MemoryCaptchaStore",
|
|
"MemoryCaptchaStoreOptions",
|
|
"ParseWithCaptchaOptions",
|
|
"RecaptchaProvider",
|
|
"RedisCaptchaClient",
|
|
"RedisCaptchaStore",
|
|
"RedisCaptchaStoreOptions",
|
|
"SelfHostedCaptchaProvider",
|
|
"SiteverifyCaptchaProvider",
|
|
"SiteverifyPreset",
|
|
"SiteverifyProviderOptions",
|
|
"SqliteCaptchaStore",
|
|
"SqliteCaptchaStoreOptions",
|
|
"SqliteDatabaseLike",
|
|
"SqliteStatementLike",
|
|
"TurnstileCaptchaProvider",
|
|
"VerifyCaptchaInput",
|
|
"bindingHash",
|
|
"bytesToBase64Url",
|
|
"captchaGuard",
|
|
"captchaPageGate",
|
|
"clearCaptchaGrants",
|
|
"constantTimeEqual",
|
|
"createAssetAudioRenderer",
|
|
"createCaptchaEngine",
|
|
"createCaptchaHttpHandlers",
|
|
"createMemoryCaptchaStore",
|
|
"createRedisCaptchaStore",
|
|
"createSqliteCaptchaStore",
|
|
"defaultRandomBytes",
|
|
"defineCaptchaProvider",
|
|
"evaluateCaptchaRisk",
|
|
"hcaptchaProvider",
|
|
"hmacSha256",
|
|
"managedCaptchaProvider",
|
|
"parseWithCaptcha",
|
|
"randomId",
|
|
"recaptchaProvider",
|
|
"resolveCaptchaAudioAssetsDir",
|
|
"selfHostedProvider",
|
|
"sha256",
|
|
"shouldRequireCaptcha",
|
|
"turnstileProvider",
|
|
"validCaptchaGrant"
|
|
],
|
|
"./stores": [
|
|
"MemoryCaptchaStore",
|
|
"MemoryCaptchaStoreOptions",
|
|
"createMemoryCaptchaStore"
|
|
],
|
|
"./stores/memory": [
|
|
"MemoryCaptchaStore",
|
|
"MemoryCaptchaStoreOptions",
|
|
"createMemoryCaptchaStore"
|
|
],
|
|
"./stores/redis": [
|
|
"RedisCaptchaClient",
|
|
"RedisCaptchaStore",
|
|
"RedisCaptchaStoreOptions",
|
|
"createRedisCaptchaStore"
|
|
],
|
|
"./stores/sqlite": [
|
|
"SqliteCaptchaStore",
|
|
"SqliteCaptchaStoreOptions",
|
|
"SqliteDatabaseLike",
|
|
"SqliteStatementLike",
|
|
"createSqliteCaptchaStore"
|
|
],
|
|
"./types": [
|
|
"CaptchaAudioRenderer",
|
|
"CaptchaBinding",
|
|
"CaptchaChallenge",
|
|
"CaptchaChallengeGenerator",
|
|
"CaptchaChallengeRecord",
|
|
"CaptchaChallengeType",
|
|
"CaptchaConcreteImageStyle",
|
|
"CaptchaDifficulty",
|
|
"CaptchaEngine",
|
|
"CaptchaEngineOptions",
|
|
"CaptchaFailureCode",
|
|
"CaptchaGeneratorContext",
|
|
"CaptchaGuardOptions",
|
|
"CaptchaHttpHandlers",
|
|
"CaptchaImageItem",
|
|
"CaptchaImageStyle",
|
|
"CaptchaMiddleware",
|
|
"CaptchaPageGateOptions",
|
|
"CaptchaPolicyMode",
|
|
"CaptchaPolicyOptions",
|
|
"CaptchaPresentation",
|
|
"CaptchaProvider",
|
|
"CaptchaProviderClientConfig",
|
|
"CaptchaProviderName",
|
|
"CaptchaResponseTokenRecord",
|
|
"CaptchaRiskResult",
|
|
"CaptchaRiskSignals",
|
|
"CaptchaStore",
|
|
"CaptchaVerificationResult",
|
|
"CreateCaptchaOptions",
|
|
"GeneratedCaptchaChallenge",
|
|
"VerifyCaptchaInput"
|
|
]
|
|
},
|
|
"@wrnexus/cli": {
|
|
".": [],
|
|
"./workspace": [
|
|
"ResolvedWorkspaceApp",
|
|
"ResolvedWorkspaceConfig",
|
|
"WorkspaceApp",
|
|
"WorkspaceConfig",
|
|
"WorkspaceEnvironment",
|
|
"WorkspaceEnvironmentConfig",
|
|
"addWorkspaceApp",
|
|
"createWorkspace",
|
|
"insertWorkspaceApp",
|
|
"loadWorkspaceConfig",
|
|
"resolveWorkspaceConfig",
|
|
"runGateway",
|
|
"runProduction",
|
|
"workspaceFiles",
|
|
"workspaceMigrationTargets"
|
|
]
|
|
},
|
|
"@wrnexus/compiler": {
|
|
".": [
|
|
"ActionBlock",
|
|
"ApiBlock",
|
|
"Attr",
|
|
"CompilationCache",
|
|
"CompilationCacheEntry",
|
|
"CompilationCacheOptions",
|
|
"CompileResult",
|
|
"ComputedDecl",
|
|
"DataApiBlock",
|
|
"DataMode",
|
|
"DependencyGraph",
|
|
"DeploymentRuntime",
|
|
"EffectBlock",
|
|
"EventDecl",
|
|
"FormatWrnOptions",
|
|
"LexError",
|
|
"Lexer",
|
|
"LoadBlock",
|
|
"ModeFunctionsBlock",
|
|
"NativeCompileError",
|
|
"OptimizationReport",
|
|
"OutputDecl",
|
|
"PageAst",
|
|
"ParseError",
|
|
"PropDecl",
|
|
"RealtimeBlock",
|
|
"RouteExecutionKind",
|
|
"RuntimeCapability",
|
|
"RuntimeCapabilityDiagnostic",
|
|
"RuntimeFunctionDecl",
|
|
"RuntimeRequirements",
|
|
"SeoBlock",
|
|
"StateDecl",
|
|
"StateRuntime",
|
|
"StoreKind",
|
|
"StructuredImportDecl",
|
|
"ViewNode",
|
|
"WrnDiagnostic",
|
|
"analyzeOptimizations",
|
|
"analyzeRuntimeImports",
|
|
"analyzeRuntimeRequirements",
|
|
"assertValidAst",
|
|
"compilationKey",
|
|
"compile",
|
|
"compileNativeWireFile",
|
|
"compileWireFile",
|
|
"createCompilationCache",
|
|
"createComponentContract",
|
|
"createWrnSourceMap",
|
|
"diagnose",
|
|
"diagnosticFromError",
|
|
"eraseFunctionTypes",
|
|
"formatDiagnostic",
|
|
"formatWrn",
|
|
"generate",
|
|
"generateBrowserModule",
|
|
"generateDeclarations",
|
|
"generateNative",
|
|
"generateServerFunctionsModule",
|
|
"generateStoreBrowserModule",
|
|
"generateStoreModule",
|
|
"generateTargets",
|
|
"inferredRuntimeType",
|
|
"optimizeAst",
|
|
"parse",
|
|
"resolveWrnImport",
|
|
"resolveWrnImports",
|
|
"rpcManifest",
|
|
"runtimeCapabilities",
|
|
"runtimeTypeOf"
|
|
]
|
|
},
|
|
"@wrnexus/content": {
|
|
".": [
|
|
"CmsAdapter",
|
|
"ContentCollection",
|
|
"ContentCollectionOptions",
|
|
"ContentEntry",
|
|
"ContentHeading",
|
|
"ContentLoader",
|
|
"ContentLoaderResult",
|
|
"ContentSchema",
|
|
"MdxComponent",
|
|
"SyntaxLanguageBundle",
|
|
"VendorAdapterOptions",
|
|
"cmsContentLoader",
|
|
"contentRss",
|
|
"contentSitemap",
|
|
"contentfulAdapter",
|
|
"createIncrementalHighlighter",
|
|
"createSearchIndex",
|
|
"defineCollection",
|
|
"localContentLoader",
|
|
"paginateContent",
|
|
"parseFrontmatter",
|
|
"remoteContentLoader",
|
|
"renderMarkdown",
|
|
"renderMdxComponents",
|
|
"resolveContentReference",
|
|
"sanityAdapter",
|
|
"searchContent",
|
|
"strapiAdapter"
|
|
]
|
|
},
|
|
"@wrnexus/core": {
|
|
".": [
|
|
"ActionDefinition",
|
|
"ApplicationLifecycle",
|
|
"AsyncSessionBackend",
|
|
"BackoffStrategy",
|
|
"Bucket",
|
|
"BudgetViolation",
|
|
"Bulkhead",
|
|
"BulkheadOptions",
|
|
"CSRF_COOKIE",
|
|
"CSRF_HEADER",
|
|
"CacheControlOptions",
|
|
"CachePolicy",
|
|
"CircuitBreaker",
|
|
"CircuitBreakerOptions",
|
|
"CircuitBreakerSnapshot",
|
|
"ContentSecurityPolicyConfig",
|
|
"Context",
|
|
"CookieOptions",
|
|
"CookieStore",
|
|
"CorsConfig",
|
|
"CorsOrigin",
|
|
"CspDirectiveValue",
|
|
"CsrfProtectionOptions",
|
|
"DefinedAction",
|
|
"DefinedEndpoint",
|
|
"DefinedLoader",
|
|
"Duration",
|
|
"EndpointDefinition",
|
|
"EndpointError",
|
|
"EndpointErrorBody",
|
|
"ExecutionContext",
|
|
"ExecutionContextInput",
|
|
"ExecutionKind",
|
|
"FeatureFlags",
|
|
"FeatureRule",
|
|
"FeatureValue",
|
|
"Fragment",
|
|
"HealthCheck",
|
|
"HealthCheckResult",
|
|
"HealthRegistry",
|
|
"HstsConfig",
|
|
"Html",
|
|
"IdempotencyRecord",
|
|
"IdempotencyStore",
|
|
"InferEndpointSchema",
|
|
"JSXComponent",
|
|
"JSXProps",
|
|
"LifecycleHandler",
|
|
"LifecyclePhase",
|
|
"LoaderDefinition",
|
|
"LocalStorageSnapshot",
|
|
"Middleware",
|
|
"Mode",
|
|
"Next",
|
|
"OutputSchemaLike",
|
|
"POSTGRES_TENANT_DIRECTORY_SCHEMA",
|
|
"PageComponent",
|
|
"PageMeta",
|
|
"PerformanceBudgets",
|
|
"PerformanceMeasurement",
|
|
"PermissionsPolicyConfig",
|
|
"ProblemDetails",
|
|
"ProblemDetailsInput",
|
|
"RateLimitOptions",
|
|
"RateLimitStore",
|
|
"RawSocket",
|
|
"RealtimeBridge",
|
|
"RealtimeBus",
|
|
"RealtimeConnectMeta",
|
|
"RealtimeEnvelope",
|
|
"RealtimeHandler",
|
|
"RealtimeRegistry",
|
|
"RealtimeRegistryOptions",
|
|
"RealtimeSecurityOptions",
|
|
"RealtimeSocket",
|
|
"Renderable",
|
|
"RequestLimitsConfig",
|
|
"RequestLoggerOptions",
|
|
"RequestRecord",
|
|
"RequireAuthOptions",
|
|
"ResilienceError",
|
|
"ResilientCallOptions",
|
|
"ResponseContext",
|
|
"Room",
|
|
"RoomAuthInfo",
|
|
"RoomClient",
|
|
"RoomDefinition",
|
|
"RoomHandlers",
|
|
"RpcClientOptions",
|
|
"SESSION_USER_KEY",
|
|
"SaveUploadOptions",
|
|
"SavedUpload",
|
|
"SchemaLike",
|
|
"SecureUploadOptions",
|
|
"SecurityConfig",
|
|
"SeoConfig",
|
|
"ServerSentEvent",
|
|
"ServiceContainer",
|
|
"ServiceToken",
|
|
"SessionBackend",
|
|
"SessionEntry",
|
|
"SessionPolicy",
|
|
"SessionStore",
|
|
"Span",
|
|
"SpanRecord",
|
|
"StreamResponseInit",
|
|
"TFunction",
|
|
"TTLCache",
|
|
"Target",
|
|
"Tenant",
|
|
"TenantAuditEvent",
|
|
"TenantDirectoryStore",
|
|
"TenantMembership",
|
|
"TenantMiddlewareOptions",
|
|
"TenantQuota",
|
|
"TenantResolver",
|
|
"TenantResource",
|
|
"TenantSqlClient",
|
|
"Tracer",
|
|
"TrustedTypesConfig",
|
|
"UploadError",
|
|
"UploadInspectionResult",
|
|
"UploadInspector",
|
|
"UploadScanner",
|
|
"assertTenantAccess",
|
|
"bridgeRealtime",
|
|
"cacheControl",
|
|
"checkPerformanceBudgets",
|
|
"collectUploads",
|
|
"composeTenantResolvers",
|
|
"createContext",
|
|
"createCorsPreflightResponse",
|
|
"createExecutionContext",
|
|
"createPersistentTenantDirectory",
|
|
"createRealtimeRegistry",
|
|
"createRpcClient",
|
|
"createTenantDirectory",
|
|
"createTracer",
|
|
"csrfProtection",
|
|
"csrfToken",
|
|
"dedupe",
|
|
"defaultKey",
|
|
"defineAction",
|
|
"defineEndpoint",
|
|
"defineFeatureFlags",
|
|
"defineLoader",
|
|
"defineRoom",
|
|
"durationMs",
|
|
"escapeHtml",
|
|
"etag",
|
|
"executionContextFromHttp",
|
|
"getUser",
|
|
"hashPassword",
|
|
"isRoomDefinition",
|
|
"isSafeIslandName",
|
|
"isSafeRequestPath",
|
|
"isWebSocketOriginAllowed",
|
|
"jsx",
|
|
"jsxs",
|
|
"loadSession",
|
|
"logIn",
|
|
"logOut",
|
|
"memoryIdempotencyStore",
|
|
"memoryTenantDirectoryStore",
|
|
"migrateTenants",
|
|
"mustache",
|
|
"notModified",
|
|
"peerKey",
|
|
"postgresTenantDirectoryStore",
|
|
"problem",
|
|
"proxyKey",
|
|
"randomUploadFilename",
|
|
"rateLimit",
|
|
"recommendedWebBudgets",
|
|
"renderDevError",
|
|
"renderError",
|
|
"renderNotFound",
|
|
"renderProdError",
|
|
"renderStatusPage",
|
|
"requestId",
|
|
"requestLogger",
|
|
"requireAuth",
|
|
"requireTenant",
|
|
"resilientCall",
|
|
"resolveRequestUrl",
|
|
"sanitizeFilename",
|
|
"saveUpload",
|
|
"saveUploadSecure",
|
|
"secureDownloadHeaders",
|
|
"serviceToken",
|
|
"sessionAuth",
|
|
"setSessionBackend",
|
|
"setSessionPolicy",
|
|
"sse",
|
|
"streamResponse",
|
|
"tenantFromDomain",
|
|
"tenantFromHeader",
|
|
"tenantFromPath",
|
|
"tenantFromSession",
|
|
"tenantFromSubdomain",
|
|
"tenantKey",
|
|
"tenantMiddleware",
|
|
"tenantScope",
|
|
"tracingMiddleware",
|
|
"verifyCsrf",
|
|
"verifyPassword",
|
|
"withCacheControl",
|
|
"withContextHeaders",
|
|
"withIdempotency",
|
|
"withSecurityHeaders",
|
|
"withSpan"
|
|
],
|
|
"./jsx-dev-runtime": [
|
|
"Fragment",
|
|
"JSX",
|
|
"jsxDEV"
|
|
],
|
|
"./jsx-runtime": [
|
|
"Component",
|
|
"ElementType",
|
|
"Fragment",
|
|
"Html",
|
|
"JSX",
|
|
"Props",
|
|
"Renderable",
|
|
"jsx",
|
|
"jsxs",
|
|
"mustache"
|
|
]
|
|
},
|
|
"@wrnexus/csr": {
|
|
".": [
|
|
"ACTION_RUNTIME",
|
|
"ActionClientError",
|
|
"ActionClientOptions",
|
|
"ActionResult",
|
|
"ClientModuleScope",
|
|
"HydrationScopeApi",
|
|
"NAV_RUNTIME",
|
|
"OutputHandler",
|
|
"OutputHost",
|
|
"REACTIVE_RUNTIME",
|
|
"REALTIME_RUNTIME",
|
|
"ServerCallOptions",
|
|
"WrnServerCallError",
|
|
"WrnexusBrowserGlobals",
|
|
"callServerFunction",
|
|
"collectRefs",
|
|
"createActionClient",
|
|
"createOutputProxy",
|
|
"createServerProxy",
|
|
"getActionRuntime",
|
|
"getNavRuntime",
|
|
"getReactiveRuntime",
|
|
"getRealtimeRuntime",
|
|
"invalidateClientModule",
|
|
"invokeOutput",
|
|
"loadClientFunctions",
|
|
"registerOutputHandler"
|
|
]
|
|
},
|
|
"@wrnexus/db": {
|
|
".": [
|
|
"BaseType",
|
|
"Column",
|
|
"ColumnDef",
|
|
"Columns",
|
|
"CursorPage",
|
|
"CursorPageOptions",
|
|
"Db",
|
|
"Dialect",
|
|
"Driver",
|
|
"ExecResult",
|
|
"Migration",
|
|
"MigrationRunOptions",
|
|
"MigrationSafetyIssue",
|
|
"Model",
|
|
"ModelRef",
|
|
"PageOptions",
|
|
"Paginated",
|
|
"QueryDef",
|
|
"QueryIssue",
|
|
"QueryKind",
|
|
"QueryPolicy",
|
|
"QueryRecord",
|
|
"RecordNotFoundError",
|
|
"RelationOptions",
|
|
"Repository",
|
|
"Row",
|
|
"TxHandle",
|
|
"analyzeMigrationSafety",
|
|
"analyzeMigrations",
|
|
"appliedMigrations",
|
|
"applyMigrations",
|
|
"batch",
|
|
"closeDatabases",
|
|
"countRows",
|
|
"createDb",
|
|
"createRepository",
|
|
"createTableSql",
|
|
"cursorPaginate",
|
|
"databaseHealth",
|
|
"databaseNames",
|
|
"exists",
|
|
"firstOrThrow",
|
|
"generateQueriesFile",
|
|
"getDb",
|
|
"getDbPerformanceSnapshot",
|
|
"hasDb",
|
|
"instrumentDb",
|
|
"loadMigrations",
|
|
"loadRelated",
|
|
"migrate",
|
|
"optimisticUpdate",
|
|
"paginate",
|
|
"parseMigration",
|
|
"parseQueries",
|
|
"queryOperation",
|
|
"registerDb",
|
|
"registerLazyDb",
|
|
"resetDbPerformanceSnapshot",
|
|
"retryTransaction",
|
|
"rollback",
|
|
"scaffoldMigration",
|
|
"setDb",
|
|
"softDeleteClause",
|
|
"status",
|
|
"table",
|
|
"tenantScope",
|
|
"v",
|
|
"withTransaction"
|
|
],
|
|
"./connect": [
|
|
"DbConfig",
|
|
"connectFromConfig",
|
|
"resolveDbUrl"
|
|
],
|
|
"./mongo": [
|
|
"FindOptions",
|
|
"MongoDb",
|
|
"MongoRepo",
|
|
"mongo"
|
|
],
|
|
"./mysql": [
|
|
"mysql"
|
|
],
|
|
"./postgres": [
|
|
"postgres"
|
|
],
|
|
"./session": [
|
|
"sqliteSessionStore"
|
|
],
|
|
"./sqlite": [
|
|
"sqlite"
|
|
]
|
|
},
|
|
"@wrnexus/dev-server": {
|
|
".": [
|
|
"AssetServer",
|
|
"AuthzManifestEntry",
|
|
"FetchHandler",
|
|
"GatewayApp",
|
|
"GatewayAuth",
|
|
"GatewayOptions",
|
|
"GatewaySecurity",
|
|
"RESTART_EXIT_CODE",
|
|
"RunningGateway",
|
|
"RunningServer",
|
|
"RuntimeDeps",
|
|
"ServeOptions",
|
|
"WrnCompileMetrics",
|
|
"WsData",
|
|
"applyAuthzManifestEarly",
|
|
"createHandlers",
|
|
"createProductionHandlers",
|
|
"createProductionServer",
|
|
"expandStaticComponents",
|
|
"getWrnCompileMetrics",
|
|
"nodeListener",
|
|
"precomputePartialStaticShell",
|
|
"resetWrnCompileMetrics",
|
|
"serveNode",
|
|
"startGateway",
|
|
"startServer",
|
|
"toRequest",
|
|
"writeResponse"
|
|
],
|
|
"./serve-entry": []
|
|
},
|
|
"@wrnexus/dev-toolbar": {
|
|
".": [
|
|
"BuiltinPanelOptions",
|
|
"DEV_TOOLBAR_CSS",
|
|
"DEV_TOOLBAR_RULES",
|
|
"DEV_TOOLBAR_RUNTIME",
|
|
"DevToolbarApp",
|
|
"DevToolbarCategory",
|
|
"DevToolbarClientApi",
|
|
"DevToolbarCollector",
|
|
"DevToolbarConfig",
|
|
"DevToolbarElementTarget",
|
|
"DevToolbarFix",
|
|
"DevToolbarIssue",
|
|
"DevToolbarIssueListener",
|
|
"DevToolbarMetrics",
|
|
"DevToolbarPageReport",
|
|
"DevToolbarPanel",
|
|
"DevToolbarPlatformSnapshot",
|
|
"DevToolbarRegistry",
|
|
"DevToolbarRouteOptions",
|
|
"DevToolbarRule",
|
|
"DevToolbarRuleContext",
|
|
"DevToolbarServerMessage",
|
|
"DevToolbarSeverity",
|
|
"DevToolbarSourceLocation",
|
|
"OpenEditorOptions",
|
|
"OpenEditorRequest",
|
|
"accessibilityRules",
|
|
"accessibleName",
|
|
"buildEditorCommand",
|
|
"builtinDevToolbarPanels",
|
|
"colorRules",
|
|
"contrastRatio",
|
|
"createDevToolbarCollector",
|
|
"createDevToolbarRegistry",
|
|
"createFingerprint",
|
|
"createIssue",
|
|
"createServerIssue",
|
|
"effectiveBackground",
|
|
"formRules",
|
|
"getStableSelector",
|
|
"handleDevToolbarRoute",
|
|
"htmlRules",
|
|
"imageRules",
|
|
"isVisible",
|
|
"issueFromError",
|
|
"linkRules",
|
|
"luminance",
|
|
"mediaRules",
|
|
"openInEditor",
|
|
"parseRgb",
|
|
"parseSource",
|
|
"performanceRules",
|
|
"resolveEditorFile",
|
|
"responsiveRules",
|
|
"runDevToolbarRules",
|
|
"securityRules",
|
|
"seoRules",
|
|
"serializeDevToolbarJson"
|
|
],
|
|
"./client": [
|
|
"DEV_TOOLBAR_CSS",
|
|
"DEV_TOOLBAR_RUNTIME"
|
|
],
|
|
"./rules": [
|
|
"DEV_TOOLBAR_RULES",
|
|
"DevToolbarRule",
|
|
"DevToolbarRuleContext",
|
|
"accessibilityRules",
|
|
"accessibleName",
|
|
"colorRules",
|
|
"contrastRatio",
|
|
"createFingerprint",
|
|
"createIssue",
|
|
"effectiveBackground",
|
|
"formRules",
|
|
"getStableSelector",
|
|
"htmlRules",
|
|
"imageRules",
|
|
"isVisible",
|
|
"linkRules",
|
|
"luminance",
|
|
"mediaRules",
|
|
"parseRgb",
|
|
"parseSource",
|
|
"performanceRules",
|
|
"responsiveRules",
|
|
"runDevToolbarRules",
|
|
"securityRules",
|
|
"seoRules"
|
|
],
|
|
"./server": [
|
|
"BuiltinPanelOptions",
|
|
"DevToolbarApp",
|
|
"DevToolbarCollector",
|
|
"DevToolbarIssueListener",
|
|
"DevToolbarRegistry",
|
|
"DevToolbarRouteOptions",
|
|
"OpenEditorOptions",
|
|
"OpenEditorRequest",
|
|
"buildEditorCommand",
|
|
"builtinDevToolbarPanels",
|
|
"createDevToolbarCollector",
|
|
"createDevToolbarRegistry",
|
|
"createServerIssue",
|
|
"handleDevToolbarRoute",
|
|
"issueFromError",
|
|
"openInEditor",
|
|
"resolveEditorFile",
|
|
"serializeDevToolbarJson"
|
|
],
|
|
"./types": [
|
|
"DevToolbarCategory",
|
|
"DevToolbarClientApi",
|
|
"DevToolbarConfig",
|
|
"DevToolbarElementTarget",
|
|
"DevToolbarFix",
|
|
"DevToolbarIssue",
|
|
"DevToolbarMetrics",
|
|
"DevToolbarPageReport",
|
|
"DevToolbarPanel",
|
|
"DevToolbarPlatformSnapshot",
|
|
"DevToolbarServerMessage",
|
|
"DevToolbarSeverity",
|
|
"DevToolbarSourceLocation"
|
|
]
|
|
},
|
|
"@wrnexus/encryption": {
|
|
".": [
|
|
"DecryptedHttpBody",
|
|
"ENCRYPTED_HTTP_CONTENT_TYPE",
|
|
"ENCRYPTED_HTTP_VERSION",
|
|
"EncryptedHttpEnvelope",
|
|
"EncryptedHttpOptions",
|
|
"EncryptionKey",
|
|
"EncryptionKeyring",
|
|
"ReplayStore",
|
|
"createEncryptedRequest",
|
|
"createKeyring",
|
|
"createMemoryReplayStore",
|
|
"decrypt",
|
|
"decryptEncryptedResponse",
|
|
"decryptHttpBody",
|
|
"decryptRequest",
|
|
"deriveKey",
|
|
"encrypt",
|
|
"encryptHttpBody",
|
|
"encryptResponse",
|
|
"encryptedBody",
|
|
"encryptedExchange",
|
|
"encryptedFetch",
|
|
"generateKey",
|
|
"hmacSign",
|
|
"hmacVerify",
|
|
"needsRotation",
|
|
"open",
|
|
"seal",
|
|
"sealedKeyId",
|
|
"sha256"
|
|
]
|
|
},
|
|
"@wrnexus/graphql": {
|
|
".": [
|
|
"GraphqlExecutionResult",
|
|
"GraphqlOptions",
|
|
"GraphqlRequest",
|
|
"createGraphqlHandler",
|
|
"graphqlPlugin"
|
|
],
|
|
"./plugin": [
|
|
"default",
|
|
"graphqlPlugin"
|
|
]
|
|
},
|
|
"@wrnexus/helpers": {
|
|
".": [
|
|
"AllowedHosts",
|
|
"LoginRedirectOptions",
|
|
"OriginalRequestOptions",
|
|
"RequestContext",
|
|
"RetryOptions",
|
|
"appOrigin",
|
|
"appUrl",
|
|
"backoffDelay",
|
|
"clamp",
|
|
"currentAppName",
|
|
"currentAppOrigin",
|
|
"getOriginalRequestMethod",
|
|
"getOriginalRequestOrigin",
|
|
"getOriginalRequestPath",
|
|
"getOriginalRequestUrl",
|
|
"once",
|
|
"redirectToLogin",
|
|
"retry",
|
|
"safeJsonParse",
|
|
"sleep",
|
|
"stableStringify",
|
|
"withTimeout",
|
|
"workspaceAppOrigins",
|
|
"workspaceRootDomain"
|
|
]
|
|
},
|
|
"@wrnexus/i18n": {
|
|
".": [
|
|
"ExtractedTranslationKey",
|
|
"I18N_JS_HREF",
|
|
"I18N_RUNTIME",
|
|
"I18nConfig",
|
|
"I18nCookieConfig",
|
|
"I18nPluginOptions",
|
|
"LANG_COOKIE",
|
|
"LocaleFormatter",
|
|
"LocaleLoadOptions",
|
|
"Messages",
|
|
"ResolvedI18n",
|
|
"auditLocaleKeys",
|
|
"createLocaleFormatter",
|
|
"createPseudoLocale",
|
|
"extractTranslationKeys",
|
|
"extractTranslationKeysFromFiles",
|
|
"flattenMessageKeys",
|
|
"flattenMessages",
|
|
"formatCurrency",
|
|
"formatDate",
|
|
"formatMessage",
|
|
"formatNumber",
|
|
"formatRelativeTime",
|
|
"i18nComponentsDir",
|
|
"i18nPlugin",
|
|
"interpolate",
|
|
"loadLocales",
|
|
"loadRouteMessages",
|
|
"localeDirection",
|
|
"localeFallbacks",
|
|
"lookupMessage",
|
|
"makeT",
|
|
"normalizeLocale",
|
|
"parseAcceptLanguage",
|
|
"plural",
|
|
"pseudoLocalize",
|
|
"renderI18nData",
|
|
"resolveI18n",
|
|
"resolveLang",
|
|
"translateHtml",
|
|
"translationChain",
|
|
"translationCoverage",
|
|
"withTenantMessages"
|
|
],
|
|
"./plugin": [
|
|
"I18nPluginOptions",
|
|
"default",
|
|
"i18nComponentsDir",
|
|
"i18nPlugin"
|
|
]
|
|
},
|
|
"@wrnexus/identity": {
|
|
".": [
|
|
"DirectoryAdapter",
|
|
"EnterpriseIdentity",
|
|
"GovernanceEvent",
|
|
"MachineCredential",
|
|
"OidcMetadata",
|
|
"ReplayStore",
|
|
"SamlAdapter",
|
|
"SamlAssertion",
|
|
"ScimStore",
|
|
"ScimUser",
|
|
"createGovernance",
|
|
"createMachineIdentityManager",
|
|
"createSamlFederation",
|
|
"createScimHandler",
|
|
"discoverOidc",
|
|
"memoryReplayStore",
|
|
"memoryScimStore",
|
|
"oidcAuthorizationUrl",
|
|
"syncDirectory"
|
|
]
|
|
},
|
|
"@wrnexus/image": {
|
|
".": [
|
|
"ImageAuditInput",
|
|
"ImageAuditIssue",
|
|
"ImageFormat",
|
|
"ImageLoader",
|
|
"ImageLoaderInput",
|
|
"ImagePluginOptions",
|
|
"ImagePolicy",
|
|
"ImageProcessor",
|
|
"ImageProcessorResult",
|
|
"OptimizeImageOptions",
|
|
"OptimizedImageManifest",
|
|
"OptimizedImageVariant",
|
|
"PicturePlan",
|
|
"PictureSource",
|
|
"ResponsiveImageAttributes",
|
|
"ResponsiveImageOptions",
|
|
"auditImage",
|
|
"createBlurPlaceholder",
|
|
"createCdnImageLoader",
|
|
"createPathImageLoader",
|
|
"createPicture",
|
|
"createResponsiveImage",
|
|
"defaultImageLoader",
|
|
"imageCacheKey",
|
|
"imageComponentsDir",
|
|
"imagePlugin",
|
|
"imagePreload",
|
|
"normalizeImageWidths",
|
|
"optimizeImage"
|
|
],
|
|
"./plugin": [
|
|
"ImagePluginOptions",
|
|
"default",
|
|
"imageComponentsDir",
|
|
"imagePlugin"
|
|
]
|
|
},
|
|
"@wrnexus/jwt": {
|
|
".": [
|
|
"AccessTokenClaims",
|
|
"JwtAuthOptions",
|
|
"JwtClaims",
|
|
"JwtError",
|
|
"JwtKey",
|
|
"JwtKeyring",
|
|
"JwtTokenPair",
|
|
"RefreshTokenClaims",
|
|
"RemoteJwks",
|
|
"RemoteJwksOptions",
|
|
"SignOptions",
|
|
"VerifyOptions",
|
|
"assertJwtClaims",
|
|
"clearJwtCookie",
|
|
"createAccessToken",
|
|
"createJwtKeyring",
|
|
"createRefreshToken",
|
|
"createRemoteJwks",
|
|
"createTokenPair",
|
|
"decodeJwt",
|
|
"extractBearerToken",
|
|
"hasScopes",
|
|
"jwtAuth",
|
|
"jwtCookie",
|
|
"jwtResponse",
|
|
"readJwtCookie",
|
|
"requireScopes",
|
|
"signJwt",
|
|
"signWithKeyring",
|
|
"tokenScopes",
|
|
"tryVerifyJwt",
|
|
"verifyAccessToken",
|
|
"verifyJwt",
|
|
"verifyJwtWithJwks",
|
|
"verifyRefreshToken",
|
|
"verifyWithKeyring"
|
|
]
|
|
},
|
|
"@wrnexus/language-server": {
|
|
".": [
|
|
"Position",
|
|
"Range",
|
|
"TextDocument",
|
|
"WRN_COMPLETIONS",
|
|
"WorkspaceCompletionItem",
|
|
"clearWorkspaceIndexCache",
|
|
"completionItems",
|
|
"definitionLocation",
|
|
"documentDiagnostics",
|
|
"documentSymbols",
|
|
"extractComponentRefactor",
|
|
"formatDocument",
|
|
"hover",
|
|
"htmlToWrn",
|
|
"offsetAt",
|
|
"positionAt",
|
|
"symbolLocations",
|
|
"virtualTypeScriptDocument",
|
|
"wordAt",
|
|
"workspaceCompletionItems"
|
|
],
|
|
"./server": []
|
|
},
|
|
"@wrnexus/mcp": {
|
|
".": [
|
|
"McpServer",
|
|
"McpServerOptions",
|
|
"McpTool",
|
|
"createFrameworkMcpServer"
|
|
],
|
|
"./stdio": [
|
|
"runMcpStdio"
|
|
]
|
|
},
|
|
"@wrnexus/mobile": {
|
|
".": [
|
|
"CapacitorBridge",
|
|
"DeepLink",
|
|
"DeepLinkSource",
|
|
"MobileEnvironment",
|
|
"MobilePlatform",
|
|
"MobileUnavailableError",
|
|
"OfflineQueue",
|
|
"OfflineTask",
|
|
"OfflineTaskStore",
|
|
"PushAdapter",
|
|
"PushNotifications",
|
|
"PushRegistration",
|
|
"SecureStorage",
|
|
"SecureStorageAdapter",
|
|
"invoke",
|
|
"isNative",
|
|
"listenDeepLinks",
|
|
"memoryOfflineTaskStore",
|
|
"mobile",
|
|
"mobileEnvironment",
|
|
"native",
|
|
"parseDeepLink",
|
|
"platform",
|
|
"plugin",
|
|
"registerPlugin",
|
|
"requirePlugin",
|
|
"whenNative"
|
|
]
|
|
},
|
|
"@wrnexus/native": {
|
|
".": [
|
|
"NativeAdapter",
|
|
"NativeBrowserRuntime",
|
|
"NativeCapability",
|
|
"NativeCapabilityManifest",
|
|
"NativeCapabilityManifestEntry",
|
|
"NativePermission",
|
|
"NativePlatform",
|
|
"NativeRunOptions",
|
|
"NativeTarget",
|
|
"NativeUnavailableError",
|
|
"PermissionAdapter",
|
|
"PermissionManager",
|
|
"browserCapabilities",
|
|
"clearRegistry",
|
|
"defineNativeManifest",
|
|
"inspectNativeCapabilities",
|
|
"isMobile",
|
|
"missingNativeCapabilities",
|
|
"mobileCapabilities",
|
|
"native",
|
|
"platform",
|
|
"register",
|
|
"registered",
|
|
"run",
|
|
"supports"
|
|
],
|
|
"./browser": [
|
|
"browserCapabilities"
|
|
],
|
|
"./mobile": [
|
|
"mobileCapabilities"
|
|
]
|
|
},
|
|
"@wrnexus/oauth": {
|
|
".": [
|
|
"CompleteAuthOptions",
|
|
"OAuthProfile",
|
|
"OAuthProvider",
|
|
"OAuthStateRecord",
|
|
"OAuthStateStore",
|
|
"OAuthTokens",
|
|
"OidcDiscovery",
|
|
"OidcIdTokenClaims",
|
|
"ProviderCredentials",
|
|
"StartAuthOptions",
|
|
"StartAuthResult",
|
|
"VerifyOidcIdTokenOptions",
|
|
"completeAuth",
|
|
"createOAuthState",
|
|
"defineProvider",
|
|
"discord",
|
|
"discoverOidc",
|
|
"exchangeCode",
|
|
"fetchProfile",
|
|
"github",
|
|
"google",
|
|
"memoryOAuthStateStore",
|
|
"randomToken",
|
|
"refreshOAuthTokens",
|
|
"startAuth",
|
|
"validateOAuthReturnTo",
|
|
"validateOidcClaims",
|
|
"verifyOidcIdToken"
|
|
]
|
|
},
|
|
"@wrnexus/observability": {
|
|
".": [
|
|
"ErrorReporter",
|
|
"FrameworkSpanKind",
|
|
"HealthHandlerOptions",
|
|
"LogExporter",
|
|
"LogLevel",
|
|
"LogRecord",
|
|
"MetricExporter",
|
|
"MetricLabels",
|
|
"MetricPoint",
|
|
"MetricsMiddlewareOptions",
|
|
"MetricsRegistry",
|
|
"OperationTracer",
|
|
"SpanExporter",
|
|
"SpanRecord",
|
|
"StructuredLogger",
|
|
"StructuredLoggerOptions",
|
|
"TraceContext",
|
|
"TraceMiddlewareOptions",
|
|
"WebVitalRecord",
|
|
"WebVitalsClientOptions",
|
|
"WebVitalsHandlerOptions",
|
|
"createHttpMetricExporter",
|
|
"createJaegerExporter",
|
|
"createLivenessHandler",
|
|
"createOperationTracer",
|
|
"createOtlpLogExporter",
|
|
"createOtlpMetricExporter",
|
|
"createOtlpTraceExporter",
|
|
"createPerformanceProfiler",
|
|
"createPrometheusPushExporter",
|
|
"createReadinessHandler",
|
|
"createSentryCompatibleReporter",
|
|
"createStructuredLogger",
|
|
"createWebVitalsHandler",
|
|
"createZipkinExporter",
|
|
"defaultMetrics",
|
|
"formatTraceparent",
|
|
"metricsMiddleware",
|
|
"parseTraceparent",
|
|
"renderPrometheus",
|
|
"traceMiddleware",
|
|
"webVitalsClient"
|
|
],
|
|
"./client": [
|
|
"WebVitalsClientOptions",
|
|
"webVitalsClient"
|
|
],
|
|
"./health": [
|
|
"HealthHandlerOptions",
|
|
"createLivenessHandler",
|
|
"createReadinessHandler"
|
|
],
|
|
"./integrations": [
|
|
"ErrorReporter",
|
|
"FrameworkSpanKind",
|
|
"LogExporter",
|
|
"OperationTracer",
|
|
"createJaegerExporter",
|
|
"createOperationTracer",
|
|
"createOtlpLogExporter",
|
|
"createPerformanceProfiler",
|
|
"createPrometheusPushExporter",
|
|
"createSentryCompatibleReporter",
|
|
"createZipkinExporter",
|
|
"renderPrometheus"
|
|
],
|
|
"./logging": [
|
|
"LogLevel",
|
|
"LogRecord",
|
|
"StructuredLogger",
|
|
"StructuredLoggerOptions",
|
|
"createStructuredLogger"
|
|
],
|
|
"./metrics": [
|
|
"MetricLabels",
|
|
"MetricPoint",
|
|
"MetricsRegistry"
|
|
],
|
|
"./server": [
|
|
"MetricExporter",
|
|
"MetricsMiddlewareOptions",
|
|
"WebVitalRecord",
|
|
"WebVitalsHandlerOptions",
|
|
"createHttpMetricExporter",
|
|
"createOtlpMetricExporter",
|
|
"createWebVitalsHandler",
|
|
"defaultMetrics",
|
|
"metricsMiddleware"
|
|
],
|
|
"./trace": [
|
|
"SpanExporter",
|
|
"SpanRecord",
|
|
"TraceContext",
|
|
"TraceMiddlewareOptions",
|
|
"createOtlpTraceExporter",
|
|
"formatTraceparent",
|
|
"parseTraceparent",
|
|
"traceMiddleware"
|
|
]
|
|
},
|
|
"@wrnexus/playground": {
|
|
".": [
|
|
"PlaygroundCompilation",
|
|
"PlaygroundVersionAdapter",
|
|
"comparePlaygroundVersions",
|
|
"compilePlayground",
|
|
"createPlaygroundHandler",
|
|
"decodePlaygroundShare",
|
|
"encodePlaygroundShare"
|
|
]
|
|
},
|
|
"@wrnexus/plugin": {
|
|
".": [
|
|
"ClientRuntimeDefinition",
|
|
"ClientRuntimeInject",
|
|
"ClientRuntimeLoad",
|
|
"ClientRuntimeType",
|
|
"DiscoverPluginOptions",
|
|
"PackageAssetDefinition",
|
|
"PackageMigrationDefinition",
|
|
"PackagePluginManifest",
|
|
"PackageRouteDefinition",
|
|
"PackageStyleDefinition",
|
|
"PageAst",
|
|
"PluginCliCommand",
|
|
"PluginCommand",
|
|
"PluginCompatibilityResult",
|
|
"PluginCompatibilityTarget",
|
|
"PluginConfigSchema",
|
|
"PluginContext",
|
|
"PluginContributions",
|
|
"PluginDeploymentAdapter",
|
|
"PluginDevToolbarPanel",
|
|
"PluginDirective",
|
|
"PluginInput",
|
|
"PluginOrder",
|
|
"PluginPermission",
|
|
"PluginRunner",
|
|
"PluginVirtualModule",
|
|
"TransformContext",
|
|
"WrnDiagnostic",
|
|
"WrnexusPackageManifest",
|
|
"WrnexusPlugin",
|
|
"assertContributionId",
|
|
"contentTypeForPath",
|
|
"createPluginRunner",
|
|
"defaultClientRuntimePath",
|
|
"defaultPackageAssetPath",
|
|
"definePackageManifest",
|
|
"definePlugin",
|
|
"discoverPlugins",
|
|
"flattenPlugins",
|
|
"normalizeClientRuntime",
|
|
"normalizePackageAsset",
|
|
"resolvePlugins",
|
|
"testPluginCompatibility",
|
|
"validateStyleIds"
|
|
],
|
|
"./discovery": [
|
|
"DiscoverPluginOptions",
|
|
"discoverPlugins"
|
|
],
|
|
"./manifest": [
|
|
"assertContributionId",
|
|
"contentTypeForPath",
|
|
"defaultClientRuntimePath",
|
|
"defaultPackageAssetPath",
|
|
"definePackageManifest",
|
|
"normalizeClientRuntime",
|
|
"normalizePackageAsset",
|
|
"validateStyleIds"
|
|
],
|
|
"./types": [
|
|
"ClientRuntimeDefinition",
|
|
"ClientRuntimeInject",
|
|
"ClientRuntimeLoad",
|
|
"ClientRuntimeType",
|
|
"PackageAssetDefinition",
|
|
"PackageMigrationDefinition",
|
|
"PackagePluginManifest",
|
|
"PackageRouteDefinition",
|
|
"PackageStyleDefinition",
|
|
"PluginCliCommand",
|
|
"PluginCommand",
|
|
"PluginConfigSchema",
|
|
"PluginContext",
|
|
"PluginContributions",
|
|
"PluginDeploymentAdapter",
|
|
"PluginDevToolbarPanel",
|
|
"PluginDirective",
|
|
"PluginInput",
|
|
"PluginOrder",
|
|
"PluginPermission",
|
|
"PluginRunner",
|
|
"PluginVirtualModule",
|
|
"TransformContext",
|
|
"WrnexusPackageManifest",
|
|
"WrnexusPlugin"
|
|
]
|
|
},
|
|
"@wrnexus/pubsub": {
|
|
".": [
|
|
"Handler",
|
|
"KafkaClient",
|
|
"MessageEnvelope",
|
|
"NatsClient",
|
|
"PresenceChannel",
|
|
"PresenceMember",
|
|
"PubSub",
|
|
"PubSubDriver",
|
|
"ResilientPubSubOptions",
|
|
"createPubSub",
|
|
"createResilientPubSub",
|
|
"kafkaDriver",
|
|
"memoryDriver",
|
|
"natsDriver"
|
|
],
|
|
"./brokers": [
|
|
"KafkaClient",
|
|
"NatsClient",
|
|
"kafkaDriver",
|
|
"natsDriver"
|
|
],
|
|
"./redis": [
|
|
"RedisDriverOptions",
|
|
"redisDriver"
|
|
]
|
|
},
|
|
"@wrnexus/pwa": {
|
|
".": [
|
|
"ConflictResolution",
|
|
"IndexedDbMigration",
|
|
"OfflineMutation",
|
|
"OfflineQueueStore",
|
|
"POSTGRES_PUSH_SUBSCRIPTION_SCHEMA",
|
|
"PWA_REVIEW_RUNTIME",
|
|
"PushSqlClient",
|
|
"PushSubscriptionStore",
|
|
"RuntimeCacheRule",
|
|
"RuntimeCacheStrategy",
|
|
"ServiceWorkerOptions",
|
|
"StoredPushSubscription",
|
|
"WebManifestOptions",
|
|
"createOfflineQueue",
|
|
"createPushSubscriptionService",
|
|
"createWebManifest",
|
|
"generateServiceWorker",
|
|
"indexedDbOfflineQueueStore",
|
|
"memoryOfflineQueueStore",
|
|
"memoryPushSubscriptionStore",
|
|
"offlineQueueMigration",
|
|
"openPwaDatabase",
|
|
"postgresPushSubscriptionStore",
|
|
"pwaClientRuntime",
|
|
"renderOfflineQueueReview",
|
|
"resolveOfflineConflict",
|
|
"subscribeToPush"
|
|
]
|
|
},
|
|
"@wrnexus/queue": {
|
|
".": [
|
|
"AddOptions",
|
|
"DurableQueue",
|
|
"DurableQueueOptions",
|
|
"Job",
|
|
"JobContext",
|
|
"JobDefinition",
|
|
"JobHandler",
|
|
"POSTGRES_QUEUE_SCHEMA",
|
|
"Queue",
|
|
"QueueDashboardSnapshot",
|
|
"QueueOptions",
|
|
"QueueScheduler",
|
|
"QueueStore",
|
|
"RedisQueueClient",
|
|
"ScheduledJob",
|
|
"SqlQueueClient",
|
|
"WorkflowDefinition",
|
|
"WorkflowEngine",
|
|
"WorkflowRunContext",
|
|
"WorkflowSnapshot",
|
|
"WorkflowStatus",
|
|
"WorkflowStep",
|
|
"WorkflowStore",
|
|
"addBatch",
|
|
"createDurableQueue",
|
|
"createQueue",
|
|
"createQueueScheduler",
|
|
"createWorkflowEngine",
|
|
"cronToInterval",
|
|
"defineDurableWorkflow",
|
|
"defineJob",
|
|
"defineWorkflow",
|
|
"memoryQueueStore",
|
|
"memoryWorkflowStore",
|
|
"postgresQueueStore",
|
|
"queueDashboardSnapshot",
|
|
"redisQueueStore",
|
|
"renderQueueDashboard",
|
|
"runQueueDaemon"
|
|
]
|
|
},
|
|
"@wrnexus/reactive": {
|
|
".": [
|
|
"AnimationTimeline",
|
|
"Cleanup",
|
|
"HistorySignal",
|
|
"ReactiveContext",
|
|
"ReactiveScope",
|
|
"ReadonlySignal",
|
|
"Resource",
|
|
"ResourceOptions",
|
|
"ResourceStatus",
|
|
"Signal",
|
|
"Subscriber",
|
|
"TimelineStep",
|
|
"Unsubscribe",
|
|
"UrlStateOptions",
|
|
"WatchOptions",
|
|
"batch",
|
|
"computed",
|
|
"createContextProvider",
|
|
"createScope",
|
|
"createTimeline",
|
|
"effect",
|
|
"historySignal",
|
|
"mountPortal",
|
|
"resource",
|
|
"signal",
|
|
"transition",
|
|
"untrack",
|
|
"urlSignal",
|
|
"watch"
|
|
]
|
|
},
|
|
"@wrnexus/realtime": {
|
|
".": [
|
|
"BrowserRoomConnection",
|
|
"CreateRealtimeMessageOptions",
|
|
"DatabaseChange",
|
|
"DatabaseChangeSource",
|
|
"FileStreamFrame",
|
|
"ParseRealtimeMessageOptions",
|
|
"RawSocket",
|
|
"RealtimeBridge",
|
|
"RealtimeBus",
|
|
"RealtimeConnectMeta",
|
|
"RealtimeEnvelope",
|
|
"RealtimeHandler",
|
|
"RealtimeHistory",
|
|
"RealtimeHistoryOptions",
|
|
"RealtimeHistorySnapshot",
|
|
"RealtimeMessage",
|
|
"RealtimeMessageType",
|
|
"RealtimePluginOptions",
|
|
"RealtimePresence",
|
|
"RealtimeRegistry",
|
|
"RealtimeRegistryOptions",
|
|
"RealtimeRoomMeta",
|
|
"RealtimeSecurityOptions",
|
|
"RealtimeSocket",
|
|
"Room",
|
|
"RoomAuthInfo",
|
|
"RoomClient",
|
|
"RoomDefinition",
|
|
"RoomHandlers",
|
|
"SequencedRealtimeMessage",
|
|
"Target",
|
|
"WrnexusRealtimeWindow",
|
|
"assertRealtimeRoomName",
|
|
"bridgeRealtime",
|
|
"connectRoom",
|
|
"createAcknowledgement",
|
|
"createFileStreamReceiver",
|
|
"createPresenceEvent",
|
|
"createRealtimeHistory",
|
|
"createRealtimeMessage",
|
|
"createRealtimeRegistry",
|
|
"createTypingEvent",
|
|
"databaseChangeFeed",
|
|
"defineRoom",
|
|
"frameFileStream",
|
|
"isRealtimeMessage",
|
|
"isRoomDefinition",
|
|
"parseRealtimeMessage",
|
|
"realtimeComponentsDir",
|
|
"realtimePlugin",
|
|
"realtimeSseResponse",
|
|
"roomMemberSummary",
|
|
"roomQuery",
|
|
"sendRoomMessage"
|
|
],
|
|
"./plugin": [
|
|
"RealtimePluginOptions",
|
|
"default",
|
|
"realtimeComponentsDir",
|
|
"realtimePlugin"
|
|
]
|
|
},
|
|
"@wrnexus/router": {
|
|
".": [
|
|
"ComponentRef",
|
|
"ExternalRouteDefinition",
|
|
"Middleware",
|
|
"NamedRoute",
|
|
"Route",
|
|
"RouteManifestEntry",
|
|
"RouteMatch",
|
|
"Router",
|
|
"RouterOptions",
|
|
"buildRouter",
|
|
"compileRoutePattern",
|
|
"createRouteManifest",
|
|
"fileToRoute",
|
|
"findNamedRoute",
|
|
"findRouteConflicts",
|
|
"generateRoutesFile",
|
|
"getRouteParams",
|
|
"matchRoute",
|
|
"nameRoutes",
|
|
"routeName",
|
|
"routeUrl",
|
|
"sortRoutes"
|
|
]
|
|
},
|
|
"@wrnexus/rpc": {
|
|
".": [
|
|
"AnyProcedures",
|
|
"CallOptions",
|
|
"ExportOptions",
|
|
"HandlerContext",
|
|
"HttpTransportOptions",
|
|
"ImplementOptions",
|
|
"ImportOptions",
|
|
"InProcessHandler",
|
|
"InferInput",
|
|
"InferProcedureInput",
|
|
"InferProcedureOutput",
|
|
"InputSchema",
|
|
"ProcedureBuilder",
|
|
"ProcedureDef",
|
|
"RPC_ERROR_CODES",
|
|
"RPC_IDENTITY_HEADER",
|
|
"RPC_INTERNAL_HEADER",
|
|
"RPC_PATH_PREFIX",
|
|
"RpcErrorCode",
|
|
"RpcTarget",
|
|
"ServiceClient",
|
|
"ServiceClientOptions",
|
|
"ServiceContract",
|
|
"ServiceError",
|
|
"ServiceHandlers",
|
|
"ServiceImplementation",
|
|
"ServiceResult",
|
|
"SubjectContext",
|
|
"ToResultOptions",
|
|
"Transport",
|
|
"defineService",
|
|
"exportSubjectContext",
|
|
"failure",
|
|
"httpTransport",
|
|
"implement",
|
|
"importSubjectContext",
|
|
"inProcessTransport",
|
|
"isRetryableStatus",
|
|
"procedure",
|
|
"resolveAppOrigin",
|
|
"rpcPath",
|
|
"rpcSecret",
|
|
"serviceClient",
|
|
"success"
|
|
]
|
|
},
|
|
"@wrnexus/security": {
|
|
".": [
|
|
"RequestHardeningOptions",
|
|
"SafeFetchOptions",
|
|
"SafeObjectOptions",
|
|
"SafeUrlPolicy",
|
|
"SecureCookieOptions",
|
|
"SecureSerializeOptions",
|
|
"SecurityError",
|
|
"SecurityPreset",
|
|
"TrustedHtmlPolicy",
|
|
"TrustedHtmlValue",
|
|
"assertSafeObject",
|
|
"createTrustedHtml",
|
|
"isDangerousObjectKey",
|
|
"isPrivateAddress",
|
|
"isSafeUrl",
|
|
"isTrustedHtml",
|
|
"requestHardening",
|
|
"safeFetch",
|
|
"safeMerge",
|
|
"sanitizeUrl",
|
|
"secureCookieOptions",
|
|
"secureJsonStringify",
|
|
"securityPreset",
|
|
"serializeForHtml",
|
|
"setSecureCookie",
|
|
"unwrapTrustedHtml",
|
|
"validateUrl"
|
|
],
|
|
"./fetch": [
|
|
"SafeFetchOptions",
|
|
"isPrivateAddress",
|
|
"safeFetch"
|
|
],
|
|
"./serialization": [
|
|
"SecureSerializeOptions",
|
|
"secureJsonStringify",
|
|
"serializeForHtml"
|
|
],
|
|
"./trusted-html": [
|
|
"TrustedHtmlPolicy",
|
|
"TrustedHtmlValue",
|
|
"createTrustedHtml",
|
|
"isTrustedHtml",
|
|
"unwrapTrustedHtml"
|
|
]
|
|
},
|
|
"@wrnexus/ssr": {
|
|
".": [
|
|
"PartialPrerenderResult",
|
|
"RenderOptions",
|
|
"RenderScript",
|
|
"RpcContext",
|
|
"RpcHandlerOptions",
|
|
"RpcManifestContract",
|
|
"RpcParameterContract",
|
|
"RpcRequestPayload",
|
|
"ScriptAsset",
|
|
"StreamRenderOptions",
|
|
"createRpcHandler",
|
|
"disposeRequestStores",
|
|
"extractWrnexusStyles",
|
|
"partialPrerender",
|
|
"renderDocument",
|
|
"renderDocumentStream",
|
|
"renderStoreHydration",
|
|
"requestStoreContainer",
|
|
"streamDocumentResponse",
|
|
"streamPartialDocument"
|
|
],
|
|
"./rpc": [
|
|
"RpcContext",
|
|
"RpcHandlerOptions",
|
|
"RpcManifestContract",
|
|
"RpcParameterContract",
|
|
"RpcRequestPayload",
|
|
"createRpcHandler"
|
|
],
|
|
"./store-context": [
|
|
"disposeRequestStores",
|
|
"renderStoreHydration",
|
|
"requestStoreContainer"
|
|
]
|
|
},
|
|
"@wrnexus/store": {
|
|
".": [
|
|
"PersistenceStorage",
|
|
"StoreActionContext",
|
|
"StoreActionDefinition",
|
|
"StoreCombinedState",
|
|
"StoreContainer",
|
|
"StoreContainerOptions",
|
|
"StoreDefinition",
|
|
"StoreFunction",
|
|
"StoreInstance",
|
|
"StoreInstanceCore",
|
|
"StoreKind",
|
|
"StoreLifecycleContext",
|
|
"StoreMutation",
|
|
"StorePersistenceConfig",
|
|
"StoreRuntime",
|
|
"createStoreContainer",
|
|
"createStoreInstance",
|
|
"defineStore"
|
|
],
|
|
"./client": [
|
|
"browserStoreContainer",
|
|
"resetBrowserStores"
|
|
],
|
|
"./server": [
|
|
"createRequestStoreContainer"
|
|
],
|
|
"./types": [
|
|
"PersistenceStorage",
|
|
"StoreActionContext",
|
|
"StoreActionDefinition",
|
|
"StoreCombinedState",
|
|
"StoreDefinition",
|
|
"StoreFunction",
|
|
"StoreInstance",
|
|
"StoreInstanceCore",
|
|
"StoreKind",
|
|
"StoreLifecycleContext",
|
|
"StoreMutation",
|
|
"StorePersistenceConfig",
|
|
"StoreRuntime"
|
|
]
|
|
},
|
|
"@wrnexus/styles": {
|
|
".": [
|
|
"ACCENT_COOKIE",
|
|
"AppConfig",
|
|
"BuildConfig",
|
|
"CURRENT_COMPATIBILITY_DATE",
|
|
"CURRENT_FRAMEWORK_BEHAVIOUR",
|
|
"CompatibilityPolicy",
|
|
"CompatibilityReport",
|
|
"ConfigIssue",
|
|
"ContrastResult",
|
|
"CssPerformanceAuditIssue",
|
|
"CssTokenAudit",
|
|
"CustomThemePalette",
|
|
"DEFAULT_THEMES",
|
|
"DevToolbarConfig",
|
|
"ExperimentalConfig",
|
|
"ExplainedConfig",
|
|
"FontConfig",
|
|
"FontDisplay",
|
|
"GoogleFont",
|
|
"LocalFontFace",
|
|
"MobileConfig",
|
|
"Mode",
|
|
"NavigationConfig",
|
|
"ObservabilityConfig",
|
|
"PerformanceConfig",
|
|
"PwaConfig",
|
|
"ResolvedConfigLayers",
|
|
"ResolvedTheme",
|
|
"StyleProcessContext",
|
|
"StyleSource",
|
|
"StylesConfig",
|
|
"StylesMode",
|
|
"THEME_COOKIE",
|
|
"THEME_CSS_HREF",
|
|
"THEME_JS_HREF",
|
|
"THEME_PALETTES",
|
|
"THEME_PALETTE_NAMES",
|
|
"TenancyConfig",
|
|
"ThemeAccentConfig",
|
|
"ThemeConfig",
|
|
"ThemePaletteName",
|
|
"ThemeSemanticColor",
|
|
"ThemeToken",
|
|
"ThemeTokens",
|
|
"auditCssPerformance",
|
|
"auditWireTokens",
|
|
"bundleCss",
|
|
"contrast",
|
|
"defineConfig",
|
|
"defineThemeTokens",
|
|
"explainAppConfig",
|
|
"findStyleEntry",
|
|
"fontCspSources",
|
|
"headToString",
|
|
"isCompatibilityDate",
|
|
"loadAppConfig",
|
|
"loadEnv",
|
|
"loadRawConfig",
|
|
"normalizeStyleSources",
|
|
"renderFontHead",
|
|
"renderProductionFontHead",
|
|
"renderStyles",
|
|
"renderThemeCss",
|
|
"renderThemeRuntime",
|
|
"resolveAccentName",
|
|
"resolveCompatibility",
|
|
"resolveConfigLayers",
|
|
"resolveProfile",
|
|
"resolveThemeConfig",
|
|
"resolveThemeName",
|
|
"tailwindSourceDirectives",
|
|
"themeVar",
|
|
"validateAppConfig"
|
|
]
|
|
},
|
|
"@wrnexus/syntax": {
|
|
".": [
|
|
"ActionBlock",
|
|
"ApiBlock",
|
|
"Attr",
|
|
"ComputedDecl",
|
|
"DataApiBlock",
|
|
"DataMode",
|
|
"DiagnoseOptions",
|
|
"EffectBlock",
|
|
"EventDecl",
|
|
"FormatWrnOptions",
|
|
"FunctionParameterDecl",
|
|
"FunctionRuntime",
|
|
"LexError",
|
|
"Lexer",
|
|
"LifecycleBlock",
|
|
"LoadBlock",
|
|
"ModeFunctionsBlock",
|
|
"OutputDecl",
|
|
"PageAst",
|
|
"ParseError",
|
|
"PersistDecl",
|
|
"PropDecl",
|
|
"RealtimeBlock",
|
|
"RealtimeHandler",
|
|
"RuntimeFunctionDecl",
|
|
"RuntimeType",
|
|
"SeoBlock",
|
|
"SourceRange",
|
|
"StateDecl",
|
|
"StateRuntime",
|
|
"StoreKind",
|
|
"StoreLifecycleDecl",
|
|
"StructuredImportDecl",
|
|
"VOID_ELEMENTS",
|
|
"ViewNode",
|
|
"WRN_DIAGNOSTIC_CODES",
|
|
"WRN_HYDRATION_STRATEGIES",
|
|
"WRN_LANGUAGE_VERSION",
|
|
"WRN_ROOT_KINDS",
|
|
"WRN_ROOT_MEMBERS",
|
|
"WRN_RUNTIME_TARGETS",
|
|
"WRN_SYNTAX_FEATURES",
|
|
"WRN_SYNTAX_VERSION",
|
|
"WatchBlock",
|
|
"WrnDiagnostic",
|
|
"WrnDiagnosticSeverity",
|
|
"WrnHydrationStrategy",
|
|
"WrnRootKind",
|
|
"WrnRootMember",
|
|
"WrnRuntimeTarget",
|
|
"WrnSourcePosition",
|
|
"WrnSyntaxFeature",
|
|
"assertValidAst",
|
|
"classifyParseError",
|
|
"containsReadonlyPropMutation",
|
|
"createSourceRange",
|
|
"diagnose",
|
|
"diagnosticFromError",
|
|
"diagnosticSummary",
|
|
"eraseFunctionTypes",
|
|
"formatDiagnostic",
|
|
"formatWrn",
|
|
"inferredRuntimeType",
|
|
"isHydrationStrategy",
|
|
"isRuntimeTarget",
|
|
"parse",
|
|
"parseComputedDeclarations",
|
|
"parseHtmlView",
|
|
"parseOutputs",
|
|
"parsePersist",
|
|
"parseRuntimeFunctions",
|
|
"parseStateDeclarations",
|
|
"parseStoreLifecycle",
|
|
"parseStructuredImports",
|
|
"positionAt",
|
|
"runtimeTypeOf",
|
|
"sliceSource",
|
|
"stripRuntimeFunctionModifiers",
|
|
"supportsSyntaxFeature",
|
|
"validateTypedInitializer"
|
|
],
|
|
"./diagnostics": [
|
|
"DiagnoseOptions",
|
|
"WrnDiagnostic",
|
|
"WrnDiagnosticSeverity",
|
|
"WrnSourcePosition",
|
|
"assertValidAst",
|
|
"classifyParseError",
|
|
"containsReadonlyPropMutation",
|
|
"diagnose",
|
|
"diagnosticFromError",
|
|
"formatDiagnostic",
|
|
"isHydrationStrategy",
|
|
"isRuntimeTarget",
|
|
"positionAt"
|
|
],
|
|
"./formatter": [
|
|
"FormatWrnOptions",
|
|
"formatWrn"
|
|
],
|
|
"./parser": [
|
|
"ActionBlock",
|
|
"ApiBlock",
|
|
"Attr",
|
|
"ComputedDecl",
|
|
"DataApiBlock",
|
|
"DataMode",
|
|
"EffectBlock",
|
|
"EventDecl",
|
|
"LifecycleBlock",
|
|
"LifecycleHookName",
|
|
"LoadBlock",
|
|
"ModeFunctionsBlock",
|
|
"PageAst",
|
|
"ParseError",
|
|
"PropDecl",
|
|
"RealtimeBlock",
|
|
"RealtimeHandler",
|
|
"SeoBlock",
|
|
"StateDecl",
|
|
"VOID_ELEMENTS",
|
|
"ViewNode",
|
|
"WatchBlock",
|
|
"parse",
|
|
"parseHtmlView"
|
|
],
|
|
"./spec": [
|
|
"WRN_DIAGNOSTIC_CODES",
|
|
"WRN_HYDRATION_STRATEGIES",
|
|
"WRN_LANGUAGE_VERSION",
|
|
"WRN_ROOT_KINDS",
|
|
"WRN_ROOT_MEMBERS",
|
|
"WRN_RUNTIME_TARGETS",
|
|
"WrnHydrationStrategy",
|
|
"WrnRootKind",
|
|
"WrnRootMember",
|
|
"WrnRuntimeTarget"
|
|
],
|
|
"./tokenizer": [
|
|
"LexError",
|
|
"Lexer",
|
|
"Token",
|
|
"TokenType"
|
|
],
|
|
"./types": [
|
|
"RuntimeType",
|
|
"eraseFunctionTypes",
|
|
"inferredRuntimeType",
|
|
"runtimeTypeOf",
|
|
"validateTypedInitializer"
|
|
]
|
|
},
|
|
"@wrnexus/test": {
|
|
".": [
|
|
"BrowserArtifactPage",
|
|
"Deferred",
|
|
"Harness",
|
|
"HarnessOptions",
|
|
"JsonResponse",
|
|
"MemoryCookieJar",
|
|
"TestRequestOptions",
|
|
"TransactionalDatabase",
|
|
"WaitForOptions",
|
|
"afterAll",
|
|
"afterEach",
|
|
"beforeAll",
|
|
"beforeEach",
|
|
"callRoute",
|
|
"captureBrowserArtifacts",
|
|
"createContext",
|
|
"createFactory",
|
|
"createHarness",
|
|
"deferred",
|
|
"describe",
|
|
"expect",
|
|
"expectProblem",
|
|
"it",
|
|
"mock",
|
|
"mountHtml",
|
|
"readJsonResponse",
|
|
"renderComponent",
|
|
"spyOn",
|
|
"test",
|
|
"testContext",
|
|
"testRequest",
|
|
"waitFor",
|
|
"withDatabaseRollback"
|
|
]
|
|
},
|
|
"@wrnexus/tracking": {
|
|
".": [
|
|
"ErrorEvent",
|
|
"ErrorSink",
|
|
"TelemetryEnvelope",
|
|
"TelemetryKind",
|
|
"TelemetryPipeline",
|
|
"TelemetryPipelineOptions",
|
|
"TelemetrySink",
|
|
"Tracker",
|
|
"TrackerOptions",
|
|
"consoleSink",
|
|
"createTelemetryPipeline",
|
|
"createTracker",
|
|
"telemetryConsoleSink"
|
|
]
|
|
},
|
|
"@wrnexus/typecheck": {
|
|
".": [
|
|
"TypecheckOptions",
|
|
"VirtualTypeScriptModule",
|
|
"WrnTypeDiagnostic",
|
|
"checkWrnFile",
|
|
"checkWrnSource",
|
|
"componentContract",
|
|
"findAppRoot",
|
|
"loadApplicationTypes",
|
|
"storeContract",
|
|
"virtualTypeScriptModule"
|
|
],
|
|
"./contracts": [
|
|
"componentContract",
|
|
"storeContract"
|
|
],
|
|
"./project": [
|
|
"ApplicationTypes",
|
|
"findAppRoot",
|
|
"loadApplicationTypes"
|
|
]
|
|
},
|
|
"@wrnexus/ui": {
|
|
".": [],
|
|
"./registry": [
|
|
"UiComponentMetadata",
|
|
"UiComponentReference",
|
|
"auditUiComponents",
|
|
"findUiComponent",
|
|
"uiComponentNames",
|
|
"uiComponentPath",
|
|
"uiComponentReference",
|
|
"uiComponentsDir",
|
|
"uiCss",
|
|
"uiCssPath"
|
|
]
|
|
},
|
|
"@wrnexus/uploader": {
|
|
".": [
|
|
"CreateResumableUpload",
|
|
"LocalStoreConfig",
|
|
"MultipartObjectClient",
|
|
"POSTGRES_QUOTA_SCHEMA",
|
|
"PutMeta",
|
|
"QuotaSqlClient",
|
|
"QuotaStore",
|
|
"QuotaUsage",
|
|
"ResumableChunkResult",
|
|
"ResumableSessionStore",
|
|
"ResumableUploadManager",
|
|
"ResumableUploadManagerOptions",
|
|
"ResumableUploadSession",
|
|
"S3StoreConfig",
|
|
"SignedFileToken",
|
|
"StorageConfig",
|
|
"StorageDriver",
|
|
"Store",
|
|
"StoreAccess",
|
|
"StoreConfig",
|
|
"StoredObject",
|
|
"TemporaryObject",
|
|
"UPLOADS_PREFIX",
|
|
"UPLOAD_JS_HREF",
|
|
"UPLOAD_RUNTIME",
|
|
"UploadError",
|
|
"UploadInspection",
|
|
"UploadOptions",
|
|
"UploadPolicy",
|
|
"UploadPolicyError",
|
|
"UploadScanInput",
|
|
"UploadScanResult",
|
|
"UploadedFile",
|
|
"UploaderPluginOptions",
|
|
"VideoTranscodeOptions",
|
|
"accepts",
|
|
"assertUploadedFiles",
|
|
"configureStorage",
|
|
"contentTypeOf",
|
|
"createResumableUploadManager",
|
|
"createSignedFileToken",
|
|
"createTemporaryObjectCleaner",
|
|
"encodeKey",
|
|
"enforceUploadPolicy",
|
|
"extForType",
|
|
"extOf",
|
|
"ffmpegVideoTranscoder",
|
|
"formatFileSize",
|
|
"getStore",
|
|
"handleUpload",
|
|
"hasStorage",
|
|
"inspectUpload",
|
|
"localDriver",
|
|
"memoryQuotaStore",
|
|
"memoryResumableSessionStore",
|
|
"multipartUpload",
|
|
"postgresQuotaStore",
|
|
"s3Driver",
|
|
"safeObjectKey",
|
|
"serveFromStore",
|
|
"serveStoredFile",
|
|
"sha256Hex",
|
|
"signS3",
|
|
"sniffContentType",
|
|
"storeNames",
|
|
"storedUrl",
|
|
"upload",
|
|
"uploadAccept",
|
|
"uploadedFileMap",
|
|
"uploaderAttributes",
|
|
"uploaderComponentsDir",
|
|
"uploaderPlugin",
|
|
"verifySignedFileToken"
|
|
],
|
|
"./plugin": [
|
|
"UploaderPluginOptions",
|
|
"default",
|
|
"uploaderComponentsDir",
|
|
"uploaderPlugin"
|
|
]
|
|
},
|
|
"@wrnexus/validation": {
|
|
".": [
|
|
"AnyFieldSchema",
|
|
"AsyncObjectSchema",
|
|
"AsyncRefinement",
|
|
"AsyncValidationContext",
|
|
"BooleanSchema",
|
|
"ContractDefinition",
|
|
"ContractIssue",
|
|
"ContractKind",
|
|
"ContractRecord",
|
|
"ContractRegistry",
|
|
"ContractSnapshot",
|
|
"FieldDescriptor",
|
|
"FieldSchema",
|
|
"InferFieldValue",
|
|
"InferObjectFields",
|
|
"InferSchema",
|
|
"JsonSchemaDocument",
|
|
"NumberSchema",
|
|
"ObjectSchema",
|
|
"OpenApiSchema",
|
|
"ParseResult",
|
|
"RuleDescriptor",
|
|
"SchemaDescriptor",
|
|
"StringSchema",
|
|
"UnknownSchema",
|
|
"VALIDATE_RUNTIME",
|
|
"ValidationError",
|
|
"ValidationMessageKey",
|
|
"ValidationMessageTranslator",
|
|
"ValidationPluginOptions",
|
|
"applyRule",
|
|
"asyncSchema",
|
|
"checkContractCompatibility",
|
|
"checkField",
|
|
"defineContract",
|
|
"defineEvent",
|
|
"firstValidationError",
|
|
"invalid",
|
|
"localizeDescriptor",
|
|
"mergeValidationResults",
|
|
"openApiRequestBody",
|
|
"parseBody",
|
|
"parseBodyAsync",
|
|
"parseDescriptor",
|
|
"parseEnv",
|
|
"parseOrThrow",
|
|
"renderSchemasScript",
|
|
"schemaFieldNames",
|
|
"schemaToOpenApi",
|
|
"toJsonSchema",
|
|
"v",
|
|
"validationComponentsDir",
|
|
"validationPlugin",
|
|
"validationResponse",
|
|
"validationSummary"
|
|
],
|
|
"./plugin": [
|
|
"ValidationPluginOptions",
|
|
"default",
|
|
"validationComponentsDir",
|
|
"validationPlugin"
|
|
]
|
|
}
|
|
}
|
|
}
|