Skip to content

Commit d4f7b53

Browse files
rgovil17Raghav Govil
andauthored
fix(types): FuelType, FuelTypeSustnUom, SustainabilityUom, SustnUomConversion
* chore: auto-update metadata coverage in METADATA_SUPPORT.md * chore: auto-update metadata coverage in METADATA_SUPPORT.md * chore: auto-update metadata coverage in METADATA_SUPPORT.md Co-authored-by: Raghav Govil <[email protected]>
1 parent 42c9d5a commit d4f7b53

File tree

3 files changed

+41
-8
lines changed

3 files changed

+41
-8
lines changed

METADATA_SUPPORT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v57 with the [metadata reg
44

55
This repository is used by both the Salesforce CLIs and Salesforce's VSCode Extensions.
66

7-
Currently, there are 495/534 supported metadata types.
7+
Currently, there are 499/534 supported metadata types.
88
For status on any existing gaps, please search or file an issue in the [Salesforce CLI issues only repo](https://github.com/forcedotcom/cli/issues).
99
To contribute a new metadata type, please see the [Contributing Metadata Types to the Registry](./contributing/metadata.md)
1010

@@ -266,8 +266,8 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
266266
|ForecastingType|||
267267
|ForecastingTypeSource|||
268268
|FormulaSettings|||
269-
|FuelType||Not supported, but support could be added|
270-
|FuelTypeSustnUom||Not supported, but support could be added|
269+
|FuelType|||
270+
|FuelTypeSustnUom|||
271271
|FunctionReference|⚠️|Supports deploy/retrieve but not source tracking|
272272
|GatewayProviderPaymentMethodType|||
273273
|GlobalValueSet|||
@@ -483,8 +483,8 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
483483
|StreamingAppDataConnector|||
484484
|SubscriptionManagementSettings|||
485485
|SurveySettings|||
486-
|SustainabilityUom||Not supported, but support could be added|
487-
|SustnUomConversion||Not supported, but support could be added|
486+
|SustainabilityUom|||
487+
|SustnUomConversion|||
488488
|SvcCatalogCategory|||
489489
|SvcCatalogFulfillmentFlow|||
490490
|SvcCatalogItemDef|||

src/registry/metadataRegistry.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,38 @@
19611961
"inFolder": false,
19621962
"strictDirectoryName": false
19631963
},
1964+
"fueltype": {
1965+
"id": "fueltype",
1966+
"name": "FuelType",
1967+
"suffix": "fuelType",
1968+
"directoryName": "fuelTypes",
1969+
"inFolder": false,
1970+
"strictDirectoryName": false
1971+
},
1972+
"fueltypesustnuom": {
1973+
"id": "fueltypesustnuom",
1974+
"name": "FuelTypeSustnUom",
1975+
"suffix": "fuelTypeSustnUom",
1976+
"directoryName": "fuelTypeSustnUoms",
1977+
"inFolder": false,
1978+
"strictDirectoryName": false
1979+
},
1980+
"sustainabilityuom": {
1981+
"id": "sustainabilityuom",
1982+
"name": "SustainabilityUom",
1983+
"suffix": "sustainabilityUom",
1984+
"directoryName": "sustainabilityUoms",
1985+
"inFolder": false,
1986+
"strictDirectoryName": false
1987+
},
1988+
"sustnuomconversion": {
1989+
"id": "sustnuomconversion",
1990+
"name": "SustnUomConversion",
1991+
"suffix": "sustnUomConversion",
1992+
"directoryName": "sustnUomConversions",
1993+
"inFolder": false,
1994+
"strictDirectoryName": false
1995+
},
19641996
"botblock": {
19651997
"id": "botblock",
19661998
"name": "BotBlock",
@@ -3483,6 +3515,10 @@
34833515
"disclosureType": "disclosuretype",
34843516
"disclosureDefinition": "disclosuredefinition",
34853517
"disclosureDefinitionVersion": "disclosuredefinitionversion",
3518+
"fuelType": "fueltype",
3519+
"fuelTypeSustnUom": "fueltypesustnuom",
3520+
"sustainabilityUom": "sustainabilityuom",
3521+
"sustnUomConversion": "sustnuomconversion",
34863522
"botBlock": "botblock",
34873523
"botVersion": "botversion",
34883524
"animationRule": "animationrule",

src/registry/nonSupportedTypes.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ export const metadataTypes = [
5555
'ScoreRange',
5656
'WorkflowFlowAction',
5757

58-
// org spins up fine, but describe is empty
59-
'SustainabilityUom',
60-
6158
// the metadata coverage report seems to be missing a setting:
6259
// A scratch org was created with username [email protected], but the settings failed to deploy due to: enableInsights
6360
'ReferencedDashboard',

0 commit comments

Comments
 (0)