@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1024.0-22696 to 0.1024.0-22909
@@ -88,2 +88,5 @@ /*! | ||
} | ||
export interface IUploadedSummaryDetails { | ||
includesProtocolTree?: boolean; | ||
} | ||
export interface ISummaryContent { | ||
@@ -94,2 +97,3 @@ handle: string; | ||
head: string; | ||
details?: IUploadedSummaryDetails; | ||
} | ||
@@ -96,0 +100,0 @@ /** |
@@ -87,2 +87,3 @@ /*! | ||
}; | ||
unreferenced?: true; | ||
} | ||
@@ -89,0 +90,0 @@ export interface ISnapshotTreeEx extends ISnapshotTree { |
@@ -88,2 +88,5 @@ /*! | ||
} | ||
export interface IUploadedSummaryDetails { | ||
includesProtocolTree?: boolean; | ||
} | ||
export interface ISummaryContent { | ||
@@ -94,2 +97,3 @@ handle: string; | ||
head: string; | ||
details?: IUploadedSummaryDetails; | ||
} | ||
@@ -96,0 +100,0 @@ /** |
@@ -87,2 +87,3 @@ /*! | ||
}; | ||
unreferenced?: true; | ||
} | ||
@@ -89,0 +90,0 @@ export interface ISnapshotTreeEx extends ISnapshotTree { |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1024.0-22696", | ||
"version": "0.1024.0-22909", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -183,2 +183,7 @@ /*! | ||
export interface IUploadedSummaryDetails { | ||
// Indicates whether the uploaded summary contains ".protocol" tree | ||
includesProtocolTree?: boolean; | ||
} | ||
export interface ISummaryContent { | ||
@@ -197,2 +202,5 @@ // Handle reference to the summary data | ||
// Details of the uploaded summary | ||
details?: IUploadedSummaryDetails; | ||
// TODO - need an epoch/reload bit to indicate to clients that the summary has changed and requires a reload | ||
@@ -199,0 +207,0 @@ // This could be encoded in the summary itself as well but then would require the client to download it to check |
@@ -104,2 +104,4 @@ /*! | ||
trees: { [path: string]: ISnapshotTree }; | ||
// Indicates that this tree is unreferenced. If this is not present, the tree is considered referenced. | ||
unreferenced?: true; | ||
} | ||
@@ -106,0 +108,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150603
2400