@kynesyslabs/demosdk 2.3.4 → 2.3.5

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.
@@ -140,5 +140,7 @@ export interface UserPoints {
140
140
  twitter?: string;
141
141
  };
142
142
  lastUpdated: Date;
143
+ flagged: boolean | null;
144
+ flaggedReason: string | null;
143
145
  }
144
146
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynesyslabs/demosdk",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Demosdk is a JavaScript/TypeScript SDK that provides a unified interface for interacting with Demos network",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",