@codemation/host 0.2.3 → 0.2.4
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/CHANGELOG.md +9 -0
- package/dist/{AppConfigFactory-DeULdLzi.d.ts → AppConfigFactory-CK28UPK0.d.ts} +3 -3
- package/dist/{CodemationAppContext-DZt_ZwXH.d.ts → CodemationAppContext-KqDoeHqN.d.ts} +2 -2
- package/dist/{CodemationAuthoring.types-BXwqqy-v.d.ts → CodemationAuthoring.types-CmGJFFK0.d.ts} +5 -5
- package/dist/{CodemationConfigNormalizer-C2CJnmKY.d.ts → CodemationConfigNormalizer-DIAE0VHw.d.ts} +2 -2
- package/dist/{CodemationConsumerConfigLoader-kijLkRtF.d.ts → CodemationConsumerConfigLoader-nj9kTmfJ.d.ts} +2 -2
- package/dist/{CodemationPluginListMerger-Z-qsxAS9.d.ts → CodemationPluginListMerger-QvUa2SIt.d.ts} +5 -5
- package/dist/{CredentialServices-CGS_E7O-.d.ts → CredentialServices-BFQD_VN1.d.ts} +3 -3
- package/dist/{PublicFrontendBootstrapFactory-CYBuZerA.d.ts → PublicFrontendBootstrapFactory-DTA1iDo0.d.ts} +2 -2
- package/dist/authoring.d.ts +3 -3
- package/dist/consumer.d.ts +4 -4
- package/dist/credentials.d.ts +3 -3
- package/dist/devServerSidecar.d.ts +1 -1
- package/dist/{index-DMedRrli.d.ts → index-Dd6BrWyH.d.ts} +24 -16
- package/dist/index.d.ts +11 -11
- package/dist/nextServer.d.ts +7 -7
- package/dist/{persistenceServer-DdIyEFHH.d.ts → persistenceServer-Y-u7lV7f.d.ts} +2 -2
- package/dist/persistenceServer.d.ts +5 -5
- package/dist/{server-Bd7_dgBB.d.ts → server-axppTMgo.d.ts} +5 -5
- package/dist/server.d.ts +8 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @codemation/host
|
|
2
2
|
|
|
3
|
+
## 0.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`88844f7`](https://github.com/MadeRelevant/codemation/commit/88844f75a48fe051e4cb895c710408855de14da4), [`88844f7`](https://github.com/MadeRelevant/codemation/commit/88844f75a48fe051e4cb895c710408855de14da4)]:
|
|
8
|
+
- @codemation/core-nodes@0.4.0
|
|
9
|
+
- @codemation/core@0.7.0
|
|
10
|
+
- @codemation/eventbus-redis@0.0.29
|
|
11
|
+
|
|
3
12
|
## 0.2.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as AppPersistenceConfig, r as AppConfig } from "./CodemationAppContext-
|
|
2
|
-
import { t as NormalizedCodemationConfig } from "./CodemationConfigNormalizer-
|
|
1
|
+
import { i as AppPersistenceConfig, r as AppConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
2
|
+
import { t as NormalizedCodemationConfig } from "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
3
3
|
import { AnyNull, AnyNullClass, DbNull, DbNullClass, Decimal, JsonNull, JsonNullClass, NullTypes as NullTypes$1, ObjectEnumValue, PrismaClientInitializationError, PrismaClientKnownRequestError, PrismaClientRustPanicError, PrismaClientUnknownRequestError, PrismaClientValidationError, RawValue, Sql, Value, empty, isAnyNull, isDbNull, isJsonNull, isObjectEnumValue, join, raw, sql as sqltag } from "@prisma/client-runtime-utils";
|
|
4
4
|
|
|
5
5
|
//#region src/infrastructure/persistence/generated/prisma-postgresql-client/runtime/client.d.ts
|
|
@@ -28903,4 +28903,4 @@ declare class AppConfigFactory {
|
|
|
28903
28903
|
}
|
|
28904
28904
|
//#endregion
|
|
28905
28905
|
export { PrismaClient as i, PrismaMigrationDeployer as n, PrismaDatabaseClient as r, AppConfigFactory as t };
|
|
28906
|
-
//# sourceMappingURL=AppConfigFactory-
|
|
28906
|
+
//# sourceMappingURL=AppConfigFactory-CK28UPK0.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { F as WorkflowDefinition, H as Container, U as TypeToken, W as EngineExecutionLimitsPolicyConfig, l as AnyCredentialType } from "./index-Dd6BrWyH.js";
|
|
2
2
|
import { a as CodemationAuthConfig, n as CodemationLogConfig, t as CodemationWhitelabelConfig, u as LoggerFactory } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
3
3
|
|
|
4
4
|
//#region src/presentation/config/CodemationClassToken.d.ts
|
|
@@ -177,4 +177,4 @@ interface CodemationAppContext extends CodemationRegistrationContextBase {
|
|
|
177
177
|
}
|
|
178
178
|
//#endregion
|
|
179
179
|
export { CodemationContainerRegistration as C, CodemationWorkflowDiscovery as S, CodemationEngineExecutionLimitsConfig as _, AppPluginLoadSummary as a, CodemationSchedulerConfig as b, CodemationPluginContext as c, CodemationAppSchedulerConfig as d, CodemationAppSchedulerKind as f, CodemationDatabaseKind as g, CodemationDatabaseConfig as h, AppPersistenceConfig as i, CodemationPluginPackageMetadata as l, CodemationConfig as m, CodemationRegistrationContextBase as n, CodemationPlugin as o, CodemationApplicationRuntimeConfig as p, AppConfig as r, CodemationPluginConfig as s, CodemationAppContext as t, CodemationAppDefinition as u, CodemationEventBusConfig as v, CodemationClassToken as w, CodemationSchedulerKind as x, CodemationEventBusKind as y };
|
|
180
|
-
//# sourceMappingURL=CodemationAppContext-
|
|
180
|
+
//# sourceMappingURL=CodemationAppContext-KqDoeHqN.d.ts.map
|
package/dist/{CodemationAuthoring.types-BXwqqy-v.d.ts → CodemationAuthoring.types-CmGJFFK0.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { c as CodemationPluginContext, m as CodemationConfig, o as CodemationPlugin, t as CodemationAppContext } from "./CodemationAppContext-
|
|
1
|
+
import { A as Items, F as WorkflowDefinition, J as AnyRunnableNodeConfig, N as RunnableNodeConfig, P as RunnableNodeOutputJson, R as NodeExecutionContext, U as TypeToken, a as ChatModelConfig, c as DefinedNodeConfigInput, g as CredentialJsonRecord, i as AgentMessageConfig, k as Item, l as AnyCredentialType, o as ToolConfig, q as ChainCursor, r as AgentGuardrailConfig, s as DefinedNode } from "./index-Dd6BrWyH.js";
|
|
2
|
+
import { c as CodemationPluginContext, m as CodemationConfig, o as CodemationPlugin, t as CodemationAppContext } from "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import { t as CodemationWhitelabelConfig } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
4
|
import { ZodType, z } from "zod";
|
|
5
5
|
|
|
@@ -144,7 +144,7 @@ declare class WorkflowBranchBuilder<TCurrentJson> {
|
|
|
144
144
|
agent<TOutputSchema extends z.ZodTypeAny>(options: WorkflowAgentOptions<TCurrentJson, TOutputSchema>): WorkflowBranchBuilder<z.output<TOutputSchema>>;
|
|
145
145
|
agent(options: WorkflowAgentOptions<TCurrentJson, undefined>): WorkflowBranchBuilder<Record<string, unknown>>;
|
|
146
146
|
agent<TOutputSchema extends z.ZodTypeAny>(name: string, options: WorkflowAgentOptions<TCurrentJson, TOutputSchema | undefined>): WorkflowBranchBuilder<TOutputSchema extends z.ZodTypeAny ? z.output<TOutputSchema> : Record<string, unknown>>;
|
|
147
|
-
node<TConfig extends
|
|
147
|
+
node<TConfig extends CredentialJsonRecord, TInputJson, TOutputJson>(definitionOrKey: DefinedNode<string, TConfig, TInputJson, TOutputJson> | string, config: DefinedNodeConfigInput<TConfig, TCurrentJson>, name?: string, id?: string): TCurrentJson extends TInputJson ? WorkflowBranchBuilder<TOutputJson> : never;
|
|
148
148
|
getSteps(): ReadonlyArray<AnyRunnableNodeConfig>;
|
|
149
149
|
}
|
|
150
150
|
//#endregion
|
|
@@ -201,7 +201,7 @@ declare class WorkflowChain<TCurrentJson> {
|
|
|
201
201
|
agent<TOutputSchema extends z.ZodTypeAny>(options: WorkflowAgentOptions<TCurrentJson, TOutputSchema>): WorkflowChain<z.output<TOutputSchema>>;
|
|
202
202
|
agent(options: WorkflowAgentOptions<TCurrentJson, undefined>): WorkflowChain<Record<string, unknown>>;
|
|
203
203
|
agent<TOutputSchema extends z.ZodTypeAny>(name: string, options: WorkflowAgentOptions<TCurrentJson, TOutputSchema | undefined>): WorkflowChain<TOutputSchema extends z.ZodTypeAny ? z.output<TOutputSchema> : Record<string, unknown>>;
|
|
204
|
-
node<TConfig extends
|
|
204
|
+
node<TConfig extends CredentialJsonRecord, TInputJson, TOutputJson>(definitionOrKey: DefinedNode<string, TConfig, TInputJson, TOutputJson> | string, config: DefinedNodeConfigInput<TConfig, TCurrentJson>, name?: string, id?: string): TCurrentJson extends TInputJson ? WorkflowChain<TOutputJson> : never;
|
|
205
205
|
build(): WorkflowDefinition;
|
|
206
206
|
}
|
|
207
207
|
//#endregion
|
|
@@ -257,4 +257,4 @@ declare function definePlugin(options: DefinePluginOptions): CodemationPlugin &
|
|
|
257
257
|
}>;
|
|
258
258
|
//#endregion
|
|
259
259
|
export { defineCodemationApp as a, FriendlyCodemationExecutionConfig as i, DefinePluginOptions as n, definePlugin as o, FriendlyCodemationDatabaseConfig as r, workflow as s, DefineCodemationAppOptions as t };
|
|
260
|
-
//# sourceMappingURL=CodemationAuthoring.types-
|
|
260
|
+
//# sourceMappingURL=CodemationAuthoring.types-CmGJFFK0.d.ts.map
|
package/dist/{CodemationConfigNormalizer-C2CJnmKY.d.ts → CodemationConfigNormalizer-DIAE0VHw.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CodemationContainerRegistration, m as CodemationConfig } from "./CodemationAppContext-
|
|
1
|
+
import { C as CodemationContainerRegistration, m as CodemationConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
2
2
|
|
|
3
3
|
//#region src/presentation/config/CodemationConfigNormalizer.d.ts
|
|
4
4
|
type NormalizedCodemationConfig = CodemationConfig & Readonly<{
|
|
@@ -6,4 +6,4 @@ type NormalizedCodemationConfig = CodemationConfig & Readonly<{
|
|
|
6
6
|
}>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { NormalizedCodemationConfig as t };
|
|
9
|
-
//# sourceMappingURL=CodemationConfigNormalizer-
|
|
9
|
+
//# sourceMappingURL=CodemationConfigNormalizer-DIAE0VHw.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as NormalizedCodemationConfig } from "./CodemationConfigNormalizer-
|
|
1
|
+
import { t as NormalizedCodemationConfig } from "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
2
2
|
|
|
3
3
|
//#region src/presentation/server/CodemationConsumerAppResolver.d.ts
|
|
4
4
|
type CodemationConsumerApp = Readonly<{
|
|
@@ -63,4 +63,4 @@ declare class CodemationConsumerConfigLoader {
|
|
|
63
63
|
}
|
|
64
64
|
//#endregion
|
|
65
65
|
export { CodemationConsumerAppResolver as i, CodemationConsumerConfigResolution as n, CodemationConsumerApp as r, CodemationConsumerConfigLoader as t };
|
|
66
|
-
//# sourceMappingURL=CodemationConsumerConfigLoader-
|
|
66
|
+
//# sourceMappingURL=CodemationConsumerConfigLoader-nj9kTmfJ.d.ts.map
|
package/dist/{CodemationPluginListMerger-Z-qsxAS9.d.ts → CodemationPluginListMerger-QvUa2SIt.d.ts}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
import { C as CodemationContainerRegistration, l as CodemationPluginPackageMetadata, o as CodemationPlugin, r as AppConfig } from "./CodemationAppContext-
|
|
1
|
+
import { $ as RunCurrentState, B as NodeExecutionScheduler, F as WorkflowDefinition, G as RunEvent, H as Container, I as WorkflowId, K as RunEventBus, Q as PersistedRunState, U as TypeToken, V as WorkflowRepository, Y as WorkflowActivationPolicy, Z as WorkflowRunDetailDto, et as RunPruneCandidate, j as RunId, l as AnyCredentialType, n as Engine, nt as Clock, tt as RunSummary, z as NodeExecutionRequestHandler } from "./index-Dd6BrWyH.js";
|
|
2
|
+
import { C as CodemationContainerRegistration, l as CodemationPluginPackageMetadata, o as CodemationPlugin, r as AppConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import { a as CodemationAuthConfig, l as Logger, t as CodemationWhitelabelConfig, u as LoggerFactory } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
|
-
import { t as CredentialStore } from "./CredentialServices-
|
|
5
|
-
import { n as PrismaMigrationDeployer, r as PrismaDatabaseClient } from "./AppConfigFactory-
|
|
4
|
+
import { t as CredentialStore } from "./CredentialServices-BFQD_VN1.js";
|
|
5
|
+
import { n as PrismaMigrationDeployer, r as PrismaDatabaseClient } from "./AppConfigFactory-CK28UPK0.js";
|
|
6
6
|
import "reflect-metadata";
|
|
7
7
|
import { Hono } from "hono";
|
|
8
8
|
|
|
@@ -354,4 +354,4 @@ declare class CodemationPluginListMerger {
|
|
|
354
354
|
}
|
|
355
355
|
//#endregion
|
|
356
356
|
export { Command as _, WorkflowDebuggerOverlayRepository as a, WorkerRuntime as c, AppContainerLifecycle as d, AppContainerFactory as f, CommandBus as g, Query as h, HonoApiRouteRegistrar as i, FrontendRuntime as l, QueryBus as m, CodemationBootstrapRequest as n, WorkflowRunRepository as o, WorkflowWebsocketServer as p, ApplicationTokens as r, SessionVerifier as s, CodemationPluginListMerger as t, DatabaseMigrations as u };
|
|
357
|
-
//# sourceMappingURL=CodemationPluginListMerger-
|
|
357
|
+
//# sourceMappingURL=CodemationPluginListMerger-QvUa2SIt.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { r as AppConfig } from "./CodemationAppContext-
|
|
1
|
+
import { C as CredentialType, E as CredentialTypeRegistry, F as WorkflowDefinition, S as CredentialSetupStatus, T as CredentialTypeId, V as WorkflowRepository, _ as CredentialMaterialSourceKind, d as CredentialBindingKey, f as CredentialFieldSchema, g as CredentialJsonRecord, h as CredentialInstanceRecord, l as AnyCredentialType, m as CredentialInstanceId, p as CredentialHealth, u as CredentialBinding, v as CredentialOAuth2AuthDefinition, w as CredentialTypeDefinition, x as CredentialSessionService, y as CredentialRequirement } from "./index-Dd6BrWyH.js";
|
|
2
|
+
import { r as AppConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
|
|
4
4
|
//#region src/domain/credentials/CredentialTypeRegistryImpl.d.ts
|
|
5
5
|
declare class CredentialTypeRegistryImpl implements CredentialTypeRegistry {
|
|
@@ -298,4 +298,4 @@ type MutableCredentialSessionService = CredentialSessionService & Readonly<{
|
|
|
298
298
|
}>;
|
|
299
299
|
//#endregion
|
|
300
300
|
export { CredentialInstanceService as a, CredentialSecretCipher as c, CredentialBindingService as i, CredentialFieldEnvOverlayService as l, CredentialType$1 as n, CredentialOAuth2ScopeResolver as o, CredentialRuntimeMaterialService as r, CredentialMaterialResolver as s, CredentialStore as t, CredentialTypeRegistryImpl as u };
|
|
301
|
-
//# sourceMappingURL=CredentialServices-
|
|
301
|
+
//# sourceMappingURL=CredentialServices-BFQD_VN1.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as AppConfig } from "./CodemationAppContext-
|
|
1
|
+
import { r as AppConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
2
2
|
import { a as CodemationAuthConfig } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
3
3
|
import { a as CodemationFrontendAuthSnapshot, n as InternalAuthBootstrap, r as FrontendAppConfig, t as PublicFrontendBootstrap } from "./PublicFrontendBootstrap-ci0Vwxrb.js";
|
|
4
4
|
|
|
@@ -90,4 +90,4 @@ declare class PublicFrontendBootstrapFactory {
|
|
|
90
90
|
}
|
|
91
91
|
//#endregion
|
|
92
92
|
export { WorkflowDto as a, CodemationFrontendAuthSnapshotFactory as i, InternalAuthBootstrapFactory as n, WorkflowSummary as o, FrontendAppConfigFactory as r, PublicFrontendBootstrapFactory as t };
|
|
93
|
-
//# sourceMappingURL=PublicFrontendBootstrapFactory-
|
|
93
|
+
//# sourceMappingURL=PublicFrontendBootstrapFactory-DTA1iDo0.d.ts.map
|
package/dist/authoring.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./index-
|
|
2
|
-
import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-
|
|
3
|
-
import { _ as CodemationEngineExecutionLimitsConfig, b as CodemationSchedulerConfig, c as CodemationPluginContext, d as CodemationAppSchedulerConfig, f as CodemationAppSchedulerKind, g as CodemationDatabaseKind, h as CodemationDatabaseConfig, m as CodemationConfig, n as CodemationRegistrationContextBase, o as CodemationPlugin, p as CodemationApplicationRuntimeConfig, s as CodemationPluginConfig, t as CodemationAppContext, u as CodemationAppDefinition, v as CodemationEventBusConfig, x as CodemationSchedulerKind, y as CodemationEventBusKind } from "./CodemationAppContext-
|
|
1
|
+
import "./index-Dd6BrWyH.js";
|
|
2
|
+
import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-CmGJFFK0.js";
|
|
3
|
+
import { _ as CodemationEngineExecutionLimitsConfig, b as CodemationSchedulerConfig, c as CodemationPluginContext, d as CodemationAppSchedulerConfig, f as CodemationAppSchedulerKind, g as CodemationDatabaseKind, h as CodemationDatabaseConfig, m as CodemationConfig, n as CodemationRegistrationContextBase, o as CodemationPlugin, p as CodemationApplicationRuntimeConfig, s as CodemationPluginConfig, t as CodemationAppContext, u as CodemationAppDefinition, v as CodemationEventBusConfig, x as CodemationSchedulerKind, y as CodemationEventBusKind } from "./CodemationAppContext-KqDoeHqN.js";
|
|
4
4
|
import "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
5
5
|
export { type CodemationAppContext, type CodemationAppDefinition, type CodemationAppSchedulerConfig, type CodemationAppSchedulerKind, type CodemationApplicationRuntimeConfig, type CodemationConfig, type CodemationDatabaseConfig, type CodemationDatabaseKind, type CodemationEngineExecutionLimitsConfig, type CodemationEventBusConfig, type CodemationEventBusKind, type CodemationPlugin, type CodemationPluginConfig, type CodemationPluginContext, type CodemationRegistrationContextBase, type CodemationSchedulerConfig, type CodemationSchedulerKind, type DefineCodemationAppOptions, type DefinePluginOptions, type FriendlyCodemationDatabaseConfig, type FriendlyCodemationExecutionConfig, defineCodemationApp, definePlugin, workflow };
|
package/dist/consumer.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./index-
|
|
2
|
-
import "./CodemationAppContext-
|
|
1
|
+
import "./index-Dd6BrWyH.js";
|
|
2
|
+
import "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
|
-
import "./CodemationConfigNormalizer-
|
|
5
|
-
import { i as CodemationConsumerAppResolver, n as CodemationConsumerConfigResolution, r as CodemationConsumerApp, t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-
|
|
4
|
+
import "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
5
|
+
import { i as CodemationConsumerAppResolver, n as CodemationConsumerConfigResolution, r as CodemationConsumerApp, t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-nj9kTmfJ.js";
|
|
6
6
|
export { type CodemationConsumerApp, CodemationConsumerAppResolver, CodemationConsumerConfigLoader, type CodemationConsumerConfigResolution };
|
package/dist/credentials.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "./CodemationAppContext-
|
|
1
|
+
import { b as CredentialSessionFactoryArgs, l as AnyCredentialType, p as CredentialHealth } from "./index-Dd6BrWyH.js";
|
|
2
|
+
import "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
|
-
import { a as CredentialInstanceService, i as CredentialBindingService, n as CredentialType } from "./CredentialServices-
|
|
4
|
+
import { a as CredentialInstanceService, i as CredentialBindingService, n as CredentialType } from "./CredentialServices-BFQD_VN1.js";
|
|
5
5
|
|
|
6
6
|
//#region src/infrastructure/credentials/OpenAiApiKeyCredentialShapes.types.d.ts
|
|
7
7
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { F as WorkflowDefinition, H as Container } from "./index-Dd6BrWyH.js";
|
|
2
2
|
|
|
3
3
|
//#region src/presentation/server/CodemationTsyringeParamInfoReader.d.ts
|
|
4
4
|
declare class CodemationTsyringeParamInfoReader {
|
|
@@ -9,9 +9,9 @@ interface Clock {
|
|
|
9
9
|
now(): Date;
|
|
10
10
|
}
|
|
11
11
|
//#endregion
|
|
12
|
-
//#region ../core/src/contracts/
|
|
13
|
-
declare const
|
|
14
|
-
type
|
|
12
|
+
//#region ../core/src/contracts/itemExpr.d.ts
|
|
13
|
+
declare const ITEM_EXPR_BRAND: unique symbol;
|
|
14
|
+
type ItemExprResolvedContext = Readonly<{
|
|
15
15
|
runId: RunId;
|
|
16
16
|
workflowId: WorkflowId;
|
|
17
17
|
nodeId: NodeId;
|
|
@@ -21,19 +21,23 @@ type ItemValueResolvedContext = Readonly<{
|
|
|
21
21
|
/**
|
|
22
22
|
* Context aligned with former {@link ItemInputMapperContext} — use **`data`** to read any completed upstream node.
|
|
23
23
|
*/
|
|
24
|
-
type
|
|
25
|
-
type
|
|
24
|
+
type ItemExprContext = ItemExprResolvedContext;
|
|
25
|
+
type ItemExprArgs<TItemJson = unknown> = Readonly<{
|
|
26
26
|
item: Item<TItemJson>;
|
|
27
27
|
itemIndex: number;
|
|
28
28
|
items: Items<TItemJson>;
|
|
29
|
-
ctx:
|
|
29
|
+
ctx: ItemExprContext;
|
|
30
30
|
}>;
|
|
31
|
-
type
|
|
32
|
-
type
|
|
33
|
-
readonly [
|
|
34
|
-
readonly fn:
|
|
31
|
+
type ItemExprCallback<T, TItemJson = unknown> = (args: ItemExprArgs<TItemJson>) => T | Promise<T>;
|
|
32
|
+
type ItemExpr<T, TItemJson = unknown> = Readonly<{
|
|
33
|
+
readonly [ITEM_EXPR_BRAND]: true;
|
|
34
|
+
readonly fn: ItemExprCallback<T, TItemJson>;
|
|
35
35
|
}>;
|
|
36
36
|
//#endregion
|
|
37
|
+
//#region ../core/src/contracts/params.d.ts
|
|
38
|
+
type Expr<T, TItemJson = unknown> = ItemExpr<T, TItemJson>;
|
|
39
|
+
type ParamDeep<T, TItemJson = unknown> = Expr<T, TItemJson> | (T extends readonly (infer U)[] ? ReadonlyArray<ParamDeep<U, TItemJson>> : never) | (T extends object ? { [K in keyof T]: ParamDeep<T[K], TItemJson> } : T);
|
|
40
|
+
//#endregion
|
|
37
41
|
//#region ../core/src/contracts/retryPolicySpec.types.d.ts
|
|
38
42
|
/**
|
|
39
43
|
* In-process retry policy for runnable nodes. Serialized configs use the same
|
|
@@ -693,6 +697,9 @@ interface WorkflowSnapshotResolver {
|
|
|
693
697
|
//#region ../core/src/contracts/workflowTypes.d.ts
|
|
694
698
|
type WorkflowId = string;
|
|
695
699
|
type NodeId = string;
|
|
700
|
+
type NodeIdRef<TJson = unknown> = NodeId & Readonly<{
|
|
701
|
+
__codemationNodeJson?: TJson;
|
|
702
|
+
}>;
|
|
696
703
|
type OutputPortKey = string;
|
|
697
704
|
type InputPortKey = string;
|
|
698
705
|
type PersistedTokenId = string;
|
|
@@ -859,8 +866,8 @@ interface ParentExecutionRef {
|
|
|
859
866
|
}
|
|
860
867
|
interface RunDataSnapshot {
|
|
861
868
|
getOutputs(nodeId: NodeId): NodeOutputs | undefined;
|
|
862
|
-
getOutputItems(nodeId: NodeId
|
|
863
|
-
getOutputItem(nodeId: NodeId
|
|
869
|
+
getOutputItems<TJson = unknown>(nodeId: NodeId | NodeIdRef<TJson>, output?: OutputPortKey): Items<TJson>;
|
|
870
|
+
getOutputItem<TJson = unknown>(nodeId: NodeId | NodeIdRef<TJson>, itemIndex: number, output?: OutputPortKey): Item<TJson> | undefined;
|
|
864
871
|
}
|
|
865
872
|
interface RunIdFactory {
|
|
866
873
|
makeRunId(): RunId;
|
|
@@ -1090,12 +1097,13 @@ type DefinedNodeCredentialBinding = ResolvableCredentialType | Readonly<{
|
|
|
1090
1097
|
readonly helpUrl?: string;
|
|
1091
1098
|
}>;
|
|
1092
1099
|
type DefinedNodeCredentialBindings = Readonly<Record<string, DefinedNodeCredentialBinding>>;
|
|
1100
|
+
type DefinedNodeConfigInput<TConfigResolved extends CredentialJsonRecord, TItemJson> = ParamDeep<TConfigResolved, TItemJson>;
|
|
1093
1101
|
interface DefinedNode<TKey$1 extends string, TConfig$1 extends CredentialJsonRecord, TInputJson$1, TOutputJson$1, _TBindings extends DefinedNodeCredentialBindings | undefined = undefined> {
|
|
1094
1102
|
readonly kind: "defined-node";
|
|
1095
1103
|
readonly key: TKey$1;
|
|
1096
1104
|
readonly title: string;
|
|
1097
1105
|
readonly description?: string;
|
|
1098
|
-
create(config: TConfig$1, name?: string, id?: string): RunnableNodeConfig<TInputJson$1, TOutputJson$1>;
|
|
1106
|
+
create<TConfigItemJson = TInputJson$1>(config: DefinedNodeConfigInput<TConfig$1, TConfigItemJson>, name?: string, id?: string): RunnableNodeConfig<TInputJson$1, TOutputJson$1>;
|
|
1099
1107
|
register(context: {
|
|
1100
1108
|
registerNode<TValue>(token: TypeToken<TValue>, implementation?: TypeToken<TValue>): void;
|
|
1101
1109
|
}): void;
|
|
@@ -1136,7 +1144,7 @@ type AgentMessageLine<TInputJson$1 = unknown> = AgentMessageDto | AgentMessageTe
|
|
|
1136
1144
|
* Message list for an agent. Prefer a **plain array** of `{ role, content }` (optionally with function `content` for templates).
|
|
1137
1145
|
* Use the object form only when you need `buildMessages` to append messages after optional `prompt` lines.
|
|
1138
1146
|
*/
|
|
1139
|
-
type AgentMessageConfig<TInputJson$1 = unknown> =
|
|
1147
|
+
type AgentMessageConfig<TInputJson$1 = unknown> = Expr<ReadonlyArray<AgentMessageLine<TInputJson$1>>, TInputJson$1> | ReadonlyArray<AgentMessageLine<TInputJson$1>> | {
|
|
1140
1148
|
readonly prompt?: ReadonlyArray<AgentMessageLine<TInputJson$1>>;
|
|
1141
1149
|
readonly buildMessages?: (args: AgentMessageBuildArgs<TInputJson$1>) => ReadonlyArray<AgentMessageDto>;
|
|
1142
1150
|
};
|
|
@@ -1371,5 +1379,5 @@ declare class RunIntentService {
|
|
|
1371
1379
|
private createWebhookExecutionOptions;
|
|
1372
1380
|
}
|
|
1373
1381
|
//#endregion
|
|
1374
|
-
export {
|
|
1375
|
-
//# sourceMappingURL=index-
|
|
1382
|
+
export { RunCurrentState as $, Items as A, NodeExecutionScheduler as B, CredentialType as C, ActivationIdFactory as D, CredentialTypeRegistry as E, WorkflowDefinition as F, RunEvent as G, Container as H, WorkflowId as I, AnyRunnableNodeConfig as J, RunEventBus as K, BinaryStorage as L, RunIdFactory as M, RunnableNodeConfig as N, BinaryAttachment as O, RunnableNodeOutputJson as P, PersistedRunState as Q, NodeExecutionContext as R, CredentialSetupStatus as S, CredentialTypeId as T, TypeToken as U, WorkflowRepository as V, EngineExecutionLimitsPolicyConfig as W, WebhookInvocationMatch as X, WorkflowActivationPolicy as Y, WorkflowRunDetailDto as Z, CredentialMaterialSourceKind as _, ChatModelConfig as a, CredentialSessionFactoryArgs as b, DefinedNodeConfigInput as c, CredentialBindingKey as d, RunPruneCandidate as et, CredentialFieldSchema as f, CredentialJsonRecord as g, CredentialInstanceRecord as h, AgentMessageConfig as i, RunId as j, Item as k, AnyCredentialType as l, CredentialInstanceId as m, Engine as n, Clock as nt, ToolConfig as o, CredentialHealth as p, ChainCursor as q, AgentGuardrailConfig as r, DefinedNode as s, RunIntentService as t, RunSummary as tt, CredentialBinding as u, CredentialOAuth2AuthDefinition as v, CredentialTypeDefinition as w, CredentialSessionService as x, CredentialRequirement as y, NodeExecutionRequestHandler as z };
|
|
1383
|
+
//# sourceMappingURL=index-Dd6BrWyH.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "./index-
|
|
2
|
-
import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-
|
|
3
|
-
import { S as CodemationWorkflowDiscovery, _ as CodemationEngineExecutionLimitsConfig, a as AppPluginLoadSummary, b as CodemationSchedulerConfig, c as CodemationPluginContext, d as CodemationAppSchedulerConfig, f as CodemationAppSchedulerKind, g as CodemationDatabaseKind, h as CodemationDatabaseConfig, l as CodemationPluginPackageMetadata, m as CodemationConfig, n as CodemationRegistrationContextBase, o as CodemationPlugin, p as CodemationApplicationRuntimeConfig, r as AppConfig, s as CodemationPluginConfig, t as CodemationAppContext, u as CodemationAppDefinition, v as CodemationEventBusConfig, w as CodemationClassToken, x as CodemationSchedulerKind, y as CodemationEventBusKind } from "./CodemationAppContext-
|
|
1
|
+
import "./index-Dd6BrWyH.js";
|
|
2
|
+
import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-CmGJFFK0.js";
|
|
3
|
+
import { S as CodemationWorkflowDiscovery, _ as CodemationEngineExecutionLimitsConfig, a as AppPluginLoadSummary, b as CodemationSchedulerConfig, c as CodemationPluginContext, d as CodemationAppSchedulerConfig, f as CodemationAppSchedulerKind, g as CodemationDatabaseKind, h as CodemationDatabaseConfig, l as CodemationPluginPackageMetadata, m as CodemationConfig, n as CodemationRegistrationContextBase, o as CodemationPlugin, p as CodemationApplicationRuntimeConfig, r as AppConfig, s as CodemationPluginConfig, t as CodemationAppContext, u as CodemationAppDefinition, v as CodemationEventBusConfig, w as CodemationClassToken, x as CodemationSchedulerKind, y as CodemationEventBusKind } from "./CodemationAppContext-KqDoeHqN.js";
|
|
4
4
|
import { a as CodemationAuthConfig, c as CodemationAuthOidcProviderConfig, i as CodemationLogRule, n as CodemationLogConfig, o as CodemationAuthKind, r as CodemationLogLevelName, s as CodemationAuthOAuthProviderConfig, t as CodemationWhitelabelConfig } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
5
5
|
import { a as CodemationFrontendAuthSnapshot, i as CodemationFrontendAuthProviderSnapshot, n as InternalAuthBootstrap, r as FrontendAppConfig, t as PublicFrontendBootstrap } from "./PublicFrontendBootstrap-ci0Vwxrb.js";
|
|
6
6
|
import { i as CodemationFrontendAuthSnapshotJsonCodec, n as InternalAuthBootstrapJsonCodec, r as FrontendAppConfigJsonCodec, t as PublicFrontendBootstrapJsonCodec } from "./PublicFrontendBootstrapJsonCodec-Ja0GQgpp.js";
|
|
7
|
-
import "./CodemationConfigNormalizer-
|
|
8
|
-
import { t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-
|
|
9
|
-
import "./CredentialServices-
|
|
10
|
-
import { _ as Command, c as WorkerRuntime, d as AppContainerLifecycle, f as AppContainerFactory, g as CommandBus, h as Query, l as FrontendRuntime, m as QueryBus, n as CodemationBootstrapRequest, r as ApplicationTokens, t as CodemationPluginListMerger, u as DatabaseMigrations } from "./CodemationPluginListMerger-
|
|
11
|
-
import { r as PrismaDatabaseClient, t as AppConfigFactory } from "./AppConfigFactory-
|
|
12
|
-
import { t as CodemationPostgresPrismaClientFactory } from "./persistenceServer-
|
|
13
|
-
import { c as CodemationServerGateway, l as ApiPaths } from "./server-
|
|
14
|
-
import { i as CodemationFrontendAuthSnapshotFactory, n as InternalAuthBootstrapFactory, r as FrontendAppConfigFactory, t as PublicFrontendBootstrapFactory } from "./PublicFrontendBootstrapFactory-
|
|
7
|
+
import "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
8
|
+
import { t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-nj9kTmfJ.js";
|
|
9
|
+
import "./CredentialServices-BFQD_VN1.js";
|
|
10
|
+
import { _ as Command, c as WorkerRuntime, d as AppContainerLifecycle, f as AppContainerFactory, g as CommandBus, h as Query, l as FrontendRuntime, m as QueryBus, n as CodemationBootstrapRequest, r as ApplicationTokens, t as CodemationPluginListMerger, u as DatabaseMigrations } from "./CodemationPluginListMerger-QvUa2SIt.js";
|
|
11
|
+
import { r as PrismaDatabaseClient, t as AppConfigFactory } from "./AppConfigFactory-CK28UPK0.js";
|
|
12
|
+
import { t as CodemationPostgresPrismaClientFactory } from "./persistenceServer-Y-u7lV7f.js";
|
|
13
|
+
import { c as CodemationServerGateway, l as ApiPaths } from "./server-axppTMgo.js";
|
|
14
|
+
import { i as CodemationFrontendAuthSnapshotFactory, n as InternalAuthBootstrapFactory, r as FrontendAppConfigFactory, t as PublicFrontendBootstrapFactory } from "./PublicFrontendBootstrapFactory-DTA1iDo0.js";
|
|
15
15
|
|
|
16
16
|
//#region src/application/contracts/userDirectoryContracts.types.d.ts
|
|
17
17
|
type UserAccountStatus = "invited" | "active" | "inactive";
|
package/dist/nextServer.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { r as AppConfig } from "./CodemationAppContext-
|
|
1
|
+
import { D as ActivationIdFactory, F as WorkflowDefinition$1, L as BinaryStorage, M as RunIdFactory, O as BinaryAttachment, X as WebhookInvocationMatch, Y as WorkflowActivationPolicy, k as Item, nt as Clock, t as RunIntentService, v as CredentialOAuth2AuthDefinition, w as CredentialTypeDefinition } from "./index-Dd6BrWyH.js";
|
|
2
|
+
import { r as AppConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import { l as Logger, u as LoggerFactory } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
4
|
import { t as LogLevelPolicy } from "./LogLevelPolicy-CkiJAH75.js";
|
|
5
5
|
import { a as CodemationFrontendAuthSnapshot, i as CodemationFrontendAuthProviderSnapshot, n as InternalAuthBootstrap, r as FrontendAppConfig, t as PublicFrontendBootstrap } from "./PublicFrontendBootstrap-ci0Vwxrb.js";
|
|
6
|
-
import "./CodemationConfigNormalizer-
|
|
7
|
-
import { a as CredentialInstanceService, c as CredentialSecretCipher, i as CredentialBindingService, l as CredentialFieldEnvOverlayService, o as CredentialOAuth2ScopeResolver, r as CredentialRuntimeMaterialService, s as CredentialMaterialResolver, t as CredentialStore, u as CredentialTypeRegistryImpl } from "./CredentialServices-
|
|
8
|
-
import { a as WorkflowDebuggerOverlayRepository, c as WorkerRuntime, d as AppContainerLifecycle, f as AppContainerFactory, g as CommandBus, i as HonoApiRouteRegistrar, l as FrontendRuntime, m as QueryBus, n as CodemationBootstrapRequest, o as WorkflowRunRepository, p as WorkflowWebsocketServer, r as ApplicationTokens, s as SessionVerifier, t as CodemationPluginListMerger, u as DatabaseMigrations } from "./CodemationPluginListMerger-
|
|
9
|
-
import { t as AppConfigFactory } from "./AppConfigFactory-
|
|
10
|
-
import { a as WorkflowDto, n as InternalAuthBootstrapFactory, o as WorkflowSummary, r as FrontendAppConfigFactory, t as PublicFrontendBootstrapFactory } from "./PublicFrontendBootstrapFactory-
|
|
6
|
+
import "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
7
|
+
import { a as CredentialInstanceService, c as CredentialSecretCipher, i as CredentialBindingService, l as CredentialFieldEnvOverlayService, o as CredentialOAuth2ScopeResolver, r as CredentialRuntimeMaterialService, s as CredentialMaterialResolver, t as CredentialStore, u as CredentialTypeRegistryImpl } from "./CredentialServices-BFQD_VN1.js";
|
|
8
|
+
import { a as WorkflowDebuggerOverlayRepository, c as WorkerRuntime, d as AppContainerLifecycle, f as AppContainerFactory, g as CommandBus, i as HonoApiRouteRegistrar, l as FrontendRuntime, m as QueryBus, n as CodemationBootstrapRequest, o as WorkflowRunRepository, p as WorkflowWebsocketServer, r as ApplicationTokens, s as SessionVerifier, t as CodemationPluginListMerger, u as DatabaseMigrations } from "./CodemationPluginListMerger-QvUa2SIt.js";
|
|
9
|
+
import { t as AppConfigFactory } from "./AppConfigFactory-CK28UPK0.js";
|
|
10
|
+
import { a as WorkflowDto, n as InternalAuthBootstrapFactory, o as WorkflowSummary, r as FrontendAppConfigFactory, t as PublicFrontendBootstrapFactory } from "./PublicFrontendBootstrapFactory-DTA1iDo0.js";
|
|
11
11
|
import { Hono } from "hono";
|
|
12
12
|
import { NodeDefinition, WorkflowDefinition } from "@codemation/core/browser";
|
|
13
13
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as PrismaClient } from "./AppConfigFactory-
|
|
1
|
+
import { i as PrismaClient } from "./AppConfigFactory-CK28UPK0.js";
|
|
2
2
|
|
|
3
3
|
//#region src/infrastructure/persistence/CodemationPostgresPrismaClientFactory.d.ts
|
|
4
4
|
declare class CodemationPostgresPrismaClientFactory {
|
|
@@ -6,4 +6,4 @@ declare class CodemationPostgresPrismaClientFactory {
|
|
|
6
6
|
}
|
|
7
7
|
//#endregion
|
|
8
8
|
export { CodemationPostgresPrismaClientFactory as t };
|
|
9
|
-
//# sourceMappingURL=persistenceServer-
|
|
9
|
+
//# sourceMappingURL=persistenceServer-Y-u7lV7f.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./index-
|
|
2
|
-
import { i as AppPersistenceConfig } from "./CodemationAppContext-
|
|
1
|
+
import "./index-Dd6BrWyH.js";
|
|
2
|
+
import { i as AppPersistenceConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
|
-
import "./CodemationConfigNormalizer-
|
|
5
|
-
import { n as PrismaMigrationDeployer, r as PrismaDatabaseClient, t as AppConfigFactory } from "./AppConfigFactory-
|
|
6
|
-
import { t as CodemationPostgresPrismaClientFactory } from "./persistenceServer-
|
|
4
|
+
import "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
5
|
+
import { n as PrismaMigrationDeployer, r as PrismaDatabaseClient, t as AppConfigFactory } from "./AppConfigFactory-CK28UPK0.js";
|
|
6
|
+
import { t as CodemationPostgresPrismaClientFactory } from "./persistenceServer-Y-u7lV7f.js";
|
|
7
7
|
export { AppConfigFactory, AppPersistenceConfig, CodemationPostgresPrismaClientFactory, PrismaDatabaseClient as PrismaClient, PrismaMigrationDeployer };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { m as CodemationConfig, o as CodemationPlugin, r as AppConfig } from "./CodemationAppContext-
|
|
2
|
-
import { t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-
|
|
3
|
-
import { t as AppConfigFactory } from "./AppConfigFactory-
|
|
4
|
-
import { a as WorkflowDto, o as WorkflowSummary } from "./PublicFrontendBootstrapFactory-
|
|
1
|
+
import { m as CodemationConfig, o as CodemationPlugin, r as AppConfig } from "./CodemationAppContext-KqDoeHqN.js";
|
|
2
|
+
import { t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-nj9kTmfJ.js";
|
|
3
|
+
import { t as AppConfigFactory } from "./AppConfigFactory-CK28UPK0.js";
|
|
4
|
+
import { a as WorkflowDto, o as WorkflowSummary } from "./PublicFrontendBootstrapFactory-DTA1iDo0.js";
|
|
5
5
|
|
|
6
6
|
//#region src/presentation/http/ApiPaths.d.ts
|
|
7
7
|
declare class ApiPaths {
|
|
@@ -150,4 +150,4 @@ declare class WorkflowDiscoveryPathSegmentsComputer {
|
|
|
150
150
|
}
|
|
151
151
|
//#endregion
|
|
152
152
|
export { CodemationResolvedPluginPackage as a, CodemationServerGateway as c, CodemationPluginDiscovery as i, ApiPaths as l, WorkflowModulePathFinder as n, AppConfigLoadResult as o, CodemationDiscoveredPluginPackage as r, AppConfigLoader as s, WorkflowDiscoveryPathSegmentsComputer as t };
|
|
153
|
-
//# sourceMappingURL=server-
|
|
153
|
+
//# sourceMappingURL=server-axppTMgo.d.ts.map
|
package/dist/server.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import "./index-
|
|
2
|
-
import "./CodemationAppContext-
|
|
1
|
+
import "./index-Dd6BrWyH.js";
|
|
2
|
+
import "./CodemationAppContext-KqDoeHqN.js";
|
|
3
3
|
import "./CodemationWhitelabelConfig-D5rYcLlj.js";
|
|
4
4
|
import { n as InternalAuthBootstrap, r as FrontendAppConfig, t as PublicFrontendBootstrap } from "./PublicFrontendBootstrap-ci0Vwxrb.js";
|
|
5
5
|
import { i as CodemationFrontendAuthSnapshotJsonCodec, n as InternalAuthBootstrapJsonCodec, r as FrontendAppConfigJsonCodec, t as PublicFrontendBootstrapJsonCodec } from "./PublicFrontendBootstrapJsonCodec-Ja0GQgpp.js";
|
|
6
|
-
import "./CodemationConfigNormalizer-
|
|
7
|
-
import { i as CodemationConsumerAppResolver, n as CodemationConsumerConfigResolution, r as CodemationConsumerApp, t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-
|
|
8
|
-
import { r as PrismaDatabaseClient } from "./AppConfigFactory-
|
|
9
|
-
import { t as CodemationPostgresPrismaClientFactory } from "./persistenceServer-
|
|
10
|
-
import { a as CodemationResolvedPluginPackage, c as CodemationServerGateway, i as CodemationPluginDiscovery, l as ApiPaths, n as WorkflowModulePathFinder, o as AppConfigLoadResult, r as CodemationDiscoveredPluginPackage, s as AppConfigLoader, t as WorkflowDiscoveryPathSegmentsComputer } from "./server-
|
|
11
|
-
import { i as CodemationFrontendAuthSnapshotFactory, n as InternalAuthBootstrapFactory, r as FrontendAppConfigFactory, t as PublicFrontendBootstrapFactory } from "./PublicFrontendBootstrapFactory-
|
|
6
|
+
import "./CodemationConfigNormalizer-DIAE0VHw.js";
|
|
7
|
+
import { i as CodemationConsumerAppResolver, n as CodemationConsumerConfigResolution, r as CodemationConsumerApp, t as CodemationConsumerConfigLoader } from "./CodemationConsumerConfigLoader-nj9kTmfJ.js";
|
|
8
|
+
import { r as PrismaDatabaseClient } from "./AppConfigFactory-CK28UPK0.js";
|
|
9
|
+
import { t as CodemationPostgresPrismaClientFactory } from "./persistenceServer-Y-u7lV7f.js";
|
|
10
|
+
import { a as CodemationResolvedPluginPackage, c as CodemationServerGateway, i as CodemationPluginDiscovery, l as ApiPaths, n as WorkflowModulePathFinder, o as AppConfigLoadResult, r as CodemationDiscoveredPluginPackage, s as AppConfigLoader, t as WorkflowDiscoveryPathSegmentsComputer } from "./server-axppTMgo.js";
|
|
11
|
+
import { i as CodemationFrontendAuthSnapshotFactory, n as InternalAuthBootstrapFactory, r as FrontendAppConfigFactory, t as PublicFrontendBootstrapFactory } from "./PublicFrontendBootstrapFactory-DTA1iDo0.js";
|
|
12
12
|
export { ApiPaths, AppConfigLoadResult, AppConfigLoader, CodemationConsumerApp, CodemationConsumerAppResolver, CodemationConsumerConfigLoader, CodemationConsumerConfigResolution, CodemationDiscoveredPluginPackage, CodemationFrontendAuthSnapshotFactory, CodemationFrontendAuthSnapshotJsonCodec, CodemationPluginDiscovery, CodemationPostgresPrismaClientFactory, CodemationResolvedPluginPackage, CodemationServerGateway, FrontendAppConfig, FrontendAppConfigFactory, FrontendAppConfigJsonCodec, InternalAuthBootstrap, InternalAuthBootstrapFactory, InternalAuthBootstrapJsonCodec, PrismaDatabaseClient as PrismaClient, PublicFrontendBootstrap, PublicFrontendBootstrapFactory, PublicFrontendBootstrapJsonCodec, WorkflowDiscoveryPathSegmentsComputer, WorkflowModulePathFinder };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemation/host",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"tsx": "^4.21.0",
|
|
120
120
|
"ws": "^8.19.0",
|
|
121
121
|
"zxcvbn": "^4.4.2",
|
|
122
|
-
"@codemation/core": "0.
|
|
123
|
-
"@codemation/core-nodes": "0.
|
|
124
|
-
"@codemation/eventbus-redis": "0.0.
|
|
122
|
+
"@codemation/core": "0.7.0",
|
|
123
|
+
"@codemation/core-nodes": "0.4.0",
|
|
124
|
+
"@codemation/eventbus-redis": "0.0.29"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"@playwright/test": "^1.58.2",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"tsdown": "^0.15.5",
|
|
147
147
|
"typescript": "^5.9.3",
|
|
148
148
|
"vitest": "^4.0.18",
|
|
149
|
-
"@codemation/core-nodes-gmail": "0.1.
|
|
149
|
+
"@codemation/core-nodes-gmail": "0.1.3"
|
|
150
150
|
},
|
|
151
151
|
"scripts": {
|
|
152
152
|
"changeset:verify": "pnpm --workspace-root run changeset:verify",
|