@notifi-network/notifi-core
Advanced tools
Comparing version 0.6.2-alpha.4 to 0.6.2-alpha.5
export * from './models'; | ||
export * from './operations'; | ||
export * from './utils'; | ||
export * from './NotifiClient'; | ||
export * from './NotifiService'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,5 +19,4 @@ "use strict"; | ||
__exportStar(require("./operations"), exports); | ||
__exportStar(require("./utils"), exports); | ||
__exportStar(require("./NotifiClient"), exports); | ||
__exportStar(require("./NotifiService"), exports); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDJDQUF5QjtBQUN6QiwrQ0FBNkI7QUFDN0IsMENBQXdCO0FBQ3hCLGlEQUErQjtBQUMvQixrREFBZ0MifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDJDQUF5QjtBQUN6QiwrQ0FBNkI7QUFDN0IsaURBQStCO0FBQy9CLGtEQUFnQyJ9 |
import { Alert, Filter, Source, TargetGroup, User } from './models'; | ||
import { FilterOptionsBuilder } from './utils/FilterOptionsBuilder'; | ||
export declare type ClientData = Readonly<{ | ||
@@ -9,2 +8,7 @@ alerts: ReadonlyArray<Alert>; | ||
}>; | ||
export declare type AlertFrequency = 'ALWAYS' | 'SINGLE'; | ||
export declare type FilterOptions = Partial<Readonly<{ | ||
alertFrequency: AlertFrequency; | ||
threshold: number; | ||
}>>; | ||
/** | ||
@@ -50,3 +54,3 @@ * Input param for updating an Alert | ||
filterId: string; | ||
filterOptions?: FilterOptionsBuilder; | ||
filterOptions?: FilterOptions; | ||
emailAddress: string | null; | ||
@@ -53,0 +57,0 @@ phoneNumber: string | null; |
{ | ||
"name": "@notifi-network/notifi-core", | ||
"version": "0.6.2-alpha.4+31fc5bf", | ||
"version": "0.6.2-alpha.5+f2f79f1", | ||
"description": "The interfaces for the core functionality provided by the SDK", | ||
@@ -33,3 +33,3 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
}, | ||
"gitHead": "31fc5bf8f246291873b5f14d9426ef13295923f0" | ||
"gitHead": "f2f79f1f6c7fe46299f6baa502fbeb420bcf970a" | ||
} |
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
72162
109
599