@univerjs/protocol
Advanced tools
Comparing version 0.1.40-alpha.13 to 0.1.40-alpha.15
export type { DeserializedSheetBlock as IDeserializedSheetBlock, GetDeserializedSheetBlockResponse as IGetDeserializedSheetBlockResponse, } from './other/sheet_block'; | ||
export type { Changeset as IChangeset, Command as ICommand, Mutation as IMutation } from './ts/univer/changeset'; | ||
export { type CollaMsg as ICollaMsg, type CollaMsgErrorEvent as ICollaMsgErrorEvent, type CollaMsgJoin as ICollaMsgJoin, type CollaMsgLeave as ICollaMsgLeave, type CommentUpdate as ICommentUpdate, CommentUpdate_EventType as CommentUpdateEventType, CommentUpdate_Status as CommentSolvedStatus, type LiveShareNewHost as ILiveShareNewHost, type LiveShareOperation as ILiveShareOperation, type LiveShareOperation_Operation as ILiveShareOperation_Operation, type LiveShareOperation_OperationsEntry as ILiveShareOperation_OperationsEntry, type LiveShareRequestHost as ILiveShareRequestHost, type LiveShareTerminate as ILiveShareTerminate, type ShouldCloseConn as IShouldCloseConn, type UpdateCollaborator as IUpdateCollaborator, type UpdateCursor as IUpdateCursor, type UpdatePermissionObj as IUpdatePermissionObj, } from './ts/univer/colla_msg'; | ||
export { type Error as IError, ErrorCode } from './ts/univer/constants/errors'; | ||
export { CommentUpdate_Status as CommentSolvedStatus, CommentUpdate_EventType as CommentUpdateEventType, type CollaMsg as ICollaMsg, type CollaMsgErrorEvent as ICollaMsgErrorEvent, type CollaMsgJoin as ICollaMsgJoin, type CollaMsgLeave as ICollaMsgLeave, type CommentUpdate as ICommentUpdate, type LiveShareNewHost as ILiveShareNewHost, type LiveShareOperation as ILiveShareOperation, type LiveShareOperation_Operation as ILiveShareOperation_Operation, type LiveShareOperation_OperationsEntry as ILiveShareOperation_OperationsEntry, type LiveShareRequestHost as ILiveShareRequestHost, type LiveShareTerminate as ILiveShareTerminate, type ShouldCloseConn as IShouldCloseConn, type UpdateCollaborator as IUpdateCollaborator, type UpdateCursor as IUpdateCursor, type UpdatePermissionObj as IUpdatePermissionObj, } from './ts/univer/colla_msg'; | ||
export { ErrorCode, type Error as IError } from './ts/univer/constants/errors'; | ||
export { UniverType } from './ts/univer/constants/univer'; | ||
@@ -12,3 +12,3 @@ export type { DocumentMeta as IDocumentMeta } from './ts/univer/doc'; | ||
export type { Snapshot as ISnapshot } from './ts/univer/snapshot'; | ||
export { type CellData as ICellData, type CellValue as ICellValue, CellValueType, type RowData as IRowData, type RowData_ItemsEntry as IRowDataItemsEntry, type SheetBlock as ISheetBlock, type SheetBlockMeta as ISheetBlockMeta, type WorkbookMeta as IWorkbookMeta, type WorkbookMeta_BlockMetaEntry as IWorkbookMeta_BlockMetaEntry, type WorkbookMeta_SheetsEntry as IWorkbookMeta_SheetsEntry, type WorksheetMeta as IWorksheetMeta, } from './ts/univer/workbook'; | ||
export { CellValueType, type CellData as ICellData, type CellValue as ICellValue, type RowData as IRowData, type RowData_ItemsEntry as IRowDataItemsEntry, type SheetBlock as ISheetBlock, type SheetBlockMeta as ISheetBlockMeta, type WorkbookMeta as IWorkbookMeta, type WorkbookMeta_BlockMetaEntry as IWorkbookMeta_BlockMetaEntry, type WorkbookMeta_SheetsEntry as IWorkbookMeta_SheetsEntry, type WorksheetMeta as IWorksheetMeta, } from './ts/univer/workbook'; | ||
export type { Record as IRecord, Report as IReport, } from './ts/univercloud/stats/v1/stats'; | ||
@@ -20,3 +20,3 @@ export { RecordType as IRecordType, } from './ts/univercloud/stats/v1/stats'; | ||
export type { AddCommentRequest, AddCommentResponse, DeleteCommentRequest, DeleteCommentResponse, EditCommentRequest, EditCommentResponse, ListCommentsRequest, ListCommentsResponse, Reply, ReplyCommentRequest, ReplyCommentResponse, SolvedCommentRequest, SolvedCommentResponse, Thread, } from './ts/v1/comment'; | ||
export { type FileService as IFileService, FileSource, type FileUploadMeta as IuploadFileRequestMeta, type FileUploadRequest as IFileUploadRequest, type UploadResponse as IUploadResponse, } from './ts/v1/file'; | ||
export { FileSource, type FileService as IFileService, type FileUploadRequest as IFileUploadRequest, type FileUploadMeta as IuploadFileRequestMeta, type UploadResponse as IUploadResponse, } from './ts/v1/file'; | ||
export type { CreateHistoryRequest as ICreateHistoryRequest, CreateHistoryResponse as ICreateHistoryResponse, History as IHistory, HistoryEntities as IHistoryEntities, HistoryListRequest as IHistoryListRequest, HistoryService as IHistoryService, } from './ts/v1/history'; | ||
@@ -26,5 +26,6 @@ export type { GetUserLicenseRequest as IGetUserLicenseRequest, GetUserLicenseResponse as IGetUserLicenseResponse, LicenseService as ILicenseService, } from './ts/v1/license'; | ||
export type { GetSSRRequest as IGetSSRRequest, GetSSRResponse as IGetSSRResponse, SSRService as ISSRService, } from './ts/v1/ssr'; | ||
export type { GetUserRequest as IGetUserRequest, GetUserResponse as IGetUserResponse, ListUsersResponse as IListUsersResponse, User as IUser, GetSessionTicketResponse as IGetSessionTicketResponse, } from './ts/v1/user'; | ||
export { type RunUniscriptRequest as IRunUniscriptRequest, type RunUniscriptResponse as IRunUniscriptResponse, type Uniscript as IUniscript, } from './ts/v1/uniscript'; | ||
export type { GetSessionTicketResponse as IGetSessionTicketResponse, GetUserRequest as IGetUserRequest, GetUserResponse as IGetUserResponse, ListUsersResponse as IListUsersResponse, User as IUser } from './ts/v1/user'; | ||
export { type DeleteUnitRequest as IDeleteUnitRequest, type DeleteUnitResponse as IDeleteUnitResponse, type RecentListRequest as IRecentListRequest, type RecentListResponse as IRecentListResponse, type RemoveNodeRequest as IRemoveNodeRequest, type RemoveNodeResponse as IRemoveNodeResponse, type RestoreNodeRequest as IRestoreNodeRequest, type RestoreNodeResponse as IRestoreNodeResponse, type WorkspaceService as IWorkspaceService, } from './ts/v1/workspace'; | ||
export type { RangeCompletionRequest as IRangeCompletionRequest, RangeCompletionResponse as IRangeCompletionResponse, UrlContext as IUrlContext, UrlRowContext as IUrlRowContext, YuumiService as IYuumiService, } from './ts/yuumi/v1/yuumi'; | ||
export { isError } from './utils'; |
@@ -169,2 +169,8 @@ import { Changeset } from './changeset'; | ||
scriptId: string; | ||
function: string; | ||
/** | ||
* argsOfFunction is a json string, it should be a list of arguments | ||
* e.g. '[123, "hello", true, {"a": 1, "b": 2}]' | ||
*/ | ||
argsOfFunction?: string | undefined; | ||
} |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.40-alpha.13", | ||
"version": "0.1.40-alpha.15", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
74923
1630