Skip to content

Commit

Permalink
added metadata type for pricing recipe (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygarg31081998 authored Sep 6, 2023
1 parent bdb3b35 commit 53d4bbf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,13 @@
"directoryName": "fundraisingConfigs",
"inFolder": false,
"strictDirectoryName": false
},
"pricingrecipe": {
"id": "pricingrecipe",
"name": "PricingRecipe",
"suffix": "pricingRecipe",
"directoryName": "pricingRecipes",
"strictDirectoryName": false
}
},
"suffixes": {
Expand Down Expand Up @@ -3918,7 +3925,8 @@
"processflowmigration": "processflowmigration",
"SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
"fundraisingConfig": "fundraisingconfig"
"fundraisingConfig": "fundraisingconfig",
"pricingRecipe": "pricingrecipe"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

0 comments on commit 53d4bbf

Please sign in to comment.