@workflow/core 5.0.0-beta.43 → 5.0.0-beta.44
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/dist/capabilities.d.ts +4 -4
- package/dist/capabilities.js +5 -5
- package/dist/capture-stack.d.ts +1 -1
- package/dist/capture-stack.js +2 -2
- package/dist/class-serialization.d.ts +8 -8
- package/dist/class-serialization.js +9 -9
- package/dist/classify-error.js +5 -5
- package/dist/context-violation-error.d.ts +5 -5
- package/dist/context-violation-error.d.ts.map +1 -1
- package/dist/context-violation-error.js +5 -5
- package/dist/create-hook.d.ts +2 -2
- package/dist/create-hook.js +1 -1
- package/dist/define-hook.js +2 -2
- package/dist/describe-error.d.ts +7 -7
- package/dist/describe-error.js +8 -8
- package/dist/encryption.d.ts +5 -5
- package/dist/encryption.js +7 -7
- package/dist/events-consumer.d.ts +19 -7
- package/dist/events-consumer.d.ts.map +1 -1
- package/dist/events-consumer.js +33 -12
- package/dist/flushable-stream.d.ts +4 -4
- package/dist/flushable-stream.js +12 -12
- package/dist/global.d.ts +1 -1
- package/dist/global.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/log-format.d.ts +2 -2
- package/dist/log-format.js +5 -5
- package/dist/logger.js +4 -4
- package/dist/private.d.ts +21 -65
- package/dist/private.d.ts.map +1 -1
- package/dist/private.js +160 -38
- package/dist/replay-payload-cache.d.ts +1 -1
- package/dist/replay-payload-cache.js +4 -4
- package/dist/runtime/compute-instance.d.ts +4 -3
- package/dist/runtime/compute-instance.d.ts.map +1 -1
- package/dist/runtime/compute-instance.js +5 -4
- package/dist/runtime/constants.d.ts +24 -24
- package/dist/runtime/constants.d.ts.map +1 -1
- package/dist/runtime/constants.js +49 -43
- package/dist/runtime/count-step-started-events.d.ts +7 -7
- package/dist/runtime/count-step-started-events.js +4 -4
- package/dist/runtime/deployment-guard.d.ts +7 -7
- package/dist/runtime/deployment-guard.js +8 -8
- package/dist/runtime/get-port-lazy.d.ts +2 -2
- package/dist/runtime/get-port-lazy.d.ts.map +1 -1
- package/dist/runtime/get-port-lazy.js +37 -30
- package/dist/runtime/get-world-lazy.d.ts +2 -2
- package/dist/runtime/get-world-lazy.js +3 -3
- package/dist/runtime/helpers.d.ts +18 -18
- package/dist/runtime/helpers.js +27 -27
- package/dist/runtime/quickjs-entrypoint.d.ts +21 -10
- package/dist/runtime/quickjs-entrypoint.d.ts.map +1 -1
- package/dist/runtime/quickjs-entrypoint.js +199 -81
- package/dist/runtime/quickjs-runtime.d.ts +31 -15
- package/dist/runtime/quickjs-runtime.d.ts.map +1 -1
- package/dist/runtime/quickjs-runtime.js +126 -77
- package/dist/runtime/quickjs-serde.d.ts +10 -10
- package/dist/runtime/quickjs-serde.js +20 -20
- package/dist/runtime/replay-budget.d.ts +4 -4
- package/dist/runtime/replay-budget.js +5 -5
- package/dist/runtime/replay-recovery-reporter.d.ts +1 -1
- package/dist/runtime/replay-recovery-reporter.js +2 -2
- package/dist/runtime/resume-hook.d.ts +2 -2
- package/dist/runtime/resume-hook.js +27 -27
- package/dist/runtime/resume-latency.d.ts +25 -25
- package/dist/runtime/resume-latency.d.ts.map +1 -1
- package/dist/runtime/resume-latency.js +4 -4
- package/dist/runtime/run-id-time.d.ts +2 -2
- package/dist/runtime/run-id-time.js +5 -5
- package/dist/runtime/run.d.ts +21 -4
- package/dist/runtime/run.d.ts.map +1 -1
- package/dist/runtime/run.js +104 -10
- package/dist/runtime/runs.d.ts +4 -4
- package/dist/runtime/runs.js +2 -2
- package/dist/runtime/start.d.ts +3 -3
- package/dist/runtime/start.d.ts.map +1 -1
- package/dist/runtime/start.js +27 -23
- package/dist/runtime/step-executor.d.ts +14 -14
- package/dist/runtime/step-executor.d.ts.map +1 -1
- package/dist/runtime/step-executor.js +54 -39
- package/dist/runtime/step-latency.d.ts +14 -14
- package/dist/runtime/step-latency.js +11 -11
- package/dist/runtime/step-ownership.d.ts +6 -6
- package/dist/runtime/step-ownership.js +8 -8
- package/dist/runtime/step-single-flight.d.ts +1 -1
- package/dist/runtime/step-single-flight.d.ts.map +1 -1
- package/dist/runtime/step-single-flight.js +17 -11
- package/dist/runtime/suspension-handler.d.ts +29 -17
- package/dist/runtime/suspension-handler.d.ts.map +1 -1
- package/dist/runtime/suspension-handler.js +206 -71
- package/dist/runtime/unserializable-step.d.ts +34 -0
- package/dist/runtime/unserializable-step.d.ts.map +1 -0
- package/dist/runtime/unserializable-step.js +52 -0
- package/dist/runtime/vm-mode.d.ts +1 -1
- package/dist/runtime/vm-mode.js +2 -2
- package/dist/runtime/wait-continuation.d.ts +31 -9
- package/dist/runtime/wait-continuation.d.ts.map +1 -1
- package/dist/runtime/wait-continuation.js +44 -13
- package/dist/runtime/wait-until.d.ts +1 -1
- package/dist/runtime/wait-until.js +2 -2
- package/dist/runtime/world-compatibility.d.ts +20 -9
- package/dist/runtime/world-compatibility.d.ts.map +1 -1
- package/dist/runtime/world-compatibility.js +24 -13
- package/dist/runtime/world-init.d.ts +5 -5
- package/dist/runtime/world-init.js +6 -6
- package/dist/runtime/world.d.ts.map +1 -1
- package/dist/runtime/world.js +13 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +300 -206
- package/dist/sealed-box.d.ts +7 -7
- package/dist/sealed-box.js +15 -15
- package/dist/serialization/client.js +2 -2
- package/dist/serialization/codec-devalue-vm.d.ts +1 -1
- package/dist/serialization/codec-devalue-vm.js +4 -4
- package/dist/serialization/codec-devalue.d.ts +1 -1
- package/dist/serialization/codec-devalue.js +2 -2
- package/dist/serialization/codec.d.ts +4 -4
- package/dist/serialization/codec.js +2 -2
- package/dist/serialization/compression.d.ts +12 -11
- package/dist/serialization/compression.d.ts.map +1 -1
- package/dist/serialization/compression.js +16 -15
- package/dist/serialization/encryption.d.ts +7 -7
- package/dist/serialization/encryption.d.ts.map +1 -1
- package/dist/serialization/encryption.js +8 -8
- package/dist/serialization/errors.js +2 -2
- package/dist/serialization/format.d.ts +6 -6
- package/dist/serialization/format.js +7 -7
- package/dist/serialization/hardened.d.ts +18 -18
- package/dist/serialization/hardened.d.ts.map +1 -1
- package/dist/serialization/hardened.js +41 -32
- package/dist/serialization/index.d.ts +1 -1
- package/dist/serialization/index.js +2 -2
- package/dist/serialization/reducers/class-vm.d.ts +1 -1
- package/dist/serialization/reducers/class-vm.js +2 -2
- package/dist/serialization/reducers/class.js +2 -2
- package/dist/serialization/reducers/common-vm.js +12 -12
- package/dist/serialization/reducers/common.js +12 -12
- package/dist/serialization/reducers/step-function-vm.d.ts +1 -1
- package/dist/serialization/reducers/step-function-vm.js +2 -2
- package/dist/serialization/reducers/step-function.js +2 -2
- package/dist/serialization/step.js +2 -2
- package/dist/serialization/types.d.ts +5 -5
- package/dist/serialization/types.js +2 -2
- package/dist/serialization/workflow-vm.d.ts +1 -1
- package/dist/serialization/workflow-vm.d.ts.map +1 -1
- package/dist/serialization/workflow-vm.js +13 -10
- package/dist/serialization-format.d.ts +11 -11
- package/dist/serialization-format.d.ts.map +1 -1
- package/dist/serialization-format.js +29 -23
- package/dist/serialization.d.ts +10 -10
- package/dist/serialization.js +98 -98
- package/dist/set-attributes.js +2 -2
- package/dist/source-map.d.ts +1 -1
- package/dist/source-map.d.ts.map +1 -1
- package/dist/source-map.js +18 -12
- package/dist/step/context-storage.d.ts +5 -5
- package/dist/step/context-storage.js +1 -1
- package/dist/step/writable-stream.d.ts +3 -3
- package/dist/step/writable-stream.js +7 -7
- package/dist/step.js +12 -12
- package/dist/symbols.d.ts +2 -2
- package/dist/symbols.js +3 -3
- package/dist/telemetry/semantic-conventions.d.ts +21 -13
- package/dist/telemetry/semantic-conventions.d.ts.map +1 -1
- package/dist/telemetry/semantic-conventions.js +21 -15
- package/dist/telemetry.d.ts +3 -3
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +19 -10
- package/dist/test-support/orchestrator-context.d.ts.map +1 -1
- package/dist/test-support/orchestrator-context.js +12 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +2 -2
- package/dist/vm/index.js +4 -4
- package/dist/vm/script-cache.d.ts.map +1 -1
- package/dist/vm/script-cache.js +23 -17
- package/dist/vm/uint8array-base64.js +1 -1
- package/dist/workflow/abort-controller.d.ts +1 -1
- package/dist/workflow/abort-controller.js +12 -12
- package/dist/workflow/create-hook.js +2 -2
- package/dist/workflow/get-workflow-metadata.js +2 -2
- package/dist/workflow/hook.js +16 -16
- package/dist/workflow/set-attributes.d.ts +1 -1
- package/dist/workflow/set-attributes.js +2 -2
- package/dist/workflow/sleep.js +2 -2
- package/dist/workflow/world-init-stub.d.ts +1 -1
- package/dist/workflow/world-init-stub.js +2 -2
- package/dist/workflow.d.ts +2 -2
- package/dist/workflow.js +21 -7
- package/docs/api-reference/create-hook.mdx +15 -15
- package/docs/api-reference/create-webhook.mdx +15 -15
- package/docs/api-reference/define-hook.mdx +10 -10
- package/docs/api-reference/fatal-error.mdx +2 -2
- package/docs/api-reference/fetch.mdx +7 -7
- package/docs/api-reference/get-step-metadata.mdx +2 -2
- package/docs/api-reference/get-workflow-metadata.mdx +3 -3
- package/docs/api-reference/get-writable.mdx +7 -7
- package/docs/api-reference/index.mdx +1 -1
- package/docs/api-reference/retryable-error.mdx +1 -1
- package/docs/api-reference/set-attributes.mdx +2 -2
- package/docs/api-reference/sleep.mdx +3 -3
- package/docs/foundations/cancellation.mdx +31 -31
- package/docs/foundations/errors-and-retries.mdx +42 -11
- package/docs/foundations/hooks.mdx +35 -35
- package/docs/foundations/idempotency.mdx +9 -9
- package/docs/foundations/serialization.mdx +21 -22
- package/docs/foundations/starting-workflows.mdx +36 -37
- package/docs/foundations/streaming.mdx +46 -41
- package/docs/foundations/versioning.mdx +3 -3
- package/docs/foundations/workflows-and-steps.mdx +9 -9
- package/docs/how-it-works/cancellation.mdx +62 -62
- package/docs/how-it-works/code-transform.mdx +66 -54
- package/docs/how-it-works/encryption.mdx +25 -21
- package/docs/how-it-works/event-sourcing.mdx +53 -35
- package/docs/how-it-works/framework-integrations.mdx +12 -12
- package/docs/how-it-works/understanding-directives.mdx +21 -21
- package/package.json +7 -7
|
@@ -13,7 +13,7 @@ export interface SuspensionHandlerParams {
|
|
|
13
13
|
/**
|
|
14
14
|
* The runtime's loaded event log. Every event creation this suspension makes
|
|
15
15
|
* names the position it was derived from, so a backend that has recorded
|
|
16
|
-
* events the replay did not see can report them back on the write
|
|
16
|
+
* events the replay did not see can report them back on the write, or, if
|
|
17
17
|
* it would rather refuse than report, reject it with a 412. A rejection is
|
|
18
18
|
* not retried here: the event's correlation id was minted by *this* replay's
|
|
19
19
|
* seeded sequence, so re-committing it against a corrected log would persist
|
|
@@ -35,14 +35,14 @@ export interface SuspensionHandlerParams {
|
|
|
35
35
|
replayRecoveryReporter?: ReplayRecoveryReporter;
|
|
36
36
|
/**
|
|
37
37
|
* Resilient step dispatch: when provided (and the per-step eligibility gates
|
|
38
|
-
* pass
|
|
38
|
+
* pass, see the step ops below), each newly created non-inline step's
|
|
39
39
|
* `step_created` write is parallelized with its step-execution queue
|
|
40
40
|
* publish, and the queue message carries the serialized step input
|
|
41
41
|
* (`stepInput`) so the consumer can idempotently re-ensure the event if the
|
|
42
42
|
* direct write failed transiently. Steps queued this way are reported in
|
|
43
43
|
* {@link SuspensionHandlerResult.queuedStepCorrelationIds} so the caller
|
|
44
44
|
* skips them in its own dispatch pass. Omitted by callers that must not
|
|
45
|
-
* queue (terminal drain, tests)
|
|
45
|
+
* queue (terminal drain, tests); creates then behave exactly as before.
|
|
46
46
|
*/
|
|
47
47
|
stepDispatch?: {
|
|
48
48
|
/** The unified workflow queue this run's step messages are published to. */
|
|
@@ -57,9 +57,9 @@ export interface SuspensionHandlerParams {
|
|
|
57
57
|
* Inline step ownership: the queue message ID of the invocation this
|
|
58
58
|
* suspension runs in (the queue handler's meta). When present AND the
|
|
59
59
|
* batched fan-out engages, the lazy-inline steps' deferred writes are
|
|
60
|
-
* folded into the batch as `step_created` + `step_started` pairs
|
|
60
|
+
* folded into the batch as `step_created` + `step_started` pairs (the
|
|
61
61
|
* started row stamped with this ID, exactly like the lazy claim it
|
|
62
|
-
* replaces
|
|
62
|
+
* replaces), pre-claiming the steps the caller is about to run inline. See
|
|
63
63
|
* {@link SuspensionHandlerResult.inlineClaims}. Callers that never
|
|
64
64
|
* inline-execute (terminal drain) omit it, keeping their lazy steps on the
|
|
65
65
|
* plain deferred path.
|
|
@@ -69,8 +69,8 @@ export interface SuspensionHandlerParams {
|
|
|
69
69
|
* Lets the batched fan-out return before every chunk has committed: only
|
|
70
70
|
* the chunk carrying the pre-claimed inline pairs gates the handler's
|
|
71
71
|
* return (its claims are what the caller starts bodies from), while the
|
|
72
|
-
* trailing chunks' commits
|
|
73
|
-
* publishes
|
|
72
|
+
* trailing chunks' commits (and every chunk's in-flush step-message
|
|
73
|
+
* publishes) ride {@link SuspensionHandlerResult.deferredBatchWork}. A
|
|
74
74
|
* caller that opts in MUST await that promise before acking its delivery:
|
|
75
75
|
* the durability contract ("every create durable before ack") moves from
|
|
76
76
|
* the handler's return to that join, and nothing else re-drives a lost
|
|
@@ -90,16 +90,28 @@ export interface SuspensionHandlerResult {
|
|
|
90
90
|
* Correlation IDs for which this suspension call actually wrote the
|
|
91
91
|
* step_created event (as opposed to catching EntityConflictError because
|
|
92
92
|
* a concurrent handler wrote it first). Only the handler that wrote the
|
|
93
|
-
* step_created event should queue / inline-execute the step
|
|
93
|
+
* step_created event should queue / inline-execute the step; this
|
|
94
94
|
* guarantees a single owner per step, even when multiple handlers race
|
|
95
95
|
* into the same batch boundary.
|
|
96
96
|
*/
|
|
97
97
|
createdStepCorrelationIds: Set<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Correlation IDs of steps whose arguments failed to serialize. Each was
|
|
100
|
+
* finalized here as `step_created` (with a placeholder input; the real
|
|
101
|
+
* input is precisely what refused to serialize) followed by `step_failed`
|
|
102
|
+
* carrying the SerializationError, so the next replay rejects the step's
|
|
103
|
+
* promise and a try/catch around the step call observes the error,
|
|
104
|
+
* exactly like a step-body failure. No step-execution message is
|
|
105
|
+
* dispatched for these, so the caller MUST force an in-process replay:
|
|
106
|
+
* when the failed step was the only pending work, nothing else will ever
|
|
107
|
+
* re-invoke the run to observe the terminal event.
|
|
108
|
+
*/
|
|
109
|
+
failedStepCorrelationIds: Set<string>;
|
|
98
110
|
/**
|
|
99
111
|
* Correlation IDs of steps this suspension call already published
|
|
100
112
|
* step-execution queue messages for, via resilient step dispatch (the
|
|
101
113
|
* `step_created` write parallelized with a `stepInput`-carrying queue
|
|
102
|
-
* publish). The caller MUST NOT dispatch these again
|
|
114
|
+
* publish). The caller MUST NOT dispatch these again: the message is
|
|
103
115
|
* already out (a duplicate would be deduped by its idempotency key, but
|
|
104
116
|
* costs a wasted round-trip). Empty when {@link SuspensionHandlerParams.stepDispatch}
|
|
105
117
|
* was not provided or no step was eligible.
|
|
@@ -134,12 +146,12 @@ export interface SuspensionHandlerResult {
|
|
|
134
146
|
* Pre-claimed inline starts, by correlation id: the per-step verdicts of
|
|
135
147
|
* the `step_created` + `step_started` pairs the batched fan-out committed
|
|
136
148
|
* for the lazy-inline steps. A step with an entry here is passed to
|
|
137
|
-
* `executeStep` as `preclaimedStart` INSTEAD of `lazyStepInput
|
|
149
|
+
* `executeStep` as `preclaimedStart` INSTEAD of `lazyStepInput`: its
|
|
138
150
|
* input already rode the pair, and the claim is settled: `owned: true`
|
|
139
151
|
* carries the started attempt-1 entity (input re-attached) so the body
|
|
140
152
|
* runs straight off the batch commit with no start write of its own;
|
|
141
153
|
* `owned: false` lost the pair's atomic create-claim to a concurrent
|
|
142
|
-
* writer, and executeStep returns `skipped` without running the body
|
|
154
|
+
* writer, and executeStep returns `skipped` without running the body,
|
|
143
155
|
* the same outcome as losing the lazy claim. Empty whenever the fold did
|
|
144
156
|
* not engage (batching off, no `ownerMessageId`, or the lone-inline case,
|
|
145
157
|
* which keeps the optimistic lazy path and its claim/body overlap).
|
|
@@ -147,20 +159,20 @@ export interface SuspensionHandlerResult {
|
|
|
147
159
|
* Crash window: the pair commits before the caller runs the body, so a
|
|
148
160
|
* crash between them leaves a started step stamped with this message's
|
|
149
161
|
* ID. Redelivery of the same message re-executes it via the owned-recovery
|
|
150
|
-
* path
|
|
162
|
+
* path, the exact machinery the lazy claim's crash window already uses.
|
|
151
163
|
*/
|
|
152
164
|
inlineClaims: Map<string, PreclaimedInlineStart>;
|
|
153
165
|
/**
|
|
154
166
|
* The highest slot the batched fan-out committed, when it ran. The batch's
|
|
155
167
|
* own events are not in the caller's loaded log (the next reload picks
|
|
156
168
|
* them up), so the caller folds this ceiling into the slot snapshot it
|
|
157
|
-
* hands the inline executions
|
|
169
|
+
* hands the inline executions; otherwise every inline terminal write
|
|
158
170
|
* would name a pre-batch position and be answered with a skipped-slot
|
|
159
171
|
* report echoing the events this suspension just wrote. Under
|
|
160
172
|
* {@link SuspensionHandlerParams.allowDeferredBatchWork} this covers the
|
|
161
173
|
* chunks that had committed by the handler's return (always the pair
|
|
162
174
|
* chunk); a trailing chunk that commits later is echoed back on the
|
|
163
|
-
* terminal writes like any foreign event
|
|
175
|
+
* terminal writes like any foreign event: reports the executor reads for
|
|
164
176
|
* position and discards.
|
|
165
177
|
*
|
|
166
178
|
* So the echo is only fully suppressed for a SINGLE-chunk fold. On a
|
|
@@ -168,7 +180,7 @@ export interface SuspensionHandlerResult {
|
|
|
168
180
|
* chunks are still in flight, and an inline terminal write issued in that
|
|
169
181
|
* window still names a position below them and still draws a report for
|
|
170
182
|
* their events. Bounded (trailing chunks only, large fan-outs only) and
|
|
171
|
-
* self-correcting on the next reload
|
|
183
|
+
* self-correcting on the next reload, and recorded so a report seen there
|
|
172
184
|
* reads as expected rather than as a bug.
|
|
173
185
|
*/
|
|
174
186
|
batchCommittedSlotCeiling?: number;
|
|
@@ -178,7 +190,7 @@ export interface SuspensionHandlerResult {
|
|
|
178
190
|
* trailing work exists: the commits of every chunk except the pair chunk,
|
|
179
191
|
* plus every chunk's step-message publishes (each chained on ITS OWN
|
|
180
192
|
* chunk's commit, so publish-after-create holds per step). The caller
|
|
181
|
-
* MUST await it before acking
|
|
193
|
+
* MUST await it before acking: a rejection here is a failed suspension
|
|
182
194
|
* write and fails the delivery exactly as it would have at the handler's
|
|
183
195
|
* return. Steps whose messages this work publishes are already in
|
|
184
196
|
* {@link queuedStepCorrelationIds} at return time.
|
|
@@ -226,7 +238,7 @@ export interface SuspensionHandlerResult {
|
|
|
226
238
|
}
|
|
227
239
|
/**
|
|
228
240
|
* Handles a workflow suspension by processing all pending operations (hooks, steps, waits).
|
|
229
|
-
* Creates events for all operations but does NOT queue step messages
|
|
241
|
+
* Creates events for all operations but does NOT queue step messages; returns the pending
|
|
230
242
|
* steps so the caller can decide which to execute inline vs queue to background.
|
|
231
243
|
*
|
|
232
244
|
* Processing order:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"suspension-handler.d.ts","sourceRoot":"","sources":["../../src/runtime/suspension-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"suspension-handler.d.ts","sourceRoot":"","sources":["../../src/runtime/suspension-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAU/C,OAAO,EAKL,KAAK,cAAc,EAMnB,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,KAAK,EACX,MAAM,iBAAiB,CAAC;AAGzB,OAAO,KAAK,EAGV,uBAAuB,EAEvB,kBAAkB,EACnB,MAAM,cAAc,CAAC;AAiBtB,OAAO,EAGL,KAAK,cAAc,EAKpB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAGhE,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,kBAAkB,CAAC;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,GAAG,EAAE,WAAW,CAAC;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;;;;;;;OAQG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IACnC,8EAA8E;IAC9E,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD;;;;;;;;;;OAUG;IACH,YAAY,CAAC,EAAE;QACb,4EAA4E;QAC5E,SAAS,EAAE,cAAc,CAAC;QAC1B;;;WAGG;QACH,eAAe,EAAE,MAAM,OAAO,CAAC,YAAY,CAAC,CAAC;KAC9C,CAAC;IACF;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;OAWG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,4DAA4D;IAC5D,YAAY,EAAE,uBAAuB,EAAE,CAAC;IACxC;;;;;;;OAOG;IACH,yBAAyB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC;;;;;;;;;;OAUG;IACH,wBAAwB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,wBAAwB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;OAKG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;;;;;;;;;OAYG;IACH,eAAe,EAAE,KAAK,CAAC;QACrB,aAAa,EAAE,MAAM,CAAC;QACtB,QAAQ,EAAE,MAAM,CAAC;QACjB,eAAe,EAAE,cAAc,CAAC;KACjC,CAAC,CAAC;IACH;;;;;;;;;;;;;;;;;;OAkBG;IACH,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC;IACjD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC;;;;;;;;;;OAUG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,WAAW,CAAC,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAE,CAAC;IACzD,0EAA0E;IAC1E,eAAe,EAAE,OAAO,CAAC;IACzB,wFAAwF;IACxF,sBAAsB,EAAE,OAAO,CAAC;IAChC,wEAAwE;IACxE,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;;;OAMG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;;OAKG;IACH,sBAAsB,EAAE,OAAO,CAAC;CACjC;AA6ED;;;;;;;;GAQG;AACH,wBAAsB,gBAAgB,CAAC,EACrC,UAAU,EACV,KAAK,EACL,GAAG,EACH,IAAI,EACJ,SAAS,EACT,QAAQ,EACR,eAAe,EACf,sBAAsB,EACtB,YAAY,EACZ,cAAc,EACd,sBAAsB,GACvB,EAAE,uBAAuB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAq7C5D"}
|