@salesforce/source-deploy-retrieve 7.3.1 → 7.4.1
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.
|
@@ -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",
|
|
@@ -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;
|
|
@@ -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
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@salesforce/core": "^3.31.9",
|
|
29
29
|
"@salesforce/kit": "^1.7.0",
|
|
30
|
-
"@salesforce/ts-types": "^1.
|
|
30
|
+
"@salesforce/ts-types": "^1.7.0",
|
|
31
31
|
"archiver": "^5.3.1",
|
|
32
32
|
"fast-xml-parser": "^3.21.1",
|
|
33
33
|
"got": "^11.8.5",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@types/proxy-from-env": "^1.0.1",
|
|
51
51
|
"@types/shelljs": "^0.8.11",
|
|
52
52
|
"@types/unzipper": "^0.10.5",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
54
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.41.0",
|
|
55
55
|
"chai": "^4.3.6",
|
|
56
56
|
"commitizen": "^3.1.2",
|
|
57
57
|
"deep-equal-in-any-order": "^1.1.19",
|