mirah-ruby 0.2.1 → 0.4.0

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.
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mirah-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Jones
8
8
  - Hugh Barrigan
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-06-24 00:00:00.000000000 Z
12
+ date: 2022-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -166,16 +166,20 @@ files:
166
166
  - lib/mirah/client.rb
167
167
  - lib/mirah/collection.rb
168
168
  - lib/mirah/data/appointment.rb
169
+ - lib/mirah/data/diagnostic_code.rb
169
170
  - lib/mirah/data/invitation.rb
170
171
  - lib/mirah/data/organization.rb
171
172
  - lib/mirah/data/page_info.rb
172
173
  - lib/mirah/data/patient.rb
174
+ - lib/mirah/data/patient_condition.rb
173
175
  - lib/mirah/data/practitioner.rb
174
176
  - lib/mirah/errors.rb
175
177
  - lib/mirah/filters.rb
176
178
  - lib/mirah/filters/appointment_filters.rb
179
+ - lib/mirah/filters/diagnostic_code_filters.rb
177
180
  - lib/mirah/filters/organization_filters.rb
178
181
  - lib/mirah/filters/paging.rb
182
+ - lib/mirah/filters/patient_condition_filters.rb
179
183
  - lib/mirah/filters/patient_filters.rb
180
184
  - lib/mirah/filters/practitioner_filters.rb
181
185
  - lib/mirah/graphql.rb
@@ -184,7 +188,9 @@ files:
184
188
  - lib/mirah/graphql/queries.rb
185
189
  - lib/mirah/inputs.rb
186
190
  - lib/mirah/inputs/appointment_input.rb
191
+ - lib/mirah/inputs/diagnostic_code_input.rb
187
192
  - lib/mirah/inputs/organization_input.rb
193
+ - lib/mirah/inputs/patient_condition_input.rb
188
194
  - lib/mirah/inputs/patient_input.rb
189
195
  - lib/mirah/inputs/practitioner_input.rb
190
196
  - lib/mirah/push_result.rb
@@ -199,7 +205,7 @@ metadata:
199
205
  homepage_uri: https://www.mirah.com
200
206
  source_code_uri: https://www.mirah.com
201
207
  changelog_uri: https://www.mirah.com
202
- post_install_message:
208
+ post_install_message:
203
209
  rdoc_options: []
204
210
  require_paths:
205
211
  - lib
@@ -214,9 +220,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
220
  - !ruby/object:Gem::Version
215
221
  version: '0'
216
222
  requirements: []
217
- rubyforge_project:
218
- rubygems_version: 2.7.10
219
- signing_key:
223
+ rubygems_version: 3.2.15
224
+ signing_key:
220
225
  specification_version: 4
221
226
  summary: Connect to your data on Mirah.
222
227
  test_files: []