@salesforce/core 3.31.7 → 3.31.8
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.
- package/LICENSE.txt +11 -11
- package/README.md +222 -222
- package/lib/config/aliasesConfig.d.ts +12 -12
- package/lib/config/aliasesConfig.js +27 -27
- package/lib/config/authInfoConfig.d.ts +19 -19
- package/lib/config/authInfoConfig.js +34 -34
- package/lib/config/config.d.ts +311 -311
- package/lib/config/config.js +574 -574
- package/lib/config/configAggregator.d.ts +232 -232
- package/lib/config/configAggregator.js +379 -379
- package/lib/config/configFile.d.ts +199 -199
- package/lib/config/configFile.js +340 -340
- package/lib/config/configGroup.d.ts +141 -141
- package/lib/config/configGroup.js +224 -224
- package/lib/config/configStore.d.ts +241 -241
- package/lib/config/configStore.js +352 -352
- package/lib/config/envVars.d.ts +101 -101
- package/lib/config/envVars.js +456 -456
- package/lib/config/orgUsersConfig.d.ts +31 -31
- package/lib/config/orgUsersConfig.js +41 -41
- package/lib/config/sandboxOrgConfig.d.ts +37 -37
- package/lib/config/sandboxOrgConfig.js +50 -50
- package/lib/config/sandboxProcessCache.d.ts +16 -16
- package/lib/config/sandboxProcessCache.js +37 -37
- package/lib/config/tokensConfig.d.ts +10 -10
- package/lib/config/tokensConfig.js +28 -28
- package/lib/config/ttlConfig.d.ts +34 -34
- package/lib/config/ttlConfig.js +54 -54
- package/lib/crypto/crypto.d.ts +54 -54
- package/lib/crypto/crypto.js +220 -220
- package/lib/crypto/keyChain.d.ts +8 -8
- package/lib/crypto/keyChain.js +61 -61
- package/lib/crypto/keyChainImpl.d.ts +116 -116
- package/lib/crypto/keyChainImpl.js +486 -486
- package/lib/crypto/secureBuffer.d.ts +46 -46
- package/lib/crypto/secureBuffer.js +82 -82
- package/lib/deviceOauthService.d.ts +71 -71
- package/lib/deviceOauthService.js +191 -191
- package/lib/exported.d.ts +38 -38
- package/lib/exported.js +118 -118
- package/lib/global.d.ts +70 -70
- package/lib/global.js +109 -109
- package/lib/lifecycleEvents.d.ts +93 -93
- package/lib/lifecycleEvents.js +188 -188
- package/lib/logger.d.ts +381 -381
- package/lib/logger.js +734 -734
- package/lib/messages.d.ts +291 -291
- package/lib/messages.js +543 -543
- package/lib/org/authInfo.d.ts +344 -344
- package/lib/org/authInfo.js +892 -892
- package/lib/org/authRemover.d.ts +88 -88
- package/lib/org/authRemover.js +182 -182
- package/lib/org/connection.d.ts +197 -197
- package/lib/org/connection.js +395 -395
- package/lib/org/index.d.ts +6 -6
- package/lib/org/index.js +28 -28
- package/lib/org/org.d.ts +558 -558
- package/lib/org/org.js +1267 -1267
- package/lib/org/orgConfigProperties.d.ts +69 -69
- package/lib/org/orgConfigProperties.js +136 -136
- package/lib/org/permissionSetAssignment.d.ts +35 -35
- package/lib/org/permissionSetAssignment.js +125 -125
- package/lib/org/scratchOrgCache.d.ts +20 -20
- package/lib/org/scratchOrgCache.js +32 -32
- package/lib/org/scratchOrgCreate.d.ts +54 -54
- package/lib/org/scratchOrgCreate.js +216 -216
- package/lib/org/scratchOrgErrorCodes.d.ts +10 -10
- package/lib/org/scratchOrgErrorCodes.js +88 -88
- package/lib/org/scratchOrgFeatureDeprecation.d.ts +26 -26
- package/lib/org/scratchOrgFeatureDeprecation.js +109 -109
- package/lib/org/scratchOrgInfoApi.d.ts +68 -68
- package/lib/org/scratchOrgInfoApi.js +413 -413
- package/lib/org/scratchOrgInfoGenerator.d.ts +64 -64
- package/lib/org/scratchOrgInfoGenerator.js +241 -241
- package/lib/org/scratchOrgLifecycleEvents.d.ts +10 -10
- package/lib/org/scratchOrgLifecycleEvents.js +40 -40
- package/lib/org/scratchOrgSettingsGenerator.d.ts +78 -78
- package/lib/org/scratchOrgSettingsGenerator.js +276 -276
- package/lib/org/scratchOrgTypes.d.ts +43 -43
- package/lib/org/scratchOrgTypes.js +8 -8
- package/lib/org/user.d.ts +187 -187
- package/lib/org/user.js +448 -448
- package/lib/schema/printer.d.ts +79 -79
- package/lib/schema/printer.js +260 -260
- package/lib/schema/validator.d.ts +70 -70
- package/lib/schema/validator.js +169 -169
- package/lib/sfError.d.ts +73 -73
- package/lib/sfError.js +136 -136
- package/lib/sfProject.d.ts +357 -357
- package/lib/sfProject.js +671 -671
- package/lib/stateAggregator/accessors/aliasAccessor.d.ts +98 -98
- package/lib/stateAggregator/accessors/aliasAccessor.js +145 -145
- package/lib/stateAggregator/accessors/orgAccessor.d.ts +101 -101
- package/lib/stateAggregator/accessors/orgAccessor.js +240 -240
- package/lib/stateAggregator/accessors/sandboxAccessor.d.ts +8 -8
- package/lib/stateAggregator/accessors/sandboxAccessor.js +27 -27
- package/lib/stateAggregator/accessors/tokenAccessor.d.ts +63 -63
- package/lib/stateAggregator/accessors/tokenAccessor.js +79 -79
- package/lib/stateAggregator/index.d.ts +4 -4
- package/lib/stateAggregator/index.js +26 -26
- package/lib/stateAggregator/stateAggregator.d.ts +25 -25
- package/lib/stateAggregator/stateAggregator.js +45 -45
- package/lib/status/myDomainResolver.d.ts +66 -66
- package/lib/status/myDomainResolver.js +124 -124
- package/lib/status/pollingClient.d.ts +85 -85
- package/lib/status/pollingClient.js +115 -115
- package/lib/status/streamingClient.d.ts +244 -244
- package/lib/status/streamingClient.js +436 -436
- package/lib/status/types.d.ts +89 -89
- package/lib/status/types.js +17 -17
- package/lib/testSetup.d.ts +553 -553
- package/lib/testSetup.js +871 -871
- package/lib/util/cache.d.ts +11 -11
- package/lib/util/cache.js +69 -69
- package/lib/util/checkLightningDomain.d.ts +1 -1
- package/lib/util/checkLightningDomain.js +28 -28
- package/lib/util/directoryWriter.d.ts +12 -12
- package/lib/util/directoryWriter.js +53 -53
- package/lib/util/getJwtAudienceUrl.d.ts +4 -4
- package/lib/util/getJwtAudienceUrl.js +18 -18
- package/lib/util/internal.d.ts +58 -58
- package/lib/util/internal.js +118 -118
- package/lib/util/jsonXmlTools.d.ts +14 -14
- package/lib/util/jsonXmlTools.js +38 -38
- package/lib/util/mapKeys.d.ts +14 -14
- package/lib/util/mapKeys.js +51 -51
- package/lib/util/sfdc.d.ts +52 -52
- package/lib/util/sfdc.js +85 -85
- package/lib/util/sfdcUrl.d.ts +72 -72
- package/lib/util/sfdcUrl.js +215 -215
- package/lib/util/structuredWriter.d.ts +9 -9
- package/lib/util/structuredWriter.js +2 -2
- package/lib/util/zipWriter.d.ts +16 -16
- package/lib/util/zipWriter.js +67 -67
- package/lib/webOAuthServer.d.ts +156 -156
- package/lib/webOAuthServer.js +388 -388
- package/messages/auth.md +37 -37
- package/messages/config.md +156 -156
- package/messages/connection.md +30 -30
- package/messages/core.json +20 -20
- package/messages/core.md +67 -67
- package/messages/encryption.md +85 -85
- package/messages/envVars.md +303 -303
- package/messages/org.md +63 -63
- package/messages/permissionSetAssignment.md +31 -31
- package/messages/scratchOrgCreate.md +23 -23
- package/messages/scratchOrgErrorCodes.md +115 -115
- package/messages/scratchOrgFeatureDeprecation.md +11 -11
- package/messages/scratchOrgInfoApi.md +15 -15
- package/messages/scratchOrgInfoGenerator.md +23 -23
- package/messages/streaming.md +23 -23
- package/messages/user.md +35 -35
- package/package.json +97 -97
package/lib/util/sfdc.js
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2020, salesforce.com, inc.
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Licensed under the BSD 3-Clause license.
|
|
6
|
-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
7
|
-
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.sfdc = void 0;
|
|
10
|
-
const kit_1 = require("@salesforce/kit");
|
|
11
|
-
const ts_types_1 = require("@salesforce/ts-types");
|
|
12
|
-
const sfdcUrl_1 = require("./sfdcUrl");
|
|
13
|
-
exports.sfdc = {
|
|
14
|
-
/**
|
|
15
|
-
* Converts an 18 character Salesforce ID to 15 characters.
|
|
16
|
-
*
|
|
17
|
-
* @param id The id to convert.
|
|
18
|
-
*/
|
|
19
|
-
trimTo15: (id) => {
|
|
20
|
-
if (id?.length && id.length > 15) {
|
|
21
|
-
id = id.substring(0, 15);
|
|
22
|
-
}
|
|
23
|
-
return id;
|
|
24
|
-
},
|
|
25
|
-
/**
|
|
26
|
-
* Tests whether an API version matches the format `i.0`.
|
|
27
|
-
*
|
|
28
|
-
* @param value The API version as a string.
|
|
29
|
-
*/
|
|
30
|
-
validateApiVersion: (value) => value == null || /^[1-9]\d\.0$/.test(value),
|
|
31
|
-
/**
|
|
32
|
-
* Tests whether an email matches the format `me@my.org`
|
|
33
|
-
*
|
|
34
|
-
* @param value The email as a string.
|
|
35
|
-
*/
|
|
36
|
-
validateEmail: (value) => /^[^.][^@]*@[^.]+(\.[^.\s]+)+$/.test(value),
|
|
37
|
-
/**
|
|
38
|
-
* Tests whether a Salesforce ID is in the correct format, a 15- or 18-character length string with only letters and numbers
|
|
39
|
-
*
|
|
40
|
-
* @param value The ID as a string.
|
|
41
|
-
*/
|
|
42
|
-
validateSalesforceId: (value) => /[a-zA-Z0-9]{18}|[a-zA-Z0-9]{15}/.test(value) && (value.length === 15 || value.length === 18),
|
|
43
|
-
/**
|
|
44
|
-
* Tests whether a path is in the correct format; the value doesn't include the characters "[", "]", "?", "<", ">", "?", "|"
|
|
45
|
-
*
|
|
46
|
-
* @param value The path as a string.
|
|
47
|
-
*/
|
|
48
|
-
validatePathDoesNotContainInvalidChars: (value) =>
|
|
49
|
-
// eslint-disable-next-line no-useless-escape
|
|
50
|
-
!/[\["\?<>\|\]]+/.test(value),
|
|
51
|
-
/**
|
|
52
|
-
* Returns the first key within the object that has an upper case first letter.
|
|
53
|
-
*
|
|
54
|
-
* @param data The object in which to check key casing.
|
|
55
|
-
* @param sectionBlocklist properties in the object to exclude from the search. e.g. a blocklist of `["a"]` and data of `{ "a": { "B" : "b"}}` would ignore `B` because it is in the object value under `a`.
|
|
56
|
-
*/
|
|
57
|
-
findUpperCaseKeys: (data, sectionBlocklist = []) => {
|
|
58
|
-
let key;
|
|
59
|
-
(0, kit_1.findKey)(data, (val, k) => {
|
|
60
|
-
if (k.substr(0, 1) === k.substr(0, 1).toUpperCase()) {
|
|
61
|
-
key = k;
|
|
62
|
-
}
|
|
63
|
-
else if ((0, ts_types_1.isJsonMap)(val)) {
|
|
64
|
-
if (sectionBlocklist.includes(k)) {
|
|
65
|
-
return key;
|
|
66
|
-
}
|
|
67
|
-
key = exports.sfdc.findUpperCaseKeys((0, ts_types_1.asJsonMap)(val));
|
|
68
|
-
}
|
|
69
|
-
return key;
|
|
70
|
-
});
|
|
71
|
-
return key;
|
|
72
|
-
},
|
|
73
|
-
/**
|
|
74
|
-
* Tests whether a given string is an access token
|
|
75
|
-
*
|
|
76
|
-
* @param value
|
|
77
|
-
*/
|
|
78
|
-
matchesAccessToken: (value) => /^(00D\w{12,15})![.\w]*$/.test(value),
|
|
79
|
-
/**
|
|
80
|
-
* Tests whether a given url is an internal Salesforce domain
|
|
81
|
-
*
|
|
82
|
-
* @param url
|
|
83
|
-
*/
|
|
84
|
-
isInternalUrl: (url) => new sfdcUrl_1.SfdcUrl(url).isInternalUrl(),
|
|
85
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2020, salesforce.com, inc.
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
* Licensed under the BSD 3-Clause license.
|
|
6
|
+
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.sfdc = void 0;
|
|
10
|
+
const kit_1 = require("@salesforce/kit");
|
|
11
|
+
const ts_types_1 = require("@salesforce/ts-types");
|
|
12
|
+
const sfdcUrl_1 = require("./sfdcUrl");
|
|
13
|
+
exports.sfdc = {
|
|
14
|
+
/**
|
|
15
|
+
* Converts an 18 character Salesforce ID to 15 characters.
|
|
16
|
+
*
|
|
17
|
+
* @param id The id to convert.
|
|
18
|
+
*/
|
|
19
|
+
trimTo15: (id) => {
|
|
20
|
+
if (id?.length && id.length > 15) {
|
|
21
|
+
id = id.substring(0, 15);
|
|
22
|
+
}
|
|
23
|
+
return id;
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* Tests whether an API version matches the format `i.0`.
|
|
27
|
+
*
|
|
28
|
+
* @param value The API version as a string.
|
|
29
|
+
*/
|
|
30
|
+
validateApiVersion: (value) => value == null || /^[1-9]\d\.0$/.test(value),
|
|
31
|
+
/**
|
|
32
|
+
* Tests whether an email matches the format `me@my.org`
|
|
33
|
+
*
|
|
34
|
+
* @param value The email as a string.
|
|
35
|
+
*/
|
|
36
|
+
validateEmail: (value) => /^[^.][^@]*@[^.]+(\.[^.\s]+)+$/.test(value),
|
|
37
|
+
/**
|
|
38
|
+
* Tests whether a Salesforce ID is in the correct format, a 15- or 18-character length string with only letters and numbers
|
|
39
|
+
*
|
|
40
|
+
* @param value The ID as a string.
|
|
41
|
+
*/
|
|
42
|
+
validateSalesforceId: (value) => /[a-zA-Z0-9]{18}|[a-zA-Z0-9]{15}/.test(value) && (value.length === 15 || value.length === 18),
|
|
43
|
+
/**
|
|
44
|
+
* Tests whether a path is in the correct format; the value doesn't include the characters "[", "]", "?", "<", ">", "?", "|"
|
|
45
|
+
*
|
|
46
|
+
* @param value The path as a string.
|
|
47
|
+
*/
|
|
48
|
+
validatePathDoesNotContainInvalidChars: (value) =>
|
|
49
|
+
// eslint-disable-next-line no-useless-escape
|
|
50
|
+
!/[\["\?<>\|\]]+/.test(value),
|
|
51
|
+
/**
|
|
52
|
+
* Returns the first key within the object that has an upper case first letter.
|
|
53
|
+
*
|
|
54
|
+
* @param data The object in which to check key casing.
|
|
55
|
+
* @param sectionBlocklist properties in the object to exclude from the search. e.g. a blocklist of `["a"]` and data of `{ "a": { "B" : "b"}}` would ignore `B` because it is in the object value under `a`.
|
|
56
|
+
*/
|
|
57
|
+
findUpperCaseKeys: (data, sectionBlocklist = []) => {
|
|
58
|
+
let key;
|
|
59
|
+
(0, kit_1.findKey)(data, (val, k) => {
|
|
60
|
+
if (k.substr(0, 1) === k.substr(0, 1).toUpperCase()) {
|
|
61
|
+
key = k;
|
|
62
|
+
}
|
|
63
|
+
else if ((0, ts_types_1.isJsonMap)(val)) {
|
|
64
|
+
if (sectionBlocklist.includes(k)) {
|
|
65
|
+
return key;
|
|
66
|
+
}
|
|
67
|
+
key = exports.sfdc.findUpperCaseKeys((0, ts_types_1.asJsonMap)(val));
|
|
68
|
+
}
|
|
69
|
+
return key;
|
|
70
|
+
});
|
|
71
|
+
return key;
|
|
72
|
+
},
|
|
73
|
+
/**
|
|
74
|
+
* Tests whether a given string is an access token
|
|
75
|
+
*
|
|
76
|
+
* @param value
|
|
77
|
+
*/
|
|
78
|
+
matchesAccessToken: (value) => /^(00D\w{12,15})![.\w]*$/.test(value),
|
|
79
|
+
/**
|
|
80
|
+
* Tests whether a given url is an internal Salesforce domain
|
|
81
|
+
*
|
|
82
|
+
* @param url
|
|
83
|
+
*/
|
|
84
|
+
isInternalUrl: (url) => new sfdcUrl_1.SfdcUrl(url).isInternalUrl(),
|
|
85
|
+
};
|
|
86
86
|
//# sourceMappingURL=sfdc.js.map
|
package/lib/util/sfdcUrl.d.ts
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { URL } from 'url';
|
|
3
|
-
export declare function getLoginAudienceCombos(audienceUrl: string, loginUrl: string): Array<[string, string]>;
|
|
4
|
-
export declare class SfdcUrl extends URL {
|
|
5
|
-
/**
|
|
6
|
-
* Salesforce URLs
|
|
7
|
-
*/
|
|
8
|
-
static readonly SANDBOX = "https://test.salesforce.com";
|
|
9
|
-
static readonly PRODUCTION = "https://login.salesforce.com";
|
|
10
|
-
private static readonly cache;
|
|
11
|
-
private logger;
|
|
12
|
-
constructor(input: string | URL, base?: string | URL);
|
|
13
|
-
static isValidUrl(input: string | URL): boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Returns the appropriate jwt audience url for this url
|
|
16
|
-
* Use SFDX_AUDIENCE_URL env var to override the audience url
|
|
17
|
-
*
|
|
18
|
-
* @param createdOrgInstance The Salesforce instance the org was created on. e.g. `cs42`
|
|
19
|
-
* @return {Promise<string>} The audience url
|
|
20
|
-
*/
|
|
21
|
-
getJwtAudienceUrl(createdOrgInstance?: string): Promise<string>;
|
|
22
|
-
/**
|
|
23
|
-
* Tests whether this url contains a Salesforce owned domain
|
|
24
|
-
*
|
|
25
|
-
* @return {boolean} true if this is a salesforce domain
|
|
26
|
-
*/
|
|
27
|
-
isSalesforceDomain(): boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Tests whether this url is an internal Salesforce domain
|
|
30
|
-
*
|
|
31
|
-
* @returns {boolean} true if this is an internal domain
|
|
32
|
-
*/
|
|
33
|
-
isInternalUrl(): boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Tests whether this url runs on a local machine
|
|
36
|
-
*
|
|
37
|
-
* @returns {boolean} true if this is a local machine
|
|
38
|
-
*/
|
|
39
|
-
isLocalUrl(): boolean;
|
|
40
|
-
toLightningDomain(): string;
|
|
41
|
-
/**
|
|
42
|
-
* Tests whether this url has the lightning domain extension
|
|
43
|
-
* This method that performs the dns lookup of the host. If the lookup fails the internal polling (1 second), client will try again until timeout
|
|
44
|
-
* If SFDX_DOMAIN_RETRY environment variable is set (number) it overrides the default timeout duration (240 seconds)
|
|
45
|
-
*
|
|
46
|
-
* @returns {Promise<true | never>} The resolved ip address or never
|
|
47
|
-
* @throws {@link SfError} If can't resolve DNS.
|
|
48
|
-
*/
|
|
49
|
-
checkLightningDomain(): Promise<true | never>;
|
|
50
|
-
/**
|
|
51
|
-
* Method that performs the dns lookup of the host. If the lookup fails the internal polling (1 second), client will try again until timeout
|
|
52
|
-
* If SFDX_DOMAIN_RETRY environment variable is set (number) it overrides the default timeout duration (240 seconds)
|
|
53
|
-
*
|
|
54
|
-
* @returns the resolved ip address.
|
|
55
|
-
* @throws {@link SfError} If can't resolve DNS.
|
|
56
|
-
*/
|
|
57
|
-
lookup(): Promise<string>;
|
|
58
|
-
/**
|
|
59
|
-
* Tests whether this url is a sandbox url
|
|
60
|
-
*
|
|
61
|
-
* @Deprecated - identification of a sandbox instance by URL alone is not deterministic
|
|
62
|
-
* @param createdOrgInstance The Salesforce instance the org was created on. e.g. `cs42`
|
|
63
|
-
* @returns {boolean}
|
|
64
|
-
*/
|
|
65
|
-
isSandboxUrl(createdOrgInstance?: string): boolean;
|
|
66
|
-
/**
|
|
67
|
-
* Test whether this url represents a lightning domain
|
|
68
|
-
*
|
|
69
|
-
* @returns {boolean} true if this domain is a lightning domain
|
|
70
|
-
*/
|
|
71
|
-
isLightningDomain(): boolean;
|
|
72
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { URL } from 'url';
|
|
3
|
+
export declare function getLoginAudienceCombos(audienceUrl: string, loginUrl: string): Array<[string, string]>;
|
|
4
|
+
export declare class SfdcUrl extends URL {
|
|
5
|
+
/**
|
|
6
|
+
* Salesforce URLs
|
|
7
|
+
*/
|
|
8
|
+
static readonly SANDBOX = "https://test.salesforce.com";
|
|
9
|
+
static readonly PRODUCTION = "https://login.salesforce.com";
|
|
10
|
+
private static readonly cache;
|
|
11
|
+
private logger;
|
|
12
|
+
constructor(input: string | URL, base?: string | URL);
|
|
13
|
+
static isValidUrl(input: string | URL): boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Returns the appropriate jwt audience url for this url
|
|
16
|
+
* Use SFDX_AUDIENCE_URL env var to override the audience url
|
|
17
|
+
*
|
|
18
|
+
* @param createdOrgInstance The Salesforce instance the org was created on. e.g. `cs42`
|
|
19
|
+
* @return {Promise<string>} The audience url
|
|
20
|
+
*/
|
|
21
|
+
getJwtAudienceUrl(createdOrgInstance?: string): Promise<string>;
|
|
22
|
+
/**
|
|
23
|
+
* Tests whether this url contains a Salesforce owned domain
|
|
24
|
+
*
|
|
25
|
+
* @return {boolean} true if this is a salesforce domain
|
|
26
|
+
*/
|
|
27
|
+
isSalesforceDomain(): boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Tests whether this url is an internal Salesforce domain
|
|
30
|
+
*
|
|
31
|
+
* @returns {boolean} true if this is an internal domain
|
|
32
|
+
*/
|
|
33
|
+
isInternalUrl(): boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Tests whether this url runs on a local machine
|
|
36
|
+
*
|
|
37
|
+
* @returns {boolean} true if this is a local machine
|
|
38
|
+
*/
|
|
39
|
+
isLocalUrl(): boolean;
|
|
40
|
+
toLightningDomain(): string;
|
|
41
|
+
/**
|
|
42
|
+
* Tests whether this url has the lightning domain extension
|
|
43
|
+
* This method that performs the dns lookup of the host. If the lookup fails the internal polling (1 second), client will try again until timeout
|
|
44
|
+
* If SFDX_DOMAIN_RETRY environment variable is set (number) it overrides the default timeout duration (240 seconds)
|
|
45
|
+
*
|
|
46
|
+
* @returns {Promise<true | never>} The resolved ip address or never
|
|
47
|
+
* @throws {@link SfError} If can't resolve DNS.
|
|
48
|
+
*/
|
|
49
|
+
checkLightningDomain(): Promise<true | never>;
|
|
50
|
+
/**
|
|
51
|
+
* Method that performs the dns lookup of the host. If the lookup fails the internal polling (1 second), client will try again until timeout
|
|
52
|
+
* If SFDX_DOMAIN_RETRY environment variable is set (number) it overrides the default timeout duration (240 seconds)
|
|
53
|
+
*
|
|
54
|
+
* @returns the resolved ip address.
|
|
55
|
+
* @throws {@link SfError} If can't resolve DNS.
|
|
56
|
+
*/
|
|
57
|
+
lookup(): Promise<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Tests whether this url is a sandbox url
|
|
60
|
+
*
|
|
61
|
+
* @Deprecated - identification of a sandbox instance by URL alone is not deterministic
|
|
62
|
+
* @param createdOrgInstance The Salesforce instance the org was created on. e.g. `cs42`
|
|
63
|
+
* @returns {boolean}
|
|
64
|
+
*/
|
|
65
|
+
isSandboxUrl(createdOrgInstance?: string): boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Test whether this url represents a lightning domain
|
|
68
|
+
*
|
|
69
|
+
* @returns {boolean} true if this domain is a lightning domain
|
|
70
|
+
*/
|
|
71
|
+
isLightningDomain(): boolean;
|
|
72
|
+
}
|