@evergonlabs/tmi-protocol-api-client 0.16.5 → 0.16.6

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.
package/dist/index.d.cts CHANGED
@@ -637,10 +637,11 @@ type FractionsSaleStatistics = {
637
637
  */
638
638
  platform: string;
639
639
  campaignId: string;
640
- purchases: number;
641
- totalPaid: string;
642
- totalBurnt: string;
643
- fractionsSold: string;
640
+ statistics: Array<{
641
+ priceId: string;
642
+ fractionsSold: string;
643
+ purchases: number;
644
+ }>;
644
645
  };
645
646
  type SetFeeCapLimitRequestSchema = {
646
647
  marketAddress: string;
package/dist/index.d.ts CHANGED
@@ -637,10 +637,11 @@ type FractionsSaleStatistics = {
637
637
  */
638
638
  platform: string;
639
639
  campaignId: string;
640
- purchases: number;
641
- totalPaid: string;
642
- totalBurnt: string;
643
- fractionsSold: string;
640
+ statistics: Array<{
641
+ priceId: string;
642
+ fractionsSold: string;
643
+ purchases: number;
644
+ }>;
644
645
  };
645
646
  type SetFeeCapLimitRequestSchema = {
646
647
  marketAddress: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.16.5",
3
+ "version": "0.16.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,8 +35,8 @@
35
35
  "rimraf": "^6.0.1",
36
36
  "tsx": "^4.19.2",
37
37
  "typescript": "5.7.3",
38
- "@evergonlabs/internal": "0.0.0",
39
- "@evergonlabs/tmi-protocol-api": "0.1.0"
38
+ "@evergonlabs/tmi-protocol-api": "0.1.0",
39
+ "@evergonlabs/internal": "0.0.0"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18.14"