snaptrade 2.0.49 → 2.0.50

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e08bdf56ca308e63579693544f8fca18d020aea297a4b946f40ae05b606721b
4
- data.tar.gz: c3d4df66abe4c7a22dc7386d3a741cc6508d9c7c16b40dfe24e42e5ba3caf7cd
3
+ metadata.gz: 1ff6c1a7698aa9d2a38ecf15145b5a353d4487bb1a93f2fbf417cce7156736c9
4
+ data.tar.gz: b1fa817078cf578d2f0c8b32115417a1c87fab22da9d1cc63d6207743a8ef445
5
5
  SHA512:
6
- metadata.gz: ab697626d2986f45b77335144f244ed7898c4387b59a57034280ca65cca180d701601fa2e3731dcb2aa3cabf7310ff311ccb20f55cb86579ddbadde4b7845761
7
- data.tar.gz: '0595be5c6b3c96c42ddebe85bdc7bd588e2db8212f468ce74c55b88deb09583337621198abd6297c044489f8daffbaf921cc4f097b94f7915f81b177bd5514c6'
6
+ metadata.gz: 045c5ebf77f76b5db69fed2ea16965f4d041df50c532e7254897d6273f31bcc1bf4d209adee9151b24f79e9bac3346eea50d88df2e7a93bf97ad9efed020472c
7
+ data.tar.gz: 366092be6800bec45b8f58da67f330ad872c6be44fa1c8f05e2e12add9d526bbe9ec41fa9cc5a9b43063998033fa1c78bf8e1bc18524113f88c1e2c3e08f84bc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.49)
4
+ snaptrade (2.0.50)
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.49-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.49)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.50-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.50)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -70,7 +70,7 @@ Connect brokerage accounts to your app for live positions and trading
70
70
  Add to Gemfile:
71
71
 
72
72
  ```ruby
73
- gem 'snaptrade', '~> 2.0.49'
73
+ gem 'snaptrade', '~> 2.0.50'
74
74
  ```
75
75
 
76
76
  ## Getting Started<a id="getting-started"></a>
@@ -49,6 +49,7 @@ module SnapTrade
49
49
  def self.openapi_nullable
50
50
  Set.new([
51
51
  :'last_successful_sync',
52
+ :'first_transaction_date'
52
53
  ])
53
54
  end
54
55
 
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.49'
11
+ VERSION = '2.0.50'
12
12
  end
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.49
4
+ version: 2.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-28 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday