@salesforce/source-deploy-retrieve 5.2.0 → 5.3.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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.3.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.2.0...v5.3.0) (2021-11-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* registry support for fieldRestrictionRule ([#486](https://github.com/forcedotcom/source-deploy-retrieve/issues/486)) ([abf0cdd](https://github.com/forcedotcom/source-deploy-retrieve/commit/abf0cdd722507fcc8c8d66aa37a13b02b2f72776))
|
|
11
|
+
|
|
5
12
|
## [5.2.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.1.3...v5.2.0) (2021-11-02)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -2616,6 +2616,14 @@
|
|
|
2616
2616
|
"adapter": "matchingContentFile"
|
|
2617
2617
|
}
|
|
2618
2618
|
},
|
|
2619
|
+
"fieldrestrictionrule": {
|
|
2620
|
+
"id": "fieldrestrictionrule",
|
|
2621
|
+
"name": "FieldRestrictionRule",
|
|
2622
|
+
"suffix": "rule",
|
|
2623
|
+
"directoryName": "fieldRestrictionRules",
|
|
2624
|
+
"inFolder": false,
|
|
2625
|
+
"strictDirectoryName": true
|
|
2626
|
+
},
|
|
2619
2627
|
"svccatalogcategory": {
|
|
2620
2628
|
"id": "svccatalogcategory",
|
|
2621
2629
|
"name": "SvcCatalogCategory",
|
|
@@ -2949,7 +2957,8 @@
|
|
|
2949
2957
|
"integrationHub": "integrationhubsettings",
|
|
2950
2958
|
"ObjectHierarchyRelationship": "objecthierarchyrelationship",
|
|
2951
2959
|
"IndustriesManufacturingSettings": "industriesmanufacturingsettings",
|
|
2952
|
-
"dataMappingObjectDefinitions": "datamappingobjectdefinition"
|
|
2960
|
+
"dataMappingObjectDefinitions": "datamappingobjectdefinition",
|
|
2961
|
+
"fieldRestrictionRules": "fieldrestrictionrule"
|
|
2953
2962
|
},
|
|
2954
2963
|
"childTypes": {
|
|
2955
2964
|
"customlabel": "customlabels",
|
|
@@ -2619,6 +2619,14 @@ export declare const registry: Readonly<{
|
|
|
2619
2619
|
adapter: string;
|
|
2620
2620
|
};
|
|
2621
2621
|
};
|
|
2622
|
+
fieldrestrictionrule: {
|
|
2623
|
+
id: string;
|
|
2624
|
+
name: string;
|
|
2625
|
+
suffix: string;
|
|
2626
|
+
directoryName: string;
|
|
2627
|
+
inFolder: boolean;
|
|
2628
|
+
strictDirectoryName: boolean;
|
|
2629
|
+
};
|
|
2622
2630
|
svccatalogcategory: {
|
|
2623
2631
|
id: string;
|
|
2624
2632
|
name: string;
|
|
@@ -2953,6 +2961,7 @@ export declare const registry: Readonly<{
|
|
|
2953
2961
|
ObjectHierarchyRelationship: string;
|
|
2954
2962
|
IndustriesManufacturingSettings: string;
|
|
2955
2963
|
dataMappingObjectDefinitions: string;
|
|
2964
|
+
fieldRestrictionRules: string;
|
|
2956
2965
|
};
|
|
2957
2966
|
childTypes: {
|
|
2958
2967
|
customlabel: string;
|