@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1014.0-5907 to 0.1014.0-6368
@@ -6,3 +6,2 @@ /*! | ||
export * from "./clients"; | ||
export * from "./connection"; | ||
export * from "./consensus"; | ||
@@ -9,0 +8,0 @@ export * from "./config"; |
@@ -10,3 +10,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./connection")); | ||
__export(require("./protocol")); | ||
@@ -13,0 +12,0 @@ __export(require("./storage")); |
@@ -86,7 +86,2 @@ /*! | ||
} | ||
export interface IContentMessage { | ||
clientId: string; | ||
clientSequenceNumber: number; | ||
contents: string; | ||
} | ||
export interface ISignalMessage { | ||
@@ -93,0 +88,0 @@ clientId: string; |
@@ -7,3 +7,3 @@ /*! | ||
import { IServiceConfiguration } from "./config"; | ||
import { IContentMessage, ISequencedDocumentMessage, ISignalMessage } from "./protocol"; | ||
import { ISequencedDocumentMessage, ISignalMessage } from "./protocol"; | ||
import { ITokenClaims } from "./tokens"; | ||
@@ -72,6 +72,2 @@ /** | ||
/** | ||
* Contents sent during the connection | ||
*/ | ||
initialContents: IContentMessage[]; | ||
/** | ||
* Signals sent during the connection | ||
@@ -78,0 +74,0 @@ */ |
@@ -6,3 +6,2 @@ /*! | ||
export * from "./clients"; | ||
export * from "./connection"; | ||
export * from "./consensus"; | ||
@@ -9,0 +8,0 @@ export * from "./config"; |
@@ -5,3 +5,2 @@ /*! | ||
*/ | ||
export * from "./connection"; | ||
export * from "./protocol"; | ||
@@ -8,0 +7,0 @@ export * from "./storage"; |
@@ -86,7 +86,2 @@ /*! | ||
} | ||
export interface IContentMessage { | ||
clientId: string; | ||
clientSequenceNumber: number; | ||
contents: string; | ||
} | ||
export interface ISignalMessage { | ||
@@ -93,0 +88,0 @@ clientId: string; |
@@ -7,3 +7,3 @@ /*! | ||
import { IServiceConfiguration } from "./config"; | ||
import { IContentMessage, ISequencedDocumentMessage, ISignalMessage } from "./protocol"; | ||
import { ISequencedDocumentMessage, ISignalMessage } from "./protocol"; | ||
import { ITokenClaims } from "./tokens"; | ||
@@ -72,6 +72,2 @@ /** | ||
/** | ||
* Contents sent during the connection | ||
*/ | ||
initialContents: IContentMessage[]; | ||
/** | ||
* Signals sent during the connection | ||
@@ -78,0 +74,0 @@ */ |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1014.0-5907", | ||
"version": "0.1014.0-6368", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -7,3 +7,2 @@ /*! | ||
export * from "./clients"; | ||
export * from "./connection"; | ||
export * from "./consensus"; | ||
@@ -10,0 +9,0 @@ export * from "./config"; |
@@ -182,11 +182,2 @@ /*! | ||
export interface IContentMessage { | ||
clientId: string; | ||
clientSequenceNumber: number; | ||
contents: string; | ||
} | ||
export interface ISignalMessage { | ||
@@ -193,0 +184,0 @@ |
@@ -8,3 +8,3 @@ /*! | ||
import { IServiceConfiguration } from "./config"; | ||
import { IContentMessage, ISequencedDocumentMessage, ISignalMessage } from "./protocol"; | ||
import { ISequencedDocumentMessage, ISignalMessage } from "./protocol"; | ||
import { ITokenClaims } from "./tokens"; | ||
@@ -87,7 +87,2 @@ | ||
/** | ||
* Contents sent during the connection | ||
*/ | ||
initialContents: IContentMessage[]; | ||
/** | ||
* Signals sent during the connection | ||
@@ -94,0 +89,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
140283
116
2243