denotify-client 1.1.24 → 1.1.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -201,6 +201,7 @@ export type Alert = {
201
201
  network: Network;
202
202
  id?: number;
203
203
  enabled?: boolean;
204
+ triggered?: boolean;
204
205
  triggerId: TriggerTypeId;
205
206
  trigger: Trigger;
206
207
  notificationId: NotificationTypeId;
@@ -230,7 +231,7 @@ export declare class DeNotifyClient {
230
231
  private decode;
231
232
  private encode;
232
233
  private request;
233
- readFields(typeId: TriggerTypeId, trigger: Trigger, abis: {
234
+ readFields(typeId: TriggerTypeId, trigger: Partial<Trigger>, abis: {
234
235
  [key: string]: any;
235
236
  }): FieldDescription[];
236
237
  getAbi(network: string, address: string): Promise<{