@notifi-network/notifi-react-hooks
Advanced tools
Comparing version 0.85.5 to 0.85.6
@@ -145,2 +145,3 @@ import type { NotifiEnvironment } from '@notifi-network/notifi-axios-utils'; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -256,2 +257,3 @@ }; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -277,2 +279,3 @@ }[]; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
}[]; | ||
@@ -412,2 +415,3 @@ }>>; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -820,2 +824,3 @@ }; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -880,2 +885,3 @@ }; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
} | undefined)[] | undefined; | ||
@@ -882,0 +888,0 @@ }>; |
@@ -79,2 +79,3 @@ import { ClientCreateWebhookParams, CreateWebhookTargetService, WebhookTarget } from '@notifi-network/notifi-core'; | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
}>; | ||
@@ -91,2 +92,3 @@ }>, existing: { | ||
verificationLink?: string | undefined; | ||
discordServerInviteLink?: string | undefined; | ||
}[] | undefined, value: string | undefined) => Promise<string | undefined>; | ||
@@ -93,0 +95,0 @@ export { ensureEmail, ensureSms, ensureTelegram, ensureWebhook, ensureDiscord }; |
{ | ||
"name": "@notifi-network/notifi-react-hooks", | ||
"version": "0.85.5", | ||
"version": "0.85.6", | ||
"description": "React hooks provided as a convenience wrapper around notifi.network platform functionality", | ||
@@ -34,5 +34,5 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
"dependencies": { | ||
"@notifi-network/notifi-axios-adapter": "^0.85.5", | ||
"@notifi-network/notifi-axios-utils": "^0.85.5", | ||
"@notifi-network/notifi-core": "^0.85.5", | ||
"@notifi-network/notifi-axios-adapter": "^0.85.6", | ||
"@notifi-network/notifi-axios-utils": "^0.85.6", | ||
"@notifi-network/notifi-core": "^0.85.6", | ||
"axios": "^0.26.0", | ||
@@ -46,3 +46,3 @@ "localforage": "^1.10.0", | ||
}, | ||
"gitHead": "b4fccacfd17cc3d18043f05da8b888941541534b" | ||
"gitHead": "cbe6647ecbacceb3c3f3abf782a21568ff608ce6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
238606
3061