@rspress-theme-anatole/shared 0.7.22 → 0.7.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -765,6 +765,10 @@ export declare interface AuthEndpoints {
|
|
|
765
765
|
* Endpoint to sign in user
|
|
766
766
|
*/
|
|
767
767
|
signIn?: string;
|
|
768
|
+
/**
|
|
769
|
+
* Endpoint to sign out user
|
|
770
|
+
*/
|
|
771
|
+
signOut?: string;
|
|
768
772
|
/**
|
|
769
773
|
* Endpoint to get user context (e.g. user info, permissions, roles)
|
|
770
774
|
*/
|
package/package.json
CHANGED