@universal-packages/authentication
Advanced tools
Comparing version 1.8.1 to 1.9.0
@@ -24,2 +24,3 @@ "use strict"; | ||
} | ||
await authentication.performDynamic('send-confirmation-thanks', { authenticatable, credentialKind }); | ||
return { status: 'success', authenticatable }; | ||
@@ -26,0 +27,0 @@ } |
{ | ||
"name": "@universal-packages/authentication", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "Dynamic authentication api", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
@@ -802,2 +802,9 @@ # Authentication | ||
### send-confirmation-thanks | ||
- **`PAYLOAD`** `Object` | ||
- **`authenticatable`** `Authenticatable` | ||
- **`credentialKind`** `email | phone` | ||
- **`RESULT`** `void` | ||
### send-corroboration | ||
@@ -804,0 +811,0 @@ |
@@ -397,2 +397,6 @@ export declare type ExtensibleUnion<T extends U, U = string | number | symbol> = T | (U & { | ||
}; | ||
'send-confirmation-thanks': { | ||
payload: SendConfirmationThanksPayload; | ||
result: void; | ||
}; | ||
'send-corroboration': { | ||
@@ -576,2 +580,6 @@ payload: SendCorroborationPayload; | ||
} | ||
export interface SendConfirmationThanksPayload { | ||
authenticatable: Authenticatable; | ||
credentialKind: CredentialKind; | ||
} | ||
export interface SendCorroborationPayload { | ||
@@ -578,0 +586,0 @@ credential: string; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
272945
213
3086
996