@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.
Files changed (153) hide show
  1. package/LICENSE.txt +11 -11
  2. package/README.md +222 -222
  3. package/lib/config/aliasesConfig.d.ts +12 -12
  4. package/lib/config/aliasesConfig.js +27 -27
  5. package/lib/config/authInfoConfig.d.ts +19 -19
  6. package/lib/config/authInfoConfig.js +34 -34
  7. package/lib/config/config.d.ts +311 -311
  8. package/lib/config/config.js +574 -574
  9. package/lib/config/configAggregator.d.ts +232 -232
  10. package/lib/config/configAggregator.js +379 -379
  11. package/lib/config/configFile.d.ts +199 -199
  12. package/lib/config/configFile.js +340 -340
  13. package/lib/config/configGroup.d.ts +141 -141
  14. package/lib/config/configGroup.js +224 -224
  15. package/lib/config/configStore.d.ts +241 -241
  16. package/lib/config/configStore.js +352 -352
  17. package/lib/config/envVars.d.ts +101 -101
  18. package/lib/config/envVars.js +456 -456
  19. package/lib/config/orgUsersConfig.d.ts +31 -31
  20. package/lib/config/orgUsersConfig.js +41 -41
  21. package/lib/config/sandboxOrgConfig.d.ts +37 -37
  22. package/lib/config/sandboxOrgConfig.js +50 -50
  23. package/lib/config/sandboxProcessCache.d.ts +16 -16
  24. package/lib/config/sandboxProcessCache.js +37 -37
  25. package/lib/config/tokensConfig.d.ts +10 -10
  26. package/lib/config/tokensConfig.js +28 -28
  27. package/lib/config/ttlConfig.d.ts +34 -34
  28. package/lib/config/ttlConfig.js +54 -54
  29. package/lib/crypto/crypto.d.ts +54 -54
  30. package/lib/crypto/crypto.js +220 -220
  31. package/lib/crypto/keyChain.d.ts +8 -8
  32. package/lib/crypto/keyChain.js +61 -61
  33. package/lib/crypto/keyChainImpl.d.ts +116 -116
  34. package/lib/crypto/keyChainImpl.js +486 -486
  35. package/lib/crypto/secureBuffer.d.ts +46 -46
  36. package/lib/crypto/secureBuffer.js +82 -82
  37. package/lib/deviceOauthService.d.ts +71 -71
  38. package/lib/deviceOauthService.js +191 -191
  39. package/lib/exported.d.ts +38 -38
  40. package/lib/exported.js +118 -118
  41. package/lib/global.d.ts +70 -70
  42. package/lib/global.js +109 -109
  43. package/lib/lifecycleEvents.d.ts +93 -93
  44. package/lib/lifecycleEvents.js +188 -188
  45. package/lib/logger.d.ts +381 -381
  46. package/lib/logger.js +734 -734
  47. package/lib/messages.d.ts +291 -291
  48. package/lib/messages.js +543 -543
  49. package/lib/org/authInfo.d.ts +344 -344
  50. package/lib/org/authInfo.js +892 -892
  51. package/lib/org/authRemover.d.ts +88 -88
  52. package/lib/org/authRemover.js +182 -182
  53. package/lib/org/connection.d.ts +197 -197
  54. package/lib/org/connection.js +395 -395
  55. package/lib/org/index.d.ts +6 -6
  56. package/lib/org/index.js +28 -28
  57. package/lib/org/org.d.ts +558 -558
  58. package/lib/org/org.js +1267 -1267
  59. package/lib/org/orgConfigProperties.d.ts +69 -69
  60. package/lib/org/orgConfigProperties.js +136 -136
  61. package/lib/org/permissionSetAssignment.d.ts +35 -35
  62. package/lib/org/permissionSetAssignment.js +125 -125
  63. package/lib/org/scratchOrgCache.d.ts +20 -20
  64. package/lib/org/scratchOrgCache.js +32 -32
  65. package/lib/org/scratchOrgCreate.d.ts +54 -54
  66. package/lib/org/scratchOrgCreate.js +216 -216
  67. package/lib/org/scratchOrgErrorCodes.d.ts +10 -10
  68. package/lib/org/scratchOrgErrorCodes.js +88 -88
  69. package/lib/org/scratchOrgFeatureDeprecation.d.ts +26 -26
  70. package/lib/org/scratchOrgFeatureDeprecation.js +109 -109
  71. package/lib/org/scratchOrgInfoApi.d.ts +68 -68
  72. package/lib/org/scratchOrgInfoApi.js +413 -413
  73. package/lib/org/scratchOrgInfoGenerator.d.ts +64 -64
  74. package/lib/org/scratchOrgInfoGenerator.js +241 -241
  75. package/lib/org/scratchOrgLifecycleEvents.d.ts +10 -10
  76. package/lib/org/scratchOrgLifecycleEvents.js +40 -40
  77. package/lib/org/scratchOrgSettingsGenerator.d.ts +78 -78
  78. package/lib/org/scratchOrgSettingsGenerator.js +276 -276
  79. package/lib/org/scratchOrgTypes.d.ts +43 -43
  80. package/lib/org/scratchOrgTypes.js +8 -8
  81. package/lib/org/user.d.ts +187 -187
  82. package/lib/org/user.js +448 -448
  83. package/lib/schema/printer.d.ts +79 -79
  84. package/lib/schema/printer.js +260 -260
  85. package/lib/schema/validator.d.ts +70 -70
  86. package/lib/schema/validator.js +169 -169
  87. package/lib/sfError.d.ts +73 -73
  88. package/lib/sfError.js +136 -136
  89. package/lib/sfProject.d.ts +357 -357
  90. package/lib/sfProject.js +671 -671
  91. package/lib/stateAggregator/accessors/aliasAccessor.d.ts +98 -98
  92. package/lib/stateAggregator/accessors/aliasAccessor.js +145 -145
  93. package/lib/stateAggregator/accessors/orgAccessor.d.ts +101 -101
  94. package/lib/stateAggregator/accessors/orgAccessor.js +240 -240
  95. package/lib/stateAggregator/accessors/sandboxAccessor.d.ts +8 -8
  96. package/lib/stateAggregator/accessors/sandboxAccessor.js +27 -27
  97. package/lib/stateAggregator/accessors/tokenAccessor.d.ts +63 -63
  98. package/lib/stateAggregator/accessors/tokenAccessor.js +79 -79
  99. package/lib/stateAggregator/index.d.ts +4 -4
  100. package/lib/stateAggregator/index.js +26 -26
  101. package/lib/stateAggregator/stateAggregator.d.ts +25 -25
  102. package/lib/stateAggregator/stateAggregator.js +45 -45
  103. package/lib/status/myDomainResolver.d.ts +66 -66
  104. package/lib/status/myDomainResolver.js +124 -124
  105. package/lib/status/pollingClient.d.ts +85 -85
  106. package/lib/status/pollingClient.js +115 -115
  107. package/lib/status/streamingClient.d.ts +244 -244
  108. package/lib/status/streamingClient.js +436 -436
  109. package/lib/status/types.d.ts +89 -89
  110. package/lib/status/types.js +17 -17
  111. package/lib/testSetup.d.ts +553 -553
  112. package/lib/testSetup.js +871 -871
  113. package/lib/util/cache.d.ts +11 -11
  114. package/lib/util/cache.js +69 -69
  115. package/lib/util/checkLightningDomain.d.ts +1 -1
  116. package/lib/util/checkLightningDomain.js +28 -28
  117. package/lib/util/directoryWriter.d.ts +12 -12
  118. package/lib/util/directoryWriter.js +53 -53
  119. package/lib/util/getJwtAudienceUrl.d.ts +4 -4
  120. package/lib/util/getJwtAudienceUrl.js +18 -18
  121. package/lib/util/internal.d.ts +58 -58
  122. package/lib/util/internal.js +118 -118
  123. package/lib/util/jsonXmlTools.d.ts +14 -14
  124. package/lib/util/jsonXmlTools.js +38 -38
  125. package/lib/util/mapKeys.d.ts +14 -14
  126. package/lib/util/mapKeys.js +51 -51
  127. package/lib/util/sfdc.d.ts +52 -52
  128. package/lib/util/sfdc.js +85 -85
  129. package/lib/util/sfdcUrl.d.ts +72 -72
  130. package/lib/util/sfdcUrl.js +215 -215
  131. package/lib/util/structuredWriter.d.ts +9 -9
  132. package/lib/util/structuredWriter.js +2 -2
  133. package/lib/util/zipWriter.d.ts +16 -16
  134. package/lib/util/zipWriter.js +67 -67
  135. package/lib/webOAuthServer.d.ts +156 -156
  136. package/lib/webOAuthServer.js +388 -388
  137. package/messages/auth.md +37 -37
  138. package/messages/config.md +156 -156
  139. package/messages/connection.md +30 -30
  140. package/messages/core.json +20 -20
  141. package/messages/core.md +67 -67
  142. package/messages/encryption.md +85 -85
  143. package/messages/envVars.md +303 -303
  144. package/messages/org.md +63 -63
  145. package/messages/permissionSetAssignment.md +31 -31
  146. package/messages/scratchOrgCreate.md +23 -23
  147. package/messages/scratchOrgErrorCodes.md +115 -115
  148. package/messages/scratchOrgFeatureDeprecation.md +11 -11
  149. package/messages/scratchOrgInfoApi.md +15 -15
  150. package/messages/scratchOrgInfoGenerator.md +23 -23
  151. package/messages/streaming.md +23 -23
  152. package/messages/user.md +35 -35
  153. package/package.json +97 -97
@@ -1,31 +1,31 @@
1
- import { ConfigFile } from './configFile';
2
- /**
3
- * A config file that stores usernames for an org.
4
- */
5
- export declare class OrgUsersConfig extends ConfigFile<OrgUsersConfig.Options> {
6
- /**
7
- * Constructor.
8
- * **Do not directly construct instances of this class -- use {@link OrgUsersConfig.create} instead.**
9
- *
10
- * @param options The options for the class instance
11
- * @ignore
12
- */
13
- constructor(options?: OrgUsersConfig.Options);
14
- /**
15
- * Gets the config options for a given org ID.
16
- *
17
- * @param orgId The orgId. Generally this org would have multiple users configured.
18
- */
19
- static getOptions(orgId: string): OrgUsersConfig.Options;
20
- }
21
- export declare namespace OrgUsersConfig {
22
- /**
23
- * The config file options.
24
- */
25
- interface Options extends ConfigFile.Options {
26
- /**
27
- * The org id associated with this user.
28
- */
29
- orgId: string;
30
- }
31
- }
1
+ import { ConfigFile } from './configFile';
2
+ /**
3
+ * A config file that stores usernames for an org.
4
+ */
5
+ export declare class OrgUsersConfig extends ConfigFile<OrgUsersConfig.Options> {
6
+ /**
7
+ * Constructor.
8
+ * **Do not directly construct instances of this class -- use {@link OrgUsersConfig.create} instead.**
9
+ *
10
+ * @param options The options for the class instance
11
+ * @ignore
12
+ */
13
+ constructor(options?: OrgUsersConfig.Options);
14
+ /**
15
+ * Gets the config options for a given org ID.
16
+ *
17
+ * @param orgId The orgId. Generally this org would have multiple users configured.
18
+ */
19
+ static getOptions(orgId: string): OrgUsersConfig.Options;
20
+ }
21
+ export declare namespace OrgUsersConfig {
22
+ /**
23
+ * The config file options.
24
+ */
25
+ interface Options extends ConfigFile.Options {
26
+ /**
27
+ * The org id associated with this user.
28
+ */
29
+ orgId: string;
30
+ }
31
+ }
@@ -1,42 +1,42 @@
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.OrgUsersConfig = void 0;
10
- const global_1 = require("../global");
11
- const configFile_1 = require("./configFile");
12
- /**
13
- * A config file that stores usernames for an org.
14
- */
15
- class OrgUsersConfig extends configFile_1.ConfigFile {
16
- /**
17
- * Constructor.
18
- * **Do not directly construct instances of this class -- use {@link OrgUsersConfig.create} instead.**
19
- *
20
- * @param options The options for the class instance
21
- * @ignore
22
- */
23
- constructor(options) {
24
- super(options);
25
- }
26
- /**
27
- * Gets the config options for a given org ID.
28
- *
29
- * @param orgId The orgId. Generally this org would have multiple users configured.
30
- */
31
- static getOptions(orgId) {
32
- return {
33
- isGlobal: true,
34
- isState: true,
35
- filename: `${orgId}.json`,
36
- orgId,
37
- stateFolder: global_1.Global.SFDX_STATE_FOLDER,
38
- };
39
- }
40
- }
41
- exports.OrgUsersConfig = OrgUsersConfig;
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.OrgUsersConfig = void 0;
10
+ const global_1 = require("../global");
11
+ const configFile_1 = require("./configFile");
12
+ /**
13
+ * A config file that stores usernames for an org.
14
+ */
15
+ class OrgUsersConfig extends configFile_1.ConfigFile {
16
+ /**
17
+ * Constructor.
18
+ * **Do not directly construct instances of this class -- use {@link OrgUsersConfig.create} instead.**
19
+ *
20
+ * @param options The options for the class instance
21
+ * @ignore
22
+ */
23
+ constructor(options) {
24
+ super(options);
25
+ }
26
+ /**
27
+ * Gets the config options for a given org ID.
28
+ *
29
+ * @param orgId The orgId. Generally this org would have multiple users configured.
30
+ */
31
+ static getOptions(orgId) {
32
+ return {
33
+ isGlobal: true,
34
+ isState: true,
35
+ filename: `${orgId}.json`,
36
+ orgId,
37
+ stateFolder: global_1.Global.SFDX_STATE_FOLDER,
38
+ };
39
+ }
40
+ }
41
+ exports.OrgUsersConfig = OrgUsersConfig;
42
42
  //# sourceMappingURL=orgUsersConfig.js.map
@@ -1,37 +1,37 @@
1
- import { ConfigFile } from './configFile';
2
- /**
3
- * A config file that stores usernames for an org.
4
- */
5
- export declare class SandboxOrgConfig extends ConfigFile<SandboxOrgConfig.Options> {
6
- /**
7
- * Constructor.
8
- * **Do not directly construct instances of this class -- use {@link SandboxConfig.create} instead.**
9
- *
10
- * @param options The options for the class instance
11
- * @ignore
12
- */
13
- constructor(options?: SandboxOrgConfig.Options);
14
- /**
15
- * Gets the config options for a given org ID.
16
- *
17
- * @param orgId The orgId. Generally this org would have multiple users configured.
18
- */
19
- static getOptions(orgId: string): SandboxOrgConfig.Options;
20
- }
21
- export declare namespace SandboxOrgConfig {
22
- /**
23
- * The config file options.
24
- */
25
- interface Options extends ConfigFile.Options {
26
- /**
27
- * The org id associated with this sandbox.
28
- */
29
- orgId: string;
30
- }
31
- enum Fields {
32
- /**
33
- * The username of the user who created the sandbox.
34
- */
35
- PROD_ORG_USERNAME = "prodOrgUsername"
36
- }
37
- }
1
+ import { ConfigFile } from './configFile';
2
+ /**
3
+ * A config file that stores usernames for an org.
4
+ */
5
+ export declare class SandboxOrgConfig extends ConfigFile<SandboxOrgConfig.Options> {
6
+ /**
7
+ * Constructor.
8
+ * **Do not directly construct instances of this class -- use {@link SandboxConfig.create} instead.**
9
+ *
10
+ * @param options The options for the class instance
11
+ * @ignore
12
+ */
13
+ constructor(options?: SandboxOrgConfig.Options);
14
+ /**
15
+ * Gets the config options for a given org ID.
16
+ *
17
+ * @param orgId The orgId. Generally this org would have multiple users configured.
18
+ */
19
+ static getOptions(orgId: string): SandboxOrgConfig.Options;
20
+ }
21
+ export declare namespace SandboxOrgConfig {
22
+ /**
23
+ * The config file options.
24
+ */
25
+ interface Options extends ConfigFile.Options {
26
+ /**
27
+ * The org id associated with this sandbox.
28
+ */
29
+ orgId: string;
30
+ }
31
+ enum Fields {
32
+ /**
33
+ * The username of the user who created the sandbox.
34
+ */
35
+ PROD_ORG_USERNAME = "prodOrgUsername"
36
+ }
37
+ }
@@ -1,51 +1,51 @@
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.SandboxOrgConfig = void 0;
10
- const global_1 = require("../global");
11
- const configFile_1 = require("./configFile");
12
- /**
13
- * A config file that stores usernames for an org.
14
- */
15
- class SandboxOrgConfig extends configFile_1.ConfigFile {
16
- /**
17
- * Constructor.
18
- * **Do not directly construct instances of this class -- use {@link SandboxConfig.create} instead.**
19
- *
20
- * @param options The options for the class instance
21
- * @ignore
22
- */
23
- constructor(options) {
24
- super(options);
25
- }
26
- /**
27
- * Gets the config options for a given org ID.
28
- *
29
- * @param orgId The orgId. Generally this org would have multiple users configured.
30
- */
31
- static getOptions(orgId) {
32
- return {
33
- isGlobal: true,
34
- isState: true,
35
- filename: `${orgId}.sandbox.json`,
36
- orgId,
37
- stateFolder: global_1.Global.SFDX_STATE_FOLDER,
38
- };
39
- }
40
- }
41
- exports.SandboxOrgConfig = SandboxOrgConfig;
42
- (function (SandboxOrgConfig) {
43
- let Fields;
44
- (function (Fields) {
45
- /**
46
- * The username of the user who created the sandbox.
47
- */
48
- Fields["PROD_ORG_USERNAME"] = "prodOrgUsername";
49
- })(Fields = SandboxOrgConfig.Fields || (SandboxOrgConfig.Fields = {}));
50
- })(SandboxOrgConfig = exports.SandboxOrgConfig || (exports.SandboxOrgConfig = {}));
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.SandboxOrgConfig = void 0;
10
+ const global_1 = require("../global");
11
+ const configFile_1 = require("./configFile");
12
+ /**
13
+ * A config file that stores usernames for an org.
14
+ */
15
+ class SandboxOrgConfig extends configFile_1.ConfigFile {
16
+ /**
17
+ * Constructor.
18
+ * **Do not directly construct instances of this class -- use {@link SandboxConfig.create} instead.**
19
+ *
20
+ * @param options The options for the class instance
21
+ * @ignore
22
+ */
23
+ constructor(options) {
24
+ super(options);
25
+ }
26
+ /**
27
+ * Gets the config options for a given org ID.
28
+ *
29
+ * @param orgId The orgId. Generally this org would have multiple users configured.
30
+ */
31
+ static getOptions(orgId) {
32
+ return {
33
+ isGlobal: true,
34
+ isState: true,
35
+ filename: `${orgId}.sandbox.json`,
36
+ orgId,
37
+ stateFolder: global_1.Global.SFDX_STATE_FOLDER,
38
+ };
39
+ }
40
+ }
41
+ exports.SandboxOrgConfig = SandboxOrgConfig;
42
+ (function (SandboxOrgConfig) {
43
+ let Fields;
44
+ (function (Fields) {
45
+ /**
46
+ * The username of the user who created the sandbox.
47
+ */
48
+ Fields["PROD_ORG_USERNAME"] = "prodOrgUsername";
49
+ })(Fields = SandboxOrgConfig.Fields || (SandboxOrgConfig.Fields = {}));
50
+ })(SandboxOrgConfig = exports.SandboxOrgConfig || (exports.SandboxOrgConfig = {}));
51
51
  //# sourceMappingURL=sandboxOrgConfig.js.map
@@ -1,16 +1,16 @@
1
- import { SandboxProcessObject, SandboxRequest } from '../org';
2
- import { TTLConfig } from './ttlConfig';
3
- export declare type SandboxRequestCacheEntry = {
4
- alias?: string;
5
- setDefault: boolean;
6
- prodOrgUsername: string;
7
- sandboxProcessObject: Partial<SandboxProcessObject>;
8
- sandboxRequest: Partial<SandboxRequest>;
9
- tracksSource?: boolean;
10
- };
11
- export declare class SandboxRequestCache extends TTLConfig<TTLConfig.Options, SandboxRequestCacheEntry> {
12
- static getDefaultOptions(): TTLConfig.Options;
13
- static unset(key: string): Promise<void>;
14
- static set(key: string, sandboxProcessObject: SandboxRequestCacheEntry): Promise<void>;
15
- static getFileName(): string;
16
- }
1
+ import { SandboxProcessObject, SandboxRequest } from '../org';
2
+ import { TTLConfig } from './ttlConfig';
3
+ export declare type SandboxRequestCacheEntry = {
4
+ alias?: string;
5
+ setDefault: boolean;
6
+ prodOrgUsername: string;
7
+ sandboxProcessObject: Partial<SandboxProcessObject>;
8
+ sandboxRequest: Partial<SandboxRequest>;
9
+ tracksSource?: boolean;
10
+ };
11
+ export declare class SandboxRequestCache extends TTLConfig<TTLConfig.Options, SandboxRequestCacheEntry> {
12
+ static getDefaultOptions(): TTLConfig.Options;
13
+ static unset(key: string): Promise<void>;
14
+ static set(key: string, sandboxProcessObject: SandboxRequestCacheEntry): Promise<void>;
15
+ static getFileName(): string;
16
+ }
@@ -1,38 +1,38 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SandboxRequestCache = void 0;
4
- /*
5
- * Copyright (c) 2020, salesforce.com, inc.
6
- * All rights reserved.
7
- * Licensed under the BSD 3-Clause license.
8
- * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
9
- */
10
- const kit_1 = require("@salesforce/kit");
11
- const global_1 = require("../global");
12
- const ttlConfig_1 = require("./ttlConfig");
13
- class SandboxRequestCache extends ttlConfig_1.TTLConfig {
14
- static getDefaultOptions() {
15
- return {
16
- isGlobal: true,
17
- isState: true,
18
- filename: SandboxRequestCache.getFileName(),
19
- stateFolder: global_1.Global.SF_STATE_FOLDER,
20
- ttl: kit_1.Duration.days(14),
21
- };
22
- }
23
- static async unset(key) {
24
- const cache = await SandboxRequestCache.create();
25
- cache.unset(key);
26
- await cache.write();
27
- }
28
- static async set(key, sandboxProcessObject) {
29
- const cache = await SandboxRequestCache.create();
30
- cache.set(key, sandboxProcessObject);
31
- await cache.write();
32
- }
33
- static getFileName() {
34
- return 'sandbox-create-cache.json';
35
- }
36
- }
37
- exports.SandboxRequestCache = SandboxRequestCache;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SandboxRequestCache = void 0;
4
+ /*
5
+ * Copyright (c) 2020, salesforce.com, inc.
6
+ * All rights reserved.
7
+ * Licensed under the BSD 3-Clause license.
8
+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
9
+ */
10
+ const kit_1 = require("@salesforce/kit");
11
+ const global_1 = require("../global");
12
+ const ttlConfig_1 = require("./ttlConfig");
13
+ class SandboxRequestCache extends ttlConfig_1.TTLConfig {
14
+ static getDefaultOptions() {
15
+ return {
16
+ isGlobal: true,
17
+ isState: true,
18
+ filename: SandboxRequestCache.getFileName(),
19
+ stateFolder: global_1.Global.SF_STATE_FOLDER,
20
+ ttl: kit_1.Duration.days(14),
21
+ };
22
+ }
23
+ static async unset(key) {
24
+ const cache = await SandboxRequestCache.create();
25
+ cache.unset(key);
26
+ await cache.write();
27
+ }
28
+ static async set(key, sandboxProcessObject) {
29
+ const cache = await SandboxRequestCache.create();
30
+ cache.set(key, sandboxProcessObject);
31
+ await cache.write();
32
+ }
33
+ static getFileName() {
34
+ return 'sandbox-create-cache.json';
35
+ }
36
+ }
37
+ exports.SandboxRequestCache = SandboxRequestCache;
38
38
  //# sourceMappingURL=sandboxProcessCache.js.map
@@ -1,10 +1,10 @@
1
- import { Optional } from '@salesforce/ts-types';
2
- import { SfTokens } from '../stateAggregator';
3
- import { ConfigFile } from './configFile';
4
- import { ConfigContents, ConfigValue } from './configStore';
5
- export declare class TokensConfig extends ConfigFile<ConfigFile.Options, SfTokens> {
6
- protected static encryptedKeys: RegExp[];
7
- static getDefaultOptions(): ConfigFile.Options;
8
- protected getMethod(contents: ConfigContents, key: string): Optional<ConfigValue>;
9
- protected setMethod(contents: ConfigContents, key: string, value?: ConfigValue): void;
10
- }
1
+ import { Optional } from '@salesforce/ts-types';
2
+ import { SfTokens } from '../stateAggregator';
3
+ import { ConfigFile } from './configFile';
4
+ import { ConfigContents, ConfigValue } from './configStore';
5
+ export declare class TokensConfig extends ConfigFile<ConfigFile.Options, SfTokens> {
6
+ protected static encryptedKeys: RegExp[];
7
+ static getDefaultOptions(): ConfigFile.Options;
8
+ protected getMethod(contents: ConfigContents, key: string): Optional<ConfigValue>;
9
+ protected setMethod(contents: ConfigContents, key: string, value?: ConfigValue): void;
10
+ }
@@ -1,29 +1,29 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) 2022, 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
- /* eslint-disable class-methods-use-this */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.TokensConfig = void 0;
11
- const configFile_1 = require("./configFile");
12
- class TokensConfig extends configFile_1.ConfigFile {
13
- static getDefaultOptions() {
14
- return {
15
- isGlobal: true,
16
- isState: true,
17
- filename: 'tokens.json',
18
- };
19
- }
20
- getMethod(contents, key) {
21
- return contents[key];
22
- }
23
- setMethod(contents, key, value) {
24
- contents[key] = value;
25
- }
26
- }
27
- exports.TokensConfig = TokensConfig;
28
- TokensConfig.encryptedKeys = [/token/i, /password/i, /secret/i];
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2022, 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
+ /* eslint-disable class-methods-use-this */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.TokensConfig = void 0;
11
+ const configFile_1 = require("./configFile");
12
+ class TokensConfig extends configFile_1.ConfigFile {
13
+ static getDefaultOptions() {
14
+ return {
15
+ isGlobal: true,
16
+ isState: true,
17
+ filename: 'tokens.json',
18
+ };
19
+ }
20
+ getMethod(contents, key) {
21
+ return contents[key];
22
+ }
23
+ setMethod(contents, key, value) {
24
+ contents[key] = value;
25
+ }
26
+ }
27
+ exports.TokensConfig = TokensConfig;
28
+ TokensConfig.encryptedKeys = [/token/i, /password/i, /secret/i];
29
29
  //# sourceMappingURL=tokensConfig.js.map
@@ -1,34 +1,34 @@
1
- import { Duration } from '@salesforce/kit';
2
- import { JsonMap, Nullable } from '@salesforce/ts-types';
3
- import { ConfigFile } from './configFile';
4
- /**
5
- * A Time To Live configuration file where each entry is timestamped and removed once the TTL has expired.
6
- *
7
- * @example
8
- * ```
9
- * import { Duration } from '@salesforce/kit';
10
- * const config = await TTLConfig.create({
11
- * isGlobal: false,
12
- * ttl: Duration.days(1)
13
- * });
14
- * ```
15
- */
16
- export declare class TTLConfig<T extends TTLConfig.Options, P extends JsonMap> extends ConfigFile<T, TTLConfig.Contents<P>> {
17
- set(key: string, value: Partial<TTLConfig.Entry<P>>): void;
18
- getLatestEntry(): Nullable<[string, TTLConfig.Entry<P>]>;
19
- getLatestKey(): Nullable<string>;
20
- isExpired(dateTime: number, value: P & {
21
- timestamp: string;
22
- }): boolean;
23
- protected init(): Promise<void>;
24
- private timestamp;
25
- }
26
- export declare namespace TTLConfig {
27
- type Options = ConfigFile.Options & {
28
- ttl: Duration;
29
- };
30
- type Entry<T extends JsonMap> = T & {
31
- timestamp: string;
32
- };
33
- type Contents<T extends JsonMap> = Record<string, Entry<T>>;
34
- }
1
+ import { Duration } from '@salesforce/kit';
2
+ import { JsonMap, Nullable } from '@salesforce/ts-types';
3
+ import { ConfigFile } from './configFile';
4
+ /**
5
+ * A Time To Live configuration file where each entry is timestamped and removed once the TTL has expired.
6
+ *
7
+ * @example
8
+ * ```
9
+ * import { Duration } from '@salesforce/kit';
10
+ * const config = await TTLConfig.create({
11
+ * isGlobal: false,
12
+ * ttl: Duration.days(1)
13
+ * });
14
+ * ```
15
+ */
16
+ export declare class TTLConfig<T extends TTLConfig.Options, P extends JsonMap> extends ConfigFile<T, TTLConfig.Contents<P>> {
17
+ set(key: string, value: Partial<TTLConfig.Entry<P>>): void;
18
+ getLatestEntry(): Nullable<[string, TTLConfig.Entry<P>]>;
19
+ getLatestKey(): Nullable<string>;
20
+ isExpired(dateTime: number, value: P & {
21
+ timestamp: string;
22
+ }): boolean;
23
+ protected init(): Promise<void>;
24
+ private timestamp;
25
+ }
26
+ export declare namespace TTLConfig {
27
+ type Options = ConfigFile.Options & {
28
+ ttl: Duration;
29
+ };
30
+ type Entry<T extends JsonMap> = T & {
31
+ timestamp: string;
32
+ };
33
+ type Contents<T extends JsonMap> = Record<string, Entry<T>>;
34
+ }