@veltdev/sdk 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,6 +57,10 @@ export declare class User {
57
57
  * Anonymous user can only view the comments
58
58
  */
59
59
  isAnonymous?: boolean;
60
+ /**
61
+ * Guest user
62
+ */
63
+ isGuest?: boolean;
60
64
  }
61
65
  export declare class UserOptions {
62
66
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {