@auto-engineer/narrative 1.139.0 → 1.140.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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +5 -5
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +18 -0
- package/dist/scripts/convert-flow-exec.js +2 -2
- package/dist/scripts/convert-flow-exec.js.map +1 -1
- package/dist/scripts/print-schema.js +5 -5
- package/dist/scripts/print-schema.js.map +1 -1
- package/dist/src/fluent-builder.d.ts +29 -29
- package/dist/src/fluent-builder.d.ts.map +1 -1
- package/dist/src/fluent-builder.js +81 -81
- package/dist/src/fluent-builder.js.map +1 -1
- package/dist/src/{getNarratives.d.ts → getScenes.d.ts} +6 -6
- package/dist/src/getScenes.d.ts.map +1 -0
- package/dist/src/{getNarratives.js → getScenes.js} +16 -16
- package/dist/src/getScenes.js.map +1 -0
- package/dist/src/id/addAutoIds.d.ts.map +1 -1
- package/dist/src/id/addAutoIds.js +22 -22
- package/dist/src/id/addAutoIds.js.map +1 -1
- package/dist/src/id/hasAllIds.d.ts.map +1 -1
- package/dist/src/id/hasAllIds.js +2 -2
- package/dist/src/id/hasAllIds.js.map +1 -1
- package/dist/src/index.d.ts +8 -8
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +4 -4
- package/dist/src/index.js.map +1 -1
- package/dist/src/loader/index.js +1 -1
- package/dist/src/loader/index.js.map +1 -1
- package/dist/src/loader/runtime-cjs.js +1 -1
- package/dist/src/loader/runtime-cjs.js.map +1 -1
- package/dist/src/narrative-context.d.ts +9 -9
- package/dist/src/narrative-context.d.ts.map +1 -1
- package/dist/src/narrative-context.js +47 -47
- package/dist/src/narrative-context.js.map +1 -1
- package/dist/src/narrative-registry.d.ts +6 -6
- package/dist/src/narrative-registry.d.ts.map +1 -1
- package/dist/src/narrative-registry.js +26 -26
- package/dist/src/narrative-registry.js.map +1 -1
- package/dist/src/narrative.d.ts +5 -5
- package/dist/src/narrative.d.ts.map +1 -1
- package/dist/src/narrative.js +26 -27
- package/dist/src/narrative.js.map +1 -1
- package/dist/src/parse-graphql-request.d.ts +1 -1
- package/dist/src/parse-graphql-request.d.ts.map +1 -1
- package/dist/src/parse-graphql-request.js +3 -3
- package/dist/src/parse-graphql-request.js.map +1 -1
- package/dist/src/samples/items.narrative.js +2 -2
- package/dist/src/samples/items.narrative.js.map +1 -1
- package/dist/src/samples/mixed-given-types.narrative.js +2 -2
- package/dist/src/samples/mixed-given-types.narrative.js.map +1 -1
- package/dist/src/samples/place-order.narrative.js +2 -2
- package/dist/src/samples/place-order.narrative.js.map +1 -1
- package/dist/src/samples/questionnaires.narrative.js +2 -2
- package/dist/src/samples/questionnaires.narrative.js.map +1 -1
- package/dist/src/samples/seasonal-assistant.schema.json +2 -2
- package/dist/src/samples/test-with-ids.narrative.js +2 -2
- package/dist/src/samples/test-with-ids.narrative.js.map +1 -1
- package/dist/src/schema.d.ts +136 -136
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/schema.js +76 -76
- package/dist/src/schema.js.map +1 -1
- package/dist/src/slice-builder.d.ts +6 -6
- package/dist/src/slice-builder.d.ts.map +1 -1
- package/dist/src/slice-builder.js +21 -21
- package/dist/src/slice-builder.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/analysis/lint-helpers.js +1 -1
- package/dist/src/transformers/model-to-narrative/analysis/lint-helpers.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/cross-module-imports.js +4 -4
- package/dist/src/transformers/model-to-narrative/cross-module-imports.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/generators/compose.js +3 -3
- package/dist/src/transformers/model-to-narrative/generators/compose.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/generators/flow.d.ts +2 -2
- package/dist/src/transformers/model-to-narrative/generators/flow.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/generators/flow.js +20 -20
- package/dist/src/transformers/model-to-narrative/generators/flow.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/generators/imports.d.ts +1 -1
- package/dist/src/transformers/model-to-narrative/generators/imports.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/generators/imports.js +1 -1
- package/dist/src/transformers/model-to-narrative/generators/imports.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/generators/module-code.js +14 -14
- package/dist/src/transformers/model-to-narrative/generators/module-code.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/index.d.ts +4 -4
- package/dist/src/transformers/model-to-narrative/index.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/index.js +1 -1
- package/dist/src/transformers/model-to-narrative/spec-traversal.d.ts +2 -2
- package/dist/src/transformers/model-to-narrative/spec-traversal.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/spec-traversal.js +5 -5
- package/dist/src/transformers/model-to-narrative/spec-traversal.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/types.d.ts +1 -1
- package/dist/src/transformers/model-to-narrative/types.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/utils/integration-extractor.d.ts +1 -1
- package/dist/src/transformers/model-to-narrative/utils/integration-extractor.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/utils/integration-extractor.js +4 -4
- package/dist/src/transformers/model-to-narrative/utils/integration-extractor.js.map +1 -1
- package/dist/src/transformers/model-to-narrative/validate-modules.d.ts +1 -1
- package/dist/src/transformers/model-to-narrative/validate-modules.d.ts.map +1 -1
- package/dist/src/transformers/model-to-narrative/validate-modules.js +19 -19
- package/dist/src/transformers/model-to-narrative/validate-modules.js.map +1 -1
- package/dist/src/transformers/narrative-to-model/assemble.d.ts +2 -2
- package/dist/src/transformers/narrative-to-model/assemble.d.ts.map +1 -1
- package/dist/src/transformers/narrative-to-model/assemble.js +10 -3
- package/dist/src/transformers/narrative-to-model/assemble.js.map +1 -1
- package/dist/src/transformers/narrative-to-model/debug.d.ts.map +1 -1
- package/dist/src/transformers/narrative-to-model/debug.js +1 -1
- package/dist/src/transformers/narrative-to-model/debug.js.map +1 -1
- package/dist/src/transformers/narrative-to-model/derive-modules.d.ts +2 -2
- package/dist/src/transformers/narrative-to-model/derive-modules.d.ts.map +1 -1
- package/dist/src/transformers/narrative-to-model/derive-modules.js +9 -9
- package/dist/src/transformers/narrative-to-model/derive-modules.js.map +1 -1
- package/dist/src/transformers/narrative-to-model/index.d.ts +2 -2
- package/dist/src/transformers/narrative-to-model/index.d.ts.map +1 -1
- package/dist/src/transformers/narrative-to-model/index.js +39 -39
- package/dist/src/transformers/narrative-to-model/index.js.map +1 -1
- package/dist/src/transformers/narrative-to-model/spec-processors.js +1 -1
- package/dist/src/transformers/narrative-to-model/spec-processors.js.map +1 -1
- package/dist/src/transformers/narrative-to-model/strings.d.ts +1 -1
- package/dist/src/transformers/narrative-to-model/strings.d.ts.map +1 -1
- package/dist/src/transformers/narrative-to-model/strings.js +6 -6
- package/dist/src/transformers/narrative-to-model/strings.js.map +1 -1
- package/dist/src/validate-slice-requests.d.ts +4 -4
- package/dist/src/validate-slice-requests.d.ts.map +1 -1
- package/dist/src/validate-slice-requests.js +34 -34
- package/dist/src/validate-slice-requests.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/scripts/convert-flow-exec.ts +2 -2
- package/scripts/print-schema.ts +8 -8
- package/src/fluent-builder.specs.ts +3 -3
- package/src/fluent-builder.ts +141 -141
- package/src/{getNarratives.cache.specs.ts → getScenes.cache.specs.ts} +45 -45
- package/src/{getNarratives.specs.ts → getScenes.specs.ts} +302 -300
- package/src/{getNarratives.ts → getScenes.ts} +20 -20
- package/src/id/addAutoIds.specs.ts +105 -105
- package/src/id/addAutoIds.ts +26 -26
- package/src/id/hasAllIds.specs.ts +59 -59
- package/src/id/hasAllIds.ts +6 -6
- package/src/index.ts +12 -13
- package/src/loader/index.ts +1 -1
- package/src/loader/runtime-cjs.ts +1 -1
- package/src/model-to-narrative.specs.ts +133 -135
- package/src/narrative-context.specs.ts +24 -24
- package/src/narrative-context.ts +61 -61
- package/src/narrative-registry.ts +31 -31
- package/src/narrative.ts +31 -33
- package/src/parse-graphql-request.specs.ts +5 -5
- package/src/parse-graphql-request.ts +3 -3
- package/src/samples/items.narrative.ts +2 -2
- package/src/samples/mixed-given-types.narrative.ts +2 -2
- package/src/samples/place-order.narrative.ts +2 -2
- package/src/samples/questionnaires.narrative.ts +2 -2
- package/src/samples/seasonal-assistant.schema.json +2 -2
- package/src/samples/test-with-ids.narrative.ts +2 -2
- package/src/schema.specs.ts +99 -91
- package/src/schema.ts +89 -89
- package/src/slice-builder.ts +30 -30
- package/src/transformers/model-to-narrative/analysis/lint-helpers.ts +1 -1
- package/src/transformers/model-to-narrative/cross-module-imports.specs.ts +43 -43
- package/src/transformers/model-to-narrative/cross-module-imports.ts +4 -4
- package/src/transformers/model-to-narrative/generators/compose.ts +4 -4
- package/src/transformers/model-to-narrative/generators/flow.ts +36 -36
- package/src/transformers/model-to-narrative/generators/imports.ts +1 -1
- package/src/transformers/model-to-narrative/generators/module-code.ts +15 -15
- package/src/transformers/model-to-narrative/index.ts +4 -4
- package/src/transformers/model-to-narrative/modules.specs.ts +58 -58
- package/src/transformers/model-to-narrative/spec-traversal.specs.ts +43 -43
- package/src/transformers/model-to-narrative/spec-traversal.ts +6 -6
- package/src/transformers/model-to-narrative/types.ts +1 -1
- package/src/transformers/model-to-narrative/utils/integration-extractor.ts +5 -5
- package/src/transformers/model-to-narrative/validate-modules.ts +22 -22
- package/src/transformers/narrative-to-model/assemble.ts +12 -4
- package/src/transformers/narrative-to-model/debug.ts +1 -1
- package/src/transformers/narrative-to-model/derive-modules.specs.ts +35 -35
- package/src/transformers/narrative-to-model/derive-modules.ts +11 -11
- package/src/transformers/narrative-to-model/index.ts +47 -47
- package/src/transformers/narrative-to-model/spec-processors.ts +1 -1
- package/src/transformers/narrative-to-model/strings.ts +6 -6
- package/src/transformers/narrative-to-model/type-inference.specs.ts +11 -11
- package/src/validate-slice-requests.specs.ts +113 -113
- package/src/validate-slice-requests.ts +49 -49
- package/dist/src/getNarratives.d.ts.map +0 -1
- package/dist/src/getNarratives.js.map +0 -1
package/dist/src/schema.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ export declare const ModuleSchema: z.ZodObject<{
|
|
|
13
13
|
sourceFile: z.ZodString;
|
|
14
14
|
isDerived: z.ZodBoolean;
|
|
15
15
|
contains: z.ZodObject<{
|
|
16
|
-
|
|
16
|
+
sceneIds: z.ZodArray<z.ZodString, "many">;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
|
|
18
|
+
sceneIds: string[];
|
|
19
19
|
}, {
|
|
20
|
-
|
|
20
|
+
sceneIds: string[];
|
|
21
21
|
}>;
|
|
22
22
|
declares: z.ZodObject<{
|
|
23
23
|
messages: z.ZodArray<z.ZodObject<{
|
|
@@ -45,7 +45,7 @@ export declare const ModuleSchema: z.ZodObject<{
|
|
|
45
45
|
sourceFile: string;
|
|
46
46
|
isDerived: boolean;
|
|
47
47
|
contains: {
|
|
48
|
-
|
|
48
|
+
sceneIds: string[];
|
|
49
49
|
};
|
|
50
50
|
declares: {
|
|
51
51
|
messages: {
|
|
@@ -57,7 +57,7 @@ export declare const ModuleSchema: z.ZodObject<{
|
|
|
57
57
|
sourceFile: string;
|
|
58
58
|
isDerived: boolean;
|
|
59
59
|
contains: {
|
|
60
|
-
|
|
60
|
+
sceneIds: string[];
|
|
61
61
|
};
|
|
62
62
|
declares: {
|
|
63
63
|
messages: {
|
|
@@ -2599,7 +2599,7 @@ type ClientSpecNode = {
|
|
|
2599
2599
|
};
|
|
2600
2600
|
export declare const ClientSpecNodeSchema: z.ZodType<ClientSpecNode>;
|
|
2601
2601
|
export declare const ClientSpecSchema: z.ZodDefault<z.ZodArray<z.ZodType<ClientSpecNode, z.ZodTypeDef, ClientSpecNode>, "many">>;
|
|
2602
|
-
declare const
|
|
2602
|
+
declare const CommandMomentSchema: z.ZodObject<{
|
|
2603
2603
|
name: z.ZodString;
|
|
2604
2604
|
id: z.ZodOptional<z.ZodString>;
|
|
2605
2605
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4207,7 +4207,7 @@ declare const CommandSliceSchema: z.ZodObject<{
|
|
|
4207
4207
|
operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
|
|
4208
4208
|
}[] | undefined;
|
|
4209
4209
|
}>;
|
|
4210
|
-
declare const
|
|
4210
|
+
declare const QueryMomentSchema: z.ZodObject<{
|
|
4211
4211
|
name: z.ZodString;
|
|
4212
4212
|
id: z.ZodOptional<z.ZodString>;
|
|
4213
4213
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -5815,7 +5815,7 @@ declare const QuerySliceSchema: z.ZodObject<{
|
|
|
5815
5815
|
operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
|
|
5816
5816
|
}[] | undefined;
|
|
5817
5817
|
}>;
|
|
5818
|
-
declare const
|
|
5818
|
+
declare const ReactMomentSchema: z.ZodObject<{
|
|
5819
5819
|
name: z.ZodString;
|
|
5820
5820
|
id: z.ZodOptional<z.ZodString>;
|
|
5821
5821
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -7328,7 +7328,7 @@ declare const ReactSliceSchema: z.ZodObject<{
|
|
|
7328
7328
|
} | undefined;
|
|
7329
7329
|
} | undefined;
|
|
7330
7330
|
}>;
|
|
7331
|
-
declare const
|
|
7331
|
+
declare const ExperienceMomentSchema: z.ZodObject<{
|
|
7332
7332
|
name: z.ZodString;
|
|
7333
7333
|
id: z.ZodOptional<z.ZodString>;
|
|
7334
7334
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -7482,7 +7482,7 @@ declare const ExperienceSliceSchema: z.ZodObject<{
|
|
|
7482
7482
|
} | undefined;
|
|
7483
7483
|
} | undefined;
|
|
7484
7484
|
}>;
|
|
7485
|
-
declare const
|
|
7485
|
+
declare const MomentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7486
7486
|
name: z.ZodString;
|
|
7487
7487
|
id: z.ZodOptional<z.ZodString>;
|
|
7488
7488
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -12416,12 +12416,12 @@ export declare const SceneClassificationSchema: z.ZodObject<{
|
|
|
12416
12416
|
preservesState?: boolean | undefined;
|
|
12417
12417
|
} | undefined;
|
|
12418
12418
|
}>;
|
|
12419
|
-
export declare const
|
|
12419
|
+
export declare const NarrativeSchema: z.ZodObject<{
|
|
12420
12420
|
id: z.ZodOptional<z.ZodString>;
|
|
12421
12421
|
name: z.ZodString;
|
|
12422
12422
|
description: z.ZodOptional<z.ZodString>;
|
|
12423
12423
|
actors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12424
|
-
|
|
12424
|
+
sceneIds: z.ZodArray<z.ZodString, "many">;
|
|
12425
12425
|
design: z.ZodOptional<z.ZodObject<{
|
|
12426
12426
|
imageAsset: z.ZodOptional<z.ZodObject<{
|
|
12427
12427
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -12505,7 +12505,7 @@ export declare const JourneySchema: z.ZodObject<{
|
|
|
12505
12505
|
}>>;
|
|
12506
12506
|
}, "strip", z.ZodTypeAny, {
|
|
12507
12507
|
name: string;
|
|
12508
|
-
|
|
12508
|
+
sceneIds: string[];
|
|
12509
12509
|
description?: string | undefined;
|
|
12510
12510
|
id?: string | undefined;
|
|
12511
12511
|
design?: {
|
|
@@ -12528,7 +12528,7 @@ export declare const JourneySchema: z.ZodObject<{
|
|
|
12528
12528
|
actors?: string[] | undefined;
|
|
12529
12529
|
}, {
|
|
12530
12530
|
name: string;
|
|
12531
|
-
|
|
12531
|
+
sceneIds: string[];
|
|
12532
12532
|
description?: string | undefined;
|
|
12533
12533
|
id?: string | undefined;
|
|
12534
12534
|
design?: {
|
|
@@ -12550,11 +12550,11 @@ export declare const JourneySchema: z.ZodObject<{
|
|
|
12550
12550
|
} | undefined;
|
|
12551
12551
|
actors?: string[] | undefined;
|
|
12552
12552
|
}>;
|
|
12553
|
-
declare const
|
|
12553
|
+
declare const SceneSchema: z.ZodObject<{
|
|
12554
12554
|
name: z.ZodString;
|
|
12555
12555
|
id: z.ZodOptional<z.ZodString>;
|
|
12556
12556
|
description: z.ZodOptional<z.ZodString>;
|
|
12557
|
-
|
|
12557
|
+
moments: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12558
12558
|
name: z.ZodString;
|
|
12559
12559
|
id: z.ZodOptional<z.ZodString>;
|
|
12560
12560
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -17556,7 +17556,7 @@ declare const NarrativeSchema: z.ZodObject<{
|
|
|
17556
17556
|
}>>;
|
|
17557
17557
|
}, "strip", z.ZodTypeAny, {
|
|
17558
17558
|
name: string;
|
|
17559
|
-
|
|
17559
|
+
moments: ({
|
|
17560
17560
|
type: "command";
|
|
17561
17561
|
name: string;
|
|
17562
17562
|
client: {
|
|
@@ -18107,7 +18107,7 @@ declare const NarrativeSchema: z.ZodObject<{
|
|
|
18107
18107
|
} | undefined;
|
|
18108
18108
|
}, {
|
|
18109
18109
|
name: string;
|
|
18110
|
-
|
|
18110
|
+
moments: ({
|
|
18111
18111
|
type: "command";
|
|
18112
18112
|
name: string;
|
|
18113
18113
|
client: {
|
|
@@ -18657,7 +18657,7 @@ declare const NarrativeSchema: z.ZodObject<{
|
|
|
18657
18657
|
} | undefined;
|
|
18658
18658
|
} | undefined;
|
|
18659
18659
|
}>;
|
|
18660
|
-
export declare const
|
|
18660
|
+
export declare const SceneNamesOnlySchema: z.ZodObject<{
|
|
18661
18661
|
name: z.ZodString;
|
|
18662
18662
|
id: z.ZodOptional<z.ZodString>;
|
|
18663
18663
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -18670,25 +18670,25 @@ export declare const NarrativeNamesOnlySchema: z.ZodObject<{
|
|
|
18670
18670
|
description?: string | undefined;
|
|
18671
18671
|
id?: string | undefined;
|
|
18672
18672
|
}>;
|
|
18673
|
-
export declare const
|
|
18674
|
-
variant: z.ZodLiteral<"
|
|
18675
|
-
|
|
18673
|
+
export declare const NarrativePlanningSchema: z.ZodObject<{
|
|
18674
|
+
variant: z.ZodLiteral<"narrative-planning">;
|
|
18675
|
+
narratives: z.ZodArray<z.ZodObject<{
|
|
18676
18676
|
name: z.ZodString;
|
|
18677
18677
|
description: z.ZodOptional<z.ZodString>;
|
|
18678
18678
|
actors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18679
|
-
|
|
18679
|
+
sceneNames: z.ZodArray<z.ZodString, "many">;
|
|
18680
18680
|
}, "strip", z.ZodTypeAny, {
|
|
18681
18681
|
name: string;
|
|
18682
|
-
|
|
18682
|
+
sceneNames: string[];
|
|
18683
18683
|
description?: string | undefined;
|
|
18684
18684
|
actors?: string[] | undefined;
|
|
18685
18685
|
}, {
|
|
18686
18686
|
name: string;
|
|
18687
|
-
|
|
18687
|
+
sceneNames: string[];
|
|
18688
18688
|
description?: string | undefined;
|
|
18689
18689
|
actors?: string[] | undefined;
|
|
18690
18690
|
}>, "many">;
|
|
18691
|
-
|
|
18691
|
+
scenes: z.ZodArray<z.ZodObject<{
|
|
18692
18692
|
name: z.ZodString;
|
|
18693
18693
|
id: z.ZodOptional<z.ZodString>;
|
|
18694
18694
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -18702,35 +18702,35 @@ export declare const JourneyPlanningSchema: z.ZodObject<{
|
|
|
18702
18702
|
id?: string | undefined;
|
|
18703
18703
|
}>, "many">;
|
|
18704
18704
|
}, "strip", z.ZodTypeAny, {
|
|
18705
|
-
variant: "
|
|
18706
|
-
|
|
18705
|
+
variant: "narrative-planning";
|
|
18706
|
+
narratives: {
|
|
18707
18707
|
name: string;
|
|
18708
|
-
|
|
18708
|
+
sceneNames: string[];
|
|
18709
18709
|
description?: string | undefined;
|
|
18710
18710
|
actors?: string[] | undefined;
|
|
18711
18711
|
}[];
|
|
18712
|
-
|
|
18712
|
+
scenes: {
|
|
18713
18713
|
name: string;
|
|
18714
18714
|
description?: string | undefined;
|
|
18715
18715
|
id?: string | undefined;
|
|
18716
18716
|
}[];
|
|
18717
18717
|
}, {
|
|
18718
|
-
variant: "
|
|
18719
|
-
|
|
18718
|
+
variant: "narrative-planning";
|
|
18719
|
+
narratives: {
|
|
18720
18720
|
name: string;
|
|
18721
|
-
|
|
18721
|
+
sceneNames: string[];
|
|
18722
18722
|
description?: string | undefined;
|
|
18723
18723
|
actors?: string[] | undefined;
|
|
18724
18724
|
}[];
|
|
18725
|
-
|
|
18725
|
+
scenes: {
|
|
18726
18726
|
name: string;
|
|
18727
18727
|
description?: string | undefined;
|
|
18728
18728
|
id?: string | undefined;
|
|
18729
18729
|
}[];
|
|
18730
18730
|
}>;
|
|
18731
|
-
export declare const
|
|
18732
|
-
variant: z.ZodLiteral<"
|
|
18733
|
-
|
|
18731
|
+
export declare const SceneNamesSchema: z.ZodObject<{
|
|
18732
|
+
variant: z.ZodLiteral<"scene-names">;
|
|
18733
|
+
scenes: z.ZodArray<z.ZodObject<{
|
|
18734
18734
|
name: z.ZodString;
|
|
18735
18735
|
id: z.ZodOptional<z.ZodString>;
|
|
18736
18736
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -18744,27 +18744,27 @@ export declare const NarrativeNamesSchema: z.ZodObject<{
|
|
|
18744
18744
|
id?: string | undefined;
|
|
18745
18745
|
}>, "many">;
|
|
18746
18746
|
}, "strip", z.ZodTypeAny, {
|
|
18747
|
-
variant: "
|
|
18748
|
-
|
|
18747
|
+
variant: "scene-names";
|
|
18748
|
+
scenes: {
|
|
18749
18749
|
name: string;
|
|
18750
18750
|
description?: string | undefined;
|
|
18751
18751
|
id?: string | undefined;
|
|
18752
18752
|
}[];
|
|
18753
18753
|
}, {
|
|
18754
|
-
variant: "
|
|
18755
|
-
|
|
18754
|
+
variant: "scene-names";
|
|
18755
|
+
scenes: {
|
|
18756
18756
|
name: string;
|
|
18757
18757
|
description?: string | undefined;
|
|
18758
18758
|
id?: string | undefined;
|
|
18759
18759
|
}[];
|
|
18760
18760
|
}>;
|
|
18761
|
-
export declare const
|
|
18762
|
-
variant: z.ZodLiteral<"
|
|
18763
|
-
|
|
18761
|
+
export declare const MomentNamesSchema: z.ZodObject<{
|
|
18762
|
+
variant: z.ZodLiteral<"moment-names">;
|
|
18763
|
+
scenes: z.ZodArray<z.ZodObject<{
|
|
18764
18764
|
name: z.ZodString;
|
|
18765
18765
|
id: z.ZodOptional<z.ZodString>;
|
|
18766
18766
|
description: z.ZodOptional<z.ZodString>;
|
|
18767
|
-
|
|
18767
|
+
moments: z.ZodArray<z.ZodObject<{
|
|
18768
18768
|
name: z.ZodString;
|
|
18769
18769
|
id: z.ZodOptional<z.ZodString>;
|
|
18770
18770
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -18782,7 +18782,7 @@ export declare const SliceNamesSchema: z.ZodObject<{
|
|
|
18782
18782
|
}>, "many">;
|
|
18783
18783
|
}, "strip", z.ZodTypeAny, {
|
|
18784
18784
|
name: string;
|
|
18785
|
-
|
|
18785
|
+
moments: {
|
|
18786
18786
|
type: "command" | "query" | "react";
|
|
18787
18787
|
name: string;
|
|
18788
18788
|
description?: string | undefined;
|
|
@@ -18792,7 +18792,7 @@ export declare const SliceNamesSchema: z.ZodObject<{
|
|
|
18792
18792
|
id?: string | undefined;
|
|
18793
18793
|
}, {
|
|
18794
18794
|
name: string;
|
|
18795
|
-
|
|
18795
|
+
moments: {
|
|
18796
18796
|
type: "command" | "query" | "react";
|
|
18797
18797
|
name: string;
|
|
18798
18798
|
description?: string | undefined;
|
|
@@ -18802,10 +18802,10 @@ export declare const SliceNamesSchema: z.ZodObject<{
|
|
|
18802
18802
|
id?: string | undefined;
|
|
18803
18803
|
}>, "many">;
|
|
18804
18804
|
}, "strip", z.ZodTypeAny, {
|
|
18805
|
-
variant: "
|
|
18806
|
-
|
|
18805
|
+
variant: "moment-names";
|
|
18806
|
+
scenes: {
|
|
18807
18807
|
name: string;
|
|
18808
|
-
|
|
18808
|
+
moments: {
|
|
18809
18809
|
type: "command" | "query" | "react";
|
|
18810
18810
|
name: string;
|
|
18811
18811
|
description?: string | undefined;
|
|
@@ -18815,10 +18815,10 @@ export declare const SliceNamesSchema: z.ZodObject<{
|
|
|
18815
18815
|
id?: string | undefined;
|
|
18816
18816
|
}[];
|
|
18817
18817
|
}, {
|
|
18818
|
-
variant: "
|
|
18819
|
-
|
|
18818
|
+
variant: "moment-names";
|
|
18819
|
+
scenes: {
|
|
18820
18820
|
name: string;
|
|
18821
|
-
|
|
18821
|
+
moments: {
|
|
18822
18822
|
type: "command" | "query" | "react";
|
|
18823
18823
|
name: string;
|
|
18824
18824
|
description?: string | undefined;
|
|
@@ -18830,11 +18830,11 @@ export declare const SliceNamesSchema: z.ZodObject<{
|
|
|
18830
18830
|
}>;
|
|
18831
18831
|
export declare const ClientServerNamesSchema: z.ZodObject<{
|
|
18832
18832
|
variant: z.ZodLiteral<"client-server-names">;
|
|
18833
|
-
|
|
18833
|
+
scenes: z.ZodArray<z.ZodObject<{
|
|
18834
18834
|
name: z.ZodString;
|
|
18835
18835
|
id: z.ZodOptional<z.ZodString>;
|
|
18836
18836
|
description: z.ZodOptional<z.ZodString>;
|
|
18837
|
-
|
|
18837
|
+
moments: z.ZodArray<z.ZodObject<{
|
|
18838
18838
|
name: z.ZodString;
|
|
18839
18839
|
id: z.ZodOptional<z.ZodString>;
|
|
18840
18840
|
type: z.ZodEnum<["command", "query", "react"]>;
|
|
@@ -18878,7 +18878,7 @@ export declare const ClientServerNamesSchema: z.ZodObject<{
|
|
|
18878
18878
|
}>, "many">;
|
|
18879
18879
|
}, "strip", z.ZodTypeAny, {
|
|
18880
18880
|
name: string;
|
|
18881
|
-
|
|
18881
|
+
moments: {
|
|
18882
18882
|
type: "command" | "query" | "react";
|
|
18883
18883
|
name: string;
|
|
18884
18884
|
description?: string | undefined;
|
|
@@ -18894,7 +18894,7 @@ export declare const ClientServerNamesSchema: z.ZodObject<{
|
|
|
18894
18894
|
id?: string | undefined;
|
|
18895
18895
|
}, {
|
|
18896
18896
|
name: string;
|
|
18897
|
-
|
|
18897
|
+
moments: {
|
|
18898
18898
|
type: "command" | "query" | "react";
|
|
18899
18899
|
name: string;
|
|
18900
18900
|
description?: string | undefined;
|
|
@@ -18911,9 +18911,9 @@ export declare const ClientServerNamesSchema: z.ZodObject<{
|
|
|
18911
18911
|
}>, "many">;
|
|
18912
18912
|
}, "strip", z.ZodTypeAny, {
|
|
18913
18913
|
variant: "client-server-names";
|
|
18914
|
-
|
|
18914
|
+
scenes: {
|
|
18915
18915
|
name: string;
|
|
18916
|
-
|
|
18916
|
+
moments: {
|
|
18917
18917
|
type: "command" | "query" | "react";
|
|
18918
18918
|
name: string;
|
|
18919
18919
|
description?: string | undefined;
|
|
@@ -18930,9 +18930,9 @@ export declare const ClientServerNamesSchema: z.ZodObject<{
|
|
|
18930
18930
|
}[];
|
|
18931
18931
|
}, {
|
|
18932
18932
|
variant: "client-server-names";
|
|
18933
|
-
|
|
18933
|
+
scenes: {
|
|
18934
18934
|
name: string;
|
|
18935
|
-
|
|
18935
|
+
moments: {
|
|
18936
18936
|
type: "command" | "query" | "react";
|
|
18937
18937
|
name: string;
|
|
18938
18938
|
description?: string | undefined;
|
|
@@ -18950,11 +18950,11 @@ export declare const ClientServerNamesSchema: z.ZodObject<{
|
|
|
18950
18950
|
}>;
|
|
18951
18951
|
export declare const modelSchema: z.ZodObject<{
|
|
18952
18952
|
variant: z.ZodLiteral<"specs">;
|
|
18953
|
-
|
|
18953
|
+
scenes: z.ZodArray<z.ZodObject<{
|
|
18954
18954
|
name: z.ZodString;
|
|
18955
18955
|
id: z.ZodOptional<z.ZodString>;
|
|
18956
18956
|
description: z.ZodOptional<z.ZodString>;
|
|
18957
|
-
|
|
18957
|
+
moments: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
18958
18958
|
name: z.ZodString;
|
|
18959
18959
|
id: z.ZodOptional<z.ZodString>;
|
|
18960
18960
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -23956,7 +23956,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
23956
23956
|
}>>;
|
|
23957
23957
|
}, "strip", z.ZodTypeAny, {
|
|
23958
23958
|
name: string;
|
|
23959
|
-
|
|
23959
|
+
moments: ({
|
|
23960
23960
|
type: "command";
|
|
23961
23961
|
name: string;
|
|
23962
23962
|
client: {
|
|
@@ -24507,7 +24507,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
24507
24507
|
} | undefined;
|
|
24508
24508
|
}, {
|
|
24509
24509
|
name: string;
|
|
24510
|
-
|
|
24510
|
+
moments: ({
|
|
24511
24511
|
type: "command";
|
|
24512
24512
|
name: string;
|
|
24513
24513
|
client: {
|
|
@@ -25314,11 +25314,11 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25314
25314
|
sourceFile: z.ZodString;
|
|
25315
25315
|
isDerived: z.ZodBoolean;
|
|
25316
25316
|
contains: z.ZodObject<{
|
|
25317
|
-
|
|
25317
|
+
sceneIds: z.ZodArray<z.ZodString, "many">;
|
|
25318
25318
|
}, "strip", z.ZodTypeAny, {
|
|
25319
|
-
|
|
25319
|
+
sceneIds: string[];
|
|
25320
25320
|
}, {
|
|
25321
|
-
|
|
25321
|
+
sceneIds: string[];
|
|
25322
25322
|
}>;
|
|
25323
25323
|
declares: z.ZodObject<{
|
|
25324
25324
|
messages: z.ZodArray<z.ZodObject<{
|
|
@@ -25346,7 +25346,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25346
25346
|
sourceFile: string;
|
|
25347
25347
|
isDerived: boolean;
|
|
25348
25348
|
contains: {
|
|
25349
|
-
|
|
25349
|
+
sceneIds: string[];
|
|
25350
25350
|
};
|
|
25351
25351
|
declares: {
|
|
25352
25352
|
messages: {
|
|
@@ -25358,7 +25358,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25358
25358
|
sourceFile: string;
|
|
25359
25359
|
isDerived: boolean;
|
|
25360
25360
|
contains: {
|
|
25361
|
-
|
|
25361
|
+
sceneIds: string[];
|
|
25362
25362
|
};
|
|
25363
25363
|
declares: {
|
|
25364
25364
|
messages: {
|
|
@@ -25367,12 +25367,12 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25367
25367
|
}[];
|
|
25368
25368
|
};
|
|
25369
25369
|
}>, "many">;
|
|
25370
|
-
|
|
25370
|
+
narratives: z.ZodArray<z.ZodObject<{
|
|
25371
25371
|
id: z.ZodOptional<z.ZodString>;
|
|
25372
25372
|
name: z.ZodString;
|
|
25373
25373
|
description: z.ZodOptional<z.ZodString>;
|
|
25374
25374
|
actors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25375
|
-
|
|
25375
|
+
sceneIds: z.ZodArray<z.ZodString, "many">;
|
|
25376
25376
|
design: z.ZodOptional<z.ZodObject<{
|
|
25377
25377
|
imageAsset: z.ZodOptional<z.ZodObject<{
|
|
25378
25378
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -25456,7 +25456,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25456
25456
|
}>>;
|
|
25457
25457
|
}, "strip", z.ZodTypeAny, {
|
|
25458
25458
|
name: string;
|
|
25459
|
-
|
|
25459
|
+
sceneIds: string[];
|
|
25460
25460
|
description?: string | undefined;
|
|
25461
25461
|
id?: string | undefined;
|
|
25462
25462
|
design?: {
|
|
@@ -25479,7 +25479,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25479
25479
|
actors?: string[] | undefined;
|
|
25480
25480
|
}, {
|
|
25481
25481
|
name: string;
|
|
25482
|
-
|
|
25482
|
+
sceneIds: string[];
|
|
25483
25483
|
description?: string | undefined;
|
|
25484
25484
|
id?: string | undefined;
|
|
25485
25485
|
design?: {
|
|
@@ -25500,7 +25500,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25500
25500
|
} | undefined;
|
|
25501
25501
|
} | undefined;
|
|
25502
25502
|
actors?: string[] | undefined;
|
|
25503
|
-
}>, "many"
|
|
25503
|
+
}>, "many">;
|
|
25504
25504
|
design: z.ZodOptional<z.ZodObject<{
|
|
25505
25505
|
imageAsset: z.ZodOptional<z.ZodObject<{
|
|
25506
25506
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -25683,7 +25683,31 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
25683
25683
|
variant: "specs";
|
|
25684
25684
|
narratives: {
|
|
25685
25685
|
name: string;
|
|
25686
|
-
|
|
25686
|
+
sceneIds: string[];
|
|
25687
|
+
description?: string | undefined;
|
|
25688
|
+
id?: string | undefined;
|
|
25689
|
+
design?: {
|
|
25690
|
+
metadata?: Record<string, unknown> | undefined;
|
|
25691
|
+
imageAsset?: {
|
|
25692
|
+
url?: string | undefined;
|
|
25693
|
+
originatingPrompt?: string | undefined;
|
|
25694
|
+
} | undefined;
|
|
25695
|
+
ui?: {
|
|
25696
|
+
layoutId: string;
|
|
25697
|
+
mode: "custom" | "as-is" | "modify";
|
|
25698
|
+
regions: Record<string, {
|
|
25699
|
+
name: string;
|
|
25700
|
+
id: string;
|
|
25701
|
+
slots?: Record<string, unknown> | undefined;
|
|
25702
|
+
}[]>;
|
|
25703
|
+
customizationNotes?: string | undefined;
|
|
25704
|
+
} | undefined;
|
|
25705
|
+
} | undefined;
|
|
25706
|
+
actors?: string[] | undefined;
|
|
25707
|
+
}[];
|
|
25708
|
+
scenes: {
|
|
25709
|
+
name: string;
|
|
25710
|
+
moments: ({
|
|
25687
25711
|
type: "command";
|
|
25688
25712
|
name: string;
|
|
25689
25713
|
client: {
|
|
@@ -26237,7 +26261,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
26237
26261
|
sourceFile: string;
|
|
26238
26262
|
isDerived: boolean;
|
|
26239
26263
|
contains: {
|
|
26240
|
-
|
|
26264
|
+
sceneIds: string[];
|
|
26241
26265
|
};
|
|
26242
26266
|
declares: {
|
|
26243
26267
|
messages: {
|
|
@@ -26271,30 +26295,6 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
26271
26295
|
template: string;
|
|
26272
26296
|
}[] | undefined;
|
|
26273
26297
|
} | undefined;
|
|
26274
|
-
journeys?: {
|
|
26275
|
-
name: string;
|
|
26276
|
-
narrativeIds: string[];
|
|
26277
|
-
description?: string | undefined;
|
|
26278
|
-
id?: string | undefined;
|
|
26279
|
-
design?: {
|
|
26280
|
-
metadata?: Record<string, unknown> | undefined;
|
|
26281
|
-
imageAsset?: {
|
|
26282
|
-
url?: string | undefined;
|
|
26283
|
-
originatingPrompt?: string | undefined;
|
|
26284
|
-
} | undefined;
|
|
26285
|
-
ui?: {
|
|
26286
|
-
layoutId: string;
|
|
26287
|
-
mode: "custom" | "as-is" | "modify";
|
|
26288
|
-
regions: Record<string, {
|
|
26289
|
-
name: string;
|
|
26290
|
-
id: string;
|
|
26291
|
-
slots?: Record<string, unknown> | undefined;
|
|
26292
|
-
}[]>;
|
|
26293
|
-
customizationNotes?: string | undefined;
|
|
26294
|
-
} | undefined;
|
|
26295
|
-
} | undefined;
|
|
26296
|
-
actors?: string[] | undefined;
|
|
26297
|
-
}[] | undefined;
|
|
26298
26298
|
integrations?: {
|
|
26299
26299
|
source: string;
|
|
26300
26300
|
name: string;
|
|
@@ -26362,7 +26362,31 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
26362
26362
|
variant: "specs";
|
|
26363
26363
|
narratives: {
|
|
26364
26364
|
name: string;
|
|
26365
|
-
|
|
26365
|
+
sceneIds: string[];
|
|
26366
|
+
description?: string | undefined;
|
|
26367
|
+
id?: string | undefined;
|
|
26368
|
+
design?: {
|
|
26369
|
+
metadata?: Record<string, unknown> | undefined;
|
|
26370
|
+
imageAsset?: {
|
|
26371
|
+
url?: string | undefined;
|
|
26372
|
+
originatingPrompt?: string | undefined;
|
|
26373
|
+
} | undefined;
|
|
26374
|
+
ui?: {
|
|
26375
|
+
layoutId: string;
|
|
26376
|
+
mode: "custom" | "as-is" | "modify";
|
|
26377
|
+
regions: Record<string, {
|
|
26378
|
+
name: string;
|
|
26379
|
+
id: string;
|
|
26380
|
+
slots?: Record<string, unknown> | undefined;
|
|
26381
|
+
}[]>;
|
|
26382
|
+
customizationNotes?: string | undefined;
|
|
26383
|
+
} | undefined;
|
|
26384
|
+
} | undefined;
|
|
26385
|
+
actors?: string[] | undefined;
|
|
26386
|
+
}[];
|
|
26387
|
+
scenes: {
|
|
26388
|
+
name: string;
|
|
26389
|
+
moments: ({
|
|
26366
26390
|
type: "command";
|
|
26367
26391
|
name: string;
|
|
26368
26392
|
client: {
|
|
@@ -26916,7 +26940,7 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
26916
26940
|
sourceFile: string;
|
|
26917
26941
|
isDerived: boolean;
|
|
26918
26942
|
contains: {
|
|
26919
|
-
|
|
26943
|
+
sceneIds: string[];
|
|
26920
26944
|
};
|
|
26921
26945
|
declares: {
|
|
26922
26946
|
messages: {
|
|
@@ -26950,30 +26974,6 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
26950
26974
|
template: string;
|
|
26951
26975
|
}[] | undefined;
|
|
26952
26976
|
} | undefined;
|
|
26953
|
-
journeys?: {
|
|
26954
|
-
name: string;
|
|
26955
|
-
narrativeIds: string[];
|
|
26956
|
-
description?: string | undefined;
|
|
26957
|
-
id?: string | undefined;
|
|
26958
|
-
design?: {
|
|
26959
|
-
metadata?: Record<string, unknown> | undefined;
|
|
26960
|
-
imageAsset?: {
|
|
26961
|
-
url?: string | undefined;
|
|
26962
|
-
originatingPrompt?: string | undefined;
|
|
26963
|
-
} | undefined;
|
|
26964
|
-
ui?: {
|
|
26965
|
-
layoutId: string;
|
|
26966
|
-
mode: "custom" | "as-is" | "modify";
|
|
26967
|
-
regions: Record<string, {
|
|
26968
|
-
name: string;
|
|
26969
|
-
id: string;
|
|
26970
|
-
slots?: Record<string, unknown> | undefined;
|
|
26971
|
-
}[]>;
|
|
26972
|
-
customizationNotes?: string | undefined;
|
|
26973
|
-
} | undefined;
|
|
26974
|
-
} | undefined;
|
|
26975
|
-
actors?: string[] | undefined;
|
|
26976
|
-
}[] | undefined;
|
|
26977
26977
|
integrations?: {
|
|
26978
26978
|
source: string;
|
|
26979
26979
|
name: string;
|
|
@@ -26981,14 +26981,14 @@ export declare const modelSchema: z.ZodObject<{
|
|
|
26981
26981
|
}[] | undefined;
|
|
26982
26982
|
}>;
|
|
26983
26983
|
export type { ClientSpecNode };
|
|
26984
|
-
export { MessageFieldSchema, MessageSchema, CommandSchema, EventSchema, StateSchema, QuerySchema, IntegrationSchema,
|
|
26984
|
+
export { MessageFieldSchema, MessageSchema, CommandSchema, EventSchema, StateSchema, QuerySchema, IntegrationSchema, CommandMomentSchema, QueryMomentSchema, ReactMomentSchema, ExperienceMomentSchema, MomentSchema, SceneSchema, ExampleSchema, RuleSchema, SpecSchema, DataSinkSchema, DataSourceSchema, DataTargetSchema, StepSchema, StepErrorSchema, StepWithDocStringSchema, StepWithErrorSchema, RegionEntrySchema, UISchema, ComponentDefinitionSchema, };
|
|
26985
26985
|
export type Model = z.infer<typeof modelSchema>;
|
|
26986
|
-
export type
|
|
26987
|
-
export type
|
|
26988
|
-
export type
|
|
26989
|
-
export type
|
|
26990
|
-
export type
|
|
26991
|
-
export type
|
|
26986
|
+
export type Scene = z.infer<typeof SceneSchema>;
|
|
26987
|
+
export type Moment = z.infer<typeof MomentSchema>;
|
|
26988
|
+
export type QueryMoment = z.infer<typeof QueryMomentSchema>;
|
|
26989
|
+
export type ReactMoment = z.infer<typeof ReactMomentSchema>;
|
|
26990
|
+
export type CommandMoment = z.infer<typeof CommandMomentSchema>;
|
|
26991
|
+
export type ExperienceMoment = z.infer<typeof ExperienceMomentSchema>;
|
|
26992
26992
|
export type Message = z.infer<typeof MessageSchema>;
|
|
26993
26993
|
export type Example = z.infer<typeof ExampleSchema>;
|
|
26994
26994
|
export type MessageField = z.infer<typeof MessageFieldSchema>;
|
|
@@ -26999,11 +26999,11 @@ export type Module = z.infer<typeof ModuleSchema>;
|
|
|
26999
26999
|
export type MessageRef = z.infer<typeof MessageRefSchema>;
|
|
27000
27000
|
export type MappingFieldRef = z.infer<typeof MappingFieldRefSchema>;
|
|
27001
27001
|
export type MappingEntry = z.infer<typeof MappingEntrySchema>;
|
|
27002
|
-
export type
|
|
27002
|
+
export type Narrative = z.infer<typeof NarrativeSchema>;
|
|
27003
27003
|
export type DataTarget = z.infer<typeof DataTargetSchema>;
|
|
27004
27004
|
export type SceneClassification = z.infer<typeof SceneClassificationSchema>;
|
|
27005
27005
|
export type SceneRoute = z.infer<typeof SceneRouteSchema>;
|
|
27006
|
-
export type
|
|
27006
|
+
export type NarrativePlanning = z.infer<typeof NarrativePlanningSchema>;
|
|
27007
27007
|
export type ImageAsset = z.infer<typeof ImageAssetSchema>;
|
|
27008
27008
|
export type Design = z.infer<typeof DesignSchema>;
|
|
27009
27009
|
export type RegionEntry = z.infer<typeof RegionEntrySchema>;
|