Skip to content

Commit e3a10d3

Browse files
tlangworthyshetzel
andauthored
chore: add service catalog 53.0 entities to registry (#490)
Co-authored-by: Steve Hetzel <[email protected]>
1 parent d0e0207 commit e3a10d3

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/registry/metadataRegistry.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,6 +2615,30 @@
26152615
"strategies": {
26162616
"adapter": "matchingContentFile"
26172617
}
2618+
},
2619+
"svccatalogcategory": {
2620+
"id": "svccatalogcategory",
2621+
"name": "SvcCatalogCategory",
2622+
"suffix": "category",
2623+
"directoryName": "svcCatalogCategories",
2624+
"inFolder": false,
2625+
"strictDirectoryName": false
2626+
},
2627+
"svccatalogfulfillmentflow": {
2628+
"id": "svccatalogfulfillmentflow",
2629+
"name": "SvcCatalogFulfillmentFlow",
2630+
"suffix": "fulfillmentFlow",
2631+
"directoryName": "svcCatalogFulfillmentFlows",
2632+
"inFolder": false,
2633+
"strictDirectoryName": false
2634+
},
2635+
"svccatalogitemdef": {
2636+
"id": "svccatalogitemdef",
2637+
"name": "SvcCatalogItemDef",
2638+
"suffix": "catalogItem",
2639+
"directoryName": "svcCatalogItems",
2640+
"inFolder": false,
2641+
"strictDirectoryName": false
26182642
}
26192643
},
26202644
"suffixes": {
@@ -2903,7 +2927,10 @@
29032927
"callCenterRoutingMap": "callcenterroutingmap",
29042928
"view": "viewdefinition",
29052929
"slackapp": "slackapp",
2906-
"permissionSetLicenseDefinition": "permissionsetlicensedefinition"
2930+
"permissionSetLicenseDefinition": "permissionsetlicensedefinition",
2931+
"category": "svccatalogcategory",
2932+
"fulfillmentFlow": "svccatalogfulfillmentflow",
2933+
"catalogItem": "svccatalogitemdef"
29072934
},
29082935
"strictDirectoryNames": {
29092936
"experiences": "experiencebundle",

0 commit comments

Comments
 (0)