@salesforce/core 3.30.14 → 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 -227
- 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 -530
- package/lib/testSetup.js +871 -727
- 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/org/connection.d.ts
CHANGED
|
@@ -1,197 +1,197 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { AsyncResult, DeployOptions, DeployResultLocator } from 'jsforce/api/metadata';
|
|
3
|
-
import { JsonCollection, JsonMap, Optional } from '@salesforce/ts-types';
|
|
4
|
-
import { Connection as JSForceConnection, ConnectionConfig, HttpRequest, QueryOptions, QueryResult, Record, Schema } from 'jsforce';
|
|
5
|
-
import { Tooling as JSForceTooling } from 'jsforce/lib/api/tooling';
|
|
6
|
-
import { StreamPromise } from 'jsforce/lib/util/promise';
|
|
7
|
-
import { ConfigAggregator } from '../config/configAggregator';
|
|
8
|
-
import { AuthFields, AuthInfo } from './authInfo';
|
|
9
|
-
export declare const SFDX_HTTP_HEADERS: {
|
|
10
|
-
'content-type': string;
|
|
11
|
-
'user-agent': string;
|
|
12
|
-
};
|
|
13
|
-
export declare const DNS_ERROR_NAME = "DomainNotFoundError";
|
|
14
|
-
declare type recentValidationOptions = {
|
|
15
|
-
id: string;
|
|
16
|
-
rest?: boolean;
|
|
17
|
-
};
|
|
18
|
-
export declare type DeployOptionsWithRest = Partial<DeployOptions> & {
|
|
19
|
-
rest?: boolean;
|
|
20
|
-
};
|
|
21
|
-
export interface Tooling<S extends Schema = Schema> extends JSForceTooling<S> {
|
|
22
|
-
_logger: any;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Handles connections and requests to Salesforce Orgs.
|
|
26
|
-
*
|
|
27
|
-
* ```
|
|
28
|
-
* // Uses latest API version
|
|
29
|
-
* const connection = await Connection.create({
|
|
30
|
-
* authInfo: await AuthInfo.create({ username: 'myAdminUsername' })
|
|
31
|
-
* });
|
|
32
|
-
* connection.query('SELECT Name from Account');
|
|
33
|
-
*
|
|
34
|
-
* // Use different API version
|
|
35
|
-
* connection.setApiVersion("42.0");
|
|
36
|
-
* connection.query('SELECT Name from Account');
|
|
37
|
-
* ```
|
|
38
|
-
*/
|
|
39
|
-
export declare class Connection<S extends Schema = Schema> extends JSForceConnection<S> {
|
|
40
|
-
private logger;
|
|
41
|
-
private options;
|
|
42
|
-
private username;
|
|
43
|
-
/**
|
|
44
|
-
* Constructor
|
|
45
|
-
* **Do not directly construct instances of this class -- use {@link Connection.create} instead.**
|
|
46
|
-
*
|
|
47
|
-
* @param options The options for the class instance.
|
|
48
|
-
* @ignore
|
|
49
|
-
*/
|
|
50
|
-
constructor(options: Connection.Options<S>);
|
|
51
|
-
/**
|
|
52
|
-
* Tooling api reference.
|
|
53
|
-
*/
|
|
54
|
-
get tooling(): Tooling<S>;
|
|
55
|
-
/**
|
|
56
|
-
* Creates an instance of a Connection. Performs additional async initializations.
|
|
57
|
-
*
|
|
58
|
-
* @param options Constructor options.
|
|
59
|
-
*/
|
|
60
|
-
static create<S extends Schema>(this: new (options: Connection.Options<S>) => Connection<S>, options: Connection.Options<S>): Promise<Connection<S>>;
|
|
61
|
-
/**
|
|
62
|
-
* Async initializer.
|
|
63
|
-
*/
|
|
64
|
-
init(): Promise<void>;
|
|
65
|
-
/**
|
|
66
|
-
* deploy a zipped buffer from the SDRL with REST or SOAP
|
|
67
|
-
*
|
|
68
|
-
* @param zipInput data to deploy
|
|
69
|
-
* @param options JSForce deploy options + a boolean for rest
|
|
70
|
-
*/
|
|
71
|
-
deploy(zipInput: Buffer, options: DeployOptionsWithRest): Promise<DeployResultLocator<AsyncResult & Schema>>;
|
|
72
|
-
/**
|
|
73
|
-
* Send REST API request with given HTTP request info, with connected session information
|
|
74
|
-
* and SFDX headers.
|
|
75
|
-
*
|
|
76
|
-
* @param request HTTP request object or URL to GET request.
|
|
77
|
-
* @param options HTTP API request options.
|
|
78
|
-
*/
|
|
79
|
-
request<R = unknown>(request: string | HttpRequest, options?: JsonMap): StreamPromise<R>;
|
|
80
|
-
/**
|
|
81
|
-
* The Force API base url for the instance.
|
|
82
|
-
*/
|
|
83
|
-
baseUrl(): string;
|
|
84
|
-
/**
|
|
85
|
-
* Will deploy a recently validated deploy request - directly calling jsforce now that this is supported.
|
|
86
|
-
* WARNING: will always return a string from jsforce, the type is JsonCollection to support backwards compatibility
|
|
87
|
-
*
|
|
88
|
-
* @param options.id = the deploy ID that's been validated already from a previous checkOnly deploy request
|
|
89
|
-
* @param options.rest = a boolean whether or not to use the REST API
|
|
90
|
-
* @deprecated use {@link Connection.metadata#deployRecentValidation} instead - the jsforce implementation, instead of this wrapper
|
|
91
|
-
*/
|
|
92
|
-
deployRecentValidation(options: recentValidationOptions): Promise<JsonCollection>;
|
|
93
|
-
/**
|
|
94
|
-
* Retrieves the highest api version that is supported by the target server instance.
|
|
95
|
-
*/
|
|
96
|
-
retrieveMaxApiVersion(): Promise<string>;
|
|
97
|
-
/**
|
|
98
|
-
* Use the latest API version available on `this.instanceUrl`.
|
|
99
|
-
*/
|
|
100
|
-
useLatestApiVersion(): Promise<void>;
|
|
101
|
-
/**
|
|
102
|
-
* Verify that instance has a reachable DNS entry, otherwise will throw error
|
|
103
|
-
*/
|
|
104
|
-
isResolvable(): Promise<boolean>;
|
|
105
|
-
/**
|
|
106
|
-
* Get the API version used for all connection requests.
|
|
107
|
-
*/
|
|
108
|
-
getApiVersion(): string;
|
|
109
|
-
/**
|
|
110
|
-
* Set the API version for all connection requests.
|
|
111
|
-
*
|
|
112
|
-
* **Throws** *{@link SfError}{ name: 'IncorrectAPIVersionError' }* Incorrect API version.
|
|
113
|
-
*
|
|
114
|
-
* @param version The API version.
|
|
115
|
-
*/
|
|
116
|
-
setApiVersion(version: string): void;
|
|
117
|
-
/**
|
|
118
|
-
* Getter for AuthInfo.
|
|
119
|
-
*/
|
|
120
|
-
getAuthInfo(): AuthInfo;
|
|
121
|
-
/**
|
|
122
|
-
* Getter for the AuthInfo fields.
|
|
123
|
-
*/
|
|
124
|
-
getAuthInfoFields(): AuthFields;
|
|
125
|
-
/**
|
|
126
|
-
* Getter for the auth fields.
|
|
127
|
-
*/
|
|
128
|
-
getConnectionOptions(): AuthFields;
|
|
129
|
-
/**
|
|
130
|
-
* Getter for the username of the Salesforce Org.
|
|
131
|
-
*/
|
|
132
|
-
getUsername(): Optional<string>;
|
|
133
|
-
/**
|
|
134
|
-
* Returns true if this connection is using access token auth.
|
|
135
|
-
*/
|
|
136
|
-
isUsingAccessToken(): boolean;
|
|
137
|
-
/**
|
|
138
|
-
* Normalize a Salesforce url to include a instance information.
|
|
139
|
-
*
|
|
140
|
-
* @param url Partial url.
|
|
141
|
-
*/
|
|
142
|
-
normalizeUrl(url: string): string;
|
|
143
|
-
/**
|
|
144
|
-
* Executes a query and auto-fetches (i.e., "queryMore") all results. This is especially
|
|
145
|
-
* useful with large query result sizes, such as over 2000 records. The default maximum
|
|
146
|
-
* fetch size is 10,000 records. Modify this via the options argument.
|
|
147
|
-
*
|
|
148
|
-
* @param soql The SOQL string.
|
|
149
|
-
* @param queryOptions The query options. NOTE: the autoFetch option will always be true.
|
|
150
|
-
*/
|
|
151
|
-
autoFetchQuery<T extends Schema = S>(soql: string, queryOptions?: Partial<QueryOptions & {
|
|
152
|
-
tooling: boolean;
|
|
153
|
-
}>): Promise<QueryResult<T>>;
|
|
154
|
-
/**
|
|
155
|
-
* Executes a query using either standard REST or Tooling API, returning a single record.
|
|
156
|
-
* Will throw if either zero records are found OR multiple records are found.
|
|
157
|
-
*
|
|
158
|
-
* @param soql The SOQL string.
|
|
159
|
-
* @param options The query options.
|
|
160
|
-
*/
|
|
161
|
-
singleRecordQuery<T extends Record>(soql: string, options?: SingleRecordQueryOptions): Promise<T>;
|
|
162
|
-
/**
|
|
163
|
-
* Executes a get request on the baseUrl to force an auth refresh
|
|
164
|
-
* Useful for the raw methods (request, requestRaw) that use the accessToken directly and don't handle refreshes
|
|
165
|
-
*/
|
|
166
|
-
refreshAuth(): Promise<void>;
|
|
167
|
-
private loadInstanceApiVersion;
|
|
168
|
-
}
|
|
169
|
-
export declare const SingleRecordQueryErrors: {
|
|
170
|
-
NoRecords: string;
|
|
171
|
-
MultipleRecords: string;
|
|
172
|
-
};
|
|
173
|
-
export interface SingleRecordQueryOptions {
|
|
174
|
-
tooling?: boolean;
|
|
175
|
-
returnChoicesOnMultiple?: boolean;
|
|
176
|
-
choiceField?: string;
|
|
177
|
-
}
|
|
178
|
-
export declare namespace Connection {
|
|
179
|
-
/**
|
|
180
|
-
* Connection Options.
|
|
181
|
-
*/
|
|
182
|
-
interface Options<S extends Schema> {
|
|
183
|
-
/**
|
|
184
|
-
* AuthInfo instance.
|
|
185
|
-
*/
|
|
186
|
-
authInfo: AuthInfo;
|
|
187
|
-
/**
|
|
188
|
-
* ConfigAggregator for getting defaults.
|
|
189
|
-
*/
|
|
190
|
-
configAggregator?: ConfigAggregator;
|
|
191
|
-
/**
|
|
192
|
-
* Additional connection parameters.
|
|
193
|
-
*/
|
|
194
|
-
connectionOptions?: ConnectionConfig<S>;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
export {};
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { AsyncResult, DeployOptions, DeployResultLocator } from 'jsforce/api/metadata';
|
|
3
|
+
import { JsonCollection, JsonMap, Optional } from '@salesforce/ts-types';
|
|
4
|
+
import { Connection as JSForceConnection, ConnectionConfig, HttpRequest, QueryOptions, QueryResult, Record, Schema } from 'jsforce';
|
|
5
|
+
import { Tooling as JSForceTooling } from 'jsforce/lib/api/tooling';
|
|
6
|
+
import { StreamPromise } from 'jsforce/lib/util/promise';
|
|
7
|
+
import { ConfigAggregator } from '../config/configAggregator';
|
|
8
|
+
import { AuthFields, AuthInfo } from './authInfo';
|
|
9
|
+
export declare const SFDX_HTTP_HEADERS: {
|
|
10
|
+
'content-type': string;
|
|
11
|
+
'user-agent': string;
|
|
12
|
+
};
|
|
13
|
+
export declare const DNS_ERROR_NAME = "DomainNotFoundError";
|
|
14
|
+
declare type recentValidationOptions = {
|
|
15
|
+
id: string;
|
|
16
|
+
rest?: boolean;
|
|
17
|
+
};
|
|
18
|
+
export declare type DeployOptionsWithRest = Partial<DeployOptions> & {
|
|
19
|
+
rest?: boolean;
|
|
20
|
+
};
|
|
21
|
+
export interface Tooling<S extends Schema = Schema> extends JSForceTooling<S> {
|
|
22
|
+
_logger: any;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Handles connections and requests to Salesforce Orgs.
|
|
26
|
+
*
|
|
27
|
+
* ```
|
|
28
|
+
* // Uses latest API version
|
|
29
|
+
* const connection = await Connection.create({
|
|
30
|
+
* authInfo: await AuthInfo.create({ username: 'myAdminUsername' })
|
|
31
|
+
* });
|
|
32
|
+
* connection.query('SELECT Name from Account');
|
|
33
|
+
*
|
|
34
|
+
* // Use different API version
|
|
35
|
+
* connection.setApiVersion("42.0");
|
|
36
|
+
* connection.query('SELECT Name from Account');
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export declare class Connection<S extends Schema = Schema> extends JSForceConnection<S> {
|
|
40
|
+
private logger;
|
|
41
|
+
private options;
|
|
42
|
+
private username;
|
|
43
|
+
/**
|
|
44
|
+
* Constructor
|
|
45
|
+
* **Do not directly construct instances of this class -- use {@link Connection.create} instead.**
|
|
46
|
+
*
|
|
47
|
+
* @param options The options for the class instance.
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
50
|
+
constructor(options: Connection.Options<S>);
|
|
51
|
+
/**
|
|
52
|
+
* Tooling api reference.
|
|
53
|
+
*/
|
|
54
|
+
get tooling(): Tooling<S>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates an instance of a Connection. Performs additional async initializations.
|
|
57
|
+
*
|
|
58
|
+
* @param options Constructor options.
|
|
59
|
+
*/
|
|
60
|
+
static create<S extends Schema>(this: new (options: Connection.Options<S>) => Connection<S>, options: Connection.Options<S>): Promise<Connection<S>>;
|
|
61
|
+
/**
|
|
62
|
+
* Async initializer.
|
|
63
|
+
*/
|
|
64
|
+
init(): Promise<void>;
|
|
65
|
+
/**
|
|
66
|
+
* deploy a zipped buffer from the SDRL with REST or SOAP
|
|
67
|
+
*
|
|
68
|
+
* @param zipInput data to deploy
|
|
69
|
+
* @param options JSForce deploy options + a boolean for rest
|
|
70
|
+
*/
|
|
71
|
+
deploy(zipInput: Buffer, options: DeployOptionsWithRest): Promise<DeployResultLocator<AsyncResult & Schema>>;
|
|
72
|
+
/**
|
|
73
|
+
* Send REST API request with given HTTP request info, with connected session information
|
|
74
|
+
* and SFDX headers.
|
|
75
|
+
*
|
|
76
|
+
* @param request HTTP request object or URL to GET request.
|
|
77
|
+
* @param options HTTP API request options.
|
|
78
|
+
*/
|
|
79
|
+
request<R = unknown>(request: string | HttpRequest, options?: JsonMap): StreamPromise<R>;
|
|
80
|
+
/**
|
|
81
|
+
* The Force API base url for the instance.
|
|
82
|
+
*/
|
|
83
|
+
baseUrl(): string;
|
|
84
|
+
/**
|
|
85
|
+
* Will deploy a recently validated deploy request - directly calling jsforce now that this is supported.
|
|
86
|
+
* WARNING: will always return a string from jsforce, the type is JsonCollection to support backwards compatibility
|
|
87
|
+
*
|
|
88
|
+
* @param options.id = the deploy ID that's been validated already from a previous checkOnly deploy request
|
|
89
|
+
* @param options.rest = a boolean whether or not to use the REST API
|
|
90
|
+
* @deprecated use {@link Connection.metadata#deployRecentValidation} instead - the jsforce implementation, instead of this wrapper
|
|
91
|
+
*/
|
|
92
|
+
deployRecentValidation(options: recentValidationOptions): Promise<JsonCollection>;
|
|
93
|
+
/**
|
|
94
|
+
* Retrieves the highest api version that is supported by the target server instance.
|
|
95
|
+
*/
|
|
96
|
+
retrieveMaxApiVersion(): Promise<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Use the latest API version available on `this.instanceUrl`.
|
|
99
|
+
*/
|
|
100
|
+
useLatestApiVersion(): Promise<void>;
|
|
101
|
+
/**
|
|
102
|
+
* Verify that instance has a reachable DNS entry, otherwise will throw error
|
|
103
|
+
*/
|
|
104
|
+
isResolvable(): Promise<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* Get the API version used for all connection requests.
|
|
107
|
+
*/
|
|
108
|
+
getApiVersion(): string;
|
|
109
|
+
/**
|
|
110
|
+
* Set the API version for all connection requests.
|
|
111
|
+
*
|
|
112
|
+
* **Throws** *{@link SfError}{ name: 'IncorrectAPIVersionError' }* Incorrect API version.
|
|
113
|
+
*
|
|
114
|
+
* @param version The API version.
|
|
115
|
+
*/
|
|
116
|
+
setApiVersion(version: string): void;
|
|
117
|
+
/**
|
|
118
|
+
* Getter for AuthInfo.
|
|
119
|
+
*/
|
|
120
|
+
getAuthInfo(): AuthInfo;
|
|
121
|
+
/**
|
|
122
|
+
* Getter for the AuthInfo fields.
|
|
123
|
+
*/
|
|
124
|
+
getAuthInfoFields(): AuthFields;
|
|
125
|
+
/**
|
|
126
|
+
* Getter for the auth fields.
|
|
127
|
+
*/
|
|
128
|
+
getConnectionOptions(): AuthFields;
|
|
129
|
+
/**
|
|
130
|
+
* Getter for the username of the Salesforce Org.
|
|
131
|
+
*/
|
|
132
|
+
getUsername(): Optional<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Returns true if this connection is using access token auth.
|
|
135
|
+
*/
|
|
136
|
+
isUsingAccessToken(): boolean;
|
|
137
|
+
/**
|
|
138
|
+
* Normalize a Salesforce url to include a instance information.
|
|
139
|
+
*
|
|
140
|
+
* @param url Partial url.
|
|
141
|
+
*/
|
|
142
|
+
normalizeUrl(url: string): string;
|
|
143
|
+
/**
|
|
144
|
+
* Executes a query and auto-fetches (i.e., "queryMore") all results. This is especially
|
|
145
|
+
* useful with large query result sizes, such as over 2000 records. The default maximum
|
|
146
|
+
* fetch size is 10,000 records. Modify this via the options argument.
|
|
147
|
+
*
|
|
148
|
+
* @param soql The SOQL string.
|
|
149
|
+
* @param queryOptions The query options. NOTE: the autoFetch option will always be true.
|
|
150
|
+
*/
|
|
151
|
+
autoFetchQuery<T extends Schema = S>(soql: string, queryOptions?: Partial<QueryOptions & {
|
|
152
|
+
tooling: boolean;
|
|
153
|
+
}>): Promise<QueryResult<T>>;
|
|
154
|
+
/**
|
|
155
|
+
* Executes a query using either standard REST or Tooling API, returning a single record.
|
|
156
|
+
* Will throw if either zero records are found OR multiple records are found.
|
|
157
|
+
*
|
|
158
|
+
* @param soql The SOQL string.
|
|
159
|
+
* @param options The query options.
|
|
160
|
+
*/
|
|
161
|
+
singleRecordQuery<T extends Record>(soql: string, options?: SingleRecordQueryOptions): Promise<T>;
|
|
162
|
+
/**
|
|
163
|
+
* Executes a get request on the baseUrl to force an auth refresh
|
|
164
|
+
* Useful for the raw methods (request, requestRaw) that use the accessToken directly and don't handle refreshes
|
|
165
|
+
*/
|
|
166
|
+
refreshAuth(): Promise<void>;
|
|
167
|
+
private loadInstanceApiVersion;
|
|
168
|
+
}
|
|
169
|
+
export declare const SingleRecordQueryErrors: {
|
|
170
|
+
NoRecords: string;
|
|
171
|
+
MultipleRecords: string;
|
|
172
|
+
};
|
|
173
|
+
export interface SingleRecordQueryOptions {
|
|
174
|
+
tooling?: boolean;
|
|
175
|
+
returnChoicesOnMultiple?: boolean;
|
|
176
|
+
choiceField?: string;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace Connection {
|
|
179
|
+
/**
|
|
180
|
+
* Connection Options.
|
|
181
|
+
*/
|
|
182
|
+
interface Options<S extends Schema> {
|
|
183
|
+
/**
|
|
184
|
+
* AuthInfo instance.
|
|
185
|
+
*/
|
|
186
|
+
authInfo: AuthInfo;
|
|
187
|
+
/**
|
|
188
|
+
* ConfigAggregator for getting defaults.
|
|
189
|
+
*/
|
|
190
|
+
configAggregator?: ConfigAggregator;
|
|
191
|
+
/**
|
|
192
|
+
* Additional connection parameters.
|
|
193
|
+
*/
|
|
194
|
+
connectionOptions?: ConnectionConfig<S>;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
export {};
|