@codemation/host 0.5.0 → 0.6.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/CHANGELOG.md +43 -0
- package/dist/{AppConfigFactory-CvpFScwB.js → AppConfigFactory-C6q-CSKb.js} +7 -6
- package/dist/{AppConfigFactory-CvpFScwB.js.map → AppConfigFactory-C6q-CSKb.js.map} +1 -1
- package/dist/{AppConfigFactory-LK76niPc.d.ts → AppConfigFactory-YnveXE9k.d.ts} +40 -4
- package/dist/{AppContainerFactory-BlLrm6_h.js → AppContainerFactory-qaqc-R1D.js} +21 -13
- package/dist/AppContainerFactory-qaqc-R1D.js.map +1 -0
- package/dist/{CodemationAppContext-CvWi5gey.d.ts → CodemationAppContext-DRu1Dpri.d.ts} +3 -3
- package/dist/{CodemationAuthoring.types-BuKNTDC1.d.ts → CodemationAuthoring.types-fBRppnmi.d.ts} +4 -4
- package/dist/{CodemationConfigNormalizer-CYdR0PR5.d.ts → CodemationConfigNormalizer-DVko3cVN.d.ts} +3 -3
- package/dist/{CodemationConsumerConfigLoader-C3nAj9Bj.d.ts → CodemationConsumerConfigLoader-DJWr86f-.d.ts} +2 -2
- package/dist/{CodemationPluginListMerger-D-gwVwtw.d.ts → CodemationPluginListMerger-DGc-jfa2.d.ts} +7 -7
- package/dist/{CredentialContractsRegistry-D7mcPed2.d.ts → CredentialContractsRegistry-DrMIDSw8.d.ts} +2 -2
- package/dist/CredentialServices-CgxwguAv.js.map +1 -1
- package/dist/{CredentialServices-DdCEP2xt.d.ts → CredentialServices-UfvHB-rN.d.ts} +4 -4
- package/dist/{ItemsInputNormalizer-D1WppVMU.d.ts → ItemsInputNormalizer-C-KHg9Mo.d.ts} +20 -1
- package/dist/{PublicFrontendBootstrapFactory-BMWqNM9a.d.ts → PublicFrontendBootstrapFactory-Cb2pLmDd.d.ts} +2 -2
- package/dist/{TelemetryContracts-BsOD_Y17.d.ts → TelemetryContracts-DbaNomrH.d.ts} +2 -2
- package/dist/{WorkflowPolicyUiPresentationFactory-DNE5oAI6.d.ts → WorkflowPolicyUiPresentationFactory-DQEY-h_S.d.ts} +2 -2
- package/dist/{WorkflowViewContracts-0ZgsHQdp.d.ts → WorkflowViewContracts-CzK2KFuz.d.ts} +6 -1
- package/dist/authoring.d.ts +4 -4
- package/dist/consumer.d.ts +5 -5
- package/dist/credentials.d.ts +5 -5
- package/dist/devServerSidecar.d.ts +2 -2
- package/dist/dto.d.ts +5 -5
- package/dist/{index-BlGs9e9Q.d.ts → index-BbBk26m0.d.ts} +2 -2
- package/dist/index.d.ts +15 -15
- package/dist/index.js +4 -4
- package/dist/mapping.d.ts +2 -2
- package/dist/nextServer.d.ts +12 -12
- package/dist/nextServer.js +2 -2
- package/dist/{persistenceServer-CpNFYa_q.js → persistenceServer-CmsIKnO9.js} +2 -2
- package/dist/{persistenceServer-CpNFYa_q.js.map → persistenceServer-CmsIKnO9.js.map} +1 -1
- package/dist/{persistenceServer-CIVt3UOX.d.ts → persistenceServer-vtJAGDat.d.ts} +2 -2
- package/dist/persistenceServer.d.ts +6 -6
- package/dist/persistenceServer.js +2 -2
- package/dist/{server-BK43OKxW.js → server-CJFfY67o.js} +3 -3
- package/dist/{server-BK43OKxW.js.map → server-CJFfY67o.js.map} +1 -1
- package/dist/{server-CQWdkT7t.d.ts → server-MUNGsBYK.d.ts} +5 -5
- package/dist/server.d.ts +10 -10
- package/dist/server.js +4 -4
- package/package.json +5 -5
- package/prisma/migrations/20260507120000_execution_instance_child_run_id/migration.sql +5 -0
- package/prisma/migrations.sqlite/20260507120000_execution_instance_child_run_id/migration.sql +5 -0
- package/prisma/schema.postgresql.prisma +1 -0
- package/prisma/schema.sqlite.prisma +1 -0
- package/prisma-generated/prisma-postgresql-client/edge.js +6 -5
- package/prisma-generated/prisma-postgresql-client/index-browser.js +2 -1
- package/prisma-generated/prisma-postgresql-client/index.d.ts +38 -2
- package/prisma-generated/prisma-postgresql-client/index.js +6 -5
- package/prisma-generated/prisma-postgresql-client/package.json +1 -1
- package/prisma-generated/prisma-postgresql-client/schema.prisma +1 -0
- package/prisma-generated/prisma-sqlite-client/edge.js +6 -5
- package/prisma-generated/prisma-sqlite-client/index-browser.js +2 -1
- package/prisma-generated/prisma-sqlite-client/index.d.ts +38 -2
- package/prisma-generated/prisma-sqlite-client/index.js +6 -5
- package/prisma-generated/prisma-sqlite-client/package.json +1 -1
- package/prisma-generated/prisma-sqlite-client/schema.prisma +1 -0
- package/src/application/contracts/WorkflowViewContracts.ts +5 -0
- package/src/application/mapping/WorkflowDefinitionMapper.ts +4 -0
- package/src/domain/credentials/CredentialSecretCipher.ts +4 -0
- package/src/infrastructure/persistence/InMemoryWorkflowRunRepository.ts +1 -0
- package/src/infrastructure/persistence/PrismaWorkflowRunRepository.ts +7 -0
- package/dist/AppContainerFactory-BlLrm6_h.js.map +0 -1
|
@@ -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-DRu1Dpri.js";
|
|
2
|
+
import { t as NormalizedCodemationConfig } from "./CodemationConfigNormalizer-DVko3cVN.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 prisma-generated/prisma-postgresql-client/runtime/client.d.ts
|
|
@@ -7951,6 +7951,7 @@ declare namespace Prisma {
|
|
|
7951
7951
|
iterationId: string | null;
|
|
7952
7952
|
itemIndex: number | null;
|
|
7953
7953
|
parentInvocationId: string | null;
|
|
7954
|
+
childRunId: string | null;
|
|
7954
7955
|
};
|
|
7955
7956
|
export type ExecutionInstanceMaxAggregateOutputType = {
|
|
7956
7957
|
instanceId: string | null;
|
|
@@ -7993,6 +7994,7 @@ declare namespace Prisma {
|
|
|
7993
7994
|
iterationId: string | null;
|
|
7994
7995
|
itemIndex: number | null;
|
|
7995
7996
|
parentInvocationId: string | null;
|
|
7997
|
+
childRunId: string | null;
|
|
7996
7998
|
};
|
|
7997
7999
|
export type ExecutionInstanceCountAggregateOutputType = {
|
|
7998
8000
|
instanceId: number;
|
|
@@ -8035,6 +8037,7 @@ declare namespace Prisma {
|
|
|
8035
8037
|
iterationId: number;
|
|
8036
8038
|
itemIndex: number;
|
|
8037
8039
|
parentInvocationId: number;
|
|
8040
|
+
childRunId: number;
|
|
8038
8041
|
_all: number;
|
|
8039
8042
|
};
|
|
8040
8043
|
export type ExecutionInstanceAvgAggregateInputType = {
|
|
@@ -8098,6 +8101,7 @@ declare namespace Prisma {
|
|
|
8098
8101
|
iterationId?: true;
|
|
8099
8102
|
itemIndex?: true;
|
|
8100
8103
|
parentInvocationId?: true;
|
|
8104
|
+
childRunId?: true;
|
|
8101
8105
|
};
|
|
8102
8106
|
export type ExecutionInstanceMaxAggregateInputType = {
|
|
8103
8107
|
instanceId?: true;
|
|
@@ -8140,6 +8144,7 @@ declare namespace Prisma {
|
|
|
8140
8144
|
iterationId?: true;
|
|
8141
8145
|
itemIndex?: true;
|
|
8142
8146
|
parentInvocationId?: true;
|
|
8147
|
+
childRunId?: true;
|
|
8143
8148
|
};
|
|
8144
8149
|
export type ExecutionInstanceCountAggregateInputType = {
|
|
8145
8150
|
instanceId?: true;
|
|
@@ -8182,6 +8187,7 @@ declare namespace Prisma {
|
|
|
8182
8187
|
iterationId?: true;
|
|
8183
8188
|
itemIndex?: true;
|
|
8184
8189
|
parentInvocationId?: true;
|
|
8190
|
+
childRunId?: true;
|
|
8185
8191
|
_all?: true;
|
|
8186
8192
|
};
|
|
8187
8193
|
export type ExecutionInstanceAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -8299,6 +8305,7 @@ declare namespace Prisma {
|
|
|
8299
8305
|
iterationId: string | null;
|
|
8300
8306
|
itemIndex: number | null;
|
|
8301
8307
|
parentInvocationId: string | null;
|
|
8308
|
+
childRunId: string | null;
|
|
8302
8309
|
_count: ExecutionInstanceCountAggregateOutputType | null;
|
|
8303
8310
|
_avg: ExecutionInstanceAvgAggregateOutputType | null;
|
|
8304
8311
|
_sum: ExecutionInstanceSumAggregateOutputType | null;
|
|
@@ -8347,6 +8354,7 @@ declare namespace Prisma {
|
|
|
8347
8354
|
iterationId?: boolean;
|
|
8348
8355
|
itemIndex?: boolean;
|
|
8349
8356
|
parentInvocationId?: boolean;
|
|
8357
|
+
childRunId?: boolean;
|
|
8350
8358
|
run?: boolean | RunDefaultArgs<ExtArgs>;
|
|
8351
8359
|
}, ExtArgs["result"]["executionInstance"]>;
|
|
8352
8360
|
export type ExecutionInstanceSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -8390,6 +8398,7 @@ declare namespace Prisma {
|
|
|
8390
8398
|
iterationId?: boolean;
|
|
8391
8399
|
itemIndex?: boolean;
|
|
8392
8400
|
parentInvocationId?: boolean;
|
|
8401
|
+
childRunId?: boolean;
|
|
8393
8402
|
run?: boolean | RunDefaultArgs<ExtArgs>;
|
|
8394
8403
|
}, ExtArgs["result"]["executionInstance"]>;
|
|
8395
8404
|
export type ExecutionInstanceSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -8433,6 +8442,7 @@ declare namespace Prisma {
|
|
|
8433
8442
|
iterationId?: boolean;
|
|
8434
8443
|
itemIndex?: boolean;
|
|
8435
8444
|
parentInvocationId?: boolean;
|
|
8445
|
+
childRunId?: boolean;
|
|
8436
8446
|
run?: boolean | RunDefaultArgs<ExtArgs>;
|
|
8437
8447
|
}, ExtArgs["result"]["executionInstance"]>;
|
|
8438
8448
|
export type ExecutionInstanceSelectScalar = {
|
|
@@ -8476,8 +8486,9 @@ declare namespace Prisma {
|
|
|
8476
8486
|
iterationId?: boolean;
|
|
8477
8487
|
itemIndex?: boolean;
|
|
8478
8488
|
parentInvocationId?: boolean;
|
|
8489
|
+
childRunId?: boolean;
|
|
8479
8490
|
};
|
|
8480
|
-
export type ExecutionInstanceOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"instanceId" | "runId" | "workflowId" | "slotNodeId" | "workflowNodeId" | "kind" | "connectionKind" | "activationId" | "batchId" | "runIndex" | "parentInstanceId" | "parentRunId" | "workerClaimToken" | "status" | "queuedAt" | "startedAt" | "finishedAt" | "updatedAt" | "itemCount" | "inputJson" | "outputJson" | "errorJson" | "inputItemIndicesJson" | "outputItemCount" | "successfulItemCount" | "failedItemCount" | "inputStorageKind" | "outputStorageKind" | "inputBytes" | "outputBytes" | "inputPreviewJson" | "outputPreviewJson" | "inputPayloadRef" | "outputPayloadRef" | "inputTruncated" | "outputTruncated" | "usedPinnedOutput" | "iterationId" | "itemIndex" | "parentInvocationId", ExtArgs["result"]["executionInstance"]>;
|
|
8491
|
+
export type ExecutionInstanceOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"instanceId" | "runId" | "workflowId" | "slotNodeId" | "workflowNodeId" | "kind" | "connectionKind" | "activationId" | "batchId" | "runIndex" | "parentInstanceId" | "parentRunId" | "workerClaimToken" | "status" | "queuedAt" | "startedAt" | "finishedAt" | "updatedAt" | "itemCount" | "inputJson" | "outputJson" | "errorJson" | "inputItemIndicesJson" | "outputItemCount" | "successfulItemCount" | "failedItemCount" | "inputStorageKind" | "outputStorageKind" | "inputBytes" | "outputBytes" | "inputPreviewJson" | "outputPreviewJson" | "inputPayloadRef" | "outputPayloadRef" | "inputTruncated" | "outputTruncated" | "usedPinnedOutput" | "iterationId" | "itemIndex" | "parentInvocationId" | "childRunId", ExtArgs["result"]["executionInstance"]>;
|
|
8481
8492
|
export type ExecutionInstanceInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
8482
8493
|
run?: boolean | RunDefaultArgs<ExtArgs>;
|
|
8483
8494
|
};
|
|
@@ -8533,6 +8544,7 @@ declare namespace Prisma {
|
|
|
8533
8544
|
iterationId: string | null;
|
|
8534
8545
|
itemIndex: number | null;
|
|
8535
8546
|
parentInvocationId: string | null;
|
|
8547
|
+
childRunId: string | null;
|
|
8536
8548
|
}, ExtArgs["result"]["executionInstance"]>;
|
|
8537
8549
|
composites: {};
|
|
8538
8550
|
};
|
|
@@ -8933,6 +8945,7 @@ declare namespace Prisma {
|
|
|
8933
8945
|
readonly iterationId: FieldRef<"ExecutionInstance", 'String'>;
|
|
8934
8946
|
readonly itemIndex: FieldRef<"ExecutionInstance", 'Int'>;
|
|
8935
8947
|
readonly parentInvocationId: FieldRef<"ExecutionInstance", 'String'>;
|
|
8948
|
+
readonly childRunId: FieldRef<"ExecutionInstance", 'String'>;
|
|
8936
8949
|
}
|
|
8937
8950
|
|
|
8938
8951
|
// Custom InputTypes
|
|
@@ -30420,6 +30433,7 @@ declare namespace Prisma {
|
|
|
30420
30433
|
iterationId: 'iterationId';
|
|
30421
30434
|
itemIndex: 'itemIndex';
|
|
30422
30435
|
parentInvocationId: 'parentInvocationId';
|
|
30436
|
+
childRunId: 'childRunId';
|
|
30423
30437
|
};
|
|
30424
30438
|
export type ExecutionInstanceScalarFieldEnum = (typeof ExecutionInstanceScalarFieldEnum)[keyof typeof ExecutionInstanceScalarFieldEnum];
|
|
30425
30439
|
export const RunSlotProjectionScalarFieldEnum: {
|
|
@@ -31060,6 +31074,7 @@ declare namespace Prisma {
|
|
|
31060
31074
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
31061
31075
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null;
|
|
31062
31076
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
31077
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
31063
31078
|
run?: XOR<RunScalarRelationFilter, RunWhereInput>;
|
|
31064
31079
|
};
|
|
31065
31080
|
export type ExecutionInstanceOrderByWithRelationInput = {
|
|
@@ -31103,6 +31118,7 @@ declare namespace Prisma {
|
|
|
31103
31118
|
iterationId?: SortOrderInput | SortOrder;
|
|
31104
31119
|
itemIndex?: SortOrderInput | SortOrder;
|
|
31105
31120
|
parentInvocationId?: SortOrderInput | SortOrder;
|
|
31121
|
+
childRunId?: SortOrderInput | SortOrder;
|
|
31106
31122
|
run?: RunOrderByWithRelationInput;
|
|
31107
31123
|
};
|
|
31108
31124
|
export type ExecutionInstanceWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -31150,6 +31166,7 @@ declare namespace Prisma {
|
|
|
31150
31166
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
31151
31167
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null;
|
|
31152
31168
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
31169
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
31153
31170
|
run?: XOR<RunScalarRelationFilter, RunWhereInput>;
|
|
31154
31171
|
}, "instanceId" | "runId_slotNodeId_runIndex">;
|
|
31155
31172
|
export type ExecutionInstanceOrderByWithAggregationInput = {
|
|
@@ -31193,6 +31210,7 @@ declare namespace Prisma {
|
|
|
31193
31210
|
iterationId?: SortOrderInput | SortOrder;
|
|
31194
31211
|
itemIndex?: SortOrderInput | SortOrder;
|
|
31195
31212
|
parentInvocationId?: SortOrderInput | SortOrder;
|
|
31213
|
+
childRunId?: SortOrderInput | SortOrder;
|
|
31196
31214
|
_count?: ExecutionInstanceCountOrderByAggregateInput;
|
|
31197
31215
|
_avg?: ExecutionInstanceAvgOrderByAggregateInput;
|
|
31198
31216
|
_max?: ExecutionInstanceMaxOrderByAggregateInput;
|
|
@@ -31243,6 +31261,7 @@ declare namespace Prisma {
|
|
|
31243
31261
|
iterationId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null;
|
|
31244
31262
|
itemIndex?: IntNullableWithAggregatesFilter<"ExecutionInstance"> | number | null;
|
|
31245
31263
|
parentInvocationId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null;
|
|
31264
|
+
childRunId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null;
|
|
31246
31265
|
};
|
|
31247
31266
|
export type RunSlotProjectionWhereInput = {
|
|
31248
31267
|
AND?: RunSlotProjectionWhereInput | RunSlotProjectionWhereInput[];
|
|
@@ -33140,6 +33159,7 @@ declare namespace Prisma {
|
|
|
33140
33159
|
iterationId?: string | null;
|
|
33141
33160
|
itemIndex?: number | null;
|
|
33142
33161
|
parentInvocationId?: string | null;
|
|
33162
|
+
childRunId?: string | null;
|
|
33143
33163
|
run: RunCreateNestedOneWithoutExecutionInstancesInput;
|
|
33144
33164
|
};
|
|
33145
33165
|
export type ExecutionInstanceUncheckedCreateInput = {
|
|
@@ -33183,6 +33203,7 @@ declare namespace Prisma {
|
|
|
33183
33203
|
iterationId?: string | null;
|
|
33184
33204
|
itemIndex?: number | null;
|
|
33185
33205
|
parentInvocationId?: string | null;
|
|
33206
|
+
childRunId?: string | null;
|
|
33186
33207
|
};
|
|
33187
33208
|
export type ExecutionInstanceUpdateInput = {
|
|
33188
33209
|
instanceId?: StringFieldUpdateOperationsInput | string;
|
|
@@ -33224,6 +33245,7 @@ declare namespace Prisma {
|
|
|
33224
33245
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33225
33246
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
33226
33247
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33248
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33227
33249
|
run?: RunUpdateOneRequiredWithoutExecutionInstancesNestedInput;
|
|
33228
33250
|
};
|
|
33229
33251
|
export type ExecutionInstanceUncheckedUpdateInput = {
|
|
@@ -33267,6 +33289,7 @@ declare namespace Prisma {
|
|
|
33267
33289
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33268
33290
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
33269
33291
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33292
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33270
33293
|
};
|
|
33271
33294
|
export type ExecutionInstanceCreateManyInput = {
|
|
33272
33295
|
instanceId: string;
|
|
@@ -33309,6 +33332,7 @@ declare namespace Prisma {
|
|
|
33309
33332
|
iterationId?: string | null;
|
|
33310
33333
|
itemIndex?: number | null;
|
|
33311
33334
|
parentInvocationId?: string | null;
|
|
33335
|
+
childRunId?: string | null;
|
|
33312
33336
|
};
|
|
33313
33337
|
export type ExecutionInstanceUpdateManyMutationInput = {
|
|
33314
33338
|
instanceId?: StringFieldUpdateOperationsInput | string;
|
|
@@ -33350,6 +33374,7 @@ declare namespace Prisma {
|
|
|
33350
33374
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33351
33375
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
33352
33376
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33377
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33353
33378
|
};
|
|
33354
33379
|
export type ExecutionInstanceUncheckedUpdateManyInput = {
|
|
33355
33380
|
instanceId?: StringFieldUpdateOperationsInput | string;
|
|
@@ -33392,6 +33417,7 @@ declare namespace Prisma {
|
|
|
33392
33417
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33393
33418
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
33394
33419
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33420
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
33395
33421
|
};
|
|
33396
33422
|
export type RunSlotProjectionCreateInput = {
|
|
33397
33423
|
workflowId: string;
|
|
@@ -35485,6 +35511,7 @@ declare namespace Prisma {
|
|
|
35485
35511
|
iterationId?: SortOrder;
|
|
35486
35512
|
itemIndex?: SortOrder;
|
|
35487
35513
|
parentInvocationId?: SortOrder;
|
|
35514
|
+
childRunId?: SortOrder;
|
|
35488
35515
|
};
|
|
35489
35516
|
export type ExecutionInstanceAvgOrderByAggregateInput = {
|
|
35490
35517
|
runIndex?: SortOrder;
|
|
@@ -35537,6 +35564,7 @@ declare namespace Prisma {
|
|
|
35537
35564
|
iterationId?: SortOrder;
|
|
35538
35565
|
itemIndex?: SortOrder;
|
|
35539
35566
|
parentInvocationId?: SortOrder;
|
|
35567
|
+
childRunId?: SortOrder;
|
|
35540
35568
|
};
|
|
35541
35569
|
export type ExecutionInstanceMinOrderByAggregateInput = {
|
|
35542
35570
|
instanceId?: SortOrder;
|
|
@@ -35579,6 +35607,7 @@ declare namespace Prisma {
|
|
|
35579
35607
|
iterationId?: SortOrder;
|
|
35580
35608
|
itemIndex?: SortOrder;
|
|
35581
35609
|
parentInvocationId?: SortOrder;
|
|
35610
|
+
childRunId?: SortOrder;
|
|
35582
35611
|
};
|
|
35583
35612
|
export type ExecutionInstanceSumOrderByAggregateInput = {
|
|
35584
35613
|
runIndex?: SortOrder;
|
|
@@ -37377,6 +37406,7 @@ declare namespace Prisma {
|
|
|
37377
37406
|
iterationId?: string | null;
|
|
37378
37407
|
itemIndex?: number | null;
|
|
37379
37408
|
parentInvocationId?: string | null;
|
|
37409
|
+
childRunId?: string | null;
|
|
37380
37410
|
};
|
|
37381
37411
|
export type ExecutionInstanceUncheckedCreateWithoutRunInput = {
|
|
37382
37412
|
instanceId: string;
|
|
@@ -37418,6 +37448,7 @@ declare namespace Prisma {
|
|
|
37418
37448
|
iterationId?: string | null;
|
|
37419
37449
|
itemIndex?: number | null;
|
|
37420
37450
|
parentInvocationId?: string | null;
|
|
37451
|
+
childRunId?: string | null;
|
|
37421
37452
|
};
|
|
37422
37453
|
export type ExecutionInstanceCreateOrConnectWithoutRunInput = {
|
|
37423
37454
|
where: ExecutionInstanceWhereUniqueInput;
|
|
@@ -37617,6 +37648,7 @@ declare namespace Prisma {
|
|
|
37617
37648
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
37618
37649
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null;
|
|
37619
37650
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
37651
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null;
|
|
37620
37652
|
};
|
|
37621
37653
|
export type RunSlotProjectionUpsertWithoutRunInput = {
|
|
37622
37654
|
update: XOR<RunSlotProjectionUpdateWithoutRunInput, RunSlotProjectionUncheckedUpdateWithoutRunInput>;
|
|
@@ -38813,6 +38845,7 @@ declare namespace Prisma {
|
|
|
38813
38845
|
iterationId?: string | null;
|
|
38814
38846
|
itemIndex?: number | null;
|
|
38815
38847
|
parentInvocationId?: string | null;
|
|
38848
|
+
childRunId?: string | null;
|
|
38816
38849
|
};
|
|
38817
38850
|
export type TestAssertionCreateManyRunInput = {
|
|
38818
38851
|
id: string;
|
|
@@ -38931,6 +38964,7 @@ declare namespace Prisma {
|
|
|
38931
38964
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
38932
38965
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
38933
38966
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
38967
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
38934
38968
|
};
|
|
38935
38969
|
export type ExecutionInstanceUncheckedUpdateWithoutRunInput = {
|
|
38936
38970
|
instanceId?: StringFieldUpdateOperationsInput | string;
|
|
@@ -38972,6 +39006,7 @@ declare namespace Prisma {
|
|
|
38972
39006
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
38973
39007
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
38974
39008
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
39009
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
38975
39010
|
};
|
|
38976
39011
|
export type ExecutionInstanceUncheckedUpdateManyWithoutRunInput = {
|
|
38977
39012
|
instanceId?: StringFieldUpdateOperationsInput | string;
|
|
@@ -39013,6 +39048,7 @@ declare namespace Prisma {
|
|
|
39013
39048
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
39014
39049
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
39015
39050
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
39051
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
39016
39052
|
};
|
|
39017
39053
|
export type TestAssertionUpdateWithoutRunInput = {
|
|
39018
39054
|
id?: StringFieldUpdateOperationsInput | string;
|
|
@@ -39430,4 +39466,4 @@ declare class AppConfigFactory {
|
|
|
39430
39466
|
}
|
|
39431
39467
|
//#endregion
|
|
39432
39468
|
export { PrismaClient as i, PrismaMigrationDeployer as n, PrismaDatabaseClient as r, AppConfigFactory as t };
|
|
39433
|
-
//# sourceMappingURL=AppConfigFactory-
|
|
39469
|
+
//# sourceMappingURL=AppConfigFactory-YnveXE9k.d.ts.map
|