@evergonlabs/tmi-protocol-api-client 0.14.1 → 0.14.2

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
@@ -2318,6 +2318,7 @@ type GetV0FractionsSalesGetFractionsCreatedEventResponses = {
2318
2318
  campaignId: bigint;
2319
2319
  fractionsCreated: bigint;
2320
2320
  fractionsAddress: string;
2321
+ vaultAddress: string;
2321
2322
  };
2322
2323
  };
2323
2324
  type GetV0FractionsSalesGetFractionsCreatedEventResponse = GetV0FractionsSalesGetFractionsCreatedEventResponses[keyof GetV0FractionsSalesGetFractionsCreatedEventResponses];
@@ -3208,6 +3209,7 @@ declare const api: {
3208
3209
  campaignId: bigint;
3209
3210
  fractionsCreated: bigint;
3210
3211
  fractionsAddress: string;
3212
+ vaultAddress: string;
3211
3213
  }, ZodError, ThrowOnError>;
3212
3214
  search: <ThrowOnError extends boolean = false>(options?: Options<PostV0FractionsSalesSearchData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<StakeEvent[], ZodError, ThrowOnError>;
3213
3215
  getWithdrawEvent: <ThrowOnError extends boolean = false>(options: Options<GetV0FractionsSalesGetWithdrawEventData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<{
package/dist/index.d.ts CHANGED
@@ -2318,6 +2318,7 @@ type GetV0FractionsSalesGetFractionsCreatedEventResponses = {
2318
2318
  campaignId: bigint;
2319
2319
  fractionsCreated: bigint;
2320
2320
  fractionsAddress: string;
2321
+ vaultAddress: string;
2321
2322
  };
2322
2323
  };
2323
2324
  type GetV0FractionsSalesGetFractionsCreatedEventResponse = GetV0FractionsSalesGetFractionsCreatedEventResponses[keyof GetV0FractionsSalesGetFractionsCreatedEventResponses];
@@ -3208,6 +3209,7 @@ declare const api: {
3208
3209
  campaignId: bigint;
3209
3210
  fractionsCreated: bigint;
3210
3211
  fractionsAddress: string;
3212
+ vaultAddress: string;
3211
3213
  }, ZodError, ThrowOnError>;
3212
3214
  search: <ThrowOnError extends boolean = false>(options?: Options<PostV0FractionsSalesSearchData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<StakeEvent[], ZodError, ThrowOnError>;
3213
3215
  getWithdrawEvent: <ThrowOnError extends boolean = false>(options: Options<GetV0FractionsSalesGetWithdrawEventData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
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/tmi-protocol-api": "0.0.0",
39
- "@evergonlabs/internal": "0.0.0"
38
+ "@evergonlabs/internal": "0.0.0",
39
+ "@evergonlabs/tmi-protocol-api": "0.0.0"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18.14"