Skip to content

Commit

Permalink
fix(metadataTypes): ExtlClntAppOauthConfigurablePolicies, ExtlClntApp…
Browse files Browse the repository at this point in the history
…MobileSettings (#757)
  • Loading branch information
niteshgupta90 authored Nov 2, 2022
1 parent af6c404 commit a6af2bf
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 31 deletions.
10 changes: 6 additions & 4 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,19 +533,21 @@ 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|
|ClauseCatgConfiguration|||
|CommerceRuleSettings|||
|DisclosureDefinition|||
|DisclosureDefinitionVersion|||
|DisclosureType|||
|EngagementMessagingSettings|||
|ExternalClientAppSettings|||
|ExternalClientApplication|||
|ExternalDocStorageConfig||Not supported, but support could be added|
|ExtlClntAppMobileSet|||
|ExtlClntAppOauthPlcyCnfg|||
|ExtlClntAppMobileSettings|||
|ExtlClntAppOauthPlcyCnfg||Not supported, but support could be added|
|ExtlClntAppOauthSettings|||
|IdentityProviderSettings|||
|IntegrationProviderDef||Not supported, but support could be added|
|LocationUse||Not supported, but support could be added|
|OmniSupervisorConfig|⚠️|Supports deploy/retrieve but not source tracking|
|OmniSupervisorConfig|||
|PipelineInspMetricConfig||Not supported, but support could be added|
|ProductSpecificationTypeDefinition||Not supported, but support could be added|
|ServiceProcess||Not supported, but support could be added|
Expand Down Expand Up @@ -578,7 +580,7 @@ v57 introduces the following new types. Here's their current level of support
- CustomFieldTranslation
- MatchingRule
- MarketingResourceType
- ExtlClntAppOauthSettings
- ExtlClntAppOauthConfigurablePolicies
- CustomExperience
- ManagedTopic
- DataPipeline
Expand Down
30 changes: 15 additions & 15 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1378,32 +1378,32 @@
"externalclientapplication": {
"id": "externalclientapplication",
"name": "ExternalClientApplication",
"suffix": "externalClientApp",
"suffix": "eca",
"directoryName": "externalClientApps",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappoauthplcycnfg": {
"id": "extlclntappoauthplcycnfg",
"name": "ExtlClntAppOauthPlcyCnfg",
"suffix": "oauthPolicy",
"extlclntappoauthconfigurablepolicies": {
"id": "extlclntappoauthconfigurablepolicies",
"name": "ExtlClntAppOauthConfigurablePolicies",
"suffix": "ecaOauthPlcy",
"directoryName": "oauthPolicies",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappoauthsettings": {
"id": "extlclntappoauthsettings",
"name": "ExtlClntAppOauthSettings",
"suffix": "oauth",
"suffix": "ecaOauth",
"directoryName": "extlClntAppOauthSettings",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappmobileset": {
"id": "extlclntappmobileset",
"name": "ExtlClntAppMobileSet",
"suffix": "extlClntAppMobileSet",
"directoryName": "extlClntAppMobileSets",
"extlclntappmobilesettings": {
"id": "extlclntappmobilesettings",
"name": "ExtlClntAppMobileSettings",
"suffix": "ecaMob",
"directoryName": "extlClntAppMobileSettings",
"inFolder": false,
"strictDirectoryName": false
},
Expand Down Expand Up @@ -3374,10 +3374,10 @@
"entitlementTemplate": "entitlementtemplate",
"notiftype": "customnotificationtype",
"connectedApp": "connectedapp",
"externalClientApp": "externalclientapplication",
"oauthPolicy": "extlclntappoauthplcycnfg",
"extlClntAppMobileSet": "extlclntappmobileset",
"oauth": "extlclntappoauthsettings",
"eca": "externalclientapplication",
"ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
"ecaMob": "extlclntappmobilesettings",
"ecaOauth": "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": 227.53589899999497
"duration": 212.75168799998937
},
{
"name": "sourceToMdapi",
"duration": 5797.005348999999
"duration": 4968.247083999973
},
{
"name": "sourceToZip",
"duration": 4814.342231000002
"duration": 4913.3930489999475
},
{
"name": "mdapiToSource",
"duration": 3835.130170999997
"duration": 3678.5225419999915
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 470.6312699999835
"duration": 427.1703989999951
},
{
"name": "sourceToMdapi",
"duration": 7751.746233000013
"duration": 8699.61532500002
},
{
"name": "sourceToZip",
"duration": 6782.484058000002
"duration": 7062.340872999979
},
{
"name": "mdapiToSource",
"duration": 4625.043036999996
"duration": 4507.392125000013
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 729.9692550000036
"duration": 708.247853000008
},
{
"name": "sourceToMdapi",
"duration": 9952.340448999981
"duration": 11350.272353000008
},
{
"name": "sourceToZip",
"duration": 10424.467409000004
"duration": 10826.725208999997
},
{
"name": "mdapiToSource",
"duration": 7663.856468000013
"duration": 9852.030005000008
}
]

0 comments on commit a6af2bf

Please sign in to comment.