@novu/framework 2.8.0 → 2.9.0-nightly.20251202.474f9cfa96
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/cjs/{index-DMh2JJ5c.d.cts → index-S0QKfWxm.d.cts} +13 -2
- package/dist/cjs/index.cjs +33 -33
- package/dist/cjs/index.d.cts +1 -1
- package/dist/cjs/servers/express.cjs +32 -32
- package/dist/cjs/servers/express.d.cts +2 -2
- package/dist/cjs/servers/h3.cjs +28 -28
- package/dist/cjs/servers/h3.d.cts +2 -2
- package/dist/cjs/servers/lambda.cjs +56 -56
- package/dist/cjs/servers/lambda.d.cts +2 -2
- package/dist/cjs/servers/nest.cjs +63 -63
- package/dist/cjs/servers/nest.d.cts +2 -2
- package/dist/cjs/servers/next.cjs +30 -30
- package/dist/cjs/servers/next.d.cts +2 -2
- package/dist/cjs/servers/nuxt.cjs +28 -28
- package/dist/cjs/servers/nuxt.d.cts +2 -2
- package/dist/cjs/servers/remix.cjs +32 -32
- package/dist/cjs/servers/remix.d.cts +2 -2
- package/dist/cjs/servers/sveltekit.cjs +28 -28
- package/dist/cjs/servers/sveltekit.d.cts +2 -2
- package/dist/esm/{chunk-BEJRLOTZ.js → chunk-3VXCWACY.js} +55 -55
- package/dist/esm/{index-DnpUToB5.d.ts → index-CmEcpAEO.d.ts} +13 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/servers/express.d.ts +2 -2
- package/dist/esm/servers/express.js +1 -1
- package/dist/esm/servers/h3.d.ts +2 -2
- package/dist/esm/servers/h3.js +1 -1
- package/dist/esm/servers/lambda.d.ts +2 -2
- package/dist/esm/servers/lambda.js +1 -1
- package/dist/esm/servers/nest.d.ts +2 -2
- package/dist/esm/servers/nest.js +1 -1
- package/dist/esm/servers/next.d.ts +2 -2
- package/dist/esm/servers/next.js +1 -1
- package/dist/esm/servers/nuxt.d.ts +2 -2
- package/dist/esm/servers/nuxt.js +1 -1
- package/dist/esm/servers/remix.d.ts +2 -2
- package/dist/esm/servers/remix.js +1 -1
- package/dist/esm/servers/sveltekit.d.ts +2 -2
- package/dist/esm/servers/sveltekit.js +1 -1
- package/package.json +1 -1
|
@@ -49,10 +49,21 @@ declare class Client {
|
|
|
49
49
|
private executeStep;
|
|
50
50
|
private compileControls;
|
|
51
51
|
/**
|
|
52
|
-
* Preprocesses translation patterns
|
|
53
|
-
* Transforms {{t.key}} to
|
|
52
|
+
* Preprocesses standalone translation patterns.
|
|
53
|
+
* Transforms {{t.key}} to [T:key] placeholder (not Liquid syntax, passes through unchanged).
|
|
54
54
|
*/
|
|
55
55
|
private preprocessTranslationPatterns;
|
|
56
|
+
/**
|
|
57
|
+
* Preprocesses translation keys used as filter arguments.
|
|
58
|
+
* Transforms 't.key' to '[T:key]' placeholder (not Liquid syntax, passes through unchanged).
|
|
59
|
+
* Example: pluralize: 't.apple', 't.apples' → pluralize: '[T:apple]', '[T:apples]'
|
|
60
|
+
*/
|
|
61
|
+
private preprocessFilterTranslationArgs;
|
|
62
|
+
/**
|
|
63
|
+
* Post-processes placeholders back to translation markers after Liquid render.
|
|
64
|
+
* Transforms [T:key] back to {{t.key}} for the translation service.
|
|
65
|
+
*/
|
|
66
|
+
private postprocessTranslationMarkers;
|
|
56
67
|
/**
|
|
57
68
|
* Create the controls for a step, taking both the event controls and the default controls into account
|
|
58
69
|
*
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Client, N as NovuRequestHandler, S as ServeHandlerOptions, w as workflow } from './index-
|
|
1
|
+
export { C as Client, N as NovuRequestHandler, S as ServeHandlerOptions, w as workflow } from './index-CmEcpAEO.js';
|
|
2
2
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from './health-check.types-D_KcRiM_.js';
|
|
3
3
|
import 'json-schema-to-ts';
|
|
4
4
|
import 'zod';
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b,c,d as f}from"./chunk-
|
|
1
|
+
import{b,c,d as f}from"./chunk-3VXCWACY.js";import{h as a,ja as d,ra as e}from"./chunk-YLCZR2QR.js";export{b as Client,a as CronExpression,c as NovuRequestHandler,e as SeverityLevelEnum,d as providerSchemas,f as workflow};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
2
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
1
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
2
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
3
3
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
4
4
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
5
5
|
import 'json-schema-to-ts';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as h,c as a,d as f}from"../chunk-
|
|
1
|
+
import{b as h,c as a,d as f}from"../chunk-3VXCWACY.js";import{h as y,ja as c,ra as m}from"../chunk-YLCZR2QR.js";var l="express",w=p=>new a({frameworkName:l,...p,handler:(t,o)=>({body:()=>t.body,headers:e=>{let r=t.headers[e];return Array.isArray(r)?r[0]:r},method:()=>t.method||"GET",url:()=>{let e=t.headers.host||"",r=e!=null&&e.includes("://")?"":`${t.protocol||"https"}://`;return new URL(t.originalUrl||t.url||"",`${r}${e||""}`)},queryString:e=>{let r=t.query[e];return Array.isArray(r)?r[0]:r},transformResponse:({body:e,headers:r,status:s})=>(Object.entries(r).forEach(([n,d])=>{o.setHeader(n,d)}),o.status(s).send(e))})}).createHandler();export{h as Client,y as CronExpression,a as NovuRequestHandler,m as SeverityLevelEnum,l as frameworkName,c as providerSchemas,w as serve,f as workflow};
|
package/dist/esm/servers/h3.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as h3 from 'h3';
|
|
2
2
|
import { H3Event } from 'h3';
|
|
3
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
4
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
3
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
4
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
5
5
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
6
6
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
7
7
|
import 'json-schema-to-ts';
|
package/dist/esm/servers/h3.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as y,c as t,d as i}from"../chunk-
|
|
1
|
+
import{b as y,c as t,d as i}from"../chunk-3VXCWACY.js";import{h as l,ja as H,ra as S}from"../chunk-YLCZR2QR.js";import{getHeader as o,getQuery as a,readBody as p,send as n,setHeaders as m}from"h3";var h="h3",N=d=>new t({frameworkName:h,...d,handler:r=>({body:()=>p(r),headers:e=>o(r,e),method:()=>r.method,url:()=>new URL(String(r.path),`${process.env.NODE_ENV==="development"?"http":"https"}://${String(o(r,"host"))}`),queryString:e=>String(a(r)[e]),transformResponse:e=>{let{res:s}=r.node;return s.statusCode=e.status,m(r,e.headers),n(r,e.body)}})}).createHandler();export{y as Client,l as CronExpression,t as NovuRequestHandler,S as SeverityLevelEnum,h as frameworkName,H as providerSchemas,N as serve,i as workflow};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as aws_lambda from 'aws-lambda';
|
|
2
2
|
import { APIGatewayProxyEventV2, APIGatewayProxyResult } from 'aws-lambda';
|
|
3
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
4
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
3
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
4
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
5
5
|
import { E as Either } from '../health-check.types-D_KcRiM_.js';
|
|
6
6
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
7
7
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as u,c as n,d as i}from"../chunk-
|
|
1
|
+
import{b as u,c as n,d as i}from"../chunk-3VXCWACY.js";import{h as m,ja as P,ra as h}from"../chunk-YLCZR2QR.js";var p="lambda",l=y=>new n({frameworkName:p,...y,handler:r=>{let s=(e=>e.version==="2.0")(r);return{url:()=>{let e=s?r.requestContext.http.path:r.path,t=r.headers["x-forwarded-proto"]||"https",a=new URL(e,`${t}://${r.headers.host||r.headers.Host||""}`);for(let o in r.queryStringParameters)o&&a.searchParams.set(o,r.queryStringParameters[o]);return a},body:()=>{let e="{}";return r.body&&(e=r.isBase64Encoded?Buffer.from(r.body,"base64").toString():r.body),JSON.parse(e)},headers:e=>r.headers[e],queryString:e=>{var t;return(t=r.queryStringParameters)==null?void 0:t[e]},transformResponse:({body:e,status:t,headers:a})=>Promise.resolve({body:e,statusCode:t,headers:a}),method:()=>s?r.requestContext.http.method:r.httpMethod}}}).createHandler();export{u as Client,m as CronExpression,n as NovuRequestHandler,h as SeverityLevelEnum,p as frameworkName,P as providerSchemas,l as serve,i as workflow};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as INovuRequestHandlerOptions, N as NovuRequestHandler, S as ServeHandlerOptions, C as Client } from '../index-
|
|
2
|
-
export { w as workflow } from '../index-
|
|
1
|
+
import { I as INovuRequestHandlerOptions, N as NovuRequestHandler, S as ServeHandlerOptions, C as Client } from '../index-CmEcpAEO.js';
|
|
2
|
+
export { w as workflow } from '../index-CmEcpAEO.js';
|
|
3
3
|
import { E as Either, W as Workflow } from '../health-check.types-D_KcRiM_.js';
|
|
4
4
|
export { C as CronExpression, S as SeverityLevelEnum, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
5
5
|
import { Request, Response } from 'express';
|
package/dist/esm/servers/nest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as g,c as y,d as j}from"../chunk-
|
|
1
|
+
import{b as g,c as y,d as j}from"../chunk-3VXCWACY.js";import{a,b as n,h as V,ja as G,ra as U}from"../chunk-YLCZR2QR.js";import{Inject as R,Injectable as E}from"@nestjs/common";import{ConfigurableModuleBuilder as x}from"@nestjs/common";var{ConfigurableModuleClass:d,MODULE_OPTIONS_TOKEN:m,OPTIONS_TYPE:D,ASYNC_OPTIONS_TYPE:F}=new x().setClassMethodName("register").setFactoryMethodName("createNovuModuleOptions").setExtras(l=>({...l,isGlobal:!0})).build();var P="REGISTER_API_PATH";import{Injectable as I}from"@nestjs/common";var i=class{handler(e,r){return{body:()=>e.body,headers:t=>{let p=e.headers[t.toLowerCase()];return Array.isArray(p)?p[0]:p},method:()=>e.method||"GET",queryString:t=>{let p=e.query[t];return Array.isArray(p)?p[0]:p},url:()=>{let t=e.headers.host||"",p=t!=null&&t.includes("://")?"":`${e.protocol||"https"}://`;return new URL(e.originalUrl||e.url||"",`${p}${t||""}`)},transformResponse:({body:t,headers:p,status:T})=>(Object.entries(p).forEach(([N,S])=>{r.setHeader(N,S)}),r.status(T).send(t))}}};i=a([I()],i);var _="nest",u=class{constructor(e,r){this.options=e;this.novuHandler=r;this.novuRequestHandler=new y({frameworkName:_,...this.options,handler:this.novuHandler.handler})}async handleRequest(e,r){await this.novuRequestHandler.createHandler()(e,r)}};u=a([E(),n(0,R(m)),n(1,R(i))],u);import{Controller as A,Get as H,Inject as q,Options as b,Post as w,Req as f,Res as O}from"@nestjs/common";var s=class{constructor(e){this.novuService=e}async handleGet(e,r){await this.novuService.handleRequest(e,r)}async handlePost(e,r){await this.novuService.handleRequest(e,r)}async handleOptions(e,r){await this.novuService.handleRequest(e,r)}};a([H(),n(0,f()),n(1,O())],s.prototype,"handleGet",1),a([w(),n(0,f()),n(1,O())],s.prototype,"handlePost",1),a([b(),n(0,f()),n(1,O())],s.prototype,"handleOptions",1),s=a([A(),n(0,q(u))],s);import{Module as Y}from"@nestjs/common";import{PATH_METADATA as M}from"@nestjs/common/constants";var h={provide:P,useFactory:l=>{if(!l.apiPath)throw new Error("`apiPath` must be provided to set the controller path");Reflect.defineMetadata(M,l.apiPath,s)},inject:[m]};function v(l,e=[]){return e.reduce((r,o)=>o(r),l)}var c=class extends d{static register(e,r){var t;let o=d.register(e);return o.controllers=[v(s,e.controllerDecorators||[])],(t=o.providers)==null||t.push(h,u,i,...r||[]),o.exports=[u,i],o}static registerAsync(e,r){var t;let o=d.registerAsync(e);return o.controllers=[s],(t=o.providers)==null||t.push(h,u,i,...r||[]),o.exports=[u,i],o}};c=a([Y({})],c);export{g as Client,V as CronExpression,m as NOVU_OPTIONS,u as NovuClient,s as NovuController,i as NovuHandler,c as NovuModule,y as NovuRequestHandler,P as REGISTER_API_PATH,U as SeverityLevelEnum,_ as frameworkName,G as providerSchemas,h as registerApiPath,j as workflow};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NextRequest } from 'next/server';
|
|
2
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
3
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
2
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
3
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
4
4
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
5
5
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
6
6
|
import 'json-schema-to-ts';
|
package/dist/esm/servers/next.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as l,b as x,c,d as T}from"../chunk-
|
|
1
|
+
import{a as l,b as x,c,d as T}from"../chunk-3VXCWACY.js";import{h as O,ja as q,ra as S}from"../chunk-YLCZR2QR.js";var m="next",N=o=>typeof o=="object"&&o!==null&&typeof o.setHeader=="function"&&typeof o.status=="function"&&typeof o.send=="function",A=o=>{let p=new c({frameworkName:m,...o,handler:(h,R,d)=>{let n=R,i=e=>{let t=typeof n.headers.get=="function"?n.headers.get(e):n.headers[e];return Array.isArray(t)?t[0]:t};return{body:()=>typeof n.json=="function"?n.json():n.body,headers:i,method:()=>h||n.method||"",queryString:(e,t)=>{var a;let r=((a=n.query)==null?void 0:a[e])||t.searchParams.get(e);return Array.isArray(r)?r[0]:r},url:()=>{let e;try{e=new URL(n.url)}catch{}if(e){let s=i("host");if(s){let u=new URL(s.includes("://")?s:`${e.protocol}//${s}`);e.protocol=u.protocol,e.host=u.host,e.port=u.port,e.username=u.username,e.password=u.password}return e}let t="https",r=i("host")||"";try{(process.env.NODE_ENV==="development"||process.env.NODE_ENV==="dev")&&(t="http")}catch{}return new URL(n.url,`${t}://${r}`)},transformResponse:({body:e,headers:t,status:r})=>{if(N(d)){Object.entries(t).forEach(([s,u])=>{d.setHeader(s,u)}),d.status(r).send(e);return}let a=l();return new a(e,{status:r,headers:t})}}}}).createHandler(),f=p.bind(null,void 0);return Object.defineProperties(f,{GET:{value:p.bind(null,"GET")},POST:{value:p.bind(null,"POST")},OPTIONS:{value:p.bind(null,"OPTIONS")}})};export{x as Client,O as CronExpression,c as NovuRequestHandler,S as SeverityLevelEnum,m as frameworkName,q as providerSchemas,A as serve,T as workflow};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as h3 from 'h3';
|
|
2
2
|
import { H3Event } from 'h3';
|
|
3
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
4
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
3
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
4
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
5
5
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
6
6
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
7
7
|
import 'json-schema-to-ts';
|
package/dist/esm/servers/nuxt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as H,c as t,d as y}from"../chunk-
|
|
1
|
+
import{b as H,c as t,d as y}from"../chunk-3VXCWACY.js";import{h as l,ja as S,ra as i}from"../chunk-YLCZR2QR.js";import{getHeader as o,getQuery as a,readBody as n,send as p,setHeaders as m}from"h3";var u="nuxt",w=d=>new t({frameworkName:u,...d,handler:r=>({queryString:e=>String(a(r)[e]),body:()=>n(r),headers:e=>o(r,e),url:()=>new URL(String(r.path),`${process.env.NODE_ENV==="development"?"http":"https"}://${String(o(r,"host"))}`),method:()=>r.method,transformResponse:e=>{let{res:s}=r.node;return s.statusCode=e.status,m(r,e.headers),p(r,e.body)}})}).createHandler();export{H as Client,l as CronExpression,t as NovuRequestHandler,i as SeverityLevelEnum,u as frameworkName,S as providerSchemas,w as serve,y as workflow};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
2
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
1
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
2
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
3
3
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
4
4
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
5
5
|
import 'json-schema-to-ts';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as t,b as h,c as o,d as c}from"../chunk-
|
|
1
|
+
import{a as t,b as h,c as o,d as c}from"../chunk-3VXCWACY.js";import{h as u,ja as l,ra as R}from"../chunk-YLCZR2QR.js";var m="remix",f=s=>new o({frameworkName:m,...s,handler:({request:e})=>({body:()=>e.json(),headers:r=>e.headers.get(r),method:()=>e.method,url:()=>new URL(e.url,`https://${e.headers.get("host")||""}`),transformResponse:({body:r,status:n,headers:p})=>{let a=t();return new a(r,{status:n,headers:p})}})}).createHandler();export{h as Client,u as CronExpression,o as NovuRequestHandler,R as SeverityLevelEnum,m as frameworkName,l as providerSchemas,f as serve,c as workflow};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RequestEvent } from '@sveltejs/kit';
|
|
2
|
-
import { S as ServeHandlerOptions } from '../index-
|
|
3
|
-
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-
|
|
2
|
+
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
|
|
3
|
+
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
|
|
4
4
|
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
|
|
5
5
|
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js';
|
|
6
6
|
import 'json-schema-to-ts';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as r,b as E,c as s,d as T}from"../chunk-
|
|
1
|
+
import{a as r,b as E,c as s,d as T}from"../chunk-3VXCWACY.js";import{h as v,ja as P,ra as R}from"../chunk-YLCZR2QR.js";var m="sveltekit",f=o=>{let t=new s({frameworkName:m,...o,handler:(u,e)=>({method:()=>u||e.request.method||"",body:()=>e.request.json(),headers:n=>e.request.headers.get(n),url:()=>{let n=process.env.NODE_ENV==="development"||process.env.NODE_ENV==="dev"?"http":"https";return new URL(e.request.url,`${n}://${e.request.headers.get("host")||""}`)},transformResponse:({body:n,headers:d,status:a})=>{let l=r();return new l(n,{status:a,headers:d})}})}).createHandler(),p=t.bind(null,void 0);return Object.defineProperties(p,{GET:{value:t.bind(null,"GET")},POST:{value:t.bind(null,"POST")},OPTIONS:{value:t.bind(null,"OPTIONS")}})};export{E as Client,v as CronExpression,s as NovuRequestHandler,R as SeverityLevelEnum,m as frameworkName,P as providerSchemas,f as serve,T as workflow};
|