denotify-client 1.1.19 → 1.1.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -236,7 +236,7 @@ export type Alert = {
236
236
  export declare class DeNotifyClient {
237
237
  private url;
238
238
  private headers;
239
- private constructor();
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "denotify-client",
3
3
  "private": false,
4
- "version": "1.1.19",
4
+ "version": "1.1.20",
5
5
  "main": "./dist/denotify-client.cjs",
6
6
  "module": "./dist/denotify-client.mjs",
7
7
  "types": "./dist/denotify-client.d.ts",