@salesforce/source-deploy-retrieve 12.35.4 → 12.35.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"escalationrule": "escalationrules",
|
|
14
14
|
"extdatatranfieldtemplate": "extdatatranobjecttemplate",
|
|
15
15
|
"fieldset": "customobject",
|
|
16
|
-
"fieldmappingconfigitem": "fieldmappingconfig",
|
|
17
16
|
"formsection": "form",
|
|
18
17
|
"index": "customobject",
|
|
19
18
|
"listview": "customobject",
|
|
@@ -295,7 +294,6 @@
|
|
|
295
294
|
"featureParameterInteger": "featureparameterinteger",
|
|
296
295
|
"feedFilter": "customfeedfilter",
|
|
297
296
|
"fieldMappingConfig": "fieldmappingconfig",
|
|
298
|
-
"fieldMappingConfigItem": "fieldmappingconfigitem",
|
|
299
297
|
"fieldServiceMobileExtension": "fieldservicemobileextension",
|
|
300
298
|
"fieldSrcTrgtRelationship": "fieldsrctrgtrelationship",
|
|
301
299
|
"fieldTranslation": "customfieldtranslation",
|
|
@@ -2674,24 +2672,6 @@
|
|
|
2674
2672
|
"suffix": "featureParameterInteger"
|
|
2675
2673
|
},
|
|
2676
2674
|
"fieldmappingconfig": {
|
|
2677
|
-
"children": {
|
|
2678
|
-
"directories": {
|
|
2679
|
-
"fieldMappingConfigItems": "fieldmappingconfigitem"
|
|
2680
|
-
},
|
|
2681
|
-
"suffixes": {
|
|
2682
|
-
"fieldMappingConfigItem": "fieldmappingconfigitem"
|
|
2683
|
-
},
|
|
2684
|
-
"types": {
|
|
2685
|
-
"fieldmappingconfigitem": {
|
|
2686
|
-
"directoryName": "fieldMappingConfigItems",
|
|
2687
|
-
"id": "fieldmappingconfigitem",
|
|
2688
|
-
"name": "FieldMappingConfigItem",
|
|
2689
|
-
"suffix": "fieldMappingConfigItem",
|
|
2690
|
-
"uniqueIdElement": "processType",
|
|
2691
|
-
"xmlElementName": "fieldMappingConfigItems"
|
|
2692
|
-
}
|
|
2693
|
-
}
|
|
2694
|
-
},
|
|
2695
2675
|
"directoryName": "fieldMappingConfigs",
|
|
2696
2676
|
"id": "fieldmappingconfig",
|
|
2697
2677
|
"inFolder": false,
|
package/package.json
CHANGED