@salesforce/source-deploy-retrieve 9.5.0 → 9.6.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.
@@ -3507,6 +3507,22 @@
3507
3507
  "directoryName": "processflowmigrations",
3508
3508
  "inFolder": false,
3509
3509
  "strictDirectoryName": false
3510
+ },
3511
+ "searchcriteriaconfiguration": {
3512
+ "id": "searchcriteriaconfiguration",
3513
+ "name": "SearchCriteriaConfiguration",
3514
+ "suffix": "SearchCriteriaConfigurationSetting",
3515
+ "directoryName": "SearchCriteriaConfigurationSettings",
3516
+ "inFolder": false,
3517
+ "strictDirectoryName": false
3518
+ },
3519
+ "searchableobjdatasyncinfo": {
3520
+ "id": "searchableobjdatasyncinfo",
3521
+ "name": "SearchableObjDataSyncInfo",
3522
+ "suffix": "SearchableObjDataSyncInfoSetting",
3523
+ "directoryName": "SearchableObjDataSyncInfoSettings",
3524
+ "inFolder": false,
3525
+ "strictDirectoryName": false
3510
3526
  }
3511
3527
  },
3512
3528
  "suffixes": {
@@ -3891,7 +3907,9 @@
3891
3907
  "useraccesspolicy": "useraccesspolicy",
3892
3908
  "messagingChannel": "messagingchannel",
3893
3909
  "serviceprocess": "serviceprocess",
3894
- "processflowmigration": "processflowmigration"
3910
+ "processflowmigration": "processflowmigration",
3911
+ "SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
3912
+ "SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration"
3895
3913
  },
3896
3914
  "strictDirectoryNames": {
3897
3915
  "experiences": "experiencebundle",
@@ -5,8 +5,44 @@
5
5
  "AccountOwnership",
6
6
  "AccountRating",
7
7
  "AccountType",
8
- "AQLMUFInterval",
8
+ "ACSizeTypeCreativeType",
9
+ "ACSizeTypeMediaType",
10
+ "ACSizeTypeUnitOfMeasure",
11
+ "ACSTypeAppearanceOrder",
12
+ "AdOpportunityDealType",
13
+ "AdQuoteLineSkippable",
14
+ "AOIAdBleedAmountUom",
15
+ "AOIAPPriorityType",
16
+ "AOICustomerDayPart",
17
+ "AOIMaxFreqInterval",
18
+ "AOIMaxUserFreqInterval",
19
+ "AOIMediaType",
20
+ "AOISponsorshipType",
21
+ "AOIUEGoalType",
22
+ "AOIUEGoalUnitType",
23
+ "AOLConditionRequirements",
24
+ "APTCMediaType",
25
+ "AQLAdBleedAmountUom",
26
+ "AQLAPPriorityType",
27
+ "AQLASPLineStatus",
28
+ "AQLConditionRequirements",
29
+ "AQLCustomerDayPart",
30
+ "AQLMediaType",
9
31
  "AQLMFrequencyInterval",
32
+ "AQLMUFInterval",
33
+ "AQLSponsorshipType",
34
+ "AQLUEGoalType",
35
+ "AQLUEGoalUnitType",
36
+ "ASAType",
37
+ "ASSAdSpaceType",
38
+ "ASSCreativeFormatType",
39
+ "ASSPage",
40
+ "ASSPosition",
41
+ "ASSProgramRunType",
42
+ "ASSPublisherDayPart",
43
+ "ASUType",
44
+ "ATCSDataType",
45
+ "ATCSDisplayType",
10
46
  "AssetStatus",
11
47
  "CampaignMemberStatus",
12
48
  "CampaignStatus",
@@ -55,6 +91,11 @@
55
91
  "IPPRelationshipToInsured",
56
92
  "LeadSource",
57
93
  "LeadStatus",
94
+ "MCGeographicalCoverage",
95
+ "MChannelPricingCategory",
96
+ "MCPeriodicalType",
97
+ "MCPublicationFrequency",
98
+ "MediaChannelMediaType",
58
99
  "OpportunityCompetitor",
59
100
  "OpportunityStage",
60
101
  "OpportunityType",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "9.5.0",
3
+ "version": "9.6.1",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",
@@ -29,7 +29,7 @@
29
29
  "@salesforce/kit": "^3.0.6",
30
30
  "@salesforce/ts-types": "^2.0.5",
31
31
  "fast-levenshtein": "^3.0.0",
32
- "fast-xml-parser": "^4.2.5",
32
+ "fast-xml-parser": "^4.2.6",
33
33
  "got": "^11.8.6",
34
34
  "graceful-fs": "^4.2.11",
35
35
  "ignore": "^5.2.4",