@notifi-network/notifi-core
Advanced tools
Comparing version 0.0.4-alpha.6 to 0.0.4-alpha.18
@@ -1,2 +0,2 @@ | ||
import { Filter, SourceGroup, TargetGroup, User } from './models'; | ||
import { TargetGroup, User } from './models'; | ||
export declare type Config = Readonly<{ | ||
@@ -7,4 +7,2 @@ storedJwt: string | undefined; | ||
export declare type ClientData = Readonly<{ | ||
filter: Filter | null; | ||
sourceGroup: SourceGroup | null; | ||
targetGroup: TargetGroup | null; | ||
@@ -11,0 +9,0 @@ }>; |
import * as Operations from './operations'; | ||
export declare type NotifiService = Operations.CreateAlertService & Operations.CreateEmailTargetService & Operations.CreateSmsTargetService & Operations.CreateTargetGroupService & Operations.CreateTelegramTargetService & Operations.GetFiltersService & Operations.GetSourceGroupsService & Operations.GetTargetGroupsService & Operations.LogInFromDaoService & Operations.UpdateTargetGroupService; | ||
export declare type NotifiService = Operations.CreateAlertService & Operations.CreateEmailTargetService & Operations.CreateSmsTargetService & Operations.CreateTargetGroupService & Operations.CreateTelegramTargetService & Operations.GetAlertsService & Operations.GetEmailTargetsService & Operations.GetFiltersService & Operations.GetSmsTargetsService & Operations.GetSourceGroupsService & Operations.GetTargetGroupsService & Operations.GetTelegramTargetsService & Operations.LogInFromDaoService & Operations.UpdateTargetGroupService; | ||
//# sourceMappingURL=NotifiService.d.ts.map |
@@ -6,7 +6,11 @@ export * from './CreateAlert'; | ||
export * from './CreateTelegramTarget'; | ||
export * from './GetAlerts'; | ||
export * from './GetEmailTargets'; | ||
export * from './GetFilters'; | ||
export * from './GetSmsTargets'; | ||
export * from './GetSourceGroups'; | ||
export * from './GetTargetGroups'; | ||
export * from './GetTelegramTargets'; | ||
export * from './LogInFromDao'; | ||
export * from './UpdateTargetGroup'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,7 +18,11 @@ "use strict"; | ||
__exportStar(require("./CreateTelegramTarget"), exports); | ||
__exportStar(require("./GetAlerts"), exports); | ||
__exportStar(require("./GetEmailTargets"), exports); | ||
__exportStar(require("./GetFilters"), exports); | ||
__exportStar(require("./GetSmsTargets"), exports); | ||
__exportStar(require("./GetSourceGroups"), exports); | ||
__exportStar(require("./GetTargetGroups"), exports); | ||
__exportStar(require("./GetTelegramTargets"), exports); | ||
__exportStar(require("./LogInFromDao"), exports); | ||
__exportStar(require("./UpdateTargetGroup"), exports); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9saWIvb3BlcmF0aW9ucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQSxnREFBOEI7QUFDOUIsc0RBQW9DO0FBQ3BDLG9EQUFrQztBQUNsQyxzREFBb0M7QUFDcEMseURBQXVDO0FBQ3ZDLCtDQUE2QjtBQUM3QixvREFBa0M7QUFDbEMsb0RBQWtDO0FBQ2xDLGlEQUErQjtBQUMvQixzREFBb0MifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9saWIvb3BlcmF0aW9ucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQSxnREFBOEI7QUFDOUIsc0RBQW9DO0FBQ3BDLG9EQUFrQztBQUNsQyxzREFBb0M7QUFDcEMseURBQXVDO0FBQ3ZDLDhDQUE0QjtBQUM1QixvREFBa0M7QUFDbEMsK0NBQTZCO0FBQzdCLGtEQUFnQztBQUNoQyxvREFBa0M7QUFDbEMsb0RBQWtDO0FBQ2xDLHVEQUFxQztBQUNyQyxpREFBK0I7QUFDL0Isc0RBQW9DIn0= |
{ | ||
"name": "@notifi-network/notifi-core", | ||
"version": "0.0.4-alpha.6+9db19f9", | ||
"version": "0.0.4-alpha.18+d3ed98f", | ||
"description": "The interfaces for the core functionality provided by the SDK", | ||
@@ -39,3 +39,3 @@ "author": "Juni Kim <73hKrn@gmail.com>", | ||
}, | ||
"gitHead": "9db19f9bd7addce02b62151079a82d41c17f3e80" | ||
"gitHead": "d3ed98f068cfa15987b2842646ce1be2178e1d6f" | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
41579
88
329
1