davinci_us_drug_formulary_test_kit 0.11.0 → 0.12.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5da16d423c118156da150fd9a6ad67fdedda6c3bd154377fb7794b074419edbc
4
- data.tar.gz: e6ac77c4fdde8b3c1c457339e7c5c077c3c0ae1c4562152ac0853d7a62577bd2
3
+ metadata.gz: d0a05aa2db0513272dbfe4284eadef55431ea642423ad02e8e0d778aa6608441
4
+ data.tar.gz: a6bef4d0d3c525fd31da2b79cbae3b6f8afdabae0ebcb3577b800fd066854b75
5
5
  SHA512:
6
- metadata.gz: 67974be7b9cccf56fbcd507c348b46df10cf90ed96b0777b977e10b1b6e0771d4d768a6ec24ae8e730ea6d17f65bbbf6d0e5e77ffefcd1ffb22ea0504a0939b9
7
- data.tar.gz: 0f54db7b6131970356a2086f18eda574d379f2c4f1f673ac876b26d128d3254dea38ec032f156a82c19c227c0e939a06367e1063943099f547bde62de58264ea
6
+ metadata.gz: 677fc599e3047828fe3727b28c2a222c01892c971d45dc440779bf3b70c1f33a971f7426e15ac332f93a9d5e4957cd000a6c24b219bd8a0f35f71825f76a3c58
7
+ data.tar.gz: b5d00d3e5f1e8aa22dda1eab507c99fd2c634a9a10474c230c14f4784c4855bf5d191dd359ec41a87bc886475325b2cdccca906240ae82a71f6b6195981f1b8d
@@ -11,10 +11,10 @@
11
11
  "_type": "text"
12
12
  },
13
13
  {
14
- "name": "smart_credentials",
14
+ "name": "smart_auth_info",
15
15
  "value": null,
16
16
  "_title": "OAuth Credentials",
17
- "_type": "oauth_credentials",
17
+ "_type": "auth_info",
18
18
  "_optional": true
19
19
  },
20
20
  {
@@ -1,4 +1,3 @@
1
- require 'inferno/dsl/oauth_credentials'
2
1
  require_relative '../../version'
3
2
  require_relative '../../custom_groups/v2.0.1/capability_statement_group'
4
3
  require_relative 'payer_insurance_plan_group'
@@ -100,14 +99,14 @@ module DaVinciUSDrugFormularyTestKit
100
99
  input :url,
101
100
  title: 'FHIR Endpoint',
102
101
  description: 'URL of the FHIR endpoint'
103
- input :smart_credentials,
102
+ input :smart_auth_info,
104
103
  title: 'OAuth Credentials',
105
- type: :oauth_credentials,
104
+ type: :auth_info,
106
105
  optional: true
107
106
 
108
107
  fhir_client do
109
108
  url :url
110
- oauth_credentials :smart_credentials
109
+ auth_info :smart_auth_info
111
110
  end
112
111
 
113
112
  group from: :usdf_v201_capability_statement
@@ -1,4 +1,3 @@
1
- require 'inferno/dsl/oauth_credentials'
2
1
  require_relative '../../version'
3
2
  require_relative '<%= capability_statement_file_name %>'
4
3
  <% group_file_list.each do |file_name| %>require_relative '<%= file_name %>'
@@ -97,14 +96,14 @@ module DaVinciUSDrugFormularyTestKit
97
96
  input :url,
98
97
  title: 'FHIR Endpoint',
99
98
  description: 'URL of the FHIR endpoint'
100
- input :smart_credentials,
99
+ input :smart_auth_info,
101
100
  title: 'OAuth Credentials',
102
- type: :oauth_credentials,
101
+ type: :auth_info,
103
102
  optional: true
104
103
 
105
104
  fhir_client do
106
105
  url :url
107
- oauth_credentials :smart_credentials
106
+ auth_info :smart_auth_info
108
107
  end
109
108
 
110
109
  group from: :<%= capability_statement_group_id %>
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaVinciUSDrugFormularyTestKit
4
- VERSION = '0.11.0'
5
- LAST_UPDATED = '2025-02-25'
4
+ VERSION = '0.12.0'
5
+ LAST_UPDATED = '2025-03-21'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: davinci_us_drug_formulary_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-02-25 00:00:00.000000000 Z
13
+ date: 2025-03-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: inferno_core
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
- version: 0.6.2
21
+ version: 0.6.7
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
- version: 0.6.2
28
+ version: 0.6.7
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: tls_test_kit
31
31
  requirement: !ruby/object:Gem::Requirement