@jsforce/jsforce-node 3.4.0 → 3.4.1
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/lib/VERSION.d.ts +1 -1
- package/lib/VERSION.js +1 -1
- package/lib/api/bulk2.js +2 -1
- package/package.json +1 -1
package/lib/VERSION.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "3.4.
|
|
1
|
+
declare const _default: "3.4.1";
|
|
2
2
|
export default _default;
|
package/lib/VERSION.js
CHANGED
package/lib/api/bulk2.js
CHANGED
|
@@ -349,7 +349,8 @@ class QueryJobV2 extends events_1.EventEmitter {
|
|
|
349
349
|
const resPromise = this.createQueryRequest({
|
|
350
350
|
method: 'GET',
|
|
351
351
|
path: this.locator
|
|
352
|
-
|
|
352
|
+
// resultsPath starts with '/'
|
|
353
|
+
? `${resultsPath}?locator=${this.locator}`
|
|
353
354
|
: resultsPath,
|
|
354
355
|
headers: {
|
|
355
356
|
Accept: 'text/csv',
|