@resolveio/server-lib 22.3.172 → 22.3.173
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/package.json
CHANGED
|
@@ -482,6 +482,7 @@ export interface ResolveIOSupportV5StateBundle {
|
|
|
482
482
|
supportWorkflowVersion: 'v5';
|
|
483
483
|
supportV5SupervisorState: ResolveIOSupportV5SupervisorState;
|
|
484
484
|
supportV5DiagnosisGate?: ResolveIOSupportDiagnosisGate;
|
|
485
|
+
supportV5DiagnosisEvidencePack?: ResolveIOSupportDiagnosisEvidencePack;
|
|
485
486
|
supportV5LaneMemory: {
|
|
486
487
|
build: ResolveIOSupportV5LaneMemory;
|
|
487
488
|
qa: ResolveIOSupportV5LaneMemory;
|
|
@@ -2351,6 +2351,7 @@ function initializeResolveIOSupportV5State(input) {
|
|
|
2351
2351
|
updatedAt: now
|
|
2352
2352
|
},
|
|
2353
2353
|
supportV5DiagnosisGate: diagnosisValidation.valid ? diagnosisValidation.normalized : existingDiagnosisGate,
|
|
2354
|
+
supportV5DiagnosisEvidencePack: existing.supportV5DiagnosisEvidencePack || existing.support_v5_diagnosis_evidence_pack,
|
|
2354
2355
|
supportV5LaneMemory: {
|
|
2355
2356
|
build: {
|
|
2356
2357
|
lane: 'build',
|