eligible 3.1.0.beta4 → 3.1.0.beta5
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 +4 -4
- data/CHANGELOG.md +162 -100
- data/Gemfile.lock +1 -1
- data/lib/eligible/version.rb +1 -1
- data/lib/eligible.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09466ef3e77d60757a743de16d52781a53b903c8587942427b650c00d9beb835'
|
4
|
+
data.tar.gz: 57960bfecf7b5e3c2718d8204dd1e51402a6060901c219cd7b5453bff4452427
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66dca310540cff47609bed644d17fbbc4372489760d797fd39e725a641ac8953bd1d2bc215da6718f8f735fb965bb4f3d04c16649d575c73b26911817d27ac49
|
7
|
+
data.tar.gz: c9c28f9228fbe756f71549d51dbf138f2f68aa5b6e6f66ebe7e0f497f9290dbafe84ac136f332dcfb425defe8f6e7ab1309114430f7066159a7db0b426c06a88
|
data/CHANGELOG.md
CHANGED
@@ -1,214 +1,276 @@
|
|
1
1
|
# Changelog
|
2
|
+
|
3
|
+
## 3.1.0.beta5 - 2025-01-20
|
4
|
+
|
5
|
+
- Updated pinned GDS SSL certificate
|
6
|
+
|
2
7
|
## 3.1.0.beta4 - 2025-01-15
|
3
|
-
|
8
|
+
|
9
|
+
- Updated pinned GDS SSL certificate
|
4
10
|
|
5
11
|
## 3.1.0.beta3 - 2024-01-16
|
6
|
-
|
12
|
+
|
13
|
+
- Updated pinned GDS SSL certificate
|
7
14
|
|
8
15
|
## 3.1.0.beta2 - 2023-01-16
|
9
|
-
|
16
|
+
|
17
|
+
- Updated pinned GDS SSL certificate
|
10
18
|
|
11
19
|
## 3.1.0.beta1 - 2022-09-12
|
12
|
-
|
20
|
+
|
21
|
+
- Added support of ruby 3.1
|
13
22
|
|
14
23
|
## 3.0.0.beta28 - 2022-02-07
|
15
|
-
|
24
|
+
|
25
|
+
- Updated pinned GDS SSL certificate
|
16
26
|
|
17
27
|
## 3.0.0.beta27 - 2021-09-23
|
18
|
-
|
28
|
+
|
29
|
+
- Updated pinned api.eligible.com certificate
|
19
30
|
|
20
31
|
## 3.0.0.beta26 - 2021-05-12
|
21
|
-
|
32
|
+
|
33
|
+
- Updated pinned GDS SSL certificate for Staging
|
22
34
|
|
23
35
|
## 3.0.0.beta25 - 2021-04-12
|
24
|
-
|
36
|
+
|
37
|
+
- Updated pinned GDS SSL certificate
|
25
38
|
|
26
39
|
## 3.0.0.beta24 - 2021-04-01
|
27
|
-
|
40
|
+
|
41
|
+
- Updated pinned GDS SSL certificate
|
28
42
|
|
29
43
|
## 3.0.0.beta23 - 2020-11-13
|
30
|
-
|
44
|
+
|
45
|
+
- Bug fixes
|
31
46
|
|
32
47
|
## 3.0.0.beta22 - 2020-10-21
|
33
|
-
|
48
|
+
|
49
|
+
- Bug fixes
|
34
50
|
|
35
51
|
## 3.0.0.beta21 - 2020-10-21
|
36
|
-
|
52
|
+
|
53
|
+
- Add post method for CE API to avoid 414 error with large X12 inputs
|
37
54
|
|
38
55
|
## 3.0.0.beta20 - 2020-08-17
|
39
|
-
|
56
|
+
|
57
|
+
- Bug fixes
|
40
58
|
|
41
59
|
## 3.0.0.beta19 - 2020-07-28
|
42
|
-
|
60
|
+
|
61
|
+
- Added refunds and balance_captures REST API endpoints
|
43
62
|
|
44
63
|
## 3.0.0.beta18 - 2020-07-24
|
45
|
-
|
64
|
+
|
65
|
+
- Added claim_submit endpoint API url for PatientStatement endpoint
|
46
66
|
|
47
67
|
## 3.0.0.beta17 - 2020-07-13
|
48
|
-
|
68
|
+
|
69
|
+
- Bug fixes
|
49
70
|
|
50
71
|
## 3.0.0.beta16 - 2020-07-10
|
51
|
-
|
72
|
+
|
73
|
+
- Migrated "Patient" endpoint to "PatientRecord"
|
52
74
|
|
53
75
|
## 3.0.0.beta15 - 2020-06-12
|
54
|
-
|
76
|
+
|
77
|
+
- Added support for patient questionnaire, patient questions API endpoints
|
55
78
|
|
56
79
|
## 3.0.0.beta14 - 2020-06-08
|
57
|
-
|
80
|
+
|
81
|
+
- Added Fee and FeeRefund new REST API endpoints
|
58
82
|
|
59
83
|
## 3.0.0.beta13 - 2020-06-05
|
60
|
-
|
84
|
+
|
85
|
+
- Added create, update, delete and validate endpoints support for rules
|
61
86
|
|
62
87
|
## 3.0.0.beta12 - 2020-05-12
|
63
|
-
|
88
|
+
|
89
|
+
- Updated pinned GDS SSL certificate
|
64
90
|
|
65
91
|
## 3.0.0.beta11 - 2020-05-12
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
92
|
+
|
93
|
+
- Added summary and escalate actions for Enrollments endpoint
|
94
|
+
- Added Action endpoint
|
95
|
+
- Added Attribute endpoint
|
96
|
+
- Added Claim endpoint
|
97
|
+
- Added ClaimServiceLine endpoint
|
98
|
+
- Added Device endpoint
|
99
|
+
- Added Discount endpoint
|
100
|
+
- Renamed FileObject to File in order to kept consistency
|
101
|
+
- Added FileLink endpoint
|
102
|
+
- Added InsuranceCompanyAlias endpoint
|
103
|
+
- Added PaymentReport endpoint
|
104
|
+
- Added Remark endpoint
|
105
|
+
- Added Rule endpoint
|
106
|
+
- Added Session endpoint
|
107
|
+
- Added Transaction endpoint
|
108
|
+
- Added ValueList endpoint
|
109
|
+
- Added ValueListItem endpoint
|
110
|
+
- Added Verification endpoint
|
111
|
+
- Updated Charge endpoint to raise exception on delete action
|
112
|
+
- Updated Estimate endpoint, raise exception on update and delete actions, and added missing actions process, reestimate, convert
|
113
|
+
- Update EstimateServiceLine endpoint to raise exception on update and delete actions
|
114
|
+
- Updated InsuranceCompany endpoint to raise exception on delete action
|
88
115
|
|
89
116
|
## 3.0.0.beta10 - 2020-05-06
|
90
|
-
|
91
|
-
|
117
|
+
|
118
|
+
- Added support for new REST API endpoints "Contract, Enrollment, Provider"
|
119
|
+
- Added support delete operations on new API.
|
92
120
|
|
93
121
|
## 3.0.0.beta9 - 2020-05-04
|
94
|
-
|
122
|
+
|
123
|
+
- Added support for new REST API endpoints "Charge, Estimate, EstimateServiceLine, Product, Treatment"
|
95
124
|
|
96
125
|
## 3.0.0.beta8 - 2020-04-30
|
97
|
-
|
126
|
+
|
127
|
+
- Fixed payment and payment_reports API urls for new PatientStatement endpoint
|
98
128
|
|
99
129
|
## 3.0.0.beta7 - 2020-04-16
|
100
|
-
|
130
|
+
|
131
|
+
- Removed un-wanted parameters from the API request while making calls to new REST API endpoint
|
101
132
|
|
102
133
|
## 3.0.0.beta6 - 2020-04-08
|
103
|
-
|
134
|
+
|
135
|
+
- Bug fix for "PatientStatement" endpoint
|
104
136
|
|
105
137
|
## 3.0.0.beta5 - 2020-03-31
|
106
|
-
|
138
|
+
|
139
|
+
- Added support for new REST API endpoints "Insurance Company, Insurance Policy, Patient"
|
107
140
|
|
108
141
|
## 3.0.0.beta4 - 2020-03-16
|
109
|
-
|
110
|
-
|
142
|
+
|
143
|
+
- Fixed query params conversion to support Expand feature for new REST API Endpoints
|
144
|
+
- Changed new REST API endpoints format to support `ID` field or `params`
|
111
145
|
|
112
146
|
## 3.0.0.beta3 - 2020-03-09
|
113
|
-
|
147
|
+
|
148
|
+
- Added support for new REST API endpoint "PatientStatement" and "PatientStatementServiceLine"
|
114
149
|
|
115
150
|
## 3.0.0.beta2 - 2020-03-03
|
116
|
-
|
117
|
-
|
151
|
+
|
152
|
+
- Added support for V1.0 REST API endpoints and added Files endpoints
|
153
|
+
- Update pinned api.eligible.com and wildcard.eligible.com certificate
|
118
154
|
|
119
155
|
## 3.0.0.beta1 - 2019-10-01
|
120
|
-
|
156
|
+
|
157
|
+
- Added support for Eligible-Account Header in the API requests when used Eligible Connect feature
|
121
158
|
|
122
159
|
## 2.9.9 - 2019-08-07
|
123
|
-
|
160
|
+
|
161
|
+
- Added Icd code endpoints
|
124
162
|
|
125
163
|
## 2.9.8 - 2019-06-24
|
126
|
-
|
164
|
+
|
165
|
+
- Added an endpoint to fetch Risk Assessment
|
127
166
|
|
128
167
|
## 2.9.7 - 2019-03-08
|
129
|
-
|
168
|
+
|
169
|
+
- Updated GDS SSL certificate
|
130
170
|
|
131
171
|
## 2.9.6 - 2018-07-17
|
132
|
-
|
172
|
+
|
173
|
+
- Added Risk Assessment endpoints
|
133
174
|
|
134
175
|
## 2.9.5 - 2018-07-06
|
135
|
-
|
176
|
+
|
177
|
+
- Added Mix and Match support for coverage requests
|
136
178
|
|
137
179
|
## 2.9.4 - 2018-04-25
|
138
|
-
|
180
|
+
|
181
|
+
- Rename endpoint provider_detail to provider_model
|
139
182
|
|
140
183
|
## 2.9.3 - 2018-04-19
|
141
|
-
|
184
|
+
|
185
|
+
- Added new endpoints visit types, provider details
|
142
186
|
|
143
187
|
## 2.9.2 - 2018-03-26
|
144
|
-
|
145
|
-
|
188
|
+
|
189
|
+
- We can use session token or api_key for making a Eligible Call
|
190
|
+
- for session token supported endpoints
|
146
191
|
|
147
192
|
## 2.9.0 - 2017-10-04
|
148
|
-
|
193
|
+
|
194
|
+
- Adding revoke functionality for session tokens
|
149
195
|
|
150
196
|
## 2.8.2 - 2017-03-24
|
151
|
-
|
197
|
+
|
198
|
+
- Upgraded internal rest-client dependency to 2.0.0 and higher
|
152
199
|
|
153
200
|
## 2.8.1 - 2017-02-23
|
154
|
-
|
155
|
-
|
201
|
+
|
202
|
+
- Upgraded internal rest-client dependency to 2.0.1
|
203
|
+
- Fixes mime-type dependency issue with newer Rails projects
|
156
204
|
|
157
205
|
## 2.8.0 - 2017-02-23
|
158
|
-
|
206
|
+
|
207
|
+
- Added support for session tokens
|
159
208
|
|
160
209
|
## 2.7.0 - 2016-12-14
|
161
|
-
|
210
|
+
|
211
|
+
- Changed default content type to application/json
|
162
212
|
|
163
213
|
## 2.6.3 - 2016-11-18
|
164
|
-
|
214
|
+
|
215
|
+
- Added a new certificate fingerprint
|
165
216
|
|
166
217
|
## 2.6.2 - 2016-08-31
|
167
|
-
|
218
|
+
|
219
|
+
- New APIs added in testing mode, no public-facing changes
|
168
220
|
|
169
221
|
## 2.6.1 - 2016-05-10
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
222
|
+
|
223
|
+
- Suppressing ssl_verify_callback return code warning
|
224
|
+
- Added new endpoints: received_pdf, precert and referral
|
225
|
+
- Refactored the code and fixed couple of bugs
|
226
|
+
- Documentation updates for the endpoints
|
174
227
|
|
175
228
|
## 2.6.0 - 2016-02-23
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
229
|
+
|
230
|
+
- Added new endpoints customer, original signature pdf, and payer.
|
231
|
+
- Added specs
|
232
|
+
- Bumped api version to 1.5
|
233
|
+
- Fixed few bugs
|
180
234
|
|
181
235
|
## 2.5.0 - 2016-01-07
|
182
|
-
|
183
|
-
|
184
|
-
|
236
|
+
|
237
|
+
- Added certificate pinning
|
238
|
+
- Added rubocop and fixed style/linting/metrics issues
|
239
|
+
- Migrated from outdated test-unit/mocha to current rspec for test suite
|
185
240
|
|
186
241
|
## 2.4
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
242
|
+
|
243
|
+
- Refactoring Code
|
244
|
+
- More test cases
|
245
|
+
- Removed legacy endpoint for _plans_, _coverage_ should be used instead.
|
246
|
+
- Removed legacy endpoint for _services_, _coverage_ should be used instead.
|
247
|
+
- List of contributors and documentation updated.
|
248
|
+
- Gemfile updated, dependencies updated as well.
|
249
|
+
- Removed json gem in favor of multi_json
|
250
|
+
- Fixed the code to let the users make x12 requests at anytime.
|
251
|
+
- New endpoint for Tickets
|
196
252
|
|
197
253
|
## 2.3
|
198
|
-
|
254
|
+
|
255
|
+
- New endpoint for Batch
|
199
256
|
|
200
257
|
## 2.2
|
201
|
-
|
258
|
+
|
259
|
+
- New endpoint for x12 POST
|
202
260
|
|
203
261
|
## 2.1
|
204
|
-
|
262
|
+
|
263
|
+
- New endpoint for payment status
|
205
264
|
|
206
265
|
## 2.0
|
207
|
-
|
266
|
+
|
267
|
+
- Additional endpoints for claims, enrollments, and coverage
|
208
268
|
|
209
269
|
## 1.1
|
210
|
-
|
211
|
-
|
270
|
+
|
271
|
+
- Additional endpoints for service/general and service/list
|
272
|
+
- Support x12 format in params
|
212
273
|
|
213
274
|
## 1.0
|
214
|
-
|
275
|
+
|
276
|
+
- Initial release
|
data/Gemfile.lock
CHANGED
data/lib/eligible/version.rb
CHANGED
data/lib/eligible.rb
CHANGED
@@ -92,7 +92,7 @@ module Eligible
|
|
92
92
|
@@test = false
|
93
93
|
@@api_version = '1.5'
|
94
94
|
@@api_base = "https://gds.eligibleapi.com/v#{@@api_version}"
|
95
|
-
@@fingerprints = %w(
|
95
|
+
@@fingerprints = %w(ad10dbfd536a0d054b02a7d30c11aa1eb5dbfb41
|
96
96
|
1fe04161ed657b55ac29a0c48da4cf246f8e657b
|
97
97
|
1a1b7d4faa43ecdeab40cc8d203583624d5917f4
|
98
98
|
b4225ee59dc7ede4d68e7b2c75c6e6ac79649416
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eligible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.0.
|
4
|
+
version: 3.1.0.beta5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katelyn Gleaon
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-
|
13
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rest-client
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
- !ruby/object:Gem::Version
|
215
215
|
version: 1.3.1
|
216
216
|
requirements: []
|
217
|
-
rubygems_version: 3.
|
217
|
+
rubygems_version: 3.4.10
|
218
218
|
signing_key:
|
219
219
|
specification_version: 4
|
220
220
|
summary: Ruby wrapper for the Eligible API
|