@etainabl/nodejs-sdk 1.3.154 → 1.3.156
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.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -505,7 +505,7 @@ var api_default = (auth, instanceOptions = {}) => {
|
|
|
505
505
|
// global search
|
|
506
506
|
globalSearch: factory.get(etainablApi, "global-search", "search"),
|
|
507
507
|
// global settings
|
|
508
|
-
|
|
508
|
+
listSettings: factory.list(etainablApi, "settings")
|
|
509
509
|
};
|
|
510
510
|
} catch (e4) {
|
|
511
511
|
log.error(e4);
|