@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1014.0-7215 to 0.1014.0-7757
@@ -36,4 +36,18 @@ /*! | ||
} & IApprovedProposal; | ||
/** | ||
* A proposal that has been propposed, but not yet accepted or committed | ||
*/ | ||
export interface IPendingProposal extends ISequencedProposal { | ||
/** | ||
* Sends a rejection for the proposal | ||
*/ | ||
reject(): any; | ||
/** | ||
* Disables the sending of rejections for this proposal | ||
*/ | ||
disableRejection(): any; | ||
/** | ||
* Returns true if rejections has been disable, otherwise false | ||
*/ | ||
readonly rejectionDisabled: boolean; | ||
} | ||
@@ -40,0 +54,0 @@ export interface IQuorumEvents extends IErrorEvent { |
@@ -11,2 +11,5 @@ /*! | ||
user: IUser; | ||
iat: number; | ||
exp: number; | ||
ver: string; | ||
} | ||
@@ -13,0 +16,0 @@ export interface ISummaryTokenClaims { |
@@ -36,4 +36,18 @@ /*! | ||
} & IApprovedProposal; | ||
/** | ||
* A proposal that has been propposed, but not yet accepted or committed | ||
*/ | ||
export interface IPendingProposal extends ISequencedProposal { | ||
/** | ||
* Sends a rejection for the proposal | ||
*/ | ||
reject(): any; | ||
/** | ||
* Disables the sending of rejections for this proposal | ||
*/ | ||
disableRejection(): any; | ||
/** | ||
* Returns true if rejections has been disable, otherwise false | ||
*/ | ||
readonly rejectionDisabled: boolean; | ||
} | ||
@@ -40,0 +54,0 @@ export interface IQuorumEvents extends IErrorEvent { |
@@ -11,2 +11,5 @@ /*! | ||
user: IUser; | ||
iat: number; | ||
exp: number; | ||
ver: string; | ||
} | ||
@@ -13,0 +16,0 @@ export interface ISummaryTokenClaims { |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1014.0-7215", | ||
"version": "0.1014.0-7757", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -39,4 +39,20 @@ /*! | ||
/** | ||
* A proposal that has been propposed, but not yet accepted or committed | ||
*/ | ||
export interface IPendingProposal extends ISequencedProposal { | ||
/** | ||
* Sends a rejection for the proposal | ||
*/ | ||
reject(); | ||
/** | ||
* Disables the sending of rejections for this proposal | ||
*/ | ||
disableRejection(); | ||
/** | ||
* Returns true if rejections has been disable, otherwise false | ||
*/ | ||
readonly rejectionDisabled: boolean; | ||
} | ||
@@ -43,0 +59,0 @@ |
@@ -13,2 +13,5 @@ /*! | ||
user: IUser; | ||
iat: number; | ||
exp: number; | ||
ver: string; | ||
} | ||
@@ -15,0 +18,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
144427
2323