File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -532,6 +532,7 @@ v57 introduces the following new types. Here's their current level of support
532
532
| :---| :---| :---|
533
533
| ActionableListDefinition| ❌| Not supported, but support could be added|
534
534
| AffinityScoreDefinition| ❌| Not supported, but support could be added|
535
+ | CampaignTemplateDefinition| ❌| Not supported, but support could be added|
535
536
| ClauseCatgConfiguration| ✅||
536
537
| DisclosureDefinition| ✅||
537
538
| DisclosureDefinitionVersion| ✅||
@@ -545,7 +546,7 @@ v57 introduces the following new types. Here's their current level of support
545
546
| IdentityProviderSettings| ✅||
546
547
| IntegrationProviderDef| ❌| Not supported, but support could be added|
547
548
| LocationUse| ❌| Not supported, but support could be added|
548
- | OmniSupervisorConfig| ❌ | Not supported, but support could be added (but not for tracking) |
549
+ | OmniSupervisorConfig| ⚠️ | Supports deploy/retrieve but not source tracking|
549
550
| PipelineInspMetricConfig| ❌| Not supported, but support could be added|
550
551
| ProductSpecificationTypeDefinition| ❌| Not supported, but support could be added|
551
552
| ServiceProcess| ❌| Not supported, but support could be added|
Original file line number Diff line number Diff line change 3192
3192
"directoryName" : " streamingAppDataConnectors" ,
3193
3193
"inFolder" : false ,
3194
3194
"strictDirectoryName" : false
3195
+ },
3196
+ "omnisupervisorconfig" : {
3197
+ "id" : " omnisupervisorconfig" ,
3198
+ "name" : " OmniSupervisorConfig" ,
3199
+ "suffix" : " omniSupervisorConfig" ,
3200
+ "directoryName" : " omniSupervisorConfigs" ,
3201
+ "inFolder" : false ,
3202
+ "strictDirectoryName" : false
3195
3203
}
3196
3204
},
3197
3205
"suffixes" : {
3206
+ "omniSupervisorConfig" : " omnisupervisorconfig" ,
3198
3207
"serviceAISetupDescription" : " serviceaisetupdefinition" ,
3199
3208
"serviceAISetupField" : " serviceaisetupfield" ,
3200
3209
"ai" : " aiapplication" ,
You can’t perform that action at this time.
0 commit comments