@ez4/gateway 0.20.0 → 0.22.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/dist/library.mjs CHANGED
@@ -1,183 +1,197 @@
1
- import{registerTriggers as Jo}from"@ez4/common/library";import{registerTriggers as Go}from"@ez4/schema/library";
2
- import{createTrigger as Yo}from"@ez4/project/library";import{DuplicateServiceError as ko,isExternalDeclaration as qo,getLinkedServiceList as Do,
3
- getLinkedVariableList as Fo,getModelMembers as Bo,getPropertyString as No,InvalidServicePropertyError as Uo}from"@ez4/common/library";
4
- import{isModelProperty as Vo}from"@ez4/reflection";var Q="@ez4/http",Xo=e=>e.type===Q;import{IncompleteTypeError as Ge}from"@ez4/common/library";var f=class extends Ge{constructor(t,r){
5
- super("Incomplete service",t,r)}};import{InvalidServicePropertyError as pr,isModelDeclaration as sr,getPropertyNumber as ir,
6
- getObjectMembers as cr,getModelMembers as lr,getServiceListener as mr,getReferenceType as ar}from"@ez4/common/library";
7
- import{isModelProperty as ur,isTypeObject as fr,isTypeReference as yr}from"@ez4/reflection";import{hasHeritageType as m,isClassDeclaration as Ye,isModelDeclaration as Ke}from"@ez4/common/library";
8
- import{isTypeCallback as Y,isTypeFunction as K}from"@ez4/reflection";var We=new Set(
9
- ["ANY","GET","POST","PUT","PATCH","DELETE","OPTIONS"]),W=e=>{let[t]=e.split(" ",
10
- 2);return We.has(t)},X=e=>Ye(e)&&m(e,"Http.Service"),Z=e=>Ke(e)&&m(e,"Http.Route");var _=e=>m(e,"Http.Defaults"),$=e=>m(e,"Http.Headers"),L=e=>m(e,"Http.Identity"),
11
- ee=e=>m(e,"Http.QueryStrings"),re=e=>m(e,"Http.PathParameters"),te=e=>m(e,"Http.\
12
- JsonBody"),oe=e=>m(e,"Http.Cors"),ne=e=>m(e,"Http.Cache"),pe=e=>Y(e)||K(e),se=e=>Y(
13
- e)||K(e);import{InvalidServicePropertyError as Xe,getObjectMembers as Ze,getPropertyTuple as _e,
14
- getReferenceType as ce}from"@ez4/common/library";import{isAnyNumber as $e,isEmptyObject as Le}from"@ez4/utils";
15
- import{isModelProperty as er,isTypeClass as rr,isTypeObject as tr,isTypeReference as le}from"@ez4/reflection";var y=(e,t,r,o)=>{if(!le(e))return ie(e,t,r,o);let n=ce(e,r);return n?ie(n,t,r,o):
16
- null},ie=(e,t,r,o)=>tr(e)?or(e,t,Ze(e),r,o):null,or=(e,t,r,o,n)=>{let p={};for(let s of r){
17
- if(!er(s)||s.inherited)continue;let i=parseInt(s.name,10);$e(i)||n.push(new Xe(t.
18
- name,s.name,e.file));let c=nr(s,i,t,o,n);c&&Object.assign(p,c)}return Le(p)?null:
19
- p},nr=(e,t,r,o,n)=>{let p=_e(e)??[],s={};for(let i of p){if(!le(i)){n.push(new a(
20
- r.file));continue}let c=ce(i,o);if(!c||!rr(c)){n.push(new a(r.file));continue}s[c.
21
- name]=t}return s};var ue=(e,t,r,o)=>{if(!yr(e))return me(e,t,r,o);let n=ar(e,r);return n?me(n,t,r,
22
- o):null},me=(e,t,r,o)=>fr(e)?ae(t,cr(e),r,o):sr(e)?_(e)?ae(t,lr(e),r,o):(o.push(
23
- new T(e.name,t.file)),null):(o.push(new d(t.file)),null),ae=(e,t,r,o)=>{let n={};
24
- for(let p of t)if(!(!ur(p)||p.inherited))switch(p.name){default:o.push(new pr(e.
25
- name,p.name,e.file));break;case"httpErrors":n.httpErrors=y(p.value,e,r,o);break;case"\
26
- memory":case"logRetention":case"timeout":n[p.name]=ir(p);break;case"listener":n.
27
- listener=mr(p.value,o);break}return n};import{isModelProperty as Jt,isTypeObject as Gt,isTypeReference as Yt,isTypeTuple as Kt}from"@ez4/reflection";
28
- import{InvalidServicePropertyError as Wt,getLinkedVariableList as Xt,getPropertyBoolean as Zt,
29
- getPropertyNumber as _t,getPropertyString as $t,getObjectMembers as Lt,getModelMembers as eo,
30
- getServiceListener as ro,getReferenceType as to,getPropertyTuple as oo}from"@ez4/common/library";import{IncompleteTypeError as dr,TypeError as Tr}from"@ez4/common/library";var g=class extends dr{constructor(t,r){
31
- super("Incomplete gateway route",t,r)}},a=class extends Tr{constructor(t){super(
32
- "Invalid route error type.",t)}};import{IncompleteTypeError as gr}from"@ez4/common/library";var M=class extends gr{constructor(t,r){
33
- super("Incomplete route authorizer",t,r)}};import{InvalidServicePropertyError as tt,isModelDeclaration as ot,hasHeritageType as nt,
34
- getModelMembers as pt,getObjectMembers as st,getPropertyNumber as it,getReferenceType as ct}from"@ez4/common/library";
35
- import{isModelProperty as lt,isTypeObject as mt,isTypeReference as at}from"@ez4/reflection";
36
- import{isAnyNumber as ut}from"@ez4/utils";import{IncorrectTypeError as Mr,InvalidTypeError as Hr}from"@ez4/common/library";
37
- var H=class extends Hr{constructor(r,o){super("Invalid route response",void 0,r,
38
- o);this.baseType=r}},h=class extends Mr{constructor(r,o,n){super("Incorrect rout\
39
- e response",r,o,n);this.responseType=r;this.baseType=o}};import{createUnionSchema as Ir,getScalarSchema as Ar,createArraySchema as Er}from"@ez4/schema/library";
40
- import{getReferenceType as vr,isModelDeclaration as Rr}from"@ez4/common/library";
41
- import{isTypeArray as Pr,isTypeIntersection as jr,isTypeObject as wr,isTypeReference as Or,
42
- isTypeScalar as zr,isTypeUndefined as Cr,isTypeUnion as kr}from"@ez4/reflection";import{IncorrectTypeError as hr,InvalidTypeError as br}from"@ez4/common/library";
43
- var b=class extends br{constructor(t){super("Invalid body",void 0,"Http.JsonBody",
44
- t)}},S=class extends hr{constructor(r,o){super("Incorrect body",r,"Http.JsonBody",
45
- o);this.bodyType=r}};import{getObjectSchema as Sr,isObjectSchema as xr}from"@ez4/schema/library";var l=(e,t)=>{
46
- let r=Sr(e,t);return r&&xr(r)?r:null};var fe=(e,t,r,o)=>I(e,r,n=>x(n,t,r,o)),ye=(e,t,r,o)=>I(e,r,n=>J(n)??x(n,t,r,o)),
47
- I=(e,t,r)=>{if(Cr(e))return null;if(!Or(e))return r(e);let o=vr(e,t);return o?r(
48
- o):null},J=e=>zr(e)?Ar(e):null,x=(e,t,r,o)=>kr(e)?qr(e.elements,r,n=>J(n)??x(n,t,
49
- r,o)):Pr(e)?Dr(e.element,r,n=>J(n)??x(n,t,r,o)):wr(e)||jr(e)?l(e,r):Rr(e)?te(e)?
50
- l(e,r):(o.push(new S(e.name,e.file)),null):(o.push(new b(t.file)),null),qr=(e,t,r)=>{
51
- let o=[];for(let n of e){let p=I(n,t,r);p&&o.push(p)}return o.length?Ir({elements:o}):
52
- null},Dr=(e,t,r)=>{let o=I(e,t,r);return o?Er({element:o}):null};import{isTypeIntersection as Nr,isTypeObject as Ur,isTypeReference as Vr,isTypeUndefined as Qr,
53
- isTypeUnion as Jr}from"@ez4/reflection";import{getReferenceType as Gr,isModelDeclaration as Yr}from"@ez4/common/library";
54
- import{createUnionSchema as Kr}from"@ez4/schema/library";import{IncorrectTypeError as Fr,InvalidTypeError as Br}from"@ez4/common/library";
55
- var A=class extends Br{constructor(t){super("Invalid identity",void 0,"Http.Iden\
56
- tity",t)}},E=class extends Fr{constructor(r,o){super("Incorrect identity",r,"Htt\
57
- p.Identity",o);this.identityType=r}};var u=(e,t,r,o)=>{if(Qr(e))return null;if(!Vr(e))return de(e,t,r,o);let n=Gr(e,r);
58
- return n?de(n,t,r,o):null},de=(e,t,r,o)=>{if(Jr(e))return Wr(e.elements,t,r,o);if(Ur(
59
- e)||Nr(e))return l(e,r);if(!Yr(e))return o.push(new A(t.file)),null;if(!L(e))return o.
60
- push(new E(e.name,t.file)),null;let n=l(e,r);return n&&(n.definitions={...n.definitions,
61
- extensible:!0}),n},Wr=(e,t,r,o)=>{let n=[];for(let p of e){let s=u(p,t,r,o);s&&n.
62
- push(s)}return n.length>1?Kr({elements:n}):n[0]};import{isTypeIntersection as _r,isTypeObject as $r,isTypeReference as Lr}from"@ez4/reflection";
63
- import{getReferenceType as et,isModelDeclaration as rt}from"@ez4/common/library";import{IncorrectTypeError as Xr,InvalidTypeError as Zr}from"@ez4/common/library";
64
- var v=class extends Zr{constructor(t){super("Invalid headers",void 0,"Http.Heade\
65
- rs",t)}},R=class extends Xr{constructor(r,o){super("Incorrect headers",r,"Http.H\
66
- eaders",o);this.headersType=r}};var P=(e,t,r,o)=>{if(!Lr(e))return Te(e,t,r,o);let n=et(e,r);return n?Te(n,t,r,o):
67
- null},Te=(e,t,r,o)=>$r(e)||_r(e)?l(e,r):rt(e)?$(e)?l(e,r):(o.push(new R(e.name,t.
68
- file)),null):(o.push(new v(t.file)),null);var He=(e,t,r,o)=>{let n=be(e,t,r,o,"Http.AuthResponse");return n&&ft(n)?n:null},
69
- he=(e,t,r,o)=>{let n=be(e,t,r,o,"Http.Response");return n&&yt(n)?n:null},be=(e,t,r,o,n)=>{
70
- if(!at(e))return ge(e,t,r,o,n);let p=ct(e,r);return p?ge(p,t,r,o,n):null},ft=e=>!!e.
71
- identity,yt=e=>ut(e.status),ge=(e,t,r,o,n)=>mt(e)?Me(e,t,st(e),r,o):ot(e)?nt(e,n)?
72
- Me(e,t,pt(e),r,o):(o.push(new h(e.name,n,e.file)),null):(o.push(new H(n,t.file)),
73
- null),Me=(e,t,r,o,n)=>{let p={};for(let s of r)if(!(!lt(s)||s.inherited))switch(s.
74
- name){default:n.push(new tt(t.name,s.name,e.file));break;case"status":p.status=it(
75
- s);break;case"headers":{p.headers=P(s.value,e,o,n),p.headers&&s.description&&(p.
76
- headers.description=s.description);break}case"identity":{p.identity=u(s.value,e,
77
- o,n),p.identity&&s.description&&(p.identity.description=s.description);break}case"\
78
- body":{p.body=ye(s.value,e,o,n),p.body&&s.description&&(p.body.description=s.description);
79
- break}}return p};import{isModelProperty as wt,isTypeIntersection as Ot,isTypeObject as zt,isTypeReference as Ct}from"@ez4/reflection";
80
- import{InvalidServicePropertyError as kt,isModelDeclaration as qt,hasHeritageType as Dt,
81
- getObjectMembers as Ft,getModelMembers as Bt,getReferenceType as Nt}from"@ez4/common/library";import{IncorrectTypeError as dt,InvalidTypeError as Tt}from"@ez4/common/library";
82
- var j=class extends Tt{constructor(r,o){super("Invalid route request",void 0,r,o);
83
- this.baseType=r}},w=class extends dt{constructor(r,o,n){super("Incorrect route r\
84
- equest",r,o,n);this.requestType=r;this.baseType=o}};import{isTypeIntersection as Ht,isTypeObject as ht,isTypeReference as bt}from"@ez4/reflection";
85
- import{getReferenceType as St,isModelDeclaration as xt}from"@ez4/common/library";import{IncorrectTypeError as gt,InvalidTypeError as Mt}from"@ez4/common/library";
86
- var O=class extends Mt{constructor(t){super("Invalid request parameters",void 0,
87
- "Http.PathParameters",t)}},z=class extends gt{constructor(r,o){super("Incorrect \
88
- request parameters",r,"Http.PathParameters",o);this.parametersType=r}};var xe=(e,t,r,o)=>{if(!bt(e))return Se(e,t,r,o);let n=St(e,r);return n?Se(n,t,r,
89
- o):null},Se=(e,t,r,o)=>ht(e)||Ht(e)?l(e,r):xt(e)?re(e)?l(e,r):(o.push(new z(e.name,
90
- e.file)),null):(o.push(new O(t.file)),null);import{isTypeIntersection as Et,isTypeObject as vt,isTypeReference as Rt}from"@ez4/reflection";
91
- import{getReferenceType as Pt,isModelDeclaration as jt}from"@ez4/common/library";import{IncorrectTypeError as It,InvalidTypeError as At}from"@ez4/common/library";
92
- var C=class extends At{constructor(t){super("Invalid request query strings",void 0,
93
- "Http.QueryStrings",t)}},k=class extends It{constructor(r,o){super("Incorrect re\
94
- quest query strings",r,"Http.QueryStrings",o);this.queryType=r}};var Ae=(e,t,r,o)=>{if(!Rt(e))return Ie(e,t,r,o);let n=Pt(e,r);return n?Ie(n,t,r,
95
- o):null},Ie=(e,t,r,o)=>vt(e)||Et(e)?l(e,r):jt(e)?ee(e)?l(e,r):(o.push(new k(e.name,
96
- t.file)),null):(o.push(new C(t.file)),null);var Re=(e,t,r,o)=>G(e,t,r,o,"Http.AuthRequest"),Pe=(e,t,r,o)=>G(e,t,r,o,"Http.Re\
97
- quest"),G=(e,t,r,o,n)=>{if(Ot(e)&&e.elements.length>0)return G(e.elements[0],t,r,
98
- o,n);if(!Ct(e))return Ee(e,t,r,o,n);let p=Nt(e,r);return p?Ee(p,t,r,o,n):null},Ee=(e,t,r,o,n)=>zt(
99
- e)?ve(e,t,Ft(e),r,o):qt(e)?Dt(e,n)?ve(e,t,Bt(e),r,o):(o.push(new w(e.name,n,e.file)),
100
- null):(o.push(new j(n,t.file)),null),ve=(e,t,r,o,n)=>{let p={};for(let s of r)if(!(!wt(
101
- s)||s.inherited))switch(s.name){default:n.push(new kt(t.name,s.name,e.file));break;case"\
102
- headers":{p.headers=P(s.value,e,o,n),p.headers&&s.description&&(p.headers.description=
103
- s.description);break}case"identity":{p.identity=u(s.value,e,o,n),p.identity&&s.description&&
104
- (p.identity.description=s.description);break}case"query":{p.query=Ae(s.value,e,o,
105
- n),p.query&&s.description&&(p.query.description=s.description);break}case"parame\
106
- ters":{p.parameters=xe(s.value,e,o,n),p.parameters&&s.description&&(p.parameters.
107
- description=s.description);break}case"body":{p.body=fe(s.value,e,o,n),p.body&&s.
108
- description&&(p.body.description=s.description);break}}return p};var je=(e,t,r,o)=>{if(!pe(e))return null;let n={},p=new Set(["name","file"]);if(e.
109
- description&&(n.description=e.description),(n.name=e.name)&&p.delete("name"),(n.
110
- file=e.file)&&p.delete("file"),e.parameters){let[{value:s}]=e.parameters;n.request=
111
- Re(s,t,r,o)}return e.return&&(n.response=He(e.return,t,r,o)),Ut(n)?n:(o.push(new M(
112
- [...p],e.file)),null)},Ut=e=>!!e.name&&!!e.file;import{IncompleteTypeError as Vt}from"@ez4/common/library";var q=class extends Vt{constructor(t,r){
113
- super("Incomplete route handler",t,r)}};var we=(e,t,r,o)=>{if(!se(e))return null;let n={},p=new Set(["name","file","resp\
114
- onse"]);if(e.description&&(n.description=e.description),(n.name=e.name)&&p.delete(
115
- "name"),(n.file=e.file)&&p.delete("file"),e.parameters){let[{value:s}]=e.parameters;
116
- n.request=Pe(s,t,r,o)}if(e.return){let s=he(e.return,t,r,o);s&&(n.response=s,p.delete(
117
- "response"))}return Qt(n)?n:(o.push(new q([...p],e.file)),null)},Qt=e=>!!e.name&&
118
- !!e.file&&!!e.response;var Ce=(e,t,r,o)=>{let n=oo(t)??[];return ke(n,e,r,o)},ke=(e,t,r,o)=>{let n=[];for(let p of e){
119
- let s=no(p,t,r,o);Array.isArray(s)?n.push(...s):s&&n.push(s)}return n},no=(e,t,r,o)=>{
120
- if(!Yt(e))return Oe(e,t,r,o);let n=to(e,r);return n?Oe(n,t,r,o):null},po=e=>!!e.
121
- path&&!!e.handler,Oe=(e,t,r,o)=>Z(e)?ze(e,t,eo(e),r,o):Gt(e)?ze(e,t,Lt(e),r,o):Kt(
122
- e)&&e.spread?ke(e.elements,t,r,o):null,ze=(e,t,r,o,n)=>{let p={},s=new Set(["pat\
123
- h","handler"]);for(let i of r)if(!(!Jt(i)||i.inherited))switch(i.name){default:n.
124
- push(new Wt(t.name,i.name,e.file));break;case"path":{let c=$t(i);c&&W(c)&&(s.delete(
125
- i.name),p.path=c);break}case"handler":(p.handler=we(i.value,t,o,n))&&s.delete(i.
126
- name);break;case"authorizer":p.authorizer=je(i.value,t,o,n);break;case"httpError\
127
- s":p.httpErrors=y(i.value,t,o,n);break;case"memory":case"logRetention":case"time\
128
- out":p[i.name]=_t(i);break;case"cors":p.cors=Zt(i);break;case"listener":p.listener=
129
- ro(i.value,n);break;case"variables":p.variables=Xt(i,n);break}return po(p)?p:(n.
130
- push(new g([...s],e.file)),null)};import{InvalidServicePropertyError as lo,isModelDeclaration as mo,getModelMembers as ao,
131
- getObjectMembers as uo,getPropertyBoolean as fo,getPropertyStringList as yo,getPropertyNumber as To,
132
- getReferenceType as go}from"@ez4/common/library";import{isModelProperty as Mo,isTypeObject as Ho,
133
- isTypeReference as ho}from"@ez4/reflection";import{IncompleteTypeError as so,IncorrectTypeError as io,InvalidTypeError as co}from"@ez4/common/library";
134
- var D=class extends so{constructor(t,r){super("Incomplete HTTP CORS",t,r)}},F=class extends co{constructor(t){
135
- super("Invalid HTTP CORS type",void 0,"Http.Cors",t)}},B=class extends io{constructor(r,o){
136
- super("Incorrect HTTP CORS type",r,"Http.Cors",o);this.fallbackType=r}};var Fe=(e,t,r,o)=>{if(!ho(e))return qe(e,t,o);let n=go(e,r);return n?qe(n,t,o):null},
137
- bo=e=>!!e.allowOrigins?.length,qe=(e,t,r)=>Ho(e)?De(e,t,uo(e),r):mo(e)?oe(e)?De(
138
- e,t,ao(e),r):(r.push(new B(e.name,e.file)),null):(r.push(new F(t.file)),null),De=(e,t,r,o)=>{
139
- let n={},p=new Set(["allowOrigins"]);for(let s of r)if(!(!Mo(s)||s.inherited))switch(s.
140
- name){default:o.push(new lo(t.name,s.name,e.file));break;case"allowOrigins":case"\
141
- allowMethods":case"allowHeaders":case"exposeHeaders":n[s.name]=yo(s);break;case"\
142
- allowCredentials":n.allowCredentials=fo(s);break;case"maxAge":n.maxAge=To(s);break}
143
- return bo(n)?n:(o.push(new D([...p],e.file)),null)};import{InvalidServicePropertyError as Ao,isModelDeclaration as Eo,getModelMembers as vo,
144
- getObjectMembers as Ro,getPropertyNumber as Po,getReferenceType as jo}from"@ez4/common/library";
145
- import{isModelProperty as wo,isTypeObject as Oo,isTypeReference as zo}from"@ez4/reflection";
146
- import{isAnyNumber as Ue}from"@ez4/utils";import{IncompleteTypeError as So,IncorrectTypeError as xo,InvalidTypeError as Io}from"@ez4/common/library";
147
- var N=class extends So{constructor(t,r){super("Incomplete gateway cache",t,r)}},
148
- U=class extends Io{constructor(t){super("Invalid gateway cache type",void 0,"Htt\
149
- p.Cache",t)}},V=class extends xo{constructor(r,o){super("Incorrect gateway cache\
150
- type",r,"Http.Cache",o);this.cacheType=r}};var Ve=(e,t,r,o)=>{if(!zo(e))return Be(e,t,o);let n=jo(e,r);return n?Be(n,t,o):null},
151
- Co=e=>Ue(e.authorizerTTL),Be=(e,t,r)=>Oo(e)?Ne(e,t,Ro(e),r):Eo(e)?ne(e)?Ne(e,t,vo(
152
- e),r):(r.push(new V(e.name,e.file)),null):(r.push(new U(t.file)),null),Ne=(e,t,r,o)=>{
153
- let n={},p=new Set(["authorizerTTL"]);for(let s of r)if(!(!wo(s)||s.inherited))switch(s.
154
- name){default:o.push(new Ao(t.name,s.name,e.file));break;case"authorizerTTL":{let i=Po(
155
- s);Ue(i)&&(n[s.name]=i,p.delete(s.name));break}}return Co(n)?n:(o.push(new N([...p],
156
- e.file)),null)};var Qe=e=>{let t={},r=[];for(let o in e){let n=e[o];if(!X(n)||qo(n))continue;let p={
157
- type:Q,extras:{}},s=new Set(["routes"]),i=n.file;p.name=n.name,n.description&&(p.
158
- description=n.description);for(let c of Bo(n))if(!(!Vo(c)||c.inherited))switch(c.
159
- name){default:r.push(new Uo(p.name,c.name,i));break;case"routes":(p.routes=Ce(n,
160
- c,e,r))&&s.delete(c.name);break;case"name":p.displayName=No(c);break;case"defaul\
161
- ts":p.defaults=ue(c.value,n,e,r);break;case"cache":p.cache=Ve(c.value,n,e,r);break;case"\
162
- cors":p.cors=Fe(c.value,n,e,r);break;case"variables":p.variables=Fo(c,r);break;case"\
163
- services":p.services=Do(c,e,r);break}if(!Qo(p)){r.push(new f([...s],i));continue}
164
- if(t[n.name]){r.push(new ko(n.name,i));continue}t[n.name]=p}return{services:t,errors:r}},
165
- Qo=e=>!!e.name&&!!e.routes&&!!e.extras;var Je=!1,Is=()=>{Je||(Jo(),Go(),Yo("@ez4/gateway",{"metadata:getServices":Qe}),
166
- Je=!1)};import{IncorrectTypeError as Ko,InvalidTypeError as Wo}from"@ez4/common/library";
167
- var d=class extends Wo{constructor(t){super("Invalid defaults",void 0,"Http.Defa\
168
- ults",t)}},T=class extends Ko{constructor(r,o){super("Incorrect defaults",r,"Htt\
169
- p.Defaults",o);this.defaultsType=r}};export{M as IncompleteAuthorizerError,N as IncompleteCacheError,D as IncompleteCorsError,
170
- q as IncompleteHandlerError,g as IncompleteRouteError,f as IncompleteServiceError,
171
- S as IncorrectBodyTypeError,V as IncorrectCacheTypeError,B as IncorrectCorsTypeError,
172
- T as IncorrectDefaultsTypeError,R as IncorrectHeadersTypeError,E as IncorrectIdentityTypeError,
1
+ var Ge=Object.defineProperty;var p=(e,t)=>Ge(e,"name",{value:t,configurable:!0});import{registerTriggers as Go}from"@ez4/common/library";import{registerTriggers as Yo}from"@ez4/schema/library";
2
+ import{createTrigger as Ko}from"@ez4/project/library";import{DuplicateServiceError as qo,isExternalDeclaration as Do,getLinkedServiceList as Fo,
3
+ getLinkedVariableList as Bo,getModelMembers as No,getPropertyString as Uo,InvalidServicePropertyError as Vo}from"@ez4/common/library";
4
+ import{isModelProperty as Qo}from"@ez4/reflection";var Q="@ez4/http",_o=p(e=>e.type===Q,"isHttpService");import{IncompleteTypeError as Ye}from"@ez4/common/library";var y=class extends Ye{static{p(this,"IncompleteServiceError")}constructor(t,r){
5
+ super("Incomplete service",t,r)}};import{InvalidServicePropertyError as sr,isModelDeclaration as ir,getPropertyNumber as cr,
6
+ getObjectMembers as lr,getModelMembers as mr,getServiceListener as ar,getReferenceType as ur}from"@ez4/common/library";
7
+ import{isModelProperty as fr,isTypeObject as yr,isTypeReference as dr}from"@ez4/reflection";import{hasHeritageType as a,isClassDeclaration as Ke,isModelDeclaration as We}from"@ez4/common/library";
8
+ import{isTypeCallback as W,isTypeFunction as X}from"@ez4/reflection";var Xe=new Set(["ANY","GET","POST","PUT","PATCH","DELETE","OPTIONS"]),Z=p(e=>{let[
9
+ t]=e.split(" ",2);return Xe.has(t)},"isHttpPath"),_=p(e=>Ke(e)&&a(e,"Http.Servic\
10
+ e"),"isHttpService"),$=p(e=>We(e)&&a(e,"Http.Route"),"isHttpRoute");var L=p(e=>a(e,"Http.Defaults"),"isHttpDefaults"),ee=p(e=>a(e,"Http.Headers"),"i\
11
+ sHttpHeaders"),re=p(e=>a(e,"Http.Identity"),"isHttpIdentity"),te=p(e=>a(e,"Http.\
12
+ QueryStrings"),"isHttpQuery"),oe=p(e=>a(e,"Http.PathParameters"),"isHttpParamete\
13
+ rs"),ne=p(e=>a(e,"Http.JsonBody"),"isJsonBody"),pe=p(e=>a(e,"Http.Cors"),"isHttp\
14
+ Cors"),se=p(e=>a(e,"Http.Cache"),"isHttpCache"),ie=p(e=>W(e)||X(e),"isHttpAuthor\
15
+ izer"),ce=p(e=>W(e)||X(e),"isHttpHandler");import{InvalidServicePropertyError as Ze,getObjectMembers as _e,getPropertyTuple as $e,
16
+ getReferenceType as me}from"@ez4/common/library";import{isAnyNumber as Le,isEmptyObject as er}from"@ez4/utils";
17
+ import{isModelProperty as rr,isTypeClass as tr,isTypeObject as or,isTypeReference as ae}from"@ez4/reflection";var d=p((e,t,r,o)=>{if(!ae(e))return le(e,t,r,o);let n=me(e,r);return n?le(n,t,r,
18
+ o):null},"getHttpErrors"),le=p((e,t,r,o)=>or(e)?nr(e,t,_e(e),r,o):null,"getTypeE\
19
+ rrors"),nr=p((e,t,r,o,n)=>{let s={};for(let i of r){if(!rr(i)||i.inherited)continue;
20
+ let c=parseInt(i.name,10);Le(c)||n.push(new Ze(t.name,i.name,e.file));let l=pr(i,
21
+ c,t,o,n);l&&Object.assign(s,l)}return er(s)?null:s},"getTypeFromMembers"),pr=p((e,t,r,o,n)=>{
22
+ let s=$e(e)??[],i={};for(let c of s){if(!ae(c)){n.push(new u(r.file));continue}let l=me(
23
+ c,o);if(!l||!tr(l)){n.push(new u(r.file));continue}i[l.name]=t}return i},"getErr\
24
+ orClasses");var ye=p((e,t,r,o)=>{if(!dr(e))return ue(e,t,r,o);let n=ur(e,r);return n?ue(n,t,
25
+ r,o):null},"getHttpDefaults"),ue=p((e,t,r,o)=>yr(e)?fe(t,lr(e),r,o):ir(e)?L(e)?fe(
26
+ t,mr(e),r,o):(o.push(new g(e.name,t.file)),null):(o.push(new T(t.file)),null),"g\
27
+ etTypeDefaults"),fe=p((e,t,r,o)=>{let n={};for(let s of t)if(!(!fr(s)||s.inherited))
28
+ switch(s.name){default:o.push(new sr(e.name,s.name,e.file));break;case"httpError\
29
+ s":n.httpErrors=d(s.value,e,r,o);break;case"memory":case"logRetention":case"time\
30
+ out":n[s.name]=cr(s);break;case"listener":n.listener=ar(s.value,o);break}return n},
31
+ "getTypeFromMembers");import{isModelProperty as Gt,isTypeObject as Yt,isTypeReference as Kt,isTypeTuple as Wt}from"@ez4/reflection";
32
+ import{InvalidServicePropertyError as Xt,getLinkedVariableList as Zt,getPropertyBoolean as _t,
33
+ getPropertyNumber as $t,getPropertyString as Lt,getObjectMembers as eo,getModelMembers as ro,
34
+ getServiceListener as to,getReferenceType as oo,getPropertyTuple as no}from"@ez4/common/library";import{IncompleteTypeError as Tr,TypeError as gr}from"@ez4/common/library";var M=class extends Tr{static{p(this,"IncompleteRouteError")}constructor(t,r){super(
35
+ "Incomplete gateway route",t,r)}},u=class extends gr{static{p(this,"InvalidRoute\
36
+ ErrorTypeError")}constructor(t){super("Invalid route error type.",t)}};import{IncompleteTypeError as Mr}from"@ez4/common/library";var H=class extends Mr{static{p(this,"IncompleteAuthorizerError")}constructor(t,r){
37
+ super("Incomplete route authorizer",t,r)}};import{InvalidServicePropertyError as ot,isModelDeclaration as nt,hasHeritageType as pt,
38
+ getModelMembers as st,getObjectMembers as it,getPropertyNumber as ct,getReferenceType as lt}from"@ez4/common/library";
39
+ import{isModelProperty as mt,isTypeObject as at,isTypeReference as ut}from"@ez4/reflection";
40
+ import{isAnyNumber as ft}from"@ez4/utils";import{IncorrectTypeError as Hr,InvalidTypeError as hr}from"@ez4/common/library";var h=class extends hr{constructor(r,o){super("Invalid route response",void 0,r,
41
+ o);this.baseType=r}static{p(this,"InvalidResponseTypeError")}},b=class extends Hr{constructor(r,o,n){
42
+ super("Incorrect route response",r,o,n);this.responseType=r;this.baseType=o}static{
43
+ p(this,"IncorrectResponseTypeError")}};import{isTypeIntersection as Ar,isTypeObject as Er,isTypeReference as vr,isTypeUndefined as Rr,
44
+ isTypeUnion as Pr}from"@ez4/reflection";import{getReferenceType as jr,isModelDeclaration as wr}from"@ez4/common/library";
45
+ import{createUnionSchema as Or}from"@ez4/schema/library";import{IncorrectTypeError as br,InvalidTypeError as Sr}from"@ez4/common/library";var S=class extends Sr{static{p(this,"InvalidIdentityTypeError")}constructor(t){
46
+ super("Invalid identity",void 0,"Http.Identity",t)}},x=class extends br{constructor(r,o){
47
+ super("Incorrect identity",r,"Http.Identity",o);this.identityType=r}static{p(this,
48
+ "IncorrectIdentityTypeError")}};import{getObjectSchema as xr,isObjectSchema as Ir}from"@ez4/schema/library";var m=p((e,t)=>{let r=xr(e,t);return r&&Ir(r)?r:null},"getSchemaFromType");var f=p((e,t,r,o)=>{if(Rr(e))return null;if(!vr(e))return de(e,t,r,o);let n=jr(e,
49
+ r);return n?de(n,t,r,o):null},"getHttpIdentity"),de=p((e,t,r,o)=>{if(Pr(e))return zr(
50
+ e.elements,t,r,o);if(Er(e)||Ar(e))return m(e,r);if(!wr(e))return o.push(new S(t.
51
+ file)),null;if(!re(e))return o.push(new x(e.name,t.file)),null;let n=m(e,r);return n&&
52
+ (n.definitions={...n.definitions,extensible:!0}),n},"getTypeIdentity"),zr=p((e,t,r,o)=>{
53
+ let n=[];for(let s of e){let i=f(s,t,r,o);i&&n.push(i)}return n.length>1?Or({elements:n}):
54
+ n[0]},"getIdentityFromUnion");import{isTypeIntersection as qr,isTypeObject as Dr,isTypeReference as Fr}from"@ez4/reflection";
55
+ import{getReferenceType as Br,isModelDeclaration as Nr}from"@ez4/common/library";import{IncorrectTypeError as Cr,InvalidTypeError as kr}from"@ez4/common/library";var I=class extends kr{static{p(this,"InvalidHeadersTypeError")}constructor(t){super(
56
+ "Invalid headers",void 0,"Http.Headers",t)}},A=class extends Cr{constructor(r,o){
57
+ super("Incorrect headers",r,"Http.Headers",o);this.headersType=r}static{p(this,"\
58
+ IncorrectHeadersTypeError")}};var E=p((e,t,r,o)=>{if(!Fr(e))return Te(e,t,r,o);let n=Br(e,r);return n?Te(n,t,r,
59
+ o):null},"getHttpHeaders"),Te=p((e,t,r,o)=>Dr(e)||qr(e)?m(e,r):Nr(e)?ee(e)?m(e,r):
60
+ (o.push(new A(e.name,t.file)),null):(o.push(new I(t.file)),null),"getTypeHeaders");import{createUnionSchema as Qr,getScalarSchema as Jr,createArraySchema as Gr}from"@ez4/schema/library";
61
+ import{getReferenceType as Yr,isModelDeclaration as Kr}from"@ez4/common/library";
62
+ import{isTypeArray as Wr,isTypeIntersection as Xr,isTypeObject as Zr,isTypeReference as _r,
63
+ isTypeScalar as $r,isTypeUndefined as Lr,isTypeUnion as et}from"@ez4/reflection";import{IncorrectTypeError as Ur,InvalidTypeError as Vr}from"@ez4/common/library";var v=class extends Vr{static{p(this,"InvalidBodyTypeError")}constructor(t){super(
64
+ "Invalid body",void 0,"Http.JsonBody",t)}},R=class extends Ur{constructor(r,o){super(
65
+ "Incorrect body",r,"Http.JsonBody",o);this.bodyType=r}static{p(this,"IncorrectBo\
66
+ dyTypeError")}};var P=p((e,t,r,o)=>Y(e,r,n=>J(n)??G(n,t,r,o)),"getHttpBody"),Y=p((e,t,r)=>{if(Lr(
67
+ e))return null;if(!_r(e))return r(e);let o=Yr(e,t);return o?r(o):null},"getTypeB\
68
+ ody"),J=p(e=>$r(e)?Jr(e):null,"getScalarTypeBody"),G=p((e,t,r,o)=>et(e)?rt(e.elements,
69
+ r,n=>J(n)??G(n,t,r,o)):Wr(e)?tt(e.element,r,n=>J(n)??G(n,t,r,o)):Zr(e)||Xr(e)?m(
70
+ e,r):Kr(e)?ne(e)?m(e,r):(o.push(new R(e.name,e.file)),null):(o.push(new v(t.file)),
71
+ null),"getCompoundTypeBody"),rt=p((e,t,r)=>{let o=[];for(let n of e){let s=Y(n,t,
72
+ r);s&&o.push(s)}return o.length?Qr({elements:o}):null},"getUnionTypeBody"),tt=p(
73
+ (e,t,r)=>{let o=Y(e,t,r);return o?Gr({element:o}):null},"getArrayTypeBody");var He=p((e,t,r,o)=>{let n=be(e,t,r,o,"Http.AuthResponse");return n&&yt(n)?n:null},
74
+ "getHttpAuthResponse"),he=p((e,t,r,o)=>{let n=be(e,t,r,o,"Http.Response");return n&&
75
+ dt(n)?n:null},"getHttpHandlerResponse"),be=p((e,t,r,o,n)=>{if(!ut(e))return ge(e,
76
+ t,r,o,n);let s=lt(e,r);return s?ge(s,t,r,o,n):null},"getHttpResponse"),yt=p(e=>!!e.
77
+ identity,"isValidAuthResponse"),dt=p(e=>ft(e.status),"isValidHandlerResponse"),ge=p(
78
+ (e,t,r,o,n)=>at(e)?Me(e,t,it(e),r,o):nt(e)?pt(e,n)?Me(e,t,st(e),r,o):(o.push(new b(
79
+ e.name,n,e.file)),null):(o.push(new h(n,t.file)),null),"getTypeResponse"),Me=p((e,t,r,o,n)=>{
80
+ let s={};for(let i of r)if(!(!mt(i)||i.inherited))switch(i.name){default:n.push(
81
+ new ot(t.name,i.name,e.file));break;case"status":s.status=ct(i);break;case"heade\
82
+ rs":{s.headers=E(i.value,e,o,n),s.headers&&i.description&&(s.headers.description=
83
+ i.description);break}case"identity":{s.identity=f(i.value,e,o,n),s.identity&&i.description&&
84
+ (s.identity.description=i.description);break}case"body":{s.body=P(i.value,e,o,n),
85
+ s.body&&i.description&&(s.body.description=i.description);break}}return s},"getT\
86
+ ypeFromMembers");import{isModelProperty as Ot,isTypeIntersection as zt,isTypeObject as Ct,isTypeReference as kt}from"@ez4/reflection";
87
+ import{InvalidServicePropertyError as qt,isModelDeclaration as Dt,hasHeritageType as Ft,
88
+ getObjectMembers as Bt,getModelMembers as Nt,getReferenceType as Ut}from"@ez4/common/library";import{IncorrectTypeError as Tt,InvalidTypeError as gt}from"@ez4/common/library";var j=class extends gt{constructor(r,o){super("Invalid route request",void 0,r,o);
89
+ this.baseType=r}static{p(this,"InvalidRequestTypeError")}},w=class extends Tt{constructor(r,o,n){
90
+ super("Incorrect route request",r,o,n);this.requestType=r;this.baseType=o}static{
91
+ p(this,"IncorrectRequestTypeError")}};import{isTypeIntersection as ht,isTypeObject as bt,isTypeReference as St}from"@ez4/reflection";
92
+ import{getReferenceType as xt,isModelDeclaration as It}from"@ez4/common/library";import{IncorrectTypeError as Mt,InvalidTypeError as Ht}from"@ez4/common/library";var O=class extends Ht{static{p(this,"InvalidParameterTypeError")}constructor(t){
93
+ super("Invalid request parameters",void 0,"Http.PathParameters",t)}},z=class extends Mt{constructor(r,o){
94
+ super("Incorrect request parameters",r,"Http.PathParameters",o);this.parametersType=
95
+ r}static{p(this,"IncorrectParameterTypeError")}};var xe=p((e,t,r,o)=>{if(!St(e))return Se(e,t,r,o);let n=xt(e,r);return n?Se(n,t,
96
+ r,o):null},"getHttpParameters"),Se=p((e,t,r,o)=>bt(e)||ht(e)?m(e,r):It(e)?oe(e)?
97
+ m(e,r):(o.push(new z(e.name,e.file)),null):(o.push(new O(t.file)),null),"getType\
98
+ Parameter");import{isTypeIntersection as vt,isTypeObject as Rt,isTypeReference as Pt}from"@ez4/reflection";
99
+ import{getReferenceType as jt,isModelDeclaration as wt}from"@ez4/common/library";import{IncorrectTypeError as At,InvalidTypeError as Et}from"@ez4/common/library";var C=class extends Et{static{p(this,"InvalidQueryTypeError")}constructor(t){super(
100
+ "Invalid request query strings",void 0,"Http.QueryStrings",t)}},k=class extends At{constructor(r,o){
101
+ super("Incorrect request query strings",r,"Http.QueryStrings",o);this.queryType=
102
+ r}static{p(this,"IncorrectQueryTypeError")}};var Ae=p((e,t,r,o)=>{if(!Pt(e))return Ie(e,t,r,o);let n=jt(e,r);return n?Ie(n,t,
103
+ r,o):null},"getHttpQuery"),Ie=p((e,t,r,o)=>Rt(e)||vt(e)?m(e,r):wt(e)?te(e)?m(e,r):
104
+ (o.push(new k(e.name,t.file)),null):(o.push(new C(t.file)),null),"getTypeQuery");var Re=p((e,t,r,o)=>K(e,t,r,o,"Http.AuthRequest"),"getHttpAuthRequest"),Pe=p((e,t,r,o)=>K(
105
+ e,t,r,o,"Http.Request"),"getHttpHandlerRequest"),K=p((e,t,r,o,n)=>{if(zt(e)&&e.elements.
106
+ length>0)return K(e.elements[0],t,r,o,n);if(!kt(e))return Ee(e,t,r,o,n);let s=Ut(
107
+ e,r);return s?Ee(s,t,r,o,n):null},"getHttpRequest"),Ee=p((e,t,r,o,n)=>Ct(e)?ve(e,
108
+ t,Bt(e),r,o):Dt(e)?Ft(e,n)?ve(e,t,Nt(e),r,o):(o.push(new w(e.name,n,e.file)),null):
109
+ (o.push(new j(n,t.file)),null),"getTypeRequest"),ve=p((e,t,r,o,n)=>{let s={};for(let i of r)
110
+ if(!(!Ot(i)||i.inherited))switch(i.name){default:n.push(new qt(t.name,i.name,e.file));
111
+ break;case"headers":{s.headers=E(i.value,e,o,n),s.headers&&i.description&&(s.headers.
112
+ description=i.description);break}case"identity":{s.identity=f(i.value,e,o,n),s.identity&&
113
+ i.description&&(s.identity.description=i.description);break}case"query":{s.query=
114
+ Ae(i.value,e,o,n),s.query&&i.description&&(s.query.description=i.description);break}case"\
115
+ parameters":{s.parameters=xe(i.value,e,o,n),s.parameters&&i.description&&(s.parameters.
116
+ description=i.description);break}case"body":{s.body=P(i.value,e,o,n),s.body&&i.description&&
117
+ (s.body.description=i.description);break}}return s},"getTypeFromMembers");var je=p((e,t,r,o)=>{if(!ie(e))return null;let n={},s=new Set(["name","file"]);if(e.
118
+ description&&(n.description=e.description),(n.name=e.name)&&s.delete("name"),(n.
119
+ file=e.file)&&s.delete("file"),e.parameters){let[{value:i}]=e.parameters;n.request=
120
+ Re(i,t,r,o)}return e.return&&(n.response=He(e.return,t,r,o)),Vt(n)?n:(o.push(new H(
121
+ [...s],e.file)),null)},"getHttpAuthorizer"),Vt=p(e=>!!e.name&&!!e.file,"isValidA\
122
+ uthorizer");import{IncompleteTypeError as Qt}from"@ez4/common/library";var q=class extends Qt{static{p(this,"IncompleteHandlerError")}constructor(t,r){
123
+ super("Incomplete route handler",t,r)}};var we=p((e,t,r,o)=>{if(!ce(e))return null;let n={},s=new Set(["name","file","re\
124
+ sponse"]);if(e.description&&(n.description=e.description),(n.name=e.name)&&s.delete(
125
+ "name"),(n.file=e.file)&&s.delete("file"),e.parameters){let[{value:i}]=e.parameters;
126
+ n.request=Pe(i,t,r,o)}if(e.return){let i=he(e.return,t,r,o);i&&(n.response=i,s.delete(
127
+ "response"))}return Jt(n)?n:(o.push(new q([...s],e.file)),null)},"getHttpHandler"),
128
+ Jt=p(e=>!!e.name&&!!e.file&&!!e.response,"isValidHandler");var Ce=p((e,t,r,o)=>{let n=no(t)??[];return ke(n,e,r,o)},"getHttpRoutes"),ke=p((e,t,r,o)=>{
129
+ let n=[];for(let s of e){let i=po(s,t,r,o);Array.isArray(i)?n.push(...i):i&&n.push(
130
+ i)}return n},"getRouteFromTuple"),po=p((e,t,r,o)=>{if(!Kt(e))return Oe(e,t,r,o);
131
+ let n=oo(e,r);return n?Oe(n,t,r,o):null},"getTypeFromRoute"),so=p(e=>!!e.path&&!!e.
132
+ handler,"isValidRoute"),Oe=p((e,t,r,o)=>$(e)?ze(e,t,ro(e),r,o):Yt(e)?ze(e,t,eo(e),
133
+ r,o):Wt(e)&&e.spread?ke(e.elements,t,r,o):null,"getRouteType"),ze=p((e,t,r,o,n)=>{
134
+ let s={},i=new Set(["path","handler"]);for(let c of r)if(!(!Gt(c)||c.inherited))
135
+ switch(c.name){default:n.push(new Xt(t.name,c.name,e.file));break;case"path":{let l=Lt(
136
+ c);l&&Z(l)&&(i.delete(c.name),s.path=l);break}case"handler":(s.handler=we(c.value,
137
+ t,o,n))&&i.delete(c.name);break;case"authorizer":s.authorizer=je(c.value,t,o,n);
138
+ break;case"httpErrors":s.httpErrors=d(c.value,t,o,n);break;case"memory":case"log\
139
+ Retention":case"timeout":s[c.name]=$t(c);break;case"cors":s.cors=_t(c);break;case"\
140
+ listener":s.listener=to(c.value,n);break;case"variables":s.variables=Zt(c,n);break}
141
+ return so(s)?s:(n.push(new M([...i],e.file)),null)},"getTypeFromMembers");import{InvalidServicePropertyError as mo,isModelDeclaration as ao,getModelMembers as uo,
142
+ getObjectMembers as fo,getPropertyBoolean as yo,getPropertyStringList as To,getPropertyNumber as go,
143
+ getReferenceType as Mo}from"@ez4/common/library";import{isModelProperty as Ho,isTypeObject as ho,
144
+ isTypeReference as bo}from"@ez4/reflection";import{IncompleteTypeError as io,IncorrectTypeError as co,InvalidTypeError as lo}from"@ez4/common/library";var D=class extends io{static{p(this,"IncompleteCorsError")}constructor(t,r){super(
145
+ "Incomplete HTTP CORS",t,r)}},F=class extends lo{static{p(this,"InvalidCorsTypeE\
146
+ rror")}constructor(t){super("Invalid HTTP CORS type",void 0,"Http.Cors",t)}},B=class extends co{constructor(r,o){
147
+ super("Incorrect HTTP CORS type",r,"Http.Cors",o);this.fallbackType=r}static{p(this,
148
+ "IncorrectCorsTypeError")}};var Fe=p((e,t,r,o)=>{if(!bo(e))return qe(e,t,o);let n=Mo(e,r);return n?qe(n,t,o):
149
+ null},"getHttpCors"),So=p(e=>!!e.allowOrigins?.length,"isValidCors"),qe=p((e,t,r)=>ho(
150
+ e)?De(e,t,fo(e),r):ao(e)?pe(e)?De(e,t,uo(e),r):(r.push(new B(e.name,e.file)),null):
151
+ (r.push(new F(t.file)),null),"getTypeCors"),De=p((e,t,r,o)=>{let n={},s=new Set(
152
+ ["allowOrigins"]);for(let i of r)if(!(!Ho(i)||i.inherited))switch(i.name){default:
153
+ o.push(new mo(t.name,i.name,e.file));break;case"allowOrigins":case"allowMethods":case"\
154
+ allowHeaders":case"exposeHeaders":n[i.name]=To(i);break;case"allowCredentials":n.
155
+ allowCredentials=yo(i);break;case"maxAge":n.maxAge=go(i);break}return So(n)?n:(o.
156
+ push(new D([...s],e.file)),null)},"getTypeFromMembers");import{InvalidServicePropertyError as Eo,isModelDeclaration as vo,getModelMembers as Ro,
157
+ getObjectMembers as Po,getPropertyNumber as jo,getReferenceType as wo}from"@ez4/common/library";
158
+ import{isModelProperty as Oo,isTypeObject as zo,isTypeReference as Co}from"@ez4/reflection";
159
+ import{isAnyNumber as Ue}from"@ez4/utils";import{IncompleteTypeError as xo,IncorrectTypeError as Io,InvalidTypeError as Ao}from"@ez4/common/library";var N=class extends xo{static{p(this,"IncompleteCacheError")}constructor(t,r){super(
160
+ "Incomplete gateway cache",t,r)}},U=class extends Ao{static{p(this,"InvalidCache\
161
+ TypeError")}constructor(t){super("Invalid gateway cache type",void 0,"Http.Cache",
162
+ t)}},V=class extends Io{constructor(r,o){super("Incorrect gateway cache type",r,
163
+ "Http.Cache",o);this.cacheType=r}static{p(this,"IncorrectCacheTypeError")}};var Ve=p((e,t,r,o)=>{if(!Co(e))return Be(e,t,o);let n=wo(e,r);return n?Be(n,t,o):
164
+ null},"getHttpCache"),ko=p(e=>Ue(e.authorizerTTL),"isValidCache"),Be=p((e,t,r)=>zo(
165
+ e)?Ne(e,t,Po(e),r):vo(e)?se(e)?Ne(e,t,Ro(e),r):(r.push(new V(e.name,e.file)),null):
166
+ (r.push(new U(t.file)),null),"getTypeCache"),Ne=p((e,t,r,o)=>{let n={},s=new Set(
167
+ ["authorizerTTL"]);for(let i of r)if(!(!Oo(i)||i.inherited))switch(i.name){default:
168
+ o.push(new Eo(t.name,i.name,e.file));break;case"authorizerTTL":{let c=jo(i);Ue(c)&&
169
+ (n[i.name]=c,s.delete(i.name));break}}return ko(n)?n:(o.push(new N([...s],e.file)),
170
+ null)},"getTypeFromMembers");var Qe=p(e=>{let t={},r=[];for(let o in e){let n=e[o];if(!_(n)||Do(n))continue;let s={
171
+ type:Q,extras:{}},i=new Set(["routes"]),c=n.file;s.name=n.name,n.description&&(s.
172
+ description=n.description);for(let l of No(n))if(!(!Qo(l)||l.inherited))switch(l.
173
+ name){default:r.push(new Vo(s.name,l.name,c));break;case"routes":(s.routes=Ce(n,
174
+ l,e,r))&&i.delete(l.name);break;case"name":s.displayName=Uo(l);break;case"defaul\
175
+ ts":s.defaults=ye(l.value,n,e,r);break;case"cache":s.cache=Ve(l.value,n,e,r);break;case"\
176
+ cors":s.cors=Fe(l.value,n,e,r);break;case"variables":s.variables=Bo(l,r);break;case"\
177
+ services":s.services=Fo(l,e,r);break}if(!Jo(s)){r.push(new y([...i],c));continue}
178
+ if(t[n.name]){r.push(new qo(n.name,c));continue}t[n.name]=s}return{services:t,errors:r}},
179
+ "getHttpServices"),Jo=p(e=>!!e.name&&!!e.routes&&!!e.extras,"isValidService");var Je=!1,oi=p(()=>{Je||(Go(),Yo(),Ko("@ez4/gateway",{"metadata:getServices":Qe}),
180
+ Je=!1)},"registerTriggers");import{IncorrectTypeError as Wo,InvalidTypeError as Xo}from"@ez4/common/library";var T=class extends Xo{static{p(this,"InvalidDefaultsTypeError")}constructor(t){
181
+ super("Invalid defaults",void 0,"Http.Defaults",t)}},g=class extends Wo{constructor(r,o){
182
+ super("Incorrect defaults",r,"Http.Defaults",o);this.defaultsType=r}static{p(this,
183
+ "IncorrectDefaultsTypeError")}};export{H as IncompleteAuthorizerError,N as IncompleteCacheError,D as IncompleteCorsError,
184
+ q as IncompleteHandlerError,M as IncompleteRouteError,y as IncompleteServiceError,
185
+ R as IncorrectBodyTypeError,V as IncorrectCacheTypeError,B as IncorrectCorsTypeError,
186
+ g as IncorrectDefaultsTypeError,A as IncorrectHeadersTypeError,x as IncorrectIdentityTypeError,
173
187
  z as IncorrectParameterTypeError,k as IncorrectQueryTypeError,w as IncorrectRequestTypeError,
174
- h as IncorrectResponseTypeError,b as InvalidBodyTypeError,U as InvalidCacheTypeError,
175
- F as InvalidCorsTypeError,d as InvalidDefaultsTypeError,v as InvalidHeadersTypeError,
176
- A as InvalidIdentityTypeError,O as InvalidParameterTypeError,C as InvalidQueryTypeError,
177
- j as InvalidRequestTypeError,H as InvalidResponseTypeError,a as InvalidRouteErrorTypeError,
188
+ b as IncorrectResponseTypeError,v as InvalidBodyTypeError,U as InvalidCacheTypeError,
189
+ F as InvalidCorsTypeError,T as InvalidDefaultsTypeError,I as InvalidHeadersTypeError,
190
+ S as InvalidIdentityTypeError,O as InvalidParameterTypeError,C as InvalidQueryTypeError,
191
+ j as InvalidRequestTypeError,h as InvalidResponseTypeError,u as InvalidRouteErrorTypeError,
178
192
  Q as ServiceType,Re as getHttpAuthRequest,He as getHttpAuthResponse,je as getHttpAuthorizer,
179
- Ve as getHttpCache,Fe as getHttpCors,we as getHttpHandler,Pe as getHttpHandlerRequest,
180
- he as getHttpHandlerResponse,P as getHttpHeaders,u as getHttpIdentity,xe as getHttpParameters,
181
- Ae as getHttpQuery,fe as getHttpRequestBody,ye as getHttpResponseBody,Ce as getHttpRoutes,
182
- Qe as getHttpServices,Xo as isHttpService,Is as registerTriggers};
193
+ P as getHttpBody,Ve as getHttpCache,Fe as getHttpCors,we as getHttpHandler,Pe as getHttpHandlerRequest,
194
+ he as getHttpHandlerResponse,E as getHttpHeaders,f as getHttpIdentity,xe as getHttpParameters,
195
+ Ae as getHttpQuery,Ce as getHttpRoutes,Qe as getHttpServices,_o as isHttpService,
196
+ oi as registerTriggers};
183
197
  //# sourceMappingURL=library.mjs.map
package/dist/main.cjs CHANGED
@@ -1,15 +1,18 @@
1
- "use strict";var n=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var R=(r,t)=>{for(var e in t)n(r,e,{get:t[e],enumerable:!0})},g=(r,t,e,o)=>{if(t&&
2
- typeof t=="object"||typeof t=="function")for(let p of l(t))!h.call(r,p)&&p!==e&&
3
- n(r,p,{get:()=>t[p],enumerable:!(o=H(t,p))||o.enumerable});return r};var q=r=>g(n({},"__esModule",{value:!0}),r);var b={};R(b,{Http:()=>y,HttpBadRequestError:()=>u,HttpError:()=>s,HttpForbiddenError:()=>a,
4
- HttpInternalServerError:()=>m,HttpNotFoundError:()=>c,HttpUnauthorizedError:()=>i,
5
- HttpUnprocessableEntityError:()=>d,HttpUnsupportedMediaTypeError:()=>x});module.
6
- exports=q(b);var y;(r=>{})(y||={});var s=class extends Error{constructor(e,o,p){super(o);this.status=e;this.message=
7
- o;this.details=p}},u=class extends s{constructor(t,e){super(400,t||"Bad request",
8
- e)}},i=class extends s{constructor(t,e){super(401,t||"Unauthorized",e)}},a=class extends s{constructor(t,e){
9
- super(403,t||"Forbidden",e)}},c=class extends s{constructor(t,e){super(404,t||"N\
10
- ot found",e)}},x=class extends s{constructor(t,e){super(415,t||"Unsupported medi\
11
- a type",e)}},d=class extends s{constructor(t,e){super(422,t||"Unprocessable enti\
12
- ty",e)}},m=class extends s{constructor(t,e){super(500,t||"Internal server error",
13
- e)}};0&&(module.exports={Http,HttpBadRequestError,HttpError,HttpForbiddenError,HttpInternalServerError,
1
+ "use strict";var u=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var p=(s,t)=>u(s,"name",{value:t,configurable:!0});var g=(s,t)=>{for(var e in t)u(s,e,{get:t[e],enumerable:!0})},S=(s,t,e,n)=>{if(t&&
2
+ typeof t=="object"||typeof t=="function")for(let o of l(t))!h.call(s,o)&&o!==e&&
3
+ u(s,o,{get:()=>t[o],enumerable:!(n=R(t,o))||n.enumerable});return s};var q=s=>S(u({},"__esModule",{value:!0}),s);var b={};g(b,{Http:()=>H,HttpBadRequestError:()=>i,HttpError:()=>r,HttpForbiddenError:()=>a,
4
+ HttpInternalServerError:()=>m,HttpNotFoundError:()=>x,HttpUnauthorizedError:()=>c,
5
+ HttpUnprocessableEntityError:()=>d,HttpUnsupportedMediaTypeError:()=>y});module.
6
+ exports=q(b);var H;(s=>{})(H||={});var r=class extends Error{constructor(e,n,o){super(n);this.status=e;this.message=
7
+ n;this.details=o}static{p(this,"HttpError")}},i=class extends r{static{p(this,"H\
8
+ ttpBadRequestError")}constructor(t,e){super(400,t||"Bad request",e)}},c=class extends r{static{
9
+ p(this,"HttpUnauthorizedError")}constructor(t,e){super(401,t||"Unauthorized",e)}},
10
+ a=class extends r{static{p(this,"HttpForbiddenError")}constructor(t,e){super(403,
11
+ t||"Forbidden",e)}},x=class extends r{static{p(this,"HttpNotFoundError")}constructor(t,e){
12
+ super(404,t||"Not found",e)}},y=class extends r{static{p(this,"HttpUnsupportedMe\
13
+ diaTypeError")}constructor(t,e){super(415,t||"Unsupported media type",e)}},d=class extends r{static{
14
+ p(this,"HttpUnprocessableEntityError")}constructor(t,e){super(422,t||"Unprocessa\
15
+ ble entity",e)}},m=class extends r{static{p(this,"HttpInternalServerError")}constructor(t,e){
16
+ super(500,t||"Internal server error",e)}};0&&(module.exports={Http,HttpBadRequestError,HttpError,HttpForbiddenError,HttpInternalServerError,
14
17
  HttpNotFoundError,HttpUnauthorizedError,HttpUnprocessableEntityError,HttpUnsupportedMediaTypeError});
15
18
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,11 +1,14 @@
1
- var d;(s=>{})(d||={});var r=class extends Error{constructor(e,x,m){super(x);this.status=e;this.message=
2
- x;this.details=m}},p=class extends r{constructor(t,e){super(400,t||"Bad request",
3
- e)}},o=class extends r{constructor(t,e){super(401,t||"Unauthorized",e)}},n=class extends r{constructor(t,e){
4
- super(403,t||"Forbidden",e)}},u=class extends r{constructor(t,e){super(404,t||"N\
5
- ot found",e)}},i=class extends r{constructor(t,e){super(415,t||"Unsupported medi\
6
- a type",e)}},a=class extends r{constructor(t,e){super(422,t||"Unprocessable enti\
7
- ty",e)}},c=class extends r{constructor(t,e){super(500,t||"Internal server error",
8
- e)}};export{d as Http,p as HttpBadRequestError,r as HttpError,n as HttpForbiddenError,
9
- c as HttpInternalServerError,u as HttpNotFoundError,o as HttpUnauthorizedError,a as HttpUnprocessableEntityError,
10
- i as HttpUnsupportedMediaTypeError};
1
+ var d=Object.defineProperty;var r=(s,t)=>d(s,"name",{value:t,configurable:!0});var m;(s=>{})(m||={});var p=class extends Error{constructor(e,y,H){super(y);this.status=e;this.message=
2
+ y;this.details=H}static{r(this,"HttpError")}},o=class extends p{static{r(this,"H\
3
+ ttpBadRequestError")}constructor(t,e){super(400,t||"Bad request",e)}},n=class extends p{static{
4
+ r(this,"HttpUnauthorizedError")}constructor(t,e){super(401,t||"Unauthorized",e)}},
5
+ u=class extends p{static{r(this,"HttpForbiddenError")}constructor(t,e){super(403,
6
+ t||"Forbidden",e)}},i=class extends p{static{r(this,"HttpNotFoundError")}constructor(t,e){
7
+ super(404,t||"Not found",e)}},c=class extends p{static{r(this,"HttpUnsupportedMe\
8
+ diaTypeError")}constructor(t,e){super(415,t||"Unsupported media type",e)}},a=class extends p{static{
9
+ r(this,"HttpUnprocessableEntityError")}constructor(t,e){super(422,t||"Unprocessa\
10
+ ble entity",e)}},x=class extends p{static{r(this,"HttpInternalServerError")}constructor(t,e){
11
+ super(500,t||"Internal server error",e)}};export{m as Http,o as HttpBadRequestError,p as HttpError,u as HttpForbiddenError,
12
+ x as HttpInternalServerError,i as HttpNotFoundError,n as HttpUnauthorizedError,a as HttpUnprocessableEntityError,
13
+ c as HttpUnsupportedMediaTypeError};
11
14
  //# sourceMappingURL=main.mjs.map
@@ -1,6 +1,5 @@
1
1
  import type { AllType, SourceMap, TypeIntersection, TypeModel, TypeObject } from '@ez4/reflection';
2
2
  import type { ArraySchema, ObjectSchema, UnionSchema } from '@ez4/schema/library';
3
3
  type TypeParent = TypeObject | TypeModel | TypeIntersection;
4
- export declare const getHttpRequestBody: (type: AllType, parent: TypeParent, reflection: SourceMap, errorList: Error[]) => ObjectSchema | UnionSchema | ArraySchema | null;
5
- export declare const getHttpResponseBody: (type: AllType, parent: TypeParent, reflection: SourceMap, errorList: Error[]) => ObjectSchema | UnionSchema | ArraySchema | import("@ez4/schema/library").BooleanSchema | import("@ez4/schema/library").NumberSchema | import("@ez4/schema/library").StringSchema | null;
4
+ export declare const getHttpBody: (type: AllType, parent: TypeParent, reflection: SourceMap, errorList: Error[]) => import("@ez4/schema/library").BooleanSchema | import("@ez4/schema/library").NumberSchema | import("@ez4/schema/library").StringSchema | ObjectSchema | UnionSchema | ArraySchema | null;
6
5
  export {};