Skip to content

Commit

Permalink
Merge branch 'feat-cap-shared' into pickle-support-for-python-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
TennyZhuang committed Nov 16, 2024
2 parents 6a19304 + 85e3881 commit e5119a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/nodejs/generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ export class Capability {
get batchDelete(): boolean
/** The max operations that operator supports in batch. */
get batchMaxOperations(): bigint | null
/** If operator supports shared. */
get shared(): boolean
/** If operator supports blocking. */
get blocking(): boolean
}
Expand Down

0 comments on commit e5119a1

Please sign in to comment.