workstream_protocol 0.4.1 → 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: f849df77a011f9d25c26e72b34ac13e9ef5981701148f5ef70fae9cc2f27d395
4
- data.tar.gz: f4330dac2dd093690883d5c0487557062811f9a1b6cba6edcb01d21abe8502b4
3
+ metadata.gz: 2fa24f92b13420403b9b94df097452125908ed54162b83422eec279e8d6657a3
4
+ data.tar.gz: a5f084cee93a82a09516555b0a568d22d89378ca16b0dfdb61564da2947076d7
5
5
  SHA512:
6
- metadata.gz: 560c772baf1e77714d952c4bf7de3e8ce9e50f9ca23d3816ff4e890973ebc85f06e605d71d66e0a73e3639f9c66b75885b4aa992ba875b9a7b530c77d65b7adb
7
- data.tar.gz: 78304d55b7c24a05032fa6122796b6978f6bb42b6e48b242e0e5579f414bca06b92c250660e0f8575edd254fa261e46a0ed0a89575b1cfe07ad35dd7bdf1fc9d
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
@@ -84,7 +84,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
84
84
  optional :ssn, :string, 20
85
85
  optional :smoker, :bool, 21
86
86
  optional :nationality, :string, 22
87
- optional :date_of_birth, :message, 23, "Workstream.Protocol.Common.Date"
87
+ optional :date_of_birth, :string, 23
88
88
  optional :middle_initial, :string, 24
89
89
  optional :home_email, :string, 31
90
90
  optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
@@ -95,10 +95,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
95
95
  optional :work_phone, :message, 43, "Workstream.Protocol.Common.Phone"
96
96
  optional :work_address, :message, 44, "Workstream.Protocol.Common.Address"
97
97
  repeated :emergency_contact, :message, 51, "Workstream.Protocol.Onboarding.EmergencyContact"
98
- optional :apply_date, :message, 52, "Workstream.Protocol.Common.Date"
99
- optional :hire_date, :message, 53, "Workstream.Protocol.Common.Date"
100
- optional :start_date, :message, 54, "Workstream.Protocol.Common.Date"
101
- optional :termination_date, :message, 55, "Workstream.Protocol.Common.Date"
98
+ optional :apply_date, :string, 52
99
+ optional :hire_date, :string, 53
100
+ optional :start_date, :string, 54
101
+ optional :termination_date, :string, 55
102
102
  optional :job_title, :string, 56
103
103
  optional :department_name, :string, 57
104
104
  end
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.4.1"
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.4.1
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-11 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