@codemation/host 0.5.1 → 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 +34 -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-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/infrastructure/persistence/InMemoryWorkflowRunRepository.ts +1 -0
- package/src/infrastructure/persistence/PrismaWorkflowRunRepository.ts +7 -0
- package/dist/AppContainerFactory-BlLrm6_h.js.map +0 -1
|
@@ -201,7 +201,8 @@ exports.Prisma.ExecutionInstanceScalarFieldEnum = {
|
|
|
201
201
|
usedPinnedOutput: 'usedPinnedOutput',
|
|
202
202
|
iterationId: 'iterationId',
|
|
203
203
|
itemIndex: 'itemIndex',
|
|
204
|
-
parentInvocationId: 'parentInvocationId'
|
|
204
|
+
parentInvocationId: 'parentInvocationId',
|
|
205
|
+
childRunId: 'childRunId'
|
|
205
206
|
};
|
|
206
207
|
|
|
207
208
|
exports.Prisma.RunSlotProjectionScalarFieldEnum = {
|
|
@@ -5861,6 +5861,7 @@ export namespace Prisma {
|
|
|
5861
5861
|
iterationId: string | null
|
|
5862
5862
|
itemIndex: number | null
|
|
5863
5863
|
parentInvocationId: string | null
|
|
5864
|
+
childRunId: string | null
|
|
5864
5865
|
}
|
|
5865
5866
|
|
|
5866
5867
|
export type ExecutionInstanceMaxAggregateOutputType = {
|
|
@@ -5904,6 +5905,7 @@ export namespace Prisma {
|
|
|
5904
5905
|
iterationId: string | null
|
|
5905
5906
|
itemIndex: number | null
|
|
5906
5907
|
parentInvocationId: string | null
|
|
5908
|
+
childRunId: string | null
|
|
5907
5909
|
}
|
|
5908
5910
|
|
|
5909
5911
|
export type ExecutionInstanceCountAggregateOutputType = {
|
|
@@ -5947,6 +5949,7 @@ export namespace Prisma {
|
|
|
5947
5949
|
iterationId: number
|
|
5948
5950
|
itemIndex: number
|
|
5949
5951
|
parentInvocationId: number
|
|
5952
|
+
childRunId: number
|
|
5950
5953
|
_all: number
|
|
5951
5954
|
}
|
|
5952
5955
|
|
|
@@ -6014,6 +6017,7 @@ export namespace Prisma {
|
|
|
6014
6017
|
iterationId?: true
|
|
6015
6018
|
itemIndex?: true
|
|
6016
6019
|
parentInvocationId?: true
|
|
6020
|
+
childRunId?: true
|
|
6017
6021
|
}
|
|
6018
6022
|
|
|
6019
6023
|
export type ExecutionInstanceMaxAggregateInputType = {
|
|
@@ -6057,6 +6061,7 @@ export namespace Prisma {
|
|
|
6057
6061
|
iterationId?: true
|
|
6058
6062
|
itemIndex?: true
|
|
6059
6063
|
parentInvocationId?: true
|
|
6064
|
+
childRunId?: true
|
|
6060
6065
|
}
|
|
6061
6066
|
|
|
6062
6067
|
export type ExecutionInstanceCountAggregateInputType = {
|
|
@@ -6100,6 +6105,7 @@ export namespace Prisma {
|
|
|
6100
6105
|
iterationId?: true
|
|
6101
6106
|
itemIndex?: true
|
|
6102
6107
|
parentInvocationId?: true
|
|
6108
|
+
childRunId?: true
|
|
6103
6109
|
_all?: true
|
|
6104
6110
|
}
|
|
6105
6111
|
|
|
@@ -6230,6 +6236,7 @@ export namespace Prisma {
|
|
|
6230
6236
|
iterationId: string | null
|
|
6231
6237
|
itemIndex: number | null
|
|
6232
6238
|
parentInvocationId: string | null
|
|
6239
|
+
childRunId: string | null
|
|
6233
6240
|
_count: ExecutionInstanceCountAggregateOutputType | null
|
|
6234
6241
|
_avg: ExecutionInstanceAvgAggregateOutputType | null
|
|
6235
6242
|
_sum: ExecutionInstanceSumAggregateOutputType | null
|
|
@@ -6292,6 +6299,7 @@ export namespace Prisma {
|
|
|
6292
6299
|
iterationId?: boolean
|
|
6293
6300
|
itemIndex?: boolean
|
|
6294
6301
|
parentInvocationId?: boolean
|
|
6302
|
+
childRunId?: boolean
|
|
6295
6303
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6296
6304
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6297
6305
|
|
|
@@ -6336,6 +6344,7 @@ export namespace Prisma {
|
|
|
6336
6344
|
iterationId?: boolean
|
|
6337
6345
|
itemIndex?: boolean
|
|
6338
6346
|
parentInvocationId?: boolean
|
|
6347
|
+
childRunId?: boolean
|
|
6339
6348
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6340
6349
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6341
6350
|
|
|
@@ -6380,6 +6389,7 @@ export namespace Prisma {
|
|
|
6380
6389
|
iterationId?: boolean
|
|
6381
6390
|
itemIndex?: boolean
|
|
6382
6391
|
parentInvocationId?: boolean
|
|
6392
|
+
childRunId?: boolean
|
|
6383
6393
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6384
6394
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6385
6395
|
|
|
@@ -6424,9 +6434,10 @@ export namespace Prisma {
|
|
|
6424
6434
|
iterationId?: boolean
|
|
6425
6435
|
itemIndex?: boolean
|
|
6426
6436
|
parentInvocationId?: boolean
|
|
6437
|
+
childRunId?: boolean
|
|
6427
6438
|
}
|
|
6428
6439
|
|
|
6429
|
-
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"]>
|
|
6440
|
+
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"]>
|
|
6430
6441
|
export type ExecutionInstanceInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6431
6442
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6432
6443
|
}
|
|
@@ -6483,6 +6494,7 @@ export namespace Prisma {
|
|
|
6483
6494
|
iterationId: string | null
|
|
6484
6495
|
itemIndex: number | null
|
|
6485
6496
|
parentInvocationId: string | null
|
|
6497
|
+
childRunId: string | null
|
|
6486
6498
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6487
6499
|
composites: {}
|
|
6488
6500
|
}
|
|
@@ -6947,6 +6959,7 @@ export namespace Prisma {
|
|
|
6947
6959
|
readonly iterationId: FieldRef<"ExecutionInstance", 'String'>
|
|
6948
6960
|
readonly itemIndex: FieldRef<"ExecutionInstance", 'Int'>
|
|
6949
6961
|
readonly parentInvocationId: FieldRef<"ExecutionInstance", 'String'>
|
|
6962
|
+
readonly childRunId: FieldRef<"ExecutionInstance", 'String'>
|
|
6950
6963
|
}
|
|
6951
6964
|
|
|
6952
6965
|
|
|
@@ -30635,7 +30648,8 @@ export namespace Prisma {
|
|
|
30635
30648
|
usedPinnedOutput: 'usedPinnedOutput',
|
|
30636
30649
|
iterationId: 'iterationId',
|
|
30637
30650
|
itemIndex: 'itemIndex',
|
|
30638
|
-
parentInvocationId: 'parentInvocationId'
|
|
30651
|
+
parentInvocationId: 'parentInvocationId',
|
|
30652
|
+
childRunId: 'childRunId'
|
|
30639
30653
|
};
|
|
30640
30654
|
|
|
30641
30655
|
export type ExecutionInstanceScalarFieldEnum = (typeof ExecutionInstanceScalarFieldEnum)[keyof typeof ExecutionInstanceScalarFieldEnum]
|
|
@@ -31342,6 +31356,7 @@ export namespace Prisma {
|
|
|
31342
31356
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31343
31357
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null
|
|
31344
31358
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31359
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31345
31360
|
run?: XOR<RunScalarRelationFilter, RunWhereInput>
|
|
31346
31361
|
}
|
|
31347
31362
|
|
|
@@ -31386,6 +31401,7 @@ export namespace Prisma {
|
|
|
31386
31401
|
iterationId?: SortOrderInput | SortOrder
|
|
31387
31402
|
itemIndex?: SortOrderInput | SortOrder
|
|
31388
31403
|
parentInvocationId?: SortOrderInput | SortOrder
|
|
31404
|
+
childRunId?: SortOrderInput | SortOrder
|
|
31389
31405
|
run?: RunOrderByWithRelationInput
|
|
31390
31406
|
}
|
|
31391
31407
|
|
|
@@ -31434,6 +31450,7 @@ export namespace Prisma {
|
|
|
31434
31450
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31435
31451
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null
|
|
31436
31452
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31453
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31437
31454
|
run?: XOR<RunScalarRelationFilter, RunWhereInput>
|
|
31438
31455
|
}, "instanceId" | "runId_slotNodeId_runIndex">
|
|
31439
31456
|
|
|
@@ -31478,6 +31495,7 @@ export namespace Prisma {
|
|
|
31478
31495
|
iterationId?: SortOrderInput | SortOrder
|
|
31479
31496
|
itemIndex?: SortOrderInput | SortOrder
|
|
31480
31497
|
parentInvocationId?: SortOrderInput | SortOrder
|
|
31498
|
+
childRunId?: SortOrderInput | SortOrder
|
|
31481
31499
|
_count?: ExecutionInstanceCountOrderByAggregateInput
|
|
31482
31500
|
_avg?: ExecutionInstanceAvgOrderByAggregateInput
|
|
31483
31501
|
_max?: ExecutionInstanceMaxOrderByAggregateInput
|
|
@@ -31529,6 +31547,7 @@ export namespace Prisma {
|
|
|
31529
31547
|
iterationId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null
|
|
31530
31548
|
itemIndex?: IntNullableWithAggregatesFilter<"ExecutionInstance"> | number | null
|
|
31531
31549
|
parentInvocationId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null
|
|
31550
|
+
childRunId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null
|
|
31532
31551
|
}
|
|
31533
31552
|
|
|
31534
31553
|
export type RunSlotProjectionWhereInput = {
|
|
@@ -33546,6 +33565,7 @@ export namespace Prisma {
|
|
|
33546
33565
|
iterationId?: string | null
|
|
33547
33566
|
itemIndex?: number | null
|
|
33548
33567
|
parentInvocationId?: string | null
|
|
33568
|
+
childRunId?: string | null
|
|
33549
33569
|
run: RunCreateNestedOneWithoutExecutionInstancesInput
|
|
33550
33570
|
}
|
|
33551
33571
|
|
|
@@ -33590,6 +33610,7 @@ export namespace Prisma {
|
|
|
33590
33610
|
iterationId?: string | null
|
|
33591
33611
|
itemIndex?: number | null
|
|
33592
33612
|
parentInvocationId?: string | null
|
|
33613
|
+
childRunId?: string | null
|
|
33593
33614
|
}
|
|
33594
33615
|
|
|
33595
33616
|
export type ExecutionInstanceUpdateInput = {
|
|
@@ -33632,6 +33653,7 @@ export namespace Prisma {
|
|
|
33632
33653
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33633
33654
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33634
33655
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33656
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33635
33657
|
run?: RunUpdateOneRequiredWithoutExecutionInstancesNestedInput
|
|
33636
33658
|
}
|
|
33637
33659
|
|
|
@@ -33676,6 +33698,7 @@ export namespace Prisma {
|
|
|
33676
33698
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33677
33699
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33678
33700
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33701
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33679
33702
|
}
|
|
33680
33703
|
|
|
33681
33704
|
export type ExecutionInstanceCreateManyInput = {
|
|
@@ -33719,6 +33742,7 @@ export namespace Prisma {
|
|
|
33719
33742
|
iterationId?: string | null
|
|
33720
33743
|
itemIndex?: number | null
|
|
33721
33744
|
parentInvocationId?: string | null
|
|
33745
|
+
childRunId?: string | null
|
|
33722
33746
|
}
|
|
33723
33747
|
|
|
33724
33748
|
export type ExecutionInstanceUpdateManyMutationInput = {
|
|
@@ -33761,6 +33785,7 @@ export namespace Prisma {
|
|
|
33761
33785
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33762
33786
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33763
33787
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33788
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33764
33789
|
}
|
|
33765
33790
|
|
|
33766
33791
|
export type ExecutionInstanceUncheckedUpdateManyInput = {
|
|
@@ -33804,6 +33829,7 @@ export namespace Prisma {
|
|
|
33804
33829
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33805
33830
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33806
33831
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33832
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33807
33833
|
}
|
|
33808
33834
|
|
|
33809
33835
|
export type RunSlotProjectionCreateInput = {
|
|
@@ -36071,6 +36097,7 @@ export namespace Prisma {
|
|
|
36071
36097
|
iterationId?: SortOrder
|
|
36072
36098
|
itemIndex?: SortOrder
|
|
36073
36099
|
parentInvocationId?: SortOrder
|
|
36100
|
+
childRunId?: SortOrder
|
|
36074
36101
|
}
|
|
36075
36102
|
|
|
36076
36103
|
export type ExecutionInstanceAvgOrderByAggregateInput = {
|
|
@@ -36125,6 +36152,7 @@ export namespace Prisma {
|
|
|
36125
36152
|
iterationId?: SortOrder
|
|
36126
36153
|
itemIndex?: SortOrder
|
|
36127
36154
|
parentInvocationId?: SortOrder
|
|
36155
|
+
childRunId?: SortOrder
|
|
36128
36156
|
}
|
|
36129
36157
|
|
|
36130
36158
|
export type ExecutionInstanceMinOrderByAggregateInput = {
|
|
@@ -36168,6 +36196,7 @@ export namespace Prisma {
|
|
|
36168
36196
|
iterationId?: SortOrder
|
|
36169
36197
|
itemIndex?: SortOrder
|
|
36170
36198
|
parentInvocationId?: SortOrder
|
|
36199
|
+
childRunId?: SortOrder
|
|
36171
36200
|
}
|
|
36172
36201
|
|
|
36173
36202
|
export type ExecutionInstanceSumOrderByAggregateInput = {
|
|
@@ -38162,6 +38191,7 @@ export namespace Prisma {
|
|
|
38162
38191
|
iterationId?: string | null
|
|
38163
38192
|
itemIndex?: number | null
|
|
38164
38193
|
parentInvocationId?: string | null
|
|
38194
|
+
childRunId?: string | null
|
|
38165
38195
|
}
|
|
38166
38196
|
|
|
38167
38197
|
export type ExecutionInstanceUncheckedCreateWithoutRunInput = {
|
|
@@ -38204,6 +38234,7 @@ export namespace Prisma {
|
|
|
38204
38234
|
iterationId?: string | null
|
|
38205
38235
|
itemIndex?: number | null
|
|
38206
38236
|
parentInvocationId?: string | null
|
|
38237
|
+
childRunId?: string | null
|
|
38207
38238
|
}
|
|
38208
38239
|
|
|
38209
38240
|
export type ExecutionInstanceCreateOrConnectWithoutRunInput = {
|
|
@@ -38421,6 +38452,7 @@ export namespace Prisma {
|
|
|
38421
38452
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
38422
38453
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null
|
|
38423
38454
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
38455
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
38424
38456
|
}
|
|
38425
38457
|
|
|
38426
38458
|
export type RunSlotProjectionUpsertWithoutRunInput = {
|
|
@@ -39721,6 +39753,7 @@ export namespace Prisma {
|
|
|
39721
39753
|
iterationId?: string | null
|
|
39722
39754
|
itemIndex?: number | null
|
|
39723
39755
|
parentInvocationId?: string | null
|
|
39756
|
+
childRunId?: string | null
|
|
39724
39757
|
}
|
|
39725
39758
|
|
|
39726
39759
|
export type TestAssertionCreateManyRunInput = {
|
|
@@ -39844,6 +39877,7 @@ export namespace Prisma {
|
|
|
39844
39877
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39845
39878
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
39846
39879
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39880
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39847
39881
|
}
|
|
39848
39882
|
|
|
39849
39883
|
export type ExecutionInstanceUncheckedUpdateWithoutRunInput = {
|
|
@@ -39886,6 +39920,7 @@ export namespace Prisma {
|
|
|
39886
39920
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39887
39921
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
39888
39922
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39923
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39889
39924
|
}
|
|
39890
39925
|
|
|
39891
39926
|
export type ExecutionInstanceUncheckedUpdateManyWithoutRunInput = {
|
|
@@ -39928,6 +39963,7 @@ export namespace Prisma {
|
|
|
39928
39963
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39929
39964
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
39930
39965
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39966
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39931
39967
|
}
|
|
39932
39968
|
|
|
39933
39969
|
export type TestAssertionUpdateWithoutRunInput = {
|