@salesforce/source-deploy-retrieve 12.32.3 → 12.32.4
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.
|
@@ -569,6 +569,7 @@
|
|
|
569
569
|
"ExternalStoragePrvdConfigSet": "externalstorageprvdconfig",
|
|
570
570
|
"ruleLibraryDefinition": "rulelibrarydefinition",
|
|
571
571
|
"dataMapperDefinition": "datamapperdefinition",
|
|
572
|
+
"dynamicUiCardDefinition": "dynamicuicarddefinition",
|
|
572
573
|
"integrationProcdDefinition": "integrationprocddefinition",
|
|
573
574
|
"omniscriptDefinition": "omniscriptdefinition",
|
|
574
575
|
"procedurePlanDefinition": "procedureplandefinition",
|
|
@@ -5086,6 +5087,14 @@
|
|
|
5086
5087
|
"inFolder": false,
|
|
5087
5088
|
"strictDirectoryName": false
|
|
5088
5089
|
},
|
|
5090
|
+
"dynamicuicarddefinition": {
|
|
5091
|
+
"id": "dynamicuicarddefinition",
|
|
5092
|
+
"name": "DynamicUiCardDefinition",
|
|
5093
|
+
"suffix": "dynamicUiCardDefinition",
|
|
5094
|
+
"directoryName": "dynamicUiCardDefinitions",
|
|
5095
|
+
"inFolder": false,
|
|
5096
|
+
"strictDirectoryName": false
|
|
5097
|
+
},
|
|
5089
5098
|
"integrationprocddefinition": {
|
|
5090
5099
|
"id": "integrationprocddefinition",
|
|
5091
5100
|
"name": "IntegrationProcdDefinition",
|
package/package.json
CHANGED