@salesforce/source-deploy-retrieve 5.12.5 → 5.12.6

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,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.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.5...v5.12.6) (2022-03-28)
6
+
5
7
  ### [5.12.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.4...v5.12.5) (2022-03-25)
6
8
 
7
9
  ### [5.12.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.3...v5.12.4) (2022-03-11)
@@ -2284,6 +2284,34 @@
2284
2284
  "directoryName": "decisionTableDatasetLinks",
2285
2285
  "strictDirectoryName": false
2286
2286
  },
2287
+ "decisionmatrixdefinition": {
2288
+ "id": "decisionmatrixdefinition",
2289
+ "name": "DecisionMatrixDefinition",
2290
+ "suffix": "decisionMatrixDefinition",
2291
+ "directoryName": "decisionMatrixDefinitions",
2292
+ "strictDirectoryName": false
2293
+ },
2294
+ "decisionmatrixdefinitionversion": {
2295
+ "id": "decisionmatrixdefinitionversion",
2296
+ "name": "DecisionMatrixDefinitionVersion",
2297
+ "suffix": "decisionMatrixDefinitionVersion",
2298
+ "directoryName": "decisionMatrixDefinitionVersions",
2299
+ "strictDirectoryName": false
2300
+ },
2301
+ "expressionsetdefinitionversion": {
2302
+ "id": "expressionsetdefinitionversion",
2303
+ "name": "ExpressionSetDefinitionVersion",
2304
+ "suffix": "expressionSetDefinitionVersion",
2305
+ "directoryName": "expressionSetDefinitionVersions",
2306
+ "strictDirectoryName": false
2307
+ },
2308
+ "expressionsetdefinition": {
2309
+ "id": "expressionsetdefinition",
2310
+ "name": "ExpressionSetDefinition",
2311
+ "suffix": "expressionSetDefinition",
2312
+ "directoryName": "expressionSetDefinitions",
2313
+ "strictDirectoryName": false
2314
+ },
2287
2315
  "briefcasedefinition": {
2288
2316
  "id": "briefcasedefinition",
2289
2317
  "name": "BriefcaseDefinition",
@@ -2978,6 +3006,10 @@
2978
3006
  "apt": "actionplantemplate",
2979
3007
  "decisionTable": "decisiontable",
2980
3008
  "decisionTableDatasetLink": "decisiontabledatasetlink",
3009
+ "decisionMatrixDefinition": "decisionmatrixdefinition",
3010
+ "decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion",
3011
+ "expressionSetDefinition": "expressionsetdefinition",
3012
+ "expressionSetDefinitionVersion": "expressionsetdefinitionversion",
2981
3013
  "briefcaseDefinition": "briefcasedefinition",
2982
3014
  "batchProcessJobDefinition": "batchprocessjobdefinition",
2983
3015
  "acctMgrTargetSetting": "acctmgrtargetsettings",
@@ -2287,6 +2287,34 @@ export declare const registry: Readonly<{
2287
2287
  directoryName: string;
2288
2288
  strictDirectoryName: boolean;
2289
2289
  };
2290
+ decisionmatrixdefinition: {
2291
+ id: string;
2292
+ name: string;
2293
+ suffix: string;
2294
+ directoryName: string;
2295
+ strictDirectoryName: boolean;
2296
+ };
2297
+ decisionmatrixdefinitionversion: {
2298
+ id: string;
2299
+ name: string;
2300
+ suffix: string;
2301
+ directoryName: string;
2302
+ strictDirectoryName: boolean;
2303
+ };
2304
+ expressionsetdefinitionversion: {
2305
+ id: string;
2306
+ name: string;
2307
+ suffix: string;
2308
+ directoryName: string;
2309
+ strictDirectoryName: boolean;
2310
+ };
2311
+ expressionsetdefinition: {
2312
+ id: string;
2313
+ name: string;
2314
+ suffix: string;
2315
+ directoryName: string;
2316
+ strictDirectoryName: boolean;
2317
+ };
2290
2318
  briefcasedefinition: {
2291
2319
  id: string;
2292
2320
  name: string;
@@ -2981,6 +3009,10 @@ export declare const registry: Readonly<{
2981
3009
  apt: string;
2982
3010
  decisionTable: string;
2983
3011
  decisionTableDatasetLink: string;
3012
+ decisionMatrixDefinition: string;
3013
+ decisionMatrixDefinitionVersion: string;
3014
+ expressionSetDefinition: string;
3015
+ expressionSetDefinitionVersion: string;
2984
3016
  briefcaseDefinition: string;
2985
3017
  batchProcessJobDefinition: string;
2986
3018
  acctMgrTargetSetting: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "5.12.5",
3
+ "version": "5.12.6",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",