@salesforce/source-deploy-retrieve 12.31.31 → 12.32.0

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.
@@ -251,6 +251,7 @@
251
251
  "ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
252
252
  "ecaNotifications": "extlclntappnotificationsettings",
253
253
  "ecaOauth": "extlclntappoauthsettings",
254
+ "ecaOauthSecurity": "extlclntappoauthsecuritysettings",
254
255
  "ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
255
256
  "ecaPlcy": "extlclntappconfigurablepolicies",
256
257
  "ecaSamlPlcy": "extlclntappsamlconfigurablepolicies",
@@ -588,11 +589,11 @@
588
589
  "cnfgItemAttrPicklistDef": "cnfgitemattrpicklistdef",
589
590
  "cnfgItemAttrSetAttr": "cnfgitemattrsetattr",
590
591
  "cnfgItemAttrSetDef": "cnfgitemattrsetdef",
592
+ "cnfgItemSourceDefinition": "cnfgitemsourcedefinition",
591
593
  "cnfgItemTypeAttrRelDef": "cnfgitemtypeattrreldef",
592
594
  "cnfgItemTypeDef": "cnfgitemtypedef",
593
595
  "cnfgItemTypeRelationDef": "cnfgitemtyperelationdef",
594
596
  "cnfgMgmtRelationTypeDef": "cnfgmgmtrelationtypedef",
595
- "cnfgMgmtCiSourceDef": "cnfgmgmtcisourcedef",
596
597
  "meetingPlaybookDefinition": "meetingplaybookdefinition"
597
598
  },
598
599
  "types": {
@@ -2580,6 +2581,14 @@
2580
2581
  "strictDirectoryName": false,
2581
2582
  "suffix": "ecaOauth"
2582
2583
  },
2584
+ "extlclntappoauthsecuritysettings": {
2585
+ "directoryName": "extlClntAppOauthSecuritySettings",
2586
+ "id": "extlclntappoauthsecuritysettings",
2587
+ "inFolder": false,
2588
+ "name": "ExtlClntAppOauthSecuritySettings",
2589
+ "strictDirectoryName": false,
2590
+ "suffix": "ecaOauthSecurity"
2591
+ },
2583
2592
  "extlclntappsamlconfigurablepolicies": {
2584
2593
  "directoryName": "extlClntAppSamlConfigurablePolicies",
2585
2594
  "id": "extlclntappsamlconfigurablepolicies",
@@ -5221,6 +5230,14 @@
5221
5230
  "inFolder": false,
5222
5231
  "strictDirectoryName": false
5223
5232
  },
5233
+ "cnfgitemsourcedefinition": {
5234
+ "id": "cnfgitemsourcedefinition",
5235
+ "name": "CnfgItemSourceDefinition",
5236
+ "suffix": "cnfgItemSourceDefinition",
5237
+ "directoryName": "cnfgItemSourceDefinitions",
5238
+ "inFolder": false,
5239
+ "strictDirectoryName": false
5240
+ },
5224
5241
  "cnfgitemattrpicklistdef": {
5225
5242
  "id": "cnfgitemattrpicklistdef",
5226
5243
  "name": "CnfgItemAttrPicklistDef",
@@ -5269,14 +5286,6 @@
5269
5286
  "inFolder": false,
5270
5287
  "strictDirectoryName": false
5271
5288
  },
5272
- "cnfgmgmtcisourcedef": {
5273
- "id": "cnfgmgmtcisourcedef",
5274
- "name": "CnfgMgmtCiSourceDef",
5275
- "suffix": "cnfgMgmtCiSourceDef",
5276
- "directoryName": "cnfgMgmtCiSourceDefs",
5277
- "inFolder": false,
5278
- "strictDirectoryName": false
5279
- },
5280
5289
  "cnfgmgmtrelationtypedef": {
5281
5290
  "id": "cnfgmgmtrelationtypedef",
5282
5291
  "name": "CnfgMgmtRelationTypeDef",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.31.31",
3
+ "version": "12.32.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",
@@ -54,7 +54,7 @@
54
54
  "eslint-plugin-sf-plugin": "^1.20.33",
55
55
  "mocha": "^11.7.5",
56
56
  "mocha-junit-reporter": "^1.23.3",
57
- "mocha-snap": "^5.0.0",
57
+ "mocha-snap": "^5.0.1",
58
58
  "ts-node": "^10.9.2",
59
59
  "ts-patch": "^3.3.0",
60
60
  "typescript": "^5.9.2"