@etainabl/nodejs-sdk 1.3.187 → 1.3.188

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
@@ -5884,13 +5884,13 @@ var api_default = (auth, instanceOptions = {}) => {
5884
5884
  removeAccount: factory.remove(etainablApi, "accounts"),
5885
5885
  getAccountSchema: factory.get(etainablApi, "accounts", "schema"),
5886
5886
  invalidateAccountCache: factory.customWithId(etainablApi, "put", "accounts", "invalidate-cache"),
5887
- // custom alert triggers
5888
- getCustomAlertTrigger: factory.getWithId(etainablApi, "custom-alert-triggers"),
5889
- listCustomAlertTriggers: factory.list(etainablApi, "custom-alert-triggers"),
5890
- updateCustomAlertTrigger: factory.update(etainablApi, "custom-alert-triggers"),
5891
- bulkUpdateCustomAlertTriggers: factory.create(
5887
+ // alert trigger rules
5888
+ getAlertTriggerRule: factory.getWithId(etainablApi, "alert-trigger-rules"),
5889
+ listAlertTriggerRules: factory.list(etainablApi, "alert-trigger-rules"),
5890
+ updateAlertTriggerRule: factory.update(etainablApi, "alert-trigger-rules"),
5891
+ bulkUpdateAlertTriggerRules: factory.create(
5892
5892
  etainablApi,
5893
- "custom-alert-triggers",
5893
+ "alert-trigger-rules",
5894
5894
  "bulk-update"
5895
5895
  ),
5896
5896
  // assets