From a6b5ebaee4b4580cd9b66f7f0cfaf3af34daa54b Mon Sep 17 00:00:00 2001 From: Kristina Fefelova Date: Wed, 24 Sep 2025 23:45:39 +0400 Subject: [PATCH] Use safe remove Signed-off-by: Kristina Fefelova --- communication | 2 +- packages/hulylake-client/src/types.ts | 1 + pods/external/services.d/hulylake.service | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/communication b/communication index 7afc4f0c88..86473f96ce 160000 --- a/communication +++ b/communication @@ -1 +1 @@ -Subproject commit 7afc4f0c88244cdfb13efc1093766e088bcc1d6c +Subproject commit 86473f96ce5027e2dacf528280de68eca48595fc diff --git a/packages/hulylake-client/src/types.ts b/packages/hulylake-client/src/types.ts index bc7c4a7443..bce6daf6f0 100644 --- a/packages/hulylake-client/src/types.ts +++ b/packages/hulylake-client/src/types.ts @@ -69,6 +69,7 @@ export type JsonPatch = | { op: 'test', path: string, value: any } | { hop: 'add', path: string, value: any, safe?: boolean } | { hop: 'inc', path: string, value: number, safe?: boolean } + | { hop: 'remove', path: string, safe?: boolean } export interface HulyResponse { ok: boolean diff --git a/pods/external/services.d/hulylake.service b/pods/external/services.d/hulylake.service index da38bba834..dba4a351cc 100644 --- a/pods/external/services.d/hulylake.service +++ b/pods/external/services.d/hulylake.service @@ -1 +1 @@ -hulylake hardcoreeng/service_hulylake:0.1.8 +hulylake hardcoreeng/service_hulylake:0.1.9