@salesforce/source-deploy-retrieve 12.31.3 → 12.31.4

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.
@@ -572,7 +572,8 @@
572
572
  "lightningOutApp": "lightningoutapp",
573
573
  "stageAssignment": "stageassignment",
574
574
  "onboardingDataObjectGroup": "onboardingdataobjectgroup",
575
- "partyProfileDataObjectValidityDefinition": "partyprofiledataobjectvaliditydefinition"
575
+ "partyProfileDataObjectValidityDefinition": "partyprofiledataobjectvaliditydefinition",
576
+ "flexcardDefinition": "flexcarddefinition"
576
577
  },
577
578
  "types": {
578
579
  "accesscontrolpolicy": {
@@ -5108,6 +5109,14 @@
5108
5109
  "directoryName": "partyProfileDataObjectValidityDefinitions",
5109
5110
  "inFolder": false,
5110
5111
  "strictDirectoryName": false
5112
+ },
5113
+ "flexcarddefinition": {
5114
+ "id": "flexcarddefinition",
5115
+ "name": "FlexcardDefinition",
5116
+ "suffix": "flexcardDefinition",
5117
+ "directoryName": "flexcardDefinitions",
5118
+ "inFolder": false,
5119
+ "strictDirectoryName": false
5111
5120
  }
5112
5121
  }
5113
5122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.31.3",
3
+ "version": "12.31.4",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",