@etainabl/nodejs-sdk 1.3.120 → 1.3.121
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 +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16492,7 +16492,7 @@ var api_default = (auth, instanceOptions = {}) => {
|
|
|
16492
16492
|
"logs"
|
|
16493
16493
|
),
|
|
16494
16494
|
searchAutomationRun: factory.get(etainablApi, "automation-runs", "search"),
|
|
16495
|
-
updateAccountResults: factory.update(etainablApi, "automation-runs", "
|
|
16495
|
+
updateAccountResults: factory.update(etainablApi, "automation-runs", "account-results"),
|
|
16496
16496
|
// global search
|
|
16497
16497
|
globalSearch: factory.get(etainablApi, "global-search", "search")
|
|
16498
16498
|
};
|