@cadenza.io/service 2.20.1 → 2.21.0
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-Cq1mscQf.d.mts} +72 -1
- package/dist/{Cadenza-Duj65Skt.d.ts → Cadenza-Cq1mscQf.d.ts} +72 -1
- package/dist/browser/index.js +1485 -313
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.mjs +1485 -313
- package/dist/browser/index.mjs.map +1 -1
- package/dist/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +1504 -332
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1504 -332
- 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 +1 -1
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
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,
|
|
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-Cq1mscQf.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-Cq1mscQf.mjs';
|
|
6
6
|
import { Pool } from 'pg';
|
|
7
7
|
|
|
8
8
|
declare class GraphMetadataController {
|
|
@@ -387,11 +387,17 @@ 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;
|
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
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,
|
|
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-Cq1mscQf.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-Cq1mscQf.js';
|
|
6
6
|
import { Pool } from 'pg';
|
|
7
7
|
|
|
8
8
|
declare class GraphMetadataController {
|
|
@@ -387,11 +387,17 @@ 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;
|