primary_connect_proto 0.25.0 → 0.26.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: 04cc6ac5f3b0b405e2773946dfd1cf353034cd186809ebdd2b1cff8f3c165c72
4
- data.tar.gz: a545a77f38dd441f35a142c28d3ee021f6da12e43416e5000d32b85bab627bab
3
+ metadata.gz: a30a562865836762c9d4b0380f22fac4e9540799e7c1fc53f5eb5bb372f8ad8e
4
+ data.tar.gz: 94c94d119f74cc15fc5ff124db0d28095bf793d2ffe88814a8b9301ef20ff505
5
5
  SHA512:
6
- metadata.gz: 01c5e0af5e122881c1459901279a8beda0f057cb53358f0a1de7196bc29fe7280b948dbff2650f5ceebaea53d01e4b3d51b9ca1f6d718dbaef1bac5a6c5e1ab0
7
- data.tar.gz: beeb1a8aa62010c9d0990787a70697f12c56afc9d5a591b088fcaf50ffaf4fa920bc1786ae8c6113253c19f4911673235b2eb73846991d62119a896dc47a725b
6
+ metadata.gz: 371f1169d141f91d09d2d2e99391a75b2923be424aa67047f8b2969c11f92aff54fbf0610abbfb4c4374f60367375b2552c393756b7410016e8d8881297588c6
7
+ data.tar.gz: 0f780f93181ad28d6a50460ea492378e140688ae2d76c8836b8769a4ad94b8f90994e06d7d478ff1f0877cb1ee02d1f394007486d7e004afd960f5a1fdf19d8d
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.26.0
4
+
5
+ - Update `Order.procedure` to include alternate fields
6
+
3
7
  ## 0.25.0
4
8
 
5
- - Update `google-protobuf` to 3.25.5 (security update)
9
+ - Update `google-protobuf` to 3.25.5 (security update)
6
10
 
7
11
  ## 0.24.0
8
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- primary_connect_proto (0.25.0)
4
+ primary_connect_proto (0.26.0)
5
5
  google-protobuf (~> 3.25.5)
6
6
 
7
7
  GEM
@@ -6,4 +6,10 @@ message CodedValue {
6
6
  string value = 1;
7
7
  string code_set = 2;
8
8
  string description = 3;
9
+ string alt_value = 4;
10
+ string alt_code_set = 5;
11
+ string alt_description = 6;
12
+ string code_set_version = 7;
13
+ string alt_code_set_version = 8;
14
+ string original_text = 9:
9
15
  }
@@ -1,3 +1,3 @@
1
1
  module ConnectProto
2
- VERSION = '0.25.0'
2
+ VERSION = '0.26.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primary_connect_proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Primary.Health
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-06 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.4.13
153
+ rubygems_version: 3.2.15
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Primary Connect Protobuf