@salesforce/core 3.31.4 → 3.31.7
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/cache.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare class Cache extends Map {
|
|
2
|
-
#private;
|
|
3
|
-
private constructor();
|
|
4
|
-
static get hits(): number;
|
|
5
|
-
static get lookups(): number;
|
|
6
|
-
static instance(): Cache;
|
|
7
|
-
static set<V>(key: string, value: V): void;
|
|
8
|
-
static get<V>(key: string): V | undefined;
|
|
9
|
-
static disable(): void;
|
|
10
|
-
static enable(): void;
|
|
11
|
-
}
|
|
1
|
+
export declare class Cache extends Map {
|
|
2
|
+
#private;
|
|
3
|
+
private constructor();
|
|
4
|
+
static get hits(): number;
|
|
5
|
+
static get lookups(): number;
|
|
6
|
+
static instance(): Cache;
|
|
7
|
+
static set<V>(key: string, value: V): void;
|
|
8
|
+
static get<V>(key: string): V | undefined;
|
|
9
|
+
static disable(): void;
|
|
10
|
+
static enable(): void;
|
|
11
|
+
}
|
package/lib/util/cache.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
-
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
-
};
|
|
13
|
-
var _a, _Cache_instance, _Cache_enabled, _Cache_hits, _Cache_lookups;
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.Cache = void 0;
|
|
16
|
-
/*
|
|
17
|
-
* Copyright (c) 2020, salesforce.com, inc.
|
|
18
|
-
* All rights reserved.
|
|
19
|
-
* Licensed under the BSD 3-Clause license.
|
|
20
|
-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
21
|
-
*/
|
|
22
|
-
class Cache extends Map {
|
|
23
|
-
/* eslint-enable @typescript-eslint/explicit-member-accessibility */
|
|
24
|
-
constructor() {
|
|
25
|
-
super();
|
|
26
|
-
_Cache_hits.set(this, void 0);
|
|
27
|
-
_Cache_lookups.set(this, void 0);
|
|
28
|
-
__classPrivateFieldSet(this, _Cache_hits, 0, "f");
|
|
29
|
-
__classPrivateFieldSet(this, _Cache_lookups, 0, "f");
|
|
30
|
-
}
|
|
31
|
-
static get hits() {
|
|
32
|
-
return __classPrivateFieldGet(Cache.instance(), _Cache_hits, "f");
|
|
33
|
-
}
|
|
34
|
-
static get lookups() {
|
|
35
|
-
return __classPrivateFieldGet(Cache.instance(), _Cache_lookups, "f");
|
|
36
|
-
}
|
|
37
|
-
static instance() {
|
|
38
|
-
if (!__classPrivateFieldGet(Cache, _a, "f", _Cache_instance)) {
|
|
39
|
-
__classPrivateFieldSet(Cache, _a, true, "f", _Cache_enabled);
|
|
40
|
-
__classPrivateFieldSet(Cache, _a, new Cache(), "f", _Cache_instance);
|
|
41
|
-
}
|
|
42
|
-
return __classPrivateFieldGet(Cache, _a, "f", _Cache_instance);
|
|
43
|
-
}
|
|
44
|
-
static set(key, value) {
|
|
45
|
-
if (__classPrivateFieldGet(Cache, _a, "f", _Cache_enabled)) {
|
|
46
|
-
Cache.instance().set(key, value);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
static get(key) {
|
|
50
|
-
var _b, _c, _d;
|
|
51
|
-
if (!__classPrivateFieldGet(Cache, _a, "f", _Cache_enabled)) {
|
|
52
|
-
return undefined;
|
|
53
|
-
}
|
|
54
|
-
__classPrivateFieldSet(_b = Cache.instance(), _Cache_lookups, (_c = __classPrivateFieldGet(_b, _Cache_lookups, "f"), _c++, _c), "f");
|
|
55
|
-
__classPrivateFieldSet(_d = Cache.instance(), _Cache_hits, __classPrivateFieldGet(_d, _Cache_hits, "f") + (Cache.instance().has(key) ? 1 : 0), "f");
|
|
56
|
-
return __classPrivateFieldGet(Cache, _a, "f", _Cache_instance).get(key);
|
|
57
|
-
}
|
|
58
|
-
static disable() {
|
|
59
|
-
__classPrivateFieldSet(Cache, _a, false, "f", _Cache_enabled);
|
|
60
|
-
}
|
|
61
|
-
static enable() {
|
|
62
|
-
__classPrivateFieldSet(Cache, _a, true, "f", _Cache_enabled);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
exports.Cache = Cache;
|
|
66
|
-
_a = Cache, _Cache_hits = new WeakMap(), _Cache_lookups = new WeakMap();
|
|
67
|
-
/* eslint-disable @typescript-eslint/explicit-member-accessibility */
|
|
68
|
-
_Cache_instance = { value: void 0 };
|
|
69
|
-
_Cache_enabled = { value: true };
|
|
1
|
+
"use strict";
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
+
};
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
+
};
|
|
13
|
+
var _a, _Cache_instance, _Cache_enabled, _Cache_hits, _Cache_lookups;
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.Cache = void 0;
|
|
16
|
+
/*
|
|
17
|
+
* Copyright (c) 2020, salesforce.com, inc.
|
|
18
|
+
* All rights reserved.
|
|
19
|
+
* Licensed under the BSD 3-Clause license.
|
|
20
|
+
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
21
|
+
*/
|
|
22
|
+
class Cache extends Map {
|
|
23
|
+
/* eslint-enable @typescript-eslint/explicit-member-accessibility */
|
|
24
|
+
constructor() {
|
|
25
|
+
super();
|
|
26
|
+
_Cache_hits.set(this, void 0);
|
|
27
|
+
_Cache_lookups.set(this, void 0);
|
|
28
|
+
__classPrivateFieldSet(this, _Cache_hits, 0, "f");
|
|
29
|
+
__classPrivateFieldSet(this, _Cache_lookups, 0, "f");
|
|
30
|
+
}
|
|
31
|
+
static get hits() {
|
|
32
|
+
return __classPrivateFieldGet(Cache.instance(), _Cache_hits, "f");
|
|
33
|
+
}
|
|
34
|
+
static get lookups() {
|
|
35
|
+
return __classPrivateFieldGet(Cache.instance(), _Cache_lookups, "f");
|
|
36
|
+
}
|
|
37
|
+
static instance() {
|
|
38
|
+
if (!__classPrivateFieldGet(Cache, _a, "f", _Cache_instance)) {
|
|
39
|
+
__classPrivateFieldSet(Cache, _a, true, "f", _Cache_enabled);
|
|
40
|
+
__classPrivateFieldSet(Cache, _a, new Cache(), "f", _Cache_instance);
|
|
41
|
+
}
|
|
42
|
+
return __classPrivateFieldGet(Cache, _a, "f", _Cache_instance);
|
|
43
|
+
}
|
|
44
|
+
static set(key, value) {
|
|
45
|
+
if (__classPrivateFieldGet(Cache, _a, "f", _Cache_enabled)) {
|
|
46
|
+
Cache.instance().set(key, value);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
static get(key) {
|
|
50
|
+
var _b, _c, _d;
|
|
51
|
+
if (!__classPrivateFieldGet(Cache, _a, "f", _Cache_enabled)) {
|
|
52
|
+
return undefined;
|
|
53
|
+
}
|
|
54
|
+
__classPrivateFieldSet(_b = Cache.instance(), _Cache_lookups, (_c = __classPrivateFieldGet(_b, _Cache_lookups, "f"), _c++, _c), "f");
|
|
55
|
+
__classPrivateFieldSet(_d = Cache.instance(), _Cache_hits, __classPrivateFieldGet(_d, _Cache_hits, "f") + (Cache.instance().has(key) ? 1 : 0), "f");
|
|
56
|
+
return __classPrivateFieldGet(Cache, _a, "f", _Cache_instance).get(key);
|
|
57
|
+
}
|
|
58
|
+
static disable() {
|
|
59
|
+
__classPrivateFieldSet(Cache, _a, false, "f", _Cache_enabled);
|
|
60
|
+
}
|
|
61
|
+
static enable() {
|
|
62
|
+
__classPrivateFieldSet(Cache, _a, true, "f", _Cache_enabled);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.Cache = Cache;
|
|
66
|
+
_a = Cache, _Cache_hits = new WeakMap(), _Cache_lookups = new WeakMap();
|
|
67
|
+
/* eslint-disable @typescript-eslint/explicit-member-accessibility */
|
|
68
|
+
_Cache_instance = { value: void 0 };
|
|
69
|
+
_Cache_enabled = { value: true };
|
|
70
70
|
//# sourceMappingURL=cache.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function checkLightningDomain(url: string): Promise<boolean>;
|
|
1
|
+
export default function checkLightningDomain(url: string): Promise<boolean>;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
/*
|
|
4
|
-
* Copyright (c) 2021, salesforce.com, inc.
|
|
5
|
-
* All rights reserved.
|
|
6
|
-
* Licensed under the BSD 3-Clause license.
|
|
7
|
-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
8
|
-
*/
|
|
9
|
-
const url_1 = require("url");
|
|
10
|
-
const kit_1 = require("@salesforce/kit");
|
|
11
|
-
const myDomainResolver_1 = require("../status/myDomainResolver");
|
|
12
|
-
const sfdc_1 = require("./sfdc");
|
|
13
|
-
async function checkLightningDomain(url) {
|
|
14
|
-
const domain = `https://${/https?:\/\/([^.]*)/.exec(url)?.slice(1, 2).pop()}.lightning.force.com`;
|
|
15
|
-
const quantity = new kit_1.Env().getNumber('SFDX_DOMAIN_RETRY', 240) ?? 0;
|
|
16
|
-
const timeout = new kit_1.Duration(quantity, kit_1.Duration.Unit.SECONDS);
|
|
17
|
-
if (sfdc_1.sfdc.isInternalUrl(url) || timeout.seconds === 0) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
const resolver = await myDomainResolver_1.MyDomainResolver.create({
|
|
21
|
-
url: new url_1.URL(domain),
|
|
22
|
-
timeout,
|
|
23
|
-
frequency: new kit_1.Duration(1, kit_1.Duration.Unit.SECONDS),
|
|
24
|
-
});
|
|
25
|
-
await resolver.resolve();
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
exports.default = checkLightningDomain;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/*
|
|
4
|
+
* Copyright (c) 2021, salesforce.com, inc.
|
|
5
|
+
* All rights reserved.
|
|
6
|
+
* Licensed under the BSD 3-Clause license.
|
|
7
|
+
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
8
|
+
*/
|
|
9
|
+
const url_1 = require("url");
|
|
10
|
+
const kit_1 = require("@salesforce/kit");
|
|
11
|
+
const myDomainResolver_1 = require("../status/myDomainResolver");
|
|
12
|
+
const sfdc_1 = require("./sfdc");
|
|
13
|
+
async function checkLightningDomain(url) {
|
|
14
|
+
const domain = `https://${/https?:\/\/([^.]*)/.exec(url)?.slice(1, 2).pop()}.lightning.force.com`;
|
|
15
|
+
const quantity = new kit_1.Env().getNumber('SFDX_DOMAIN_RETRY', 240) ?? 0;
|
|
16
|
+
const timeout = new kit_1.Duration(quantity, kit_1.Duration.Unit.SECONDS);
|
|
17
|
+
if (sfdc_1.sfdc.isInternalUrl(url) || timeout.seconds === 0) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
const resolver = await myDomainResolver_1.MyDomainResolver.create({
|
|
21
|
+
url: new url_1.URL(domain),
|
|
22
|
+
timeout,
|
|
23
|
+
frequency: new kit_1.Duration(1, kit_1.Duration.Unit.SECONDS),
|
|
24
|
+
});
|
|
25
|
+
await resolver.resolve();
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
exports.default = checkLightningDomain;
|
|
29
29
|
//# sourceMappingURL=checkLightningDomain.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
|
-
import { Readable } from 'stream';
|
|
4
|
-
import { StructuredWriter } from './structuredWriter';
|
|
5
|
-
export declare class DirectoryWriter implements StructuredWriter {
|
|
6
|
-
private readonly rootDestination?;
|
|
7
|
-
constructor(rootDestination?: string | undefined);
|
|
8
|
-
get buffer(): Buffer;
|
|
9
|
-
addToStore(contents: string | Readable | Buffer, targetPath: string): Promise<void>;
|
|
10
|
-
finalize(): Promise<void>;
|
|
11
|
-
getDestinationPath(): string | undefined;
|
|
12
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
import { Readable } from 'stream';
|
|
4
|
+
import { StructuredWriter } from './structuredWriter';
|
|
5
|
+
export declare class DirectoryWriter implements StructuredWriter {
|
|
6
|
+
private readonly rootDestination?;
|
|
7
|
+
constructor(rootDestination?: string | undefined);
|
|
8
|
+
get buffer(): Buffer;
|
|
9
|
+
addToStore(contents: string | Readable | Buffer, targetPath: string): Promise<void>;
|
|
10
|
+
finalize(): Promise<void>;
|
|
11
|
+
getDestinationPath(): string | undefined;
|
|
12
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2021, 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.DirectoryWriter = void 0;
|
|
10
|
-
const stream_1 = require("stream");
|
|
11
|
-
const fs = require("fs");
|
|
12
|
-
const os = require("os");
|
|
13
|
-
const path = require("path");
|
|
14
|
-
const util_1 = require("util");
|
|
15
|
-
const pipeline = (0, util_1.promisify)(stream_1.pipeline);
|
|
16
|
-
class DirectoryWriter {
|
|
17
|
-
constructor(rootDestination) {
|
|
18
|
-
this.rootDestination = rootDestination;
|
|
19
|
-
if (!this.rootDestination) {
|
|
20
|
-
this.rootDestination = fs.mkdtempSync(`${os.tmpdir()}${path.sep}`);
|
|
21
|
-
}
|
|
22
|
-
else {
|
|
23
|
-
fs.mkdirSync(this.rootDestination, { recursive: true });
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
// eslint-disable-next-line class-methods-use-this
|
|
27
|
-
get buffer() {
|
|
28
|
-
throw new Error('Not implemented');
|
|
29
|
-
}
|
|
30
|
-
async addToStore(contents, targetPath) {
|
|
31
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
32
|
-
const destPath = path.join(this.rootDestination, targetPath);
|
|
33
|
-
fs.mkdirSync(path.dirname(destPath), { recursive: true });
|
|
34
|
-
if (contents instanceof stream_1.Readable) {
|
|
35
|
-
const writeStream = fs.createWriteStream(destPath);
|
|
36
|
-
await pipeline(contents, writeStream);
|
|
37
|
-
}
|
|
38
|
-
else if (typeof contents === 'string') {
|
|
39
|
-
fs.writeFileSync(destPath, contents);
|
|
40
|
-
}
|
|
41
|
-
else if (contents instanceof Buffer) {
|
|
42
|
-
fs.writeFileSync(destPath, contents);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
// eslint-disable-next-line class-methods-use-this
|
|
46
|
-
finalize() {
|
|
47
|
-
return Promise.resolve(undefined);
|
|
48
|
-
}
|
|
49
|
-
getDestinationPath() {
|
|
50
|
-
return this.rootDestination;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
exports.DirectoryWriter = DirectoryWriter;
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2021, 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.DirectoryWriter = void 0;
|
|
10
|
+
const stream_1 = require("stream");
|
|
11
|
+
const fs = require("fs");
|
|
12
|
+
const os = require("os");
|
|
13
|
+
const path = require("path");
|
|
14
|
+
const util_1 = require("util");
|
|
15
|
+
const pipeline = (0, util_1.promisify)(stream_1.pipeline);
|
|
16
|
+
class DirectoryWriter {
|
|
17
|
+
constructor(rootDestination) {
|
|
18
|
+
this.rootDestination = rootDestination;
|
|
19
|
+
if (!this.rootDestination) {
|
|
20
|
+
this.rootDestination = fs.mkdtempSync(`${os.tmpdir()}${path.sep}`);
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
fs.mkdirSync(this.rootDestination, { recursive: true });
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
// eslint-disable-next-line class-methods-use-this
|
|
27
|
+
get buffer() {
|
|
28
|
+
throw new Error('Not implemented');
|
|
29
|
+
}
|
|
30
|
+
async addToStore(contents, targetPath) {
|
|
31
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
32
|
+
const destPath = path.join(this.rootDestination, targetPath);
|
|
33
|
+
fs.mkdirSync(path.dirname(destPath), { recursive: true });
|
|
34
|
+
if (contents instanceof stream_1.Readable) {
|
|
35
|
+
const writeStream = fs.createWriteStream(destPath);
|
|
36
|
+
await pipeline(contents, writeStream);
|
|
37
|
+
}
|
|
38
|
+
else if (typeof contents === 'string') {
|
|
39
|
+
fs.writeFileSync(destPath, contents);
|
|
40
|
+
}
|
|
41
|
+
else if (contents instanceof Buffer) {
|
|
42
|
+
fs.writeFileSync(destPath, contents);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
// eslint-disable-next-line class-methods-use-this
|
|
46
|
+
finalize() {
|
|
47
|
+
return Promise.resolve(undefined);
|
|
48
|
+
}
|
|
49
|
+
getDestinationPath() {
|
|
50
|
+
return this.rootDestination;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.DirectoryWriter = DirectoryWriter;
|
|
54
54
|
//# sourceMappingURL=directoryWriter.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OAuth2Config } from 'jsforce';
|
|
2
|
-
export declare function getJwtAudienceUrl(options: OAuth2Config & {
|
|
3
|
-
createdOrgInstance?: string;
|
|
4
|
-
}): Promise<string>;
|
|
1
|
+
import { OAuth2Config } from 'jsforce';
|
|
2
|
+
export declare function getJwtAudienceUrl(options: OAuth2Config & {
|
|
3
|
+
createdOrgInstance?: string;
|
|
4
|
+
}): Promise<string>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2021, 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.getJwtAudienceUrl = void 0;
|
|
10
|
-
const sfdcUrl_1 = require("./sfdcUrl");
|
|
11
|
-
async function getJwtAudienceUrl(options) {
|
|
12
|
-
if (options.loginUrl) {
|
|
13
|
-
const url = new sfdcUrl_1.SfdcUrl(options.loginUrl);
|
|
14
|
-
return url.getJwtAudienceUrl(options.createdOrgInstance);
|
|
15
|
-
}
|
|
16
|
-
return sfdcUrl_1.SfdcUrl.PRODUCTION;
|
|
17
|
-
}
|
|
18
|
-
exports.getJwtAudienceUrl = getJwtAudienceUrl;
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2021, 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.getJwtAudienceUrl = void 0;
|
|
10
|
+
const sfdcUrl_1 = require("./sfdcUrl");
|
|
11
|
+
async function getJwtAudienceUrl(options) {
|
|
12
|
+
if (options.loginUrl) {
|
|
13
|
+
const url = new sfdcUrl_1.SfdcUrl(options.loginUrl);
|
|
14
|
+
return url.getJwtAudienceUrl(options.createdOrgInstance);
|
|
15
|
+
}
|
|
16
|
+
return sfdcUrl_1.SfdcUrl.PRODUCTION;
|
|
17
|
+
}
|
|
18
|
+
exports.getJwtAudienceUrl = getJwtAudienceUrl;
|
|
19
19
|
//# sourceMappingURL=getJwtAudienceUrl.js.map
|
package/lib/util/internal.d.ts
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { Optional } from '@salesforce/ts-types';
|
|
2
|
-
/**
|
|
3
|
-
* The name of the project config file.
|
|
4
|
-
*
|
|
5
|
-
* @ignore
|
|
6
|
-
*/
|
|
7
|
-
export declare const SFDX_PROJECT_JSON = "sfdx-project.json";
|
|
8
|
-
/**
|
|
9
|
-
* Performs an upward directory search for an sfdx project file. Returns the absolute path to the project.
|
|
10
|
-
*
|
|
11
|
-
* **See** {@link SFDX_PROJECT_JSON}
|
|
12
|
-
*
|
|
13
|
-
* **See** {@link traverseForFile}
|
|
14
|
-
*
|
|
15
|
-
* **Throws** *{@link SfError}{ name: 'InvalidProjectWorkspaceError' }* If the current folder is not located in a workspace.
|
|
16
|
-
*
|
|
17
|
-
* @param dir The directory path to start traversing from.
|
|
18
|
-
* @ignore
|
|
19
|
-
*/
|
|
20
|
-
export declare function resolveProjectPath(dir?: string): Promise<string>;
|
|
21
|
-
/**
|
|
22
|
-
* Performs a synchronous upward directory search for an sfdx project file. Returns the absolute path to the project.
|
|
23
|
-
*
|
|
24
|
-
* **See** {@link SFDX_PROJECT_JSON}
|
|
25
|
-
*
|
|
26
|
-
* **See** {@link traverseForFile}
|
|
27
|
-
*
|
|
28
|
-
* **Throws** *{@link SfError}{ name: 'InvalidProjectWorkspaceError' }* If the current folder is not located in a workspace.
|
|
29
|
-
*
|
|
30
|
-
* @param dir The directory path to start traversing from.
|
|
31
|
-
* @ignore
|
|
32
|
-
*/
|
|
33
|
-
export declare function resolveProjectPathSync(dir?: string): string;
|
|
34
|
-
/**
|
|
35
|
-
* These methods were moved from the deprecated 'fs' module in v2 and are only used in sfdx-core above
|
|
36
|
-
*
|
|
37
|
-
* They were migrated into the 'traverse' constant in order to stub them in unit tests
|
|
38
|
-
*/
|
|
39
|
-
export declare const traverse: {
|
|
40
|
-
/**
|
|
41
|
-
* Searches a file path in an ascending manner (until reaching the filesystem root) for the first occurrence a
|
|
42
|
-
* specific file name. Resolves with the directory path containing the located file, or `null` if the file was
|
|
43
|
-
* not found.
|
|
44
|
-
*
|
|
45
|
-
* @param dir The directory path in which to start the upward search.
|
|
46
|
-
* @param file The file name to look for.
|
|
47
|
-
*/
|
|
48
|
-
forFile: (dir: string, file: string) => Promise<Optional<string>>;
|
|
49
|
-
/**
|
|
50
|
-
* Searches a file path synchronously in an ascending manner (until reaching the filesystem root) for the first occurrence a
|
|
51
|
-
* specific file name. Resolves with the directory path containing the located file, or `null` if the file was
|
|
52
|
-
* not found.
|
|
53
|
-
*
|
|
54
|
-
* @param dir The directory path in which to start the upward search.
|
|
55
|
-
* @param file The file name to look for.
|
|
56
|
-
*/
|
|
57
|
-
forFileSync: (dir: string, file: string) => Optional<string>;
|
|
58
|
-
};
|
|
1
|
+
import { Optional } from '@salesforce/ts-types';
|
|
2
|
+
/**
|
|
3
|
+
* The name of the project config file.
|
|
4
|
+
*
|
|
5
|
+
* @ignore
|
|
6
|
+
*/
|
|
7
|
+
export declare const SFDX_PROJECT_JSON = "sfdx-project.json";
|
|
8
|
+
/**
|
|
9
|
+
* Performs an upward directory search for an sfdx project file. Returns the absolute path to the project.
|
|
10
|
+
*
|
|
11
|
+
* **See** {@link SFDX_PROJECT_JSON}
|
|
12
|
+
*
|
|
13
|
+
* **See** {@link traverseForFile}
|
|
14
|
+
*
|
|
15
|
+
* **Throws** *{@link SfError}{ name: 'InvalidProjectWorkspaceError' }* If the current folder is not located in a workspace.
|
|
16
|
+
*
|
|
17
|
+
* @param dir The directory path to start traversing from.
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
export declare function resolveProjectPath(dir?: string): Promise<string>;
|
|
21
|
+
/**
|
|
22
|
+
* Performs a synchronous upward directory search for an sfdx project file. Returns the absolute path to the project.
|
|
23
|
+
*
|
|
24
|
+
* **See** {@link SFDX_PROJECT_JSON}
|
|
25
|
+
*
|
|
26
|
+
* **See** {@link traverseForFile}
|
|
27
|
+
*
|
|
28
|
+
* **Throws** *{@link SfError}{ name: 'InvalidProjectWorkspaceError' }* If the current folder is not located in a workspace.
|
|
29
|
+
*
|
|
30
|
+
* @param dir The directory path to start traversing from.
|
|
31
|
+
* @ignore
|
|
32
|
+
*/
|
|
33
|
+
export declare function resolveProjectPathSync(dir?: string): string;
|
|
34
|
+
/**
|
|
35
|
+
* These methods were moved from the deprecated 'fs' module in v2 and are only used in sfdx-core above
|
|
36
|
+
*
|
|
37
|
+
* They were migrated into the 'traverse' constant in order to stub them in unit tests
|
|
38
|
+
*/
|
|
39
|
+
export declare const traverse: {
|
|
40
|
+
/**
|
|
41
|
+
* Searches a file path in an ascending manner (until reaching the filesystem root) for the first occurrence a
|
|
42
|
+
* specific file name. Resolves with the directory path containing the located file, or `null` if the file was
|
|
43
|
+
* not found.
|
|
44
|
+
*
|
|
45
|
+
* @param dir The directory path in which to start the upward search.
|
|
46
|
+
* @param file The file name to look for.
|
|
47
|
+
*/
|
|
48
|
+
forFile: (dir: string, file: string) => Promise<Optional<string>>;
|
|
49
|
+
/**
|
|
50
|
+
* Searches a file path synchronously in an ascending manner (until reaching the filesystem root) for the first occurrence a
|
|
51
|
+
* specific file name. Resolves with the directory path containing the located file, or `null` if the file was
|
|
52
|
+
* not found.
|
|
53
|
+
*
|
|
54
|
+
* @param dir The directory path in which to start the upward search.
|
|
55
|
+
* @param file The file name to look for.
|
|
56
|
+
*/
|
|
57
|
+
forFileSync: (dir: string, file: string) => Optional<string>;
|
|
58
|
+
};
|