@salesforce/source-deploy-retrieve 12.19.2 → 12.19.3
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.
|
@@ -511,6 +511,7 @@
|
|
|
511
511
|
"wds": "wavedataset",
|
|
512
512
|
"webStoreBundle": "webstorebundle",
|
|
513
513
|
"webStoreTemplate": "webstoretemplate",
|
|
514
|
+
"workflowFlowAutomation": "workflowflowautomation",
|
|
514
515
|
"weblink": "custompageweblink",
|
|
515
516
|
"wlens": "wavelens",
|
|
516
517
|
"workSkillRouting": "workskillrouting",
|
|
@@ -4544,6 +4545,13 @@
|
|
|
4544
4545
|
"strictDirectoryName": false,
|
|
4545
4546
|
"suffix": "webStoreTemplate"
|
|
4546
4547
|
},
|
|
4548
|
+
"workflowflowautomation": {
|
|
4549
|
+
"directoryName": "workflowFlowAutomations",
|
|
4550
|
+
"id": "workflowflowautomation",
|
|
4551
|
+
"name": "WorkflowFlowAutomation",
|
|
4552
|
+
"strictDirectoryName": false,
|
|
4553
|
+
"suffix": "workflowFlowAutomation"
|
|
4554
|
+
},
|
|
4547
4555
|
"workflow": {
|
|
4548
4556
|
"children": {
|
|
4549
4557
|
"directories": {
|
package/package.json
CHANGED