RpcOp
RpcOp =
"create"|"update"|"delete"|"batch"|"transaction"|"flush"|"reconcile"|"retryFailed"|"recoverSending"|"discardConflict"|"discardQuarantined"|"desync"|"discardEphemeral"|"appendEvent"|"flushEvents"|"outboxStatus"|"ensureSynced"|"readMutationDetails"|"diagnostics"|"rawQuery"|"rawExec"|"guardedQuery"|"bootReport"|"liveQueryDiagnostics"|"exportStore"|"exportDiagnostics"|"exportData"
Defined in: packages/client/src/worker/protocol.ts:279
The RPC ops the attach facade proxies to the worker’s booted client — the write API (mirrors
client.mutate/flush), mutation-state reads, and the one-shot raw inspection reads (rawQuery/rawExec).