From b23ec8c07fd8297bed1e727f0809a8215f4c0334 Mon Sep 17 00:00:00 2001 From: jayree Date: Mon, 6 Jun 2022 20:30:39 +0200 Subject: [PATCH 1/2] fix: support jsforce 2.0 --- src/resolve/connectionResolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve/connectionResolver.ts b/src/resolve/connectionResolver.ts index 6866182646..c5babfc02e 100644 --- a/src/resolve/connectionResolver.ts +++ b/src/resolve/connectionResolver.ts @@ -44,7 +44,7 @@ export class ConnectionResolver { for await (const componentResult of componentPromises) { for (const component of componentResult) { let componentType: MetadataType; - if (typeof component.type === 'string') { + if (typeof component.type === 'string' && component.type.length) { componentType = this.registry.getTypeByName(component.type); } else { // fix { type: { "$": { "xsi:nil": "true" } } } From 6edd661c1219da8e0a7fce1f2825433060b53e87 Mon Sep 17 00:00:00 2001 From: Steve Hetzel Date: Tue, 12 Jul 2022 14:41:43 -0600 Subject: [PATCH 2/2] chore: auto-update metadata coverage in METADATA_SUPPORT.md --- METADATA_SUPPORT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/METADATA_SUPPORT.md b/METADATA_SUPPORT.md index 7ae5eb9911..8ce717af6e 100644 --- a/METADATA_SUPPORT.md +++ b/METADATA_SUPPORT.md @@ -509,7 +509,7 @@ 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)| +|AIUsecaseDefinition|⚠️|Supports deploy/retrieve but not source tracking| |AccountingFieldMapping|❌|Not supported, but support could be added| |AccountingSettings|✅|| |BotBlock|❌|Not supported, but support could be added| @@ -521,6 +521,9 @@ v56 introduces the following new types. Here's their current level of support |DataSourceBundleDefinition|✅|| |DataSrcDataModelFieldMap|✅|| |DataStreamTemplate|✅|| +|DigitalExperience|❌|Not supported, but support could be added (but not for tracking)| +|DigitalExperienceBundle|❌|Not supported, but support could be added (but not for tracking)| +|DigitalExperienceConfig|❌|Not supported, but support could be added (but not for tracking)| |ExplainabilityMsgActionDefinition|❌|Not supported, but support could be added| |ExpressionSetObjectAlias|❌|Not supported, but support could be added| |FuelType|❌|Not supported, but support could be added|