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