@notifi-network/notifi-axios-adapter
Advanced tools
Comparing version 0.85.5 to 0.85.6
@@ -14,5 +14,6 @@ "use strict"; | ||
verificationLink | ||
discordServerInviteLink | ||
} | ||
`.trim(); | ||
exports.discordTargetFragmentDependencies = []; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzY29yZFRhcmdldEZyYWdtZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vbGliL2ZyYWdtZW50cy9kaXNjb3JkVGFyZ2V0RnJhZ21lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQWEsUUFBQSxxQkFBcUIsR0FBRzs7Ozs7Ozs7Ozs7Q0FXcEMsQ0FBQyxJQUFJLEVBQUUsQ0FBQztBQUVJLFFBQUEsaUNBQWlDLEdBQUcsRUFBRSxDQUFDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzY29yZFRhcmdldEZyYWdtZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vbGliL2ZyYWdtZW50cy9kaXNjb3JkVGFyZ2V0RnJhZ21lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQWEsUUFBQSxxQkFBcUIsR0FBRzs7Ozs7Ozs7Ozs7O0NBWXBDLENBQUMsSUFBSSxFQUFFLENBQUM7QUFFSSxRQUFBLGlDQUFpQyxHQUFHLEVBQUUsQ0FBQyJ9 |
@@ -90,2 +90,3 @@ declare const createAlertImpl: (axiosInstance: Readonly<{ | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -92,0 +93,0 @@ }; |
@@ -16,4 +16,5 @@ declare const createDiscordTargetImpl: (axiosInstance: Readonly<{ | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
}>; | ||
export default createDiscordTargetImpl; | ||
//# sourceMappingURL=createDiscordTargetImpl.d.ts.map |
@@ -59,2 +59,3 @@ declare const createTargetGroupImpl: (axiosInstance: Readonly<{ | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -61,0 +62,0 @@ }>; |
@@ -59,2 +59,3 @@ declare const updateTargetGroupImpl: (axiosInstance: Readonly<{ | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -61,0 +62,0 @@ }>; |
{ | ||
"name": "@notifi-network/notifi-axios-adapter", | ||
"version": "0.85.5", | ||
"version": "0.85.6", | ||
"description": "The axios adapter for notifi functionality", | ||
@@ -31,6 +31,6 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
"dependencies": { | ||
"@notifi-network/notifi-axios-utils": "^0.85.5" | ||
"@notifi-network/notifi-axios-utils": "^0.85.6" | ||
}, | ||
"devDependencies": { | ||
"@notifi-network/notifi-core": "^0.85.5" | ||
"@notifi-network/notifi-core": "^0.85.6" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b4fccacfd17cc3d18043f05da8b888941541534b" | ||
"gitHead": "cbe6647ecbacceb3c3f3abf782a21568ff608ce6" | ||
} |
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
Sorry, the diff of this file is not supported yet
175490
2575