@pattern-stack/codegen 0.20.0 → 0.20.1
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/CHANGELOG.md +35 -0
- package/dist/{chunk-NYJYK6J4.js → chunk-AJILKWGO.js} +14 -14
- package/dist/{chunk-WKNOEVWQ.js → chunk-AODME4YK.js} +8 -8
- package/dist/{chunk-QSJ3J4HE.js → chunk-BHZP6LOV.js} +7 -7
- package/dist/{chunk-4MVGAMUA.js → chunk-BK5ICA2F.js} +4 -4
- package/dist/{chunk-27ETSJ2X.js → chunk-COGHTKXY.js} +2 -2
- package/dist/{chunk-J7JMVS2B.js → chunk-CZQUOIDY.js} +4 -4
- package/dist/{chunk-FLYF76CU.js → chunk-DUMI2J5M.js} +4 -4
- package/dist/{chunk-LARB26EI.js → chunk-HCAKMT64.js} +4 -4
- package/dist/{chunk-LQXBQO72.js → chunk-M3TIZGIB.js} +6 -6
- package/dist/{chunk-CUSMC2KK.js → chunk-MB5VVG4Z.js} +10 -10
- package/dist/{chunk-KBO5OOON.js → chunk-P7EZCTIN.js} +4 -4
- package/dist/{chunk-3YCUIGPG.js → chunk-SZYZ4SHF.js} +7 -7
- package/dist/{chunk-7YGORYZD.js → chunk-T6C4LFLC.js} +4 -4
- package/dist/{chunk-5LXOJGO2.js → chunk-VNBC3VXM.js} +6 -6
- package/dist/{chunk-KHQ72A5F.js → chunk-VOYFPR3S.js} +2 -2
- package/dist/runtime/base-classes/index.js +17 -17
- package/dist/runtime/subsystems/analytics/analytics.module.js +2 -2
- package/dist/runtime/subsystems/analytics/index.js +4 -4
- package/dist/runtime/subsystems/auth/index.js +6 -6
- package/dist/runtime/subsystems/bridge/bridge-delivery.drizzle-backend.js +1 -1
- package/dist/runtime/subsystems/bridge/bridge-outbox-drain-hook.js +4 -4
- package/dist/runtime/subsystems/bridge/bridge.module.js +18 -18
- package/dist/runtime/subsystems/bridge/index.js +26 -26
- package/dist/runtime/subsystems/cache/cache.drizzle-backend.js +2 -2
- package/dist/runtime/subsystems/cache/cache.module.js +3 -3
- package/dist/runtime/subsystems/cache/index.js +5 -5
- package/dist/runtime/subsystems/events/event-bus.drizzle-backend.js +2 -2
- package/dist/runtime/subsystems/events/events.module.js +3 -3
- package/dist/runtime/subsystems/events/index.js +3 -3
- package/dist/runtime/subsystems/index.js +76 -76
- package/dist/runtime/subsystems/jobs/index.js +42 -42
- package/dist/runtime/subsystems/jobs/job-orchestrator.bullmq-backend.js +7 -7
- package/dist/runtime/subsystems/jobs/job-orchestrator.drizzle-backend.js +3 -3
- package/dist/runtime/subsystems/jobs/job-orchestrator.memory-backend.js +2 -2
- package/dist/runtime/subsystems/jobs/job-run-service.drizzle-backend.js +3 -3
- package/dist/runtime/subsystems/jobs/job-run-service.memory-backend.js +3 -3
- package/dist/runtime/subsystems/jobs/job-worker.bullmq-backend.js +3 -3
- package/dist/runtime/subsystems/jobs/job-worker.js +2 -2
- package/dist/runtime/subsystems/jobs/job-worker.module.js +12 -12
- package/dist/runtime/subsystems/jobs/jobs-domain.module.js +10 -10
- package/dist/runtime/subsystems/storage/index.js +4 -4
- package/dist/runtime/subsystems/storage/storage.module.js +2 -2
- package/dist/src/cli/index.js +15 -3
- package/dist/src/cli/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-NYJYK6J4.js.map → chunk-AJILKWGO.js.map} +0 -0
- /package/dist/{chunk-WKNOEVWQ.js.map → chunk-AODME4YK.js.map} +0 -0
- /package/dist/{chunk-QSJ3J4HE.js.map → chunk-BHZP6LOV.js.map} +0 -0
- /package/dist/{chunk-4MVGAMUA.js.map → chunk-BK5ICA2F.js.map} +0 -0
- /package/dist/{chunk-27ETSJ2X.js.map → chunk-COGHTKXY.js.map} +0 -0
- /package/dist/{chunk-J7JMVS2B.js.map → chunk-CZQUOIDY.js.map} +0 -0
- /package/dist/{chunk-FLYF76CU.js.map → chunk-DUMI2J5M.js.map} +0 -0
- /package/dist/{chunk-LARB26EI.js.map → chunk-HCAKMT64.js.map} +0 -0
- /package/dist/{chunk-LQXBQO72.js.map → chunk-M3TIZGIB.js.map} +0 -0
- /package/dist/{chunk-CUSMC2KK.js.map → chunk-MB5VVG4Z.js.map} +0 -0
- /package/dist/{chunk-KBO5OOON.js.map → chunk-P7EZCTIN.js.map} +0 -0
- /package/dist/{chunk-3YCUIGPG.js.map → chunk-SZYZ4SHF.js.map} +0 -0
- /package/dist/{chunk-7YGORYZD.js.map → chunk-T6C4LFLC.js.map} +0 -0
- /package/dist/{chunk-5LXOJGO2.js.map → chunk-VNBC3VXM.js.map} +0 -0
- /package/dist/{chunk-KHQ72A5F.js.map → chunk-VOYFPR3S.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.20.1] — 2026-06-06
|
|
8
|
+
|
|
9
|
+
**Fix: the subsystems barrel never threaded `eventRegistry` into
|
|
10
|
+
`EventsModule.forRoot`** — so `EventSchedulerLifecycle` never spawned and
|
|
11
|
+
ADR-039 scheduled events silently didn't tick (dogfood gap found consuming
|
|
12
|
+
0.20.0 in swe-brain, package mode). The 0.20.0 runtime expected the barrel to
|
|
13
|
+
pass the consumer's generated `eventRegistry`, but the emitter (`subsystem-
|
|
14
|
+
barrel-generator`) was never updated to do so.
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- **`subsystem-barrel-generator` now threads `eventRegistry`** into
|
|
19
|
+
`EventsModule.forRoot` on every events branch (package + vendored, plain +
|
|
20
|
+
`listenNotify`). The registry is imported from `./events/registry`
|
|
21
|
+
(package mode) or `<subsystemsRoot>/events/generated/registry` (vendored) —
|
|
22
|
+
the same conditioning/relative-import mechanism the `TypedEventBus` import
|
|
23
|
+
already uses. `EventSchedulerLifecycle` reads `eventRegistry` (and only it —
|
|
24
|
+
no bundled fallback), so this is what makes the scheduler spawn.
|
|
25
|
+
- **Stub guard extended to vendored mode.** A bare `subsystem install events`
|
|
26
|
+
regenerates the barrel before `entity new --all` has emitted the generated
|
|
27
|
+
events set; the writer drops the empty 5-file set (incl. `registry.ts`) into
|
|
28
|
+
the vendored `<subsystemsRoot>/events/generated/` if absent, so the barrel's
|
|
29
|
+
new `eventRegistry` import never dangles (package mode already had this guard
|
|
30
|
+
for `./events/bus`; the same path emits `registry.ts`).
|
|
31
|
+
|
|
32
|
+
### Tests
|
|
33
|
+
|
|
34
|
+
- `subsystem-barrel-generator` tests updated for the new `forRoot` shape +
|
|
35
|
+
a both-modes regression guard asserting `eventRegistry` is imported AND
|
|
36
|
+
threaded.
|
|
37
|
+
- **Subsystems smoke now asserts the threading end-to-end** — the gap survived
|
|
38
|
+
because nothing checked that a consumer's barrel actually wires the scheduler.
|
|
39
|
+
`run-smoke-subsystems` now fails if the real generated barrel doesn't import
|
|
40
|
+
`eventRegistry` and pass it to `EventsModule.forRoot`.
|
|
41
|
+
|
|
7
42
|
## [0.20.0] — 2026-06-06
|
|
8
43
|
|
|
9
44
|
**Declarative time-based scheduling: time as an event source** (ADR-039;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DrizzleJobRunService
|
|
3
|
-
} from "./chunk-5LXOJGO2.js";
|
|
4
|
-
import {
|
|
5
|
-
MemoryJobRunService
|
|
6
|
-
} from "./chunk-QSJ3J4HE.js";
|
|
7
1
|
import {
|
|
8
2
|
DrizzleJobStepService
|
|
9
3
|
} from "./chunk-DV4RV2DC.js";
|
|
10
|
-
import {
|
|
11
|
-
BULLMQ_CONNECTION,
|
|
12
|
-
BULLMQ_RESOLVED_CONFIG,
|
|
13
|
-
resolveBullMqConfig
|
|
14
|
-
} from "./chunk-I6MVCB5A.js";
|
|
15
4
|
import {
|
|
16
5
|
DrizzleJobOrchestrator
|
|
17
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MB5VVG4Z.js";
|
|
18
7
|
import {
|
|
19
8
|
MemoryJobOrchestrator
|
|
20
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-DUMI2J5M.js";
|
|
21
10
|
import {
|
|
22
11
|
MemoryJobStepService
|
|
23
12
|
} from "./chunk-PNZSGAB2.js";
|
|
13
|
+
import {
|
|
14
|
+
DrizzleJobRunService
|
|
15
|
+
} from "./chunk-VNBC3VXM.js";
|
|
16
|
+
import {
|
|
17
|
+
MemoryJobRunService
|
|
18
|
+
} from "./chunk-BHZP6LOV.js";
|
|
24
19
|
import {
|
|
25
20
|
MemoryJobStore
|
|
26
21
|
} from "./chunk-SNQ3TOWP.js";
|
|
22
|
+
import {
|
|
23
|
+
BULLMQ_CONNECTION,
|
|
24
|
+
BULLMQ_RESOLVED_CONFIG,
|
|
25
|
+
resolveBullMqConfig
|
|
26
|
+
} from "./chunk-I6MVCB5A.js";
|
|
27
27
|
import {
|
|
28
28
|
JOBS_LISTEN_NOTIFY,
|
|
29
29
|
JOBS_MULTI_TENANT,
|
|
@@ -114,4 +114,4 @@ JobsDomainModule = __decorateClass([
|
|
|
114
114
|
export {
|
|
115
115
|
JobsDomainModule
|
|
116
116
|
};
|
|
117
|
-
//# sourceMappingURL=chunk-
|
|
117
|
+
//# sourceMappingURL=chunk-AJILKWGO.js.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import {
|
|
2
2
|
bridgeRegistry
|
|
3
3
|
} from "./chunk-5A432NZJ.js";
|
|
4
|
-
import {
|
|
5
|
-
BridgeOutboxDrainHook
|
|
6
|
-
} from "./chunk-LQXBQO72.js";
|
|
7
4
|
import {
|
|
8
5
|
EventFlowService
|
|
9
6
|
} from "./chunk-5RT7JGKT.js";
|
|
10
7
|
import {
|
|
11
8
|
BRIDGE_RESERVED_POOLS
|
|
12
9
|
} from "./chunk-EDKJU5BO.js";
|
|
13
|
-
import {
|
|
14
|
-
BridgeDeliveryHandler
|
|
15
|
-
} from "./chunk-SGSWVNNB.js";
|
|
16
10
|
import {
|
|
17
11
|
DrizzleBridgeDeliveryRepo
|
|
18
12
|
} from "./chunk-MVKW2BCR.js";
|
|
19
13
|
import {
|
|
20
14
|
MemoryBridgeDeliveryRepo
|
|
21
15
|
} from "./chunk-4DOJBQTP.js";
|
|
16
|
+
import {
|
|
17
|
+
BridgeOutboxDrainHook
|
|
18
|
+
} from "./chunk-M3TIZGIB.js";
|
|
19
|
+
import {
|
|
20
|
+
BridgeDeliveryHandler
|
|
21
|
+
} from "./chunk-SGSWVNNB.js";
|
|
22
22
|
import {
|
|
23
23
|
BridgeReservedPoolsNotPolledError
|
|
24
24
|
} from "./chunk-NXXDZ6ZF.js";
|
|
25
25
|
import {
|
|
26
26
|
JOB_WORKER_MODULE_OPTIONS
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-SZYZ4SHF.js";
|
|
28
28
|
import {
|
|
29
29
|
BRIDGE_DELIVERY_REPO,
|
|
30
30
|
BRIDGE_MODULE_OPTIONS,
|
|
@@ -119,4 +119,4 @@ BridgeModule = __decorateClass([
|
|
|
119
119
|
export {
|
|
120
120
|
BridgeModule
|
|
121
121
|
};
|
|
122
|
-
//# sourceMappingURL=chunk-
|
|
122
|
+
//# sourceMappingURL=chunk-AODME4YK.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
MemoryJobStore
|
|
3
|
+
} from "./chunk-SNQ3TOWP.js";
|
|
4
|
+
import {
|
|
5
|
+
MissingTenantIdError
|
|
6
|
+
} from "./chunk-T4BIIU5E.js";
|
|
1
7
|
import {
|
|
2
8
|
clampLimit,
|
|
3
9
|
decodeKeysetCursor,
|
|
4
10
|
encodeKeysetCursor,
|
|
5
11
|
toJobRunSummary
|
|
6
12
|
} from "./chunk-L3LZWWSX.js";
|
|
7
|
-
import {
|
|
8
|
-
MemoryJobStore
|
|
9
|
-
} from "./chunk-SNQ3TOWP.js";
|
|
10
13
|
import {
|
|
11
14
|
JOBS_MULTI_TENANT,
|
|
12
15
|
JOB_ORCHESTRATOR
|
|
13
16
|
} from "./chunk-ZPL74UQN.js";
|
|
14
|
-
import {
|
|
15
|
-
MissingTenantIdError
|
|
16
|
-
} from "./chunk-T4BIIU5E.js";
|
|
17
17
|
import {
|
|
18
18
|
__decorateClass,
|
|
19
19
|
__decorateParam
|
|
@@ -209,4 +209,4 @@ function compareBy(a, b, order) {
|
|
|
209
209
|
export {
|
|
210
210
|
MemoryJobRunService
|
|
211
211
|
};
|
|
212
|
-
//# sourceMappingURL=chunk-
|
|
212
|
+
//# sourceMappingURL=chunk-BHZP6LOV.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
STORAGE
|
|
3
|
+
} from "./chunk-NYBCQZC7.js";
|
|
1
4
|
import {
|
|
2
5
|
LocalStorageBackend
|
|
3
6
|
} from "./chunk-JWNHNUYL.js";
|
|
4
7
|
import {
|
|
5
8
|
MemoryStorageBackend
|
|
6
9
|
} from "./chunk-3SZFUTXE.js";
|
|
7
|
-
import {
|
|
8
|
-
STORAGE
|
|
9
|
-
} from "./chunk-NYBCQZC7.js";
|
|
10
10
|
import {
|
|
11
11
|
__decorateClass
|
|
12
12
|
} from "./chunk-2E224ZSN.js";
|
|
@@ -37,4 +37,4 @@ StorageModule = __decorateClass([
|
|
|
37
37
|
export {
|
|
38
38
|
StorageModule
|
|
39
39
|
};
|
|
40
|
-
//# sourceMappingURL=chunk-
|
|
40
|
+
//# sourceMappingURL=chunk-BK5ICA2F.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DrizzleCacheService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-T6C4LFLC.js";
|
|
4
4
|
import {
|
|
5
5
|
MemoryCacheService
|
|
6
6
|
} from "./chunk-IF5I3DAA.js";
|
|
@@ -81,4 +81,4 @@ CacheModule = __decorateClass([
|
|
|
81
81
|
export {
|
|
82
82
|
CacheModule
|
|
83
83
|
};
|
|
84
|
-
//# sourceMappingURL=chunk-
|
|
84
|
+
//# sourceMappingURL=chunk-COGHTKXY.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CubeAnalyticsBackend
|
|
3
3
|
} from "./chunk-7B3RYX45.js";
|
|
4
|
-
import {
|
|
5
|
-
NoopAnalyticsBackend
|
|
6
|
-
} from "./chunk-J37YWU7Y.js";
|
|
7
4
|
import {
|
|
8
5
|
ANALYTICS_QUERY,
|
|
9
6
|
CUBE_API_SECRET,
|
|
10
7
|
CUBE_API_URL
|
|
11
8
|
} from "./chunk-6I7ULIN6.js";
|
|
9
|
+
import {
|
|
10
|
+
NoopAnalyticsBackend
|
|
11
|
+
} from "./chunk-J37YWU7Y.js";
|
|
12
12
|
import {
|
|
13
13
|
__decorateClass
|
|
14
14
|
} from "./chunk-2E224ZSN.js";
|
|
@@ -50,4 +50,4 @@ AnalyticsModule = __decorateClass([
|
|
|
50
50
|
export {
|
|
51
51
|
AnalyticsModule
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=chunk-
|
|
53
|
+
//# sourceMappingURL=chunk-CZQUOIDY.js.map
|
|
@@ -4,9 +4,6 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
MemoryJobStore
|
|
6
6
|
} from "./chunk-SNQ3TOWP.js";
|
|
7
|
-
import {
|
|
8
|
-
JOBS_MULTI_TENANT
|
|
9
|
-
} from "./chunk-ZPL74UQN.js";
|
|
10
7
|
import {
|
|
11
8
|
JobCollisionError,
|
|
12
9
|
JobNotReplayableError,
|
|
@@ -14,6 +11,9 @@ import {
|
|
|
14
11
|
JobTypeNotFoundError,
|
|
15
12
|
MissingTenantIdError
|
|
16
13
|
} from "./chunk-T4BIIU5E.js";
|
|
14
|
+
import {
|
|
15
|
+
JOBS_MULTI_TENANT
|
|
16
|
+
} from "./chunk-ZPL74UQN.js";
|
|
17
17
|
import {
|
|
18
18
|
FN_KEY_SENTINEL,
|
|
19
19
|
JobKeyFunctionUnavailableError,
|
|
@@ -663,4 +663,4 @@ function serialiseError(err, attempt, retryable) {
|
|
|
663
663
|
export {
|
|
664
664
|
MemoryJobOrchestrator
|
|
665
665
|
};
|
|
666
|
-
//# sourceMappingURL=chunk-
|
|
666
|
+
//# sourceMappingURL=chunk-DUMI2J5M.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BRIDGE_OUTBOX_DRAIN_HOOK
|
|
3
|
-
} from "./chunk-4LH67P4U.js";
|
|
4
1
|
import {
|
|
5
2
|
EVENTS_WAKE_CHANNEL,
|
|
6
3
|
PgNotifyListener,
|
|
7
4
|
pgNotify
|
|
8
5
|
} from "./chunk-Q6LRJ4VI.js";
|
|
6
|
+
import {
|
|
7
|
+
BRIDGE_OUTBOX_DRAIN_HOOK
|
|
8
|
+
} from "./chunk-4LH67P4U.js";
|
|
9
9
|
import {
|
|
10
10
|
domainEvents
|
|
11
11
|
} from "./chunk-E2BRT5IB.js";
|
|
@@ -460,4 +460,4 @@ DrizzleEventBus = __decorateClass([
|
|
|
460
460
|
export {
|
|
461
461
|
DrizzleEventBus
|
|
462
462
|
};
|
|
463
|
-
//# sourceMappingURL=chunk-
|
|
463
|
+
//# sourceMappingURL=chunk-HCAKMT64.js.map
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
bridgeDelivery
|
|
6
6
|
} from "./chunk-BORNCTH3.js";
|
|
7
|
-
import {
|
|
8
|
-
jobRuns
|
|
9
|
-
} from "./chunk-OKXZ63IA.js";
|
|
10
7
|
import {
|
|
11
8
|
JOBS_LISTEN_NOTIFY
|
|
12
9
|
} from "./chunk-ZPL74UQN.js";
|
|
13
10
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
11
|
+
jobRuns
|
|
12
|
+
} from "./chunk-OKXZ63IA.js";
|
|
16
13
|
import {
|
|
17
14
|
JOBS_WAKE_CHANNEL,
|
|
18
15
|
pgNotify
|
|
19
16
|
} from "./chunk-Q6LRJ4VI.js";
|
|
17
|
+
import {
|
|
18
|
+
BRIDGE_REGISTRY
|
|
19
|
+
} from "./chunk-4LH67P4U.js";
|
|
20
20
|
import {
|
|
21
21
|
__decorateClass,
|
|
22
22
|
__decorateParam
|
|
@@ -151,4 +151,4 @@ BridgeOutboxDrainHook = __decorateClass([
|
|
|
151
151
|
export {
|
|
152
152
|
BridgeOutboxDrainHook
|
|
153
153
|
};
|
|
154
|
-
//# sourceMappingURL=chunk-
|
|
154
|
+
//# sourceMappingURL=chunk-M3TIZGIB.js.map
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
jobRuns,
|
|
3
|
-
jobSteps,
|
|
4
|
-
jobs
|
|
5
|
-
} from "./chunk-OKXZ63IA.js";
|
|
6
|
-
import {
|
|
7
|
-
JOBS_LISTEN_NOTIFY,
|
|
8
|
-
JOBS_MULTI_TENANT
|
|
9
|
-
} from "./chunk-ZPL74UQN.js";
|
|
10
1
|
import {
|
|
11
2
|
JobCollisionError,
|
|
12
3
|
JobNotReplayableError,
|
|
@@ -14,10 +5,19 @@ import {
|
|
|
14
5
|
JobTypeNotFoundError,
|
|
15
6
|
MissingTenantIdError
|
|
16
7
|
} from "./chunk-T4BIIU5E.js";
|
|
8
|
+
import {
|
|
9
|
+
JOBS_LISTEN_NOTIFY,
|
|
10
|
+
JOBS_MULTI_TENANT
|
|
11
|
+
} from "./chunk-ZPL74UQN.js";
|
|
17
12
|
import {
|
|
18
13
|
keySelectorToTemplate,
|
|
19
14
|
resolveJobKey
|
|
20
15
|
} from "./chunk-7P5ODGLA.js";
|
|
16
|
+
import {
|
|
17
|
+
jobRuns,
|
|
18
|
+
jobSteps,
|
|
19
|
+
jobs
|
|
20
|
+
} from "./chunk-OKXZ63IA.js";
|
|
21
21
|
import {
|
|
22
22
|
JOBS_WAKE_CHANNEL,
|
|
23
23
|
pgNotify
|
|
@@ -393,4 +393,4 @@ export {
|
|
|
393
393
|
evaluateKeyTemplate,
|
|
394
394
|
DrizzleJobOrchestrator
|
|
395
395
|
};
|
|
396
|
-
//# sourceMappingURL=chunk-
|
|
396
|
+
//# sourceMappingURL=chunk-MB5VVG4Z.js.map
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
jobRuns
|
|
3
|
-
} from "./chunk-OKXZ63IA.js";
|
|
4
1
|
import {
|
|
5
2
|
JOB_ORCHESTRATOR,
|
|
6
3
|
JOB_RUN_SERVICE,
|
|
@@ -9,6 +6,9 @@ import {
|
|
|
9
6
|
import {
|
|
10
7
|
JOB_HANDLER_REGISTRY
|
|
11
8
|
} from "./chunk-7P5ODGLA.js";
|
|
9
|
+
import {
|
|
10
|
+
jobRuns
|
|
11
|
+
} from "./chunk-OKXZ63IA.js";
|
|
12
12
|
import {
|
|
13
13
|
JOBS_WAKE_CHANNEL,
|
|
14
14
|
PgNotifyListener
|
|
@@ -528,4 +528,4 @@ export {
|
|
|
528
528
|
buildStaleSweepQuery,
|
|
529
529
|
JobWorker
|
|
530
530
|
};
|
|
531
|
-
//# sourceMappingURL=chunk-
|
|
531
|
+
//# sourceMappingURL=chunk-P7EZCTIN.js.map
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
JobWorker
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-P7EZCTIN.js";
|
|
4
4
|
import {
|
|
5
5
|
JobsDomainModule
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AJILKWGO.js";
|
|
7
|
+
import {
|
|
8
|
+
BootValidationError,
|
|
9
|
+
ReservedPoolViolationError
|
|
10
|
+
} from "./chunk-T4BIIU5E.js";
|
|
7
11
|
import {
|
|
8
12
|
BULLMQ_CONNECTION,
|
|
9
13
|
BULLMQ_RESOLVED_CONFIG,
|
|
@@ -19,10 +23,6 @@ import {
|
|
|
19
23
|
JOB_RUN_SERVICE,
|
|
20
24
|
JOB_STEP_SERVICE
|
|
21
25
|
} from "./chunk-ZPL74UQN.js";
|
|
22
|
-
import {
|
|
23
|
-
BootValidationError,
|
|
24
|
-
ReservedPoolViolationError
|
|
25
|
-
} from "./chunk-T4BIIU5E.js";
|
|
26
26
|
import {
|
|
27
27
|
HandlerRegistry
|
|
28
28
|
} from "./chunk-7P5ODGLA.js";
|
|
@@ -290,4 +290,4 @@ export {
|
|
|
290
290
|
JobWorkerOrchestrator,
|
|
291
291
|
JobWorkerModule
|
|
292
292
|
};
|
|
293
|
-
//# sourceMappingURL=chunk-
|
|
293
|
+
//# sourceMappingURL=chunk-SZYZ4SHF.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CACHE_DEFAULT_TTL
|
|
3
|
-
} from "./chunk-L6FTY45T.js";
|
|
4
1
|
import {
|
|
5
2
|
cacheEntries
|
|
6
3
|
} from "./chunk-FASRXRX5.js";
|
|
4
|
+
import {
|
|
5
|
+
CACHE_DEFAULT_TTL
|
|
6
|
+
} from "./chunk-L6FTY45T.js";
|
|
7
7
|
import {
|
|
8
8
|
DRIZZLE
|
|
9
9
|
} from "./chunk-U64T4YZE.js";
|
|
@@ -109,4 +109,4 @@ DrizzleCacheService = __decorateClass([
|
|
|
109
109
|
export {
|
|
110
110
|
DrizzleCacheService
|
|
111
111
|
};
|
|
112
|
-
//# sourceMappingURL=chunk-
|
|
112
|
+
//# sourceMappingURL=chunk-T6C4LFLC.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
MissingTenantIdError
|
|
3
|
+
} from "./chunk-T4BIIU5E.js";
|
|
1
4
|
import {
|
|
2
5
|
clampLimit,
|
|
3
6
|
decodeKeysetCursor,
|
|
4
7
|
encodeKeysetCursor,
|
|
5
8
|
toJobRunSummary
|
|
6
9
|
} from "./chunk-L3LZWWSX.js";
|
|
7
|
-
import {
|
|
8
|
-
jobRuns
|
|
9
|
-
} from "./chunk-OKXZ63IA.js";
|
|
10
10
|
import {
|
|
11
11
|
JOBS_MULTI_TENANT,
|
|
12
12
|
JOB_ORCHESTRATOR
|
|
13
13
|
} from "./chunk-ZPL74UQN.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
jobRuns
|
|
16
|
+
} from "./chunk-OKXZ63IA.js";
|
|
17
17
|
import {
|
|
18
18
|
DRIZZLE
|
|
19
19
|
} from "./chunk-U64T4YZE.js";
|
|
@@ -198,4 +198,4 @@ DrizzleJobRunService = __decorateClass([
|
|
|
198
198
|
export {
|
|
199
199
|
DrizzleJobRunService
|
|
200
200
|
};
|
|
201
|
-
//# sourceMappingURL=chunk-
|
|
201
|
+
//# sourceMappingURL=chunk-VNBC3VXM.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-DUUCU77W.js";
|
|
8
8
|
import {
|
|
9
9
|
DrizzleEventBus
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HCAKMT64.js";
|
|
11
11
|
import {
|
|
12
12
|
MemoryEventBus
|
|
13
13
|
} from "./chunk-4OC5MSHO.js";
|
|
@@ -200,4 +200,4 @@ export {
|
|
|
200
200
|
EventSchedulerLifecycle,
|
|
201
201
|
EventsModule
|
|
202
202
|
};
|
|
203
|
-
//# sourceMappingURL=chunk-
|
|
203
|
+
//# sourceMappingURL=chunk-VOYFPR3S.js.map
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
JunctionIntegrationRepository,
|
|
3
|
+
buildCompositeExternalId,
|
|
4
|
+
parseCompositeExternalId
|
|
5
|
+
} from "../../chunk-2FTZLDBP.js";
|
|
1
6
|
import {
|
|
2
7
|
KnowledgeEntityRepository
|
|
3
8
|
} from "../../chunk-NN7XZEGF.js";
|
|
@@ -13,6 +18,9 @@ import {
|
|
|
13
18
|
import {
|
|
14
19
|
WithAnalytics
|
|
15
20
|
} from "../../chunk-IBGER4YK.js";
|
|
21
|
+
import {
|
|
22
|
+
ActivityEntityService
|
|
23
|
+
} from "../../chunk-JYBFPNBJ.js";
|
|
16
24
|
import {
|
|
17
25
|
BaseFindByIdUseCase,
|
|
18
26
|
BaseListUseCase
|
|
@@ -24,10 +32,15 @@ import {
|
|
|
24
32
|
IntegratedEntityService
|
|
25
33
|
} from "../../chunk-2VHZ7EKC.js";
|
|
26
34
|
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
35
|
+
BaseService
|
|
36
|
+
} from "../../chunk-W72PRNJY.js";
|
|
37
|
+
import {
|
|
38
|
+
buildChangeEvents,
|
|
39
|
+
buildLifecycleEvent,
|
|
40
|
+
diffSnapshots,
|
|
41
|
+
emitSafely,
|
|
42
|
+
entitySnapshot
|
|
43
|
+
} from "../../chunk-KYR3B3OW.js";
|
|
31
44
|
import {
|
|
32
45
|
ActivityEntityRepository
|
|
33
46
|
} from "../../chunk-MKWQKKK7.js";
|
|
@@ -43,19 +56,6 @@ import {
|
|
|
43
56
|
withSuperuserScope,
|
|
44
57
|
withUserScope
|
|
45
58
|
} from "../../chunk-ZUKFQL6E.js";
|
|
46
|
-
import {
|
|
47
|
-
ActivityEntityService
|
|
48
|
-
} from "../../chunk-JYBFPNBJ.js";
|
|
49
|
-
import {
|
|
50
|
-
BaseService
|
|
51
|
-
} from "../../chunk-W72PRNJY.js";
|
|
52
|
-
import {
|
|
53
|
-
buildChangeEvents,
|
|
54
|
-
buildLifecycleEvent,
|
|
55
|
-
diffSnapshots,
|
|
56
|
-
emitSafely,
|
|
57
|
-
entitySnapshot
|
|
58
|
-
} from "../../chunk-KYR3B3OW.js";
|
|
59
59
|
import "../../chunk-2E224ZSN.js";
|
|
60
60
|
export {
|
|
61
61
|
ActivityEntityRepository,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AnalyticsModule
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-CZQUOIDY.js";
|
|
4
4
|
import "../../../chunk-7B3RYX45.js";
|
|
5
|
-
import "../../../chunk-J37YWU7Y.js";
|
|
6
5
|
import "../../../chunk-6I7ULIN6.js";
|
|
6
|
+
import "../../../chunk-J37YWU7Y.js";
|
|
7
7
|
import "../../../chunk-GYGNEQSC.js";
|
|
8
8
|
import "../../../chunk-2E224ZSN.js";
|
|
9
9
|
export {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AnalyticsModule
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-CZQUOIDY.js";
|
|
4
4
|
import {
|
|
5
5
|
CubeAnalyticsBackend
|
|
6
6
|
} from "../../../chunk-7B3RYX45.js";
|
|
7
|
-
import {
|
|
8
|
-
NoopAnalyticsBackend
|
|
9
|
-
} from "../../../chunk-J37YWU7Y.js";
|
|
10
7
|
import {
|
|
11
8
|
ANALYTICS_QUERY,
|
|
12
9
|
CUBE_API_SECRET,
|
|
13
10
|
CUBE_API_URL
|
|
14
11
|
} from "../../../chunk-6I7ULIN6.js";
|
|
12
|
+
import {
|
|
13
|
+
NoopAnalyticsBackend
|
|
14
|
+
} from "../../../chunk-J37YWU7Y.js";
|
|
15
15
|
import "../../../chunk-GYGNEQSC.js";
|
|
16
16
|
import "../../../chunk-2E224ZSN.js";
|
|
17
17
|
export {
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "../../../chunk-7C3FOSDI.js";
|
|
2
|
+
import {
|
|
3
|
+
OAuth2RefreshStrategy
|
|
4
|
+
} from "../../../chunk-M6QLSLPO.js";
|
|
5
|
+
import {
|
|
6
|
+
ConnectionBrokenError
|
|
7
|
+
} from "../../../chunk-2N4UG4VD.js";
|
|
2
8
|
import {
|
|
3
9
|
withAuthRetry
|
|
4
10
|
} from "../../../chunk-WL67FZGF.js";
|
|
@@ -11,12 +17,6 @@ import {
|
|
|
11
17
|
makeRequesterContextMiddleware,
|
|
12
18
|
resolveRequesterContext
|
|
13
19
|
} from "../../../chunk-OSQRXVG2.js";
|
|
14
|
-
import {
|
|
15
|
-
OAuth2RefreshStrategy
|
|
16
|
-
} from "../../../chunk-M6QLSLPO.js";
|
|
17
|
-
import {
|
|
18
|
-
ConnectionBrokenError
|
|
19
|
-
} from "../../../chunk-2N4UG4VD.js";
|
|
20
20
|
import {
|
|
21
21
|
AuthModule
|
|
22
22
|
} from "../../../chunk-T6SCOJF4.js";
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
DrizzleBridgeDeliveryRepo
|
|
3
3
|
} from "../../../chunk-MVKW2BCR.js";
|
|
4
4
|
import "../../../chunk-6DWFJNIK.js";
|
|
5
|
-
import "../../../chunk-NXXDZ6ZF.js";
|
|
6
5
|
import "../../../chunk-BORNCTH3.js";
|
|
6
|
+
import "../../../chunk-NXXDZ6ZF.js";
|
|
7
7
|
import "../../../chunk-OKXZ63IA.js";
|
|
8
8
|
import "../../../chunk-4LH67P4U.js";
|
|
9
9
|
import "../../../chunk-E2BRT5IB.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BridgeOutboxDrainHook
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-M3TIZGIB.js";
|
|
4
4
|
import "../../../chunk-SGSWVNNB.js";
|
|
5
5
|
import "../../../chunk-6DWFJNIK.js";
|
|
6
|
-
import "../../../chunk-NXXDZ6ZF.js";
|
|
7
6
|
import "../../../chunk-BORNCTH3.js";
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-NXXDZ6ZF.js";
|
|
9
8
|
import "../../../chunk-ZPL74UQN.js";
|
|
10
9
|
import "../../../chunk-7P5ODGLA.js";
|
|
11
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-OKXZ63IA.js";
|
|
12
11
|
import "../../../chunk-Q6LRJ4VI.js";
|
|
12
|
+
import "../../../chunk-4LH67P4U.js";
|
|
13
13
|
import "../../../chunk-E2BRT5IB.js";
|
|
14
14
|
import "../../../chunk-H5NH7KPE.js";
|
|
15
15
|
import "../../../chunk-GYGNEQSC.js";
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BridgeModule
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-AODME4YK.js";
|
|
4
4
|
import "../../../chunk-5A432NZJ.js";
|
|
5
|
-
import "../../../chunk-LQXBQO72.js";
|
|
6
5
|
import "../../../chunk-5RT7JGKT.js";
|
|
7
6
|
import "../../../chunk-EDKJU5BO.js";
|
|
8
|
-
import "../../../chunk-SGSWVNNB.js";
|
|
9
7
|
import "../../../chunk-MVKW2BCR.js";
|
|
10
|
-
import "../../../chunk-6DWFJNIK.js";
|
|
11
8
|
import "../../../chunk-4DOJBQTP.js";
|
|
12
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-M3TIZGIB.js";
|
|
10
|
+
import "../../../chunk-SGSWVNNB.js";
|
|
11
|
+
import "../../../chunk-6DWFJNIK.js";
|
|
13
12
|
import "../../../chunk-BORNCTH3.js";
|
|
14
|
-
import "../../../chunk-
|
|
15
|
-
import "../../../chunk-
|
|
16
|
-
import "../../../chunk-
|
|
17
|
-
import "../../../chunk-
|
|
18
|
-
import "../../../chunk-QSJ3J4HE.js";
|
|
19
|
-
import "../../../chunk-L3LZWWSX.js";
|
|
13
|
+
import "../../../chunk-NXXDZ6ZF.js";
|
|
14
|
+
import "../../../chunk-SZYZ4SHF.js";
|
|
15
|
+
import "../../../chunk-P7EZCTIN.js";
|
|
16
|
+
import "../../../chunk-AJILKWGO.js";
|
|
20
17
|
import "../../../chunk-DV4RV2DC.js";
|
|
21
|
-
import "../../../chunk-
|
|
22
|
-
import "../../../chunk-
|
|
23
|
-
import "../../../chunk-CUSMC2KK.js";
|
|
24
|
-
import "../../../chunk-OKXZ63IA.js";
|
|
25
|
-
import "../../../chunk-FLYF76CU.js";
|
|
18
|
+
import "../../../chunk-MB5VVG4Z.js";
|
|
19
|
+
import "../../../chunk-DUMI2J5M.js";
|
|
26
20
|
import "../../../chunk-PNZSGAB2.js";
|
|
21
|
+
import "../../../chunk-VNBC3VXM.js";
|
|
22
|
+
import "../../../chunk-BHZP6LOV.js";
|
|
27
23
|
import "../../../chunk-SNQ3TOWP.js";
|
|
28
|
-
import "../../../chunk-ZPL74UQN.js";
|
|
29
24
|
import "../../../chunk-T4BIIU5E.js";
|
|
25
|
+
import "../../../chunk-L3LZWWSX.js";
|
|
26
|
+
import "../../../chunk-I6MVCB5A.js";
|
|
27
|
+
import "../../../chunk-RHVN6NA7.js";
|
|
28
|
+
import "../../../chunk-ZPL74UQN.js";
|
|
30
29
|
import "../../../chunk-7P5ODGLA.js";
|
|
31
|
-
import "../../../chunk-
|
|
30
|
+
import "../../../chunk-OKXZ63IA.js";
|
|
32
31
|
import "../../../chunk-Q6LRJ4VI.js";
|
|
32
|
+
import "../../../chunk-4LH67P4U.js";
|
|
33
33
|
import "../../../chunk-E2BRT5IB.js";
|
|
34
34
|
import "../../../chunk-H5NH7KPE.js";
|
|
35
35
|
import "../../../chunk-GYGNEQSC.js";
|