Update UPAPI for Dedicated Gateway in Self Serve Portal (#1825)

Update UPAPI for Dedicated Gateway in Self Serve Portal
This commit is contained in:
tarazou9
2024-06-11 16:01:46 -04:00
committed by GitHub
parent 1ba3a6c761
commit 8c25742304
8 changed files with 188 additions and 30 deletions

View File

@@ -425,6 +425,7 @@ export interface SelfServeFrameInputs {
authorizationToken: string;
csmEndpoint: string;
flights?: readonly string[];
catalogAPIKey: string;
}
export class MonacoEditorSettings {