@geekmidas/constructs 6.0.0 → 7.0.0
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 +7 -0
- package/dist/{AWSScheduledFunction-CufMMhGB.mjs → AWSScheduledFunction-CODxw_vc.mjs} +2 -2
- package/dist/{AWSScheduledFunction-CufMMhGB.mjs.map → AWSScheduledFunction-CODxw_vc.mjs.map} +1 -1
- package/dist/{AWSScheduledFunction-1GYwJS7F.d.cts → AWSScheduledFunction-Dsee5_Eg.d.cts} +2 -2
- package/dist/{AWSScheduledFunction-1GYwJS7F.d.cts.map → AWSScheduledFunction-Dsee5_Eg.d.cts.map} +1 -1
- package/dist/{Construct-r0U2zBwW.mjs → Construct-DD8EaWzh.mjs} +2 -2
- package/dist/{Construct-r0U2zBwW.mjs.map → Construct-DD8EaWzh.mjs.map} +1 -1
- package/dist/{Endpoint-C3-ZyPSL.d.cts → Endpoint-qvLcgC3k.d.cts} +2 -2
- package/dist/{Endpoint-C3-ZyPSL.d.cts.map → Endpoint-qvLcgC3k.d.cts.map} +1 -1
- package/dist/{HonoEndpointAdaptor-DJDT3PMx.mjs → HonoEndpointAdaptor-BwfNyFCi.mjs} +2 -2
- package/dist/{HonoEndpointAdaptor-DJDT3PMx.mjs.map → HonoEndpointAdaptor-BwfNyFCi.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 +2 -2
- 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-B-qt91O7.mjs → functions-Bx9Ac0ea.mjs} +2 -2
- package/dist/{functions-B-qt91O7.mjs.map → functions-Bx9Ac0ea.mjs.map} +1 -1
- package/dist/{index-D-s9UrHd.d.cts → index-O5G0arWl.d.cts} +5 -5
- package/dist/{index-D-s9UrHd.d.cts.map → index-O5G0arWl.d.cts.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lazyAccessors-DfqZR6C4.mjs → lazyAccessors-DhOPJsRT.mjs} +3 -3
- package/dist/{lazyAccessors-DfqZR6C4.mjs.map → lazyAccessors-DhOPJsRT.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 +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../Construct-_1wX7p_Y.cjs";
|
|
2
|
-
import { Function } from "../index-
|
|
2
|
+
import { Function } from "../index-O5G0arWl.cjs";
|
|
3
3
|
import { HttpMethod } from "../types-BdAaYDvd.cjs";
|
|
4
|
-
import { Endpoint, EndpointSchemas } from "../Endpoint-
|
|
4
|
+
import { Endpoint, EndpointSchemas } from "../Endpoint-qvLcgC3k.cjs";
|
|
5
5
|
import { Queue } from "../Queue-DaxjwmOQ.cjs";
|
|
6
6
|
import { Subscriber } from "../Subscriber-B69ngPwl.cjs";
|
|
7
7
|
import { EventPublisher, ExtractPublisherMessage } from "@geekmidas/events";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../Construct-
|
|
2
|
-
import { FunctionBuilder } from "../functions-
|
|
1
|
+
import "../Construct-DD8EaWzh.mjs";
|
|
2
|
+
import { FunctionBuilder } from "../functions-Bx9Ac0ea.mjs";
|
|
3
3
|
import { publishConstructEvents, publishEvents } from "../publisher-BrFOF847.mjs";
|
|
4
|
-
import { Endpoint, ResponseBuilder, createCookieHeaderAccessor, createObjectHeaders } from "../lazyAccessors-
|
|
4
|
+
import { Endpoint, ResponseBuilder, createCookieHeaderAccessor, createObjectHeaders } from "../lazyAccessors-DhOPJsRT.mjs";
|
|
5
5
|
import { executeWithAuditTransaction } from "../processAudits-ySnizdMG.mjs";
|
|
6
|
-
import { HonoEndpoint } from "../HonoEndpointAdaptor-
|
|
6
|
+
import { HonoEndpoint } from "../HonoEndpointAdaptor-BwfNyFCi.mjs";
|
|
7
7
|
import { ForbiddenError } from "@geekmidas/errors";
|
|
8
8
|
import { ServiceDiscovery, runWithRequestContext } from "@geekmidas/services";
|
|
9
9
|
import { DefaultAuditor } from "@geekmidas/audit";
|
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-O5G0arWl.cjs";
|
|
3
|
+
import { AWSScheduledFunction, Cron, CronExpression, RateExpression, ScheduleExpression } from "../AWSScheduledFunction-Dsee5_Eg.cjs";
|
|
4
4
|
import { EventPublisher } from "@geekmidas/events";
|
|
5
|
-
import * as
|
|
5
|
+
import * as _geekmidas_logger7 from "@geekmidas/logger";
|
|
6
6
|
import { Logger } from "@geekmidas/logger";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _geekmidas_schema5 from "@geekmidas/schema";
|
|
8
8
|
import { ComposableStandardSchema } from "@geekmidas/schema";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _geekmidas_services6 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_schema5.ComposableStandardSchema, _geekmidas_services6.Service<string, unknown>[], _geekmidas_logger7.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-DD8EaWzh.mjs";
|
|
2
|
+
import { Function, FunctionBuilder, require_lodash } from "../functions-Bx9Ac0ea.mjs";
|
|
3
3
|
import "../publisher-BrFOF847.mjs";
|
|
4
|
-
import { AWSScheduledFunction } from "../AWSScheduledFunction-
|
|
4
|
+
import { AWSScheduledFunction } from "../AWSScheduledFunction-CODxw_vc.mjs";
|
|
5
5
|
import { ConsoleLogger } from "@geekmidas/logger/console";
|
|
6
6
|
|
|
7
7
|
//#region src/crons/Cron.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Construct } from "../Construct-_1wX7p_Y.cjs";
|
|
2
|
-
import { BaseFunctionBuilder } from "../index-
|
|
2
|
+
import { BaseFunctionBuilder } from "../index-O5G0arWl.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-qvLcgC3k.cjs";
|
|
5
5
|
import { EventPublisher, MappedEvent } from "@geekmidas/events";
|
|
6
6
|
import * as _geekmidas_logger3 from "@geekmidas/logger";
|
|
7
7
|
import { Logger } from "@geekmidas/logger";
|
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-DD8EaWzh.mjs";
|
|
2
|
+
import { BaseFunctionBuilder, require_lodash } from "../functions-Bx9Ac0ea.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-DhOPJsRT.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-O5G0arWl.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-DD8EaWzh.mjs";
|
|
2
|
+
import { BaseFunctionBuilder, Function, FunctionBuilder, f } from "../functions-Bx9Ac0ea.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-DD8EaWzh.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-Bx9Ac0ea.mjs.map
|