@salesforce/source-deploy-retrieve 12.22.13 → 12.22.14

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.
@@ -494,6 +494,7 @@
494
494
  "timeSheetTemplate": "timesheettemplate",
495
495
  "timelineObjectDefinition": "timelineobjectdefinition",
496
496
  "topicsForObjects": "topicsforobjects",
497
+ "transactionProcessingType": "transactionprocessingtype",
497
498
  "transactionSecurityPolicy": "transactionsecuritypolicy",
498
499
  "translation": "translations",
499
500
  "trigger": "apextrigger",
@@ -4373,6 +4374,13 @@
4373
4374
  "strictDirectoryName": false,
4374
4375
  "suffix": "topicsForObjects"
4375
4376
  },
4377
+ "transactionprocessingtype": {
4378
+ "directoryName": "transactionProcessingTypes",
4379
+ "id": "transactionprocessingtype",
4380
+ "inFolder": false,
4381
+ "name": "TransactionProcessingType",
4382
+ "suffix": "transactionProcessingType"
4383
+ },
4376
4384
  "transactionsecuritypolicy": {
4377
4385
  "directoryName": "transactionSecurityPolicies",
4378
4386
  "id": "transactionsecuritypolicy",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.22.13",
3
+ "version": "12.22.14",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",