@geekmidas/constructs 10.0.0-alpha.2 → 10.0.0-alpha.3
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/queue/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../Construct-C0ijr2qp.cjs";
|
|
2
2
|
import { Consumable, ServicesOf } from "../construct-interface-D9d4Gm4p.cjs";
|
|
3
3
|
import { Queue, QueueContext, QueueHandler, QueueMessage } from "../Queue-D7ZuwBhy.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _geekmidas_logger24 from "@geekmidas/logger";
|
|
5
5
|
import { Logger } from "@geekmidas/logger";
|
|
6
6
|
import { Service } from "@geekmidas/services";
|
|
7
7
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
@@ -52,7 +52,7 @@ declare class QueueBuilder<TName extends string = string, TMessage extends Stand
|
|
|
52
52
|
//# sourceMappingURL=QueueBuilder.d.ts.map
|
|
53
53
|
//#endregion
|
|
54
54
|
//#region src/queue/index.d.ts
|
|
55
|
-
declare const q: QueueBuilder<string, undefined, [],
|
|
55
|
+
declare const q: QueueBuilder<string, undefined, [], _geekmidas_logger24.Logger>;
|
|
56
56
|
//# sourceMappingURL=index.d.ts.map
|
|
57
57
|
|
|
58
58
|
//#endregion
|
package/dist/queue/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import "../Construct-Ct8nalEi.mjs";
|
|
|
2
2
|
import { Consumable, ServicesOf } from "../construct-interface-g5GM5pwR.mjs";
|
|
3
3
|
import { Queue, QueueContext, QueueHandler, QueueMessage } from "../Queue-gVGfi2Yk.mjs";
|
|
4
4
|
import { Service } from "@geekmidas/services";
|
|
5
|
-
import * as
|
|
5
|
+
import * as _geekmidas_logger26 from "@geekmidas/logger";
|
|
6
6
|
import { Logger } from "@geekmidas/logger";
|
|
7
7
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
8
8
|
|
|
@@ -52,7 +52,7 @@ declare class QueueBuilder<TName extends string = string, TMessage extends Stand
|
|
|
52
52
|
//# sourceMappingURL=QueueBuilder.d.ts.map
|
|
53
53
|
//#endregion
|
|
54
54
|
//#region src/queue/index.d.ts
|
|
55
|
-
declare const q: QueueBuilder<string, undefined, [],
|
|
55
|
+
declare const q: QueueBuilder<string, undefined, [], _geekmidas_logger26.Logger>;
|
|
56
56
|
//# sourceMappingURL=index.d.ts.map
|
|
57
57
|
|
|
58
58
|
//#endregion
|
|
@@ -3,10 +3,10 @@ import "../construct-interface-D9d4Gm4p.cjs";
|
|
|
3
3
|
import { Subscriber } from "../Subscriber-2mEi0ImH.cjs";
|
|
4
4
|
import "../Topic-19QeHBIR.cjs";
|
|
5
5
|
import { SubscriberBuilder } from "../SubscriberBuilder-waNhzjSM.cjs";
|
|
6
|
-
import * as
|
|
6
|
+
import * as _geekmidas_logger25 from "@geekmidas/logger";
|
|
7
7
|
|
|
8
8
|
//#region src/subscribers/index.d.ts
|
|
9
|
-
declare const s: SubscriberBuilder<[],
|
|
9
|
+
declare const s: SubscriberBuilder<[], _geekmidas_logger25.Logger, undefined, undefined, string, []>;
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
11
11
|
|
|
12
12
|
//#endregion
|
|
@@ -3,10 +3,10 @@ import "../construct-interface-g5GM5pwR.mjs";
|
|
|
3
3
|
import { Subscriber } from "../Subscriber-xTJ9ayPN.mjs";
|
|
4
4
|
import "../Topic-DuFeqkBh.mjs";
|
|
5
5
|
import { SubscriberBuilder } from "../SubscriberBuilder-Dptmo-1A.mjs";
|
|
6
|
-
import * as
|
|
6
|
+
import * as _geekmidas_logger24 from "@geekmidas/logger";
|
|
7
7
|
|
|
8
8
|
//#region src/subscribers/index.d.ts
|
|
9
|
-
declare const s: SubscriberBuilder<[],
|
|
9
|
+
declare const s: SubscriberBuilder<[], _geekmidas_logger24.Logger, undefined, undefined, string, []>;
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
11
11
|
|
|
12
12
|
//#endregion
|
package/dist/worker.d.mts
CHANGED
|
@@ -8,10 +8,10 @@ import "./Topic-DuFeqkBh.mjs";
|
|
|
8
8
|
import { SubscriberBuilder } from "./SubscriberBuilder-Dptmo-1A.mjs";
|
|
9
9
|
import { AppSpec, ConstructName, Declaration, Dependency } from "@geekmidas/manifest";
|
|
10
10
|
import { EnvironmentParser } from "@geekmidas/envkit";
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
11
|
+
import * as _geekmidas_services1 from "@geekmidas/services";
|
|
12
|
+
import * as _geekmidas_audit3 from "@geekmidas/audit";
|
|
13
13
|
import { Logger } from "@geekmidas/logger";
|
|
14
|
-
import * as
|
|
14
|
+
import * as _geekmidas_schema0 from "@geekmidas/schema";
|
|
15
15
|
|
|
16
16
|
//#region src/worker.d.ts
|
|
17
17
|
|
|
@@ -59,7 +59,7 @@ declare class Worker<TName extends string = string> implements Declarable<TName>
|
|
|
59
59
|
* thing that runs it, so a cron file opens with the schedule rather than
|
|
60
60
|
* with an import of a logger it has to know the path to.
|
|
61
61
|
*/
|
|
62
|
-
get crons(): CronBuilder<
|
|
62
|
+
get crons(): CronBuilder<_geekmidas_schema0.ComposableStandardSchema, _geekmidas_services1.Service<string, unknown>[], Logger, undefined, undefined, string, undefined, string>;
|
|
63
63
|
/**
|
|
64
64
|
* This worker's subscriber factory, carrying its logger.
|
|
65
65
|
*
|
|
@@ -68,13 +68,13 @@ declare class Worker<TName extends string = string> implements Declarable<TName>
|
|
|
68
68
|
*/
|
|
69
69
|
get subscribers(): SubscriberBuilder<[], Logger, undefined, undefined, string, []>;
|
|
70
70
|
/** This worker's function factory, carrying its logger. */
|
|
71
|
-
get functions(): FunctionBuilder<
|
|
71
|
+
get functions(): FunctionBuilder<_geekmidas_schema0.ComposableStandardSchema, undefined, [], Logger, undefined, string, undefined, string, undefined, string, _geekmidas_audit3.AuditableAction<string, unknown>>;
|
|
72
72
|
/**
|
|
73
73
|
* Sugar for the common case, the way `api.get()` is for `api.endpoints`.
|
|
74
74
|
*
|
|
75
75
|
* @example `worker.cron('rate(1 day)').handle(async ({ logger }) => { … })`
|
|
76
76
|
*/
|
|
77
|
-
cron(schedule: ScheduleExpression): CronBuilder<
|
|
77
|
+
cron(schedule: ScheduleExpression): CronBuilder<_geekmidas_schema0.ComposableStandardSchema, _geekmidas_services1.Service<string, unknown>[], Logger, undefined, undefined, string, undefined, string>;
|
|
78
78
|
/**
|
|
79
79
|
* Resources and surfaces this worker calls.
|
|
80
80
|
*
|
package/dist/worker.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"worker.d.mts","names":[],"sources":["../src/worker.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;AA2IkC,UAtFjB,YAAA,CAsFiB;EAAA;;;;;;;EA2BX,GArFX,CAAA,EApBL,OAoBK;EAAU;;;;;;;;WAXZ;;;;;;;cAOG;;cAGA,iDACD,WAAW;;;;eAET;;mBAGI;;sBAGG;kBAGf,cAAc,iBACO;0BAEe;;;;;;;;eAoBhC,YApB0C,
|
|
1
|
+
{"version":3,"file":"worker.d.mts","names":[],"sources":["../src/worker.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;AA2IkC,UAtFjB,YAAA,CAsFiB;EAAA;;;;;;;EA2BX,GArFX,CAAA,EApBL,OAoBK;EAAU;;;;;;;;WAXZ;;;;;;;cAOG;;cAGA,iDACD,WAAW;;;;eAET;;mBAGI;;sBAGG;kBAGf,cAAc,iBACO;0BAEe;;;;;;;;eAoBhC,YApB0C,kBAAA,CAoB1C,wBAAA,EAAA,oBAAA,CAAA,4BAAA;;;;;;;qBAUM,sBAAA;;mBAKF,gBALE,kBAAA,CAKF,wBAAA,iBAAA,iEAAA,iBAAA,CAAA;;;;;;iBASE,qBAAkB,YAAA,kBAAA,CAAA,wBAAA,EAAA,oBAAA,CAAA,4BAAA;;;;;;;6BAUN,eAAe,OAAO;;;;;;aAiBtC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geekmidas/constructs",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -245,13 +245,13 @@
|
|
|
245
245
|
"lodash.uniqby": "~4.7.0",
|
|
246
246
|
"openapi-types": "~12.1.3",
|
|
247
247
|
"qs": "~6.15.0",
|
|
248
|
-
"@geekmidas/envkit": "^10.0.0-alpha.
|
|
249
|
-
"@geekmidas/errors": "^10.0.0-alpha.
|
|
250
|
-
"@geekmidas/events": "^10.0.0-alpha.
|
|
251
|
-
"@geekmidas/logger": "^10.0.0-alpha.
|
|
252
|
-
"@geekmidas/manifest": "^10.0.0-alpha.
|
|
253
|
-
"@geekmidas/schema": "^10.0.0-alpha.
|
|
254
|
-
"@geekmidas/services": "^10.0.0-alpha.
|
|
248
|
+
"@geekmidas/envkit": "^10.0.0-alpha.3",
|
|
249
|
+
"@geekmidas/errors": "^10.0.0-alpha.3",
|
|
250
|
+
"@geekmidas/events": "^10.0.0-alpha.3",
|
|
251
|
+
"@geekmidas/logger": "^10.0.0-alpha.3",
|
|
252
|
+
"@geekmidas/manifest": "^10.0.0-alpha.3",
|
|
253
|
+
"@geekmidas/schema": "^10.0.0-alpha.3",
|
|
254
|
+
"@geekmidas/services": "^10.0.0-alpha.3"
|
|
255
255
|
},
|
|
256
256
|
"devDependencies": {
|
|
257
257
|
"@types/lodash.compact": "~3.0.9",
|
|
@@ -266,20 +266,20 @@
|
|
|
266
266
|
"msw": "~2.10.3",
|
|
267
267
|
"pg": "~8.16.3",
|
|
268
268
|
"zod": "~4.1.13",
|
|
269
|
-
"@geekmidas/audit": "^10.0.0-alpha.
|
|
270
|
-
"@geekmidas/auth": "10.0.0-alpha.
|
|
271
|
-
"@geekmidas/cache": "^10.0.0-alpha.
|
|
272
|
-
"@geekmidas/db": "^10.0.0-alpha.
|
|
273
|
-
"@geekmidas/emailkit": "^10.0.0-alpha.
|
|
274
|
-
"@geekmidas/envkit": "^10.0.0-alpha.
|
|
275
|
-
"@geekmidas/errors": "^10.0.0-alpha.
|
|
276
|
-
"@geekmidas/events": "^10.0.0-alpha.
|
|
277
|
-
"@geekmidas/logger": "^10.0.0-alpha.
|
|
278
|
-
"@geekmidas/rate-limit": "^10.0.0-alpha.
|
|
279
|
-
"@geekmidas/schema": "^10.0.0-alpha.
|
|
280
|
-
"@geekmidas/services": "^10.0.0-alpha.
|
|
281
|
-
"@geekmidas/telescope": "10.0.0-alpha.
|
|
282
|
-
"@geekmidas/testkit": "^10.0.0-alpha.
|
|
269
|
+
"@geekmidas/audit": "^10.0.0-alpha.3",
|
|
270
|
+
"@geekmidas/auth": "10.0.0-alpha.3",
|
|
271
|
+
"@geekmidas/cache": "^10.0.0-alpha.3",
|
|
272
|
+
"@geekmidas/db": "^10.0.0-alpha.3",
|
|
273
|
+
"@geekmidas/emailkit": "^10.0.0-alpha.3",
|
|
274
|
+
"@geekmidas/envkit": "^10.0.0-alpha.3",
|
|
275
|
+
"@geekmidas/errors": "^10.0.0-alpha.3",
|
|
276
|
+
"@geekmidas/events": "^10.0.0-alpha.3",
|
|
277
|
+
"@geekmidas/logger": "^10.0.0-alpha.3",
|
|
278
|
+
"@geekmidas/rate-limit": "^10.0.0-alpha.3",
|
|
279
|
+
"@geekmidas/schema": "^10.0.0-alpha.3",
|
|
280
|
+
"@geekmidas/services": "^10.0.0-alpha.3",
|
|
281
|
+
"@geekmidas/telescope": "10.0.0-alpha.3",
|
|
282
|
+
"@geekmidas/testkit": "^10.0.0-alpha.3"
|
|
283
283
|
},
|
|
284
284
|
"peerDependencies": {
|
|
285
285
|
"@middy/core": ">=6.3.1",
|
|
@@ -289,14 +289,14 @@
|
|
|
289
289
|
"kysely": ">=0.28.2 <0.30.0",
|
|
290
290
|
"msw": ">=2.0.0",
|
|
291
291
|
"pg": "~8.16.3",
|
|
292
|
-
"@geekmidas/audit": "^10.0.0-alpha.
|
|
293
|
-
"@geekmidas/auth": "10.0.0-alpha.
|
|
294
|
-
"@geekmidas/cache": "^10.0.0-alpha.
|
|
295
|
-
"@geekmidas/db": "^10.0.0-alpha.
|
|
296
|
-
"@geekmidas/emailkit": "^10.0.0-alpha.
|
|
297
|
-
"@geekmidas/rate-limit": "^10.0.0-alpha.
|
|
298
|
-
"@geekmidas/storage": "^10.0.0-alpha.
|
|
299
|
-
"@geekmidas/telescope": "10.0.0-alpha.
|
|
292
|
+
"@geekmidas/audit": "^10.0.0-alpha.3",
|
|
293
|
+
"@geekmidas/auth": "10.0.0-alpha.3",
|
|
294
|
+
"@geekmidas/cache": "^10.0.0-alpha.3",
|
|
295
|
+
"@geekmidas/db": "^10.0.0-alpha.3",
|
|
296
|
+
"@geekmidas/emailkit": "^10.0.0-alpha.3",
|
|
297
|
+
"@geekmidas/rate-limit": "^10.0.0-alpha.3",
|
|
298
|
+
"@geekmidas/storage": "^10.0.0-alpha.3",
|
|
299
|
+
"@geekmidas/telescope": "10.0.0-alpha.3"
|
|
300
300
|
},
|
|
301
301
|
"peerDependenciesMeta": {
|
|
302
302
|
"@geekmidas/audit": {
|