@evergonlabs/tmi-protocol-api-client 0.22.0-rc.2 → 0.22.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/index.d.cts CHANGED
@@ -1636,7 +1636,7 @@ type PostV0FractionsRolesGrantResponses = {
1636
1636
  type PostV0FractionsRolesGrantResponse = PostV0FractionsRolesGrantResponses[keyof PostV0FractionsRolesGrantResponses];
1637
1637
  type PostV0FractionsSalesFractionsData = {
1638
1638
  body?: {
1639
- chainId: number;
1639
+ chainId: '1' | '11155111' | '84532' | '72080' | '31337';
1640
1640
  market: string;
1641
1641
  fractions: {
1642
1642
  /**
package/dist/index.d.ts CHANGED
@@ -1636,7 +1636,7 @@ type PostV0FractionsRolesGrantResponses = {
1636
1636
  type PostV0FractionsRolesGrantResponse = PostV0FractionsRolesGrantResponses[keyof PostV0FractionsRolesGrantResponses];
1637
1637
  type PostV0FractionsSalesFractionsData = {
1638
1638
  body?: {
1639
- chainId: number;
1639
+ chainId: '1' | '11155111' | '84532' | '72080' | '31337';
1640
1640
  market: string;
1641
1641
  fractions: {
1642
1642
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.22.0-rc.2",
3
+ "version": "0.22.0-rc.3",
4
4
  "deprecated": "Use @evergonlabs/tmi-protocol-api/client instead. See v0.7.0 release notes for migration guide.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@hey-api/client-fetch": "^0.8.1",
24
- "@evergonlabs/tmi-protocol-shared": "0.11.0-rc.2"
24
+ "@evergonlabs/tmi-protocol-shared": "0.11.0-rc.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@evergonlabs/tmi-eslint-config": "0.8.0-rc.0",
@@ -35,7 +35,7 @@
35
35
  "tsx": "^4.19.2",
36
36
  "typescript": "5.7.3",
37
37
  "@evergonlabs/internal": "0.0.0",
38
- "@evergonlabs/tmi-protocol-api": "0.11.0-rc.2"
38
+ "@evergonlabs/tmi-protocol-api": "0.11.0-rc.3"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=18.14"