denotify-client 1.1.19 → 1.1.20
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.
|
@@ -236,7 +236,7 @@ export type Alert = {
|
|
|
236
236
|
export declare class DeNotifyClient {
|
|
237
237
|
private url;
|
|
238
238
|
private headers;
|
|
239
|
-
|
|
239
|
+
constructor(url: string, token: string);
|
|
240
240
|
static create(options: DeNotifyOptions): Promise<DeNotifyClient>;
|
|
241
241
|
alertHistory(id?: number | null, pagination?: Pagination): Promise<{
|
|
242
242
|
params: HistoryParams;
|