Skip to content

Commit e997a49

Browse files
feat: @W-19995019 Adding support for integArtifactDef type (#1658)
1 parent 26d92b4 commit e997a49

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

METADATA_SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ v66 introduces the following new types. Here's their current level of support
762762
|IndustriesConstraintsSettings|||
763763
|IndustriesEnergyUtilitiesMultiSiteSettings|||
764764
|IndustriesMfgSampleManagementSettings|||
765-
|IntegArtifactDef||Not supported, but support could be added|
765+
|IntegArtifactDef|||
766766
|InventoryAllocationSettings|||
767767
|LogicSettings|||
768768
|MapReportSettings|||
@@ -854,4 +854,4 @@ v66 introduces the following new types. Here's their current level of support
854854
- RuleLibraryDefinition
855855
- DataMapperDefinition
856856
- IntegrationProcdDefinition
857-
- OmniscriptDefinition
857+
- OmniscriptDefinition

src/registry/metadataRegistry.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"fieldRestrictionRules": "fieldrestrictionrule",
6060
"genAiFunctions": "genaifunction",
6161
"genAiPlannerBundles": "genaiplannerbundle",
62+
"integArtifactDefs": "integartifactdef",
6263
"integrationHub": "integrationhubsettings",
6364
"lwc": "lightningcomponentbundle",
6465
"mktDataSources": "datasource",
@@ -2985,6 +2986,17 @@
29852986
"name": "IntegrationHubSettingsType",
29862987
"suffix": "type"
29872988
},
2989+
"integartifactdef": {
2990+
"directoryName": "integArtifactDefs",
2991+
"id": "integartifactdef",
2992+
"inFolder": false,
2993+
"name": "IntegArtifactDef",
2994+
"strictDirectoryName": true,
2995+
"strategies": {
2996+
"adapter": "bundle"
2997+
},
2998+
"supportsPartialDelete": true
2999+
},
29883000
"integrationproviderdef": {
29893001
"directoryName": "integrationProviderDefinitions",
29903002
"id": "integrationproviderdef",

0 commit comments

Comments
 (0)