Skip to content

Commit

Permalink
fix: add support for type AnnotationExtensionSet (#1503)
Browse files Browse the repository at this point in the history
* fix: @W-16815182 - Add support for type AnnotationExtensionSet

* fix: @W-16815182 - Add support for type AnnotationExtensionSet

---------

Co-authored-by: bkeni <bkeni@salesforce.com>
  • Loading branch information
barkhakeni and bkeni authored Feb 10, 2025
1 parent 89a53fb commit 9ac85ca
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 @@ -533,7 +533,8 @@
"aiEvaluationDefinition": "aievaluationdefinition",
"uaviz": "analyticsvisualization",
"uavizview": "analyticsvizviewdef",
"uawork": "analyticsworkspace"
"uawork": "analyticsworkspace",
"annotationextensionset": "annotationextensionset"
},
"types": {
"accesscontrolpolicy": {
Expand Down Expand Up @@ -4748,6 +4749,14 @@
"adapter": "bundle"
},
"supportsPartialDelete": true
},
"annotationextensionset": {
"id": "annotationextensionset",
"name": "AnnotationExtensionSet",
"suffix": "annotationextensionset",
"directoryName": "annotationextensionsets",
"inFolder": false,
"strictDirectoryName": false
}
}
}

0 comments on commit 9ac85ca

Please sign in to comment.