@salesforce/plugin-data 0.6.8 → 0.6.11

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 (35) hide show
  1. package/CHANGELOG.md +63 -24
  2. package/README.md +26 -20
  3. package/lib/api/data/tree/exportApi.d.ts +13 -4
  4. package/lib/api/data/tree/exportApi.js +137 -224
  5. package/lib/api/data/tree/exportApi.js.map +1 -1
  6. package/lib/api/data/tree/importApi.d.ts +2 -1
  7. package/lib/api/data/tree/importApi.js +75 -91
  8. package/lib/api/data/tree/importApi.js.map +1 -1
  9. package/lib/batcher.js.map +1 -1
  10. package/lib/commands/force/data/bulk/delete.js.map +1 -1
  11. package/lib/commands/force/data/bulk/status.js.map +1 -1
  12. package/lib/commands/force/data/bulk/upsert.js.map +1 -1
  13. package/lib/commands/force/data/record/create.js.map +1 -1
  14. package/lib/commands/force/data/record/delete.js.map +1 -1
  15. package/lib/commands/force/data/record/get.js.map +1 -1
  16. package/lib/commands/force/data/record/update.js.map +1 -1
  17. package/lib/commands/force/data/soql/query.d.ts +1 -0
  18. package/lib/commands/force/data/soql/query.js +18 -8
  19. package/lib/commands/force/data/soql/query.js.map +1 -1
  20. package/lib/commands/force/data/tree/export.d.ts +2 -1
  21. package/lib/commands/force/data/tree/export.js.map +1 -1
  22. package/lib/dataCommand.d.ts +3 -3
  23. package/lib/dataCommand.js +12 -2
  24. package/lib/dataCommand.js.map +1 -1
  25. package/lib/dataSoqlQueryTypes.d.ts +38 -1
  26. package/lib/dataSoqlQueryTypes.js +10 -2
  27. package/lib/dataSoqlQueryTypes.js.map +1 -1
  28. package/lib/reporters.d.ts +3 -3
  29. package/lib/reporters.js +32 -14
  30. package/lib/reporters.js.map +1 -1
  31. package/oclif.manifest.json +1 -1
  32. package/package.json +11 -11
  33. package/lib/api/data/tree/executors.d.ts +0 -1
  34. package/lib/api/data/tree/executors.js +0 -19
  35. package/lib/api/data/tree/executors.js.map +0 -1
@@ -1,19 +0,0 @@
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.sequentialExecute = void 0;
10
- /* eslint-disable @typescript-eslint/no-explicit-any */
11
- async function sequentialExecute(funcs) {
12
- let result = Promise.resolve();
13
- funcs.forEach((promiseFactory) => {
14
- result = result.then(promiseFactory);
15
- });
16
- return result;
17
- }
18
- exports.sequentialExecute = sequentialExecute;
19
- //# sourceMappingURL=executors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executors.js","sourceRoot":"","sources":["../../../../src/api/data/tree/executors.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,wDAAwD;AAEjD,KAAK,UAAU,iBAAiB,CAAC,KAAY;IAClD,IAAI,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAC/B,KAAK,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,EAAE;QAC/B,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC;AAND,8CAMC"}