@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
|
@@ -204,7 +204,8 @@ exports.Prisma.ExecutionInstanceScalarFieldEnum = {
|
|
|
204
204
|
usedPinnedOutput: 'usedPinnedOutput',
|
|
205
205
|
iterationId: 'iterationId',
|
|
206
206
|
itemIndex: 'itemIndex',
|
|
207
|
-
parentInvocationId: 'parentInvocationId'
|
|
207
|
+
parentInvocationId: 'parentInvocationId',
|
|
208
|
+
childRunId: 'childRunId'
|
|
208
209
|
};
|
|
209
210
|
|
|
210
211
|
exports.Prisma.RunSlotProjectionScalarFieldEnum = {
|
|
@@ -5865,6 +5865,7 @@ export namespace Prisma {
|
|
|
5865
5865
|
iterationId: string | null
|
|
5866
5866
|
itemIndex: number | null
|
|
5867
5867
|
parentInvocationId: string | null
|
|
5868
|
+
childRunId: string | null
|
|
5868
5869
|
}
|
|
5869
5870
|
|
|
5870
5871
|
export type ExecutionInstanceMaxAggregateOutputType = {
|
|
@@ -5908,6 +5909,7 @@ export namespace Prisma {
|
|
|
5908
5909
|
iterationId: string | null
|
|
5909
5910
|
itemIndex: number | null
|
|
5910
5911
|
parentInvocationId: string | null
|
|
5912
|
+
childRunId: string | null
|
|
5911
5913
|
}
|
|
5912
5914
|
|
|
5913
5915
|
export type ExecutionInstanceCountAggregateOutputType = {
|
|
@@ -5951,6 +5953,7 @@ export namespace Prisma {
|
|
|
5951
5953
|
iterationId: number
|
|
5952
5954
|
itemIndex: number
|
|
5953
5955
|
parentInvocationId: number
|
|
5956
|
+
childRunId: number
|
|
5954
5957
|
_all: number
|
|
5955
5958
|
}
|
|
5956
5959
|
|
|
@@ -6018,6 +6021,7 @@ export namespace Prisma {
|
|
|
6018
6021
|
iterationId?: true
|
|
6019
6022
|
itemIndex?: true
|
|
6020
6023
|
parentInvocationId?: true
|
|
6024
|
+
childRunId?: true
|
|
6021
6025
|
}
|
|
6022
6026
|
|
|
6023
6027
|
export type ExecutionInstanceMaxAggregateInputType = {
|
|
@@ -6061,6 +6065,7 @@ export namespace Prisma {
|
|
|
6061
6065
|
iterationId?: true
|
|
6062
6066
|
itemIndex?: true
|
|
6063
6067
|
parentInvocationId?: true
|
|
6068
|
+
childRunId?: true
|
|
6064
6069
|
}
|
|
6065
6070
|
|
|
6066
6071
|
export type ExecutionInstanceCountAggregateInputType = {
|
|
@@ -6104,6 +6109,7 @@ export namespace Prisma {
|
|
|
6104
6109
|
iterationId?: true
|
|
6105
6110
|
itemIndex?: true
|
|
6106
6111
|
parentInvocationId?: true
|
|
6112
|
+
childRunId?: true
|
|
6107
6113
|
_all?: true
|
|
6108
6114
|
}
|
|
6109
6115
|
|
|
@@ -6234,6 +6240,7 @@ export namespace Prisma {
|
|
|
6234
6240
|
iterationId: string | null
|
|
6235
6241
|
itemIndex: number | null
|
|
6236
6242
|
parentInvocationId: string | null
|
|
6243
|
+
childRunId: string | null
|
|
6237
6244
|
_count: ExecutionInstanceCountAggregateOutputType | null
|
|
6238
6245
|
_avg: ExecutionInstanceAvgAggregateOutputType | null
|
|
6239
6246
|
_sum: ExecutionInstanceSumAggregateOutputType | null
|
|
@@ -6296,6 +6303,7 @@ export namespace Prisma {
|
|
|
6296
6303
|
iterationId?: boolean
|
|
6297
6304
|
itemIndex?: boolean
|
|
6298
6305
|
parentInvocationId?: boolean
|
|
6306
|
+
childRunId?: boolean
|
|
6299
6307
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6300
6308
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6301
6309
|
|
|
@@ -6340,6 +6348,7 @@ export namespace Prisma {
|
|
|
6340
6348
|
iterationId?: boolean
|
|
6341
6349
|
itemIndex?: boolean
|
|
6342
6350
|
parentInvocationId?: boolean
|
|
6351
|
+
childRunId?: boolean
|
|
6343
6352
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6344
6353
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6345
6354
|
|
|
@@ -6384,6 +6393,7 @@ export namespace Prisma {
|
|
|
6384
6393
|
iterationId?: boolean
|
|
6385
6394
|
itemIndex?: boolean
|
|
6386
6395
|
parentInvocationId?: boolean
|
|
6396
|
+
childRunId?: boolean
|
|
6387
6397
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6388
6398
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6389
6399
|
|
|
@@ -6428,9 +6438,10 @@ export namespace Prisma {
|
|
|
6428
6438
|
iterationId?: boolean
|
|
6429
6439
|
itemIndex?: boolean
|
|
6430
6440
|
parentInvocationId?: boolean
|
|
6441
|
+
childRunId?: boolean
|
|
6431
6442
|
}
|
|
6432
6443
|
|
|
6433
|
-
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"]>
|
|
6444
|
+
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"]>
|
|
6434
6445
|
export type ExecutionInstanceInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6435
6446
|
run?: boolean | RunDefaultArgs<ExtArgs>
|
|
6436
6447
|
}
|
|
@@ -6487,6 +6498,7 @@ export namespace Prisma {
|
|
|
6487
6498
|
iterationId: string | null
|
|
6488
6499
|
itemIndex: number | null
|
|
6489
6500
|
parentInvocationId: string | null
|
|
6501
|
+
childRunId: string | null
|
|
6490
6502
|
}, ExtArgs["result"]["executionInstance"]>
|
|
6491
6503
|
composites: {}
|
|
6492
6504
|
}
|
|
@@ -6951,6 +6963,7 @@ export namespace Prisma {
|
|
|
6951
6963
|
readonly iterationId: FieldRef<"ExecutionInstance", 'String'>
|
|
6952
6964
|
readonly itemIndex: FieldRef<"ExecutionInstance", 'Int'>
|
|
6953
6965
|
readonly parentInvocationId: FieldRef<"ExecutionInstance", 'String'>
|
|
6966
|
+
readonly childRunId: FieldRef<"ExecutionInstance", 'String'>
|
|
6954
6967
|
}
|
|
6955
6968
|
|
|
6956
6969
|
|
|
@@ -30689,7 +30702,8 @@ export namespace Prisma {
|
|
|
30689
30702
|
usedPinnedOutput: 'usedPinnedOutput',
|
|
30690
30703
|
iterationId: 'iterationId',
|
|
30691
30704
|
itemIndex: 'itemIndex',
|
|
30692
|
-
parentInvocationId: 'parentInvocationId'
|
|
30705
|
+
parentInvocationId: 'parentInvocationId',
|
|
30706
|
+
childRunId: 'childRunId'
|
|
30693
30707
|
};
|
|
30694
30708
|
|
|
30695
30709
|
export type ExecutionInstanceScalarFieldEnum = (typeof ExecutionInstanceScalarFieldEnum)[keyof typeof ExecutionInstanceScalarFieldEnum]
|
|
@@ -31432,6 +31446,7 @@ export namespace Prisma {
|
|
|
31432
31446
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31433
31447
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null
|
|
31434
31448
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31449
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31435
31450
|
run?: XOR<RunScalarRelationFilter, RunWhereInput>
|
|
31436
31451
|
}
|
|
31437
31452
|
|
|
@@ -31476,6 +31491,7 @@ export namespace Prisma {
|
|
|
31476
31491
|
iterationId?: SortOrderInput | SortOrder
|
|
31477
31492
|
itemIndex?: SortOrderInput | SortOrder
|
|
31478
31493
|
parentInvocationId?: SortOrderInput | SortOrder
|
|
31494
|
+
childRunId?: SortOrderInput | SortOrder
|
|
31479
31495
|
run?: RunOrderByWithRelationInput
|
|
31480
31496
|
}
|
|
31481
31497
|
|
|
@@ -31524,6 +31540,7 @@ export namespace Prisma {
|
|
|
31524
31540
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31525
31541
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null
|
|
31526
31542
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31543
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
31527
31544
|
run?: XOR<RunScalarRelationFilter, RunWhereInput>
|
|
31528
31545
|
}, "instanceId" | "runId_slotNodeId_runIndex">
|
|
31529
31546
|
|
|
@@ -31568,6 +31585,7 @@ export namespace Prisma {
|
|
|
31568
31585
|
iterationId?: SortOrderInput | SortOrder
|
|
31569
31586
|
itemIndex?: SortOrderInput | SortOrder
|
|
31570
31587
|
parentInvocationId?: SortOrderInput | SortOrder
|
|
31588
|
+
childRunId?: SortOrderInput | SortOrder
|
|
31571
31589
|
_count?: ExecutionInstanceCountOrderByAggregateInput
|
|
31572
31590
|
_avg?: ExecutionInstanceAvgOrderByAggregateInput
|
|
31573
31591
|
_max?: ExecutionInstanceMaxOrderByAggregateInput
|
|
@@ -31619,6 +31637,7 @@ export namespace Prisma {
|
|
|
31619
31637
|
iterationId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null
|
|
31620
31638
|
itemIndex?: IntNullableWithAggregatesFilter<"ExecutionInstance"> | number | null
|
|
31621
31639
|
parentInvocationId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null
|
|
31640
|
+
childRunId?: StringNullableWithAggregatesFilter<"ExecutionInstance"> | string | null
|
|
31622
31641
|
}
|
|
31623
31642
|
|
|
31624
31643
|
export type RunSlotProjectionWhereInput = {
|
|
@@ -33636,6 +33655,7 @@ export namespace Prisma {
|
|
|
33636
33655
|
iterationId?: string | null
|
|
33637
33656
|
itemIndex?: number | null
|
|
33638
33657
|
parentInvocationId?: string | null
|
|
33658
|
+
childRunId?: string | null
|
|
33639
33659
|
run: RunCreateNestedOneWithoutExecutionInstancesInput
|
|
33640
33660
|
}
|
|
33641
33661
|
|
|
@@ -33680,6 +33700,7 @@ export namespace Prisma {
|
|
|
33680
33700
|
iterationId?: string | null
|
|
33681
33701
|
itemIndex?: number | null
|
|
33682
33702
|
parentInvocationId?: string | null
|
|
33703
|
+
childRunId?: string | null
|
|
33683
33704
|
}
|
|
33684
33705
|
|
|
33685
33706
|
export type ExecutionInstanceUpdateInput = {
|
|
@@ -33722,6 +33743,7 @@ export namespace Prisma {
|
|
|
33722
33743
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33723
33744
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33724
33745
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33746
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33725
33747
|
run?: RunUpdateOneRequiredWithoutExecutionInstancesNestedInput
|
|
33726
33748
|
}
|
|
33727
33749
|
|
|
@@ -33766,6 +33788,7 @@ export namespace Prisma {
|
|
|
33766
33788
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33767
33789
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33768
33790
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33791
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33769
33792
|
}
|
|
33770
33793
|
|
|
33771
33794
|
export type ExecutionInstanceCreateManyInput = {
|
|
@@ -33809,6 +33832,7 @@ export namespace Prisma {
|
|
|
33809
33832
|
iterationId?: string | null
|
|
33810
33833
|
itemIndex?: number | null
|
|
33811
33834
|
parentInvocationId?: string | null
|
|
33835
|
+
childRunId?: string | null
|
|
33812
33836
|
}
|
|
33813
33837
|
|
|
33814
33838
|
export type ExecutionInstanceUpdateManyMutationInput = {
|
|
@@ -33851,6 +33875,7 @@ export namespace Prisma {
|
|
|
33851
33875
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33852
33876
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33853
33877
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33878
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33854
33879
|
}
|
|
33855
33880
|
|
|
33856
33881
|
export type ExecutionInstanceUncheckedUpdateManyInput = {
|
|
@@ -33894,6 +33919,7 @@ export namespace Prisma {
|
|
|
33894
33919
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33895
33920
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
33896
33921
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33922
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33897
33923
|
}
|
|
33898
33924
|
|
|
33899
33925
|
export type RunSlotProjectionCreateInput = {
|
|
@@ -36165,6 +36191,7 @@ export namespace Prisma {
|
|
|
36165
36191
|
iterationId?: SortOrder
|
|
36166
36192
|
itemIndex?: SortOrder
|
|
36167
36193
|
parentInvocationId?: SortOrder
|
|
36194
|
+
childRunId?: SortOrder
|
|
36168
36195
|
}
|
|
36169
36196
|
|
|
36170
36197
|
export type ExecutionInstanceAvgOrderByAggregateInput = {
|
|
@@ -36219,6 +36246,7 @@ export namespace Prisma {
|
|
|
36219
36246
|
iterationId?: SortOrder
|
|
36220
36247
|
itemIndex?: SortOrder
|
|
36221
36248
|
parentInvocationId?: SortOrder
|
|
36249
|
+
childRunId?: SortOrder
|
|
36222
36250
|
}
|
|
36223
36251
|
|
|
36224
36252
|
export type ExecutionInstanceMinOrderByAggregateInput = {
|
|
@@ -36262,6 +36290,7 @@ export namespace Prisma {
|
|
|
36262
36290
|
iterationId?: SortOrder
|
|
36263
36291
|
itemIndex?: SortOrder
|
|
36264
36292
|
parentInvocationId?: SortOrder
|
|
36293
|
+
childRunId?: SortOrder
|
|
36265
36294
|
}
|
|
36266
36295
|
|
|
36267
36296
|
export type ExecutionInstanceSumOrderByAggregateInput = {
|
|
@@ -38257,6 +38286,7 @@ export namespace Prisma {
|
|
|
38257
38286
|
iterationId?: string | null
|
|
38258
38287
|
itemIndex?: number | null
|
|
38259
38288
|
parentInvocationId?: string | null
|
|
38289
|
+
childRunId?: string | null
|
|
38260
38290
|
}
|
|
38261
38291
|
|
|
38262
38292
|
export type ExecutionInstanceUncheckedCreateWithoutRunInput = {
|
|
@@ -38299,6 +38329,7 @@ export namespace Prisma {
|
|
|
38299
38329
|
iterationId?: string | null
|
|
38300
38330
|
itemIndex?: number | null
|
|
38301
38331
|
parentInvocationId?: string | null
|
|
38332
|
+
childRunId?: string | null
|
|
38302
38333
|
}
|
|
38303
38334
|
|
|
38304
38335
|
export type ExecutionInstanceCreateOrConnectWithoutRunInput = {
|
|
@@ -38518,6 +38549,7 @@ export namespace Prisma {
|
|
|
38518
38549
|
iterationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
38519
38550
|
itemIndex?: IntNullableFilter<"ExecutionInstance"> | number | null
|
|
38520
38551
|
parentInvocationId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
38552
|
+
childRunId?: StringNullableFilter<"ExecutionInstance"> | string | null
|
|
38521
38553
|
}
|
|
38522
38554
|
|
|
38523
38555
|
export type RunSlotProjectionUpsertWithoutRunInput = {
|
|
@@ -39823,6 +39855,7 @@ export namespace Prisma {
|
|
|
39823
39855
|
iterationId?: string | null
|
|
39824
39856
|
itemIndex?: number | null
|
|
39825
39857
|
parentInvocationId?: string | null
|
|
39858
|
+
childRunId?: string | null
|
|
39826
39859
|
}
|
|
39827
39860
|
|
|
39828
39861
|
export type TestAssertionCreateManyRunInput = {
|
|
@@ -39946,6 +39979,7 @@ export namespace Prisma {
|
|
|
39946
39979
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39947
39980
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
39948
39981
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39982
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39949
39983
|
}
|
|
39950
39984
|
|
|
39951
39985
|
export type ExecutionInstanceUncheckedUpdateWithoutRunInput = {
|
|
@@ -39988,6 +40022,7 @@ export namespace Prisma {
|
|
|
39988
40022
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39989
40023
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
39990
40024
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40025
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39991
40026
|
}
|
|
39992
40027
|
|
|
39993
40028
|
export type ExecutionInstanceUncheckedUpdateManyWithoutRunInput = {
|
|
@@ -40030,6 +40065,7 @@ export namespace Prisma {
|
|
|
40030
40065
|
iterationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40031
40066
|
itemIndex?: NullableIntFieldUpdateOperationsInput | number | null
|
|
40032
40067
|
parentInvocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40068
|
+
childRunId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40033
40069
|
}
|
|
40034
40070
|
|
|
40035
40071
|
export type TestAssertionUpdateWithoutRunInput = {
|