From 3b7c639402a67f6599b8053d968d9f38ee23502f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Colladon?= Date: Mon, 23 Dec 2024 18:50:44 +0100 Subject: [PATCH] feat: add ApplicationRecordTypeConfig metadata support --- src/metadata/v57.json | 7 +++++++ src/metadata/v58.json | 7 +++++++ src/metadata/v59.json | 7 +++++++ src/metadata/v60.json | 7 +++++++ src/metadata/v61.json | 7 +++++++ src/metadata/v62.json | 7 +++++++ 6 files changed, 42 insertions(+) diff --git a/src/metadata/v57.json b/src/metadata/v57.json index 65ea31c8..0a2632fd 100644 --- a/src/metadata/v57.json +++ b/src/metadata/v57.json @@ -1,4 +1,11 @@ [ + { + "directoryName": "ApplicationRecordTypeConfig", + "inFolder": false, + "metaFile": false, + "suffix": "applicationRecordTypeConfig", + "xmlName": "ApplicationRecordTypeConfig" + }, { "directoryName": "apexEmailNotifications", "inFolder": false, diff --git a/src/metadata/v58.json b/src/metadata/v58.json index 2e67c2eb..1d593285 100644 --- a/src/metadata/v58.json +++ b/src/metadata/v58.json @@ -1,4 +1,11 @@ [ + { + "directoryName": "ApplicationRecordTypeConfig", + "inFolder": false, + "metaFile": false, + "suffix": "applicationRecordTypeConfig", + "xmlName": "ApplicationRecordTypeConfig" + }, { "directoryName": "apexEmailNotifications", "inFolder": false, diff --git a/src/metadata/v59.json b/src/metadata/v59.json index 8a138c3b..6dbc5164 100644 --- a/src/metadata/v59.json +++ b/src/metadata/v59.json @@ -1,4 +1,11 @@ [ + { + "directoryName": "ApplicationRecordTypeConfig", + "inFolder": false, + "metaFile": false, + "suffix": "applicationRecordTypeConfig", + "xmlName": "ApplicationRecordTypeConfig" + }, { "directoryName": "externalClientApps", "inFolder": false, diff --git a/src/metadata/v60.json b/src/metadata/v60.json index 24d7e0dd..d0f3999c 100644 --- a/src/metadata/v60.json +++ b/src/metadata/v60.json @@ -1,4 +1,11 @@ [ + { + "directoryName": "ApplicationRecordTypeConfig", + "inFolder": false, + "metaFile": false, + "suffix": "applicationRecordTypeConfig", + "xmlName": "ApplicationRecordTypeConfig" + }, { "directoryName": "productSpecificationTypes", "inFolder": false, diff --git a/src/metadata/v61.json b/src/metadata/v61.json index 53f3f871..b7094eff 100644 --- a/src/metadata/v61.json +++ b/src/metadata/v61.json @@ -1,4 +1,11 @@ [ + { + "directoryName": "ApplicationRecordTypeConfig", + "inFolder": false, + "metaFile": false, + "suffix": "applicationRecordTypeConfig", + "xmlName": "ApplicationRecordTypeConfig" + }, { "directoryName": "productSpecificationTypes", "inFolder": false, diff --git a/src/metadata/v62.json b/src/metadata/v62.json index 88718cc7..756eb3d0 100644 --- a/src/metadata/v62.json +++ b/src/metadata/v62.json @@ -1,4 +1,11 @@ [ + { + "directoryName": "ApplicationRecordTypeConfig", + "inFolder": false, + "metaFile": false, + "suffix": "applicationRecordTypeConfig", + "xmlName": "ApplicationRecordTypeConfig" + }, { "directoryName": "uiFormatSpecificationSets", "inFolder": false,