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 CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect brokerage accounts to your app for live positions and trading
8
8
 
9
- [![npm](https://img.shields.io/badge/npm-v10.0.2-blue)](https://www.npmjs.com/package/snaptrade-typescript-sdk/v/10.0.2)
9
+ [![npm](https://img.shields.io/badge/npm-v10.0.4-blue)](https://www.npmjs.com/package/snaptrade-typescript-sdk/v/10.0.4)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](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 / Real-time plans. Pay as you Go / Real-time plans do not benefit from this feature since data is refreshed when calls are made**
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>