File tree Expand file tree Collapse file tree
packages/common/src/Evolu Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ import { DbSchema } from "./Db.js";
3232import { createIndexes , DbIndexesBuilder } from "./Kysely.js" ;
3333import {
3434 BinaryId ,
35- maxProtocolMessageRangesSize ,
3635 CrdtMessage ,
36+ maxProtocolMessageRangesSize ,
3737} from "./Protocol.js" ;
3838import { Query , Row } from "./Query.js" ;
3939import { BinaryTimestamp } from "./Timestamp.js" ;
@@ -251,13 +251,6 @@ export interface MutationOptions {
251251 * `onlyValidate: true`.
252252 */
253253 readonly onlyValidate ?: boolean ;
254-
255- // /**
256- // * The owner to use for this mutation. Can be a {@link ShardOwner } for sharding
257- // * app data or a {@link SharedOwner } for collaborative write access. If
258- // * omitted, defaults to the app's {@link AppOwner}.
259- // */
260- // readonly owner?: ShardOwner | SharedOwner;
261254}
262255
263256/**
You can’t perform that action at this time.
0 commit comments