@salesforce/source-deploy-retrieve 6.2.8 → 6.2.9
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,12 @@
|
|
|
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
|
+
### [6.2.9](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.8...v6.2.9) (2022-08-09)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- removing support for connect center [#671](https://github.com/forcedotcom/source-deploy-retrieve/issues/671) ([#682](https://github.com/forcedotcom/source-deploy-retrieve/issues/682)) ([7810733](https://github.com/forcedotcom/source-deploy-retrieve/commit/78107335d20c20bcf9a1ebfc4cefc2693267bac4))
|
|
10
|
+
|
|
5
11
|
### [6.2.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.7...v6.2.8) (2022-08-08)
|
|
6
12
|
|
|
7
13
|
### [6.2.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.6...v6.2.7) (2022-08-03)
|
|
@@ -2563,66 +2563,6 @@
|
|
|
2563
2563
|
"directoryName": "SchedulingRules",
|
|
2564
2564
|
"strictDirectoryName": false
|
|
2565
2565
|
},
|
|
2566
|
-
"datamappingschema": {
|
|
2567
|
-
"id": "datamappingschema",
|
|
2568
|
-
"name": "DataMappingSchema",
|
|
2569
|
-
"suffix": "dataMappingSchema",
|
|
2570
|
-
"directoryName": "dataMappingSchema",
|
|
2571
|
-
"strictDirectoryName": false
|
|
2572
|
-
},
|
|
2573
|
-
"datamappingobjectdefinition": {
|
|
2574
|
-
"id": "datamappingobjectdefinition",
|
|
2575
|
-
"name": "DataMappingObjectDefinition",
|
|
2576
|
-
"suffix": "dataMappingObjectDefinition",
|
|
2577
|
-
"directoryName": "dataMappingObjectDefinitions",
|
|
2578
|
-
"inFolder": false,
|
|
2579
|
-
"strictDirectoryName": true,
|
|
2580
|
-
"children": {
|
|
2581
|
-
"types": {
|
|
2582
|
-
"datamappingfielddefinition": {
|
|
2583
|
-
"id": "datamappingfielddefinition",
|
|
2584
|
-
"name": "DataMappingFieldDefinition",
|
|
2585
|
-
"directoryName": "fieldDefinitions",
|
|
2586
|
-
"suffix": "fieldDefinition"
|
|
2587
|
-
}
|
|
2588
|
-
},
|
|
2589
|
-
"directories": {
|
|
2590
|
-
"fieldDefinitions": "datamappingfielddefinition"
|
|
2591
|
-
},
|
|
2592
|
-
"suffixes": {
|
|
2593
|
-
"fieldDefinition": "datamappingfielddefinition"
|
|
2594
|
-
}
|
|
2595
|
-
},
|
|
2596
|
-
"strategies": {
|
|
2597
|
-
"adapter": "decomposed",
|
|
2598
|
-
"transformer": "decomposed",
|
|
2599
|
-
"decomposition": "topLevel"
|
|
2600
|
-
}
|
|
2601
|
-
},
|
|
2602
|
-
"datamapping": {
|
|
2603
|
-
"id": "datamapping",
|
|
2604
|
-
"name": "DataMapping",
|
|
2605
|
-
"suffix": "dataMapping",
|
|
2606
|
-
"directoryName": "dataMapping",
|
|
2607
|
-
"strictDirectoryName": false,
|
|
2608
|
-
"strategies": {
|
|
2609
|
-
"adapter": "matchingContentFile"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2612
|
-
"federationdatamappingusage": {
|
|
2613
|
-
"id": "federationdatamappingusage",
|
|
2614
|
-
"name": "FederationDataMappingUsage",
|
|
2615
|
-
"suffix": "federationDataMappingUsage",
|
|
2616
|
-
"directoryName": "federationDataMappingUsage",
|
|
2617
|
-
"strictDirectoryName": false
|
|
2618
|
-
},
|
|
2619
|
-
"connectedsystem": {
|
|
2620
|
-
"id": "connectedsystem",
|
|
2621
|
-
"name": "ConnectedSystem",
|
|
2622
|
-
"suffix": "connectedSystem",
|
|
2623
|
-
"directoryName": "ConnectedSystem",
|
|
2624
|
-
"strictDirectoryName": false
|
|
2625
|
-
},
|
|
2626
2566
|
"userauthcertificate": {
|
|
2627
2567
|
"id": "userauthcertificate",
|
|
2628
2568
|
"name": "UserAuthCertificate",
|
|
@@ -3364,12 +3304,6 @@
|
|
|
3364
3304
|
"ConversationVendorInformation": "conversationvendorinfo",
|
|
3365
3305
|
"ConversationVendorFieldDefinition": "conversationvendorfielddef",
|
|
3366
3306
|
"schedulingRule": "schedulingrule",
|
|
3367
|
-
"dataMappingSchema": "datamappingschema",
|
|
3368
|
-
"dataMappingObjectDefinition": "datamappingobjectdefinition",
|
|
3369
|
-
"fieldDefinition": "datamappingfielddefinition",
|
|
3370
|
-
"dataMapping": "datamapping",
|
|
3371
|
-
"federationDataMappingUsage": "federationdatamappingusage",
|
|
3372
|
-
"connectedSystem": "connectedsystem",
|
|
3373
3307
|
"userAuthCertificate": "userauthcertificate",
|
|
3374
3308
|
"forecastingTypeSource": "forecastingtypesource",
|
|
3375
3309
|
"forecastingType": "forecastingtype",
|
|
@@ -3448,7 +3382,6 @@
|
|
|
3448
3382
|
"integrationHub": "integrationhubsettings",
|
|
3449
3383
|
"ObjectHierarchyRelationship": "objecthierarchyrelationship",
|
|
3450
3384
|
"IndustriesManufacturingSettings": "industriesmanufacturingsettings",
|
|
3451
|
-
"dataMappingObjectDefinitions": "datamappingobjectdefinition",
|
|
3452
3385
|
"fieldRestrictionRules": "fieldrestrictionrule",
|
|
3453
3386
|
"siteDotComSites": "sitedotcom",
|
|
3454
3387
|
"appointmentSchedulingPolicies": "appointmentschedulingpolicy",
|
|
@@ -3487,7 +3420,6 @@
|
|
|
3487
3420
|
"sharingcriteriarule": "sharingrules",
|
|
3488
3421
|
"botversion": "bot",
|
|
3489
3422
|
"customfieldtranslation": "customobjecttranslation",
|
|
3490
|
-
"datamappingfielddefinition": "datamappingobjectdefinition",
|
|
3491
3423
|
"mktdatatranfield": "mktdatatranobject"
|
|
3492
3424
|
}
|
|
3493
3425
|
}
|
|
@@ -2566,66 +2566,6 @@ export declare const registry: Readonly<{
|
|
|
2566
2566
|
directoryName: string;
|
|
2567
2567
|
strictDirectoryName: boolean;
|
|
2568
2568
|
};
|
|
2569
|
-
datamappingschema: {
|
|
2570
|
-
id: string;
|
|
2571
|
-
name: string;
|
|
2572
|
-
suffix: string;
|
|
2573
|
-
directoryName: string;
|
|
2574
|
-
strictDirectoryName: boolean;
|
|
2575
|
-
};
|
|
2576
|
-
datamappingobjectdefinition: {
|
|
2577
|
-
id: string;
|
|
2578
|
-
name: string;
|
|
2579
|
-
suffix: string;
|
|
2580
|
-
directoryName: string;
|
|
2581
|
-
inFolder: boolean;
|
|
2582
|
-
strictDirectoryName: boolean;
|
|
2583
|
-
children: {
|
|
2584
|
-
types: {
|
|
2585
|
-
datamappingfielddefinition: {
|
|
2586
|
-
id: string;
|
|
2587
|
-
name: string;
|
|
2588
|
-
directoryName: string;
|
|
2589
|
-
suffix: string;
|
|
2590
|
-
};
|
|
2591
|
-
};
|
|
2592
|
-
directories: {
|
|
2593
|
-
fieldDefinitions: string;
|
|
2594
|
-
};
|
|
2595
|
-
suffixes: {
|
|
2596
|
-
fieldDefinition: string;
|
|
2597
|
-
};
|
|
2598
|
-
};
|
|
2599
|
-
strategies: {
|
|
2600
|
-
adapter: string;
|
|
2601
|
-
transformer: string;
|
|
2602
|
-
decomposition: string;
|
|
2603
|
-
};
|
|
2604
|
-
};
|
|
2605
|
-
datamapping: {
|
|
2606
|
-
id: string;
|
|
2607
|
-
name: string;
|
|
2608
|
-
suffix: string;
|
|
2609
|
-
directoryName: string;
|
|
2610
|
-
strictDirectoryName: boolean;
|
|
2611
|
-
strategies: {
|
|
2612
|
-
adapter: string;
|
|
2613
|
-
};
|
|
2614
|
-
};
|
|
2615
|
-
federationdatamappingusage: {
|
|
2616
|
-
id: string;
|
|
2617
|
-
name: string;
|
|
2618
|
-
suffix: string;
|
|
2619
|
-
directoryName: string;
|
|
2620
|
-
strictDirectoryName: boolean;
|
|
2621
|
-
};
|
|
2622
|
-
connectedsystem: {
|
|
2623
|
-
id: string;
|
|
2624
|
-
name: string;
|
|
2625
|
-
suffix: string;
|
|
2626
|
-
directoryName: string;
|
|
2627
|
-
strictDirectoryName: boolean;
|
|
2628
|
-
};
|
|
2629
2569
|
userauthcertificate: {
|
|
2630
2570
|
id: string;
|
|
2631
2571
|
name: string;
|
|
@@ -3367,12 +3307,6 @@ export declare const registry: Readonly<{
|
|
|
3367
3307
|
ConversationVendorInformation: string;
|
|
3368
3308
|
ConversationVendorFieldDefinition: string;
|
|
3369
3309
|
schedulingRule: string;
|
|
3370
|
-
dataMappingSchema: string;
|
|
3371
|
-
dataMappingObjectDefinition: string;
|
|
3372
|
-
fieldDefinition: string;
|
|
3373
|
-
dataMapping: string;
|
|
3374
|
-
federationDataMappingUsage: string;
|
|
3375
|
-
connectedSystem: string;
|
|
3376
3310
|
userAuthCertificate: string;
|
|
3377
3311
|
forecastingTypeSource: string;
|
|
3378
3312
|
forecastingType: string;
|
|
@@ -3451,7 +3385,6 @@ export declare const registry: Readonly<{
|
|
|
3451
3385
|
integrationHub: string;
|
|
3452
3386
|
ObjectHierarchyRelationship: string;
|
|
3453
3387
|
IndustriesManufacturingSettings: string;
|
|
3454
|
-
dataMappingObjectDefinitions: string;
|
|
3455
3388
|
fieldRestrictionRules: string;
|
|
3456
3389
|
siteDotComSites: string;
|
|
3457
3390
|
appointmentSchedulingPolicies: string;
|
|
@@ -3490,7 +3423,6 @@ export declare const registry: Readonly<{
|
|
|
3490
3423
|
sharingcriteriarule: string;
|
|
3491
3424
|
botversion: string;
|
|
3492
3425
|
customfieldtranslation: string;
|
|
3493
|
-
datamappingfielddefinition: string;
|
|
3494
3426
|
mktdatatranfield: string;
|
|
3495
3427
|
};
|
|
3496
3428
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.9",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@salesforce/core": "^3.22.0",
|
|
29
|
-
"@salesforce/kit": "^1.5.
|
|
29
|
+
"@salesforce/kit": "^1.5.45",
|
|
30
30
|
"@salesforce/ts-types": "^1.5.20",
|
|
31
31
|
"archiver": "^5.3.1",
|
|
32
32
|
"fast-xml-parser": "^3.21.1",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
]
|
|
113
113
|
},
|
|
114
114
|
"volta": {
|
|
115
|
-
"node": "
|
|
115
|
+
"node": "16.16.0",
|
|
116
116
|
"yarn": "1.22.4"
|
|
117
117
|
},
|
|
118
118
|
"config": {
|