chore: update public API baseline
This commit is contained in:
+182
-2
@@ -968,6 +968,7 @@
|
||||
},
|
||||
"@wrnexus/cli": {
|
||||
".": [],
|
||||
"./test-setup": [],
|
||||
"./workspace": [
|
||||
"ResolvedWorkspaceApp",
|
||||
"ResolvedWorkspaceConfig",
|
||||
@@ -1352,6 +1353,8 @@
|
||||
"ActionClientError",
|
||||
"ActionClientOptions",
|
||||
"ActionResult",
|
||||
"ApiClientOptions",
|
||||
"ApiRequest",
|
||||
"ClientModuleScope",
|
||||
"HydrationScopeApi",
|
||||
"NAV_RUNTIME",
|
||||
@@ -1365,6 +1368,7 @@
|
||||
"callServerFunction",
|
||||
"collectRefs",
|
||||
"createActionClient",
|
||||
"createApiClient",
|
||||
"createOutputProxy",
|
||||
"createServerProxy",
|
||||
"getActionRuntime",
|
||||
@@ -1375,11 +1379,13 @@
|
||||
"invalidateClientModule",
|
||||
"invokeOutput",
|
||||
"loadClientFunctions",
|
||||
"registerOutputHandler"
|
||||
"registerOutputHandler",
|
||||
"useFetch"
|
||||
]
|
||||
},
|
||||
"@wrnexus/db": {
|
||||
".": [
|
||||
"AddSeedOptions",
|
||||
"BaseType",
|
||||
"Column",
|
||||
"ColumnDef",
|
||||
@@ -1390,6 +1396,7 @@
|
||||
"Dialect",
|
||||
"Driver",
|
||||
"ExecResult",
|
||||
"LedgerOptions",
|
||||
"Migration",
|
||||
"MigrationRunOptions",
|
||||
"MigrationSafetyIssue",
|
||||
@@ -1406,7 +1413,13 @@
|
||||
"RelationOptions",
|
||||
"Repository",
|
||||
"Row",
|
||||
"SeedDatabase",
|
||||
"SeedRow",
|
||||
"SeedStep",
|
||||
"SeedUserAccount",
|
||||
"TxHandle",
|
||||
"UpsertSeedOptions",
|
||||
"addSeedData",
|
||||
"analyzeMigrationSafety",
|
||||
"analyzeMigrations",
|
||||
"appliedMigrations",
|
||||
@@ -1421,6 +1434,8 @@
|
||||
"cursorPaginate",
|
||||
"databaseHealth",
|
||||
"databaseNames",
|
||||
"defineLedger",
|
||||
"defineSeed",
|
||||
"exists",
|
||||
"firstOrThrow",
|
||||
"generateQueriesFile",
|
||||
@@ -1438,15 +1453,20 @@
|
||||
"queryOperation",
|
||||
"registerDb",
|
||||
"registerLazyDb",
|
||||
"removeSeedData",
|
||||
"resetDbPerformanceSnapshot",
|
||||
"retryTransaction",
|
||||
"rollback",
|
||||
"runSeedQuery",
|
||||
"scaffoldMigration",
|
||||
"seedIfMissing",
|
||||
"seedUsers",
|
||||
"setDb",
|
||||
"softDeleteClause",
|
||||
"status",
|
||||
"table",
|
||||
"tenantScope",
|
||||
"upsertSeedData",
|
||||
"v",
|
||||
"withTransaction"
|
||||
],
|
||||
@@ -1647,6 +1667,7 @@
|
||||
"EncryptionKey",
|
||||
"EncryptionKeyring",
|
||||
"ReplayStore",
|
||||
"SecretResourceOptions",
|
||||
"createEncryptedRequest",
|
||||
"createKeyring",
|
||||
"createMemoryReplayStore",
|
||||
@@ -1654,6 +1675,7 @@
|
||||
"decryptEncryptedResponse",
|
||||
"decryptHttpBody",
|
||||
"decryptRequest",
|
||||
"defineSecretResource",
|
||||
"deriveKey",
|
||||
"encrypt",
|
||||
"encryptHttpBody",
|
||||
@@ -1687,26 +1709,39 @@
|
||||
"@wrnexus/helpers": {
|
||||
".": [
|
||||
"AllowedHosts",
|
||||
"ApiHandler",
|
||||
"HttpError",
|
||||
"LoginRedirectOptions",
|
||||
"OriginalRequestOptions",
|
||||
"RequestContext",
|
||||
"ResourceDefinition",
|
||||
"ResourceHandlers",
|
||||
"RetryOptions",
|
||||
"appOrigin",
|
||||
"appUrl",
|
||||
"authorized",
|
||||
"backoffDelay",
|
||||
"clamp",
|
||||
"currentAppName",
|
||||
"currentAppOrigin",
|
||||
"defineApiRoute",
|
||||
"defineResource",
|
||||
"getOriginalRequestMethod",
|
||||
"getOriginalRequestOrigin",
|
||||
"getOriginalRequestPath",
|
||||
"getOriginalRequestUrl",
|
||||
"json",
|
||||
"once",
|
||||
"redirectToLogin",
|
||||
"requireJson",
|
||||
"requireParam",
|
||||
"requirePermission",
|
||||
"requireUser",
|
||||
"retry",
|
||||
"safeJsonParse",
|
||||
"sleep",
|
||||
"stableStringify",
|
||||
"subjectId",
|
||||
"withTimeout",
|
||||
"workspaceAppOrigins",
|
||||
"workspaceRootDomain"
|
||||
@@ -1902,6 +1937,25 @@
|
||||
"isApiReferenceAt"
|
||||
]
|
||||
},
|
||||
"@wrnexus/mail": {
|
||||
".": [
|
||||
"MailDriver",
|
||||
"MailMessage",
|
||||
"MailOptions",
|
||||
"MailSandboxDecision",
|
||||
"MailTemplate",
|
||||
"SealedMailCredentialsOptions",
|
||||
"SealedMailDriverOptions",
|
||||
"defineMail",
|
||||
"defineMailTemplate",
|
||||
"defineSealedMailCredentials",
|
||||
"interpolateTemplate",
|
||||
"mailSandboxDecision",
|
||||
"queuedMail",
|
||||
"sealedMailDriver",
|
||||
"storedMailTemplate"
|
||||
]
|
||||
},
|
||||
"@wrnexus/mcp": {
|
||||
".": [
|
||||
"McpServer",
|
||||
@@ -1913,6 +1967,20 @@
|
||||
"runMcpStdio"
|
||||
]
|
||||
},
|
||||
"@wrnexus/metering": {
|
||||
".": [
|
||||
"EntitlementPlan",
|
||||
"EntitlementsOptions",
|
||||
"MeterKind",
|
||||
"MeterOptions",
|
||||
"MeterPack",
|
||||
"MeterResult",
|
||||
"MeterStore",
|
||||
"defineEntitlements",
|
||||
"defineMeter",
|
||||
"definePacks"
|
||||
]
|
||||
},
|
||||
"@wrnexus/mobile": {
|
||||
".": [
|
||||
"CapacitorBridge",
|
||||
@@ -2113,6 +2181,70 @@
|
||||
"traceMiddleware"
|
||||
]
|
||||
},
|
||||
"@wrnexus/payment": {
|
||||
".": [
|
||||
"CreateIntentInput",
|
||||
"CustomerInput",
|
||||
"GatewayCapabilities",
|
||||
"GatewayContractFixture",
|
||||
"GatewayContractReport",
|
||||
"GatewayIntent",
|
||||
"GatewayMethod",
|
||||
"GatewayRefund",
|
||||
"GatewaySupport",
|
||||
"InitializePaymentInput",
|
||||
"Money",
|
||||
"PayPalConfig",
|
||||
"PaymentEvent",
|
||||
"PaymentGateway",
|
||||
"PaymentIntent",
|
||||
"PaymentMethod",
|
||||
"PaymentOptions",
|
||||
"PaymentRefund",
|
||||
"PaymentResult",
|
||||
"PaymentService",
|
||||
"PaymentStatus",
|
||||
"PaymentStore",
|
||||
"RazorpayConfig",
|
||||
"RefundInput",
|
||||
"SandboxOptions",
|
||||
"StripeConfig",
|
||||
"WebhookEvent",
|
||||
"configurePayment",
|
||||
"databasePaymentStore",
|
||||
"defineGateway",
|
||||
"definePayment",
|
||||
"derivePaymentStatus",
|
||||
"exerciseGatewayContract",
|
||||
"getPaymentService",
|
||||
"memoryPaymentStore",
|
||||
"paymentPlugin",
|
||||
"paypalGateway",
|
||||
"razorpayGateway",
|
||||
"sandboxGateway",
|
||||
"signSandboxWebhook",
|
||||
"stripeGateway",
|
||||
"verifyGatewayContract"
|
||||
],
|
||||
"./adapters": [
|
||||
"PayPalConfig",
|
||||
"RazorpayConfig",
|
||||
"SandboxOptions",
|
||||
"StripeConfig",
|
||||
"paypalGateway",
|
||||
"razorpayGateway",
|
||||
"sandboxGateway",
|
||||
"signSandboxWebhook",
|
||||
"stripeGateway"
|
||||
],
|
||||
"./plugin": [
|
||||
"default",
|
||||
"paymentPlugin"
|
||||
],
|
||||
"./runtime-webhook": [
|
||||
"POST"
|
||||
]
|
||||
},
|
||||
"@wrnexus/playground": {
|
||||
".": [
|
||||
"PlaygroundCompilation",
|
||||
@@ -2277,21 +2409,41 @@
|
||||
"@wrnexus/queue": {
|
||||
".": [
|
||||
"AddOptions",
|
||||
"DefineQueueOptions",
|
||||
"DefinedJob",
|
||||
"DefinedJobOptions",
|
||||
"DefinedJobs",
|
||||
"DefinedQueue",
|
||||
"DurableQueue",
|
||||
"DurableQueueOptions",
|
||||
"Job",
|
||||
"JobContext",
|
||||
"JobDefinition",
|
||||
"JobHandler",
|
||||
"JobStateMachineOptions",
|
||||
"JobStatus",
|
||||
"OutboxEntry",
|
||||
"OutboxWriter",
|
||||
"POSTGRES_QUEUE_SCHEMA",
|
||||
"Queue",
|
||||
"QueueAdminOptions",
|
||||
"QueueDashboardSnapshot",
|
||||
"QueueEvent",
|
||||
"QueueEventType",
|
||||
"QueueHealth",
|
||||
"QueueJobDefinitions",
|
||||
"QueueJobRecord",
|
||||
"QueueJobState",
|
||||
"QueueOptions",
|
||||
"QueueScheduler",
|
||||
"QueueStorage",
|
||||
"QueueStorageConfig",
|
||||
"QueueStore",
|
||||
"RedisQueueClient",
|
||||
"SagaStep",
|
||||
"ScheduledJob",
|
||||
"SqlQueueClient",
|
||||
"SqliteQueueClient",
|
||||
"SubjectJob",
|
||||
"SubjectQueue",
|
||||
"WorkerDefinition",
|
||||
@@ -2303,24 +2455,46 @@
|
||||
"WorkflowStep",
|
||||
"WorkflowStore",
|
||||
"addBatch",
|
||||
"configureQueueStorage",
|
||||
"configuredQueueStore",
|
||||
"createDurableQueue",
|
||||
"createQueue",
|
||||
"createQueueAdminHandler",
|
||||
"createQueueScheduler",
|
||||
"createWorkflowEngine",
|
||||
"cronToInterval",
|
||||
"databaseQueueStore",
|
||||
"defineDurableWorkflow",
|
||||
"defineJob",
|
||||
"defineJobStateMachine",
|
||||
"defineQueue",
|
||||
"defineSaga",
|
||||
"defineWorker",
|
||||
"defineWorkflow",
|
||||
"drainOutbox",
|
||||
"installDatabaseQueueSchema",
|
||||
"installOutboxSchema",
|
||||
"installSqliteQueueSchema",
|
||||
"memoryQueueStore",
|
||||
"memoryWorkflowStore",
|
||||
"postgresQueueStore",
|
||||
"queueDashboardSnapshot",
|
||||
"queueStorageConfig",
|
||||
"redisQueueStore",
|
||||
"renderQueueDashboard",
|
||||
"runQueueDaemon",
|
||||
"runWorker",
|
||||
"subjectQueue"
|
||||
"sqliteQueueSchema",
|
||||
"sqliteQueueStore",
|
||||
"subjectQueue",
|
||||
"testQueue",
|
||||
"withOutbox"
|
||||
],
|
||||
"./sqlite": [
|
||||
"SqliteQueueClient",
|
||||
"installSqliteQueueSchema",
|
||||
"sqliteQueueSchema",
|
||||
"sqliteQueueStore"
|
||||
]
|
||||
},
|
||||
"@wrnexus/react": {
|
||||
@@ -2363,6 +2537,7 @@
|
||||
".": [
|
||||
"AnimationTimeline",
|
||||
"Cleanup",
|
||||
"FormState",
|
||||
"HistorySignal",
|
||||
"ReactiveContext",
|
||||
"ReactiveScope",
|
||||
@@ -2389,6 +2564,7 @@
|
||||
"transition",
|
||||
"untrack",
|
||||
"urlSignal",
|
||||
"useForm",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
@@ -2916,11 +3092,14 @@
|
||||
".": [
|
||||
"BrowserArtifactPage",
|
||||
"Deferred",
|
||||
"DetectMutationsOptions",
|
||||
"FetchMock",
|
||||
"Harness",
|
||||
"HarnessOptions",
|
||||
"JsonResponse",
|
||||
"MemoryCookieJar",
|
||||
"MutationCase",
|
||||
"MutationReport",
|
||||
"TestRequestOptions",
|
||||
"TransactionalDatabase",
|
||||
"WaitForOptions",
|
||||
@@ -2938,6 +3117,7 @@
|
||||
"createTestContext",
|
||||
"deferred",
|
||||
"describe",
|
||||
"detectMutations",
|
||||
"expect",
|
||||
"expectProblem",
|
||||
"it",
|
||||
|
||||
Reference in New Issue
Block a user