Skip to content

Commit ecb131d

Browse files
authored
feat: add FlowValueMap type to metadata registry W-20006675 (#1642)
1 parent b8b3f4c commit ecb131d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

scripts/update-registry/describe.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,14 @@
23242324
"metaFile": false,
23252325
"hasChildren": false
23262326
},
2327+
"FlowValueMap": {
2328+
"name": "FlowValueMap",
2329+
"directoryName": "flowValueMaps",
2330+
"suffix": "flowvaluemap",
2331+
"inFolder": false,
2332+
"metaFile": false,
2333+
"hasChildren": false
2334+
},
23272335
"ForecastingFilter": {
23282336
"name": "ForecastingFilter",
23292337
"directoryName": "forecastingFilters",

src/registry/metadataRegistry.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
"flowCategory": "flowcategory",
296296
"flowDefinition": "flowdefinition",
297297
"flowtest": "flowtest",
298+
"flowvaluemap": "flowvaluemap",
298299
"forecastingFilter": "forecastingfilter",
299300
"forecastingFilterCondition": "forecastingfiltercondition",
300301
"forecastingGroup": "forecastinggroup",
@@ -2671,6 +2672,14 @@
26712672
"strictDirectoryName": false,
26722673
"suffix": "flowtest"
26732674
},
2675+
"flowvaluemap": {
2676+
"directoryName": "flowValueMaps",
2677+
"id": "flowvaluemap",
2678+
"inFolder": false,
2679+
"name": "FlowValueMap",
2680+
"strictDirectoryName": false,
2681+
"suffix": "flowvaluemap"
2682+
},
26742683
"forecastingfilter": {
26752684
"directoryName": "forecastingFilters",
26762685
"id": "forecastingfilter",

0 commit comments

Comments
 (0)