@zuplo/runtime 6.67.26 → 6.67.28
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/out/esm/index.js.map +1 -1
- package/out/types/index.d.ts +9 -0
- package/package.json +1 -1
package/out/types/index.d.ts
CHANGED
|
@@ -995,6 +995,7 @@ export declare interface Auth0JwtInboundPolicyOptions {
|
|
|
995
995
|
*
|
|
996
996
|
* @title AuthZEN Authorization
|
|
997
997
|
* @beta
|
|
998
|
+
* @enterprise
|
|
998
999
|
* @param request - The ZuploRequest
|
|
999
1000
|
* @param context - The ZuploContext
|
|
1000
1001
|
* @param options - The policy options set in policies.json
|
|
@@ -1313,6 +1314,7 @@ export declare class AWSLoggingPlugin extends LogPlugin {
|
|
|
1313
1314
|
*
|
|
1314
1315
|
* @title Axiomatics Authorization
|
|
1315
1316
|
* @beta
|
|
1317
|
+
* @enterprise
|
|
1316
1318
|
* @param request - The ZuploRequest
|
|
1317
1319
|
* @param context - The ZuploContext
|
|
1318
1320
|
* @param options - The policy options set in policies.json
|
|
@@ -6083,6 +6085,7 @@ export declare interface OAuthProtectedResourcePluginOptions {
|
|
|
6083
6085
|
*
|
|
6084
6086
|
* @title Okta FGA Authorization
|
|
6085
6087
|
* @beta
|
|
6088
|
+
* @enterprise
|
|
6086
6089
|
* @param request - The ZuploRequest
|
|
6087
6090
|
* @param context - The ZuploContext
|
|
6088
6091
|
* @param options - The policy options set in policies.json
|
|
@@ -6795,6 +6798,7 @@ declare namespace OpenAPIV3_1 {
|
|
|
6795
6798
|
*
|
|
6796
6799
|
* @title OpenFGA Authorization
|
|
6797
6800
|
* @beta
|
|
6801
|
+
* @enterprise
|
|
6798
6802
|
* @param request - The ZuploRequest
|
|
6799
6803
|
* @param context - The ZuploContext
|
|
6800
6804
|
* @param options - The policy options set in policies.json
|
|
@@ -7383,6 +7387,7 @@ export declare class ProblemResponseFormatter {
|
|
|
7383
7387
|
*
|
|
7384
7388
|
* @title Prompt Injection Detection
|
|
7385
7389
|
* @public
|
|
7390
|
+
* @enterprise
|
|
7386
7391
|
* @param request - The ZuploRequest
|
|
7387
7392
|
* @param context - The ZuploContext
|
|
7388
7393
|
* @param options - The policy options set in policies.json
|
|
@@ -8495,6 +8500,7 @@ export declare interface SecretMaskingOutboundPolicyOptions {
|
|
|
8495
8500
|
*
|
|
8496
8501
|
* @title Semantic Cache
|
|
8497
8502
|
* @beta
|
|
8503
|
+
* @enterprise
|
|
8498
8504
|
* @param request - The ZuploRequest
|
|
8499
8505
|
* @param context - The ZuploContext
|
|
8500
8506
|
* @param options - The policy options set in policies.json
|
|
@@ -9125,6 +9131,7 @@ declare interface UnauthenticatedCredentialConfig {
|
|
|
9125
9131
|
*
|
|
9126
9132
|
* @title Upstream Azure AD Service Auth
|
|
9127
9133
|
* @public
|
|
9134
|
+
* @enterprise
|
|
9128
9135
|
* @param request - The ZuploRequest
|
|
9129
9136
|
* @param context - The ZuploContext
|
|
9130
9137
|
* @param options - The policy options set in policies.json
|
|
@@ -9318,6 +9325,7 @@ export declare interface UpstreamGcpFederatedAuthInboundPolicyOptions {
|
|
|
9318
9325
|
*
|
|
9319
9326
|
* @title Upstream GCP Self-Signed JWT
|
|
9320
9327
|
* @public
|
|
9328
|
+
* @enterprise
|
|
9321
9329
|
* @param request - The ZuploRequest
|
|
9322
9330
|
* @param context - The ZuploContext
|
|
9323
9331
|
* @param options - The policy options set in policies.json
|
|
@@ -9348,6 +9356,7 @@ export declare interface UpstreamGcpJwtInboundPolicyOptions {
|
|
|
9348
9356
|
*
|
|
9349
9357
|
* @title Upstream GCP Service Auth
|
|
9350
9358
|
* @public
|
|
9359
|
+
* @enterprise
|
|
9351
9360
|
* @param request - The ZuploRequest
|
|
9352
9361
|
* @param context - The ZuploContext
|
|
9353
9362
|
* @param options - The policy options set in policies.json
|