@univerjs/protocol
Advanced tools
Comparing version 0.1.39-alpha.47 to 0.1.39-alpha.48
@@ -53,2 +53,3 @@ import { Metadata } from '@grpc/grpc-js'; | ||
initialSheets: InitialSheet[]; | ||
workbookDataJson: string; | ||
} | ||
@@ -55,0 +56,0 @@ export interface CreateUnitResponse { |
@@ -67,2 +67,3 @@ import { Metadata } from '@grpc/grpc-js'; | ||
preCreateUnitId: string; | ||
workbookDataJson: string; | ||
} | ||
@@ -69,0 +70,0 @@ export interface CreateUnitResponse { |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.39-alpha.47", | ||
"version": "0.1.39-alpha.48", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
72451
1571