@salesforce/source-deploy-retrieve 6.5.0 → 6.6.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.
|
@@ -1367,6 +1367,14 @@
|
|
|
1367
1367
|
"inFolder": false,
|
|
1368
1368
|
"strictDirectoryName": false
|
|
1369
1369
|
},
|
|
1370
|
+
"externalclientapplication": {
|
|
1371
|
+
"id": "externalclientapplication",
|
|
1372
|
+
"name": "ExternalClientApplication",
|
|
1373
|
+
"suffix": "externalClientApp",
|
|
1374
|
+
"directoryName": "externalClientApps",
|
|
1375
|
+
"inFolder": false,
|
|
1376
|
+
"strictDirectoryName": false
|
|
1377
|
+
},
|
|
1370
1378
|
"appmenu": {
|
|
1371
1379
|
"id": "appmenu",
|
|
1372
1380
|
"name": "AppMenu",
|
|
@@ -3183,6 +3191,7 @@
|
|
|
3183
3191
|
"entitlementTemplate": "entitlementtemplate",
|
|
3184
3192
|
"notiftype": "customnotificationtype",
|
|
3185
3193
|
"connectedApp": "connectedapp",
|
|
3194
|
+
"externalClientApp": "externalclientapplication",
|
|
3186
3195
|
"appMenu": "appmenu",
|
|
3187
3196
|
"delegateGroup": "delegategroup",
|
|
3188
3197
|
"network": "network",
|
|
@@ -1370,6 +1370,14 @@ export declare const registry: Readonly<{
|
|
|
1370
1370
|
inFolder: boolean;
|
|
1371
1371
|
strictDirectoryName: boolean;
|
|
1372
1372
|
};
|
|
1373
|
+
externalclientapplication: {
|
|
1374
|
+
id: string;
|
|
1375
|
+
name: string;
|
|
1376
|
+
suffix: string;
|
|
1377
|
+
directoryName: string;
|
|
1378
|
+
inFolder: boolean;
|
|
1379
|
+
strictDirectoryName: boolean;
|
|
1380
|
+
};
|
|
1373
1381
|
appmenu: {
|
|
1374
1382
|
id: string;
|
|
1375
1383
|
name: string;
|
|
@@ -3186,6 +3194,7 @@ export declare const registry: Readonly<{
|
|
|
3186
3194
|
entitlementTemplate: string;
|
|
3187
3195
|
notiftype: string;
|
|
3188
3196
|
connectedApp: string;
|
|
3197
|
+
externalClientApp: string;
|
|
3189
3198
|
appMenu: string;
|
|
3190
3199
|
delegateGroup: string;
|
|
3191
3200
|
network: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.6.0",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"node": ">=14.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@salesforce/core": "^3.26.
|
|
28
|
+
"@salesforce/core": "^3.26.2",
|
|
29
29
|
"@salesforce/kit": "^1.6.0",
|
|
30
30
|
"@salesforce/ts-types": "^1.5.20",
|
|
31
31
|
"@xmldom/xmldom": "^0.8.2",
|