File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @al/core" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.4.2 " ,
44 "description" : " Node Enterprise Packages for Alert Logic (NEPAL) Core Library" ,
55 "main" : " ./dist/index.cjs.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -237,10 +237,20 @@ export const AlLocationDictionary: AlLocationDescriptor[] =
237237 environment : 'production|production-staging|embedded-production' ,
238238 residency : 'EMEA'
239239 } ,
240+ {
241+ locTypeId : AlLocation . InsightBI ,
242+ uri : 'https://bi.xdr.platform.fortra.com' ,
243+ environment : 'embedded-production' ,
244+ } ,
240245 {
241246 locTypeId : AlLocation . InsightBI ,
242247 uri : 'https://bi.product.dev.alertlogic.com' ,
243- environment : 'integration|development|embedded-integration|embedded-development'
248+ environment : 'integration|development'
249+ } ,
250+ {
251+ locTypeId : AlLocation . InsightBI ,
252+ uri : `https://bi.xdr.foundation-stage.cloudops.fortradev.com` ,
253+ environment : `embedded-development|embedded-integration`
244254 } ,
245255
246256 /**
You can’t perform that action at this time.
0 commit comments