@workflow/web 5.0.0-beta.33 → 5.0.0-beta.35
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/build/client/assets/{arrow-up-right-B1QFlETT.js → arrow-up-right-B9knAxIp.js} +1 -1
- package/build/client/assets/{highlighted-body-B3W2YXNL-Br23zjGQ.js → highlighted-body-B3W2YXNL-nasOj6sE.js} +1 -1
- package/build/client/assets/{home-rmBMtWNr.js → home-BasVp7zv.js} +2 -2
- package/build/client/assets/{manifest-9dd3e2d8.js → manifest-47657566.js} +1 -1
- package/build/client/assets/{mermaid-3ZIDBTTL-CQtb_4FN.js → mermaid-3ZIDBTTL-g3vDTGSb.js} +17 -5
- package/build/client/assets/{root-CraFPjyT.js → root-DfwDd0Zj.js} +2 -2
- package/build/client/assets/{run-detail-BGHjSgVx.js → run-detail-BGMnsQO5.js} +6 -5
- package/build/client/assets/{workflow-graph-viewer-Cn2fThMy.js → workflow-graph-viewer-VUIB71kS.js} +1 -1
- package/build/client/assets/{zstd-browser-decoder-BjHfY5Rj.js → zstd-browser-decoder-B6lDon6D.js} +1 -1
- package/build/server/assets/{app-YT2nFLf8.js → app-BpmTURgx.js} +1 -1
- package/build/server/assets/{highlighted-body-B3W2YXNL-6aglRJd5.js → highlighted-body-B3W2YXNL-BGkarUSx.js} +2 -2
- package/build/server/assets/index-CETb4fkq.js +1164 -0
- package/build/server/assets/{index-DtD2dyVs.js → index-Dt3nkvmG.js} +58 -56
- package/build/server/assets/{mermaid-3ZIDBTTL-C_fIZXpA.js → mermaid-3ZIDBTTL-DUb3plqq.js} +2 -2
- package/build/server/assets/{server-build-riD1HycA.js → server-build-vDim5aBz.js} +459 -260
- package/build/server/assets/{token-ep3Bro6L.js → token-BaQZqFlF.js} +2 -2
- package/build/server/assets/{token-util-BjIqTaA8.js → token-util-DHXhfd_v.js} +2 -2
- package/build/server/assets/{zstd-browser-decoder-CX-ryJFu.js → zstd-browser-decoder-Bnx_AJNv.js} +2 -2
- package/build/server/index.js +1 -1
- package/package.json +8 -8
- package/build/server/assets/index-Dq5jTBN4.js +0 -1286
|
@@ -2,9 +2,9 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import { H as HookSchema } from "./server-build-
|
|
6
|
-
import { A, a, b, c, d, e, f, g, h, i, j, k, B, C, D, l, E, m, n, o, p, q, r, s, L, M, P,
|
|
7
|
-
import "./app-
|
|
5
|
+
import { H as HookSchema } from "./server-build-vDim5aBz.js";
|
|
6
|
+
import { A, a, b, c, d, e, f, g, h, i, j, k, B, C, D, l, E, m, n, o, p, q, r, s, L, M, P, t, Q, u, R, v, w, S, x, y, z, F, G, I, J, K, O, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw } from "./server-build-vDim5aBz.js";
|
|
7
|
+
import "./app-BpmTURgx.js";
|
|
8
8
|
import "stream";
|
|
9
9
|
import "express";
|
|
10
10
|
import "node:stream";
|
|
@@ -73,61 +73,63 @@ export {
|
|
|
73
73
|
HookSchema,
|
|
74
74
|
L as LegacySerializedDataSchemaV1,
|
|
75
75
|
M as MessageId,
|
|
76
|
-
P as
|
|
76
|
+
P as PARENT_RUN_ID_ATTRIBUTE,
|
|
77
|
+
t as PaginatedResponseSchema,
|
|
77
78
|
Q as QueuePayloadSchema,
|
|
78
|
-
|
|
79
|
+
u as QueuePrefix,
|
|
79
80
|
R as RESERVED_ATTRIBUTE_KEY_PREFIX,
|
|
80
|
-
|
|
81
|
+
v as ROOT_RUN_ID_ATTRIBUTE,
|
|
82
|
+
w as RunInputSchema,
|
|
81
83
|
S as SPEC_VERSION_CURRENT,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
84
|
+
x as SPEC_VERSION_LEGACY,
|
|
85
|
+
y as SPEC_VERSION_SUPPORTS_ATTRIBUTES,
|
|
86
|
+
z as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
|
|
87
|
+
F as SPEC_VERSION_SUPPORTS_COMPRESSION,
|
|
88
|
+
G as STEP_EVENT_TYPES,
|
|
89
|
+
I as SerializedDataSchema,
|
|
90
|
+
J as StepInvokePayloadSchema,
|
|
91
|
+
K as StepSchema,
|
|
92
|
+
O as StepStatusSchema,
|
|
91
93
|
T as TERMINAL_RUN_EVENT_TYPES,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
94
|
+
U as TERMINAL_STEP_EVENT_TYPES,
|
|
95
|
+
V as TERMINAL_STEP_STATUSES,
|
|
96
|
+
W as TERMINAL_WORKFLOW_RUN_STATUSES,
|
|
97
|
+
X as TerminalRunEventTypeSchema,
|
|
98
|
+
Y as TerminalStepStatusSchema,
|
|
99
|
+
Z as TerminalWorkflowRunStatusSchema,
|
|
100
|
+
_ as ValidQueueName,
|
|
101
|
+
$ as WAIT_EVENT_TYPES,
|
|
102
|
+
a0 as WaitSchema,
|
|
103
|
+
a1 as WaitStatusSchema,
|
|
104
|
+
a2 as WorkflowInvokePayloadSchema,
|
|
105
|
+
a3 as WorkflowRunBaseSchema,
|
|
106
|
+
a4 as WorkflowRunSchema,
|
|
107
|
+
a5 as WorkflowRunStatusSchema,
|
|
108
|
+
a6 as applyAttributeChanges,
|
|
109
|
+
a7 as envNumber,
|
|
110
|
+
a8 as getEventDataPayloadField,
|
|
111
|
+
a9 as getEventDataRefFields,
|
|
112
|
+
aa as getQueueTopicPrefix,
|
|
113
|
+
ab as isChildEntityCreationEvent,
|
|
114
|
+
ac as isChildEntityCreationEventType,
|
|
115
|
+
ad as isHookEventRequiringExistence,
|
|
116
|
+
ae as isHookLifecycleEventType,
|
|
117
|
+
af as isLegacySpecVersion,
|
|
118
|
+
ag as isStepEventType,
|
|
119
|
+
ah as isTerminalRunEventType,
|
|
120
|
+
ai as isTerminalStepEventType,
|
|
121
|
+
aj as isTerminalStepStatus,
|
|
122
|
+
ak as isTerminalWorkflowRunStatus,
|
|
123
|
+
al as isWaitEventType,
|
|
124
|
+
am as parseQueueName,
|
|
125
|
+
an as reenqueueActiveRuns,
|
|
126
|
+
ao as requiresNewerWorld,
|
|
127
|
+
ap as resolveQueueNamespace,
|
|
128
|
+
aq as stripEventDataRefs,
|
|
129
|
+
ar as ulidToDate,
|
|
130
|
+
as as validateAttributeChanges,
|
|
131
|
+
at as validateAttributeKey,
|
|
132
|
+
au as validateAttributeValue,
|
|
133
|
+
av as validateUlidTimestamp,
|
|
134
|
+
aw as workflowRunIdSchema
|
|
133
135
|
};
|
|
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import { N as Nt } from "./server-build-
|
|
6
|
-
import "./app-
|
|
5
|
+
import { N as Nt } from "./server-build-vDim5aBz.js";
|
|
6
|
+
import "./app-BpmTURgx.js";
|
|
7
7
|
import "stream";
|
|
8
8
|
import "express";
|
|
9
9
|
import "node:stream";
|