@salesforce/source-deploy-retrieve 6.8.5 → 6.8.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.
@@ -3104,6 +3104,14 @@
3104
3104
  "directoryName": "SchedulingObjectives",
3105
3105
  "inFolder": false,
3106
3106
  "strictDirectoryName": false
3107
+ },
3108
+ "relationshipgraphdefinition": {
3109
+ "id": "relationshipgraphdefinition",
3110
+ "name": "RelationshipGraphDefinition",
3111
+ "suffix": "relationshipGraphDefinition",
3112
+ "directoryName": "relationshipGraphDefinitions",
3113
+ "inFolder": false,
3114
+ "strictDirectoryName": false
3107
3115
  }
3108
3116
  },
3109
3117
  "suffixes": {
@@ -3446,7 +3454,8 @@
3446
3454
  "digitalExperienceConfig": "digitalexperienceconfig",
3447
3455
  "forecastingFilter": "forecastingfilter",
3448
3456
  "forecastingFilterCondition": "forecastingfiltercondition",
3449
- "schedulingObjective": "schedulingobjective"
3457
+ "schedulingObjective": "schedulingobjective",
3458
+ "relationshipGraphDefinition": "relationshipgraphdefinition"
3450
3459
  },
3451
3460
  "strictDirectoryNames": {
3452
3461
  "experiences": "experiencebundle",
@@ -3108,6 +3108,14 @@ export declare const registry: Readonly<{
3108
3108
  inFolder: boolean;
3109
3109
  strictDirectoryName: boolean;
3110
3110
  };
3111
+ relationshipgraphdefinition: {
3112
+ id: string;
3113
+ name: string;
3114
+ suffix: string;
3115
+ directoryName: string;
3116
+ inFolder: boolean;
3117
+ strictDirectoryName: boolean;
3118
+ };
3111
3119
  };
3112
3120
  suffixes: {
3113
3121
  serviceAISetupDescription: string;
@@ -3450,6 +3458,7 @@ export declare const registry: Readonly<{
3450
3458
  forecastingFilter: string;
3451
3459
  forecastingFilterCondition: string;
3452
3460
  schedulingObjective: string;
3461
+ relationshipGraphDefinition: string;
3453
3462
  };
3454
3463
  strictDirectoryNames: {
3455
3464
  experiences: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "6.8.5",
3
+ "version": "6.8.6",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",