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
- 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",