@salesforce/source-deploy-retrieve 12.31.23 → 12.31.24

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.
@@ -577,7 +577,16 @@
577
577
  "stageAssignment": "stageassignment",
578
578
  "onboardingDataObjectGroup": "onboardingdataobjectgroup",
579
579
  "partyProfileDataObjectValidityDefinition": "partyprofiledataobjectvaliditydefinition",
580
- "flexcardDefinition": "flexcarddefinition"
580
+ "flexcardDefinition": "flexcarddefinition",
581
+ "cnfgItemAttrDef": "cnfgitemattrdef",
582
+ "cnfgItemAttrPcklstValDef": "cnfgitemattrpcklstvaldef",
583
+ "cnfgItemAttrPicklistDef": "cnfgitemattrpicklistdef",
584
+ "cnfgItemAttrSetAttr": "cnfgitemattrsetattr",
585
+ "cnfgItemAttrSetDef": "cnfgitemattrsetdef",
586
+ "cnfgItemTypeAttrRelDef": "cnfgitemtypeattrreldef",
587
+ "cnfgItemTypeDef": "cnfgitemtypedef",
588
+ "cnfgItemTypeRelationDef": "cnfgitemtyperelationdef",
589
+ "cnfgMgmtRelationTypeDef": "cnfgmgmtrelationtypedef"
581
590
  },
582
591
  "types": {
583
592
  "accesscontrolpolicy": {
@@ -5148,6 +5157,78 @@
5148
5157
  "directoryName": "flexcardDefinitions",
5149
5158
  "inFolder": false,
5150
5159
  "strictDirectoryName": false
5160
+ },
5161
+ "cnfgitemattrdef": {
5162
+ "id": "cnfgitemattrdef",
5163
+ "name": "CnfgItemAttrDef",
5164
+ "suffix": "cnfgItemAttrDef",
5165
+ "directoryName": "cnfgItemAttrDefs",
5166
+ "inFolder": false,
5167
+ "strictDirectoryName": false
5168
+ },
5169
+ "cnfgitemattrpcklstvaldef": {
5170
+ "id": "cnfgitemattrpcklstvaldef",
5171
+ "name": "CnfgItemAttrPcklstValDef",
5172
+ "suffix": "cnfgItemAttrPcklstValDef",
5173
+ "directoryName": "cnfgItemAttrPcklstValDefs",
5174
+ "inFolder": false,
5175
+ "strictDirectoryName": false
5176
+ },
5177
+ "cnfgitemattrpicklistdef": {
5178
+ "id": "cnfgitemattrpicklistdef",
5179
+ "name": "CnfgItemAttrPicklistDef",
5180
+ "suffix": "cnfgItemAttrPicklistDef",
5181
+ "directoryName": "cnfgItemAttrPicklistDefs",
5182
+ "inFolder": false,
5183
+ "strictDirectoryName": false
5184
+ },
5185
+ "cnfgitemattrsetattr": {
5186
+ "id": "cnfgitemattrsetattr",
5187
+ "name": "CnfgItemAttrSetAttr",
5188
+ "suffix": "cnfgItemAttrSetAttr",
5189
+ "directoryName": "cnfgItemAttrSetAttrs",
5190
+ "inFolder": false,
5191
+ "strictDirectoryName": false
5192
+ },
5193
+ "cnfgitemattrsetdef": {
5194
+ "id": "cnfgitemattrsetdef",
5195
+ "name": "CnfgItemAttrSetDef",
5196
+ "suffix": "cnfgItemAttrSetDef",
5197
+ "directoryName": "cnfgItemAttrSetDefs",
5198
+ "inFolder": false,
5199
+ "strictDirectoryName": false
5200
+ },
5201
+ "cnfgitemtypeattrreldef": {
5202
+ "id": "cnfgitemtypeattrreldef",
5203
+ "name": "CnfgItemTypeAttrRelDef",
5204
+ "suffix": "cnfgItemTypeAttrRelDef",
5205
+ "directoryName": "cnfgItemTypeAttrRelDefs",
5206
+ "inFolder": false,
5207
+ "strictDirectoryName": false
5208
+ },
5209
+ "cnfgitemtypedef": {
5210
+ "id": "cnfgitemtypedef",
5211
+ "name": "CnfgItemTypeDef",
5212
+ "suffix": "cnfgItemTypeDef",
5213
+ "directoryName": "cnfgItemTypeDefs",
5214
+ "inFolder": false,
5215
+ "strictDirectoryName": false
5216
+ },
5217
+ "cnfgitemtyperelationdef": {
5218
+ "id": "cnfgitemtyperelationdef",
5219
+ "name": "CnfgItemTypeRelationDef",
5220
+ "suffix": "cnfgItemTypeRelationDef",
5221
+ "directoryName": "cnfgItemTypeRelationDefs",
5222
+ "inFolder": false,
5223
+ "strictDirectoryName": false
5224
+ },
5225
+ "cnfgmgmtrelationtypedef": {
5226
+ "id": "cnfgmgmtrelationtypedef",
5227
+ "name": "CnfgMgmtRelationTypeDef",
5228
+ "suffix": "cnfgMgmtRelationTypeDef",
5229
+ "directoryName": "cnfgMgmtRelationTypeDefs",
5230
+ "inFolder": false,
5231
+ "strictDirectoryName": false
5151
5232
  }
5152
5233
  }
5153
5234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.31.23",
3
+ "version": "12.31.24",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",