From 42c310ea23a0a39534051dddb97959e840466e13 Mon Sep 17 00:00:00 2001 From: Nivetha Shreeram Date: Thu, 7 Jul 2022 17:02:55 +0530 Subject: [PATCH] chore: auto-update metadata coverage in METADATA_SUPPORT.md --- METADATA_SUPPORT.md | 18 ++++++++------ src/registry/metadataRegistry.json | 40 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 8 deletions(-) diff --git a/METADATA_SUPPORT.md b/METADATA_SUPPORT.md index 2808ec7b29..7ae5eb9911 100644 --- a/METADATA_SUPPORT.md +++ b/METADATA_SUPPORT.md @@ -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 diff --git a/src/registry/metadataRegistry.json b/src/registry/metadataRegistry.json index 272c1d46ca..c6d00732ec 100644 --- a/src/registry/metadataRegistry.json +++ b/src/registry/metadataRegistry.json @@ -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", @@ -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",