mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
refactor: account callback server payload
This commit is contained in:
@@ -115,6 +115,7 @@ export const useServerStore = defineStore('server', () => {
|
||||
lanIp: lanIp.value,
|
||||
name: name.value,
|
||||
registered: registered.value ?? false,
|
||||
site: site.value,
|
||||
state: state.value,
|
||||
wanFQDN: wanFQDN.value,
|
||||
}
|
||||
|
||||
@@ -63,6 +63,7 @@ export interface ServerAccountCallbackSendPayload {
|
||||
registered: boolean;
|
||||
regGen?: number;
|
||||
regGuid?: string;
|
||||
site?: string;
|
||||
state: string;
|
||||
wanFQDN?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user