@etainabl/nodejs-sdk 1.3.153 → 1.3.154
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 +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.cts +14 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -503,7 +503,9 @@ var api_default = (auth, instanceOptions = {}) => {
|
|
|
503
503
|
searchAutomationRun: factory.get(etainablApi, "automation-runs", "search"),
|
|
504
504
|
updateAutomationRunAccountResults: factory.update(etainablApi, "automation-runs", "account-results"),
|
|
505
505
|
// global search
|
|
506
|
-
globalSearch: factory.get(etainablApi, "global-search", "search")
|
|
506
|
+
globalSearch: factory.get(etainablApi, "global-search", "search"),
|
|
507
|
+
// global settings
|
|
508
|
+
getSettings: factory.list(etainablApi, "settings")
|
|
507
509
|
};
|
|
508
510
|
} catch (e4) {
|
|
509
511
|
log.error(e4);
|