@salesforce/source-deploy-retrieve 10.4.2 → 10.5.0
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.
|
@@ -234,6 +234,7 @@
|
|
|
234
234
|
"email": "emailtemplate",
|
|
235
235
|
"emailFolder": "emailfolder",
|
|
236
236
|
"enablementMeasureDefinition": "enablementmeasuredefinition",
|
|
237
|
+
"enablementProgramDefinition": "enablementprogramdefinition",
|
|
237
238
|
"entitlementProcess": "entitlementprocess",
|
|
238
239
|
"entitlementTemplate": "entitlementtemplate",
|
|
239
240
|
"entityImplements": "entityimplements",
|
|
@@ -2035,6 +2036,14 @@
|
|
|
2035
2036
|
"strictDirectoryName": false,
|
|
2036
2037
|
"suffix": "enablementMeasureDefinition"
|
|
2037
2038
|
},
|
|
2039
|
+
"enablementprogramdefinition": {
|
|
2040
|
+
"directoryName": "enablementProgramDefinitions",
|
|
2041
|
+
"id": "enablementprogramdefinition",
|
|
2042
|
+
"inFolder": false,
|
|
2043
|
+
"name": "EnablementProgramDefinition",
|
|
2044
|
+
"strictDirectoryName": false,
|
|
2045
|
+
"suffix": "enablementProgramDefinition"
|
|
2046
|
+
},
|
|
2038
2047
|
"entitlementprocess": {
|
|
2039
2048
|
"directoryName": "entitlementProcesses",
|
|
2040
2049
|
"id": "entitlementprocess",
|
package/package.json
CHANGED