@cadenza.io/service 2.20.1 → 2.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/{Cadenza-Duj65Skt.d.mts → Cadenza-gGtFW_Y-.d.mts} +117 -2
- package/dist/{Cadenza-Duj65Skt.d.ts → Cadenza-gGtFW_Y-.d.ts} +117 -2
- package/dist/browser/index.js +2902 -886
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.mjs +2898 -880
- package/dist/browser/index.mjs.map +1 -1
- package/dist/index.d.mts +14 -4
- package/dist/index.d.ts +14 -4
- package/dist/index.js +2902 -861
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2898 -861
- package/dist/index.mjs.map +1 -1
- package/dist/nuxt/index.d.mts +2 -2
- package/dist/nuxt/index.d.ts +2 -2
- package/dist/react/index.d.mts +2 -2
- package/dist/react/index.d.ts +2 -2
- package/dist/vue/index.d.mts +2 -2
- package/dist/vue/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _cadenza_io_core from '@cadenza.io/core';
|
|
2
2
|
import { Actor, AnyObject } from '@cadenza.io/core';
|
|
3
|
-
export { Actor, ActorConsistencyProfileName, ActorDefinition, ActorFactoryOptions, ActorInvocationOptions, ActorKeyDefinition, ActorKind, ActorLoadPolicy, ActorRuntimeReadGuard, ActorSpec, ActorStateDefinition, ActorStateReducer, ActorStateStore, ActorTaskBindingDefinition, ActorTaskBindingOptions, ActorTaskContext, ActorTaskHandler, ActorTaskMode, ActorWriteContract, AnyObject, DebounceOptions, DebounceTask, EphemeralTask, EphemeralTaskOptions, GraphRoutine, IdempotencyPolicy, RetryPolicy, RuntimeValidationPolicy, RuntimeValidationScope, SessionPolicy, SignalDefinitionInput, SignalDeliveryMode, SignalMetadata, SignalReceiverFilter, Task, TaskFunction, TaskOptions, ThrottleTagGetter } from '@cadenza.io/core';
|
|
4
|
-
import { D as DatabaseSchemaDefinition, S as ServerOptions, a as DatabaseOptions, b as DbOperationPayload, J as JoinDefinition, c as SubOperation, d as DistributedInquiryOptions, H as HydrationOptions, B as BootstrapOptions, e as ServiceManifestSnapshot, f as ServiceManifestPublicationLayer, g as ServiceManifestTaskDefinition, h as ServiceManifestSignalDefinition, i as ServiceManifestIntentDefinition, j as ServiceManifestActorDefinition, k as ServiceManifestRoutineDefinition, l as
|
|
5
|
-
export { A as AUTHORITY_RUNTIME_STATUS_REPORT_INTENT,
|
|
3
|
+
export { Actor, ActorConsistencyProfileName, ActorDefinition, ActorFactoryOptions, ActorInvocationOptions, ActorKeyDefinition, ActorKind, ActorLoadPolicy, ActorRuntimeReadGuard, ActorSpec, ActorStateDefinition, ActorStateReducer, ActorStateStore, ActorTaskBindingDefinition, ActorTaskBindingOptions, ActorTaskContext, ActorTaskHandler, ActorTaskMode, ActorWriteContract, AnyObject, DebounceOptions, DebounceTask, EphemeralTask, EphemeralTaskOptions, GlobalDefinition, GraphRoutine, HelperDefinition, HelperFunction, IdempotencyPolicy, RetryPolicy, RuntimeTools, RuntimeValidationPolicy, RuntimeValidationScope, SessionPolicy, SignalDefinitionInput, SignalDeliveryMode, SignalMetadata, SignalReceiverFilter, Task, TaskFunction, TaskOptions, ThrottleTagGetter } from '@cadenza.io/core';
|
|
4
|
+
import { D as DatabaseSchemaDefinition, S as ServerOptions, a as DatabaseOptions, b as DbOperationPayload, J as JoinDefinition, c as SubOperation, d as DistributedInquiryOptions, H as HydrationOptions, B as BootstrapOptions, e as ServiceManifestSnapshot, f as ServiceManifestPublicationLayer, g as ServiceManifestTaskDefinition, h as ServiceManifestSignalDefinition, i as ServiceManifestIntentDefinition, j as ServiceManifestActorDefinition, k as ServiceManifestRoutineDefinition, l as ServiceManifestHelperDefinition, m as ServiceManifestGlobalDefinition, n as ServiceManifestDirectionalTaskMap, o as ServiceManifestSignalTaskMap, p as ServiceManifestIntentTaskMap, q as ServiceManifestActorTaskMap, r as ServiceManifestTaskRoutineMap, s as ServiceManifestTaskHelperMap, t as ServiceManifestHelperHelperMap, u as ServiceManifestTaskGlobalMap, v as ServiceManifestHelperGlobalMap, C as CadenzaService, w as ServiceRegistry } from './Cadenza-gGtFW_Y-.mjs';
|
|
5
|
+
export { A as AUTHORITY_RUNTIME_STATUS_REPORT_INTENT, x as AggregateDefinition, y as AggregateFunction, z as AuthorityRuntimeStatusReport, E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, G as BrowserRuntimeActorRuntimeState, I as BrowserRuntimeProjectionBinding, K as BrowserRuntimeServiceOptions, L as DatabaseMigrationConstraintDefinition, M as DatabaseMigrationDefinition, N as DatabaseMigrationPolicy, O as DatabaseMigrationStep, P as DatabaseTask, Q as DbOperationType, R as DeputyDescriptor, T as DeputyTask, U as DistributedInquiryMeta, V as FieldDefinition, W as InquiryResponderDescriptor, X as InquiryResponderStatus, Y as NetworkMode, Z as OpEffect, _ as QueryMode, $ as RUNTIME_STATUS_AUTHORITY_SYNC_REQUESTED_SIGNAL, a0 as ResolvedBootstrapEndpoint, a1 as RuntimeMetricsHealthDetail, a2 as SecurityProfile, a3 as ServiceInstanceDescriptor, a4 as ServiceTransportConfig, a5 as ServiceTransportDescriptor, a6 as ServiceTransportProtocol, a7 as ServiceTransportRole, a8 as ServiceTransportSecurityProfile, a9 as SignalTransmissionTask, aa as SortDirection, ab as SubOperationType, ac as TableDefinition, ad as ValueOrSubOp, ae as buildAuthorityRuntimeStatusSignature, af as normalizeAuthorityRuntimeStatusReport } from './Cadenza-gGtFW_Y-.mjs';
|
|
6
6
|
import { Pool } from 'pg';
|
|
7
7
|
|
|
8
8
|
declare class GraphMetadataController {
|
|
@@ -387,17 +387,27 @@ declare function explodeServiceManifestSnapshots(snapshots: ServiceManifestSnaps
|
|
|
387
387
|
intents: ServiceManifestIntentDefinition[];
|
|
388
388
|
actors: ServiceManifestActorDefinition[];
|
|
389
389
|
routines: ServiceManifestRoutineDefinition[];
|
|
390
|
+
helpers: ServiceManifestHelperDefinition[];
|
|
391
|
+
globals: ServiceManifestGlobalDefinition[];
|
|
390
392
|
directionalTaskMaps: ServiceManifestDirectionalTaskMap[];
|
|
391
393
|
signalToTaskMaps: ServiceManifestSignalTaskMap[];
|
|
392
394
|
intentToTaskMaps: ServiceManifestIntentTaskMap[];
|
|
393
395
|
actorTaskMaps: ServiceManifestActorTaskMap[];
|
|
394
396
|
taskToRoutineMaps: ServiceManifestTaskRoutineMap[];
|
|
397
|
+
taskToHelperMaps: ServiceManifestTaskHelperMap[];
|
|
398
|
+
helperToHelperMaps: ServiceManifestHelperHelperMap[];
|
|
399
|
+
taskToGlobalMaps: ServiceManifestTaskGlobalMap[];
|
|
400
|
+
helperToGlobalMaps: ServiceManifestHelperGlobalMap[];
|
|
395
401
|
};
|
|
396
402
|
|
|
397
403
|
declare const emit: typeof CadenzaService.emit;
|
|
398
404
|
declare const log: typeof CadenzaService.log;
|
|
399
405
|
declare const createTask: typeof CadenzaService.createTask;
|
|
400
406
|
declare const createMetaTask: typeof CadenzaService.createMetaTask;
|
|
407
|
+
declare const createHelper: typeof CadenzaService.createHelper;
|
|
408
|
+
declare const createMetaHelper: typeof CadenzaService.createMetaHelper;
|
|
409
|
+
declare const createGlobal: typeof CadenzaService.createGlobal;
|
|
410
|
+
declare const createMetaGlobal: typeof CadenzaService.createMetaGlobal;
|
|
401
411
|
declare const createActor: typeof CadenzaService.createActor;
|
|
402
412
|
declare const createCadenzaService: typeof CadenzaService.createCadenzaService;
|
|
403
413
|
declare const createDatabaseService: typeof CadenzaService.createDatabaseService;
|
|
@@ -406,4 +416,4 @@ declare const getServiceReadySignalName: typeof CadenzaService.getServiceReadySi
|
|
|
406
416
|
declare const inquiryBroker: _cadenza_io_core.InquiryBroker;
|
|
407
417
|
declare const serviceRegistry: ServiceRegistry;
|
|
408
418
|
|
|
409
|
-
export { AUTHORITY_BOOTSTRAP_FULL_SYNC_INTENT, AUTHORITY_BOOTSTRAP_SIGNAL_NAMES, AUTHORITY_SERVICE_INSTANCE_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_REGISTER_TASK_NAME, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_TASK_NAME, AUTHORITY_SERVICE_MANIFEST_REPORT_INTENT, AUTHORITY_SERVICE_MANIFEST_UPDATED_SIGNAL, BootstrapOptions, DatabaseController, DatabaseSchemaDefinition, DbOperationPayload, DistributedInquiryOptions, EXECUTION_PERSISTENCE_BUNDLE_SIGNAL, type ExecutionPersistenceBundle, type ExecutionPersistenceEnsureEntityType, type ExecutionPersistenceEnsureEvent, type ExecutionPersistenceEntityType, type ExecutionPersistenceEvent, type ExecutionPersistenceUpdateEntityType, type ExecutionPersistenceUpdateEvent, GraphMetadataController, HydrationOptions, JoinDefinition, RUNTIME_VALIDATION_INTENTS, RUNTIME_VALIDATION_SIGNALS, RestController, type SSRInquiryBridge, type SSRInquiryBridgeOptions, ServerOptions, ServiceManifestActorDefinition, ServiceManifestActorTaskMap, ServiceManifestDirectionalTaskMap, ServiceManifestIntentDefinition, ServiceManifestIntentTaskMap, ServiceManifestRoutineDefinition, ServiceManifestSignalDefinition, ServiceManifestSignalTaskMap, ServiceManifestSnapshot, ServiceManifestTaskDefinition, ServiceManifestTaskRoutineMap, ServiceRegistry, SignalController, SocketController, SubOperation, buildExecutionPersistenceDependency, buildExecutionPersistenceEnsureEvent, buildExecutionPersistenceUpdateEvent, buildServiceManifestSnapshot, createActor, createBrowserRuntimeActor, createCadenzaService, createDatabaseService, createExecutionPersistenceBundle, createMetaTask, createSSRInquiryBridge, createTask, CadenzaService as default, emit, explodeServiceManifestSnapshots, getAuthorityBootstrapInsertIntentSpecForTable, getServiceReadySignalName, inquiryBroker, isAuthorityBootstrapIntent, isAuthorityBootstrapSignal, log, normalizeServiceManifestSnapshot, selectLatestServiceManifestSnapshots, serviceRegistry };
|
|
419
|
+
export { AUTHORITY_BOOTSTRAP_FULL_SYNC_INTENT, AUTHORITY_BOOTSTRAP_SIGNAL_NAMES, AUTHORITY_SERVICE_INSTANCE_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_REGISTER_TASK_NAME, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_TASK_NAME, AUTHORITY_SERVICE_MANIFEST_REPORT_INTENT, AUTHORITY_SERVICE_MANIFEST_UPDATED_SIGNAL, BootstrapOptions, DatabaseController, DatabaseSchemaDefinition, DbOperationPayload, DistributedInquiryOptions, EXECUTION_PERSISTENCE_BUNDLE_SIGNAL, type ExecutionPersistenceBundle, type ExecutionPersistenceEnsureEntityType, type ExecutionPersistenceEnsureEvent, type ExecutionPersistenceEntityType, type ExecutionPersistenceEvent, type ExecutionPersistenceUpdateEntityType, type ExecutionPersistenceUpdateEvent, GraphMetadataController, HydrationOptions, JoinDefinition, RUNTIME_VALIDATION_INTENTS, RUNTIME_VALIDATION_SIGNALS, RestController, type SSRInquiryBridge, type SSRInquiryBridgeOptions, ServerOptions, ServiceManifestActorDefinition, ServiceManifestActorTaskMap, ServiceManifestDirectionalTaskMap, ServiceManifestIntentDefinition, ServiceManifestIntentTaskMap, ServiceManifestRoutineDefinition, ServiceManifestSignalDefinition, ServiceManifestSignalTaskMap, ServiceManifestSnapshot, ServiceManifestTaskDefinition, ServiceManifestTaskRoutineMap, ServiceRegistry, SignalController, SocketController, SubOperation, buildExecutionPersistenceDependency, buildExecutionPersistenceEnsureEvent, buildExecutionPersistenceUpdateEvent, buildServiceManifestSnapshot, createActor, createBrowserRuntimeActor, createCadenzaService, createDatabaseService, createExecutionPersistenceBundle, createGlobal, createHelper, createMetaGlobal, createMetaHelper, createMetaTask, createSSRInquiryBridge, createTask, CadenzaService as default, emit, explodeServiceManifestSnapshots, getAuthorityBootstrapInsertIntentSpecForTable, getServiceReadySignalName, inquiryBroker, isAuthorityBootstrapIntent, isAuthorityBootstrapSignal, log, normalizeServiceManifestSnapshot, selectLatestServiceManifestSnapshots, serviceRegistry };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _cadenza_io_core from '@cadenza.io/core';
|
|
2
2
|
import { Actor, AnyObject } from '@cadenza.io/core';
|
|
3
|
-
export { Actor, ActorConsistencyProfileName, ActorDefinition, ActorFactoryOptions, ActorInvocationOptions, ActorKeyDefinition, ActorKind, ActorLoadPolicy, ActorRuntimeReadGuard, ActorSpec, ActorStateDefinition, ActorStateReducer, ActorStateStore, ActorTaskBindingDefinition, ActorTaskBindingOptions, ActorTaskContext, ActorTaskHandler, ActorTaskMode, ActorWriteContract, AnyObject, DebounceOptions, DebounceTask, EphemeralTask, EphemeralTaskOptions, GraphRoutine, IdempotencyPolicy, RetryPolicy, RuntimeValidationPolicy, RuntimeValidationScope, SessionPolicy, SignalDefinitionInput, SignalDeliveryMode, SignalMetadata, SignalReceiverFilter, Task, TaskFunction, TaskOptions, ThrottleTagGetter } from '@cadenza.io/core';
|
|
4
|
-
import { D as DatabaseSchemaDefinition, S as ServerOptions, a as DatabaseOptions, b as DbOperationPayload, J as JoinDefinition, c as SubOperation, d as DistributedInquiryOptions, H as HydrationOptions, B as BootstrapOptions, e as ServiceManifestSnapshot, f as ServiceManifestPublicationLayer, g as ServiceManifestTaskDefinition, h as ServiceManifestSignalDefinition, i as ServiceManifestIntentDefinition, j as ServiceManifestActorDefinition, k as ServiceManifestRoutineDefinition, l as
|
|
5
|
-
export { A as AUTHORITY_RUNTIME_STATUS_REPORT_INTENT,
|
|
3
|
+
export { Actor, ActorConsistencyProfileName, ActorDefinition, ActorFactoryOptions, ActorInvocationOptions, ActorKeyDefinition, ActorKind, ActorLoadPolicy, ActorRuntimeReadGuard, ActorSpec, ActorStateDefinition, ActorStateReducer, ActorStateStore, ActorTaskBindingDefinition, ActorTaskBindingOptions, ActorTaskContext, ActorTaskHandler, ActorTaskMode, ActorWriteContract, AnyObject, DebounceOptions, DebounceTask, EphemeralTask, EphemeralTaskOptions, GlobalDefinition, GraphRoutine, HelperDefinition, HelperFunction, IdempotencyPolicy, RetryPolicy, RuntimeTools, RuntimeValidationPolicy, RuntimeValidationScope, SessionPolicy, SignalDefinitionInput, SignalDeliveryMode, SignalMetadata, SignalReceiverFilter, Task, TaskFunction, TaskOptions, ThrottleTagGetter } from '@cadenza.io/core';
|
|
4
|
+
import { D as DatabaseSchemaDefinition, S as ServerOptions, a as DatabaseOptions, b as DbOperationPayload, J as JoinDefinition, c as SubOperation, d as DistributedInquiryOptions, H as HydrationOptions, B as BootstrapOptions, e as ServiceManifestSnapshot, f as ServiceManifestPublicationLayer, g as ServiceManifestTaskDefinition, h as ServiceManifestSignalDefinition, i as ServiceManifestIntentDefinition, j as ServiceManifestActorDefinition, k as ServiceManifestRoutineDefinition, l as ServiceManifestHelperDefinition, m as ServiceManifestGlobalDefinition, n as ServiceManifestDirectionalTaskMap, o as ServiceManifestSignalTaskMap, p as ServiceManifestIntentTaskMap, q as ServiceManifestActorTaskMap, r as ServiceManifestTaskRoutineMap, s as ServiceManifestTaskHelperMap, t as ServiceManifestHelperHelperMap, u as ServiceManifestTaskGlobalMap, v as ServiceManifestHelperGlobalMap, C as CadenzaService, w as ServiceRegistry } from './Cadenza-gGtFW_Y-.js';
|
|
5
|
+
export { A as AUTHORITY_RUNTIME_STATUS_REPORT_INTENT, x as AggregateDefinition, y as AggregateFunction, z as AuthorityRuntimeStatusReport, E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, G as BrowserRuntimeActorRuntimeState, I as BrowserRuntimeProjectionBinding, K as BrowserRuntimeServiceOptions, L as DatabaseMigrationConstraintDefinition, M as DatabaseMigrationDefinition, N as DatabaseMigrationPolicy, O as DatabaseMigrationStep, P as DatabaseTask, Q as DbOperationType, R as DeputyDescriptor, T as DeputyTask, U as DistributedInquiryMeta, V as FieldDefinition, W as InquiryResponderDescriptor, X as InquiryResponderStatus, Y as NetworkMode, Z as OpEffect, _ as QueryMode, $ as RUNTIME_STATUS_AUTHORITY_SYNC_REQUESTED_SIGNAL, a0 as ResolvedBootstrapEndpoint, a1 as RuntimeMetricsHealthDetail, a2 as SecurityProfile, a3 as ServiceInstanceDescriptor, a4 as ServiceTransportConfig, a5 as ServiceTransportDescriptor, a6 as ServiceTransportProtocol, a7 as ServiceTransportRole, a8 as ServiceTransportSecurityProfile, a9 as SignalTransmissionTask, aa as SortDirection, ab as SubOperationType, ac as TableDefinition, ad as ValueOrSubOp, ae as buildAuthorityRuntimeStatusSignature, af as normalizeAuthorityRuntimeStatusReport } from './Cadenza-gGtFW_Y-.js';
|
|
6
6
|
import { Pool } from 'pg';
|
|
7
7
|
|
|
8
8
|
declare class GraphMetadataController {
|
|
@@ -387,17 +387,27 @@ declare function explodeServiceManifestSnapshots(snapshots: ServiceManifestSnaps
|
|
|
387
387
|
intents: ServiceManifestIntentDefinition[];
|
|
388
388
|
actors: ServiceManifestActorDefinition[];
|
|
389
389
|
routines: ServiceManifestRoutineDefinition[];
|
|
390
|
+
helpers: ServiceManifestHelperDefinition[];
|
|
391
|
+
globals: ServiceManifestGlobalDefinition[];
|
|
390
392
|
directionalTaskMaps: ServiceManifestDirectionalTaskMap[];
|
|
391
393
|
signalToTaskMaps: ServiceManifestSignalTaskMap[];
|
|
392
394
|
intentToTaskMaps: ServiceManifestIntentTaskMap[];
|
|
393
395
|
actorTaskMaps: ServiceManifestActorTaskMap[];
|
|
394
396
|
taskToRoutineMaps: ServiceManifestTaskRoutineMap[];
|
|
397
|
+
taskToHelperMaps: ServiceManifestTaskHelperMap[];
|
|
398
|
+
helperToHelperMaps: ServiceManifestHelperHelperMap[];
|
|
399
|
+
taskToGlobalMaps: ServiceManifestTaskGlobalMap[];
|
|
400
|
+
helperToGlobalMaps: ServiceManifestHelperGlobalMap[];
|
|
395
401
|
};
|
|
396
402
|
|
|
397
403
|
declare const emit: typeof CadenzaService.emit;
|
|
398
404
|
declare const log: typeof CadenzaService.log;
|
|
399
405
|
declare const createTask: typeof CadenzaService.createTask;
|
|
400
406
|
declare const createMetaTask: typeof CadenzaService.createMetaTask;
|
|
407
|
+
declare const createHelper: typeof CadenzaService.createHelper;
|
|
408
|
+
declare const createMetaHelper: typeof CadenzaService.createMetaHelper;
|
|
409
|
+
declare const createGlobal: typeof CadenzaService.createGlobal;
|
|
410
|
+
declare const createMetaGlobal: typeof CadenzaService.createMetaGlobal;
|
|
401
411
|
declare const createActor: typeof CadenzaService.createActor;
|
|
402
412
|
declare const createCadenzaService: typeof CadenzaService.createCadenzaService;
|
|
403
413
|
declare const createDatabaseService: typeof CadenzaService.createDatabaseService;
|
|
@@ -406,4 +416,4 @@ declare const getServiceReadySignalName: typeof CadenzaService.getServiceReadySi
|
|
|
406
416
|
declare const inquiryBroker: _cadenza_io_core.InquiryBroker;
|
|
407
417
|
declare const serviceRegistry: ServiceRegistry;
|
|
408
418
|
|
|
409
|
-
export { AUTHORITY_BOOTSTRAP_FULL_SYNC_INTENT, AUTHORITY_BOOTSTRAP_SIGNAL_NAMES, AUTHORITY_SERVICE_INSTANCE_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_REGISTER_TASK_NAME, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_TASK_NAME, AUTHORITY_SERVICE_MANIFEST_REPORT_INTENT, AUTHORITY_SERVICE_MANIFEST_UPDATED_SIGNAL, BootstrapOptions, DatabaseController, DatabaseSchemaDefinition, DbOperationPayload, DistributedInquiryOptions, EXECUTION_PERSISTENCE_BUNDLE_SIGNAL, type ExecutionPersistenceBundle, type ExecutionPersistenceEnsureEntityType, type ExecutionPersistenceEnsureEvent, type ExecutionPersistenceEntityType, type ExecutionPersistenceEvent, type ExecutionPersistenceUpdateEntityType, type ExecutionPersistenceUpdateEvent, GraphMetadataController, HydrationOptions, JoinDefinition, RUNTIME_VALIDATION_INTENTS, RUNTIME_VALIDATION_SIGNALS, RestController, type SSRInquiryBridge, type SSRInquiryBridgeOptions, ServerOptions, ServiceManifestActorDefinition, ServiceManifestActorTaskMap, ServiceManifestDirectionalTaskMap, ServiceManifestIntentDefinition, ServiceManifestIntentTaskMap, ServiceManifestRoutineDefinition, ServiceManifestSignalDefinition, ServiceManifestSignalTaskMap, ServiceManifestSnapshot, ServiceManifestTaskDefinition, ServiceManifestTaskRoutineMap, ServiceRegistry, SignalController, SocketController, SubOperation, buildExecutionPersistenceDependency, buildExecutionPersistenceEnsureEvent, buildExecutionPersistenceUpdateEvent, buildServiceManifestSnapshot, createActor, createBrowserRuntimeActor, createCadenzaService, createDatabaseService, createExecutionPersistenceBundle, createMetaTask, createSSRInquiryBridge, createTask, CadenzaService as default, emit, explodeServiceManifestSnapshots, getAuthorityBootstrapInsertIntentSpecForTable, getServiceReadySignalName, inquiryBroker, isAuthorityBootstrapIntent, isAuthorityBootstrapSignal, log, normalizeServiceManifestSnapshot, selectLatestServiceManifestSnapshots, serviceRegistry };
|
|
419
|
+
export { AUTHORITY_BOOTSTRAP_FULL_SYNC_INTENT, AUTHORITY_BOOTSTRAP_SIGNAL_NAMES, AUTHORITY_SERVICE_INSTANCE_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_REGISTER_TASK_NAME, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_INTENT, AUTHORITY_SERVICE_INSTANCE_TRANSPORT_REGISTER_TASK_NAME, AUTHORITY_SERVICE_MANIFEST_REPORT_INTENT, AUTHORITY_SERVICE_MANIFEST_UPDATED_SIGNAL, BootstrapOptions, DatabaseController, DatabaseSchemaDefinition, DbOperationPayload, DistributedInquiryOptions, EXECUTION_PERSISTENCE_BUNDLE_SIGNAL, type ExecutionPersistenceBundle, type ExecutionPersistenceEnsureEntityType, type ExecutionPersistenceEnsureEvent, type ExecutionPersistenceEntityType, type ExecutionPersistenceEvent, type ExecutionPersistenceUpdateEntityType, type ExecutionPersistenceUpdateEvent, GraphMetadataController, HydrationOptions, JoinDefinition, RUNTIME_VALIDATION_INTENTS, RUNTIME_VALIDATION_SIGNALS, RestController, type SSRInquiryBridge, type SSRInquiryBridgeOptions, ServerOptions, ServiceManifestActorDefinition, ServiceManifestActorTaskMap, ServiceManifestDirectionalTaskMap, ServiceManifestIntentDefinition, ServiceManifestIntentTaskMap, ServiceManifestRoutineDefinition, ServiceManifestSignalDefinition, ServiceManifestSignalTaskMap, ServiceManifestSnapshot, ServiceManifestTaskDefinition, ServiceManifestTaskRoutineMap, ServiceRegistry, SignalController, SocketController, SubOperation, buildExecutionPersistenceDependency, buildExecutionPersistenceEnsureEvent, buildExecutionPersistenceUpdateEvent, buildServiceManifestSnapshot, createActor, createBrowserRuntimeActor, createCadenzaService, createDatabaseService, createExecutionPersistenceBundle, createGlobal, createHelper, createMetaGlobal, createMetaHelper, createMetaTask, createSSRInquiryBridge, createTask, CadenzaService as default, emit, explodeServiceManifestSnapshots, getAuthorityBootstrapInsertIntentSpecForTable, getServiceReadySignalName, inquiryBroker, isAuthorityBootstrapIntent, isAuthorityBootstrapSignal, log, normalizeServiceManifestSnapshot, selectLatestServiceManifestSnapshots, serviceRegistry };
|