@salesforce/source-deploy-retrieve 12.32.9 → 12.33.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.
|
@@ -548,6 +548,8 @@
|
|
|
548
548
|
"workflowTask": "workflowtask",
|
|
549
549
|
"xmd": "wavexmd",
|
|
550
550
|
"xml": "emailservicesfunction",
|
|
551
|
+
"policyRuleDefinition": "policyruledefinition",
|
|
552
|
+
"policyRuleDefinitionSet": "policyruledefinitionset",
|
|
551
553
|
"xorghub": "xorghub",
|
|
552
554
|
"ecaPush": "extlclntapppushsettings",
|
|
553
555
|
"ecaPushPlcy": "extlclntapppushconfigurablepolicies",
|
|
@@ -5319,6 +5321,22 @@
|
|
|
5319
5321
|
"directoryName": "meetingPlaybookDefinitions",
|
|
5320
5322
|
"inFolder": false,
|
|
5321
5323
|
"strictDirectoryName": false
|
|
5324
|
+
},
|
|
5325
|
+
"policyruledefinition": {
|
|
5326
|
+
"id": "policyruledefinition",
|
|
5327
|
+
"name": "PolicyRuleDefinition",
|
|
5328
|
+
"suffix": "policyRuleDefinition",
|
|
5329
|
+
"directoryName": "policyRuleDefinitions",
|
|
5330
|
+
"inFolder": false,
|
|
5331
|
+
"strictDirectoryName": false
|
|
5332
|
+
},
|
|
5333
|
+
"policyruledefinitionset": {
|
|
5334
|
+
"id": "policyruledefinitionset",
|
|
5335
|
+
"name": "PolicyRuleDefinitionSet",
|
|
5336
|
+
"suffix": "policyRuleDefinitionSet",
|
|
5337
|
+
"directoryName": "policyRuleDefinitionSets",
|
|
5338
|
+
"inFolder": false,
|
|
5339
|
+
"strictDirectoryName": false
|
|
5322
5340
|
}
|
|
5323
5341
|
}
|
|
5324
5342
|
}
|
package/package.json
CHANGED