Skip to content

Commit

Permalink
feat: new types OmniUiCard, OmniDataTransform
Browse files Browse the repository at this point in the history
* feat: support new OmniUiCard type

* feat: support new OmniDataTransform type

* feat: adding changes on registry

Co-authored-by: Vaibhav Sinha <v.sinha@salesforce.com>
Co-authored-by: Yuan Gao <sgao@sgao-wsl1.internal.salesforce.com>
Co-authored-by: Catarina <c.nogueira@salesforce.com>
  • Loading branch information
4 people authored Nov 3, 2021
1 parent 91923b5 commit 3460dde
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The completeness is checked by comparing the registry to the metadata coverage r

### Adding new types to the registry

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

1. looks for missing types (similar to the completeness test)
2. For missing types, generate a project and scratch org that includes the Features/Settings
Expand Down
29 changes: 28 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2076,6 +2076,14 @@
"inFolder": false,
"strictDirectoryName": false
},
"userprofilesearchscope": {
"id": "userprofilesearchscope",
"name": "UserProfileSearchScope",
"suffix": "userProfileSearchScope",
"directoryName": "userProfileSearchScopes",
"inFolder": false,
"strictDirectoryName": false
},
"workskillrouting": {
"id": "workskillrouting",
"name": "WorkSkillRouting",
Expand Down Expand Up @@ -2647,6 +2655,22 @@
"directoryName": "svcCatalogItems",
"inFolder": false,
"strictDirectoryName": false
},
"omniuicard": {
"id": "omniuicard",
"name": "OmniUiCard",
"suffix": "ouc",
"directoryName": "omniUiCard",
"inFolder": false,
"strictDirectoryName": false
},
"omnidatatransform": {
"id": "omnidatatransform",
"name": "OmniDataTransform",
"suffix": "rpt",
"directoryName": "omniDataTransforms",
"inFolder": false,
"strictDirectoryName": false
}
},
"suffixes": {
Expand Down Expand Up @@ -2874,6 +2898,7 @@
"audience": "audience",
"cmsConnectSource": "cmsconnectsource",
"platformEventSubscriberConfig": "platformeventsubscriberconfig",
"userProfileSearchScope": "userprofilesearchscope",
"workSkillRouting": "workskillrouting",
"timeSheetTemplate": "timesheettemplate",
"accountRelationshipShareRule": "accountrelationshipsharerule",
Expand Down Expand Up @@ -2938,7 +2963,9 @@
"permissionSetLicenseDefinition": "permissionsetlicensedefinition",
"category": "svccatalogcategory",
"fulfillmentFlow": "svccatalogfulfillmentflow",
"catalogItem": "svccatalogitemdef"
"catalogItem": "svccatalogitemdef",
"ouc": "omniuicard",
"rpt": "omnidatatransform"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

0 comments on commit 3460dde

Please sign in to comment.