We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9754b9e commit 53452caCopy full SHA for 53452ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@al/core",
3
- "version": "1.0.203",
+ "version": "1.0.204",
4
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
5
"main": "./dist/index.cjs.js",
6
"types": "./dist/index.d.ts",
src/common/navigation/al-location.dictionary.ts
@@ -616,5 +616,12 @@ export const AlLocationDictionary: AlLocationDescriptor[] =
616
environment: 'production|production-staging',
617
residency: "EMEA"
618
},
619
+ {
620
+ locTypeId: AlLocation.YARDAPI,
621
+ aspect: 'api',
622
+ uri: 'https://yard.dsaops.alertlogic.net',
623
+ environment: 'integration|development',
624
+ residency: "US"
625
+ },
626
];
627
0 commit comments