@salesforce/source-deploy-retrieve 5.6.2 → 5.6.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.
package/CHANGELOG.md CHANGED
@@ -2,44 +2,41 @@
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.6.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.2...v5.6.3) (2021-11-18)
6
+
5
7
  ### [5.6.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.1...v5.6.2) (2021-11-18)
6
8
 
7
9
  ### [5.6.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.0...v5.6.1) (2021-11-17)
8
10
 
9
11
  ## [5.6.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.5.0...v5.6.0) (2021-11-16)
10
12
 
11
-
12
13
  ### Features
13
14
 
14
- * support new OmniScript and OmniIntegrationProcedure type ([#502](https://github.com/forcedotcom/source-deploy-retrieve/issues/502)) ([9e1c089](https://github.com/forcedotcom/source-deploy-retrieve/commit/9e1c089fcff06491a3dca55c86098b29377b3764))
15
+ - support new OmniScript and OmniIntegrationProcedure type ([#502](https://github.com/forcedotcom/source-deploy-retrieve/issues/502)) ([9e1c089](https://github.com/forcedotcom/source-deploy-retrieve/commit/9e1c089fcff06491a3dca55c86098b29377b3764))
15
16
 
16
17
  ## [5.5.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.4.2...v5.5.0) (2021-11-11)
17
18
 
18
-
19
19
  ### Features
20
20
 
21
- * construct virtual tree from name/type ([e475175](https://github.com/forcedotcom/source-deploy-retrieve/commit/e475175799c90c0d62fe9eda782e9ebd025c3990))
21
+ - construct virtual tree from name/type ([e475175](https://github.com/forcedotcom/source-deploy-retrieve/commit/e475175799c90c0d62fe9eda782e9ebd025c3990))
22
22
 
23
23
  ### [5.4.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.4.1...v5.4.2) (2021-11-10)
24
24
 
25
-
26
25
  ### Bug Fixes
27
26
 
28
- * adds an action when only one of the required for MCT was ignored ([#494](https://github.com/forcedotcom/source-deploy-retrieve/issues/494)) ([3ee999c](https://github.com/forcedotcom/source-deploy-retrieve/commit/3ee999c84ad52077e5d090a854baabd4853a1957))
27
+ - adds an action when only one of the required for MCT was ignored ([#494](https://github.com/forcedotcom/source-deploy-retrieve/issues/494)) ([3ee999c](https://github.com/forcedotcom/source-deploy-retrieve/commit/3ee999c84ad52077e5d090a854baabd4853a1957))
29
28
 
30
29
  ### [5.4.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.4.0...v5.4.1) (2021-11-04)
31
30
 
32
-
33
31
  ### Bug Fixes
34
32
 
35
- * unconfuse sitedotcom vs site ([#498](https://github.com/forcedotcom/source-deploy-retrieve/issues/498)) ([5a55d02](https://github.com/forcedotcom/source-deploy-retrieve/commit/5a55d0290a5aed128be061d249aa4b5245be1f5d))
33
+ - unconfuse sitedotcom vs site ([#498](https://github.com/forcedotcom/source-deploy-retrieve/issues/498)) ([5a55d02](https://github.com/forcedotcom/source-deploy-retrieve/commit/5a55d0290a5aed128be061d249aa4b5245be1f5d))
36
34
 
37
35
  ## [5.4.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.3.0...v5.4.0) (2021-11-03)
38
36
 
39
-
40
37
  ### Features
41
38
 
42
- * new types OmniUiCard, OmniDataTransform ([3460dde](https://github.com/forcedotcom/source-deploy-retrieve/commit/3460dde71a274c23031f33ae8d408f755198f65d))
39
+ - new types OmniUiCard, OmniDataTransform ([3460dde](https://github.com/forcedotcom/source-deploy-retrieve/commit/3460dde71a274c23031f33ae8d408f755198f65d))
43
40
 
44
41
  ## [5.3.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.2.0...v5.3.0) (2021-11-03)
45
42
 
@@ -16,8 +16,8 @@
16
16
  "inFolder": false,
17
17
  "strictDirectoryName": false
18
18
  },
19
- "mlprediction": {
20
- "id": "mlprediction",
19
+ "mlpredictiondefinition": {
20
+ "id": "mlpredictiondefinition",
21
21
  "name": "MLPredictionDefinition",
22
22
  "suffix": "mlPrediction",
23
23
  "directoryName": "mlPredictions",
@@ -250,7 +250,10 @@
250
250
  "name": "UiPlugin",
251
251
  "suffix": "uiplugin",
252
252
  "directoryName": "uiplugins",
253
- "inFolder": false
253
+ "inFolder": false,
254
+ "strategies": {
255
+ "adapter": "matchingContentFile"
256
+ }
254
257
  },
255
258
  "globalvalueset": {
256
259
  "id": "globalvalueset",
@@ -311,7 +314,8 @@
311
314
  "id": "index",
312
315
  "name": "Index",
313
316
  "directoryName": "indexes",
314
- "suffix": "index"
317
+ "suffix": "index",
318
+ "legacySuffix": "indexe"
315
319
  },
316
320
  "businessprocess": {
317
321
  "id": "businessprocess",
@@ -845,7 +849,8 @@
845
849
  "name": "CustomFieldTranslation",
846
850
  "directoryName": "fields",
847
851
  "suffix": "fieldTranslation",
848
- "isAddressable": false
852
+ "isAddressable": false,
853
+ "uniqueIdElement": "name"
849
854
  }
850
855
  },
851
856
  "suffixes": {
@@ -1522,7 +1527,10 @@
1522
1527
  "name": "DataPipeline",
1523
1528
  "suffix": "dataPipeline",
1524
1529
  "directoryName": "dataPipelines",
1525
- "inFolder": false
1530
+ "inFolder": false,
1531
+ "strategies": {
1532
+ "adapter": "matchingContentFile"
1533
+ }
1526
1534
  },
1527
1535
  "corswhitelistorigin": {
1528
1536
  "id": "corswhitelistorigin",
@@ -1560,7 +1568,10 @@
1560
1568
  "suffix": "policy",
1561
1569
  "directoryName": "accessControlPolicies",
1562
1570
  "inFolder": false,
1563
- "strictDirectoryName": true
1571
+ "strictDirectoryName": true,
1572
+ "strategies": {
1573
+ "adapter": "matchingContentFile"
1574
+ }
1564
1575
  },
1565
1576
  "skill": {
1566
1577
  "id": "skill",
@@ -1693,7 +1704,10 @@
1693
1704
  "name": "Orchestration",
1694
1705
  "suffix": "orchestration",
1695
1706
  "directoryName": "iot",
1696
- "inFolder": false
1707
+ "inFolder": false,
1708
+ "strategies": {
1709
+ "adapter": "matchingContentFile"
1710
+ }
1697
1711
  },
1698
1712
  "aiassistanttemplate": {
1699
1713
  "id": "aiassistanttemplate",
@@ -2332,7 +2346,7 @@
2332
2346
  "id": "datasourceobject",
2333
2347
  "name": "DataSourceObject",
2334
2348
  "suffix": "dataSourceObject",
2335
- "directoryName": "mktDataSourceObjects",
2349
+ "directoryName": "dataSourceObjects",
2336
2350
  "strictDirectoryName": false
2337
2351
  },
2338
2352
  "externaldataconnector": {
@@ -2361,7 +2375,23 @@
2361
2375
  "name": "MktDataTranObject",
2362
2376
  "suffix": "mktDataTranObject",
2363
2377
  "directoryName": "mktDataTranObjects",
2364
- "strictDirectoryName": false
2378
+ "strictDirectoryName": false,
2379
+ "children": {
2380
+ "types": {
2381
+ "mktdatatranfield": {
2382
+ "id": "mktdatatranfield",
2383
+ "name": "MktDataTranField",
2384
+ "directoryName": "mktDataTranFields",
2385
+ "suffix": "mktDataTranField"
2386
+ }
2387
+ },
2388
+ "suffixes": {
2389
+ "mktDataTranField": "mktdatatranfield"
2390
+ },
2391
+ "directories": {
2392
+ "mktDataTranFields": "mktdatatranfield"
2393
+ }
2394
+ }
2365
2395
  },
2366
2396
  "fieldsrctrgtrelationship": {
2367
2397
  "id": "fieldsrctrgtrelationship",
@@ -2928,7 +2958,7 @@
2928
2958
  "accountRelationshipShareRule": "accountrelationshipsharerule",
2929
2959
  "IPAddressRange": "ipaddressrange",
2930
2960
  "xml": "emailservicesfunction",
2931
- "mlPrediction": "mlprediction",
2961
+ "mlPrediction": "mlpredictiondefinition",
2932
2962
  "formSection": "formsection",
2933
2963
  "workflowFieldUpdate": "workflowfieldupdate",
2934
2964
  "workflowKnowledgePublish": "workflowknowledgepublish",
@@ -2990,6 +3020,7 @@
2990
3020
  "catalogItem": "svccatalogitemdef",
2991
3021
  "ouc": "omniuicard",
2992
3022
  "rpt": "omnidatatransform",
3023
+ "mktDataTranField": "mktdatatranfield",
2993
3024
  "os": "omniscript",
2994
3025
  "oip": "omniintegrationprocedure"
2995
3026
  },
@@ -3046,7 +3077,8 @@
3046
3077
  "sharingcriteriarule": "sharingrules",
3047
3078
  "botversion": "bot",
3048
3079
  "customfieldtranslation": "customobjecttranslation",
3049
- "datamappingfielddefinition": "datamappingobjectdefinition"
3080
+ "datamappingfielddefinition": "datamappingobjectdefinition",
3081
+ "mktdatatranfield": "mktdatatranobject"
3050
3082
  },
3051
3083
  "apiVersion": "53.0"
3052
3084
  }
@@ -19,7 +19,7 @@ export declare const registry: Readonly<{
19
19
  inFolder: boolean;
20
20
  strictDirectoryName: boolean;
21
21
  };
22
- mlprediction: {
22
+ mlpredictiondefinition: {
23
23
  id: string;
24
24
  name: string;
25
25
  suffix: string;
@@ -254,6 +254,9 @@ export declare const registry: Readonly<{
254
254
  suffix: string;
255
255
  directoryName: string;
256
256
  inFolder: boolean;
257
+ strategies: {
258
+ adapter: string;
259
+ };
257
260
  };
258
261
  globalvalueset: {
259
262
  id: string;
@@ -315,6 +318,7 @@ export declare const registry: Readonly<{
315
318
  name: string;
316
319
  directoryName: string;
317
320
  suffix: string;
321
+ legacySuffix: string;
318
322
  };
319
323
  businessprocess: {
320
324
  id: string;
@@ -849,6 +853,7 @@ export declare const registry: Readonly<{
849
853
  directoryName: string;
850
854
  suffix: string;
851
855
  isAddressable: boolean;
856
+ uniqueIdElement: string;
852
857
  };
853
858
  };
854
859
  suffixes: {
@@ -1526,6 +1531,9 @@ export declare const registry: Readonly<{
1526
1531
  suffix: string;
1527
1532
  directoryName: string;
1528
1533
  inFolder: boolean;
1534
+ strategies: {
1535
+ adapter: string;
1536
+ };
1529
1537
  };
1530
1538
  corswhitelistorigin: {
1531
1539
  id: string;
@@ -1564,6 +1572,9 @@ export declare const registry: Readonly<{
1564
1572
  directoryName: string;
1565
1573
  inFolder: boolean;
1566
1574
  strictDirectoryName: boolean;
1575
+ strategies: {
1576
+ adapter: string;
1577
+ };
1567
1578
  };
1568
1579
  skill: {
1569
1580
  id: string;
@@ -1697,6 +1708,9 @@ export declare const registry: Readonly<{
1697
1708
  suffix: string;
1698
1709
  directoryName: string;
1699
1710
  inFolder: boolean;
1711
+ strategies: {
1712
+ adapter: string;
1713
+ };
1700
1714
  };
1701
1715
  aiassistanttemplate: {
1702
1716
  id: string;
@@ -2365,6 +2379,22 @@ export declare const registry: Readonly<{
2365
2379
  suffix: string;
2366
2380
  directoryName: string;
2367
2381
  strictDirectoryName: boolean;
2382
+ children: {
2383
+ types: {
2384
+ mktdatatranfield: {
2385
+ id: string;
2386
+ name: string;
2387
+ directoryName: string;
2388
+ suffix: string;
2389
+ };
2390
+ };
2391
+ suffixes: {
2392
+ mktDataTranField: string;
2393
+ };
2394
+ directories: {
2395
+ mktDataTranFields: string;
2396
+ };
2397
+ };
2368
2398
  };
2369
2399
  fieldsrctrgtrelationship: {
2370
2400
  id: string;
@@ -2993,6 +3023,7 @@ export declare const registry: Readonly<{
2993
3023
  catalogItem: string;
2994
3024
  ouc: string;
2995
3025
  rpt: string;
3026
+ mktDataTranField: string;
2996
3027
  os: string;
2997
3028
  oip: string;
2998
3029
  };
@@ -3050,6 +3081,7 @@ export declare const registry: Readonly<{
3050
3081
  botversion: string;
3051
3082
  customfieldtranslation: string;
3052
3083
  datamappingfielddefinition: string;
3084
+ mktdatatranfield: string;
3053
3085
  };
3054
3086
  apiVersion: string;
3055
3087
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",