Skip to content

Commit 6fba3e5

Browse files
chore: support MeetingPlaybookDefinition-W-21569709 (#1715)
* chore: support MeetingPlaybookDefinition * Fix: add comma typo in meetingPlaybookDefinition key * Fix: formatting issue in metadataRegistry.json * fix: Reorder attributes in metadataRegistry.json --------- Co-authored-by: Sorida Lac <96142310+soridalac@users.noreply.github.com>
1 parent 95f0f73 commit 6fba3e5

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

METADATA_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ v67 introduces the following new types. Here's their current level of support
819819
|IntegratedPlanDefinition||Not supported, but support could be added|
820820
|IntegrationProcdDefinition|||
821821
|LaborCostOptimCrewMgmtSettings|||
822-
|MeetingPlaybookDefinition||Not supported, but support could be added|
822+
|MeetingPlaybookDefinition|||
823823
|OmniscriptDefinition|||
824824
|OrchestrationPlanCtxMapping||Not supported, but support could be added|
825825
|PlanningMeasureDef||Not supported, but support could be added|

src/registry/metadataRegistry.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,9 @@
586586
"cnfgItemTypeAttrRelDef": "cnfgitemtypeattrreldef",
587587
"cnfgItemTypeDef": "cnfgitemtypedef",
588588
"cnfgItemTypeRelationDef": "cnfgitemtyperelationdef",
589+
"cnfgMgmtRelationTypeDef": "cnfgmgmtrelationtypedef",
589590
"cnfgMgmtCiSourceDef": "cnfgmgmtcisourcedef",
590-
"cnfgMgmtRelationTypeDef": "cnfgmgmtrelationtypedef"
591+
"meetingPlaybookDefinition": "meetingplaybookdefinition"
591592
},
592593
"types": {
593594
"accesscontrolpolicy": {
@@ -5238,6 +5239,14 @@
52385239
"directoryName": "cnfgMgmtRelationTypeDefs",
52395240
"inFolder": false,
52405241
"strictDirectoryName": false
5242+
},
5243+
"meetingplaybookdefinition": {
5244+
"id": "meetingplaybookdefinition",
5245+
"name": "MeetingPlaybookDefinition",
5246+
"suffix": "meetingPlaybookDefinition",
5247+
"directoryName": "meetingPlaybookDefinitions",
5248+
"inFolder": false,
5249+
"strictDirectoryName": false
52415250
}
52425251
}
52435252
}

0 commit comments

Comments
 (0)