workstream_protocol 0.3.6 → 0.5.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e37535d7ffe66ed9e2e3212140d5d815e9ed58e35e171da2bff19e45359ab8d1
|
4
|
+
data.tar.gz: 116ca9155dc2762f7702ca6f05bf819442ff4d66cbad55f86be753a48deaf6d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfa8439eb84d93952a27992599141f0690e676e06db1ed91b706ce7b6078a4f514eec8a6b6ef235601884c06ced766ff02388d0b68edaa12e0540c82f9811e9f
|
7
|
+
data.tar.gz: a9024e2394c44862d5effbbf3990ec1e7780d812b1948047c4de60918bf2d67a4ff681252086dc63528927b33bbcfc57a0da541bc8154234ea572cc5252ca616
|
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
require 'google/protobuf'
|
5
5
|
|
6
|
-
require 'Common/CountryCode_pb'
|
7
6
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
7
|
add_file("Common/Address.proto", :syntax => :proto3) do
|
9
8
|
add_message "Workstream.Protocol.Common.Address" do
|
10
|
-
optional :
|
11
|
-
optional :
|
9
|
+
optional :line_one, :string, 1
|
10
|
+
optional :line_two, :string, 2
|
12
11
|
optional :city, :string, 3
|
13
12
|
optional :county, :string, 4
|
14
|
-
optional :
|
15
|
-
optional :
|
16
|
-
optional :
|
13
|
+
optional :postal_code, :string, 5
|
14
|
+
optional :country_subdivision, :string, 6
|
15
|
+
optional :country, :string, 7
|
17
16
|
end
|
18
17
|
end
|
19
18
|
end
|
@@ -70,6 +70,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
70
70
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
71
71
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
72
72
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
73
|
+
optional :company_id, :string, 6
|
73
74
|
optional :employee_id, :string, 8
|
74
75
|
optional :first_name, :string, 11
|
75
76
|
optional :middle_name, :string, 12
|
@@ -83,11 +84,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
83
84
|
optional :ssn, :string, 20
|
84
85
|
optional :smoker, :bool, 21
|
85
86
|
optional :nationality, :string, 22
|
86
|
-
optional :date_of_birth, :
|
87
|
+
optional :date_of_birth, :string, 23
|
87
88
|
optional :middle_initial, :string, 24
|
88
89
|
optional :home_email, :string, 31
|
89
90
|
optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
|
90
91
|
optional :home_address, :message, 33, "Workstream.Protocol.Common.Address"
|
92
|
+
optional :mobile_phone, :message, 34, "Workstream.Protocol.Common.Phone"
|
91
93
|
optional :work_location_name, :string, 41
|
92
94
|
optional :work_email, :string, 42
|
93
95
|
optional :work_phone, :message, 43, "Workstream.Protocol.Common.Phone"
|
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
|
+
version: 0.5.1
|
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-
|
11
|
+
date: 2021-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|