snaptrade-typescript-sdk 10.0.2 → 10.0.4
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/README.md +2 -2
- package/dist/index.browser.mjs +10336 -0
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +10806 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +10806 -1
- package/dist/index.mjs +5 -5
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Connect brokerage accounts to your app for live positions and trading
|
|
8
8
|
|
|
9
|
-
[](https://www.npmjs.com/package/snaptrade-typescript-sdk/v/10.0.4)
|
|
10
10
|
[](https://snaptrade.com/)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
@@ -1266,7 +1266,7 @@ Trigger a holdings update for all accounts under this connection. Updates will b
|
|
|
1266
1266
|
This endpoint will also trigger a transaction sync for the past day if one has not yet occurred.
|
|
1267
1267
|
|
|
1268
1268
|
**Because of the cost of refreshing a connection, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)**
|
|
1269
|
-
**Please note this endpoint is disabled for Pay as you Go
|
|
1269
|
+
**Please note this endpoint is disabled for Personal and Pay as you Go Real-time plans. Real-time plans do not benefit from this feature since data is refreshed when calls are made**
|
|
1270
1270
|
|
|
1271
1271
|
|
|
1272
1272
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|