@salesforce/source-deploy-retrieve 5.12.0 → 5.12.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.
- package/CHANGELOG.md +2 -0
- package/lib/src/registry/coverage.d.ts +3 -0
- package/lib/src/registry/coverage.js +20 -0
- package/lib/src/registry/coverage.js.map +1 -0
- package/lib/src/registry/metadataRegistry.json +194 -4
- package/lib/src/registry/nonSupportedTypes.js +10 -8
- package/lib/src/registry/nonSupportedTypes.js.map +1 -1
- package/lib/src/registry/registry.d.ts +190 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.12.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.0...v5.12.1) (2022-03-01)
|
|
6
|
+
|
|
5
7
|
## [5.12.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.11.0...v5.12.0) (2022-02-22)
|
|
6
8
|
|
|
7
9
|
### Features
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getCoverage = exports.getCurrentApiVersion = void 0;
|
|
4
|
+
/*
|
|
5
|
+
* Copyright (c) 2020, salesforce.com, inc.
|
|
6
|
+
* All rights reserved.
|
|
7
|
+
* Licensed under the BSD 3-Clause license.
|
|
8
|
+
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
9
|
+
*/
|
|
10
|
+
const got_1 = require("got");
|
|
11
|
+
const getCurrentApiVersion = async () => {
|
|
12
|
+
return JSON.parse((await (0, got_1.default)('https://mdcoverage.secure.force.com/services/apexrest/report')).body).versions.selected;
|
|
13
|
+
};
|
|
14
|
+
exports.getCurrentApiVersion = getCurrentApiVersion;
|
|
15
|
+
const getCoverage = async (apiVersion) => JSON.parse(
|
|
16
|
+
// this is a constant offset between each apiVersion and the url.
|
|
17
|
+
// ex: v55=na46, v54=na45, etc.
|
|
18
|
+
(await (0, got_1.default)(`https://na${apiVersion - 9}.test1.pc-rnd.salesforce.com/mdcoverage/api.jsp`)).body);
|
|
19
|
+
exports.getCoverage = getCoverage;
|
|
20
|
+
//# sourceMappingURL=coverage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coverage.js","sourceRoot":"","sources":["../../../src/registry/coverage.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,6BAAsB;AAGf,MAAM,oBAAoB,GAAG,KAAK,IAAqB,EAAE;IAC9D,OACE,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,IAAA,aAAG,EAAC,8DAA8D,CAAC,CAAC,CAAC,IAAI,CAG5F,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACtB,CAAC,CAAC;AANW,QAAA,oBAAoB,wBAM/B;AAEK,MAAM,WAAW,GAAG,KAAK,EAAE,UAAkB,EAA2B,EAAE,CAC/E,IAAI,CAAC,KAAK;AACR,iEAAiE;AACjE,+BAA+B;AAC/B,CAAC,MAAM,IAAA,aAAG,EAAC,aAAa,UAAU,GAAG,CAAC,iDAAiD,CAAC,CAAC,CAAC,IAAI,CAC7E,CAAC;AALT,QAAA,WAAW,eAKF"}
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
"suffix": "policy",
|
|
2029
2029
|
"directoryName": "appointmentSchedulingPolicies",
|
|
2030
2030
|
"inFolder": false,
|
|
2031
|
-
"strictDirectoryName":
|
|
2031
|
+
"strictDirectoryName": true
|
|
2032
2032
|
},
|
|
2033
2033
|
"notificationtypeconfig": {
|
|
2034
2034
|
"id": "notificationtypeconfig",
|
|
@@ -2789,6 +2789,174 @@
|
|
|
2789
2789
|
"strategies": {
|
|
2790
2790
|
"adapter": "matchingContentFile"
|
|
2791
2791
|
}
|
|
2792
|
+
},
|
|
2793
|
+
"productattributeset": {
|
|
2794
|
+
"id": "productattributeset",
|
|
2795
|
+
"name": "ProductAttributeSet",
|
|
2796
|
+
"suffix": "productAttributeSet",
|
|
2797
|
+
"directoryName": "productAttributeSets",
|
|
2798
|
+
"inFolder": false,
|
|
2799
|
+
"strictDirectoryName": false
|
|
2800
|
+
},
|
|
2801
|
+
"recordalertcategory": {
|
|
2802
|
+
"id": "recordalertcategory",
|
|
2803
|
+
"name": "RecordAlertCategory",
|
|
2804
|
+
"suffix": "recordAlertCategory",
|
|
2805
|
+
"directoryName": "recordAlertCategories",
|
|
2806
|
+
"inFolder": false,
|
|
2807
|
+
"strictDirectoryName": false
|
|
2808
|
+
},
|
|
2809
|
+
"recordalertdatasource": {
|
|
2810
|
+
"id": "recordalertdatasource",
|
|
2811
|
+
"name": "RecordAlertDataSource",
|
|
2812
|
+
"suffix": "recordAlertDataSource",
|
|
2813
|
+
"directoryName": "recordAlertDataSources",
|
|
2814
|
+
"inFolder": false,
|
|
2815
|
+
"strictDirectoryName": false
|
|
2816
|
+
},
|
|
2817
|
+
"activationplatform": {
|
|
2818
|
+
"id": "activationplatform",
|
|
2819
|
+
"name": "ActivationPlatform",
|
|
2820
|
+
"suffix": "activationPlatform",
|
|
2821
|
+
"directoryName": "activationPlatforms",
|
|
2822
|
+
"inFolder": false,
|
|
2823
|
+
"strictDirectoryName": false
|
|
2824
|
+
},
|
|
2825
|
+
"dataconnectoringestapi": {
|
|
2826
|
+
"id": "dataconnectoringestapi",
|
|
2827
|
+
"name": "DataConnectorIngestApi",
|
|
2828
|
+
"suffix": "dataConnectorIngestApi",
|
|
2829
|
+
"directoryName": "dataConnectorIngestApis",
|
|
2830
|
+
"inFolder": false,
|
|
2831
|
+
"strictDirectoryName": false
|
|
2832
|
+
},
|
|
2833
|
+
"datasourcetenant": {
|
|
2834
|
+
"id": "datasourcetenant",
|
|
2835
|
+
"name": "DataSourceTenant",
|
|
2836
|
+
"suffix": "dataSourceTenant",
|
|
2837
|
+
"directoryName": "dataSourceTenants",
|
|
2838
|
+
"inFolder": false,
|
|
2839
|
+
"strictDirectoryName": false
|
|
2840
|
+
},
|
|
2841
|
+
"esignatureconfig": {
|
|
2842
|
+
"id": "esignatureconfig",
|
|
2843
|
+
"name": "ESignatureConfig",
|
|
2844
|
+
"suffix": "eSignatureConfig",
|
|
2845
|
+
"directoryName": "eSignatureConfigs",
|
|
2846
|
+
"inFolder": false,
|
|
2847
|
+
"strictDirectoryName": false
|
|
2848
|
+
},
|
|
2849
|
+
"esignatureenvelopeconfig": {
|
|
2850
|
+
"id": "esignatureenvelopeconfig",
|
|
2851
|
+
"name": "ESignatureEnvelopeConfig",
|
|
2852
|
+
"suffix": "eSignatureEnvelopeConfig",
|
|
2853
|
+
"directoryName": "eSignatureEnvelopeConfigs",
|
|
2854
|
+
"inFolder": false,
|
|
2855
|
+
"strictDirectoryName": false
|
|
2856
|
+
},
|
|
2857
|
+
"internaldataconnector": {
|
|
2858
|
+
"id": "internaldataconnector",
|
|
2859
|
+
"name": "InternalDataConnector",
|
|
2860
|
+
"suffix": "internalDataConnector",
|
|
2861
|
+
"directoryName": "internalDataConnectors",
|
|
2862
|
+
"inFolder": false,
|
|
2863
|
+
"strictDirectoryName": false
|
|
2864
|
+
},
|
|
2865
|
+
"mobsecuritycertpinconfig": {
|
|
2866
|
+
"id": "mobsecuritycertpinconfig",
|
|
2867
|
+
"name": "MobSecurityCertPinConfig",
|
|
2868
|
+
"suffix": "mobSecurityCertPinConfig",
|
|
2869
|
+
"directoryName": "mobSecurityCertPinConfigs",
|
|
2870
|
+
"inFolder": false,
|
|
2871
|
+
"strictDirectoryName": false
|
|
2872
|
+
},
|
|
2873
|
+
"mobilesecurityassignment": {
|
|
2874
|
+
"id": "mobilesecurityassignment",
|
|
2875
|
+
"name": "MobileSecurityAssignment",
|
|
2876
|
+
"suffix": "mobileSecurityAssignment",
|
|
2877
|
+
"directoryName": "mobileSecurityAssignments",
|
|
2878
|
+
"inFolder": false,
|
|
2879
|
+
"strictDirectoryName": false
|
|
2880
|
+
},
|
|
2881
|
+
"mobilesecuritypolicy": {
|
|
2882
|
+
"id": "mobilesecuritypolicy",
|
|
2883
|
+
"name": "MobileSecurityPolicy",
|
|
2884
|
+
"suffix": "mobileSecurityPolicy",
|
|
2885
|
+
"directoryName": "mobileSecurityPolicies",
|
|
2886
|
+
"inFolder": false,
|
|
2887
|
+
"strictDirectoryName": false
|
|
2888
|
+
},
|
|
2889
|
+
"mobilesecuritypolicyset": {
|
|
2890
|
+
"id": "mobilesecuritypolicyset",
|
|
2891
|
+
"name": "MobileSecurityPolicySet",
|
|
2892
|
+
"suffix": "mobileSecurityPolicySet",
|
|
2893
|
+
"directoryName": "mobileSecurityPolicySets",
|
|
2894
|
+
"inFolder": false,
|
|
2895
|
+
"strictDirectoryName": false
|
|
2896
|
+
},
|
|
2897
|
+
"applicationsubtypedefinition": {
|
|
2898
|
+
"id": "applicationsubtypedefinition",
|
|
2899
|
+
"name": "ApplicationSubtypeDefinition",
|
|
2900
|
+
"suffix": "applicationSubtypeDefinition",
|
|
2901
|
+
"directoryName": "ApplicationSubtypeDefinitions",
|
|
2902
|
+
"inFolder": false,
|
|
2903
|
+
"strictDirectoryName": false
|
|
2904
|
+
},
|
|
2905
|
+
"businessprocesstypedefinition": {
|
|
2906
|
+
"id": "businessprocesstypedefinition",
|
|
2907
|
+
"name": "BusinessProcessTypeDefinition",
|
|
2908
|
+
"suffix": "businessProcessTypeDefinition",
|
|
2909
|
+
"directoryName": "BusinessProcessTypeDefinitions",
|
|
2910
|
+
"inFolder": false,
|
|
2911
|
+
"strictDirectoryName": false
|
|
2912
|
+
},
|
|
2913
|
+
"explainabilityactiondefinition": {
|
|
2914
|
+
"id": "explainabilityactiondefinition",
|
|
2915
|
+
"name": "ExplainabilityActionDefinition",
|
|
2916
|
+
"suffix": "explainabilityActionDefinition",
|
|
2917
|
+
"directoryName": "ExplainabilityActionDefinitions",
|
|
2918
|
+
"inFolder": false,
|
|
2919
|
+
"strictDirectoryName": false
|
|
2920
|
+
},
|
|
2921
|
+
"explainabilityactionversion": {
|
|
2922
|
+
"id": "explainabilityactionversion",
|
|
2923
|
+
"name": "ExplainabilityActionVersion",
|
|
2924
|
+
"suffix": "explainabilityActionVersion",
|
|
2925
|
+
"directoryName": "ExplainabilityActionVersions",
|
|
2926
|
+
"inFolder": false,
|
|
2927
|
+
"strictDirectoryName": false
|
|
2928
|
+
},
|
|
2929
|
+
"advacctforecastdimsource": {
|
|
2930
|
+
"id": "advacctforecastdimsource",
|
|
2931
|
+
"name": "AdvAcctForecastDimSource",
|
|
2932
|
+
"suffix": "advAcctForecastDimSource",
|
|
2933
|
+
"directoryName": "AdvAcctForecastDimSource",
|
|
2934
|
+
"inFolder": false,
|
|
2935
|
+
"strictDirectoryName": false
|
|
2936
|
+
},
|
|
2937
|
+
"appointmentassignmentpolicy": {
|
|
2938
|
+
"id": "appointmentassignmentpolicy",
|
|
2939
|
+
"name": "AppointmentAssignmentPolicy",
|
|
2940
|
+
"suffix": "policy",
|
|
2941
|
+
"directoryName": "appointmentAssignmentPolicies",
|
|
2942
|
+
"inFolder": false,
|
|
2943
|
+
"strictDirectoryName": true
|
|
2944
|
+
},
|
|
2945
|
+
"carelimittype": {
|
|
2946
|
+
"id": "carelimittype",
|
|
2947
|
+
"name": "CareLimitType",
|
|
2948
|
+
"suffix": "careLimitType",
|
|
2949
|
+
"directoryName": "careLimitTypes",
|
|
2950
|
+
"inFolder": false,
|
|
2951
|
+
"strictDirectoryName": false
|
|
2952
|
+
},
|
|
2953
|
+
"omniinteractionaccessconfig": {
|
|
2954
|
+
"id": "omniinteractionaccessconfig",
|
|
2955
|
+
"name": "OmniInteractionAccessConfig",
|
|
2956
|
+
"suffix": "omniInteractionAccessConfig",
|
|
2957
|
+
"directoryName": "OmniInteractionAccessConfig",
|
|
2958
|
+
"inFolder": false,
|
|
2959
|
+
"strictDirectoryName": false
|
|
2792
2960
|
}
|
|
2793
2961
|
},
|
|
2794
2962
|
"suffixes": {
|
|
@@ -2956,7 +3124,7 @@
|
|
|
2956
3124
|
"actionLinkGroupTemplate": "actionlinkgrouptemplate",
|
|
2957
3125
|
"licenseDefinition": "licensedefinition",
|
|
2958
3126
|
"transactionSecurityPolicy": "transactionsecuritypolicy",
|
|
2959
|
-
"policy": "
|
|
3127
|
+
"policy": "appointmentassignmentpolicy",
|
|
2960
3128
|
"skill": "skill",
|
|
2961
3129
|
"liveChatDeployment": "livechatdeployment",
|
|
2962
3130
|
"liveChatButton": "livechatbutton",
|
|
@@ -3093,7 +3261,27 @@
|
|
|
3093
3261
|
"stationaryAssetEnvSourceConfig": "stnryassetenvsrccnfg",
|
|
3094
3262
|
"vehicleAssetEmssnSourceConfig": "vehicleassetemssnsrccnfg",
|
|
3095
3263
|
"omniInteractionConfig": "omniinteractionconfig",
|
|
3096
|
-
"uiview": "uiviewdefinition"
|
|
3264
|
+
"uiview": "uiviewdefinition",
|
|
3265
|
+
"productAttributeSet": "productattributeset",
|
|
3266
|
+
"recordAlertCategory": "recordalertcategory",
|
|
3267
|
+
"recordAlertDataSource": "recordalertdatasource",
|
|
3268
|
+
"activationPlatform": "activationplatform",
|
|
3269
|
+
"dataConnectorIngestApi": "dataconnectoringestapi",
|
|
3270
|
+
"dataSourceTenant": "datasourcetenant",
|
|
3271
|
+
"eSignatureConfig": "esignatureconfig",
|
|
3272
|
+
"eSignatureEnvelopeConfig": "esignatureenvelopeconfig",
|
|
3273
|
+
"internalDataConnector": "internaldataconnector",
|
|
3274
|
+
"mobSecurityCertPinConfig": "mobsecuritycertpinconfig",
|
|
3275
|
+
"mobileSecurityAssignment": "mobilesecurityassignment",
|
|
3276
|
+
"mobileSecurityPolicy": "mobilesecuritypolicy",
|
|
3277
|
+
"mobileSecurityPolicySet": "mobilesecuritypolicyset",
|
|
3278
|
+
"applicationSubtypeDefinition": "applicationsubtypedefinition",
|
|
3279
|
+
"businessProcessTypeDefinition": "businessprocesstypedefinition",
|
|
3280
|
+
"explainabilityActionDefinition": "explainabilityactiondefinition",
|
|
3281
|
+
"explainabilityActionVersion": "explainabilityactionversion",
|
|
3282
|
+
"advAcctForecastDimSource": "advacctforecastdimsource",
|
|
3283
|
+
"careLimitType": "carelimittype",
|
|
3284
|
+
"omniInteractionAccessConfig": "omniinteractionaccessconfig"
|
|
3097
3285
|
},
|
|
3098
3286
|
"strictDirectoryNames": {
|
|
3099
3287
|
"experiences": "experiencebundle",
|
|
@@ -3114,7 +3302,9 @@
|
|
|
3114
3302
|
"IndustriesManufacturingSettings": "industriesmanufacturingsettings",
|
|
3115
3303
|
"dataMappingObjectDefinitions": "datamappingobjectdefinition",
|
|
3116
3304
|
"fieldRestrictionRules": "fieldrestrictionrule",
|
|
3117
|
-
"siteDotComSites": "sitedotcom"
|
|
3305
|
+
"siteDotComSites": "sitedotcom",
|
|
3306
|
+
"appointmentSchedulingPolicies": "appointmentschedulingpolicy",
|
|
3307
|
+
"appointmentAssignmentPolicies": "appointmentassignmentpolicy"
|
|
3118
3308
|
},
|
|
3119
3309
|
"childTypes": {
|
|
3120
3310
|
"customlabel": "customlabels",
|
|
@@ -15,9 +15,7 @@ exports.hasUnsupportedFeatures = exports.metadataTypes = exports.settings = expo
|
|
|
15
15
|
* */
|
|
16
16
|
exports.features = [
|
|
17
17
|
// ERROR running force:org:create: * is not a valid Features value.
|
|
18
|
-
// 'SUSTAINABILITYAPP',
|
|
19
18
|
'SERVICECATALOG',
|
|
20
|
-
'EXPLAINABILITY',
|
|
21
19
|
'DYNAMICATTRIBUTES',
|
|
22
20
|
'CONTRACTMGMT',
|
|
23
21
|
'CUSTOMIZABLENAMEDCREDENTIALS',
|
|
@@ -25,6 +23,7 @@ exports.features = [
|
|
|
25
23
|
'HEALTHCLOUDHPIBETA',
|
|
26
24
|
'MANAGETIMELINE',
|
|
27
25
|
'HEALTHCLOUDBETA',
|
|
26
|
+
'PARDOTADVANCED', // org:create throws a C-9999 when this is not excluded
|
|
28
27
|
];
|
|
29
28
|
exports.settings = [
|
|
30
29
|
'botSettings', // have not successfully deployed this because of licensing errors when deploying settings
|
|
@@ -32,15 +31,18 @@ exports.settings = [
|
|
|
32
31
|
exports.metadataTypes = [
|
|
33
32
|
// things that don't show up in describe so far
|
|
34
33
|
'PicklistValue',
|
|
35
|
-
'AppointmentAssignmentPolicy',
|
|
36
|
-
'WorkflowFlowAction',
|
|
37
|
-
'AdvAcctForecastDimSource',
|
|
38
|
-
'CareLimitType',
|
|
39
|
-
'RelatedRecordAssocCriteria',
|
|
40
|
-
'OmniInteractionAccessConfig',
|
|
41
34
|
// two children of GlobalValueSet
|
|
42
35
|
'CustomValue',
|
|
43
36
|
'StandardValue',
|
|
37
|
+
// the following are not describable based on their features/settings, last checked 2/24/2022
|
|
38
|
+
'DiscoveryStory',
|
|
39
|
+
'EmployeeDataSyncProfile',
|
|
40
|
+
'IdentityVerificationProcDef',
|
|
41
|
+
'IdentityVerificationProcDtl',
|
|
42
|
+
'IdentityVerificationProcFld',
|
|
43
|
+
'RelatedRecordAssocCriteria',
|
|
44
|
+
'ScoreRange',
|
|
45
|
+
'WorkflowFlowAction',
|
|
44
46
|
];
|
|
45
47
|
const hasUnsupportedFeatures = (type) => {
|
|
46
48
|
var _a, _b, _c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nonSupportedTypes.js","sourceRoot":"","sources":["../../../src/registry/nonSupportedTypes.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH;;;;;KAKK;AACQ,QAAA,QAAQ,GAAG;IACtB,mEAAmE;IACnE,
|
|
1
|
+
{"version":3,"file":"nonSupportedTypes.js","sourceRoot":"","sources":["../../../src/registry/nonSupportedTypes.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH;;;;;KAKK;AACQ,QAAA,QAAQ,GAAG;IACtB,mEAAmE;IACnE,gBAAgB;IAChB,mBAAmB;IACnB,cAAc;IACd,8BAA8B;IAC9B,2BAA2B;IAC3B,oBAAoB;IACpB,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB,EAAE,uDAAuD;CAC1E,CAAC;AAEW,QAAA,QAAQ,GAAG;IACtB,aAAa,EAAE,0FAA0F;CAC1G,CAAC;AACW,QAAA,aAAa,GAAG;IAC3B,+CAA+C;IAC/C,eAAe;IACf,iCAAiC;IACjC,aAAa;IACb,eAAe;IAEf,6FAA6F;IAC7F,gBAAgB;IAChB,yBAAyB;IACzB,6BAA6B;IAC7B,6BAA6B;IAC7B,6BAA6B;IAC7B,4BAA4B;IAC5B,YAAY;IACZ,oBAAoB;CACrB,CAAC;AAEK,MAAM,sBAAsB,GAAG,CAAC,IAAwB,EAAW,EAAE;;IAC1E,IAAI,CAAC,CAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,SAAS,CAAA,EAAE;QAC9B,OAAO,IAAI,CAAC;KACb;IAED,IACE,CAAA,MAAA,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,QAAQ,0CAAE,MAAM;QACzC,gBAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,WAAC,OAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA,EAAA,CAAC,EAChF;QACA,OAAO,IAAI,CAAC;KACb;IACD,OAAO,CAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,SAAS,CAAC,QAAQ,KAAI,gBAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,WAAC,OAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA,EAAA,CAAC,CAAC;AACvH,CAAC,CAAC;AAZW,QAAA,sBAAsB,0BAYjC"}
|
|
@@ -2793,6 +2793,174 @@ export declare const registry: Readonly<{
|
|
|
2793
2793
|
adapter: string;
|
|
2794
2794
|
};
|
|
2795
2795
|
};
|
|
2796
|
+
productattributeset: {
|
|
2797
|
+
id: string;
|
|
2798
|
+
name: string;
|
|
2799
|
+
suffix: string;
|
|
2800
|
+
directoryName: string;
|
|
2801
|
+
inFolder: boolean;
|
|
2802
|
+
strictDirectoryName: boolean;
|
|
2803
|
+
};
|
|
2804
|
+
recordalertcategory: {
|
|
2805
|
+
id: string;
|
|
2806
|
+
name: string;
|
|
2807
|
+
suffix: string;
|
|
2808
|
+
directoryName: string;
|
|
2809
|
+
inFolder: boolean;
|
|
2810
|
+
strictDirectoryName: boolean;
|
|
2811
|
+
};
|
|
2812
|
+
recordalertdatasource: {
|
|
2813
|
+
id: string;
|
|
2814
|
+
name: string;
|
|
2815
|
+
suffix: string;
|
|
2816
|
+
directoryName: string;
|
|
2817
|
+
inFolder: boolean;
|
|
2818
|
+
strictDirectoryName: boolean;
|
|
2819
|
+
};
|
|
2820
|
+
activationplatform: {
|
|
2821
|
+
id: string;
|
|
2822
|
+
name: string;
|
|
2823
|
+
suffix: string;
|
|
2824
|
+
directoryName: string;
|
|
2825
|
+
inFolder: boolean;
|
|
2826
|
+
strictDirectoryName: boolean;
|
|
2827
|
+
};
|
|
2828
|
+
dataconnectoringestapi: {
|
|
2829
|
+
id: string;
|
|
2830
|
+
name: string;
|
|
2831
|
+
suffix: string;
|
|
2832
|
+
directoryName: string;
|
|
2833
|
+
inFolder: boolean;
|
|
2834
|
+
strictDirectoryName: boolean;
|
|
2835
|
+
};
|
|
2836
|
+
datasourcetenant: {
|
|
2837
|
+
id: string;
|
|
2838
|
+
name: string;
|
|
2839
|
+
suffix: string;
|
|
2840
|
+
directoryName: string;
|
|
2841
|
+
inFolder: boolean;
|
|
2842
|
+
strictDirectoryName: boolean;
|
|
2843
|
+
};
|
|
2844
|
+
esignatureconfig: {
|
|
2845
|
+
id: string;
|
|
2846
|
+
name: string;
|
|
2847
|
+
suffix: string;
|
|
2848
|
+
directoryName: string;
|
|
2849
|
+
inFolder: boolean;
|
|
2850
|
+
strictDirectoryName: boolean;
|
|
2851
|
+
};
|
|
2852
|
+
esignatureenvelopeconfig: {
|
|
2853
|
+
id: string;
|
|
2854
|
+
name: string;
|
|
2855
|
+
suffix: string;
|
|
2856
|
+
directoryName: string;
|
|
2857
|
+
inFolder: boolean;
|
|
2858
|
+
strictDirectoryName: boolean;
|
|
2859
|
+
};
|
|
2860
|
+
internaldataconnector: {
|
|
2861
|
+
id: string;
|
|
2862
|
+
name: string;
|
|
2863
|
+
suffix: string;
|
|
2864
|
+
directoryName: string;
|
|
2865
|
+
inFolder: boolean;
|
|
2866
|
+
strictDirectoryName: boolean;
|
|
2867
|
+
};
|
|
2868
|
+
mobsecuritycertpinconfig: {
|
|
2869
|
+
id: string;
|
|
2870
|
+
name: string;
|
|
2871
|
+
suffix: string;
|
|
2872
|
+
directoryName: string;
|
|
2873
|
+
inFolder: boolean;
|
|
2874
|
+
strictDirectoryName: boolean;
|
|
2875
|
+
};
|
|
2876
|
+
mobilesecurityassignment: {
|
|
2877
|
+
id: string;
|
|
2878
|
+
name: string;
|
|
2879
|
+
suffix: string;
|
|
2880
|
+
directoryName: string;
|
|
2881
|
+
inFolder: boolean;
|
|
2882
|
+
strictDirectoryName: boolean;
|
|
2883
|
+
};
|
|
2884
|
+
mobilesecuritypolicy: {
|
|
2885
|
+
id: string;
|
|
2886
|
+
name: string;
|
|
2887
|
+
suffix: string;
|
|
2888
|
+
directoryName: string;
|
|
2889
|
+
inFolder: boolean;
|
|
2890
|
+
strictDirectoryName: boolean;
|
|
2891
|
+
};
|
|
2892
|
+
mobilesecuritypolicyset: {
|
|
2893
|
+
id: string;
|
|
2894
|
+
name: string;
|
|
2895
|
+
suffix: string;
|
|
2896
|
+
directoryName: string;
|
|
2897
|
+
inFolder: boolean;
|
|
2898
|
+
strictDirectoryName: boolean;
|
|
2899
|
+
};
|
|
2900
|
+
applicationsubtypedefinition: {
|
|
2901
|
+
id: string;
|
|
2902
|
+
name: string;
|
|
2903
|
+
suffix: string;
|
|
2904
|
+
directoryName: string;
|
|
2905
|
+
inFolder: boolean;
|
|
2906
|
+
strictDirectoryName: boolean;
|
|
2907
|
+
};
|
|
2908
|
+
businessprocesstypedefinition: {
|
|
2909
|
+
id: string;
|
|
2910
|
+
name: string;
|
|
2911
|
+
suffix: string;
|
|
2912
|
+
directoryName: string;
|
|
2913
|
+
inFolder: boolean;
|
|
2914
|
+
strictDirectoryName: boolean;
|
|
2915
|
+
};
|
|
2916
|
+
explainabilityactiondefinition: {
|
|
2917
|
+
id: string;
|
|
2918
|
+
name: string;
|
|
2919
|
+
suffix: string;
|
|
2920
|
+
directoryName: string;
|
|
2921
|
+
inFolder: boolean;
|
|
2922
|
+
strictDirectoryName: boolean;
|
|
2923
|
+
};
|
|
2924
|
+
explainabilityactionversion: {
|
|
2925
|
+
id: string;
|
|
2926
|
+
name: string;
|
|
2927
|
+
suffix: string;
|
|
2928
|
+
directoryName: string;
|
|
2929
|
+
inFolder: boolean;
|
|
2930
|
+
strictDirectoryName: boolean;
|
|
2931
|
+
};
|
|
2932
|
+
advacctforecastdimsource: {
|
|
2933
|
+
id: string;
|
|
2934
|
+
name: string;
|
|
2935
|
+
suffix: string;
|
|
2936
|
+
directoryName: string;
|
|
2937
|
+
inFolder: boolean;
|
|
2938
|
+
strictDirectoryName: boolean;
|
|
2939
|
+
};
|
|
2940
|
+
appointmentassignmentpolicy: {
|
|
2941
|
+
id: string;
|
|
2942
|
+
name: string;
|
|
2943
|
+
suffix: string;
|
|
2944
|
+
directoryName: string;
|
|
2945
|
+
inFolder: boolean;
|
|
2946
|
+
strictDirectoryName: boolean;
|
|
2947
|
+
};
|
|
2948
|
+
carelimittype: {
|
|
2949
|
+
id: string;
|
|
2950
|
+
name: string;
|
|
2951
|
+
suffix: string;
|
|
2952
|
+
directoryName: string;
|
|
2953
|
+
inFolder: boolean;
|
|
2954
|
+
strictDirectoryName: boolean;
|
|
2955
|
+
};
|
|
2956
|
+
omniinteractionaccessconfig: {
|
|
2957
|
+
id: string;
|
|
2958
|
+
name: string;
|
|
2959
|
+
suffix: string;
|
|
2960
|
+
directoryName: string;
|
|
2961
|
+
inFolder: boolean;
|
|
2962
|
+
strictDirectoryName: boolean;
|
|
2963
|
+
};
|
|
2796
2964
|
};
|
|
2797
2965
|
suffixes: {
|
|
2798
2966
|
ai: string;
|
|
@@ -3097,6 +3265,26 @@ export declare const registry: Readonly<{
|
|
|
3097
3265
|
vehicleAssetEmssnSourceConfig: string;
|
|
3098
3266
|
omniInteractionConfig: string;
|
|
3099
3267
|
uiview: string;
|
|
3268
|
+
productAttributeSet: string;
|
|
3269
|
+
recordAlertCategory: string;
|
|
3270
|
+
recordAlertDataSource: string;
|
|
3271
|
+
activationPlatform: string;
|
|
3272
|
+
dataConnectorIngestApi: string;
|
|
3273
|
+
dataSourceTenant: string;
|
|
3274
|
+
eSignatureConfig: string;
|
|
3275
|
+
eSignatureEnvelopeConfig: string;
|
|
3276
|
+
internalDataConnector: string;
|
|
3277
|
+
mobSecurityCertPinConfig: string;
|
|
3278
|
+
mobileSecurityAssignment: string;
|
|
3279
|
+
mobileSecurityPolicy: string;
|
|
3280
|
+
mobileSecurityPolicySet: string;
|
|
3281
|
+
applicationSubtypeDefinition: string;
|
|
3282
|
+
businessProcessTypeDefinition: string;
|
|
3283
|
+
explainabilityActionDefinition: string;
|
|
3284
|
+
explainabilityActionVersion: string;
|
|
3285
|
+
advAcctForecastDimSource: string;
|
|
3286
|
+
careLimitType: string;
|
|
3287
|
+
omniInteractionAccessConfig: string;
|
|
3100
3288
|
};
|
|
3101
3289
|
strictDirectoryNames: {
|
|
3102
3290
|
experiences: string;
|
|
@@ -3118,6 +3306,8 @@ export declare const registry: Readonly<{
|
|
|
3118
3306
|
dataMappingObjectDefinitions: string;
|
|
3119
3307
|
fieldRestrictionRules: string;
|
|
3120
3308
|
siteDotComSites: string;
|
|
3309
|
+
appointmentSchedulingPolicies: string;
|
|
3310
|
+
appointmentAssignmentPolicies: string;
|
|
3121
3311
|
};
|
|
3122
3312
|
childTypes: {
|
|
3123
3313
|
customlabel: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "5.12.
|
|
3
|
+
"version": "5.12.1",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"pretest": "sf-compile-test",
|
|
99
99
|
"repl": "node --inspect ./scripts/repl.js",
|
|
100
100
|
"test": "sf-test",
|
|
101
|
-
"test:registry": "
|
|
101
|
+
"test:registry": "mocha ./test/registry/registryCompleteness.test.ts",
|
|
102
102
|
"update-registry": "npx ts-node scripts/update-registry/update2.ts",
|
|
103
103
|
"update-supported-metadata": "npx ts-node scripts/update-registry/update-supported-metadata.ts"
|
|
104
104
|
},
|