@clear-street/clearstreet 0.73.0 → 0.74.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.74.1 (2026-06-08)
4
+
5
+ Full Changelog: [v0.74.0...v0.74.1](https://github.com/clear-street/clear-street-typescript/compare/v0.74.0...v0.74.1)
6
+
7
+ ## 0.74.0 (2026-06-05)
8
+
9
+ Full Changelog: [v0.73.0...v0.74.0](https://github.com/clear-street/clear-street-typescript/compare/v0.73.0...v0.74.0)
10
+
11
+ ### Features
12
+
13
+ * **api:** api update ([63d6c19](https://github.com/clear-street/clear-street-typescript/commit/63d6c19a2d220cd38fccc0763c41084c7d62263e))
14
+
3
15
  ## 0.73.0 (2026-06-04)
4
16
 
5
17
  Full Changelog: [v0.72.0...v0.73.0](https://github.com/clear-street/clear-street-typescript/compare/v0.72.0...v0.73.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clear-street/clearstreet",
3
- "version": "0.73.0",
3
+ "version": "0.74.1",
4
4
  "description": "The official TypeScript library for the Clear Street API",
5
5
  "author": "Clear Street <support@clearstreet.io>",
6
6
  "types": "./index.d.ts",
@@ -294,8 +294,8 @@ export interface MarginDetailsUsage {
294
294
  }
295
295
  export interface MarginTopContributor {
296
296
  /**
297
- * Day-trade buying power consumed by fills against this underlying on the current
298
- * trade date. Populated only for pattern day trader accounts.
297
+ * @deprecated Day-trade buying power consumed by fills against this underlying on
298
+ * the current trade date. Populated only for pattern day trader accounts.
299
299
  */
300
300
  day_trade_buying_power_usage: string;
301
301
  /**
@@ -294,8 +294,8 @@ export interface MarginDetailsUsage {
294
294
  }
295
295
  export interface MarginTopContributor {
296
296
  /**
297
- * Day-trade buying power consumed by fills against this underlying on the current
298
- * trade date. Populated only for pattern day trader accounts.
297
+ * @deprecated Day-trade buying power consumed by fills against this underlying on
298
+ * the current trade date. Populated only for pattern day trader accounts.
299
299
  */
300
300
  day_trade_buying_power_usage: string;
301
301
  /**
@@ -382,8 +382,8 @@ export interface MarginDetailsUsage {
382
382
 
383
383
  export interface MarginTopContributor {
384
384
  /**
385
- * Day-trade buying power consumed by fills against this underlying on the current
386
- * trade date. Populated only for pattern day trader accounts.
385
+ * @deprecated Day-trade buying power consumed by fills against this underlying on
386
+ * the current trade date. Populated only for pattern day trader accounts.
387
387
  */
388
388
  day_trade_buying_power_usage: string;
389
389
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.73.0'; // x-release-please-version
1
+ export const VERSION = '0.74.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.73.0";
1
+ export declare const VERSION = "0.74.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.73.0";
1
+ export declare const VERSION = "0.74.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.73.0'; // x-release-please-version
4
+ exports.VERSION = '0.74.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.73.0'; // x-release-please-version
1
+ export const VERSION = '0.74.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map