mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Use safe remove (#9933)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
+1
-1
Submodule communication updated: 7afc4f0c88...86473f96ce
@@ -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<Body = ArrayBuffer | string | any> {
|
||||
ok: boolean
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
hulylake hardcoreeng/service_hulylake:0.1.8
|
||||
hulylake hardcoreeng/service_hulylake:0.1.9
|
||||
|
||||
Reference in New Issue
Block a user