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.
- package/dist/denotify-client.cjs +2 -4
- package/dist/denotify-client.d.ts +1 -1
- package/dist/denotify-client.iife.js +2 -4
- package/dist/denotify-client.mjs +2590 -3996
- package/package.json +1 -1
@@ -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<
|
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>;
|