Skip to content

Commit

Permalink
feat(metadataTypes): DisclosureType DisclosureDefinition DisclosureDe…
Browse files Browse the repository at this point in the history
…finitionVersion ClauseCatgConfiguration



Co-authored-by: Manful Ram <manful.ram@manfulr-ltm3qhq.internal.salesforce.com>
  • Loading branch information
Manful and Manful Ram authored Oct 26, 2022
1 parent 7053998 commit 555017e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
17 changes: 10 additions & 7 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 v56 with the [metadata reg

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

Currently, there are 480/512 supported metadata types.
Currently, there are 481/512 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 @@ -73,7 +73,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|BldgEnrgyIntensityCnfg|||
|BlockchainSettings|||
|Bot|||
|BotBlock||Not supported, but support could be added|
|BotBlock|||
|BotBlockVersion||Not supported, but support could be added|
|BotSettings|||
|BotTemplate|||
Expand Down Expand Up @@ -532,11 +532,12 @@ v57 introduces the following new types. Here's their current level of support
|:---|:---|:---|
|ActionableListDefinition||Not supported, but support could be added|
|AffinityScoreDefinition||Not supported, but support could be added|
|CampaignTemplateDefinition||Not supported, but support could be added|
|ClauseCatgConfiguration||Not supported, but support could be added|
|DisclosureDefinition||Not supported, but support could be added|
|DisclosureDefinitionVersion||Not supported, but support could be added|
|DisclosureType||Not supported, but support could be added|
|ClauseCatgConfiguration|||
|DisclosureDefinition|||
|DisclosureDefinitionVersion|||
|DisclosureType|||
|EngagementMessagingSettings|||
|ExternalClientAppSettings|||
|ExternalClientApplication|||
|ExternalDocStorageConfig||Not supported, but support could be added|
|ExtlClntAppMobileSet||Not supported, but support could be added|
Expand All @@ -545,7 +546,9 @@ v57 introduces the following new types. Here's their current level of support
|IntegrationProviderDef||Not supported, but support could be added|
|LocationUse||Not supported, but support could be added|
|OmniSupervisorConfig||Not supported, but support could be added (but not for tracking)|
|PipelineInspMetricConfig||Not supported, but support could be added|
|ProductSpecificationTypeDefinition||Not supported, but support could be added|
|ServiceProcess||Not supported, but support could be added|
|WaveAnalyticAssetCollection||Not supported, but support could be added|

## Additional Types
Expand Down
36 changes: 36 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1892,6 +1892,38 @@
"inFolder": false,
"strictDirectoryName": true
},
"clausecatgconfiguration": {
"id": "clausecatgconfiguration",
"name": "ClauseCatgConfiguration",
"suffix": "clauseCatgConfiguration",
"directoryName": "clauseCatgConfigurations",
"inFolder": false,
"strictDirectoryName": false
},
"disclosuretype": {
"id": "disclosuretype",
"name": "DisclosureType",
"suffix": "disclosureType",
"directoryName": "disclosureTypes",
"inFolder": false,
"strictDirectoryName": false
},
"disclosuredefinition": {
"id": "disclosuredefinition",
"name": "DisclosureDefinition",
"suffix": "disclosureDefinition",
"directoryName": "disclosureDefinitions",
"inFolder": false,
"strictDirectoryName": false
},
"disclosuredefinitionversion": {
"id": "disclosuredefinitionversion",
"name": "DisclosureDefinitionVersion",
"suffix": "disclosureDefinitionVersion",
"directoryName": "disclosureDefinitionVersions",
"inFolder": false,
"strictDirectoryName": false
},
"botblock": {
"id": "botblock",
"name": "BotBlock",
Expand Down Expand Up @@ -3367,6 +3399,10 @@
"mlDomain": "mldomain",
"bot": "bot",
"botTemplate": "bottemplate",
"clauseCatgConfiguration": "clausecatgconfiguration",
"disclosureType": "disclosuretype",
"disclosureDefinition": "disclosuredefinition",
"disclosureDefinitionVersion": "disclosuredefinitionversion",
"botBlock": "botblock",
"botVersion": "botversion",
"animationRule": "animationrule",
Expand Down

0 comments on commit 555017e

Please sign in to comment.