feat: invite code
This commit is contained in:
@@ -8,5 +8,6 @@ export type AuthLoginRequest = {
|
||||
hash: string;
|
||||
id: number;
|
||||
photo_url?: (string | null);
|
||||
invite_code?: (string | null);
|
||||
};
|
||||
|
||||
|
||||
10
src/client/models/GenerateInviteCodeResponse.ts
Normal file
10
src/client/models/GenerateInviteCodeResponse.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type GenerateInviteCodeResponse = {
|
||||
ok: boolean;
|
||||
message: string;
|
||||
inviteCode?: (string | null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user