Skip to content

Commit

Permalink
fix(metadataTypes): timelineobjectdefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
zenilnh authored Nov 7, 2022
1 parent ecb7d81 commit de6fac3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 10 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3224,6 +3224,14 @@
"directoryName": "omniSupervisorConfigs",
"inFolder": false,
"strictDirectoryName": false
},
"timelineobjectdefinition": {
"id": "timelineobjectdefinition",
"name": "TimelineObjectDefinition",
"suffix": "timelineObjectDefinition",
"directoryName": "timelineObjectDefinitions",
"inFolder": false,
"strictDirectoryName": false
}
},
"suffixes": {
Expand Down Expand Up @@ -3581,7 +3589,8 @@
"externalCredential": "externalcredential",
"marketSegmentDefinition": "marketsegmentdefinition",
"mfgProgramTemplate": "mfgprogramtemplate",
"streamingAppDataConnector": "streamingappdataconnector"
"streamingAppDataConnector": "streamingappdataconnector",
"timelineObjectDefinition": "timelineobjectdefinition"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down
1 change: 0 additions & 1 deletion src/registry/nonSupportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const features = [
'HEALTHCLOUDBETA',
'EMBEDDEDSERVICEMESSAGING',
'UNIFIEDHEALTHSCORING',
'HEALTHCLOUDADDON',
'EINSTEINDOCREADER',
'ACCOUNTINGSUBLEDGERACCESS',
'BOTBLOCKS',
Expand Down

0 comments on commit de6fac3

Please sign in to comment.