@zuplo/cli 6.74.10 → 6.74.12

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.
Files changed (88) hide show
  1. package/node_modules/@hono/node-server/README.md +47 -1
  2. package/node_modules/@hono/node-server/dist/early-hints.cjs +35 -0
  3. package/node_modules/@hono/node-server/dist/early-hints.d.cts +16 -0
  4. package/node_modules/@hono/node-server/dist/early-hints.d.mts +16 -0
  5. package/node_modules/@hono/node-server/dist/early-hints.mjs +33 -0
  6. package/node_modules/@hono/node-server/dist/index.cjs +4 -1
  7. package/node_modules/@hono/node-server/dist/index.mjs +4 -1
  8. package/node_modules/@hono/node-server/package.json +14 -1
  9. package/node_modules/@zuplo/core/package.json +1 -1
  10. package/node_modules/@zuplo/graphql/out/esm/index.js +12 -12
  11. package/node_modules/@zuplo/graphql/package.json +1 -1
  12. package/node_modules/@zuplo/openapi-tools/package.json +2 -2
  13. package/node_modules/@zuplo/otel/out/esm/{chunk-TXIQ6WNA.js → chunk-AHNBOCFU.js} +1 -1
  14. package/node_modules/@zuplo/otel/out/esm/index.js +1 -1
  15. package/node_modules/@zuplo/otel/package.json +1 -1
  16. package/node_modules/@zuplo/runtime/out/esm/chunk-AVDTZRWM.js +26 -0
  17. package/node_modules/@zuplo/runtime/out/esm/chunk-AVDTZRWM.js.map +1 -0
  18. package/node_modules/@zuplo/runtime/out/esm/{chunk-2EFTGELI.js → chunk-VVVYHDCV.js} +94 -92
  19. package/node_modules/@zuplo/runtime/out/esm/chunk-VVVYHDCV.js.map +1 -0
  20. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  21. package/node_modules/@zuplo/runtime/out/esm/index.js.map +1 -1
  22. package/node_modules/@zuplo/runtime/out/esm/internal/index.js +1 -1
  23. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
  24. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
  25. package/node_modules/@zuplo/runtime/out/types/index.d.ts +177 -0
  26. package/node_modules/@zuplo/runtime/package.json +1 -1
  27. package/node_modules/hono/dist/cjs/context.js +28 -13
  28. package/node_modules/hono/dist/cjs/hono-base.js +3 -2
  29. package/node_modules/hono/dist/cjs/jsx/base.js +26 -14
  30. package/node_modules/hono/dist/cjs/jsx/hooks/index.js +2 -2
  31. package/node_modules/hono/dist/cjs/middleware/cache/index.js +103 -8
  32. package/node_modules/hono/dist/cjs/middleware/compress/index.js +5 -0
  33. package/node_modules/hono/dist/cjs/middleware/cors/index.js +1 -1
  34. package/node_modules/hono/dist/cjs/middleware/etag/index.js +1 -1
  35. package/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +9 -4
  36. package/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +9 -4
  37. package/node_modules/hono/dist/cjs/middleware/method-not-allowed/index.js +90 -0
  38. package/node_modules/hono/dist/cjs/request.js +6 -8
  39. package/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +55 -56
  40. package/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +64 -85
  41. package/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +13 -5
  42. package/node_modules/hono/dist/cjs/router.js +1 -1
  43. package/node_modules/hono/dist/cjs/utils/cookie.js +1 -1
  44. package/node_modules/hono/dist/cjs/utils/url.js +7 -7
  45. package/node_modules/hono/dist/context.js +28 -13
  46. package/node_modules/hono/dist/hono-base.js +3 -2
  47. package/node_modules/hono/dist/jsx/base.js +26 -14
  48. package/node_modules/hono/dist/jsx/hooks/index.js +2 -2
  49. package/node_modules/hono/dist/middleware/cache/index.js +103 -8
  50. package/node_modules/hono/dist/middleware/compress/index.js +5 -0
  51. package/node_modules/hono/dist/middleware/cors/index.js +1 -1
  52. package/node_modules/hono/dist/middleware/etag/index.js +1 -1
  53. package/node_modules/hono/dist/middleware/jwk/jwk.js +9 -4
  54. package/node_modules/hono/dist/middleware/jwt/jwt.js +9 -4
  55. package/node_modules/hono/dist/middleware/method-not-allowed/index.js +68 -0
  56. package/node_modules/hono/dist/request.js +7 -9
  57. package/node_modules/hono/dist/router/reg-exp-router/node.js +55 -56
  58. package/node_modules/hono/dist/router/reg-exp-router/router.js +64 -85
  59. package/node_modules/hono/dist/router/reg-exp-router/trie.js +13 -5
  60. package/node_modules/hono/dist/router.js +1 -1
  61. package/node_modules/hono/dist/types/client/types.d.ts +1 -1
  62. package/node_modules/hono/dist/types/hono-base.d.ts +4 -3
  63. package/node_modules/hono/dist/types/jsx/base.d.ts +4 -2
  64. package/node_modules/hono/dist/types/jsx/dom/index.d.ts +5 -5
  65. package/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +2 -2
  66. package/node_modules/hono/dist/types/jsx/dom/server.d.ts +5 -5
  67. package/node_modules/hono/dist/types/jsx/hooks/index.d.ts +8 -6
  68. package/node_modules/hono/dist/types/jsx/index.d.ts +5 -5
  69. package/node_modules/hono/dist/types/middleware/cache/index.d.ts +6 -4
  70. package/node_modules/hono/dist/types/middleware/cors/index.d.ts +1 -1
  71. package/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +2 -2
  72. package/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +2 -0
  73. package/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +2 -0
  74. package/node_modules/hono/dist/types/middleware/method-not-allowed/index.d.ts +49 -0
  75. package/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +1 -1
  76. package/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +2 -1
  77. package/node_modules/hono/dist/types/router.d.ts +1 -1
  78. package/node_modules/hono/dist/types/utils/headers.d.ts +2 -2
  79. package/node_modules/hono/dist/types/utils/url.d.ts +1 -0
  80. package/node_modules/hono/dist/utils/cookie.js +2 -2
  81. package/node_modules/hono/dist/utils/url.js +5 -6
  82. package/node_modules/hono/package.json +9 -1
  83. package/package.json +6 -6
  84. package/node_modules/@zuplo/runtime/out/esm/chunk-2EFTGELI.js.map +0 -1
  85. package/node_modules/@zuplo/runtime/out/esm/chunk-ZB7PAWBM.js +0 -26
  86. package/node_modules/@zuplo/runtime/out/esm/chunk-ZB7PAWBM.js.map +0 -1
  87. /package/node_modules/@zuplo/otel/out/esm/{chunk-TXIQ6WNA.js.map → chunk-AHNBOCFU.js.map} +0 -0
  88. /package/node_modules/@zuplo/runtime/out/esm/{chunk-2EFTGELI.js.LEGAL.txt → chunk-VVVYHDCV.js.LEGAL.txt} +0 -0
@@ -22,5 +22,5 @@
22
22
  * DEALINGS IN THE SOFTWARE.
23
23
  *--------------------------------------------------------------------------------------------*/
24
24
 
25
- import{$d as Vt,$g as os,A as N,Ad as lt,Ae as lr,Ah as qs,B as O,Bd as jt,Be as jr,Bh as vs,C as Q,Cd as Bt,Ce as Br,Ch as zs,D as V,Dd as Ct,De as Cr,Dh as Gs,E as W,Ed as Dt,Ee as Dr,Eh as Is,F as X,Fd as Et,Fe as Er,Fh as Js,G as Y,Gd as Ht,Ge as Hr,Gh as Ks,H as Z,Hd as Pt,He as Pr,Hh as Ms,I as _,Id as St,Ie as Sr,Ih as Ns,J as tt,Jd as Tt,Je as Tr,Jh as Os,K as rt,Kd as Ut,Ke as Ur,Kh as Qs,L as st,Ld as $t,Le as $r,Lh as Vs,M as et,Md as kt,Me as kr,Mh as Ws,N as ot,Nd as Ft,Ne as Fr,Nh as Xs,O as at,Od as Lt,Oe as Lr,Oh as Ys,Pd as Rt,Pg as Or,Qd as qt,Qg as Qr,Rd as vt,Rg as Vr,Sd as zt,Sg as Wr,Td as Gt,Tg as Xr,Ud as It,Ug as Yr,Vd as Jt,Vg as Zr,Wd as Kt,Wg as _r,Xd as Mt,Xg as ts,Yd as Nt,Yg as rs,Zd as Ot,Zg as ss,_d as Qt,_g as es,a as b,ae as Wt,ah as as,b as l,be as Xt,bh as ns,c as j,ce as Yt,ch as is,d as B,de as Zt,dh as ps,e as C,ee as _t,eh as cs,f as D,fe as tr,fh as hs,g as E,ge as rr,gh as ms,h as H,he as sr,hh as gs,i as P,ie as er,ih as ds,j as S,je as or,jh as As,k as n,ke as ar,kf as Rr,kh as bs,l as T,ld as nt,le as nr,lf as qr,lh as ls,m as U,md as it,me as ir,mf as vr,mh as js,n as $,nd as pt,ne as pr,nf as zr,nh as Bs,o as k,od as ct,oe as cr,of as Gr,oh as Cs,p as F,pd as ht,pe as hr,pf as Ir,ph as Ds,q as L,qd as mt,qe as mr,qf as Jr,qh as Es,r as R,rd as gt,re as gr,rf as Kr,rh as Hs,sd as dt,se as dr,sf as Mr,sh as Ps,t as q,td as ut,te as ur,tf as Nr,th as Ss,u as z,ud as ft,ue as fr,uh as Ts,v as G,vd as xt,ve as xr,vh as Us,w as I,wd as yt,we as yr,wh as $s,x as J,xd as wt,xe as wr,xh as ks,yd as At,ye as Ar,yh as Fs,z as M,zd as bt,ze as br,zh as Rs}from"./chunk-2EFTGELI.js";import{c as y,d as K,f as us,g as fs,h as xs,i as ys,j as ws}from"./chunk-ZB7PAWBM.js";import"./chunk-2UG5Z76T.js";import{a as v}from"./chunk-QGAJTUPE.js";import"./chunk-A3QGJZO7.js";import{M as Ls,d as w,e as A}from"./chunk-SMQPMERU.js";import{a as x}from"./chunk-UKQQD2JN.js";import{V as u,X as a,Y as f}from"./chunk-7AMMYBFQ.js";import{a as t}from"./chunk-TYV53J3B.js";var e=["sha-1","sha-256","sha-384","sha-512"],r=class{static{t(this,"BaseCryptoBeta")}};var o=class extends r{static{t(this,"WorkerCryptoBeta")}async digest(s,p){if(n("runtime.crypto-beta"),!e.includes(s.toLowerCase()))throw new a(`Algorithm ${s} is not supported. Try using ${e.join(", ")}`);let c=new TextEncoder().encode(p),h=await crypto.subtle.digest(s,c);return Array.from(new Uint8Array(h)).map(m=>m.toString(16).padStart(2,"0")).join("")}};export{vt as AIGatewayAnthropicToOpenAIInboundPolicy,zt as AIGatewayAuthInboundPolicy,Gt as AIGatewayAuthV2InboundPolicy,It as AIGatewayConfigurationExecutorV2InboundPolicy,Jt as AIGatewayFallbackModelV2InboundPolicy,_ as AIGatewayMeteringInboundPolicy,Kt as AIGatewayMeteringV2InboundPolicy,Mt as AIGatewayModelFilteringV2InboundPolicy,l as AIGatewayModelRouting,b as AIGatewayModels,Nt as AIGatewayOpenAIToAnthropicOutboundPolicy,Ot as AIGatewaySemanticCacheInboundPolicy,Qt as AIGatewaySemanticCacheOutboundPolicy,Vt as AIGatewaySemanticCacheV2InboundPolicy,Wt as AIGatewayUsageTrackerPolicy,ut as AWSLoggingPlugin,Xt as AkamaiAIFirewallInboundPolicy,Yt as AkamaiAIFirewallV2InboundPolicy,Ut as AkamaiApiSecurityPlugin,Zt as AkamaiFirewallForAiInboundPolicy,_t as AkamaiFirewallForAiOutboundPolicy,rr as AmberfloMeteringInboundPolicy,tr as AmberfloMeteringPolicy,er as ApiAuthKeyInboundPolicy,Xs as ApiKeyConsumerClient,sr as ApiKeyInboundPolicy,Et as AuditLogDataStaxProvider,or as AuditLogInboundPolicy,Ht as AuditLogPlugin,nr as Auth0JwtInboundPolicy,ir as AuthZenInboundPolicy,st as AwsLambdaHandlerExtensions,pr as AxiomaticsAuthZInboundPolicy,kt as AzureBlobPlugin,Ft as AzureEventHubsRequestLoggerPlugin,I as BackgroundDispatchError,$t as BackgroundDispatcher,Ys as BackgroundLoader,cr as BasicAuthInboundPolicy,is as BasicRateLimitInboundPolicy,J as BatchDispatch,hr as BrownoutInboundPolicy,mr as CachingInboundPolicy,gr as ChangeMethodInboundPolicy,dr as ClearHeadersInboundPolicy,ur as ClearHeadersOutboundPolicy,fr as ClerkJwtInboundPolicy,xr as CognitoJwtInboundPolicy,yr as CometOpikTracingInboundPolicy,wr as CometOpikTracingV2InboundPolicy,Ar as ComplexRateLimitInboundPolicy,br as CompositeInboundPolicy,lr as CompositeOutboundPolicy,f as ConfigurationError,z as ContentTypes,x as ContextData,o as CryptoBeta,jr as CurityPhantomTokenInboundPolicy,Q as DataDogLoggingPlugin,jt as DataDogMetricsPlugin,Br as DataLossPreventionInboundPolicy,Cr as DataLossPreventionOutboundPolicy,ft as DynaTraceLoggingPlugin,Bt as DynatraceMetricsPlugin,Dr as FirebaseJwtInboundPolicy,Er as FormDataToJsonInboundPolicy,Hr as GalileoTracingInboundPolicy,Pr as GalileoTracingV2InboundPolicy,Sr as GeoFilterInboundPolicy,O as GoogleCloudLoggingPlugin,$r as GraphqlAnalyticsOutboundPolicy,Z as Handler,kr as HttpDeprecationOutboundPolicy,R as HttpProblems,k as HttpStatusCode,Rt as HydrolixRequestLoggerPlugin,M as InboundPolicy,Fr as IpAddressRestrictionInboundPolicy,Lr as JWTScopeValidationInboundPolicy,Pt as JwtServicePlugin,xt as LokiLoggingPlugin,W as LookupResult,Zr as MTLSAuthInboundPolicy,Or as McpAuth0OAuthInboundPolicy,Rr as McpClerkOAuthInboundPolicy,qr as McpCognitoOAuthInboundPolicy,vr as McpEntraOAuthInboundPolicy,St as McpGatewayOAuthProtectedResourcePlugin,zr as McpGoogleOAuthInboundPolicy,Gr as McpKeycloakOAuthInboundPolicy,Ir as McpLogtoOAuthInboundPolicy,Qr as McpOAuthInboundPolicy,Jr as McpOktaOAuthInboundPolicy,Kr as McpOneLoginOAuthInboundPolicy,Mr as McpPingOAuthInboundPolicy,Nr as McpWorkosOAuthInboundPolicy,A as MemoryZoneReadThroughCache,Vr as MockApiInboundPolicy,Xr as MoesifInboundPolicy,Yr as MonetizationInboundPolicy,yt as NewRelicLoggingPlugin,Ct as NewRelicMetricsPlugin,Tt as OAuthProtectedResourcePlugin,Dt as OTelMetricsPlugin,_r as OktaFGAAuthZInboundPolicy,ts as OktaJwtInboundPolicy,rs as OpenFGAAuthZInboundPolicy,ar as OpenIdJwtInboundPolicy,ss as OpenMeterInboundPolicy,N as OutboundPolicy,L as ProblemResponseFormatter,es as PromptInjectionDetectionOutboundPolicy,os as PropelAuthJwtInboundPolicy,as as QueryParamToHeaderInboundPolicy,ns as QuotaInboundPolicy,is as RateLimitInboundPolicy,ps as ReadmeMetricsInboundPolicy,cs as RemoveHeadersInboundPolicy,hs as RemoveHeadersOutboundPolicy,ms as RemoveQueryParamsInboundPolicy,gs as ReplaceStringOutboundPolicy,qt as RequestLoggerPlugin,ds as RequestSizeLimitInboundPolicy,As as RequestValidationInboundPolicy,ls as RequireOriginInboundPolicy,js as RequireUserClaimsInboundPolicy,X as ResponseSendingEvent,Y as ResponseSentEvent,a as RuntimeError,u as SYSTEM_LOGGER,bs as SchemaBasedRequestValidation,Bs as SecretMaskingOutboundPolicy,$ as SemanticAttributes,Cs as SemanticCacheInboundPolicy,Ws as ServiceProviderImpl,Ds as SetBodyInboundPolicy,Es as SetHeadersInboundPolicy,Hs as SetHeadersOutboundPolicy,Ps as SetQueryParamsInboundPolicy,Ss as SetStatusOutboundPolicy,Ts as SetUpstreamApiKeyInboundPolicy,Us as SleepInboundPolicy,wt as SplunkLoggingPlugin,U as StreamingZoneCache,$s as StripeWebhookVerificationInboundPolicy,At as SumoLogicLoggingPlugin,ks as SupabaseJwtInboundPolicy,K as SystemRouteName,q as TelemetryPlugin,Fs as TrafficSplittingInboundPolicy,Rs as UpstreamAwsFederatedAuthInboundPolicy,qs as UpstreamAwsServiceAuthInboundPolicy,vs as UpstreamAzureAdServiceAuthInboundPolicy,zs as UpstreamFirebaseAdminAuthInboundPolicy,Gs as UpstreamFirebaseUserAuthInboundPolicy,Is as UpstreamGcpFederatedAuthInboundPolicy,Js as UpstreamGcpJwtInboundPolicy,Ks as UpstreamGcpServiceAuthInboundPolicy,Ms as UpstreamOAuthClientCredentialsInboundPolicy,Ns as UpstreamZuploJwtAuthInboundPolicy,bt as VMWareLogInsightLoggingPlugin,Os as ValidateJsonSchemaInbound,Qs as WebBotAuthInboundPolicy,Vs as XmlToJsonOutboundPolicy,w as ZoneCache,lt as ZuploMcpSdk,v as ZuploRequest,Ls as ZuploServices,tt as aiGatewayHandler,rt as aiGatewayHandlerV2,T as apiServices,et as awsLambdaHandler,Lt as defaultGenerateHydrolixEntry,y as environment,H as extractAllText,Tr as extractGraphqlErrors,S as extractStreamTextDelta,E as flattenMessageContent,j as getFormat,fs as getIdForParameterSchema,ys as getIdForRefSchema,xs as getIdForRequestBodySchema,us as getRawOperationDataIdentifierName,B as getRequestBody,C as getResponseBody,P as getStreamEvents,D as getUsage,F as httpStatuses,ot as legacyDevPortalHandler,nt as mcpServerHandler,it as openApiSpecHandler,V as recordGraphqlCacheState,pt as redirectHandler,at as redirectLegacyDevPortal,Ur as responseHasGraphqlErrors,ws as sanitizedIdentifierName,G as serialize,Wr as setMoesifContext,n as trackFeature,ht as urlForwardHandler,mt as urlRewriteHandler,dt as webSocketHandler,gt as webSocketPipelineHandler,ct as zuploServiceProxy};
25
+ import{$d as Qt,$g as es,A as M,Ad as bt,Ae as br,Ah as Ls,B as N,Bd as lt,Be as lr,Bh as qs,C as O,Cd as jt,Ce as jr,Ch as vs,D as Q,Dd as Bt,De as Br,Dh as zs,E as V,Ed as Ct,Ee as Cr,Eh as Gs,F as W,Fd as Dt,Fe as Dr,Fh as Is,G as X,Gd as Et,Ge as Er,Gh as Js,H as Y,Hd as Ht,He as Hr,Hh as Ks,I as Z,Id as Pt,Ie as Pr,Ih as Ms,J as _,Jd as St,Je as Sr,Jh as Ns,K as tt,Kd as Tt,Ke as Tr,Kh as Os,L as rt,Ld as Ut,Le as Ur,Lh as Qs,M as st,Md as $t,Me as $r,Mh as Vs,N as et,Nd as kt,Ne as kr,Nh as Ws,O as ot,Od as Ft,Oe as Fr,Oh as Xs,P as at,Pd as Lt,Pe as Lr,Ph as Ys,Qd as Rt,Qe as Rr,Qh as Zs,Rd as qt,Rg as Qr,Sd as vt,Sg as Vr,Td as zt,Tg as Wr,Ud as Gt,Ug as Xr,Vd as It,Vg as Yr,Wd as Jt,Wg as Zr,Xd as Kt,Xg as _r,Yd as Mt,Yg as ts,Zd as Nt,Zg as rs,_d as Ot,_g as ss,a as b,ae as Vt,ah as os,b as l,be as Wt,bh as as,c as j,ce as Xt,ch as ns,d as B,de as Yt,dh as is,e as C,ee as Zt,eh as ps,f as D,fe as _t,fh as cs,g as E,ge as tr,gh as hs,h as H,he as rr,hh as ms,i as P,ie as sr,ih as gs,j as S,je as er,jh as ds,k as n,ke as or,kh as us,l as T,le as ar,lh as bs,m as U,md as nt,me as nr,mf as qr,mh as ls,n as $,nd as it,ne as ir,nf as vr,nh as js,o as k,od as pt,oe as pr,of as zr,oh as Bs,p as F,pd as ct,pe as cr,pf as Gr,ph as Cs,q as L,qd as ht,qe as hr,qf as Ir,qh as Ds,r as R,rd as mt,re as mr,rf as Jr,rh as Es,sd as gt,se as gr,sf as Kr,sh as Hs,t as q,td as dt,te as dr,tf as Mr,th as Ps,u as z,ud as ut,ue as ur,uf as Nr,uh as Ss,v as G,vd as ft,ve as fr,vf as Or,vh as Ts,w as I,wd as xt,we as xr,wh as Us,x as J,xd as yt,xe as yr,xh as $s,yd as wt,ye as wr,yh as ks,z as K,zd as At,ze as Ar,zh as Fs}from"./chunk-VVVYHDCV.js";import{c as y,e as fs,f as xs,g as ys,h as ws,i as As}from"./chunk-AVDTZRWM.js";import"./chunk-2UG5Z76T.js";import{a as v}from"./chunk-QGAJTUPE.js";import"./chunk-A3QGJZO7.js";import{M as Rs,d as w,e as A}from"./chunk-SMQPMERU.js";import{a as x}from"./chunk-UKQQD2JN.js";import{V as u,X as a,Y as f}from"./chunk-7AMMYBFQ.js";import{a as t}from"./chunk-TYV53J3B.js";var e=["sha-1","sha-256","sha-384","sha-512"],r=class{static{t(this,"BaseCryptoBeta")}};var o=class extends r{static{t(this,"WorkerCryptoBeta")}async digest(s,p){if(n("runtime.crypto-beta"),!e.includes(s.toLowerCase()))throw new a(`Algorithm ${s} is not supported. Try using ${e.join(", ")}`);let c=new TextEncoder().encode(p),h=await crypto.subtle.digest(s,c);return Array.from(new Uint8Array(h)).map(m=>m.toString(16).padStart(2,"0")).join("")}};export{vt as AIGatewayAnthropicToOpenAIInboundPolicy,zt as AIGatewayAuthInboundPolicy,Gt as AIGatewayAuthV2InboundPolicy,It as AIGatewayConfigurationExecutorV2InboundPolicy,Jt as AIGatewayFallbackModelV2InboundPolicy,_ as AIGatewayMeteringInboundPolicy,Kt as AIGatewayMeteringV2InboundPolicy,Mt as AIGatewayModelFilteringV2InboundPolicy,l as AIGatewayModelRouting,b as AIGatewayModels,Nt as AIGatewayOpenAIToAnthropicOutboundPolicy,Ot as AIGatewaySemanticCacheInboundPolicy,Qt as AIGatewaySemanticCacheOutboundPolicy,Vt as AIGatewaySemanticCacheV2InboundPolicy,Wt as AIGatewayUsageTrackerPolicy,ut as AWSLoggingPlugin,Xt as AkamaiAIFirewallInboundPolicy,Yt as AkamaiAIFirewallV2InboundPolicy,Ut as AkamaiApiSecurityPlugin,Zt as AkamaiFirewallForAiInboundPolicy,_t as AkamaiFirewallForAiOutboundPolicy,rr as AmberfloMeteringInboundPolicy,tr as AmberfloMeteringPolicy,er as ApiAuthKeyInboundPolicy,Ys as ApiKeyConsumerClient,sr as ApiKeyInboundPolicy,Et as AuditLogDataStaxProvider,or as AuditLogInboundPolicy,Ht as AuditLogPlugin,nr as Auth0JwtInboundPolicy,ir as AuthZenInboundPolicy,st as AwsLambdaHandlerExtensions,pr as AxiomaticsAuthZInboundPolicy,kt as AzureBlobPlugin,Ft as AzureEventHubsRequestLoggerPlugin,I as BackgroundDispatchError,$t as BackgroundDispatcher,Zs as BackgroundLoader,cr as BasicAuthInboundPolicy,ps as BasicRateLimitInboundPolicy,J as BatchDispatch,hr as BrownoutInboundPolicy,mr as CachingInboundPolicy,gr as CdnCacheControlOutboundPolicy,dr as ChangeMethodInboundPolicy,ur as ClearHeadersInboundPolicy,fr as ClearHeadersOutboundPolicy,xr as ClerkJwtInboundPolicy,yr as CognitoJwtInboundPolicy,wr as CometOpikTracingInboundPolicy,Ar as CometOpikTracingV2InboundPolicy,br as ComplexRateLimitInboundPolicy,lr as CompositeInboundPolicy,jr as CompositeOutboundPolicy,f as ConfigurationError,z as ContentTypes,x as ContextData,o as CryptoBeta,Br as CurityPhantomTokenInboundPolicy,Q as DataDogLoggingPlugin,jt as DataDogMetricsPlugin,Cr as DataLossPreventionInboundPolicy,Dr as DataLossPreventionOutboundPolicy,ft as DynaTraceLoggingPlugin,Bt as DynatraceMetricsPlugin,Er as FirebaseJwtInboundPolicy,Hr as FormDataToJsonInboundPolicy,Pr as GalileoTracingInboundPolicy,Sr as GalileoTracingV2InboundPolicy,Tr as GeoFilterInboundPolicy,O as GoogleCloudLoggingPlugin,kr as GraphqlAnalyticsOutboundPolicy,Z as Handler,Fr as HttpDeprecationOutboundPolicy,R as HttpProblems,k as HttpStatusCode,Rt as HydrolixRequestLoggerPlugin,M as InboundPolicy,Lr as IpAddressRestrictionInboundPolicy,Rr as JWTScopeValidationInboundPolicy,Pt as JwtServicePlugin,xt as LokiLoggingPlugin,W as LookupResult,_r as MTLSAuthInboundPolicy,Qr as McpAuth0OAuthInboundPolicy,qr as McpClerkOAuthInboundPolicy,vr as McpCognitoOAuthInboundPolicy,zr as McpEntraOAuthInboundPolicy,St as McpGatewayOAuthProtectedResourcePlugin,Gr as McpGoogleOAuthInboundPolicy,Ir as McpKeycloakOAuthInboundPolicy,Jr as McpLogtoOAuthInboundPolicy,Vr as McpOAuthInboundPolicy,Kr as McpOktaOAuthInboundPolicy,Mr as McpOneLoginOAuthInboundPolicy,Nr as McpPingOAuthInboundPolicy,Or as McpWorkosOAuthInboundPolicy,A as MemoryZoneReadThroughCache,Wr as MockApiInboundPolicy,Yr as MoesifInboundPolicy,Zr as MonetizationInboundPolicy,yt as NewRelicLoggingPlugin,Ct as NewRelicMetricsPlugin,Tt as OAuthProtectedResourcePlugin,Dt as OTelMetricsPlugin,ts as OktaFGAAuthZInboundPolicy,rs as OktaJwtInboundPolicy,ss as OpenFGAAuthZInboundPolicy,ar as OpenIdJwtInboundPolicy,es as OpenMeterInboundPolicy,N as OutboundPolicy,L as ProblemResponseFormatter,os as PromptInjectionDetectionOutboundPolicy,as as PropelAuthJwtInboundPolicy,ns as QueryParamToHeaderInboundPolicy,is as QuotaInboundPolicy,ps as RateLimitInboundPolicy,cs as ReadmeMetricsInboundPolicy,hs as RemoveHeadersInboundPolicy,ms as RemoveHeadersOutboundPolicy,gs as RemoveQueryParamsInboundPolicy,ds as ReplaceStringOutboundPolicy,qt as RequestLoggerPlugin,us as RequestSizeLimitInboundPolicy,bs as RequestValidationInboundPolicy,js as RequireOriginInboundPolicy,Bs as RequireUserClaimsInboundPolicy,X as ResponseSendingEvent,Y as ResponseSentEvent,a as RuntimeError,u as SYSTEM_LOGGER,ls as SchemaBasedRequestValidation,Cs as SecretMaskingOutboundPolicy,$ as SemanticAttributes,Ds as SemanticCacheInboundPolicy,Xs as ServiceProviderImpl,Es as SetBodyInboundPolicy,Hs as SetHeadersInboundPolicy,Ps as SetHeadersOutboundPolicy,Ss as SetQueryParamsInboundPolicy,Ts as SetStatusOutboundPolicy,Us as SetUpstreamApiKeyInboundPolicy,$s as SleepInboundPolicy,wt as SplunkLoggingPlugin,U as StreamingZoneCache,ks as StripeWebhookVerificationInboundPolicy,At as SumoLogicLoggingPlugin,Fs as SupabaseJwtInboundPolicy,K as SystemRouteName,q as TelemetryPlugin,Ls as TrafficSplittingInboundPolicy,qs as UpstreamAwsFederatedAuthInboundPolicy,vs as UpstreamAwsServiceAuthInboundPolicy,zs as UpstreamAzureAdServiceAuthInboundPolicy,Gs as UpstreamFirebaseAdminAuthInboundPolicy,Is as UpstreamFirebaseUserAuthInboundPolicy,Js as UpstreamGcpFederatedAuthInboundPolicy,Ks as UpstreamGcpJwtInboundPolicy,Ms as UpstreamGcpServiceAuthInboundPolicy,Ns as UpstreamOAuthClientCredentialsInboundPolicy,Os as UpstreamZuploJwtAuthInboundPolicy,bt as VMWareLogInsightLoggingPlugin,Qs as ValidateJsonSchemaInbound,Vs as WebBotAuthInboundPolicy,Ws as XmlToJsonOutboundPolicy,w as ZoneCache,lt as ZuploMcpSdk,v as ZuploRequest,Rs as ZuploServices,tt as aiGatewayHandler,rt as aiGatewayHandlerV2,T as apiServices,et as awsLambdaHandler,Lt as defaultGenerateHydrolixEntry,y as environment,H as extractAllText,Ur as extractGraphqlErrors,S as extractStreamTextDelta,E as flattenMessageContent,j as getFormat,xs as getIdForParameterSchema,ws as getIdForRefSchema,ys as getIdForRequestBodySchema,fs as getRawOperationDataIdentifierName,B as getRequestBody,C as getResponseBody,P as getStreamEvents,D as getUsage,F as httpStatuses,ot as legacyDevPortalHandler,nt as mcpServerHandler,it as openApiSpecHandler,V as recordGraphqlCacheState,pt as redirectHandler,at as redirectLegacyDevPortal,$r as responseHasGraphqlErrors,As as sanitizedIdentifierName,G as serialize,Xr as setMoesifContext,n as trackFeature,ht as urlForwardHandler,mt as urlRewriteHandler,dt as webSocketHandler,gt as webSocketPipelineHandler,ct as zuploServiceProxy};
26
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["@zuplo/runtime/crypto-beta.ts","@zuplo/runtime/platforms/worker/crypto-beta.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;g+DAIO,IAAMA,EAAmB,CAAC,QAAS,UAAW,UAAW,SAAS,EAKnDC,EAAf,KAA8B,CATrC,MASqC,CAAAC,EAAA,uBAErC,ECHO,IAAMC,EAAN,cAA+BC,CAAe,CARrD,MAQqD,CAAAC,EAAA,yBACnD,MAAM,OAAOC,EAAmBC,EAA+B,CAE7D,GADAC,EAAa,qBAAqB,EAC9B,CAACC,EAAiB,SAASH,EAAU,YAAY,CAAC,EACpD,MAAM,IAAII,EACR,aAAaJ,CAAS,gCAAgCG,EAAiB,KACrE,IACF,CAAC,EACH,EAEF,IAAME,EAAW,IAAI,YAAY,EAAE,OAAOJ,CAAI,EACxCK,EAAa,MAAM,OAAO,OAAO,OAAON,EAAWK,CAAQ,EAKjE,OAJkB,MAAM,KAAK,IAAI,WAAWC,CAAU,CAAC,EAEpD,IAAKC,GAAMA,EAAE,SAAS,EAAE,EAAE,SAAS,EAAG,GAAG,CAAC,EAC1C,KAAK,EAAE,CAEZ,CACF","names":["supportedDigests","BaseCryptoBeta","__name","WorkerCryptoBeta","BaseCryptoBeta","__name","algorithm","data","trackFeature","supportedDigests","RuntimeError","msgUint8","hashBuffer","b"]}
1
+ {"version":3,"sources":["@zuplo/runtime/crypto-beta.ts","@zuplo/runtime/platforms/worker/crypto-beta.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;y+DAIO,IAAMA,EAAmB,CAAC,QAAS,UAAW,UAAW,SAAS,EAKnDC,EAAf,KAA8B,CATrC,MASqC,CAAAC,EAAA,uBAErC,ECHO,IAAMC,EAAN,cAA+BC,CAAe,CARrD,MAQqD,CAAAC,EAAA,yBACnD,MAAM,OAAOC,EAAmBC,EAA+B,CAE7D,GADAC,EAAa,qBAAqB,EAC9B,CAACC,EAAiB,SAASH,EAAU,YAAY,CAAC,EACpD,MAAM,IAAII,EACR,aAAaJ,CAAS,gCAAgCG,EAAiB,KACrE,IACF,CAAC,EACH,EAEF,IAAME,EAAW,IAAI,YAAY,EAAE,OAAOJ,CAAI,EACxCK,EAAa,MAAM,OAAO,OAAO,OAAON,EAAWK,CAAQ,EAKjE,OAJkB,MAAM,KAAK,IAAI,WAAWC,CAAU,CAAC,EAEpD,IAAKC,GAAMA,EAAE,SAAS,EAAE,EAAE,SAAS,EAAG,GAAG,CAAC,EAC1C,KAAK,EAAE,CAEZ,CACF","names":["supportedDigests","BaseCryptoBeta","__name","WorkerCryptoBeta","BaseCryptoBeta","__name","algorithm","data","trackFeature","supportedDigests","RuntimeError","msgUint8","hashBuffer","b"]}
@@ -22,5 +22,5 @@
22
22
  * DEALINGS IN THE SOFTWARE.
23
23
  *--------------------------------------------------------------------------------------------*/
24
24
 
25
- import{a as e,b as t,e as o,f as a,g as i,h as r,i as n,j as m}from"../chunk-ZB7PAWBM.js";import"../chunk-A3QGJZO7.js";import"../chunk-UKQQD2JN.js";import"../chunk-7AMMYBFQ.js";import"../chunk-TYV53J3B.js";export{o as AIGatewayConfiguration,i as getIdForParameterSchema,n as getIdForRefSchema,r as getIdForRequestBodySchema,a as getRawOperationDataIdentifierName,e as isRestrictedEnvVariableName,t as isZuploReadableEnvVariableName,m as sanitizedIdentifierName};
25
+ import{a as e,b as t,d as o,e as a,f as i,g as r,h as n,i as m}from"../chunk-AVDTZRWM.js";import"../chunk-A3QGJZO7.js";import"../chunk-UKQQD2JN.js";import"../chunk-7AMMYBFQ.js";import"../chunk-TYV53J3B.js";export{o as AIGatewayConfiguration,i as getIdForParameterSchema,n as getIdForRefSchema,r as getIdForRequestBodySchema,a as getRawOperationDataIdentifierName,e as isRestrictedEnvVariableName,t as isZuploReadableEnvVariableName,m as sanitizedIdentifierName};
26
26
  //# sourceMappingURL=index.js.map