@notifi-network/notifi-core
Advanced tools
Comparing version 0.17.2-alpha.0 to 0.17.2-alpha.1
@@ -1,8 +0,11 @@ | ||
import { Alert, ClientConfiguration, Filter, Source, TargetGroup, User } from './models'; | ||
import { Alert, ClientConfiguration, EmailTarget, Filter, SmsTarget, Source, TargetGroup, TelegramTarget, User } from './models'; | ||
import { CreateSourceInput } from './operations'; | ||
export declare type ClientData = Readonly<{ | ||
alerts: ReadonlyArray<Alert>; | ||
emailTargets: ReadonlyArray<EmailTarget>; | ||
filters: ReadonlyArray<Filter>; | ||
smsTargets: ReadonlyArray<SmsTarget>; | ||
sources: ReadonlyArray<Source>; | ||
targetGroups: ReadonlyArray<TargetGroup>; | ||
telegramTargets: ReadonlyArray<TelegramTarget>; | ||
}>; | ||
@@ -9,0 +12,0 @@ export declare type AlertFrequency = 'ALWAYS' | 'SINGLE' | 'QUARTER_HOUR' | 'HOURLY' | 'DAILY'; |
@@ -1,10 +0,6 @@ | ||
import { Operation, Source } from '../models'; | ||
export declare type GetSourcesInput = Readonly<{ | ||
connectedWalletAddress: string | null | undefined; | ||
connectedWalletBlockchain: string | null | undefined; | ||
}>; | ||
import { ParameterLessOperation, Source } from '../models'; | ||
export declare type GetSourcesResult = ReadonlyArray<Source>; | ||
export declare type GetSourcesService = Readonly<{ | ||
getSources: Operation<GetSourcesInput, GetSourcesResult>; | ||
getSources: ParameterLessOperation<GetSourcesResult>; | ||
}>; | ||
//# sourceMappingURL=GetSources.d.ts.map |
{ | ||
"name": "@notifi-network/notifi-core", | ||
"version": "0.17.2-alpha.0+f75ece3", | ||
"version": "0.17.2-alpha.1+b77b5cd", | ||
"description": "The interfaces for the core functionality provided by the SDK", | ||
@@ -33,3 +33,3 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
}, | ||
"gitHead": "f75ece3f499233a9ce5f18fd3e1c80e8df3ceaf5" | ||
"gitHead": "b77b5cd6afb98105afaaf4cc756a29ecdad2e2e0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
83092
716