Skip to content

Commit

Permalink
fix(metadataTypes): ESDef/DMDef in metadata-registry
Browse files Browse the repository at this point in the history
* fix: fix ESDef and DMDef in metadata-registry.json

* chore: auto-update metadata coverage in METADATA_SUPPORT.md

* test: record perf

* Update lotsOfClasses.json

Co-authored-by: svc-cli-bot <svc_cli_bot@salesforce.com>
Co-authored-by: Shane McLaughlin <shane.mclaughlin@salesforce.com>
  • Loading branch information
3 people authored Nov 7, 2022
1 parent 5c9ac5a commit 7ee3943
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 21 deletions.
4 changes: 3 additions & 1 deletion METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ v57 introduces the following new types. Here's their current level of support
|ExternalDocStorageConfig||Not supported, but support could be added|
|ExtlClntAppMobilePolicies||Not supported, but support could be added|
|ExtlClntAppMobileSettings|||
|ExtlClntAppOauthConfigurablePolicies|||
|ExtlClntAppOauthConfigurablePolicies||Not supported, but support could be added|
|ExtlClntAppOauthSettings|||
|IdentityProviderSettings|||
|IntegrationProviderDef||Not supported, but support could be added|
Expand Down Expand Up @@ -582,6 +582,8 @@ v57 introduces the following new types. Here's their current level of support
- CustomFieldTranslation
- MatchingRule
- MarketingResourceType
- ExtlClntAppOauthPlcyCnfg
- ExtlClntAppMobileSet
- CustomExperience
- ManagedTopic
- DataPipeline
Expand Down
60 changes: 41 additions & 19 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2407,29 +2407,49 @@
"id": "decisionmatrixdefinition",
"name": "DecisionMatrixDefinition",
"suffix": "decisionMatrixDefinition",
"directoryName": "decisionMatrixDefinitions",
"strictDirectoryName": false
},
"decisionmatrixdefinitionversion": {
"id": "decisionmatrixdefinitionversion",
"name": "DecisionMatrixDefinitionVersion",
"suffix": "decisionMatrixDefinitionVersion",
"directoryName": "decisionMatrixDefinitionVersions",
"strictDirectoryName": false
},
"expressionsetdefinitionversion": {
"id": "expressionsetdefinitionversion",
"name": "ExpressionSetDefinitionVersion",
"suffix": "expressionSetDefinitionVersion",
"directoryName": "expressionSetDefinitionVersions",
"strictDirectoryName": false
"directoryName": "decisionMatrixDefinition",
"inFolder": false,
"strictDirectoryName": false,
"children": {
"types": {
"decisionmatrixdefinitionversion": {
"id": "decisionmatrixdefinitionversion",
"name": "DecisionMatrixDefinitionVersion",
"directoryName": "versions",
"suffix": "decisionMatrixDefinitionVersion"
}
},
"directories": {
"versions": "decisionmatrixdefinitionversion"
},
"suffixes": {
"decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion"
}
}
},
"expressionsetdefinition": {
"id": "expressionsetdefinition",
"name": "ExpressionSetDefinition",
"suffix": "expressionSetDefinition",
"directoryName": "expressionSetDefinitions",
"strictDirectoryName": false
"directoryName": "expressionSetDefinition",
"inFolder": false,
"strictDirectoryName": false,
"children": {
"types": {
"expressionsetdefinitionversion": {
"id": "expressionsetdefinitionversion",
"name": "ExpressionSetDefinitionVersion",
"directoryName": "versions",
"suffix": "expressionSetDefinitionVersion"
}
},
"directories": {
"versions": "expressionsetdefinitionversion"
},
"suffixes": {
"expressionSetDefinitionVersion": "expressionsetdefinitionversion"
}
}
},
"briefcasedefinition": {
"id": "briefcasedefinition",
Expand Down Expand Up @@ -3650,6 +3670,8 @@
"botversion": "bot",
"customfieldtranslation": "customobjecttranslation",
"mktdatatranfield": "mktdatatranobject",
"digitalexperience": "digitalexperiencebundle"
"digitalexperience": "digitalexperiencebundle",
"decisionmatrixdefinitionversion": "decisionmatrixdefinition",
"expressionsetdefinitionversion": "expressionsetdefinition"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"name": "mdapiToSource",
"duration": 7095.85508899999
}
]
]

0 comments on commit 7ee3943

Please sign in to comment.