fix(rectification): keep journey turn within size gate
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
import type { CandidateResult, LifeEvent } from "./birth-time-evidence.ts";
|
||||
import { evidenceDomains, planEvidenceQuestion, type CandidateVargaSample, type EvidenceDomain, type QuestionSpec } from "./birth-time-question-planner.ts";
|
||||
import type { JourneySnapshot } from "./birth-time-journey.ts";
|
||||
import type {
|
||||
EvidenceDraft,
|
||||
JourneyPermissions,
|
||||
JourneyProgress,
|
||||
JourneyTurnState,
|
||||
NextAction,
|
||||
} from "./birth-time-journey-turn-protocol.ts";
|
||||
import type { EvidenceDraft, JourneyPermissions, JourneyProgress, JourneyTurnState, NextAction } from "./birth-time-journey-turn-protocol.ts";
|
||||
|
||||
export {
|
||||
evidenceDraftSchema,
|
||||
@@ -21,14 +15,7 @@ export {
|
||||
dynamicJourneyTurnStateSchema,
|
||||
} from "./birth-time-journey-turn-protocol.ts";
|
||||
export type {
|
||||
DynamicJourneyProgress,
|
||||
DynamicNextAction,
|
||||
DynamicJourneyTurnState,
|
||||
EvidenceDraft,
|
||||
JourneyPermissions,
|
||||
JourneyProgress,
|
||||
JourneyTurnState,
|
||||
NextAction,
|
||||
DynamicJourneyProgress, DynamicNextAction, DynamicJourneyTurnState, EvidenceDraft, JourneyPermissions, JourneyProgress, JourneyTurnState, NextAction,
|
||||
} from "./birth-time-journey-turn-protocol.ts";
|
||||
|
||||
export type DeriveNextActionInput = {
|
||||
|
||||
Reference in New Issue
Block a user