outposts: ensure Outpost API is backwards compatible

This commit is contained in:
Jens Langhammer
2021-02-08 19:51:46 +01:00
parent b64ecbde22
commit 78bcb90a1e
4 changed files with 11 additions and 3 deletions

View File

@ -12,7 +12,8 @@ export class Outpost {
pk: string;
name: string;
providers: Provider[];
providers: number[];
providers_obj: Provider[];
service_connection?: string;
_config: QueryArguments;
token_identifier: string;