@zuplo/runtime 6.69.9 → 6.69.11

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.
@@ -11,6 +11,7 @@ import type { ValidateFunction } from "ajv";
11
11
  *
12
12
  * @hidden
13
13
  * @title Anthropic to OpenAI Format Translator
14
+ * @product ai-gateway
14
15
  * @param request - The incoming ZuploRequest
15
16
  * @param context - The ZuploContext
16
17
  * @param options - The policy configuration options
@@ -33,6 +34,7 @@ export declare interface AIGatewayAnthropicToOpenAIInboundPolicyOptions {}
33
34
  * authenticated requests.
34
35
  * @hidden
35
36
  * @title AI Gateway Authentication
37
+ * @product ai-gateway
36
38
  * @public
37
39
  *
38
40
  * @param request - The incoming ZuploRequest
@@ -153,6 +155,7 @@ export declare function aiGatewayHandler(
153
155
  * You should only have one for your entire Gateway.
154
156
  *
155
157
  * @title AI Gateway Metering
158
+ * @product ai-gateway
156
159
  * @hidden
157
160
  * @param request - The ZuploRequest
158
161
  * @param context - The ZuploContext
@@ -218,6 +221,7 @@ export declare interface AIGatewayMeteringInboundPolicyOptions {
218
221
  *
219
222
  * @hidden
220
223
  * @title OpenAI to Anthropic Format Translator
224
+ * @product ai-gateway
221
225
  * @param response - The response from the upstream service
222
226
  * @param request - The incoming ZuploRequest
223
227
  * @param context - The ZuploContext
@@ -243,6 +247,7 @@ export declare interface AIGatewayOpenAIToAnthropicOutboundPolicyOptions {}
243
247
  * what tolerance.
244
248
  *
245
249
  * @title AI Gateway Semantic Cache
250
+ * @product ai-gateway
246
251
  * @hidden
247
252
  * @param request - The ZuploRequest
248
253
  * @param context - The ZuploContext
@@ -269,6 +274,7 @@ export declare interface AIGatewaySemanticCacheInboundPolicyOptions {}
269
274
  * streaming and non-streaming responses.
270
275
  *
271
276
  * @title AI Gateway Semantic Cache Outbound
277
+ * @product ai-gateway
272
278
  * @hidden
273
279
  * @param response - The response from the upstream service
274
280
  * @param request - The original request
@@ -309,6 +315,7 @@ export declare interface AIGatewayUsageTrackerOptions {}
309
315
  * - Adding usage headers to responses for debugging
310
316
  * @hidden
311
317
  * @title AI Gateway Usage Tracker
318
+ * @product ai-gateway
312
319
  * @param response - The response from the AI provider
313
320
  * @param request - The incoming ZuploRequest
314
321
  * @param context - The ZuploContext
@@ -472,6 +479,7 @@ export declare interface AkamaiApiSecurityPluginOptions {
472
479
  * you to send metering calls for each API to their meter ingest endpoint.
473
480
  *
474
481
  * @title Amberflo Metering / Billing
482
+ * @product api-gateway
475
483
  * @public
476
484
  * @param request - The ZuploRequest
477
485
  * @param context - The ZuploContext
@@ -561,6 +569,7 @@ declare interface AmberfloMeteringProperties extends Omit<
561
569
  * version of Zuplo.
562
570
  * @hidden
563
571
  * @title API Key Authentication
572
+ * @product api-gateway
564
573
  * @public
565
574
  * @param request - The ZuploRequest
566
575
  * @param context - The ZuploContext
@@ -670,6 +679,7 @@ export declare interface ApiKeyConsumerClientOptions {
670
679
  * and automatically adds user information to authenticated requests.
671
680
  *
672
681
  * @title API Key Authentication
682
+ * @product api-gateway
673
683
  * @public
674
684
  *
675
685
  * @param request - The incoming ZuploRequest
@@ -979,6 +989,7 @@ declare interface AuditLogRequestFilter {
979
989
  * Authenticate users using Auth0 issued JWT tokens.
980
990
  *
981
991
  * @title Auth0 JWT Auth
992
+ * @product api-gateway
982
993
  * @public
983
994
  * @param request - The ZuploRequest
984
995
  * @param context - The ZuploContext
@@ -1015,6 +1026,7 @@ export declare interface Auth0JwtInboundPolicyOptions {
1015
1026
  * Authorize requests using an AuthZEN compatible PDP
1016
1027
  *
1017
1028
  * @title AuthZEN Authorization
1029
+ * @product api-gateway
1018
1030
  * @beta
1019
1031
  * @enterprise
1020
1032
  * @param request - The ZuploRequest
@@ -1334,6 +1346,7 @@ export declare class AWSLoggingPlugin extends LogPlugin {
1334
1346
  * Authorize requests using Axiomatics Policy Server.
1335
1347
  *
1336
1348
  * @title Axiomatics Authorization
1349
+ * @product api-gateway
1337
1350
  * @beta
1338
1351
  * @enterprise
1339
1352
  * @param request - The ZuploRequest
@@ -1653,6 +1666,7 @@ declare interface BasicAuthAccount {
1653
1666
  * Authenticate requests using basic auth (i.e. username and password)
1654
1667
  *
1655
1668
  * @title Basic Auth
1669
+ * @product api-gateway
1656
1670
  * @public
1657
1671
  * @param request - The ZuploRequest
1658
1672
  * @param context - The ZuploContext
@@ -1701,6 +1715,7 @@ declare interface BatchDispatcherOptions {
1701
1715
  * The brownout policy allows performing scheduled downtime on your API
1702
1716
  *
1703
1717
  * @title Brown Out
1718
+ * @product api-gateway
1704
1719
  * @public
1705
1720
  * @param request - The ZuploRequest
1706
1721
  * @param context - The ZuploContext
@@ -1807,6 +1822,7 @@ declare interface CacheOptions {
1807
1822
  * Respond to matched incoming requests with cached content
1808
1823
  *
1809
1824
  * @title Caching
1825
+ * @product api-gateway
1810
1826
  * @public
1811
1827
  * @param request - The ZuploRequest
1812
1828
  * @param context - The ZuploContext
@@ -1863,6 +1879,7 @@ declare interface Category {
1863
1879
  * Changes the HTTP method of the incoming request.
1864
1880
  *
1865
1881
  * @title Change Method
1882
+ * @product api-gateway
1866
1883
  * @public
1867
1884
  * @param request - The ZuploRequest
1868
1885
  * @param context - The ZuploContext
@@ -1893,6 +1910,7 @@ declare type CheckIntervalMs = number;
1893
1910
  * Removes all headers from the incoming request except for those in the exclude list.
1894
1911
  *
1895
1912
  * @title Clear Request Headers
1913
+ * @product api-gateway
1896
1914
  * @public
1897
1915
  * @param request - The ZuploRequest
1898
1916
  * @param context - The ZuploContext
@@ -1917,6 +1935,7 @@ export declare interface ClearHeadersInboundPolicyOptions {
1917
1935
  * Removes all headers from the response except for those in the exclude list.
1918
1936
  *
1919
1937
  * @title Clear Response Headers
1938
+ * @product api-gateway
1920
1939
  * @public
1921
1940
  * @param request - The ZuploRequest
1922
1941
  * @param context - The ZuploContext
@@ -1941,6 +1960,7 @@ export declare interface ClearHeadersOutboundPolicyOptions {
1941
1960
  * Authenticate users using Clerk issued JWT tokens.
1942
1961
  *
1943
1962
  * @title Clerk JWT Auth
1963
+ * @product api-gateway
1944
1964
  * @public
1945
1965
  * @param request - The ZuploRequest
1946
1966
  * @param context - The ZuploContext
@@ -2002,6 +2022,7 @@ declare interface ClientCredentialsConfig {
2002
2022
  * Authenticate requests with JWT tokens issued by AWS Cognito.
2003
2023
  *
2004
2024
  * @title AWS Cognito JWT Auth
2025
+ * @product api-gateway
2005
2026
  * @public
2006
2027
  * @param request - The ZuploRequest
2007
2028
  * @param context - The ZuploContext
@@ -2184,6 +2205,7 @@ export declare type ComplexRateLimitFunction =
2184
2205
  * let's you set rate limits based on custom counters (not just requests)
2185
2206
  *
2186
2207
  * @title Complex Rate Limiting
2208
+ * @product api-gateway
2187
2209
  * @enterprise
2188
2210
  * @param request - The ZuploRequest
2189
2211
  * @param context - The ZuploContext
@@ -2254,6 +2276,7 @@ export declare interface ComplexRateLimitInboundPolicyOptions {
2254
2276
  * Creates a composite, or group policy - composed of other inbound policies. For reuse across routes.
2255
2277
  *
2256
2278
  * @title Composite Inbound (Group Policies)
2279
+ * @product api-gateway
2257
2280
  * @public
2258
2281
  * @param request - The ZuploRequest
2259
2282
  * @param context - The ZuploContext
@@ -2278,6 +2301,7 @@ export declare interface CompositeInboundPolicyOptions {
2278
2301
  * Creates a composite, or group policy - composed of other outbound policies. For reuse across routes.
2279
2302
  *
2280
2303
  * @title Composite Outbound (Group Policies)
2304
+ * @product api-gateway
2281
2305
  * @public
2282
2306
  * @param request - The ZuploRequest
2283
2307
  * @param context - The ZuploContext
@@ -2572,6 +2596,7 @@ export declare class CryptoBeta extends BaseCryptoBeta {
2572
2596
  * Authenticate users using the Curity Phantom Token Pattern.
2573
2597
  *
2574
2598
  * @title Curity Phantom Token Auth
2599
+ * @product api-gateway
2575
2600
  * @public
2576
2601
  * @param request - The ZuploRequest
2577
2602
  * @param context - The ZuploContext
@@ -2799,6 +2824,7 @@ declare interface FetchOptions<T> {
2799
2824
  * Authenticate users using Firebase issued JWT tokens.
2800
2825
  *
2801
2826
  * @title Firebase JWT Auth
2827
+ * @product api-gateway
2802
2828
  * @public
2803
2829
  * @param request - The ZuploRequest
2804
2830
  * @param context - The ZuploContext
@@ -2831,6 +2857,7 @@ export declare interface FirebaseJwtInboundPolicyOptions {
2831
2857
  * Converts form data in the incoming request to JSON.
2832
2858
  *
2833
2859
  * @title Form Data to JSON
2860
+ * @product api-gateway
2834
2861
  * @public
2835
2862
  * @param request - The ZuploRequest
2836
2863
  * @param context - The ZuploContext
@@ -2921,6 +2948,7 @@ export declare interface GenerateRequestLoggerEntry<T> {
2921
2948
  * Block requests based on geo-location parameters: country, region code, and ASN
2922
2949
  *
2923
2950
  * @title Geo-location filtering
2951
+ * @product api-gateway
2924
2952
  * @public
2925
2953
  * @param request - The ZuploRequest
2926
2954
  * @param context - The ZuploContext
@@ -3098,6 +3126,7 @@ declare interface HeaderCredentialsConfig {
3098
3126
  * headers.
3099
3127
  *
3100
3128
  * @title HTTP Deprecation
3129
+ * @product api-gateway
3101
3130
  * @public
3102
3131
  * @param response - The Response
3103
3132
  * @param request - The ZuploRequest
@@ -5129,6 +5158,7 @@ declare type JsonValue = JsonPrimitive | JsonObject | JsonArray;
5129
5158
  * Validates that the JWT token includes specific scopes
5130
5159
  *
5131
5160
  * @title JWT Scope Validation
5161
+ * @product api-gateway
5132
5162
  * @public
5133
5163
  * @param request - The ZuploRequest
5134
5164
  * @param context - The ZuploContext
@@ -5851,6 +5881,7 @@ export declare interface MockApiInboundOptions {
5851
5881
  * Returns example responses from the OpenAPI document associated with this route.
5852
5882
  *
5853
5883
  * @title Mock API Response
5884
+ * @product api-gateway
5854
5885
  * @public
5855
5886
  * @param request - The ZuploRequest
5856
5887
  * @param context - The ZuploContext
@@ -5875,6 +5906,7 @@ declare interface MoesifContext {
5875
5906
  * send metering calls for each API to their events batch endpoint.
5876
5907
  *
5877
5908
  * @title Moesif Analytics & Billing
5909
+ * @product api-gateway
5878
5910
  * @public
5879
5911
  * @param request - The ZuploRequest
5880
5912
  * @param context - The ZuploContext
@@ -5912,6 +5944,7 @@ export declare interface MoesifInboundPolicyOptions {
5912
5944
  * Monetization inbound policy for API key validation and usage metering.
5913
5945
  *
5914
5946
  * @title Monetization
5947
+ * @product api-gateway
5915
5948
  * @param request - The ZuploRequest
5916
5949
  * @param context - The ZuploContext
5917
5950
  * @param options - The policy options set in policies.json
@@ -6153,6 +6186,7 @@ export declare interface OAuthProtectedResourcePluginOptions {
6153
6186
  * Authorize requests using Okta FGA.
6154
6187
  *
6155
6188
  * @title Okta FGA Authorization
6189
+ * @product api-gateway
6156
6190
  * @beta
6157
6191
  * @enterprise
6158
6192
  * @param request - The ZuploRequest
@@ -6203,6 +6237,7 @@ export declare interface OktaFGAAuthZInboundPolicyOptions {
6203
6237
  * Authenticate users using Okta issued JWT tokens.
6204
6238
  *
6205
6239
  * @title Okta JWT Auth
6240
+ * @product api-gateway
6206
6241
  * @public
6207
6242
  * @param request - The ZuploRequest
6208
6243
  * @param context - The ZuploContext
@@ -6866,6 +6901,7 @@ declare namespace OpenAPIV3_1 {
6866
6901
  * Authorize requests using OpenFGA.
6867
6902
  *
6868
6903
  * @title OpenFGA Authorization
6904
+ * @product api-gateway
6869
6905
  * @beta
6870
6906
  * @enterprise
6871
6907
  * @param request - The ZuploRequest
@@ -6931,6 +6967,7 @@ declare interface OpenFGACheck {
6931
6967
  * requests using an Open ID compliant bearer token.
6932
6968
  *
6933
6969
  * @title JWT Auth
6970
+ * @product api-gateway
6934
6971
  * @public
6935
6972
  * @param request - The ZuploRequest
6936
6973
  * @param context - The ZuploContext
@@ -7000,6 +7037,7 @@ export declare interface OpenIdJwtInboundPolicyOptions {
7000
7037
  * It also supports entitlement checking to verify if a subject has access to a feature.
7001
7038
  *
7002
7039
  * @title OpenMeter
7040
+ * @product api-gateway
7003
7041
  * @public
7004
7042
  * @param request - The ZuploRequest
7005
7043
  * @param context - The ZuploContext
@@ -7457,6 +7495,8 @@ export declare class ProblemResponseFormatter {
7457
7495
  * executed against them.
7458
7496
  *
7459
7497
  * @title Prompt Injection Detection
7498
+ * @product ai-gateway
7499
+ * @product mcp-gateway
7460
7500
  * @public
7461
7501
  * @enterprise
7462
7502
  * @param request - The ZuploRequest
@@ -7494,6 +7534,7 @@ export declare interface PromptInjectionDetectionOutboundPolicyOptions {
7494
7534
  * Authenticate users using PropelAuth issued JWT tokens.
7495
7535
  *
7496
7536
  * @title PropelAuth JWT Auth
7537
+ * @product api-gateway
7497
7538
  * @public
7498
7539
  * @param request - The ZuploRequest
7499
7540
  * @param context - The ZuploContext
@@ -7530,6 +7571,7 @@ export declare interface PropelAuthJwtInboundPolicyOptions {
7530
7571
  * Extracts a query parameter and sets it as a header in the request.
7531
7572
  *
7532
7573
  * @title Query Parameter to Header
7574
+ * @product api-gateway
7533
7575
  * @public
7534
7576
  * @param request - The ZuploRequest
7535
7577
  * @param context - The ZuploContext
@@ -7573,6 +7615,7 @@ export declare interface QuotaDetail {
7573
7615
  * The Quota policy enables you to set monthly, weekly, daily or hourly quotas on your API.
7574
7616
  *
7575
7617
  * @title Quota
7618
+ * @product api-gateway
7576
7619
  * @public
7577
7620
  * @param request - The ZuploRequest
7578
7621
  * @param context - The ZuploContext
@@ -7677,6 +7720,7 @@ declare type RateLimitHeaderMode_2 = "none" | "retry-after";
7677
7720
  * can operate in strict or async mode for different performance characteristics.
7678
7721
  *
7679
7722
  * @title Rate Limiting
7723
+ * @product api-gateway
7680
7724
  * @public
7681
7725
  *
7682
7726
  * @param request - The incoming ZuploRequest
@@ -7864,6 +7908,7 @@ declare interface ReadmeMeteringInboundPolicyOptions {
7864
7908
  * policy pushes logs to their API calls dashboard.
7865
7909
  *
7866
7910
  * @title Readme Metrics
7911
+ * @product api-gateway
7867
7912
  * @public
7868
7913
  * @param request - The ZuploRequest
7869
7914
  * @param context - The ZuploContext
@@ -7959,6 +8004,7 @@ declare interface RelationshipCondition {
7959
8004
  * Remove headers from the incoming request.
7960
8005
  *
7961
8006
  * @title Remove Request Headers
8007
+ * @product api-gateway
7962
8008
  * @public
7963
8009
  * @param request - The ZuploRequest
7964
8010
  * @param context - The ZuploContext
@@ -7983,6 +8029,7 @@ export declare interface RemoveHeadersInboundPolicyOptions {
7983
8029
  * Remove configured headers from the outgoing response.
7984
8030
  *
7985
8031
  * @title Remove Response Headers
8032
+ * @product api-gateway
7986
8033
  * @public
7987
8034
  * @param request - The ZuploRequest
7988
8035
  * @param context - The ZuploContext
@@ -8007,6 +8054,7 @@ export declare interface RemoveHeadersOutboundPolicyOptions {
8007
8054
  * Remove query parameters from the incoming request
8008
8055
  *
8009
8056
  * @title Remove Query Parameters
8057
+ * @product api-gateway
8010
8058
  * @public
8011
8059
  * @param request - The ZuploRequest
8012
8060
  * @param context - The ZuploContext
@@ -8031,6 +8079,7 @@ export declare interface RemoveQueryParamsInboundPolicyOptions {
8031
8079
  * Replace a string in the incoming request body
8032
8080
  *
8033
8081
  * @title Replace String in Response Body
8082
+ * @product api-gateway
8034
8083
  * @public
8035
8084
  * @param request - The ZuploRequest
8036
8085
  * @param context - The ZuploContext
@@ -8131,6 +8180,7 @@ declare interface RequestReference {
8131
8180
  * Enforces a maximum size in bytes of the incoming request.
8132
8181
  *
8133
8182
  * @title Request Size Limit
8183
+ * @product api-gateway
8134
8184
  * @public
8135
8185
  * @param request - The ZuploRequest
8136
8186
  * @param context - The ZuploContext
@@ -8186,6 +8236,7 @@ export declare interface RequestUser<TUserData> {
8186
8236
  * to ensure they match the defined schema before processing.
8187
8237
  *
8188
8238
  * @title Request Validation
8239
+ * @product api-gateway
8189
8240
  * @public
8190
8241
  *
8191
8242
  * @param request - The incoming ZuploRequest
@@ -8296,6 +8347,7 @@ export declare interface RequestValidationInboundPolicyOptions {
8296
8347
  * Sets an allow-list for an origin header
8297
8348
  *
8298
8349
  * @title Require Origin
8350
+ * @product api-gateway
8299
8351
  * @public
8300
8352
  * @param request - The ZuploRequest
8301
8353
  * @param context - The ZuploContext
@@ -8528,6 +8580,7 @@ export declare const SchemaBasedRequestValidation: InboundPolicyHandler<RequestV
8528
8580
  * in the response body.
8529
8581
  *
8530
8582
  * @title Secret Masking
8583
+ * @product api-gateway
8531
8584
  * @public
8532
8585
  * @param request - The ZuploRequest
8533
8586
  * @param context - The ZuploContext
@@ -8572,6 +8625,7 @@ export declare interface SecretMaskingOutboundPolicyOptions {
8572
8625
  * - cacheBy: Determines how cache keys are generated: 'function' for custom logic or 'propertyPath' to extract from JSON body.
8573
8626
  *
8574
8627
  * @title Semantic Cache
8628
+ * @product ai-gateway
8575
8629
  * @beta
8576
8630
  * @enterprise
8577
8631
  * @param request - The ZuploRequest
@@ -8658,6 +8712,7 @@ export declare interface ServiceProvider {
8658
8712
  * a GET/HEAD request to another method when using this policy.
8659
8713
  *
8660
8714
  * @title Set Body
8715
+ * @product api-gateway
8661
8716
  * @public
8662
8717
  * @param request - The ZuploRequest
8663
8718
  * @param context - The ZuploContext
@@ -8684,6 +8739,7 @@ export declare interface SetBodyInboundPolicyOptions {
8684
8739
  * Adds or sets headers on the incoming request.
8685
8740
  *
8686
8741
  * @title Add or Set Request Headers
8742
+ * @product api-gateway
8687
8743
  * @public
8688
8744
  * @param request - The ZuploRequest
8689
8745
  * @param context - The ZuploContext
@@ -8721,6 +8777,7 @@ export declare interface SetHeadersInboundPolicyOptions {
8721
8777
  * Adds or sets headers on the on the outgoing response.
8722
8778
  *
8723
8779
  * @title Set Headers
8780
+ * @product api-gateway
8724
8781
  * @public
8725
8782
  * @param request - The ZuploRequest
8726
8783
  * @param context - The ZuploContext
@@ -8769,6 +8826,7 @@ export declare function setMoesifContext(
8769
8826
  * Adds or sets query parameters on the incoming request.
8770
8827
  *
8771
8828
  * @title Add or Set Query Parameters
8829
+ * @product api-gateway
8772
8830
  * @public
8773
8831
  * @param request - The ZuploRequest
8774
8832
  * @param context - The ZuploContext
@@ -8806,6 +8864,7 @@ export declare interface SetQueryParamsInboundPolicyOptions {
8806
8864
  * Sets the status code on the on the outgoing response.
8807
8865
  *
8808
8866
  * @title Set Status Code
8867
+ * @product api-gateway
8809
8868
  * @public
8810
8869
  * @param request - The ZuploRequest
8811
8870
  * @param context - The ZuploContext
@@ -8850,6 +8909,7 @@ declare type ShouldLogFunction = (
8850
8909
  * Add a delay to the incoming request. Useful for testing.
8851
8910
  *
8852
8911
  * @title Sleep / Delay
8912
+ * @product api-gateway
8853
8913
  * @public
8854
8914
  * @param request - The ZuploRequest
8855
8915
  * @param context - The ZuploContext
@@ -9024,6 +9084,7 @@ export declare class StreamingZoneCache {
9024
9084
  * The Stripe Webhook policy validates the authenticity of an incoming Stripe webhook.
9025
9085
  *
9026
9086
  * @title Stripe Webhook Auth
9087
+ * @product api-gateway
9027
9088
  * @public
9028
9089
  * @param request - The ZuploRequest
9029
9090
  * @param context - The ZuploContext
@@ -9082,6 +9143,7 @@ export declare class SumoLogicLoggingPlugin extends LogPlugin {
9082
9143
  * by Supabase.
9083
9144
  *
9084
9145
  * @title Supabase JWT Auth
9146
+ * @product api-gateway
9085
9147
  * @public
9086
9148
  * @param request - The ZuploRequest
9087
9149
  * @param context - The ZuploContext
@@ -9203,6 +9265,7 @@ declare interface UnauthenticatedCredentialConfig {
9203
9265
  * in order to authenticate requests using Azure identity.
9204
9266
  *
9205
9267
  * @title Upstream Azure AD Service Auth
9268
+ * @product api-gateway
9206
9269
  * @public
9207
9270
  * @enterprise
9208
9271
  * @param request - The ZuploRequest
@@ -9247,6 +9310,7 @@ export declare interface UpstreamAzureAdServiceAuthInboundPolicyOptions {
9247
9310
  * Useful when calling Firebase services as an administrator.
9248
9311
  *
9249
9312
  * @title Upstream Firebase Admin Auth
9313
+ * @product api-gateway
9250
9314
  * @public
9251
9315
  * @param request - The ZuploRequest
9252
9316
  * @param context - The ZuploContext
@@ -9280,6 +9344,7 @@ export declare interface UpstreamFirebaseAdminAuthInboundPolicyOptions {
9280
9344
  * request. Useful when calling Firebase services as user.
9281
9345
  *
9282
9346
  * @title Upstream Firebase User Auth
9347
+ * @product api-gateway
9283
9348
  * @public
9284
9349
  * @param request - The ZuploRequest
9285
9350
  * @param context - The ZuploContext
@@ -9331,6 +9396,7 @@ export declare interface UpstreamFirebaseUserAuthInboundPolicyOptions {
9331
9396
  * use of a service account private key.
9332
9397
  *
9333
9398
  * @title Upstream GCP Federated Auth
9399
+ * @product api-gateway
9334
9400
  * @beta
9335
9401
  * @enterprise
9336
9402
  * @param request - The ZuploRequest
@@ -9397,6 +9463,7 @@ export declare interface UpstreamGcpFederatedAuthInboundPolicyOptions {
9397
9463
  * services like Cloud Endpoints / ESPv2
9398
9464
  *
9399
9465
  * @title Upstream GCP Self-Signed JWT
9466
+ * @product api-gateway
9400
9467
  * @public
9401
9468
  * @enterprise
9402
9469
  * @param request - The ZuploRequest
@@ -9428,6 +9495,7 @@ export declare interface UpstreamGcpJwtInboundPolicyOptions {
9428
9495
  * secured with GCP IAM.
9429
9496
  *
9430
9497
  * @title Upstream GCP Service Auth
9498
+ * @product api-gateway
9431
9499
  * @public
9432
9500
  * @enterprise
9433
9501
  * @param request - The ZuploRequest
@@ -9486,6 +9554,7 @@ export declare interface UpstreamGcpServiceAuthInboundPolicyOptions {
9486
9554
  * to the specified header for upstream authentication.
9487
9555
  *
9488
9556
  * @title Upstream Zuplo JWT
9557
+ * @product api-gateway
9489
9558
  * @enterprise
9490
9559
  * @param request - The ZuploRequest
9491
9560
  * @param context - The ZuploContext
@@ -9684,6 +9753,7 @@ declare type UserDataDefault = any;
9684
9753
  * Validates the body of an incoming request based on a JSON schema.
9685
9754
  *
9686
9755
  * @title JSON Body Validation
9756
+ * @product api-gateway
9687
9757
  * @public
9688
9758
  * @deprecated Use the new {@link https://zuplo.com/docs/policies/request-validation-inbound|Request Validation Policy}.
9689
9759
  * The new policy validates JSON bodies like this policy, but also supports validation of parameters, query strings, etc.
@@ -9806,6 +9876,7 @@ declare interface WaitUntilFunc {
9806
9876
  * Authenticate bots using web-bot-auth HTTP Message Signatures.
9807
9877
  *
9808
9878
  * @title Web Bot Auth
9879
+ * @product api-gateway
9809
9880
  * @public
9810
9881
  * @param request - The ZuploRequest
9811
9882
  * @param context - The ZuploContext
@@ -9932,6 +10003,7 @@ declare interface XacmlRequest {
9932
10003
  * Parses XML and converts it to JSON.
9933
10004
  *
9934
10005
  * @title XML to JSON Outbound
10006
+ * @product api-gateway
9935
10007
  * @public
9936
10008
  * @param request - The ZuploRequest
9937
10009
  * @param context - The ZuploContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.69.9",
4
+ "version": "6.69.11",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {
@@ -39,6 +39,6 @@
39
39
  "graphql": "^16.8.1",
40
40
  "jose": "^5.6.3",
41
41
  "path-to-regexp": "^6.3.0",
42
- "zod": "3.25.27"
42
+ "zod": "3.25.76"
43
43
  }
44
44
  }