@zuplo/runtime 6.67.26 → 6.67.29
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 +20 -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
|
|
@@ -5956,7 +5958,18 @@ export declare interface MonetizationSubscription {
|
|
|
5956
5958
|
name: string;
|
|
5957
5959
|
status: string;
|
|
5958
5960
|
currency: string;
|
|
5961
|
+
/**
|
|
5962
|
+
* The billing cadence (e.g., P1M for monthly)
|
|
5963
|
+
*/
|
|
5959
5964
|
billingCadence: string;
|
|
5965
|
+
/**
|
|
5966
|
+
* The anchor date used to compute billing cycles
|
|
5967
|
+
*/
|
|
5968
|
+
billingAnchor: string;
|
|
5969
|
+
/**
|
|
5970
|
+
* The next billing date derived from billing anchor and cadence
|
|
5971
|
+
*/
|
|
5972
|
+
nextBillingDate: string;
|
|
5960
5973
|
activeFrom: string;
|
|
5961
5974
|
activeTo?: string;
|
|
5962
5975
|
plan: {
|
|
@@ -6083,6 +6096,7 @@ export declare interface OAuthProtectedResourcePluginOptions {
|
|
|
6083
6096
|
*
|
|
6084
6097
|
* @title Okta FGA Authorization
|
|
6085
6098
|
* @beta
|
|
6099
|
+
* @enterprise
|
|
6086
6100
|
* @param request - The ZuploRequest
|
|
6087
6101
|
* @param context - The ZuploContext
|
|
6088
6102
|
* @param options - The policy options set in policies.json
|
|
@@ -6795,6 +6809,7 @@ declare namespace OpenAPIV3_1 {
|
|
|
6795
6809
|
*
|
|
6796
6810
|
* @title OpenFGA Authorization
|
|
6797
6811
|
* @beta
|
|
6812
|
+
* @enterprise
|
|
6798
6813
|
* @param request - The ZuploRequest
|
|
6799
6814
|
* @param context - The ZuploContext
|
|
6800
6815
|
* @param options - The policy options set in policies.json
|
|
@@ -7383,6 +7398,7 @@ export declare class ProblemResponseFormatter {
|
|
|
7383
7398
|
*
|
|
7384
7399
|
* @title Prompt Injection Detection
|
|
7385
7400
|
* @public
|
|
7401
|
+
* @enterprise
|
|
7386
7402
|
* @param request - The ZuploRequest
|
|
7387
7403
|
* @param context - The ZuploContext
|
|
7388
7404
|
* @param options - The policy options set in policies.json
|
|
@@ -8495,6 +8511,7 @@ export declare interface SecretMaskingOutboundPolicyOptions {
|
|
|
8495
8511
|
*
|
|
8496
8512
|
* @title Semantic Cache
|
|
8497
8513
|
* @beta
|
|
8514
|
+
* @enterprise
|
|
8498
8515
|
* @param request - The ZuploRequest
|
|
8499
8516
|
* @param context - The ZuploContext
|
|
8500
8517
|
* @param options - The policy options set in policies.json
|
|
@@ -9125,6 +9142,7 @@ declare interface UnauthenticatedCredentialConfig {
|
|
|
9125
9142
|
*
|
|
9126
9143
|
* @title Upstream Azure AD Service Auth
|
|
9127
9144
|
* @public
|
|
9145
|
+
* @enterprise
|
|
9128
9146
|
* @param request - The ZuploRequest
|
|
9129
9147
|
* @param context - The ZuploContext
|
|
9130
9148
|
* @param options - The policy options set in policies.json
|
|
@@ -9318,6 +9336,7 @@ export declare interface UpstreamGcpFederatedAuthInboundPolicyOptions {
|
|
|
9318
9336
|
*
|
|
9319
9337
|
* @title Upstream GCP Self-Signed JWT
|
|
9320
9338
|
* @public
|
|
9339
|
+
* @enterprise
|
|
9321
9340
|
* @param request - The ZuploRequest
|
|
9322
9341
|
* @param context - The ZuploContext
|
|
9323
9342
|
* @param options - The policy options set in policies.json
|
|
@@ -9348,6 +9367,7 @@ export declare interface UpstreamGcpJwtInboundPolicyOptions {
|
|
|
9348
9367
|
*
|
|
9349
9368
|
* @title Upstream GCP Service Auth
|
|
9350
9369
|
* @public
|
|
9370
|
+
* @enterprise
|
|
9351
9371
|
* @param request - The ZuploRequest
|
|
9352
9372
|
* @param context - The ZuploContext
|
|
9353
9373
|
* @param options - The policy options set in policies.json
|