@evergonlabs/tmi-protocol-api 0.11.0-rc.2 → 0.11.0-rc.3

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/app.d.ts CHANGED
@@ -1386,7 +1386,7 @@ export declare function buildApps(config?: IAppConfig): {
1386
1386
  $post: {
1387
1387
  input: {
1388
1388
  json: {
1389
- chainId: number;
1389
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1390
1390
  market: string;
1391
1391
  fractions: {
1392
1392
  symbol: string;
package/dist/client.d.ts CHANGED
@@ -1572,7 +1572,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
1572
1572
  $post: {
1573
1573
  input: {
1574
1574
  json: {
1575
- chainId: number;
1575
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1576
1576
  market: string;
1577
1577
  fractions: {
1578
1578
  symbol: string;
@@ -325,7 +325,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
325
325
  $post: {
326
326
  input: {
327
327
  json: {
328
- chainId: number;
328
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
329
329
  market: string;
330
330
  fractions: {
331
331
  symbol: string;
@@ -3,7 +3,7 @@ export declare const CreateFractionsV0: import("../../common/controller.js").ICo
3
3
  $post: {
4
4
  input: {
5
5
  json: {
6
- chainId: number;
6
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
7
7
  market: string;
8
8
  fractions: {
9
9
  symbol: string;
@@ -3,7 +3,7 @@ export declare const SalesController: import("../../common/controller.js").ICont
3
3
  $post: {
4
4
  input: {
5
5
  json: {
6
- chainId: number;
6
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
7
7
  market: string;
8
8
  fractions: {
9
9
  symbol: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api",
3
- "version": "0.11.0-rc.2",
3
+ "version": "0.11.0-rc.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -57,13 +57,13 @@
57
57
  "viem": "2.46.2",
58
58
  "zod": "^4.3.6",
59
59
  "zod-openapi": "^5.4.6",
60
- "@evergonlabs/tmi-protocol-contracts": "0.11.0-rc.2",
61
- "@evergonlabs/tmi-protocol-fractions-sdk": "0.11.0-rc.2",
62
- "@evergonlabs/tmi-protocol-indexer": "0.11.0-rc.2",
63
- "@evergonlabs/tmi-protocol-shared": "0.11.0-rc.2",
64
- "@evergonlabs/tmi-protocol-staking-sdk": "0.11.0-rc.2",
65
- "@evergonlabs/tmi-protocol-types": "0.11.0-rc.2",
66
- "@evergonlabs/tmi-protocol-utils": "0.11.0-rc.2"
60
+ "@evergonlabs/tmi-protocol-contracts": "0.11.0-rc.3",
61
+ "@evergonlabs/tmi-protocol-fractions-sdk": "0.11.0-rc.3",
62
+ "@evergonlabs/tmi-protocol-indexer": "0.11.0-rc.3",
63
+ "@evergonlabs/tmi-protocol-shared": "0.11.0-rc.3",
64
+ "@evergonlabs/tmi-protocol-staking-sdk": "0.11.0-rc.3",
65
+ "@evergonlabs/tmi-protocol-types": "0.11.0-rc.3",
66
+ "@evergonlabs/tmi-protocol-utils": "0.11.0-rc.3"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@evergonlabs/tmi-eslint-config": "0.8.0-rc.0",