@kynesyslabs/demosdk 2.4.17 → 2.4.18

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.
@@ -97,6 +97,7 @@ export interface TelegramAttestationPayload {
97
97
  public_key: string;
98
98
  timestamp: number;
99
99
  bot_address: string;
100
+ group_membership: boolean;
100
101
  }
101
102
  /**
102
103
  * Signed attestation from Telegram bot containing dual signatures
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynesyslabs/demosdk",
3
- "version": "2.4.17",
3
+ "version": "2.4.18",
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",