@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 +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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;
|