Skip to content

Commit

Permalink
fix: support metadata type EventRelayConfig (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-AC authored Oct 4, 2023
1 parent 7f3746b commit d41afe8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3554,6 +3554,14 @@
"suffix": "pricingRecipe",
"directoryName": "pricingRecipes",
"strictDirectoryName": false
},
"eventrelayconfig": {
"id": "eventrelayconfig",
"name": "EventRelayConfig",
"suffix": "eventRelay",
"directoryName": "eventRelays",
"inFolder": false,
"strictDirectoryName": false
}
},
"suffixes": {
Expand Down Expand Up @@ -3944,7 +3952,8 @@
"SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
"fundraisingConfig": "fundraisingconfig",
"pricingRecipe": "pricingrecipe"
"pricingRecipe": "pricingrecipe",
"eventRelay": "eventrelayconfig"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

0 comments on commit d41afe8

Please sign in to comment.