snaptrade 2.0.154 → 2.0.155

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cd1d97980cff323ce7a0c014067ebece91e61c5c0bca3ac4c279359e07bd4ce
4
- data.tar.gz: ee721036231bc1c63bfea1671868266e873647b75591e286fb113e32ccf14e56
3
+ metadata.gz: 215093f43172a954289d020e6feccadd0832d5dd17037013ee89bd0a42088d81
4
+ data.tar.gz: e3828e6cad03623498859ae5d3df866a5a3e00d35acad759ae8e16ec09141552
5
5
  SHA512:
6
- metadata.gz: ed039802d30c1f9945a826e92ce41fb07e12f90d437eb980a64b9f075f37e49737887e7ff36851285484010591cb23c7d7a578fda1a3edd546b586f184cb9154
7
- data.tar.gz: a5f558aac9e37a85488b9a9e6785e861caf75e855043059a3985aaa8acea6702b9b9b2dccda31a93964cecef938f58754cebbb1d4bc8c7e6829da43348ba2f47
6
+ metadata.gz: 4908c95d293161623bee36599e3b8b127080c8c8ff17d0daec664aa20f1c090ccd74d00b4bfda02d6f537ec4de5282562fd8aa10be56452ba37d5632f1e3c266
7
+ data.tar.gz: dbd496135c64eb0da77791c81623376522ddb0b40a40b03b7a7f49d527c34d4bad41e93f77e3049a4f505c9c79d6f1e0b23c325de41c012d52325db0f007c51e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.154)
4
+ snaptrade (2.0.155)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
data/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/gem-v2.0.154-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.154)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.155-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.155)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -83,7 +83,7 @@ Connect brokerage accounts to your app for live positions and trading
83
83
  Add to Gemfile:
84
84
 
85
85
  ```ruby
86
- gem 'snaptrade', '~> 2.0.154'
86
+ gem 'snaptrade', '~> 2.0.155'
87
87
  ```
88
88
 
89
89
  ## Getting Started<a id="getting-started"></a>
@@ -1029,7 +1029,7 @@ p result
1029
1029
 
1030
1030
  ### `snaptrade.connections.remove_brokerage_authorization`<a id="snaptradeconnectionsremove_brokerage_authorization"></a>
1031
1031
 
1032
- Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
1032
+ Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
1033
1033
 
1034
1034
  #### 🛠️ Usage<a id="🛠️-usage"></a>
1035
1035
 
@@ -443,7 +443,7 @@ module SnapTrade
443
443
 
444
444
  # Delete connection
445
445
  #
446
- # Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
446
+ # Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
447
447
  #
448
448
  # @param authorization_id [String]
449
449
  # @param user_id [String]
@@ -456,7 +456,7 @@ module SnapTrade
456
456
 
457
457
  # Delete connection
458
458
  #
459
- # Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
459
+ # Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
460
460
  #
461
461
  # @param authorization_id [String]
462
462
  # @param user_id [String]
@@ -467,7 +467,7 @@ module SnapTrade
467
467
  end
468
468
 
469
469
  # Delete connection
470
- # Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
470
+ # Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
471
471
  # @param authorization_id [String]
472
472
  # @param user_id [String]
473
473
  # @param user_secret [String]
@@ -479,7 +479,7 @@ module SnapTrade
479
479
  end
480
480
 
481
481
  # Delete connection
482
- # Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
482
+ # Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
483
483
  # @param authorization_id [String]
484
484
  # @param user_id [String]
485
485
  # @param user_secret [String]
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.154'
11
+ VERSION = '2.0.155'
12
12
  end
@@ -84,7 +84,7 @@ describe 'ConnectionsApi' do
84
84
 
85
85
  # unit tests for remove_brokerage_authorization
86
86
  # Delete connection
87
- # Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
87
+ # Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
88
88
  # @param authorization_id
89
89
  # @param user_id
90
90
  # @param user_secret
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.154
4
+ version: 2.0.155
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-02 00:00:00.000000000 Z
11
+ date: 2025-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday