From fa2fc9a81e617647d5056d4b23b9c07838e07ad9 Mon Sep 17 00:00:00 2001 From: Carlos Orozco Date: Tue, 15 Nov 2022 15:54:00 -0500 Subject: [PATCH] ENG-44042: Adding standalone_waf entitlement as a KnownEntitlements (#246) Co-authored-by: Carlos Orozco --- package.json | 2 +- src/subscriptions-client/types/al-subscription.types.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd276728..08637bbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@al/core", - "version": "1.0.195", + "version": "1.0.196", "description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library", "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts", diff --git a/src/subscriptions-client/types/al-subscription.types.ts b/src/subscriptions-client/types/al-subscription.types.ts index 459ffa6d..64e5ac9b 100644 --- a/src/subscriptions-client/types/al-subscription.types.ts +++ b/src/subscriptions-client/types/al-subscription.types.ts @@ -94,7 +94,8 @@ export class AlEntitlementCollection "web_security_manager", "dashboard_authentication", "dashboard_firewall", - "expert_response" + "expert_response", + "standalone_waf" // This is a temporal entitlement for Standalone WAF testing purposes. NOTE: this will delete after GA ]; protected collection:{[productId:string]:AlEntitlementRecord} = {}; protected evaluationCache:{[expression:string]:boolean} = {};