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