@salesforce/source-deploy-retrieve 7.3.0 → 7.4.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.
@@ -1246,8 +1246,8 @@
1246
1246
  "marketingappextension": {
1247
1247
  "id": "marketingappextension",
1248
1248
  "name": "MarketingAppExtension",
1249
- "suffix": "marketingAppExtension",
1250
- "directoryName": "marketingAppExtensions",
1249
+ "suffix": "marketingappextension",
1250
+ "directoryName": "marketingappextensions",
1251
1251
  "inFolder": false
1252
1252
  },
1253
1253
  "sharingrules": {
@@ -1383,6 +1383,30 @@
1383
1383
  "inFolder": false,
1384
1384
  "strictDirectoryName": false
1385
1385
  },
1386
+ "extlclntappoauthplcycnfg": {
1387
+ "id": "extlclntappoauthplcycnfg",
1388
+ "name": "ExtlClntAppOauthPlcyCnfg",
1389
+ "suffix": "oauthPolicy",
1390
+ "directoryName": "oauthPolicies",
1391
+ "inFolder": false,
1392
+ "strictDirectoryName": false
1393
+ },
1394
+ "extlclntappoauthsettings": {
1395
+ "id": "extlclntappoauthsettings",
1396
+ "name": "ExtlClntAppOauthSettings",
1397
+ "suffix": "oauth",
1398
+ "directoryName": "extlClntAppOauthSettings",
1399
+ "inFolder": false,
1400
+ "strictDirectoryName": false
1401
+ },
1402
+ "extlclntappmobileset": {
1403
+ "id": "extlclntappmobileset",
1404
+ "name": "ExtlClntAppMobileSet",
1405
+ "suffix": "extlClntAppMobileSet",
1406
+ "directoryName": "extlClntAppMobileSets",
1407
+ "inFolder": false,
1408
+ "strictDirectoryName": false
1409
+ },
1386
1410
  "appmenu": {
1387
1411
  "id": "appmenu",
1388
1412
  "name": "AppMenu",
@@ -3339,7 +3363,7 @@
3339
3363
  "channelLayout": "channellayout",
3340
3364
  "asset": "contentasset",
3341
3365
  "marketingResourceType": "marketingresourcetype",
3342
- "marketingAppExtension": "marketingappextension",
3366
+ "marketingappextension": "marketingappextension",
3343
3367
  "sharingRules": "sharingrules",
3344
3368
  "sharingSet": "sharingset",
3345
3369
  "community": "community",
@@ -3351,6 +3375,9 @@
3351
3375
  "notiftype": "customnotificationtype",
3352
3376
  "connectedApp": "connectedapp",
3353
3377
  "externalClientApp": "externalclientapplication",
3378
+ "oauthPolicy": "extlclntappoauthplcycnfg",
3379
+ "extlClntAppMobileSet": "extlclntappmobileset",
3380
+ "oauth": "extlclntappoauthsettings",
3354
3381
  "appMenu": "appmenu",
3355
3382
  "delegateGroup": "delegategroup",
3356
3383
  "network": "network",
@@ -1386,6 +1386,30 @@ export declare const registry: Readonly<{
1386
1386
  inFolder: boolean;
1387
1387
  strictDirectoryName: boolean;
1388
1388
  };
1389
+ extlclntappoauthplcycnfg: {
1390
+ id: string;
1391
+ name: string;
1392
+ suffix: string;
1393
+ directoryName: string;
1394
+ inFolder: boolean;
1395
+ strictDirectoryName: boolean;
1396
+ };
1397
+ extlclntappoauthsettings: {
1398
+ id: string;
1399
+ name: string;
1400
+ suffix: string;
1401
+ directoryName: string;
1402
+ inFolder: boolean;
1403
+ strictDirectoryName: boolean;
1404
+ };
1405
+ extlclntappmobileset: {
1406
+ id: string;
1407
+ name: string;
1408
+ suffix: string;
1409
+ directoryName: string;
1410
+ inFolder: boolean;
1411
+ strictDirectoryName: boolean;
1412
+ };
1389
1413
  appmenu: {
1390
1414
  id: string;
1391
1415
  name: string;
@@ -3342,7 +3366,7 @@ export declare const registry: Readonly<{
3342
3366
  channelLayout: string;
3343
3367
  asset: string;
3344
3368
  marketingResourceType: string;
3345
- marketingAppExtension: string;
3369
+ marketingappextension: string;
3346
3370
  sharingRules: string;
3347
3371
  sharingSet: string;
3348
3372
  community: string;
@@ -3354,6 +3378,9 @@ export declare const registry: Readonly<{
3354
3378
  notiftype: string;
3355
3379
  connectedApp: string;
3356
3380
  externalClientApp: string;
3381
+ oauthPolicy: string;
3382
+ extlClntAppMobileSet: string;
3383
+ oauth: string;
3357
3384
  appMenu: string;
3358
3385
  delegateGroup: string;
3359
3386
  network: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",