@notifi-network/notifi-axios-adapter
Advanced tools
Comparing version 0.10.0 to 0.10.1-alpha.0
export declare const alertFragment: string; | ||
export declare const alertFragmentDependencies: string[]; | ||
//# sourceMappingURL=alertFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const emailTargetFragment: string; | ||
export declare const emailTargetFragmentDependencies: never[]; | ||
//# sourceMappingURL=emailTargetFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const filterFragment: string; | ||
export declare const filterFragmentDependencies: never[]; | ||
//# sourceMappingURL=filterFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './alertFragment'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const smsTargetFragment: string; | ||
export declare const smsTargetFragmentDependencies: never[]; | ||
//# sourceMappingURL=smsTargetFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const sourceFragment: string; | ||
export declare const sourceFragmentDependencies: string[]; | ||
//# sourceMappingURL=sourceFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const sourceGroupFragment: string; | ||
export declare const sourceGroupFragmentDependencies: string[]; | ||
//# sourceMappingURL=sourceGroupFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const targetGroupFragment: string; | ||
export declare const targetGroupFragmentDependencies: string[]; | ||
//# sourceMappingURL=targetGroupFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const telegramTargetFragment: string; | ||
export declare const telegramTargetFragmentDependencies: never[]; | ||
//# sourceMappingURL=telegramTargetFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const userFragment: string; | ||
export declare const userFragmentDependencies: never[]; | ||
//# sourceMappingURL=userFragment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './NotifiAxiosService'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createAlertImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createEmailTargetImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createSmsTargetImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createSourceGroupImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createSourceImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createTargetGroupImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const createTelegramTargetImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const deleteAlertImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const deleteSourceGroupImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const deleteTargetGroupImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const logInFromDaoImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const updateSourceGroupImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const updateTargetGroupImpl: (axiosInstance: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { NotifiService } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetAlertsResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetEmailTargetsResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetFiltersResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetSmsTargetsResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetSourceGroupsResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetSourcesResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetTargetGroupsResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GetTelegramTargetsResult } from '@notifi-network/notifi-core'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@notifi-network/notifi-axios-adapter", | ||
"version": "0.10.0", | ||
"version": "0.10.1-alpha.0+596093c", | ||
"description": "The axios adapter for notifi functionality", | ||
@@ -34,3 +34,3 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
"devDependencies": { | ||
"@notifi-network/notifi-core": "^0.10.0" | ||
"@notifi-network/notifi-core": "^0.10.1-alpha.0+596093c" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4de5db0108b06bc886f434b643fcfd2ddd04c38e" | ||
"gitHead": "596093c66b2626340b94311251bc589f106efd0f" | ||
} |
@@ -0,0 +0,0 @@ # `@notifi-network/notifi-axios-adapter` |
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
101311
1