Skip to content

Commit

Permalink
chore: auto-update metadata coverage in METADATA_SUPPORT.md (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
shantinathp authored Jul 20, 2022
1 parent 2e5e052 commit 50d89b7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 4 additions & 3 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v55 with the [metadata reg

This repository is used by both the Salesforce CLIs and Salesforce's VSCode Extensions.

Currently, there are 461/491 supported metadata types.
Currently, there are 462/491 supported metadata types.
For status on any existing gaps, please search or file an issue in the [Salesforce CLI issues only repo](https://github.com/forcedotcom/cli/issues).
To contribute a new metadata type, please see the [Contributing Metadata Types to the Registry](./contributing/metadata.md)

Expand Down Expand Up @@ -256,7 +256,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|IPAddressRange|||
|Icon|||
|IdeasSettings|||
|IdentityVerificationProcDef||Not supported, but support could be added|
|IdentityVerificationProcDef|||
|IframeWhiteListUrlSettings|||
|InboundCertificate|||
|InboundNetworkConnection|||
Expand Down Expand Up @@ -511,6 +511,7 @@ v56 introduces the following new types. Here's their current level of support
|:---|:---|:---|
|AIUsecaseDefinition|⚠️|Supports deploy/retrieve but not source tracking|
|AccountingFieldMapping||Not supported, but support could be added|
|AccountingModelConfig||Not supported, but support could be added|
|AccountingSettings|||
|BotBlock||Not supported, but support could be added|
|BotBlockVersion||Not supported, but support could be added|
Expand All @@ -524,7 +525,7 @@ v56 introduces the following new types. Here's their current level of support
|DigitalExperience||Not supported, but support could be added (but not for tracking)|
|DigitalExperienceBundle||Not supported, but support could be added (but not for tracking)|
|DigitalExperienceConfig||Not supported, but support could be added (but not for tracking)|
|ExplainabilityMsgActionDefinition||Not supported, but support could be added|
|ExplainabilityMsgTemplate||Not supported, but support could be added|
|ExpressionSetObjectAlias||Not supported, but support could be added|
|FuelType||Not supported, but support could be added|
|FuelTypeSustnUom||Not supported, but support could be added|
Expand Down
11 changes: 10 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3079,6 +3079,14 @@
"directoryName": "AssessmentQuestionSets",
"inFolder": false,
"strictDirectoryName": false
},
"identityverificationprocdef": {
"id": "identityverificationprocdef",
"name": "IdentityVerificationProcDef",
"suffix": "identityverificationprocdef",
"directoryName": "IdentityVerificationProcDefs",
"inFolder": false,
"strictDirectoryName": false
}
},
"suffixes": {
Expand Down Expand Up @@ -3419,7 +3427,8 @@
"omniInteractionAccessConfig": "omniinteractionaccessconfig",
"dwl": "dataweaveresource",
"aq": "assessmentquestion",
"aqs": "assessmentquestionset"
"aqs": "assessmentquestionset",
"identityverificationprocdef": "identityverificationprocdef"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down
3 changes: 0 additions & 3 deletions src/registry/nonSupportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export const metadataTypes = [
// the following are not describable based on their features/settings, last checked 2/24/2022
'DiscoveryStory',
'EmployeeDataSyncProfile',
'IdentityVerificationProcDef',
'IdentityVerificationProcDtl',
'IdentityVerificationProcFld',
'RelatedRecordAssocCriteria',
'ScoreRange',
'WorkflowFlowAction',
Expand Down

0 comments on commit 50d89b7

Please sign in to comment.