@super-protocol/sdk-js 3.12.1-beta.0 → 3.12.1-beta.1

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.
@@ -28,7 +28,7 @@ declare class Campaign {
28
28
  notValidAfterTs: number;
29
29
  maxDayAttemptsCount: number;
30
30
  }>;
31
- static getParticipantByRank(rank: number, contract?: Contract<typeof abi>): Promise<string>;
31
+ static getParticipantByRank(rank: number, contract?: Contract<typeof abi>): Promise<ParticipantScore>;
32
32
  static getParticipantInfo(participant: string, contract?: Contract<typeof abi>): Promise<TotalParticipantInfo>;
33
33
  static getTopParticipantsInfo(count: number, contract?: Contract<typeof abi>): Promise<TotalParticipantInfo[]>;
34
34
  static getContentRange(from: number, to: number, status: Status, contract?: Contract<typeof abi>): Promise<ContentWithIndex[]>;
@@ -28,7 +28,7 @@ declare class Campaign {
28
28
  notValidAfterTs: number;
29
29
  maxDayAttemptsCount: number;
30
30
  }>;
31
- static getParticipantByRank(rank: number, contract?: Contract<typeof abi>): Promise<string>;
31
+ static getParticipantByRank(rank: number, contract?: Contract<typeof abi>): Promise<ParticipantScore>;
32
32
  static getParticipantInfo(participant: string, contract?: Contract<typeof abi>): Promise<TotalParticipantInfo>;
33
33
  static getTopParticipantsInfo(count: number, contract?: Contract<typeof abi>): Promise<TotalParticipantInfo[]>;
34
34
  static getContentRange(from: number, to: number, status: Status, contract?: Contract<typeof abi>): Promise<ContentWithIndex[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "3.12.1-beta.0",
3
+ "version": "3.12.1-beta.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/mjs/index.js",
6
6
  "exports": {