change_health 5.1.0 → 5.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/change_health/models/claim/submission/provider.rb +1 -0
- data/lib/change_health/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4c263cd6687997c48e2be324b327f6f8bff9959effb3178ab79cbcfe1e086da
|
4
|
+
data.tar.gz: edd0adb611f299cac28ff68f2c333b86176f4810a9da28c8750c918bb8e5e2a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36ce617999d0c64a7bac08173feb719f9e669f2dcca0e730354205bc53c4f234a31f7ea455c50c5c0f74d393a4a83a2f02a73b02d802e0908c79639d6536da02
|
7
|
+
data.tar.gz: d1cbc13d5e216e4df495959e4f73f9e7f405cab2f18cf3e160e49129d37dd48a17e4130e1652bbebfafc9a7fe7336c162954123ad937bb04fb5c300635dc16fd
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
# [5.2.0] - 2023-09-05
|
9
|
+
|
10
|
+
### Added
|
11
|
+
|
12
|
+
* claimOfficeNumber to ChangeHealth::Models::Claim::Provider
|
13
|
+
|
8
14
|
# [5.1.0] - 2023-08-31
|
9
15
|
|
10
16
|
### Added
|
@@ -559,6 +565,7 @@ Added the ability to hit professional claim submission API. For more details, se
|
|
559
565
|
* Authentication
|
560
566
|
* Configuration
|
561
567
|
|
568
|
+
[5.2.0]: https://github.com/WeInfuse/change_health/compare/v5.1.0...v5.2.0
|
562
569
|
[5.1.0]: https://github.com/WeInfuse/change_health/compare/v5.0.0...v5.1.0
|
563
570
|
[5.0.0]: https://github.com/WeInfuse/change_health/compare/v4.14.0...v5.0.0
|
564
571
|
[4.14.0]: https://github.com/WeInfuse/change_health/compare/v4.13.1...v4.14.0
|
@@ -3,6 +3,7 @@ module ChangeHealth
|
|
3
3
|
module Claim
|
4
4
|
class Provider < Model
|
5
5
|
property :address
|
6
|
+
property :claimOfficeNumber, from: :claim_office_number
|
6
7
|
property :contactInformation, from: :contact_information
|
7
8
|
property :employerId, from: :employer_id # or ssn
|
8
9
|
property :firstName, from: :first_name
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: change_health
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Crockett
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-09-05 00:00:00.000000000 Z
|
@@ -128,7 +128,7 @@ dependencies:
|
|
128
128
|
- - "~>"
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: '0.9'
|
131
|
-
description:
|
131
|
+
description:
|
132
132
|
email:
|
133
133
|
- mike.crockett@weinfuse.com
|
134
134
|
executables: []
|
@@ -205,7 +205,7 @@ licenses:
|
|
205
205
|
- MIT
|
206
206
|
metadata:
|
207
207
|
allowed_push_host: https://rubygems.org
|
208
|
-
post_install_message:
|
208
|
+
post_install_message:
|
209
209
|
rdoc_options: []
|
210
210
|
require_paths:
|
211
211
|
- lib
|
@@ -220,8 +220,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
220
|
- !ruby/object:Gem::Version
|
221
221
|
version: '0'
|
222
222
|
requirements: []
|
223
|
-
rubygems_version: 3.
|
224
|
-
signing_key:
|
223
|
+
rubygems_version: 3.1.6
|
224
|
+
signing_key:
|
225
225
|
specification_version: 4
|
226
226
|
summary: Ruby wrapper for the ChangeHealth API
|
227
227
|
test_files: []
|