File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,11 @@ v57 introduces the following new types. Here's their current level of support
531
531
| Metadata Type| Support| Notes|
532
532
| :---| :---| :---|
533
533
| ActionableListDefinition| ❌| Not supported, but support could be added|
534
- | ExternalClientApplication| ❌| Not supported, but support could be added|
534
+ | DisclosureType| ❌| Not supported, but support could be added|
535
+ | ExternalClientApplication| ✅||
536
+ | GearDescriptor| ❌| Not supported, but support could be added|
537
+ | IdentityProviderSettings| ✅||
538
+ | ProductSpecificationTypeDefinition| ❌| Not supported, but support could be added|
535
539
536
540
## Additional Types
537
541
Original file line number Diff line number Diff line change 1367
1367
"inFolder" : false ,
1368
1368
"strictDirectoryName" : false
1369
1369
},
1370
+ "externalclientapplication" : {
1371
+ "id" : " externalclientapplication" ,
1372
+ "name" : " ExternalClientApplication" ,
1373
+ "suffix" : " externalClientApp" ,
1374
+ "directoryName" : " externalClientApps" ,
1375
+ "inFolder" : false ,
1376
+ "strictDirectoryName" : false
1377
+ },
1370
1378
"appmenu" : {
1371
1379
"id" : " appmenu" ,
1372
1380
"name" : " AppMenu" ,
3183
3191
"entitlementTemplate" : " entitlementtemplate" ,
3184
3192
"notiftype" : " customnotificationtype" ,
3185
3193
"connectedApp" : " connectedapp" ,
3194
+ "externalClientApp" : " externalclientapplication" ,
3186
3195
"appMenu" : " appmenu" ,
3187
3196
"delegateGroup" : " delegategroup" ,
3188
3197
"network" : " network" ,
You can’t perform that action at this time.
0 commit comments