@salesforce/source-deploy-retrieve 7.5.7 → 7.5.9

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.
@@ -1391,6 +1391,14 @@
1391
1391
  "inFolder": false,
1392
1392
  "strictDirectoryName": false
1393
1393
  },
1394
+ "extlclntappmobileconfigurablepolicies": {
1395
+ "id": "extlclntappmobileconfigurablepolicies",
1396
+ "name": "ExtlClntAppMobileConfigurablePolicies",
1397
+ "suffix": "ecaMobPlcy",
1398
+ "directoryName": "mobilePolicies",
1399
+ "inFolder": false,
1400
+ "strictDirectoryName": false
1401
+ },
1394
1402
  "extlclntappoauthsettings": {
1395
1403
  "id": "extlclntappoauthsettings",
1396
1404
  "name": "ExtlClntAppOauthSettings",
@@ -3404,6 +3412,7 @@
3404
3412
  "connectedApp": "connectedapp",
3405
3413
  "eca": "externalclientapplication",
3406
3414
  "ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
3415
+ "ecaMobPlcy": "extlclntappmobileconfigurablepolicies",
3407
3416
  "ecaMob": "extlclntappmobilesettings",
3408
3417
  "ecaOauth": "extlclntappoauthsettings",
3409
3418
  "appMenu": "appmenu",
@@ -1394,6 +1394,14 @@ export declare const registry: Readonly<{
1394
1394
  inFolder: boolean;
1395
1395
  strictDirectoryName: boolean;
1396
1396
  };
1397
+ extlclntappmobileconfigurablepolicies: {
1398
+ id: string;
1399
+ name: string;
1400
+ suffix: string;
1401
+ directoryName: string;
1402
+ inFolder: boolean;
1403
+ strictDirectoryName: boolean;
1404
+ };
1397
1405
  extlclntappoauthsettings: {
1398
1406
  id: string;
1399
1407
  name: string;
@@ -3407,6 +3415,7 @@ export declare const registry: Readonly<{
3407
3415
  connectedApp: string;
3408
3416
  eca: string;
3409
3417
  ecaOauthPlcy: string;
3418
+ ecaMobPlcy: string;
3410
3419
  ecaMob: string;
3411
3420
  ecaOauth: string;
3412
3421
  appMenu: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "7.5.7",
3
+ "version": "7.5.9",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@salesforce/core": "^3.31.17",
29
- "@salesforce/kit": "^1.7.2",
29
+ "@salesforce/kit": "^1.8.0",
30
30
  "@salesforce/ts-types": "^1.7.1",
31
31
  "archiver": "^5.3.1",
32
32
  "fast-xml-parser": "^3.21.1",