@auto-engineer/narrative 1.131.0 → 1.134.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.131.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.134.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsx scripts/build.ts
4
4
 
5
5
  Running: tsc
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.130.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.133.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  22 passed (22)
11
11
   Tests  333 passed (333)
12
-  Start at  16:43:31
13
-  Duration  44.20s (transform 10.22s, setup 0ms, collect 60.90s, tests 31.14s, environment 12ms, prepare 15.45s)
12
+  Start at  17:38:04
13
+  Duration  48.36s (transform 12.11s, setup 0ms, collect 61.14s, tests 34.52s, environment 22ms, prepare 16.85s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/narrative@1.130.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.133.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,139 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 1.134.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6e7aea4`](https://github.com/BeOnAuto/auto-engineer/commit/6e7aea4e81b3e7050211b68abdd346d78b255c2e) Thanks [@osamanar](https://github.com/osamanar)! - - Added full Python port of the react-gen package using Google ADK, enabling React app generation without Node-based ADK
8
+ - Leverages native Python ADK features including skill toolsets, loop escalation, LiteLlm provider routing, and callable instructions for improved prompt handling
9
+ - Generates complete React + Vite + Tailwind + shadcn/ui applications from a domain model in approximately 4.5 minutes
10
+
11
+ - [`574fd54`](https://github.com/BeOnAuto/auto-engineer/commit/574fd540c4db876773b4c0e042a8ce56aabcf1f5) Thanks [@osamanar](https://github.com/osamanar)! - - Migrated from Google ADK to Vercel AI SDK for more reliable and flexible AI orchestration
12
+ - Added 12 new skills from the Python port, bringing the JS package to the full 16-skill set
13
+ - Rewrote all agents as plain async functions, replacing complex class hierarchies with simpler patterns
14
+ - Added bash-tool integration for dynamic skill discovery and loading
15
+
16
+ - [`dc22612`](https://github.com/BeOnAuto/auto-engineer/commit/dc22612671d72076e31d36e2db4465fcab8a23f5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added optional GraphQL schema field and direct model object support to the React app generation command, enabling more flexible input options
17
+ - Fixed graph label enrichment so dynamically-added command nodes are correctly labeled in the pipeline visualization
18
+
19
+ - [`31e8e1b`](https://github.com/BeOnAuto/auto-engineer/commit/31e8e1ba59ea589d6cb6fd9f615f19d3b97cb182) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added support for passing a model object directly to GenerateReactApp, removing the requirement to write the model to disk first
20
+ - Aligned GenerateReactApp's interface with GenerateServer, allowing consistent usage across both commands
21
+
22
+ - [`db17d33`](https://github.com/BeOnAuto/auto-engineer/commit/db17d337150f16a45336aab71a953418622b0fda) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-gen**: add landing page agent, validation pipeline, and starter updates
23
+ - **server-generator-apollo-emmett**: wire mappings through scaffoldFromSchema
24
+ - **server-generator-apollo-emmett**: add ArgMapping with operator support
25
+ - **server-generator-apollo-emmett**: update query resolver template for value-mapped arg filtering
26
+ - **server-generator-apollo-emmett**: update projection template for per-event getDocumentId
27
+
28
+ ### Patch Changes
29
+
30
+ - [`beb2621`](https://github.com/BeOnAuto/auto-engineer/commit/beb2621e4e3183fbc9ac573d75bb3371f210313a) Thanks [@osamanar](https://github.com/osamanar)! - - Removed the Python ADK port package, as the JavaScript package now provides full feature parity after migrating to Vercel AI SDK with bash-tool skills
31
+
32
+ - [`633f575`](https://github.com/BeOnAuto/auto-engineer/commit/633f575fbc62fc6c59e7a98e8be725124d49e822) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed linting and formatting errors in design-system scripts for the React generator
33
+
34
+ - [`0572671`](https://github.com/BeOnAuto/auto-engineer/commit/05726719543c6f574c03ef7201ddc0f6513f061d) Thanks [@osamanar](https://github.com/osamanar)! - - Raised cognitive complexity threshold to unblock CI pipeline
35
+
36
+ - [`b54575c`](https://github.com/BeOnAuto/auto-engineer/commit/b54575c8bc5add295158e8dd9e82c74f112d428c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Decoupled front-end and back-end build pipelines so they can run independently
37
+ - Renamed build commands to build:frontend and build:backend for clarity
38
+ - Front-end build is now dispatched externally rather than chained to back-end generation
39
+
40
+ - [`70e80cd`](https://github.com/BeOnAuto/auto-engineer/commit/70e80cdd8344b0cf68ff8a5746284e705aa43a64) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated project documentation to mark completed work items
41
+
42
+ - [`c00fcc8`](https://github.com/BeOnAuto/auto-engineer/commit/c00fcc8496a5bd4d2affe10635fb8dcfbdce0cf9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed graph label enrichment so dynamically-added command nodes correctly receive display names
43
+
44
+ - [`14d4dc7`](https://github.com/BeOnAuto/auto-engineer/commit/14d4dc72c8a0054936edab8f6238ffb9eb65625e) Thanks [@osamanar](https://github.com/osamanar)! - - Suppressed cognitive complexity lint warning in the ESM imports fix script
45
+
46
+ - [`8de58a2`](https://github.com/BeOnAuto/auto-engineer/commit/8de58a29db06138aba6da42f2735f7529dbb9e03) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning document for decoupling front-end and back-end build processes
47
+
48
+ - [`8c4df3a`](https://github.com/BeOnAuto/auto-engineer/commit/8c4df3af6645b33465bef95942946e5ce87e6e41) Thanks [@osamanar](https://github.com/osamanar)! - - Reduced cognitive complexity in the ESM imports fix script for improved maintainability
49
+
50
+ - Updated dependencies [[`beb2621`](https://github.com/BeOnAuto/auto-engineer/commit/beb2621e4e3183fbc9ac573d75bb3371f210313a), [`6e7aea4`](https://github.com/BeOnAuto/auto-engineer/commit/6e7aea4e81b3e7050211b68abdd346d78b255c2e), [`633f575`](https://github.com/BeOnAuto/auto-engineer/commit/633f575fbc62fc6c59e7a98e8be725124d49e822), [`574fd54`](https://github.com/BeOnAuto/auto-engineer/commit/574fd540c4db876773b4c0e042a8ce56aabcf1f5), [`dc22612`](https://github.com/BeOnAuto/auto-engineer/commit/dc22612671d72076e31d36e2db4465fcab8a23f5), [`0572671`](https://github.com/BeOnAuto/auto-engineer/commit/05726719543c6f574c03ef7201ddc0f6513f061d), [`b54575c`](https://github.com/BeOnAuto/auto-engineer/commit/b54575c8bc5add295158e8dd9e82c74f112d428c), [`70e80cd`](https://github.com/BeOnAuto/auto-engineer/commit/70e80cdd8344b0cf68ff8a5746284e705aa43a64), [`c00fcc8`](https://github.com/BeOnAuto/auto-engineer/commit/c00fcc8496a5bd4d2affe10635fb8dcfbdce0cf9), [`14d4dc7`](https://github.com/BeOnAuto/auto-engineer/commit/14d4dc72c8a0054936edab8f6238ffb9eb65625e), [`8de58a2`](https://github.com/BeOnAuto/auto-engineer/commit/8de58a29db06138aba6da42f2735f7529dbb9e03), [`31e8e1b`](https://github.com/BeOnAuto/auto-engineer/commit/31e8e1ba59ea589d6cb6fd9f615f19d3b97cb182), [`db17d33`](https://github.com/BeOnAuto/auto-engineer/commit/db17d337150f16a45336aab71a953418622b0fda), [`8c4df3a`](https://github.com/BeOnAuto/auto-engineer/commit/8c4df3af6645b33465bef95942946e5ce87e6e41)]:
51
+ - @auto-engineer/file-store@1.134.0
52
+ - @auto-engineer/id@1.134.0
53
+ - @auto-engineer/message-bus@1.134.0
54
+
55
+ ## 1.133.0
56
+
57
+ ### Minor Changes
58
+
59
+ - [`27571bf`](https://github.com/BeOnAuto/auto-engineer/commit/27571bf23744020052fe311284b2f16915c93be6) Thanks [@osamanar](https://github.com/osamanar)! - - Added landing page agent for automated landing page generation
60
+ - Introduced validation pipeline for generated output quality checks
61
+ - Updated starter templates with latest configuration and defaults
62
+
63
+ - [`711787a`](https://github.com/BeOnAuto/auto-engineer/commit/711787a071ac2f538f53674c5b9323ac699d513c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: wire mappings through scaffoldFromSchema
64
+ - **server-generator-apollo-emmett**: add ArgMapping with operator support
65
+ - **server-generator-apollo-emmett**: update query resolver template for value-mapped arg filtering
66
+ - **server-generator-apollo-emmett**: update projection template for per-event getDocumentId
67
+ - **server-generator-apollo-emmett**: wire eventIdFieldMap and argToStateFieldMap through templates
68
+
69
+ ### Patch Changes
70
+
71
+ - [`374aeed`](https://github.com/BeOnAuto/auto-engineer/commit/374aeed0d7928583e3c97d624e99272e469fc56d) Thanks [@osamanar](https://github.com/osamanar)! - - Optimized react generation pipeline from ~8 minutes to ~3 minutes by using frozen lockfile and reducing validation iterations
72
+ - Fixed landing page navigation by injecting route paths and using proper Link components instead of plain buttons
73
+ - Batched theme validation errors into a single response for fewer iterations
74
+
75
+ - [`75f92f9`](https://github.com/BeOnAuto/auto-engineer/commit/75f92f9978eed1a913601a80b0d153a59d42646f) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed landing page generation reliability by using a fixed file path, preventing the AI from writing to incorrect locations
76
+ - Resolved issue where landing pages could be flagged as missing and replaced with lower-quality versions
77
+
78
+ - [`8ee6686`](https://github.com/BeOnAuto/auto-engineer/commit/8ee6686b15e40c0357d2ebdbb1dbfb84a966fcb5) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed 100+ code formatting and lint issues across the monorepo
79
+ - Resolved pre-existing type errors in component implementation classes
80
+ - Excluded generated starter and output directories from lint checks
81
+ - Updated dependencies [[`374aeed`](https://github.com/BeOnAuto/auto-engineer/commit/374aeed0d7928583e3c97d624e99272e469fc56d), [`27571bf`](https://github.com/BeOnAuto/auto-engineer/commit/27571bf23744020052fe311284b2f16915c93be6), [`75f92f9`](https://github.com/BeOnAuto/auto-engineer/commit/75f92f9978eed1a913601a80b0d153a59d42646f), [`711787a`](https://github.com/BeOnAuto/auto-engineer/commit/711787a071ac2f538f53674c5b9323ac699d513c), [`8ee6686`](https://github.com/BeOnAuto/auto-engineer/commit/8ee6686b15e40c0357d2ebdbb1dbfb84a966fcb5)]:
82
+ - @auto-engineer/file-store@1.133.0
83
+ - @auto-engineer/id@1.133.0
84
+ - @auto-engineer/message-bus@1.133.0
85
+
86
+ ## 1.132.0
87
+
88
+ ### Minor Changes
89
+
90
+ - [`7ab10bd`](https://github.com/BeOnAuto/auto-engineer/commit/7ab10bd6a89fc0c0612a9ec1708479093506ae4e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add buildTypeInfoFromMessages for messages-to-TypeInfo map conversion
91
+ - **narrative**: add messageToTypeInfo adapter for Message-to-TypeInfo conversion
92
+ - **server-implementer**: detect forbidden type assertions in AI-generated code
93
+ - **narrative**: resolve InferredType via messages-derived fallback in createTypeResolver
94
+ - **server-generator-apollo-emmett**: generate events.ts for query slices with orphan events
95
+
96
+ - [`f3c4419`](https://github.com/BeOnAuto/auto-engineer/commit/f3c4419bceaf39026399d903fdf6a39917d8c7ad) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed InferredType sentinels leaking into output models when no TypeScript AST is available by falling back to message-derived type resolution
97
+ - Added events.ts generation for query slices, fixing broken imports when query projections reference events with no producing command slice
98
+ - Added detection of forbidden type assertions (e.g. `as` casts) in AI-generated code, triggering automatic retries with guidance to use typed variables instead
99
+
100
+ - [`81332d2`](https://github.com/BeOnAuto/auto-engineer/commit/81332d21e016330f917fb2a6a9854e5d68bbb2ed) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added support for wiring field mappings through schema scaffolding for queries
101
+ - Operator mappings like gte/lte now render as comparison operators (< and >) in generated resolver code
102
+
103
+ - [`a9067d1`](https://github.com/BeOnAuto/auto-engineer/commit/a9067d1113be00adcffcaab6c0b75a5d2baa53d5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added per-event ID field resolution via buildEventIdFieldMap, enabling each event type to specify its own ID field mapping
104
+
105
+ - [`d6bce3a`](https://github.com/BeOnAuto/auto-engineer/commit/d6bce3af9358cc54b13a3750bd815b5e3339c31a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated query resolver template to support value-mapped argument filtering for more precise data querying
106
+
107
+ - [`619554e`](https://github.com/BeOnAuto/auto-engineer/commit/619554e6fe971ee5a51b8fe64607322e7e8bcaeb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added argument mapping with operator support for Apollo/Emmett server generation, enabling explicit control over how query arguments map to state fields with configurable operators (e.g., equality, greater than)
108
+ - Refactored argument-to-state field mapping to support rich mapping entries with operators instead of simple string-to-string mappings
109
+ - Added fallback behavior that defaults to equality operator when no explicit mapping is provided
110
+
111
+ - [`60a781f`](https://github.com/BeOnAuto/auto-engineer/commit/60a781f4c14d2d42d2412e61c0b070d37cd5e97c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added support for wiring event ID field maps and argument-to-state field maps through code generation templates
112
+
113
+ - [`f71ce9e`](https://github.com/BeOnAuto/auto-engineer/commit/f71ce9e154c548797916f1708d2fef8a2c8546fb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated projection template to support per-event document ID resolution
114
+
115
+ - [`2b2d34b`](https://github.com/BeOnAuto/auto-engineer/commit/2b2d34b56790eb8f355e3291c9e0dc4e105cd976) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added extraction of stream ID fields from stream pattern variables in the Apollo Emmett server generator
116
+
117
+ - [`000dc5e`](https://github.com/BeOnAuto/auto-engineer/commit/000dc5e633d663a7fffd24e9442e264bab7648ae) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added value-matched argument filtering via field map builder for Apollo Emmett server generation
118
+
119
+ ### Patch Changes
120
+
121
+ - [`2845c26`](https://github.com/BeOnAuto/auto-engineer/commit/2845c26e542cccf70c7df4cd17e5e08d9b8271b4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added integration test coverage for multi-event projection ID field handling
122
+
123
+ - [`e03eea6`](https://github.com/BeOnAuto/auto-engineer/commit/e03eea6716689f1566890454d3763bc17ba2228c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - This single commit only updates the ketchup plan file (a planning document). There are no user-facing code changes.
124
+ - Finalized implementation plan for per-event ID field resolution and argument mapping improvements
125
+
126
+ - [`5a7117b`](https://github.com/BeOnAuto/auto-engineer/commit/5a7117b068b2b71091f04d84697c0404495756a2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added optional operator support to mapping entry schema for more flexible field mapping configurations
127
+
128
+ - [`19e2ef6`](https://github.com/BeOnAuto/auto-engineer/commit/19e2ef6e04d5722bd4097ec9332fdd3fe6fb7cda) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added integration test for value-mapped argument-to-state filtering in Apollo/Emmett server generator
129
+
130
+ - [`3e8ede9`](https://github.com/BeOnAuto/auto-engineer/commit/3e8ede919ba6544a057dead7cbbb5135e5e4bef4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning for explicit argument-to-field mapping with operator support in query resolvers
131
+
132
+ - Updated dependencies [[`7ab10bd`](https://github.com/BeOnAuto/auto-engineer/commit/7ab10bd6a89fc0c0612a9ec1708479093506ae4e), [`2845c26`](https://github.com/BeOnAuto/auto-engineer/commit/2845c26e542cccf70c7df4cd17e5e08d9b8271b4), [`e03eea6`](https://github.com/BeOnAuto/auto-engineer/commit/e03eea6716689f1566890454d3763bc17ba2228c), [`f3c4419`](https://github.com/BeOnAuto/auto-engineer/commit/f3c4419bceaf39026399d903fdf6a39917d8c7ad), [`81332d2`](https://github.com/BeOnAuto/auto-engineer/commit/81332d21e016330f917fb2a6a9854e5d68bbb2ed), [`a9067d1`](https://github.com/BeOnAuto/auto-engineer/commit/a9067d1113be00adcffcaab6c0b75a5d2baa53d5), [`d6bce3a`](https://github.com/BeOnAuto/auto-engineer/commit/d6bce3af9358cc54b13a3750bd815b5e3339c31a), [`619554e`](https://github.com/BeOnAuto/auto-engineer/commit/619554e6fe971ee5a51b8fe64607322e7e8bcaeb), [`5a7117b`](https://github.com/BeOnAuto/auto-engineer/commit/5a7117b068b2b71091f04d84697c0404495756a2), [`60a781f`](https://github.com/BeOnAuto/auto-engineer/commit/60a781f4c14d2d42d2412e61c0b070d37cd5e97c), [`f71ce9e`](https://github.com/BeOnAuto/auto-engineer/commit/f71ce9e154c548797916f1708d2fef8a2c8546fb), [`19e2ef6`](https://github.com/BeOnAuto/auto-engineer/commit/19e2ef6e04d5722bd4097ec9332fdd3fe6fb7cda), [`3e8ede9`](https://github.com/BeOnAuto/auto-engineer/commit/3e8ede919ba6544a057dead7cbbb5135e5e4bef4), [`2b2d34b`](https://github.com/BeOnAuto/auto-engineer/commit/2b2d34b56790eb8f355e3291c9e0dc4e105cd976), [`000dc5e`](https://github.com/BeOnAuto/auto-engineer/commit/000dc5e633d663a7fffd24e9442e264bab7648ae)]:
133
+ - @auto-engineer/file-store@1.132.0
134
+ - @auto-engineer/id@1.132.0
135
+ - @auto-engineer/message-bus@1.132.0
136
+
3
137
  ## 1.131.0
4
138
 
5
139
  ### Minor Changes
@@ -1922,6 +1922,7 @@ export declare const MappingEntrySchema: z.ZodObject<{
1922
1922
  name: string;
1923
1923
  field: string;
1924
1924
  }>;
1925
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
1925
1926
  }, "strip", z.ZodTypeAny, {
1926
1927
  target: {
1927
1928
  type: "Command" | "Event" | "State" | "Query";
@@ -1933,6 +1934,7 @@ export declare const MappingEntrySchema: z.ZodObject<{
1933
1934
  name: string;
1934
1935
  field: string;
1935
1936
  };
1937
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
1936
1938
  }, {
1937
1939
  target: {
1938
1940
  type: "Command" | "Event" | "State" | "Query";
@@ -1944,6 +1946,7 @@ export declare const MappingEntrySchema: z.ZodObject<{
1944
1946
  name: string;
1945
1947
  field: string;
1946
1948
  };
1949
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
1947
1950
  }>;
1948
1951
  export declare const ImageAssetSchema: z.ZodObject<{
1949
1952
  url: z.ZodOptional<z.ZodString>;
@@ -2538,6 +2541,7 @@ declare const CommandSliceSchema: z.ZodObject<{
2538
2541
  name: string;
2539
2542
  field: string;
2540
2543
  }>;
2544
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
2541
2545
  }, "strip", z.ZodTypeAny, {
2542
2546
  target: {
2543
2547
  type: "Command" | "Event" | "State" | "Query";
@@ -2549,6 +2553,7 @@ declare const CommandSliceSchema: z.ZodObject<{
2549
2553
  name: string;
2550
2554
  field: string;
2551
2555
  };
2556
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
2552
2557
  }, {
2553
2558
  target: {
2554
2559
  type: "Command" | "Event" | "State" | "Query";
@@ -2560,6 +2565,7 @@ declare const CommandSliceSchema: z.ZodObject<{
2560
2565
  name: string;
2561
2566
  field: string;
2562
2567
  };
2568
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
2563
2569
  }>, "many">>;
2564
2570
  server: z.ZodObject<{
2565
2571
  description: z.ZodString;
@@ -3836,6 +3842,7 @@ declare const CommandSliceSchema: z.ZodObject<{
3836
3842
  name: string;
3837
3843
  field: string;
3838
3844
  };
3845
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
3839
3846
  }[] | undefined;
3840
3847
  }, {
3841
3848
  type: "command";
@@ -3994,6 +4001,7 @@ declare const CommandSliceSchema: z.ZodObject<{
3994
4001
  name: string;
3995
4002
  field: string;
3996
4003
  };
4004
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
3997
4005
  }[] | undefined;
3998
4006
  }>;
3999
4007
  declare const QuerySliceSchema: z.ZodObject<{
@@ -4065,6 +4073,7 @@ declare const QuerySliceSchema: z.ZodObject<{
4065
4073
  name: string;
4066
4074
  field: string;
4067
4075
  }>;
4076
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
4068
4077
  }, "strip", z.ZodTypeAny, {
4069
4078
  target: {
4070
4079
  type: "Command" | "Event" | "State" | "Query";
@@ -4076,6 +4085,7 @@ declare const QuerySliceSchema: z.ZodObject<{
4076
4085
  name: string;
4077
4086
  field: string;
4078
4087
  };
4088
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
4079
4089
  }, {
4080
4090
  target: {
4081
4091
  type: "Command" | "Event" | "State" | "Query";
@@ -4087,6 +4097,7 @@ declare const QuerySliceSchema: z.ZodObject<{
4087
4097
  name: string;
4088
4098
  field: string;
4089
4099
  };
4100
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
4090
4101
  }>, "many">>;
4091
4102
  server: z.ZodObject<{
4092
4103
  description: z.ZodString;
@@ -5363,6 +5374,7 @@ declare const QuerySliceSchema: z.ZodObject<{
5363
5374
  name: string;
5364
5375
  field: string;
5365
5376
  };
5377
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
5366
5378
  }[] | undefined;
5367
5379
  }, {
5368
5380
  type: "query";
@@ -5521,6 +5533,7 @@ declare const QuerySliceSchema: z.ZodObject<{
5521
5533
  name: string;
5522
5534
  field: string;
5523
5535
  };
5536
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
5524
5537
  }[] | undefined;
5525
5538
  }>;
5526
5539
  declare const ReactSliceSchema: z.ZodObject<{
@@ -7107,6 +7120,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
7107
7120
  name: string;
7108
7121
  field: string;
7109
7122
  }>;
7123
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
7110
7124
  }, "strip", z.ZodTypeAny, {
7111
7125
  target: {
7112
7126
  type: "Command" | "Event" | "State" | "Query";
@@ -7118,6 +7132,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
7118
7132
  name: string;
7119
7133
  field: string;
7120
7134
  };
7135
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
7121
7136
  }, {
7122
7137
  target: {
7123
7138
  type: "Command" | "Event" | "State" | "Query";
@@ -7129,6 +7144,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
7129
7144
  name: string;
7130
7145
  field: string;
7131
7146
  };
7147
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
7132
7148
  }>, "many">>;
7133
7149
  server: z.ZodObject<{
7134
7150
  description: z.ZodString;
@@ -8405,6 +8421,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
8405
8421
  name: string;
8406
8422
  field: string;
8407
8423
  };
8424
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
8408
8425
  }[] | undefined;
8409
8426
  }, {
8410
8427
  type: "command";
@@ -8563,6 +8580,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
8563
8580
  name: string;
8564
8581
  field: string;
8565
8582
  };
8583
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
8566
8584
  }[] | undefined;
8567
8585
  }>, z.ZodObject<{
8568
8586
  name: z.ZodString;
@@ -8633,6 +8651,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
8633
8651
  name: string;
8634
8652
  field: string;
8635
8653
  }>;
8654
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
8636
8655
  }, "strip", z.ZodTypeAny, {
8637
8656
  target: {
8638
8657
  type: "Command" | "Event" | "State" | "Query";
@@ -8644,6 +8663,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
8644
8663
  name: string;
8645
8664
  field: string;
8646
8665
  };
8666
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
8647
8667
  }, {
8648
8668
  target: {
8649
8669
  type: "Command" | "Event" | "State" | "Query";
@@ -8655,6 +8675,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
8655
8675
  name: string;
8656
8676
  field: string;
8657
8677
  };
8678
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
8658
8679
  }>, "many">>;
8659
8680
  server: z.ZodObject<{
8660
8681
  description: z.ZodString;
@@ -9931,6 +9952,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
9931
9952
  name: string;
9932
9953
  field: string;
9933
9954
  };
9955
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
9934
9956
  }[] | undefined;
9935
9957
  }, {
9936
9958
  type: "query";
@@ -10089,6 +10111,7 @@ declare const SliceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
10089
10111
  name: string;
10090
10112
  field: string;
10091
10113
  };
10114
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
10092
10115
  }[] | undefined;
10093
10116
  }>, z.ZodObject<{
10094
10117
  name: z.ZodString;
@@ -11789,6 +11812,7 @@ declare const NarrativeSchema: z.ZodObject<{
11789
11812
  name: string;
11790
11813
  field: string;
11791
11814
  }>;
11815
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
11792
11816
  }, "strip", z.ZodTypeAny, {
11793
11817
  target: {
11794
11818
  type: "Command" | "Event" | "State" | "Query";
@@ -11800,6 +11824,7 @@ declare const NarrativeSchema: z.ZodObject<{
11800
11824
  name: string;
11801
11825
  field: string;
11802
11826
  };
11827
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
11803
11828
  }, {
11804
11829
  target: {
11805
11830
  type: "Command" | "Event" | "State" | "Query";
@@ -11811,6 +11836,7 @@ declare const NarrativeSchema: z.ZodObject<{
11811
11836
  name: string;
11812
11837
  field: string;
11813
11838
  };
11839
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
11814
11840
  }>, "many">>;
11815
11841
  server: z.ZodObject<{
11816
11842
  description: z.ZodString;
@@ -13087,6 +13113,7 @@ declare const NarrativeSchema: z.ZodObject<{
13087
13113
  name: string;
13088
13114
  field: string;
13089
13115
  };
13116
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
13090
13117
  }[] | undefined;
13091
13118
  }, {
13092
13119
  type: "command";
@@ -13245,6 +13272,7 @@ declare const NarrativeSchema: z.ZodObject<{
13245
13272
  name: string;
13246
13273
  field: string;
13247
13274
  };
13275
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
13248
13276
  }[] | undefined;
13249
13277
  }>, z.ZodObject<{
13250
13278
  name: z.ZodString;
@@ -13315,6 +13343,7 @@ declare const NarrativeSchema: z.ZodObject<{
13315
13343
  name: string;
13316
13344
  field: string;
13317
13345
  }>;
13346
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
13318
13347
  }, "strip", z.ZodTypeAny, {
13319
13348
  target: {
13320
13349
  type: "Command" | "Event" | "State" | "Query";
@@ -13326,6 +13355,7 @@ declare const NarrativeSchema: z.ZodObject<{
13326
13355
  name: string;
13327
13356
  field: string;
13328
13357
  };
13358
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
13329
13359
  }, {
13330
13360
  target: {
13331
13361
  type: "Command" | "Event" | "State" | "Query";
@@ -13337,6 +13367,7 @@ declare const NarrativeSchema: z.ZodObject<{
13337
13367
  name: string;
13338
13368
  field: string;
13339
13369
  };
13370
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
13340
13371
  }>, "many">>;
13341
13372
  server: z.ZodObject<{
13342
13373
  description: z.ZodString;
@@ -14613,6 +14644,7 @@ declare const NarrativeSchema: z.ZodObject<{
14613
14644
  name: string;
14614
14645
  field: string;
14615
14646
  };
14647
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
14616
14648
  }[] | undefined;
14617
14649
  }, {
14618
14650
  type: "query";
@@ -14771,6 +14803,7 @@ declare const NarrativeSchema: z.ZodObject<{
14771
14803
  name: string;
14772
14804
  field: string;
14773
14805
  };
14806
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
14774
14807
  }[] | undefined;
14775
14808
  }>, z.ZodObject<{
14776
14809
  name: z.ZodString;
@@ -16509,6 +16542,7 @@ declare const NarrativeSchema: z.ZodObject<{
16509
16542
  name: string;
16510
16543
  field: string;
16511
16544
  };
16545
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
16512
16546
  }[] | undefined;
16513
16547
  } | {
16514
16548
  type: "query";
@@ -16667,6 +16701,7 @@ declare const NarrativeSchema: z.ZodObject<{
16667
16701
  name: string;
16668
16702
  field: string;
16669
16703
  };
16704
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
16670
16705
  }[] | undefined;
16671
16706
  } | {
16672
16707
  type: "react";
@@ -17008,6 +17043,7 @@ declare const NarrativeSchema: z.ZodObject<{
17008
17043
  name: string;
17009
17044
  field: string;
17010
17045
  };
17046
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
17011
17047
  }[] | undefined;
17012
17048
  } | {
17013
17049
  type: "query";
@@ -17166,6 +17202,7 @@ declare const NarrativeSchema: z.ZodObject<{
17166
17202
  name: string;
17167
17203
  field: string;
17168
17204
  };
17205
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
17169
17206
  }[] | undefined;
17170
17207
  } | {
17171
17208
  type: "react";
@@ -17715,6 +17752,7 @@ export declare const modelSchema: z.ZodObject<{
17715
17752
  name: string;
17716
17753
  field: string;
17717
17754
  }>;
17755
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
17718
17756
  }, "strip", z.ZodTypeAny, {
17719
17757
  target: {
17720
17758
  type: "Command" | "Event" | "State" | "Query";
@@ -17726,6 +17764,7 @@ export declare const modelSchema: z.ZodObject<{
17726
17764
  name: string;
17727
17765
  field: string;
17728
17766
  };
17767
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
17729
17768
  }, {
17730
17769
  target: {
17731
17770
  type: "Command" | "Event" | "State" | "Query";
@@ -17737,6 +17776,7 @@ export declare const modelSchema: z.ZodObject<{
17737
17776
  name: string;
17738
17777
  field: string;
17739
17778
  };
17779
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
17740
17780
  }>, "many">>;
17741
17781
  server: z.ZodObject<{
17742
17782
  description: z.ZodString;
@@ -19013,6 +19053,7 @@ export declare const modelSchema: z.ZodObject<{
19013
19053
  name: string;
19014
19054
  field: string;
19015
19055
  };
19056
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
19016
19057
  }[] | undefined;
19017
19058
  }, {
19018
19059
  type: "command";
@@ -19171,6 +19212,7 @@ export declare const modelSchema: z.ZodObject<{
19171
19212
  name: string;
19172
19213
  field: string;
19173
19214
  };
19215
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
19174
19216
  }[] | undefined;
19175
19217
  }>, z.ZodObject<{
19176
19218
  name: z.ZodString;
@@ -19241,6 +19283,7 @@ export declare const modelSchema: z.ZodObject<{
19241
19283
  name: string;
19242
19284
  field: string;
19243
19285
  }>;
19286
+ operator: z.ZodOptional<z.ZodEnum<["eq", "ne", "gt", "gte", "lt", "lte"]>>;
19244
19287
  }, "strip", z.ZodTypeAny, {
19245
19288
  target: {
19246
19289
  type: "Command" | "Event" | "State" | "Query";
@@ -19252,6 +19295,7 @@ export declare const modelSchema: z.ZodObject<{
19252
19295
  name: string;
19253
19296
  field: string;
19254
19297
  };
19298
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
19255
19299
  }, {
19256
19300
  target: {
19257
19301
  type: "Command" | "Event" | "State" | "Query";
@@ -19263,6 +19307,7 @@ export declare const modelSchema: z.ZodObject<{
19263
19307
  name: string;
19264
19308
  field: string;
19265
19309
  };
19310
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
19266
19311
  }>, "many">>;
19267
19312
  server: z.ZodObject<{
19268
19313
  description: z.ZodString;
@@ -20539,6 +20584,7 @@ export declare const modelSchema: z.ZodObject<{
20539
20584
  name: string;
20540
20585
  field: string;
20541
20586
  };
20587
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
20542
20588
  }[] | undefined;
20543
20589
  }, {
20544
20590
  type: "query";
@@ -20697,6 +20743,7 @@ export declare const modelSchema: z.ZodObject<{
20697
20743
  name: string;
20698
20744
  field: string;
20699
20745
  };
20746
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
20700
20747
  }[] | undefined;
20701
20748
  }>, z.ZodObject<{
20702
20749
  name: z.ZodString;
@@ -22435,6 +22482,7 @@ export declare const modelSchema: z.ZodObject<{
22435
22482
  name: string;
22436
22483
  field: string;
22437
22484
  };
22485
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
22438
22486
  }[] | undefined;
22439
22487
  } | {
22440
22488
  type: "query";
@@ -22593,6 +22641,7 @@ export declare const modelSchema: z.ZodObject<{
22593
22641
  name: string;
22594
22642
  field: string;
22595
22643
  };
22644
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
22596
22645
  }[] | undefined;
22597
22646
  } | {
22598
22647
  type: "react";
@@ -22934,6 +22983,7 @@ export declare const modelSchema: z.ZodObject<{
22934
22983
  name: string;
22935
22984
  field: string;
22936
22985
  };
22986
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
22937
22987
  }[] | undefined;
22938
22988
  } | {
22939
22989
  type: "query";
@@ -23092,6 +23142,7 @@ export declare const modelSchema: z.ZodObject<{
23092
23142
  name: string;
23093
23143
  field: string;
23094
23144
  };
23145
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
23095
23146
  }[] | undefined;
23096
23147
  } | {
23097
23148
  type: "react";
@@ -23887,6 +23938,7 @@ export declare const modelSchema: z.ZodObject<{
23887
23938
  name: string;
23888
23939
  field: string;
23889
23940
  };
23941
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
23890
23942
  }[] | undefined;
23891
23943
  } | {
23892
23944
  type: "query";
@@ -24045,6 +24097,7 @@ export declare const modelSchema: z.ZodObject<{
24045
24097
  name: string;
24046
24098
  field: string;
24047
24099
  };
24100
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
24048
24101
  }[] | undefined;
24049
24102
  } | {
24050
24103
  type: "react";
@@ -24486,6 +24539,7 @@ export declare const modelSchema: z.ZodObject<{
24486
24539
  name: string;
24487
24540
  field: string;
24488
24541
  };
24542
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
24489
24543
  }[] | undefined;
24490
24544
  } | {
24491
24545
  type: "query";
@@ -24644,6 +24698,7 @@ export declare const modelSchema: z.ZodObject<{
24644
24698
  name: string;
24645
24699
  field: string;
24646
24700
  };
24701
+ operator?: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | undefined;
24647
24702
  }[] | undefined;
24648
24703
  } | {
24649
24704
  type: "react";