@etainabl/nodejs-sdk 1.3.120 → 1.3.122

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/dist/esm/index.js CHANGED
@@ -478,7 +478,7 @@ var api_default = (auth, instanceOptions = {}) => {
478
478
  "logs"
479
479
  ),
480
480
  searchAutomationRun: factory.get(etainablApi, "automation-runs", "search"),
481
- updateAccountResults: factory.update(etainablApi, "automation-runs", "import"),
481
+ updateAutomationRunAccountResults: factory.update(etainablApi, "automation-runs", "account-results"),
482
482
  // global search
483
483
  globalSearch: factory.get(etainablApi, "global-search", "search")
484
484
  };