Skip to content

Commit ec4331e

Browse files
Use safe remove (#9933)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
1 parent 19a86a4 commit ec4331e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

communication

packages/hulylake-client/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export type JsonPatch =
6969
| { op: 'test', path: string, value: any }
7070
| { hop: 'add', path: string, value: any, safe?: boolean }
7171
| { hop: 'inc', path: string, value: number, safe?: boolean }
72+
| { hop: 'remove', path: string, safe?: boolean }
7273

7374
export interface HulyResponse<Body = ArrayBuffer | string | any> {
7475
ok: boolean
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hulylake hardcoreeng/service_hulylake:0.1.8
1+
hulylake hardcoreeng/service_hulylake:0.1.9

0 commit comments

Comments
 (0)