denotify-client 1.1.21 → 1.1.22

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.
@@ -223,7 +223,7 @@ export declare class DeNotifyClient {
223
223
  }>;
224
224
  getAlert(id: number): Promise<Alert>;
225
225
  getAlerts(): Promise<Alert[]>;
226
- createAlert(config: Alert): Promise<any>;
226
+ createAlert(config: Alert): Promise<number>;
227
227
  private updateRawTrigger;
228
228
  updateAlert(id: number, update: AlertUpdate): Promise<Alert>;
229
229
  deleteAlert(id: number): Promise<any>;