Skip to content

Commit

Permalink
feat(metadataTypes): ExtlClntAppOauthPlcyCnfg, ExtlClntAppOauthSettin…
Browse files Browse the repository at this point in the history
…gs, ExtlClntAppMobileSet

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

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

* test: record perf

Co-authored-by: Nitesh Gupta <nitesh.gupta@niteshg-ltmatbp.internal.salesforce.com>
Co-authored-by: svc-cli-bot <svc_cli_bot@salesforce.com>
  • Loading branch information
3 people authored Oct 27, 2022
1 parent 5219b6a commit b4f61ae
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 15 deletions.
6 changes: 3 additions & 3 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ 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|||
|DisclosureDefinition|||
|DisclosureDefinitionVersion|||
Expand All @@ -541,8 +540,8 @@ v57 introduces the following new types. Here's their current level of support
|ExternalClientAppSettings|||
|ExternalClientApplication|||
|ExternalDocStorageConfig||Not supported, but support could be added|
|ExtlClntAppMobileSet||Not supported, but support could be added|
|ExtlClntAppOauthPlcyCnfg||Not supported, but support could be added|
|ExtlClntAppMobileSet|||
|ExtlClntAppOauthPlcyCnfg|||
|IdentityProviderSettings|||
|IntegrationProviderDef||Not supported, but support could be added|
|LocationUse||Not supported, but support could be added|
Expand Down Expand Up @@ -579,6 +578,7 @@ v57 introduces the following new types. Here's their current level of support
- CustomFieldTranslation
- MatchingRule
- MarketingResourceType
- ExtlClntAppOauthSettings
- CustomExperience
- ManagedTopic
- DataPipeline
Expand Down
27 changes: 27 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,30 @@
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappoauthplcycnfg": {
"id": "extlclntappoauthplcycnfg",
"name": "ExtlClntAppOauthPlcyCnfg",
"suffix": "oauthPolicy",
"directoryName": "oauthPolicies",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappoauthsettings": {
"id": "extlclntappoauthsettings",
"name": "ExtlClntAppOauthSettings",
"suffix": "oauth",
"directoryName": "extlClntAppOauthSettings",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappmobileset": {
"id": "extlclntappmobileset",
"name": "ExtlClntAppMobileSet",
"suffix": "extlClntAppMobileSet",
"directoryName": "extlClntAppMobileSets",
"inFolder": false,
"strictDirectoryName": false
},
"appmenu": {
"id": "appmenu",
"name": "AppMenu",
Expand Down Expand Up @@ -3351,6 +3375,9 @@
"notiftype": "customnotificationtype",
"connectedApp": "connectedapp",
"externalClientApp": "externalclientapplication",
"oauthPolicy": "extlclntappoauthplcycnfg",
"extlClntAppMobileSet": "extlclntappmobileset",
"oauth": "extlclntappoauthsettings",
"appMenu": "appmenu",
"delegateGroup": "delegategroup",
"network": "network",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 211.98616599995876
"duration": 227.53589899999497
},
{
"name": "sourceToMdapi",
"duration": 5675.445168000006
"duration": 5797.005348999999
},
{
"name": "sourceToZip",
"duration": 4325.303721999982
"duration": 4814.342231000002
},
{
"name": "mdapiToSource",
"duration": 3837.6363589999964
"duration": 3835.130170999997
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 414.30975700001
"duration": 411.68149899999844
},
{
"name": "sourceToMdapi",
"duration": 8222.016792999988
"duration": 8466.343819000002
},
{
"name": "sourceToZip",
"duration": 6871.310621000011
"duration": 6411.866650000011
},
{
"name": "mdapiToSource",
"duration": 4824.338472999982
"duration": 5187.5936060000095
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 710.4652360000182
"duration": 734.0428379999939
},
{
"name": "sourceToMdapi",
"duration": 11589.544998999976
"duration": 13081.072366000008
},
{
"name": "sourceToZip",
"duration": 11294.996881
"duration": 10285.210365000006
},
{
"name": "mdapiToSource",
"duration": 13089.373708
"duration": 12955.521213
}
]

0 comments on commit b4f61ae

Please sign in to comment.