Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
try {
let operationClientUuid = await getOperationClientToAuthenticateTheRequest();
let operationKey = await operationClientInterface.getOperationKeyAsync(operationClientUuid);
let userName = decodeAuthorizationCodeAndExtractUserName(authorizationCode);
let userName = exports.decodeAuthorizationCodeAndExtractUserName(authorizationCode);
let applicationName = await httpServerInterface.getApplicationNameAsync();
let applicationReleaseNumber = await httpServerInterface.getReleaseNumberAsync();
let httpRequestHeader = onfAttributeFormatter.modifyJsonObjectKeysToKebabCase(new requestHeader(userName, applicationName, "", "", "unknown", operationKey));
Expand Down
4 changes: 2 additions & 2 deletions server/applicationPattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onf-core-model-ap",
"version": "2.0.1-alpha.19",
"version": "2.0.1-alpha.22",
"description": "onf core model application pattern",
"main": "index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"js-yaml": "^3.3.0",
"moment": "^2.29.1",
"node-statsd": "^0.1.1",
"openbackhaul-oas3-tools": "2.3.1-alpha.1",
"openbackhaul-oas3-tools": "2.3.1-alpha.3",
"randexp": "^0.5.3",
"response-time": "^2.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions server/basicServices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onf-core-model-ap-bs",
"version": "2.0.1-alpha.13",
"version": "2.0.1-alpha.22",
"description": "onf core model application pattern",
"main": "index.js",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"js-yaml": "^3.3.0",
"moment": "^2.29.1",
"node-statsd": "^0.1.1",
"openbackhaul-oas3-tools": "2.3.1-alpha.1",
"openbackhaul-oas3-tools": "2.3.1-alpha.3",
"randexp": "^0.5.3",
"response-time": "^2.3.2",
"onf-core-model-ap": "2.0.1-alpha.13"
"onf-core-model-ap": "2.0.1-alpha.22"
},
"author": "Prathiba Jeevan",
"license": "Apache-2.0"
Expand Down