Skip to content

Commit

Permalink
fix(types): FuelType, FuelTypeSustnUom, SustainabilityUom, SustnUomCo…
Browse files Browse the repository at this point in the history
…nversion

* 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 <rgovil@salesforce.com>
  • Loading branch information
rgovil17 and Raghav Govil authored Dec 14, 2022
1 parent 42c9d5a commit d4f7b53
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 8 deletions.
10 changes: 5 additions & 5 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v57 with the [metadata reg

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

Currently, there are 495/534 supported metadata types.
Currently, there are 499/534 supported metadata types.
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).
To contribute a new metadata type, please see the [Contributing Metadata Types to the Registry](./contributing/metadata.md)

Expand Down Expand Up @@ -266,8 +266,8 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|ForecastingType|||
|ForecastingTypeSource|||
|FormulaSettings|||
|FuelType||Not supported, but support could be added|
|FuelTypeSustnUom||Not supported, but support could be added|
|FuelType|||
|FuelTypeSustnUom|||
|FunctionReference|⚠️|Supports deploy/retrieve but not source tracking|
|GatewayProviderPaymentMethodType|||
|GlobalValueSet|||
Expand Down Expand Up @@ -483,8 +483,8 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|StreamingAppDataConnector|||
|SubscriptionManagementSettings|||
|SurveySettings|||
|SustainabilityUom||Not supported, but support could be added|
|SustnUomConversion||Not supported, but support could be added|
|SustainabilityUom|||
|SustnUomConversion|||
|SvcCatalogCategory|||
|SvcCatalogFulfillmentFlow|||
|SvcCatalogItemDef|||
Expand Down
36 changes: 36 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1961,6 +1961,38 @@
"inFolder": false,
"strictDirectoryName": false
},
"fueltype": {
"id": "fueltype",
"name": "FuelType",
"suffix": "fuelType",
"directoryName": "fuelTypes",
"inFolder": false,
"strictDirectoryName": false
},
"fueltypesustnuom": {
"id": "fueltypesustnuom",
"name": "FuelTypeSustnUom",
"suffix": "fuelTypeSustnUom",
"directoryName": "fuelTypeSustnUoms",
"inFolder": false,
"strictDirectoryName": false
},
"sustainabilityuom": {
"id": "sustainabilityuom",
"name": "SustainabilityUom",
"suffix": "sustainabilityUom",
"directoryName": "sustainabilityUoms",
"inFolder": false,
"strictDirectoryName": false
},
"sustnuomconversion": {
"id": "sustnuomconversion",
"name": "SustnUomConversion",
"suffix": "sustnUomConversion",
"directoryName": "sustnUomConversions",
"inFolder": false,
"strictDirectoryName": false
},
"botblock": {
"id": "botblock",
"name": "BotBlock",
Expand Down Expand Up @@ -3483,6 +3515,10 @@
"disclosureType": "disclosuretype",
"disclosureDefinition": "disclosuredefinition",
"disclosureDefinitionVersion": "disclosuredefinitionversion",
"fuelType": "fueltype",
"fuelTypeSustnUom": "fueltypesustnuom",
"sustainabilityUom": "sustainabilityuom",
"sustnUomConversion": "sustnuomconversion",
"botBlock": "botblock",
"botVersion": "botversion",
"animationRule": "animationrule",
Expand Down
3 changes: 0 additions & 3 deletions src/registry/nonSupportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ export const metadataTypes = [
'ScoreRange',
'WorkflowFlowAction',

// org spins up fine, but describe is empty
'SustainabilityUom',

// the metadata coverage report seems to be missing a setting:
// A scratch org was created with username test-o87upqyaagax@example.com, but the settings failed to deploy due to: enableInsights
'ReferencedDashboard',
Expand Down

0 comments on commit d4f7b53

Please sign in to comment.