@univerjs/protocol
Advanced tools
Comparing version 0.1.26 to 0.1.27-anonymous.0
@@ -9,2 +9,3 @@ import { Metadata } from "@grpc/grpc-js"; | ||
avatar: string; | ||
anonymous: boolean; | ||
} | ||
@@ -17,4 +18,12 @@ export interface GetUserRequest { | ||
} | ||
export interface AnonymousSignInRequest { | ||
deviceID: string; | ||
} | ||
export interface AnonymousSignInResponse { | ||
error: Error | undefined; | ||
user: User | undefined; | ||
} | ||
export interface UserService { | ||
GetUser(request: GetUserRequest, metadata?: Metadata): Observable<GetUserResponse>; | ||
AnonymousSignIn(request: AnonymousSignInRequest, metadata?: Metadata): Observable<AnonymousSignInResponse>; | ||
} |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.26", | ||
"version": "0.1.27-anonymous.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
35977
846
1