Skip to content

Commit

Permalink
feat: add 'MarketingAppExtension' to the registry
Browse files Browse the repository at this point in the history
* chore: manual-update metadata coverage in METADATA_SUPPORT.md

* chore: manual-update metadata coverage in METADATA_SUPPORT.md

* chore(release): 7.0.0 [skip ci]

Co-authored-by: Shane McLaughlin <[email protected]>
Co-authored-by: mshanemc <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2022
1 parent 9439889 commit a3ea5ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|MapsAndLocationSettings|||
|MarketSegmentDefinition||Not supported, but support could be added|
|MarketingAppExtActivity||Not supported, but support could be added|
|MarketingAppExtension||Not supported, but support could be added|
|MarketingAppExtension|||
|MatchingRules|||
|MediaAdSalesSettings|||
|MeetingsSettings|||
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/source-deploy-retrieve",
"version": "6.3.0",
"version": "7.0.0",
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
"main": "lib/src/index.js",
"author": "Salesforce",
Expand Down Expand Up @@ -123,4 +123,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
8 changes: 8 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,13 @@
"directoryName": "marketingResourceType",
"inFolder": false
},
"marketingappextension": {
"id": "marketingappextension",
"name": "MarketingAppExtension",
"suffix": "marketingAppExtension",
"directoryName": "marketingAppExtensions",
"inFolder": false
},
"sharingrules": {
"id": "sharingrules",
"name": "SharingRules",
Expand Down Expand Up @@ -3165,6 +3172,7 @@
"channelLayout": "channellayout",
"asset": "contentasset",
"marketingResourceType": "marketingresourcetype",
"marketingAppExtension": "marketingappextension",
"sharingRules": "sharingrules",
"sharingSet": "sharingset",
"community": "community",
Expand Down

0 comments on commit a3ea5ab

Please sign in to comment.