@clear-street/clearstreet 0.73.0 → 0.74.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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/resources/v1/accounts.d.mts +2 -2
- package/resources/v1/accounts.d.ts +2 -2
- package/src/resources/v1/accounts.ts +2 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.74.0 (2026-06-05)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.73.0...v0.74.0](https://github.com/clear-street/clear-street-typescript/compare/v0.73.0...v0.74.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([63d6c19](https://github.com/clear-street/clear-street-typescript/commit/63d6c19a2d220cd38fccc0763c41084c7d62263e))
|
|
10
|
+
|
|
3
11
|
## 0.73.0 (2026-06-04)
|
|
4
12
|
|
|
5
13
|
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
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
|
1
|
+
export const VERSION = '0.74.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.74.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.74.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.74.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|