Skip to content

Commit 3460dde

Browse files
mshanemcvsinha-salesforceYuan Gaocvrnogueira
authored
feat: new types OmniUiCard, OmniDataTransform
* feat: support new OmniUiCard type * feat: support new OmniDataTransform type * feat: adding changes on registry Co-authored-by: Vaibhav Sinha <[email protected]> Co-authored-by: Yuan Gao <[email protected]> Co-authored-by: Catarina <[email protected]>
1 parent 91923b5 commit 3460dde

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

contributing/developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The completeness is checked by comparing the registry to the metadata coverage r
8989

9090
### Adding new types to the registry
9191

92-
You can manually edit types in registry.json. To simplify that work, there's a registry-building script
92+
You can manually edit types in metadataRegistry.json. To simplify that work, there's a registry-building script - the script is, currently, unreliable
9393

9494
1. looks for missing types (similar to the completeness test)
9595
2. For missing types, generate a project and scratch org that includes the Features/Settings

src/registry/metadataRegistry.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,14 @@
20762076
"inFolder": false,
20772077
"strictDirectoryName": false
20782078
},
2079+
"userprofilesearchscope": {
2080+
"id": "userprofilesearchscope",
2081+
"name": "UserProfileSearchScope",
2082+
"suffix": "userProfileSearchScope",
2083+
"directoryName": "userProfileSearchScopes",
2084+
"inFolder": false,
2085+
"strictDirectoryName": false
2086+
},
20792087
"workskillrouting": {
20802088
"id": "workskillrouting",
20812089
"name": "WorkSkillRouting",
@@ -2647,6 +2655,22 @@
26472655
"directoryName": "svcCatalogItems",
26482656
"inFolder": false,
26492657
"strictDirectoryName": false
2658+
},
2659+
"omniuicard": {
2660+
"id": "omniuicard",
2661+
"name": "OmniUiCard",
2662+
"suffix": "ouc",
2663+
"directoryName": "omniUiCard",
2664+
"inFolder": false,
2665+
"strictDirectoryName": false
2666+
},
2667+
"omnidatatransform": {
2668+
"id": "omnidatatransform",
2669+
"name": "OmniDataTransform",
2670+
"suffix": "rpt",
2671+
"directoryName": "omniDataTransforms",
2672+
"inFolder": false,
2673+
"strictDirectoryName": false
26502674
}
26512675
},
26522676
"suffixes": {
@@ -2874,6 +2898,7 @@
28742898
"audience": "audience",
28752899
"cmsConnectSource": "cmsconnectsource",
28762900
"platformEventSubscriberConfig": "platformeventsubscriberconfig",
2901+
"userProfileSearchScope": "userprofilesearchscope",
28772902
"workSkillRouting": "workskillrouting",
28782903
"timeSheetTemplate": "timesheettemplate",
28792904
"accountRelationshipShareRule": "accountrelationshipsharerule",
@@ -2938,7 +2963,9 @@
29382963
"permissionSetLicenseDefinition": "permissionsetlicensedefinition",
29392964
"category": "svccatalogcategory",
29402965
"fulfillmentFlow": "svccatalogfulfillmentflow",
2941-
"catalogItem": "svccatalogitemdef"
2966+
"catalogItem": "svccatalogitemdef",
2967+
"ouc": "omniuicard",
2968+
"rpt": "omnidatatransform"
29422969
},
29432970
"strictDirectoryNames": {
29442971
"experiences": "experiencebundle",

0 commit comments

Comments
 (0)