diff --git a/specs/SHIELD.json b/specs/SHIELD.json index 90be981..6e875a7 100644 --- a/specs/SHIELD.json +++ b/specs/SHIELD.json @@ -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": { @@ -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" diff --git a/src/shield/TypeScript/package-lock.json b/src/shield/TypeScript/package-lock.json index 5564a27..789341d 100644 --- a/src/shield/TypeScript/package-lock.json +++ b/src/shield/TypeScript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shi-corp/sdk-shield", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shi-corp/sdk-shield", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@microsoft/kiota-authentication-azure": "~1.0.0-preview.99", diff --git a/src/shield/TypeScript/package.json b/src/shield/TypeScript/package.json index 90c972c..0c58a59 100644 --- a/src/shield/TypeScript/package.json +++ b/src/shield/TypeScript/package.json @@ -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.",