@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.
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,69 +1,69 @@
1
- import { ConfigValue } from '../config/configStore';
2
- export declare enum OrgConfigProperties {
3
- /**
4
- * Username associate with the default org.
5
- */
6
- TARGET_ORG = "target-org",
7
- /**
8
- * Username associated with the default dev hub org.
9
- */
10
- TARGET_DEV_HUB = "target-dev-hub",
11
- /**
12
- * The api version
13
- */
14
- ORG_API_VERSION = "org-api-version",
15
- /**
16
- * Custom templates repo or local location.
17
- */
18
- ORG_CUSTOM_METADATA_TEMPLATES = "org-custom-metadata-templates",
19
- /**
20
- * Allows users to override the 10,000 result query limit.
21
- */
22
- ORG_MAX_QUERY_LIMIT = "org-max-query-limit",
23
- /**
24
- * The instance url of the org.
25
- */
26
- ORG_INSTANCE_URL = "org-instance-url",
27
- /**
28
- * The sid for the debugger configuration.
29
- */
30
- ORG_ISV_DEBUGGER_SID = "org-isv-debugger-sid",
31
- /**
32
- * The url for the debugger configuration.
33
- */
34
- ORG_ISV_DEBUGGER_URL = "org-isv-debugger-url"
35
- }
36
- export declare const ORG_CONFIG_ALLOWED_PROPERTIES: ({
37
- key: OrgConfigProperties;
38
- description: string;
39
- input?: undefined;
40
- hidden?: undefined;
41
- encrypted?: undefined;
42
- } | {
43
- key: OrgConfigProperties;
44
- description: string;
45
- input: {
46
- validator: (value: ConfigValue) => boolean;
47
- failedMessage: string;
48
- };
49
- hidden?: undefined;
50
- encrypted?: undefined;
51
- } | {
52
- key: OrgConfigProperties;
53
- description: string;
54
- hidden: boolean;
55
- input: {
56
- validator: (value: ConfigValue) => boolean;
57
- failedMessage: string;
58
- };
59
- encrypted?: undefined;
60
- } | {
61
- key: OrgConfigProperties;
62
- description: string;
63
- encrypted: boolean;
64
- input: {
65
- validator: (value: ConfigValue) => boolean;
66
- failedMessage: string;
67
- };
68
- hidden?: undefined;
69
- })[];
1
+ import { ConfigValue } from '../config/configStore';
2
+ export declare enum OrgConfigProperties {
3
+ /**
4
+ * Username associate with the default org.
5
+ */
6
+ TARGET_ORG = "target-org",
7
+ /**
8
+ * Username associated with the default dev hub org.
9
+ */
10
+ TARGET_DEV_HUB = "target-dev-hub",
11
+ /**
12
+ * The api version
13
+ */
14
+ ORG_API_VERSION = "org-api-version",
15
+ /**
16
+ * Custom templates repo or local location.
17
+ */
18
+ ORG_CUSTOM_METADATA_TEMPLATES = "org-custom-metadata-templates",
19
+ /**
20
+ * Allows users to override the 10,000 result query limit.
21
+ */
22
+ ORG_MAX_QUERY_LIMIT = "org-max-query-limit",
23
+ /**
24
+ * The instance url of the org.
25
+ */
26
+ ORG_INSTANCE_URL = "org-instance-url",
27
+ /**
28
+ * The sid for the debugger configuration.
29
+ */
30
+ ORG_ISV_DEBUGGER_SID = "org-isv-debugger-sid",
31
+ /**
32
+ * The url for the debugger configuration.
33
+ */
34
+ ORG_ISV_DEBUGGER_URL = "org-isv-debugger-url"
35
+ }
36
+ export declare const ORG_CONFIG_ALLOWED_PROPERTIES: ({
37
+ key: OrgConfigProperties;
38
+ description: string;
39
+ input?: undefined;
40
+ hidden?: undefined;
41
+ encrypted?: undefined;
42
+ } | {
43
+ key: OrgConfigProperties;
44
+ description: string;
45
+ input: {
46
+ validator: (value: ConfigValue) => boolean;
47
+ failedMessage: string;
48
+ };
49
+ hidden?: undefined;
50
+ encrypted?: undefined;
51
+ } | {
52
+ key: OrgConfigProperties;
53
+ description: string;
54
+ hidden: boolean;
55
+ input: {
56
+ validator: (value: ConfigValue) => boolean;
57
+ failedMessage: string;
58
+ };
59
+ encrypted?: undefined;
60
+ } | {
61
+ key: OrgConfigProperties;
62
+ description: string;
63
+ encrypted: boolean;
64
+ input: {
65
+ validator: (value: ConfigValue) => boolean;
66
+ failedMessage: string;
67
+ };
68
+ hidden?: undefined;
69
+ })[];
@@ -1,137 +1,137 @@
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.ORG_CONFIG_ALLOWED_PROPERTIES = exports.OrgConfigProperties = void 0;
10
- const path_1 = require("path");
11
- const ts_types_1 = require("@salesforce/ts-types");
12
- const messages_1 = require("../messages");
13
- const sfdcUrl_1 = require("../util/sfdcUrl");
14
- const sfdc_1 = require("../util/sfdc");
15
- messages_1.Messages.importMessagesDirectory((0, path_1.join)(__dirname));
16
- const messages = messages_1.Messages.load('@salesforce/core', 'config', [
17
- 'invalidApiVersion',
18
- 'invalidBooleanConfigValue',
19
- 'invalidInstanceUrl',
20
- 'invalidIsvDebuggerSid',
21
- 'invalidIsvDebuggerUrl',
22
- 'invalidNumberConfigValue',
23
- 'org-api-version',
24
- 'org-instance-url',
25
- 'org-isv-debugger-sid',
26
- 'org-isv-debugger-url',
27
- 'org-max-query-limit',
28
- 'target-dev-hub',
29
- 'target-org',
30
- 'org-custom-metadata-templates',
31
- ]);
32
- var OrgConfigProperties;
33
- (function (OrgConfigProperties) {
34
- /**
35
- * Username associate with the default org.
36
- */
37
- OrgConfigProperties["TARGET_ORG"] = "target-org";
38
- /**
39
- * Username associated with the default dev hub org.
40
- */
41
- OrgConfigProperties["TARGET_DEV_HUB"] = "target-dev-hub";
42
- /**
43
- * The api version
44
- */
45
- OrgConfigProperties["ORG_API_VERSION"] = "org-api-version";
46
- /**
47
- * Custom templates repo or local location.
48
- */
49
- OrgConfigProperties["ORG_CUSTOM_METADATA_TEMPLATES"] = "org-custom-metadata-templates";
50
- /**
51
- * Allows users to override the 10,000 result query limit.
52
- */
53
- OrgConfigProperties["ORG_MAX_QUERY_LIMIT"] = "org-max-query-limit";
54
- /**
55
- * The instance url of the org.
56
- */
57
- OrgConfigProperties["ORG_INSTANCE_URL"] = "org-instance-url";
58
- /**
59
- * The sid for the debugger configuration.
60
- */
61
- OrgConfigProperties["ORG_ISV_DEBUGGER_SID"] = "org-isv-debugger-sid";
62
- /**
63
- * The url for the debugger configuration.
64
- */
65
- OrgConfigProperties["ORG_ISV_DEBUGGER_URL"] = "org-isv-debugger-url";
66
- })(OrgConfigProperties = exports.OrgConfigProperties || (exports.OrgConfigProperties = {}));
67
- exports.ORG_CONFIG_ALLOWED_PROPERTIES = [
68
- {
69
- key: OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES,
70
- description: messages.getMessage(OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES),
71
- },
72
- {
73
- key: OrgConfigProperties.TARGET_ORG,
74
- description: messages.getMessage(OrgConfigProperties.TARGET_ORG),
75
- },
76
- {
77
- key: OrgConfigProperties.TARGET_DEV_HUB,
78
- description: messages.getMessage(OrgConfigProperties.TARGET_DEV_HUB),
79
- },
80
- {
81
- key: OrgConfigProperties.ORG_INSTANCE_URL,
82
- description: messages.getMessage(OrgConfigProperties.ORG_INSTANCE_URL),
83
- input: {
84
- // If a value is provided validate it otherwise no value is unset.
85
- validator: (value) => {
86
- if (value == null)
87
- return true;
88
- // validate if the value is a string and is a valid url and is either a salesforce domain
89
- // or an internal url.
90
- return ((0, ts_types_1.isString)(value) &&
91
- sfdcUrl_1.SfdcUrl.isValidUrl(value) &&
92
- (new sfdcUrl_1.SfdcUrl(value).isSalesforceDomain() || new sfdcUrl_1.SfdcUrl(value).isInternalUrl()));
93
- },
94
- failedMessage: messages.getMessage('invalidInstanceUrl'),
95
- },
96
- },
97
- {
98
- key: OrgConfigProperties.ORG_API_VERSION,
99
- description: messages.getMessage(OrgConfigProperties.ORG_API_VERSION),
100
- hidden: true,
101
- input: {
102
- // If a value is provided validate it otherwise no value is unset.
103
- validator: (value) => value == null || ((0, ts_types_1.isString)(value) && sfdc_1.sfdc.validateApiVersion(value)),
104
- failedMessage: messages.getMessage('invalidApiVersion'),
105
- },
106
- },
107
- {
108
- key: OrgConfigProperties.ORG_ISV_DEBUGGER_SID,
109
- description: messages.getMessage(OrgConfigProperties.ORG_ISV_DEBUGGER_SID),
110
- encrypted: true,
111
- input: {
112
- // If a value is provided validate it otherwise no value is unset.
113
- validator: (value) => value == null || (0, ts_types_1.isString)(value),
114
- failedMessage: messages.getMessage('invalidIsvDebuggerSid'),
115
- },
116
- },
117
- {
118
- key: OrgConfigProperties.ORG_ISV_DEBUGGER_URL,
119
- description: messages.getMessage(OrgConfigProperties.ORG_ISV_DEBUGGER_URL),
120
- input: {
121
- // If a value is provided validate it otherwise no value is unset.
122
- validator: (value) => value == null || (0, ts_types_1.isString)(value),
123
- failedMessage: messages.getMessage('invalidIsvDebuggerUrl'),
124
- },
125
- },
126
- {
127
- key: OrgConfigProperties.ORG_MAX_QUERY_LIMIT,
128
- description: messages.getMessage(OrgConfigProperties.ORG_MAX_QUERY_LIMIT),
129
- input: {
130
- // the bit shift will remove the negative bit, and any decimal numbers
131
- // then the parseFloat will handle converting it to a number from a string
132
- validator: (value) => value >>> 0 === parseFloat(value) && value > 0,
133
- failedMessage: messages.getMessage('invalidNumberConfigValue'),
134
- },
135
- },
136
- ];
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.ORG_CONFIG_ALLOWED_PROPERTIES = exports.OrgConfigProperties = void 0;
10
+ const path_1 = require("path");
11
+ const ts_types_1 = require("@salesforce/ts-types");
12
+ const messages_1 = require("../messages");
13
+ const sfdcUrl_1 = require("../util/sfdcUrl");
14
+ const sfdc_1 = require("../util/sfdc");
15
+ messages_1.Messages.importMessagesDirectory((0, path_1.join)(__dirname));
16
+ const messages = messages_1.Messages.load('@salesforce/core', 'config', [
17
+ 'invalidApiVersion',
18
+ 'invalidBooleanConfigValue',
19
+ 'invalidInstanceUrl',
20
+ 'invalidIsvDebuggerSid',
21
+ 'invalidIsvDebuggerUrl',
22
+ 'invalidNumberConfigValue',
23
+ 'org-api-version',
24
+ 'org-instance-url',
25
+ 'org-isv-debugger-sid',
26
+ 'org-isv-debugger-url',
27
+ 'org-max-query-limit',
28
+ 'target-dev-hub',
29
+ 'target-org',
30
+ 'org-custom-metadata-templates',
31
+ ]);
32
+ var OrgConfigProperties;
33
+ (function (OrgConfigProperties) {
34
+ /**
35
+ * Username associate with the default org.
36
+ */
37
+ OrgConfigProperties["TARGET_ORG"] = "target-org";
38
+ /**
39
+ * Username associated with the default dev hub org.
40
+ */
41
+ OrgConfigProperties["TARGET_DEV_HUB"] = "target-dev-hub";
42
+ /**
43
+ * The api version
44
+ */
45
+ OrgConfigProperties["ORG_API_VERSION"] = "org-api-version";
46
+ /**
47
+ * Custom templates repo or local location.
48
+ */
49
+ OrgConfigProperties["ORG_CUSTOM_METADATA_TEMPLATES"] = "org-custom-metadata-templates";
50
+ /**
51
+ * Allows users to override the 10,000 result query limit.
52
+ */
53
+ OrgConfigProperties["ORG_MAX_QUERY_LIMIT"] = "org-max-query-limit";
54
+ /**
55
+ * The instance url of the org.
56
+ */
57
+ OrgConfigProperties["ORG_INSTANCE_URL"] = "org-instance-url";
58
+ /**
59
+ * The sid for the debugger configuration.
60
+ */
61
+ OrgConfigProperties["ORG_ISV_DEBUGGER_SID"] = "org-isv-debugger-sid";
62
+ /**
63
+ * The url for the debugger configuration.
64
+ */
65
+ OrgConfigProperties["ORG_ISV_DEBUGGER_URL"] = "org-isv-debugger-url";
66
+ })(OrgConfigProperties = exports.OrgConfigProperties || (exports.OrgConfigProperties = {}));
67
+ exports.ORG_CONFIG_ALLOWED_PROPERTIES = [
68
+ {
69
+ key: OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES,
70
+ description: messages.getMessage(OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES),
71
+ },
72
+ {
73
+ key: OrgConfigProperties.TARGET_ORG,
74
+ description: messages.getMessage(OrgConfigProperties.TARGET_ORG),
75
+ },
76
+ {
77
+ key: OrgConfigProperties.TARGET_DEV_HUB,
78
+ description: messages.getMessage(OrgConfigProperties.TARGET_DEV_HUB),
79
+ },
80
+ {
81
+ key: OrgConfigProperties.ORG_INSTANCE_URL,
82
+ description: messages.getMessage(OrgConfigProperties.ORG_INSTANCE_URL),
83
+ input: {
84
+ // If a value is provided validate it otherwise no value is unset.
85
+ validator: (value) => {
86
+ if (value == null)
87
+ return true;
88
+ // validate if the value is a string and is a valid url and is either a salesforce domain
89
+ // or an internal url.
90
+ return ((0, ts_types_1.isString)(value) &&
91
+ sfdcUrl_1.SfdcUrl.isValidUrl(value) &&
92
+ (new sfdcUrl_1.SfdcUrl(value).isSalesforceDomain() || new sfdcUrl_1.SfdcUrl(value).isInternalUrl()));
93
+ },
94
+ failedMessage: messages.getMessage('invalidInstanceUrl'),
95
+ },
96
+ },
97
+ {
98
+ key: OrgConfigProperties.ORG_API_VERSION,
99
+ description: messages.getMessage(OrgConfigProperties.ORG_API_VERSION),
100
+ hidden: true,
101
+ input: {
102
+ // If a value is provided validate it otherwise no value is unset.
103
+ validator: (value) => value == null || ((0, ts_types_1.isString)(value) && sfdc_1.sfdc.validateApiVersion(value)),
104
+ failedMessage: messages.getMessage('invalidApiVersion'),
105
+ },
106
+ },
107
+ {
108
+ key: OrgConfigProperties.ORG_ISV_DEBUGGER_SID,
109
+ description: messages.getMessage(OrgConfigProperties.ORG_ISV_DEBUGGER_SID),
110
+ encrypted: true,
111
+ input: {
112
+ // If a value is provided validate it otherwise no value is unset.
113
+ validator: (value) => value == null || (0, ts_types_1.isString)(value),
114
+ failedMessage: messages.getMessage('invalidIsvDebuggerSid'),
115
+ },
116
+ },
117
+ {
118
+ key: OrgConfigProperties.ORG_ISV_DEBUGGER_URL,
119
+ description: messages.getMessage(OrgConfigProperties.ORG_ISV_DEBUGGER_URL),
120
+ input: {
121
+ // If a value is provided validate it otherwise no value is unset.
122
+ validator: (value) => value == null || (0, ts_types_1.isString)(value),
123
+ failedMessage: messages.getMessage('invalidIsvDebuggerUrl'),
124
+ },
125
+ },
126
+ {
127
+ key: OrgConfigProperties.ORG_MAX_QUERY_LIMIT,
128
+ description: messages.getMessage(OrgConfigProperties.ORG_MAX_QUERY_LIMIT),
129
+ input: {
130
+ // the bit shift will remove the negative bit, and any decimal numbers
131
+ // then the parseFloat will handle converting it to a number from a string
132
+ validator: (value) => value >>> 0 === parseFloat(value) && value > 0,
133
+ failedMessage: messages.getMessage('invalidNumberConfigValue'),
134
+ },
135
+ },
136
+ ];
137
137
  //# sourceMappingURL=orgConfigProperties.js.map
@@ -1,35 +1,35 @@
1
- import { Org } from './org';
2
- /**
3
- * Map of fields name for a permission set assignment
4
- */
5
- export interface PermissionSetAssignmentFields {
6
- assigneeId: string;
7
- permissionSetId: string;
8
- }
9
- /**
10
- * A class for assigning a Salesforce User to one or more permission sets.
11
- */
12
- export declare class PermissionSetAssignment {
13
- private logger;
14
- private org;
15
- private constructor();
16
- /**
17
- * Creates a new instance of PermissionSetAssignment.
18
- *
19
- * @param org The target org for the assignment.
20
- */
21
- static init(org: Org): Promise<PermissionSetAssignment>;
22
- /**
23
- * Assigns a user to one or more permission sets.
24
- *
25
- * @param id A user id
26
- * @param permSetString An array of permission set names.
27
- */
28
- create(id: string, permSetString: string): Promise<PermissionSetAssignmentFields>;
29
- /**
30
- * Parses a permission set name based on if it has a namespace or not.
31
- *
32
- * @param permSetString The permission set string.
33
- */
34
- private parsePermissionSetString;
35
- }
1
+ import { Org } from './org';
2
+ /**
3
+ * Map of fields name for a permission set assignment
4
+ */
5
+ export interface PermissionSetAssignmentFields {
6
+ assigneeId: string;
7
+ permissionSetId: string;
8
+ }
9
+ /**
10
+ * A class for assigning a Salesforce User to one or more permission sets.
11
+ */
12
+ export declare class PermissionSetAssignment {
13
+ private logger;
14
+ private org;
15
+ private constructor();
16
+ /**
17
+ * Creates a new instance of PermissionSetAssignment.
18
+ *
19
+ * @param org The target org for the assignment.
20
+ */
21
+ static init(org: Org): Promise<PermissionSetAssignment>;
22
+ /**
23
+ * Assigns a user to one or more permission sets.
24
+ *
25
+ * @param id A user id
26
+ * @param permSetString An array of permission set names.
27
+ */
28
+ create(id: string, permSetString: string): Promise<PermissionSetAssignmentFields>;
29
+ /**
30
+ * Parses a permission set name based on if it has a namespace or not.
31
+ *
32
+ * @param permSetString The permission set string.
33
+ */
34
+ private parsePermissionSetString;
35
+ }