@fluidframework/protocol-definitions
Advanced tools
Comparing version 3.2.0-236943 to 3.2.0-237840
@@ -364,2 +364,3 @@ ## API Report File for "@fluidframework/protocol-definitions" | ||
id?: string; | ||
omitted?: boolean; | ||
// (undocumented) | ||
@@ -366,0 +367,0 @@ trees: { |
@@ -131,2 +131,7 @@ /*! | ||
groupId?: string; | ||
/** | ||
* If true, then the service did not include the blobs content for the blobs in this snapshot tree. The service would | ||
* specify the groupId in that case, so that we can use that to fetch the latest content. | ||
*/ | ||
omitted?: boolean; | ||
} | ||
@@ -133,0 +138,0 @@ /** |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "3.2.0-236943", | ||
"version": "3.2.0-237840", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -150,2 +150,8 @@ /*! | ||
groupId?: string; | ||
/** | ||
* If true, then the service did not include the blobs content for the blobs in this snapshot tree. The service would | ||
* specify the groupId in that case, so that we can use that to fetch the latest content. | ||
*/ | ||
omitted?: boolean; | ||
} | ||
@@ -152,0 +158,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
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
385854
3523