@evergonlabs/tmi-protocol-api-client 0.16.0 → 0.16.1

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
@@ -2184,7 +2184,7 @@ type GetV0FractionsPlatformsInitCompilotData = {
2184
2184
  body?: never;
2185
2185
  path?: never;
2186
2186
  query: {
2187
- market: unknown;
2187
+ market: string;
2188
2188
  };
2189
2189
  url: '/v0/fractions/platforms/initCompilot';
2190
2190
  };
package/dist/index.d.ts CHANGED
@@ -2184,7 +2184,7 @@ type GetV0FractionsPlatformsInitCompilotData = {
2184
2184
  body?: never;
2185
2185
  path?: never;
2186
2186
  query: {
2187
- market: unknown;
2187
+ market: string;
2188
2188
  };
2189
2189
  url: '/v0/fractions/platforms/initCompilot';
2190
2190
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {