From 5672de06595106ec940865cbd4511c83346b89d7 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 29 May 2024 16:54:35 +0300 Subject: [PATCH] sq Resolves: # Change-type: --- src/balena-model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/balena-model.ts b/src/balena-model.ts index 9408f1e234..c21fdd8aba 100644 --- a/src/balena-model.ts +++ b/src/balena-model.ts @@ -520,7 +520,7 @@ export interface Release { should_be_running_on__application?: Application[]; should_be_running_on__device?: Device[]; is_running_on__device?: Device[]; - is_pinned_on__device?: Device[]; + is_pinned_to__device?: Device[]; should_operate__device?: Device[]; should_manage__device?: Device[]; provides__device__installs__image?: ImageInstall[];