Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,28 +509,30 @@ v56 introduces the following new types. Here's their current level of support

|Metadata Type|Support|Notes|
|:---|:---|:---|
|AIUsecaseDefinition|❌|Not supported, but support could be added (but not for tracking)|
|AccountingFieldMapping|❌|Not supported, but support could be added|
|AccountingSettings|✅||
|BotBlock|❌|Not supported, but support could be added|
|BotBlockVersion|❌|Not supported, but support could be added|
|CollectionsDashboardSettings|✅||
|CustomizablePropensityScoringSettings|✅||
|DataPackageKitDefinition|❌|Not supported, but support could be added|
|DataPackageKitObject|❌|Not supported, but support could be added|
|DataSourceBundleDefinition|❌|Not supported, but support could be added|
|DataSrcDataModelFieldMap|❌|Not supported, but support could be added|
|DataStreamTemplate|❌|Not supported, but support could be added|
|DataPackageKitDefinition|✅||
|DataPackageKitObject|✅||
|DataSourceBundleDefinition|✅||
|DataSrcDataModelFieldMap|✅||
|DataStreamTemplate|✅||
|ExplainabilityMsgActionDefinition|❌|Not supported, but support could be added|
|ExpressionSetObjectAlias|❌|Not supported, but support could be added|
|FuelType|❌|Not supported, but support could be added|
|FuelTypeSustnUom|❌|Not supported, but support could be added|
|IncludeEstTaxInQuoteSettings|✅||
|MarketSegmentReference|❌|Not supported, but support could be added (but not for tracking)|
|MfgServiceConsoleSettings|✅||
|OauthOidcSettings|✅||
|SearchExperience|❌|Not supported, but support could be added|
|SearchExperienceField|❌|Not supported, but support could be added|
|SearchExperienceObject|❌|Not supported, but support could be added|
|ReportingTypeConfig|❌|Not supported, but support could be added|
|SustainabilityUom|❌|Not supported, but support could be added|
|SustnUomConversion|❌|Not supported, but support could be added|
|UserAccessPolicy|❌|Not supported, but support could be added|

## Additional Types

Expand Down
40 changes: 40 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2425,6 +2425,41 @@
"directoryName": "dataStreamDefinitions",
"strictDirectoryName": false
},
"datapackagekitdefinition": {
"id": "datapackagekitdefinition",
"name": "DataPackageKitDefinition",
"suffix": "dataPackageKitDefinition",
"directoryName": "dataPackageKitDefinitions",
"strictDirectoryName": false
},
"datasourcebundledefinition": {
"id": "datasourcebundledefinition",
"name": "DataSourceBundleDefinition",
"suffix": "dataSourceBundleDefinition",
"directoryName": "dataSourceBundleDefinitions",
"strictDirectoryName": false
},
"datapackagekitobject": {
"id": "datapackagekitobject",
"name": "DataPackageKitObject",
"suffix": "DataPackageKitObject",
"directoryName": "DataPackageKitObjects",
"strictDirectoryName": false
},
"datastreamtemplate": {
"id": "datastreamtemplate",
"name": "DataStreamTemplate",
"suffix": "dataStreamTemplate",
"directoryName": "dataStreamTemplates",
"strictDirectoryName": false
},
"datasrcdatamodelfieldmap": {
"id": "datasrcdatamodelfieldmap",
"name": "DataSrcDataModelFieldMap",
"suffix": "dataSrcDataModelFieldMap",
"directoryName": "dataSrcDataModelFieldMaps",
"strictDirectoryName": false
},
"mktdatatranobject": {
"id": "mktdatatranobject",
"name": "MktDataTranObject",
Expand Down Expand Up @@ -3285,6 +3320,11 @@
"accountForecastSetting": "accountforecastsettings",
"fieldServiceMobileExtension": "fieldservicemobileextension",
"dataStreamDefinition": "datastreamdefinition",
"dataPackageKitDefinition": "datapackagekitdefinition",
"dataSourceBundleDefinition": "datasourcebundledefinition",
"DataPackageKitObject" : "datapackagekitobject",
"dataStreamTemplate":"datastreamtemplate",
"dataSrcDataModelFieldMap":"datasrcdatamodelfieldmap",
"ChannelObjectLinkingRule": "channelobjectlinkingrule",
"ConversationVendorInformation": "conversationvendorinfo",
"ConversationVendorFieldDefinition": "conversationvendorfielddef",
Expand Down