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 type { CandidateResult, LifeEvent } from "./birth-time-evidence.ts";
|
||||||
import { evidenceDomains, planEvidenceQuestion, type CandidateVargaSample, type EvidenceDomain, type QuestionSpec } from "./birth-time-question-planner.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 { JourneySnapshot } from "./birth-time-journey.ts";
|
||||||
import type {
|
import type { EvidenceDraft, JourneyPermissions, JourneyProgress, JourneyTurnState, NextAction } from "./birth-time-journey-turn-protocol.ts";
|
||||||
EvidenceDraft,
|
|
||||||
JourneyPermissions,
|
|
||||||
JourneyProgress,
|
|
||||||
JourneyTurnState,
|
|
||||||
NextAction,
|
|
||||||
} from "./birth-time-journey-turn-protocol.ts";
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
evidenceDraftSchema,
|
evidenceDraftSchema,
|
||||||
@@ -21,14 +15,7 @@ export {
|
|||||||
dynamicJourneyTurnStateSchema,
|
dynamicJourneyTurnStateSchema,
|
||||||
} from "./birth-time-journey-turn-protocol.ts";
|
} from "./birth-time-journey-turn-protocol.ts";
|
||||||
export type {
|
export type {
|
||||||
DynamicJourneyProgress,
|
DynamicJourneyProgress, DynamicNextAction, DynamicJourneyTurnState, EvidenceDraft, JourneyPermissions, JourneyProgress, JourneyTurnState, NextAction,
|
||||||
DynamicNextAction,
|
|
||||||
DynamicJourneyTurnState,
|
|
||||||
EvidenceDraft,
|
|
||||||
JourneyPermissions,
|
|
||||||
JourneyProgress,
|
|
||||||
JourneyTurnState,
|
|
||||||
NextAction,
|
|
||||||
} from "./birth-time-journey-turn-protocol.ts";
|
} from "./birth-time-journey-turn-protocol.ts";
|
||||||
|
|
||||||
export type DeriveNextActionInput = {
|
export type DeriveNextActionInput = {
|
||||||
|
|||||||
Reference in New Issue
Block a user