@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1026.0-43786 to 0.1026.0-43898
@@ -163,3 +163,2 @@ ## API Report File for "@fluidframework/protocol-definitions" | ||
export interface IDocumentAttributes { | ||
branch: string; | ||
minimumSequenceNumber: number; | ||
@@ -166,0 +165,0 @@ sequenceNumber: number; |
@@ -7,6 +7,2 @@ /*! | ||
/** | ||
* Name of the branch that created the snapshot | ||
*/ | ||
branch: string; | ||
/** | ||
* Sequence number at which the snapshot was taken | ||
@@ -13,0 +9,0 @@ */ |
@@ -7,6 +7,2 @@ /*! | ||
/** | ||
* Name of the branch that created the snapshot | ||
*/ | ||
branch: string; | ||
/** | ||
* Sequence number at which the snapshot was taken | ||
@@ -13,0 +9,0 @@ */ |
@@ -33,3 +33,2 @@ use_current_TypeAliasDeclaration_ConnectionMode(get_old_TypeAliasDeclaration_ConnectionMode()); | ||
use_current_InterfaceDeclaration_IDocumentAttributes(get_old_InterfaceDeclaration_IDocumentAttributes()); | ||
use_old_InterfaceDeclaration_IDocumentAttributes(get_current_InterfaceDeclaration_IDocumentAttributes()); | ||
use_current_InterfaceDeclaration_IDocumentMessage(get_old_InterfaceDeclaration_IDocumentMessage()); | ||
@@ -36,0 +35,0 @@ use_old_InterfaceDeclaration_IDocumentMessage(get_current_InterfaceDeclaration_IDocumentMessage()); |
@@ -34,3 +34,2 @@ use_current_TypeAliasDeclaration_ConnectionMode(get_old_TypeAliasDeclaration_ConnectionMode()); | ||
use_current_InterfaceDeclaration_IDocumentAttributes(get_old_InterfaceDeclaration_IDocumentAttributes()); | ||
use_old_InterfaceDeclaration_IDocumentAttributes(get_current_InterfaceDeclaration_IDocumentAttributes()); | ||
use_current_InterfaceDeclaration_IDocumentMessage(get_old_InterfaceDeclaration_IDocumentMessage()); | ||
@@ -37,0 +36,0 @@ use_old_InterfaceDeclaration_IDocumentMessage(get_current_InterfaceDeclaration_IDocumentMessage()); |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1026.0-43786", | ||
"version": "0.1026.0-43898", | ||
"description": "Fluid protocol definitions", | ||
@@ -76,3 +76,11 @@ "homepage": "https://fluidframework.com", | ||
"forwardCompat": false | ||
}, | ||
"InterfaceDeclaration_IDocumentAttributes": { | ||
"backCompat": false | ||
} | ||
}, | ||
"0.1025.1": { | ||
"InterfaceDeclaration_IDocumentAttributes": { | ||
"backCompat": false | ||
} | ||
} | ||
@@ -79,0 +87,0 @@ } |
@@ -8,7 +8,2 @@ /*! | ||
/** | ||
* Name of the branch that created the snapshot | ||
*/ | ||
branch: string; | ||
/** | ||
* Sequence number at which the snapshot was taken | ||
@@ -15,0 +10,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
376141
2934