@snippyly/sdk-staging
Advanced tools
Comparing version 1.0.577 to 1.0.578
@@ -177,2 +177,12 @@ // @ts-nocheck | ||
/** | ||
* To enable feature to resolve comments | ||
*/ | ||
public enableResolve: () => any; | ||
/** | ||
* To disable feature to resolve comments | ||
*/ | ||
public disableResolve: () => any; | ||
/** | ||
* To enable feature to show ghost comments | ||
@@ -389,2 +399,12 @@ */ | ||
/** | ||
* To enable feature to resolve comments | ||
*/ | ||
private _enableResolve; | ||
/** | ||
* To disable feature to resolve comments | ||
*/ | ||
private _disableResolve; | ||
/** | ||
* To enable feature to show ghost comments | ||
@@ -391,0 +411,0 @@ */ |
{ | ||
"name": "@snippyly/sdk-staging", | ||
"version": "1.0.577", | ||
"version": "1.0.578", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "snippyly.js", |
Sorry, the diff of this file is too big to display
2802616
13410