🔐 Initial change on the public links using anonymous users (#69)
* Initial change on the public links using anonymous users Co-authored-by: Anton Shepilov <anton.shepilov@gmail.com>
This commit is contained in:
@@ -28,6 +28,8 @@ export interface User {
|
||||
application_id?: string;
|
||||
// allow_tracking
|
||||
allow_tracking?: boolean;
|
||||
// Prevalidated public token access
|
||||
public_token_document_id?: string;
|
||||
}
|
||||
|
||||
export const webSocketSchema = {
|
||||
|
||||
Reference in New Issue
Block a user