@geekmidas/constructs 7.0.0 → 7.0.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 +20 -0
- package/dist/{AWSScheduledFunction-Dsee5_Eg.d.cts → AWSScheduledFunction-CTIa90EH.d.cts} +2 -2
- package/dist/{AWSScheduledFunction-Dsee5_Eg.d.cts.map → AWSScheduledFunction-CTIa90EH.d.cts.map} +1 -1
- package/dist/{AWSScheduledFunction-CODxw_vc.mjs → AWSScheduledFunction-CufMMhGB.mjs} +2 -2
- package/dist/{AWSScheduledFunction-CODxw_vc.mjs.map → AWSScheduledFunction-CufMMhGB.mjs.map} +1 -1
- package/dist/{Construct-DD8EaWzh.mjs → Construct-r0U2zBwW.mjs} +2 -2
- package/dist/{Construct-DD8EaWzh.mjs.map → Construct-r0U2zBwW.mjs.map} +1 -1
- package/dist/{Endpoint-qvLcgC3k.d.cts → Endpoint-CAzNbDEt.d.cts} +2 -2
- package/dist/Endpoint-CAzNbDEt.d.cts.map +1 -0
- package/dist/{HonoEndpointAdaptor-BwfNyFCi.mjs → HonoEndpointAdaptor-DJDT3PMx.mjs} +2 -2
- package/dist/{HonoEndpointAdaptor-BwfNyFCi.mjs.map → HonoEndpointAdaptor-DJDT3PMx.mjs.map} +1 -1
- package/dist/adaptors/aws.d.cts +3 -3
- package/dist/adaptors/aws.mjs +4 -4
- package/dist/adaptors/hono.d.cts +2 -2
- package/dist/adaptors/hono.mjs +4 -4
- package/dist/adaptors/testing.d.cts +2 -2
- package/dist/adaptors/testing.mjs +4 -4
- package/dist/crons/index.d.cts +6 -6
- package/dist/crons/index.mjs +3 -3
- package/dist/endpoints/index.d.cts +4 -4
- package/dist/endpoints/index.mjs +3 -3
- package/dist/functions/index.d.cts +1 -1
- package/dist/functions/index.mjs +2 -2
- package/dist/{functions-Bx9Ac0ea.mjs → functions-B-qt91O7.mjs} +2 -2
- package/dist/{functions-Bx9Ac0ea.mjs.map → functions-B-qt91O7.mjs.map} +1 -1
- package/dist/{index-O5G0arWl.d.cts → index-BGeTScmi.d.cts} +5 -5
- package/dist/{index-O5G0arWl.d.cts.map → index-BGeTScmi.d.cts.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lazyAccessors-DhOPJsRT.mjs → lazyAccessors-DfqZR6C4.mjs} +3 -3
- package/dist/{lazyAccessors-DhOPJsRT.mjs.map → lazyAccessors-DfqZR6C4.mjs.map} +1 -1
- package/dist/queue/index.d.cts +2 -2
- package/dist/queue/index.d.cts.map +1 -1
- package/dist/queue/index.mjs +1 -1
- package/dist/subscribers/index.d.cts +2 -2
- package/dist/subscribers/index.mjs +1 -1
- package/dist/topic/index.mjs +1 -1
- package/package.json +22 -22
- package/dist/Endpoint-qvLcgC3k.d.cts.map +0 -1
package/dist/crons/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../Construct-_1wX7p_Y.cjs";
|
|
2
|
-
import { FunctionBuilder, FunctionHandler } from "../index-
|
|
3
|
-
import { AWSScheduledFunction, Cron, CronExpression, RateExpression, ScheduleExpression } from "../AWSScheduledFunction-
|
|
2
|
+
import { FunctionBuilder, FunctionHandler } from "../index-BGeTScmi.cjs";
|
|
3
|
+
import { AWSScheduledFunction, Cron, CronExpression, RateExpression, ScheduleExpression } from "../AWSScheduledFunction-CTIa90EH.cjs";
|
|
4
4
|
import { EventPublisher } from "@geekmidas/events";
|
|
5
|
-
import * as
|
|
5
|
+
import * as _geekmidas_logger9 from "@geekmidas/logger";
|
|
6
6
|
import { Logger } from "@geekmidas/logger";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _geekmidas_schema7 from "@geekmidas/schema";
|
|
8
8
|
import { ComposableStandardSchema } from "@geekmidas/schema";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _geekmidas_services8 from "@geekmidas/services";
|
|
10
10
|
import { Service } from "@geekmidas/services";
|
|
11
11
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
12
12
|
|
|
@@ -31,7 +31,7 @@ declare class CronBuilder<TInput extends ComposableStandardSchema, TServices ext
|
|
|
31
31
|
//# sourceMappingURL=CronBuilder.d.ts.map
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region src/crons/index.d.ts
|
|
34
|
-
declare const c: CronBuilder<
|
|
34
|
+
declare const c: CronBuilder<_geekmidas_schema7.ComposableStandardSchema, _geekmidas_services8.Service<string, unknown>[], _geekmidas_logger9.Logger, undefined, undefined, string, undefined, string>;
|
|
35
35
|
//# sourceMappingURL=index.d.ts.map
|
|
36
36
|
|
|
37
37
|
//#endregion
|
package/dist/crons/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ConstructType, __toESM } from "../Construct-
|
|
2
|
-
import { Function, FunctionBuilder, require_lodash } from "../functions-
|
|
1
|
+
import { ConstructType, __toESM } from "../Construct-r0U2zBwW.mjs";
|
|
2
|
+
import { Function, FunctionBuilder, require_lodash } from "../functions-B-qt91O7.mjs";
|
|
3
3
|
import "../publisher-BrFOF847.mjs";
|
|
4
|
-
import { AWSScheduledFunction } from "../AWSScheduledFunction-
|
|
4
|
+
import { AWSScheduledFunction } from "../AWSScheduledFunction-CufMMhGB.mjs";
|
|
5
5
|
import { ConsoleLogger } from "@geekmidas/logger/console";
|
|
6
6
|
|
|
7
7
|
//#region src/crons/Cron.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Construct } from "../Construct-_1wX7p_Y.cjs";
|
|
2
|
-
import { BaseFunctionBuilder } from "../index-
|
|
2
|
+
import { BaseFunctionBuilder } from "../index-BGeTScmi.cjs";
|
|
3
3
|
import { HttpMethod } from "../types-BdAaYDvd.cjs";
|
|
4
|
-
import { ActorExtractor, AuthorizeFn, Authorizer, BUILT_IN_SECURITY_SCHEMES, BuiltInSecuritySchemeId, CookieFn, Endpoint, EndpointContext, EndpointHandler, EndpointOutput, EndpointSchemas, HeaderFn, MappedAudit, OAuthFlow, OAuthFlows, RLS_BYPASS, ResponseBuilder, RlsBypass, RlsConfig, RlsContext, RlsContextExtractor, SecurityScheme, SessionFn, SuccessStatus, createAuthorizer, getSecurityScheme, isBuiltInSecurityScheme } from "../Endpoint-
|
|
4
|
+
import { ActorExtractor, AuthorizeFn, Authorizer, BUILT_IN_SECURITY_SCHEMES, BuiltInSecuritySchemeId, CookieFn, Endpoint, EndpointContext, EndpointHandler, EndpointOutput, EndpointSchemas, HeaderFn, MappedAudit, OAuthFlow, OAuthFlows, RLS_BYPASS, ResponseBuilder, RlsBypass, RlsConfig, RlsContext, RlsContextExtractor, SecurityScheme, SessionFn, SuccessStatus, createAuthorizer, getSecurityScheme, isBuiltInSecurityScheme } from "../Endpoint-CAzNbDEt.cjs";
|
|
5
5
|
import { EventPublisher, MappedEvent } from "@geekmidas/events";
|
|
6
|
-
import * as
|
|
6
|
+
import * as _geekmidas_logger0 from "@geekmidas/logger";
|
|
7
7
|
import { Logger } from "@geekmidas/logger";
|
|
8
8
|
import { InferStandardSchema } from "@geekmidas/schema";
|
|
9
9
|
import { Service, ServiceDiscovery } from "@geekmidas/services";
|
|
@@ -335,7 +335,7 @@ declare function createNoopCookies(): CookieFn;
|
|
|
335
335
|
//# sourceMappingURL=lazyAccessors.d.ts.map
|
|
336
336
|
//#endregion
|
|
337
337
|
//#region src/endpoints/index.d.ts
|
|
338
|
-
declare const e: EndpointFactory<[], "",
|
|
338
|
+
declare const e: EndpointFactory<[], "", _geekmidas_logger0.Logger, unknown, undefined, string, readonly string[], undefined, string, never, undefined, string, Record<string, SecurityScheme>, undefined>;
|
|
339
339
|
//# sourceMappingURL=index.d.ts.map
|
|
340
340
|
|
|
341
341
|
//#endregion
|
package/dist/endpoints/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ConstructType, __toESM } from "../Construct-
|
|
2
|
-
import { BaseFunctionBuilder, require_lodash } from "../functions-
|
|
1
|
+
import { ConstructType, __toESM } from "../Construct-r0U2zBwW.mjs";
|
|
2
|
+
import { BaseFunctionBuilder, require_lodash } from "../functions-B-qt91O7.mjs";
|
|
3
3
|
import { publishConstructEvents } from "../publisher-BrFOF847.mjs";
|
|
4
|
-
import { Endpoint, ResponseBuilder, createApiGatewayCookies, createApiGatewayHeaders, createHonoCookies, createHonoHeaders, createNoopCookies, createNoopHeaders } from "../lazyAccessors-
|
|
4
|
+
import { Endpoint, ResponseBuilder, createApiGatewayCookies, createApiGatewayHeaders, createHonoCookies, createHonoHeaders, createNoopCookies, createNoopHeaders } from "../lazyAccessors-DfqZR6C4.mjs";
|
|
5
5
|
import { ConsoleLogger } from "@geekmidas/logger/console";
|
|
6
6
|
|
|
7
7
|
//#region src/endpoints/Authorizer.ts
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../Construct-_1wX7p_Y.cjs";
|
|
2
|
-
import { BaseFunctionBuilder, Function, FunctionBuilder, FunctionContext, FunctionHandler, f } from "../index-
|
|
2
|
+
import { BaseFunctionBuilder, Function, FunctionBuilder, FunctionContext, FunctionHandler, f } from "../index-BGeTScmi.cjs";
|
|
3
3
|
export { BaseFunctionBuilder, Function, FunctionBuilder, FunctionContext, FunctionHandler, f };
|
package/dist/functions/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../Construct-
|
|
2
|
-
import { BaseFunctionBuilder, Function, FunctionBuilder, f } from "../functions-
|
|
1
|
+
import "../Construct-r0U2zBwW.mjs";
|
|
2
|
+
import { BaseFunctionBuilder, Function, FunctionBuilder, f } from "../functions-B-qt91O7.mjs";
|
|
3
3
|
|
|
4
4
|
export { BaseFunctionBuilder, Function, FunctionBuilder, f };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Construct, ConstructType, __commonJS, __toESM } from "./Construct-
|
|
1
|
+
import { Construct, ConstructType, __commonJS, __toESM } from "./Construct-r0U2zBwW.mjs";
|
|
2
2
|
import { UnprocessableEntityError } from "@geekmidas/errors";
|
|
3
3
|
import { ConsoleLogger } from "@geekmidas/logger/console";
|
|
4
4
|
import { parseSchema } from "@geekmidas/schema/parser";
|
|
@@ -2861,4 +2861,4 @@ const f = new FunctionBuilder();
|
|
|
2861
2861
|
|
|
2862
2862
|
//#endregion
|
|
2863
2863
|
export { BaseFunctionBuilder, Function$1 as Function, FunctionBuilder, f, require_lodash$1 as require_lodash };
|
|
2864
|
-
//# sourceMappingURL=functions-
|
|
2864
|
+
//# sourceMappingURL=functions-B-qt91O7.mjs.map
|