mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
feat: generate authenticated url (#1471)
* refactor: extract info component * feat: generate authenticated url * refactor: add companion select * refactor: ensure behaviour across environments
This commit is contained in:
@@ -24,6 +24,10 @@ export interface GetInfo {
|
||||
publicDir: string;
|
||||
}
|
||||
|
||||
export interface GetUrl {
|
||||
url: string;
|
||||
}
|
||||
|
||||
export type ProjectFile = {
|
||||
filename: string;
|
||||
updatedAt: string;
|
||||
|
||||
@@ -57,6 +57,7 @@ export type {
|
||||
AuthenticationStatus,
|
||||
NetworkInterface,
|
||||
GetInfo,
|
||||
GetUrl,
|
||||
ProjectFileList,
|
||||
ProjectFile,
|
||||
ErrorResponse,
|
||||
|
||||
Reference in New Issue
Block a user