From 226ecd3536885bb179b9c54b05aed00cff90251a Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 10 Feb 2021 17:12:16 +0200 Subject: [PATCH] types/models: Add the application uuid property Change-type: minor Depends-on: https://github.com/balena-io/balena-api/pull/2981 See: https://github.com/balena-io/balena-sdk/issues/1016 Signed-off-by: Thodoris Greasidis --- lib/types/models.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types/models.ts b/lib/types/models.ts index 5cc821996..4d6dca035 100644 --- a/lib/types/models.ts +++ b/lib/types/models.ts @@ -155,6 +155,7 @@ export interface Application { created_at: string; app_name: string; slug: string; + uuid: string; is_accessible_by_support_until__date: string; is_host: boolean; should_track_latest_release: boolean;