@evergonlabs/tmi-protocol-api-client 0.7.2 → 0.8.0

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
@@ -389,7 +389,10 @@ type CreateFractionsRequestSchema = {
389
389
  chainId: '11155111' | '31337';
390
390
  market: string;
391
391
  fractions: {
392
- token: string;
392
+ /**
393
+ * DO NOT USE. This field will be removed
394
+ */
395
+ token?: string;
393
396
  symbol: string;
394
397
  name: string;
395
398
  amount: bigint;
package/dist/index.d.ts CHANGED
@@ -389,7 +389,10 @@ type CreateFractionsRequestSchema = {
389
389
  chainId: '11155111' | '31337';
390
390
  market: string;
391
391
  fractions: {
392
- token: string;
392
+ /**
393
+ * DO NOT USE. This field will be removed
394
+ */
395
+ token?: string;
393
396
  symbol: string;
394
397
  name: string;
395
398
  amount: bigint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.7.2",
3
+ "version": "0.8.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {