@salesforce/source-deploy-retrieve 12.7.0 → 12.7.1
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.
|
@@ -518,7 +518,9 @@
|
|
|
518
518
|
"workflowTask": "workflowtask",
|
|
519
519
|
"xmd": "wavexmd",
|
|
520
520
|
"xml": "emailservicesfunction",
|
|
521
|
-
"xorghub": "xorghub"
|
|
521
|
+
"xorghub": "xorghub",
|
|
522
|
+
"ecaPush": "extlclntapppushsettings",
|
|
523
|
+
"ecaPushPlcy": "extlclntapppushconfigurablepolicies"
|
|
522
524
|
},
|
|
523
525
|
"types": {
|
|
524
526
|
"accesscontrolpolicy": {
|
|
@@ -4612,6 +4614,22 @@
|
|
|
4612
4614
|
"inFolder": false,
|
|
4613
4615
|
"name": "XOrgHub",
|
|
4614
4616
|
"suffix": "xorghub"
|
|
4617
|
+
},
|
|
4618
|
+
"extlclntapppushsettings": {
|
|
4619
|
+
"id": "extlclntapppushsettings",
|
|
4620
|
+
"name": "ExtlClntAppPushSettings",
|
|
4621
|
+
"suffix": "ecaPush",
|
|
4622
|
+
"directoryName": "extlClntAppPushSettings",
|
|
4623
|
+
"inFolder": false,
|
|
4624
|
+
"strictDirectoryName": false
|
|
4625
|
+
},
|
|
4626
|
+
"extlclntapppushconfigurablepolicies": {
|
|
4627
|
+
"id": "extlclntapppushconfigurablepolicies",
|
|
4628
|
+
"name": "ExtlClntAppPushConfigurablePolicies",
|
|
4629
|
+
"suffix": "ecaPushPlcy",
|
|
4630
|
+
"directoryName": "extlClntAppPushPolicies",
|
|
4631
|
+
"inFolder": false,
|
|
4632
|
+
"strictDirectoryName": false
|
|
4615
4633
|
}
|
|
4616
4634
|
}
|
|
4617
4635
|
}
|
package/package.json
CHANGED