Skip to content

Commit

Permalink
fix: Qa/1202 - add support for ExtDataTranObjectTemplate and ExtDataT…
Browse files Browse the repository at this point in the history
…ranFieldTemplate (#1203)

* added support for ExtDataTranObjectTemplate and ExtDataTranFieldTemplate

* fix: add suffix entry for child

---------

Co-authored-by: ankur-kushwaha <ankur.kushwaha@salesforce.com>
  • Loading branch information
shetzel and ankurkushwaha036 authored Jan 4, 2024
1 parent a3a9fdd commit f4d03d8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
4 changes: 2 additions & 2 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ v60 introduces the following new types. Here's their current level of support
|CommonEventSubscription||Not supported, but support could be added|
|EinsteinAISettings|||
|EventLogObjectSettings|||
|ExtDataTranFieldTemplate||Not supported, but support could be added|
|ExtDataTranObjectTemplate||Not supported, but support could be added|
|ExtDataTranFieldTemplate|||
|ExtDataTranObjectTemplate|||
|ExtlClntAppConfigurablePolicies|||
|ExtlClntAppNotificationSettings|||
|GenAiPlanner||Not supported, but support could be added|
Expand Down
30 changes: 28 additions & 2 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3684,6 +3684,29 @@
"directoryName": "managedEventSubscriptions",
"inFolder": false,
"strictDirectoryName": false
},
"extdatatranobjecttemplate": {
"id": "extdatatranobjecttemplate",
"name": "ExtDataTranObjectTemplate",
"suffix": "extDataTranObjectTemplate",
"directoryName": "extDataTranObjectTemplates",
"strictDirectoryName": false,
"children": {
"types": {
"extdatatranfieldtemplate": {
"id": "extdatatranfieldtemplate",
"name": "extDataTranFieldTemplate",
"directoryName": "extDataTranFieldTemplates",
"suffix": "extDataTranFieldTemplate"
}
},
"suffixes": {
"extDataTranFieldTemplate": "extdatatranfieldtemplate"
},
"directories": {
"extDataTranFieldTemplates": "extdatatranfieldtemplate"
}
}
}
},
"suffixes": {
Expand All @@ -3695,6 +3718,7 @@
"aiUsecaseDefinitions": "aiusecasedefinition",
"aiScoringModelDefinition": "aiscoringmodeldefinition",
"aiScoringModelDefVersion": "aiscoringmodeldefversion",
"extDataTranFieldTemplate": "extdatatranfieldtemplate",
"mlDataDefinition": "mldatadefinition",
"icon": "icon",
"businessProcessGroup": "businessprocessgroup",
Expand Down Expand Up @@ -4090,7 +4114,8 @@
"webStoreBundle": "webstorebundle",
"externalAIModel": "externalaimodel",
"registeredExternalService": "registeredexternalservice",
"managedEventSubscription": "managedeventsubscription"
"managedEventSubscription": "managedeventsubscription",
"extDataTranObjectTemplate": "extdatatranobjecttemplate"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down Expand Up @@ -4154,6 +4179,7 @@
"digitalexperience": "digitalexperiencebundle",
"decisionmatrixdefinitionversion": "decisionmatrixdefinition",
"expressionsetdefinitionversion": "expressionsetdefinition",
"aiscoringmodeldefversion": "aiscoringmodeldefinition"
"aiscoringmodeldefversion": "aiscoringmodeldefinition",
"extdatatranfieldtemplate": "extdatatranobjecttemplate"
}
}

0 comments on commit f4d03d8

Please sign in to comment.