athena_health 1.0.27 → 1.0.28

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
  SHA1:
3
- metadata.gz: e525481e02aa901ce295489fe955b9d49c334585
4
- data.tar.gz: d78f258427d1b5fdb04340ffa17b632a32c23857
3
+ metadata.gz: e36fa4cbd8d52f925f039dd3f36b3f421c974029
4
+ data.tar.gz: f9200d3873e3e115d153650594869c880c501c61
5
5
  SHA512:
6
- metadata.gz: 20dfc4930c899c184825dcfabcd2fa09916bec1d75e20a7ff12fe6f3dc25cf5c2d311c29f059fd0ee33f0e8d7626107a6014fc944a797899d260c969f87f6720
7
- data.tar.gz: b736a03384bec0ed3cc6ed1d8d3585976844ff351ed0c018bbebb6b693ba2b0ace610b42177eb9d5aff738ccebcba2319de2da4840f245f2174ea2652c39acd1
6
+ metadata.gz: 8033060da530c942b212af24583002eb852409fb6bd2c6badf7a6b633622a52df46a6473c6533c9d35050c8552b62792fa9e4864f9263e9447e362cee6b5350f
7
+ data.tar.gz: 3307401a6401a25e4575971779e0c01c0b1361c1c28caf33016a90f19a802868d9a3f24e4a3c954c774604771962bc445ef5a0a9a900f701ac456637290223d7
@@ -21,13 +21,12 @@ module AthenaHealth
21
21
  AppointmentType.new(response.first)
22
22
  end
23
23
 
24
- def open_appointment_slots(practice_id:, department_id:, provider_id:, params: {})
24
+ def open_appointment_slots(practice_id:, department_id:, params: {})
25
25
  response = @api.call(
26
26
  endpoint: "#{practice_id}/appointments/open",
27
27
  method: :get,
28
28
  params: params.merge(
29
- departmentid: department_id,
30
- providerid: provider_id,
29
+ departmentid: department_id
31
30
  )
32
31
  )
33
32
 
@@ -1,3 +1,3 @@
1
1
  module AthenaHealth
2
- VERSION = '1.0.27'.freeze
2
+ VERSION = '1.0.28'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: athena_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.27
4
+ version: 1.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Urbański
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-28 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus