workstream_protocol 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d91f83a6809de0b47128e2b5166cc591eee880162abfff9720734abada73c880
4
- data.tar.gz: f2bc29a04ef6ff2536b59268cc7004146869a904b56997577ef7b08358a0e978
3
+ metadata.gz: 2fa24f92b13420403b9b94df097452125908ed54162b83422eec279e8d6657a3
4
+ data.tar.gz: a5f084cee93a82a09516555b0a568d22d89378ca16b0dfdb61564da2947076d7
5
5
  SHA512:
6
- metadata.gz: a0c1051bc059a7bdbd2fe877876cc5ac411e94470b7c158dc97d06149d4c7e0463ceb1f90f0b30c644b9dcaaffdffc0dbc688f9bc28b2ac23b76b95544b8c9d1
7
- data.tar.gz: 25280aafd5b5b268534d4075f79113e79569e00f28289f3cf3d4a99ed4a165ec0beb0ee40e0a254c34518c28a3417490d5691f9a1bf328288fcb018934633630
6
+ metadata.gz: 8b95a16354883a2f6f92d01d0b60d1783562761fa60d1204d266272c55c9e19cf0a6968a27126cba92cb420a528500da324c46de273d84505224c2c1045ecd4a
7
+ data.tar.gz: c3bca76237f2616e21ec5c41b509b24527ef8450a2c0a44472b94c8efdfe8b7a32abb368cc555ba14abf3df1c3fb2aab2f852c3b20ca70d5eca2a63a19592b12
@@ -6,7 +6,6 @@ require 'google/protobuf'
6
6
  require 'Common/Phone_pb'
7
7
  require 'Common/Address_pb'
8
8
  require 'google/protobuf/timestamp_pb'
9
- require 'Common/Date_pb'
10
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
10
  add_file("Onboarding.proto", :syntax => :proto3) do
12
11
  add_message "Workstream.Protocol.Onboarding.EmployeeOnboardingEvent" do
@@ -46,6 +45,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
46
45
  optional :name, :string, 8
47
46
  optional :email, :string, 9
48
47
  optional :phone, :message, 10, "Workstream.Protocol.Common.Phone"
48
+ optional :is_support, :bool, 11
49
49
  end
50
50
  add_message "Workstream.Protocol.Onboarding.CompanyRoleEvent" do
51
51
  optional :id, :string, 1
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workstream_protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Lv
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-20 00:00:00.000000000 Z
11
+ date: 2021-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf