@etainabl/nodejs-sdk 1.3.154 → 1.3.155

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/index.d.cts CHANGED
@@ -1569,7 +1569,7 @@ declare const _default$4: (auth: AuthOptions, instanceOptions?: CreateAxiosDefau
1569
1569
  searchAutomationRun: (options?: AxiosRequestConfig) => Promise<any>;
1570
1570
  updateAutomationRunAccountResults: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
1571
1571
  globalSearch: (options?: AxiosRequestConfig) => Promise<any>;
1572
- getSettings: <P = Setting<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1572
+ listSettings: <P = Setting<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1573
1573
  };
1574
1574
 
1575
1575
  interface EmailTemplateOptions {
package/dist/index.d.ts CHANGED
@@ -1569,7 +1569,7 @@ declare const _default$4: (auth: AuthOptions, instanceOptions?: CreateAxiosDefau
1569
1569
  searchAutomationRun: (options?: AxiosRequestConfig) => Promise<any>;
1570
1570
  updateAutomationRunAccountResults: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
1571
1571
  globalSearch: (options?: AxiosRequestConfig) => Promise<any>;
1572
- getSettings: <P = Setting<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1572
+ listSettings: <P = Setting<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1573
1573
  };
1574
1574
 
1575
1575
  interface EmailTemplateOptions {
package/dist/index.js CHANGED
@@ -16582,7 +16582,7 @@ var api_default = (auth, instanceOptions = {}) => {
16582
16582
  // global search
16583
16583
  globalSearch: factory.get(etainablApi, "global-search", "search"),
16584
16584
  // global settings
16585
- getSettings: factory.list(etainablApi, "settings")
16585
+ listSettings: factory.list(etainablApi, "settings")
16586
16586
  };
16587
16587
  } catch (e7) {
16588
16588
  log.error(e7);