Skip to content

Commit 53452ca

Browse files
BryanTabarezbryan-tabarez
andauthored
Yard location: Add entry for integration (#268)
Co-authored-by: bryan-tabarez <[email protected]>
1 parent 9754b9e commit 53452ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@al/core",
3-
"version": "1.0.203",
3+
"version": "1.0.204",
44
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
55
"main": "./dist/index.cjs.js",
66
"types": "./dist/index.d.ts",

src/common/navigation/al-location.dictionary.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,5 +616,12 @@ export const AlLocationDictionary: AlLocationDescriptor[] =
616616
environment: 'production|production-staging',
617617
residency: "EMEA"
618618
},
619+
{
620+
locTypeId: AlLocation.YARDAPI,
621+
aspect: 'api',
622+
uri: 'https://yard.dsaops.alertlogic.net',
623+
environment: 'integration|development',
624+
residency: "US"
625+
},
619626
];
620627

0 commit comments

Comments
 (0)