Skip to content

Commit 555017e

Browse files
ManfulManful Ram
andauthored
feat(metadataTypes): DisclosureType DisclosureDefinition DisclosureDefinitionVersion ClauseCatgConfiguration
Co-authored-by: Manful Ram <[email protected]>
1 parent 7053998 commit 555017e

File tree

2 files changed

+46
-7
lines changed

2 files changed

+46
-7
lines changed

METADATA_SUPPORT.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v56 with the [metadata reg
44

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

7-
Currently, there are 480/512 supported metadata types.
7+
Currently, there are 481/512 supported metadata types.
88
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).
99
To contribute a new metadata type, please see the [Contributing Metadata Types to the Registry](./contributing/metadata.md)
1010

@@ -73,7 +73,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
7373
|BldgEnrgyIntensityCnfg|||
7474
|BlockchainSettings|||
7575
|Bot|||
76-
|BotBlock||Not supported, but support could be added|
76+
|BotBlock|||
7777
|BotBlockVersion||Not supported, but support could be added|
7878
|BotSettings|||
7979
|BotTemplate|||
@@ -532,11 +532,12 @@ v57 introduces the following new types. Here's their current level of support
532532
|:---|:---|:---|
533533
|ActionableListDefinition||Not supported, but support could be added|
534534
|AffinityScoreDefinition||Not supported, but support could be added|
535-
|CampaignTemplateDefinition||Not supported, but support could be added|
536-
|ClauseCatgConfiguration||Not supported, but support could be added|
537-
|DisclosureDefinition||Not supported, but support could be added|
538-
|DisclosureDefinitionVersion||Not supported, but support could be added|
539-
|DisclosureType||Not supported, but support could be added|
535+
|ClauseCatgConfiguration|||
536+
|DisclosureDefinition|||
537+
|DisclosureDefinitionVersion|||
538+
|DisclosureType|||
539+
|EngagementMessagingSettings|||
540+
|ExternalClientAppSettings|||
540541
|ExternalClientApplication|||
541542
|ExternalDocStorageConfig||Not supported, but support could be added|
542543
|ExtlClntAppMobileSet||Not supported, but support could be added|
@@ -545,7 +546,9 @@ v57 introduces the following new types. Here's their current level of support
545546
|IntegrationProviderDef||Not supported, but support could be added|
546547
|LocationUse||Not supported, but support could be added|
547548
|OmniSupervisorConfig||Not supported, but support could be added (but not for tracking)|
549+
|PipelineInspMetricConfig||Not supported, but support could be added|
548550
|ProductSpecificationTypeDefinition||Not supported, but support could be added|
551+
|ServiceProcess||Not supported, but support could be added|
549552
|WaveAnalyticAssetCollection||Not supported, but support could be added|
550553

551554
## Additional Types

src/registry/metadataRegistry.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,38 @@
18921892
"inFolder": false,
18931893
"strictDirectoryName": true
18941894
},
1895+
"clausecatgconfiguration": {
1896+
"id": "clausecatgconfiguration",
1897+
"name": "ClauseCatgConfiguration",
1898+
"suffix": "clauseCatgConfiguration",
1899+
"directoryName": "clauseCatgConfigurations",
1900+
"inFolder": false,
1901+
"strictDirectoryName": false
1902+
},
1903+
"disclosuretype": {
1904+
"id": "disclosuretype",
1905+
"name": "DisclosureType",
1906+
"suffix": "disclosureType",
1907+
"directoryName": "disclosureTypes",
1908+
"inFolder": false,
1909+
"strictDirectoryName": false
1910+
},
1911+
"disclosuredefinition": {
1912+
"id": "disclosuredefinition",
1913+
"name": "DisclosureDefinition",
1914+
"suffix": "disclosureDefinition",
1915+
"directoryName": "disclosureDefinitions",
1916+
"inFolder": false,
1917+
"strictDirectoryName": false
1918+
},
1919+
"disclosuredefinitionversion": {
1920+
"id": "disclosuredefinitionversion",
1921+
"name": "DisclosureDefinitionVersion",
1922+
"suffix": "disclosureDefinitionVersion",
1923+
"directoryName": "disclosureDefinitionVersions",
1924+
"inFolder": false,
1925+
"strictDirectoryName": false
1926+
},
18951927
"botblock": {
18961928
"id": "botblock",
18971929
"name": "BotBlock",
@@ -3367,6 +3399,10 @@
33673399
"mlDomain": "mldomain",
33683400
"bot": "bot",
33693401
"botTemplate": "bottemplate",
3402+
"clauseCatgConfiguration": "clausecatgconfiguration",
3403+
"disclosureType": "disclosuretype",
3404+
"disclosureDefinition": "disclosuredefinition",
3405+
"disclosureDefinitionVersion": "disclosuredefinitionversion",
33703406
"botBlock": "botblock",
33713407
"botVersion": "botversion",
33723408
"animationRule": "animationrule",

0 commit comments

Comments
 (0)