@fluidframework/protocol-definitions
Advanced tools
Comparing version 3.1.0 to 3.2.0-231454
@@ -362,2 +362,3 @@ ## API Report File for "@fluidframework/protocol-definitions" | ||
}; | ||
groupId?: string; | ||
// (undocumented) | ||
@@ -449,2 +450,3 @@ id?: string; | ||
export interface ISummaryTree { | ||
groupId?: string; | ||
// (undocumented) | ||
@@ -493,2 +495,3 @@ tree: { | ||
entries: ITreeEntry[]; | ||
groupId?: string; | ||
id?: string; | ||
@@ -495,0 +498,0 @@ unreferenced?: true; |
@@ -30,3 +30,3 @@ /*! | ||
* Set min op frequency with which noops would be sent in case of an active connection which is not sending any op. | ||
* See {@link IClientConfiguration#noopTimeFrequency} for more details. | ||
* See {@link IClientConfiguration.noopTimeFrequency} for more details. | ||
* 'Infinity' will disable this feature and if no value is provided, the client choses some reasonable value. | ||
@@ -33,0 +33,0 @@ */ |
@@ -101,2 +101,8 @@ /*! | ||
unreferenced?: true; | ||
/** | ||
* Represents the group to which the tree belongs to. When the server returns the snapshot to | ||
* the client, and this tree is missing in that snapshot, then this could be used to request the contents | ||
* from the service. | ||
*/ | ||
groupId?: string; | ||
} | ||
@@ -118,2 +124,8 @@ /** | ||
unreferenced?: true; | ||
/** | ||
* Represents the group to which the snapshot tree belongs to. When the server returns the snapshot to | ||
* the client, and this tree is missing in that snapshot, then this could be used to request the contents | ||
* from the service. | ||
*/ | ||
groupId?: string; | ||
} | ||
@@ -120,0 +132,0 @@ /** |
@@ -147,3 +147,9 @@ /*! | ||
unreferenced?: true; | ||
/** | ||
* Represents the group to which the summary tree belongs to. The server stores this info and when it returns the | ||
* snapshot to the client, and this tree is missing in that snapshot, then this could be used to request the contents | ||
* from the service. | ||
*/ | ||
groupId?: string; | ||
} | ||
//# sourceMappingURL=summary.d.ts.map |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "3.1.0", | ||
"version": "3.2.0-231454", | ||
"description": "Fluid protocol definitions", | ||
@@ -37,3 +37,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/protocol-definitions-previous": "npm:@fluidframework/protocol-definitions@2.0.0", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@microsoft/api-extractor": "^7.39.1", | ||
"concurrently": "^6.2.0", | ||
@@ -40,0 +40,0 @@ "copyfiles": "^2.4.1", |
@@ -34,3 +34,3 @@ /*! | ||
* Set min op frequency with which noops would be sent in case of an active connection which is not sending any op. | ||
* See {@link IClientConfiguration#noopTimeFrequency} for more details. | ||
* See {@link IClientConfiguration.noopTimeFrequency} for more details. | ||
* 'Infinity' will disable this feature and if no value is provided, the client choses some reasonable value. | ||
@@ -37,0 +37,0 @@ */ |
@@ -120,2 +120,9 @@ /*! | ||
unreferenced?: true; | ||
/** | ||
* Represents the group to which the tree belongs to. When the server returns the snapshot to | ||
* the client, and this tree is missing in that snapshot, then this could be used to request the contents | ||
* from the service. | ||
*/ | ||
groupId?: string; | ||
} | ||
@@ -135,2 +142,9 @@ | ||
unreferenced?: true; | ||
/** | ||
* Represents the group to which the snapshot tree belongs to. When the server returns the snapshot to | ||
* the client, and this tree is missing in that snapshot, then this could be used to request the contents | ||
* from the service. | ||
*/ | ||
groupId?: string; | ||
} | ||
@@ -137,0 +151,0 @@ |
@@ -168,2 +168,9 @@ /*! | ||
unreferenced?: true; | ||
/** | ||
* Represents the group to which the summary tree belongs to. The server stores this info and when it returns the | ||
* snapshot to the client, and this tree is missing in that snapshot, then this could be used to request the contents | ||
* from the service. | ||
*/ | ||
groupId?: string; | ||
} |
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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
381604
3507
1