Skip to content

Commit ea7435c

Browse files
Fix Bug
Fix an issue where the display name was not correctly named for the tenant update payload. Bump version.
1 parent aec76d2 commit ea7435c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

specs/Data-Gateway.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
},
10071007
"description": "Collects data from the various SHI Lab products and makes it available in a standardized way.",
10081008
"title": "SHI Data Gateway",
1009-
"version": "2.2.0"
1009+
"version": "2.2.1"
10101010
},
10111011
"openapi": "3.0.0",
10121012
"paths": {
@@ -3090,7 +3090,7 @@
30903090
"schema": {
30913091
"type": "object",
30923092
"properties": {
3093-
"displayName": {
3093+
"tenantDisplayName": {
30943094
"description": "Human readable name for the tenant record",
30953095
"type": "string"
30963096
},

src/dataGateway/TypeScript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dataGateway/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-data-gateway",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHI Data Gateway service.",

0 commit comments

Comments
 (0)