@univerjs/protocol
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -29,2 +29,3 @@ import type { Duration } from "../google/protobuf/duration"; | ||
endpoint: string; | ||
endpointPublic: string; | ||
usePathStyle: boolean; | ||
@@ -31,0 +32,0 @@ presignExpires: Duration | undefined; |
@@ -69,3 +69,3 @@ import { Metadata } from "@grpc/grpc-js"; | ||
snapshot: Snapshot | undefined; | ||
/** key is the sheetID, value is the sheet block */ | ||
/** key is the blockID, value is the sheet block */ | ||
sheetBlocks: { | ||
@@ -72,0 +72,0 @@ [key: string]: SheetBlock; |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
134393
3626