From 4c8a423c305e67069ea7f4c9c7479850ef03a9f8 Mon Sep 17 00:00:00 2001 From: Shriyansh Jain Date: Fri, 14 Jun 2024 19:10:18 +0530 Subject: [PATCH] chore: adding StageDefinition to the metadataRegistry --- src/registry/metadataRegistry.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/registry/metadataRegistry.json b/src/registry/metadataRegistry.json index 35fd1acf2c..d3e3ef7675 100644 --- a/src/registry/metadataRegistry.json +++ b/src/registry/metadataRegistry.json @@ -500,7 +500,8 @@ "workflowTask": "workflowtask", "xmd": "wavexmd", "xml": "emailservicesfunction", - "xorghub": "xorghub" + "xorghub": "xorghub", + "stageDefinition": "stagedefinition" }, "types": { "accesscontrolpolicy": { @@ -4444,6 +4445,14 @@ "inFolder": false, "name": "XOrgHub", "suffix": "xorghub" + }, + "stagedefinition": { + "id": "stagedefinition", + "name": "StageDefinition", + "suffix": "stageDefinition", + "directoryName": "stageDefinitions", + "inFolder": false, + "strictDirectoryName": false } } }