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
6 changes: 3 additions & 3 deletions specs/SHIELD.json
Original file line number Diff line number Diff line change
Expand Up @@ -4125,7 +4125,7 @@
},
"description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.",
"title": "SHI Environment Lockdown and Defense",
"version": "3.2.0"
"version": "3.2.1"
},
"openapi": "3.1.1",
"paths": {
Expand Down Expand Up @@ -5591,11 +5591,11 @@
]
}
},
"/Api/Deploy/Component/ConfigurationItemMetaData/{templateId}": {
"/Api/Deploy/Component/ConfigurationItem/{templateId}/Docs": {
"get": {
"summary": "Return Result of Retrieving Configuration Item Documentation",
"description": "Retrieves additional metadata from the configuration item if it was entered, or provides a message indicating it is missing.\n\nThis endpoint requires the `Deploy.Read`, `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission). ",
"operationId": "/Api/Deploy/Component/ConfigurationItemMetaData/:templateId/Get",
"operationId": "/Api/Deploy/Component/ConfigurationItem/:templateId/Docs/Get",
"parameters": [
{
"$ref": "#/components/parameters/templateId"
Expand Down
4 changes: 2 additions & 2 deletions src/shield/TypeScript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/shield/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shi-corp/sdk-shield",
"version": "3.2.0",
"version": "3.2.1",
"type": "module",
"main": "bin/index.js",
"description": "SDK client used to interface with the SHIELD application.",
Expand Down