workstream_protocol 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/console +2 -2
- data/lib/workstream_protocol/Onboarding_pb.rb +30 -34
- data/lib/workstream_protocol/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6df29ee67297d7a26f5f1931eb0555694f6ae79417f4e1bb4a9a5f2b052ece9
|
4
|
+
data.tar.gz: 990114ea165a83ea3b9ed995b2406b8a0b222a443ee8fea6de9ed0caa252eca4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f9d2f4dc59a28c39c680ac1543309d7400211c376d2355ee9311aa8621ad410b989a663ac002b6f6ab9b24785dabe5a21ea8feb6435280aae3e75394c99cb19
|
7
|
+
data.tar.gz: 72b2f57ae155b5fd2d0cb005412247298c04a9ddd8c90ae8930c87fe4c45076c6d16f3a8364359382a10cb61ca7bd6ec449b0e7ef1fcf3b7b0f2edb95b30f092
|
data/bin/console
CHANGED
@@ -9,20 +9,19 @@ require 'google/protobuf/timestamp_pb'
|
|
9
9
|
require 'Common/Date_pb'
|
10
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
11
|
add_file("Onboarding.proto", :syntax => :proto3) do
|
12
|
-
add_message "Workstream.Protocol.Onboarding.
|
13
|
-
optional :id, :
|
14
|
-
optional :uuid, :string, 2
|
12
|
+
add_message "Workstream.Protocol.Onboarding.EmployeeOnboardingEvent" do
|
13
|
+
optional :id, :string, 1
|
15
14
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
16
15
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
17
16
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
18
|
-
optional :
|
19
|
-
optional :
|
17
|
+
optional :company_id, :string, 6
|
18
|
+
optional :employee_id, :string, 7
|
20
19
|
optional :app_name, :string, 8
|
21
|
-
optional :
|
20
|
+
optional :app_version, :string, 9
|
21
|
+
optional :configuration_id, :string, 10
|
22
22
|
end
|
23
23
|
add_message "Workstream.Protocol.Onboarding.CompanyEvent" do
|
24
|
-
optional :id, :
|
25
|
-
optional :uuid, :string, 2
|
24
|
+
optional :id, :string, 1
|
26
25
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
27
26
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
28
27
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
@@ -30,20 +29,18 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
30
29
|
optional :status, :string, 7
|
31
30
|
end
|
32
31
|
add_message "Workstream.Protocol.Onboarding.EmployeeEvent" do
|
33
|
-
optional :id, :
|
34
|
-
optional :uuid, :string, 2
|
32
|
+
optional :id, :string, 1
|
35
33
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
36
34
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
37
35
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
38
|
-
optional :
|
36
|
+
optional :company_id, :string, 6
|
39
37
|
end
|
40
38
|
add_message "Workstream.Protocol.Onboarding.CompanyStaffEvent" do
|
41
|
-
optional :id, :
|
42
|
-
optional :uuid, :string, 2
|
39
|
+
optional :id, :string, 1
|
43
40
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
44
41
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
45
42
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
46
|
-
optional :
|
43
|
+
optional :company_id, :string, 6
|
47
44
|
optional :status, :string, 7
|
48
45
|
optional :name, :string, 8
|
49
46
|
optional :email, :string, 9
|
@@ -59,25 +56,25 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
59
56
|
optional :address, :message, 7, "Workstream.Protocol.Common.Address"
|
60
57
|
end
|
61
58
|
add_message "Workstream.Protocol.Onboarding.EmployeeInformationEvent" do
|
62
|
-
optional :id, :
|
63
|
-
optional :uuid, :string, 2
|
59
|
+
optional :id, :string, 1
|
64
60
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
65
61
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
66
62
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
67
|
-
optional :
|
68
|
-
optional :
|
69
|
-
optional :
|
70
|
-
optional :
|
71
|
-
optional :
|
72
|
-
optional :
|
73
|
-
optional :
|
74
|
-
optional :
|
75
|
-
optional :
|
76
|
-
optional :
|
77
|
-
optional :
|
78
|
-
optional :
|
79
|
-
optional :
|
80
|
-
optional :
|
63
|
+
optional :employee_id, :string, 8
|
64
|
+
optional :first_name, :string, 11
|
65
|
+
optional :middle_name, :string, 12
|
66
|
+
optional :last_name, :string, 13
|
67
|
+
optional :prior_last_name, :string, 14
|
68
|
+
optional :preferred_name, :string, 15
|
69
|
+
optional :salutation, :string, 16
|
70
|
+
optional :ethnicity, :string, 17
|
71
|
+
optional :gender, :string, 18
|
72
|
+
optional :marital_status, :string, 19
|
73
|
+
optional :ssn, :string, 20
|
74
|
+
optional :smoker, :bool, 21
|
75
|
+
optional :nationality, :string, 22
|
76
|
+
optional :date_of_birth, :message, 23, "Workstream.Protocol.Common.Date"
|
77
|
+
optional :middle_initial, :string, 24
|
81
78
|
optional :home_email, :string, 31
|
82
79
|
optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
|
83
80
|
optional :home_address, :message, 33, "Workstream.Protocol.Common.Address"
|
@@ -94,12 +91,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
94
91
|
optional :department_name, :string, 57
|
95
92
|
end
|
96
93
|
add_message "Workstream.Protocol.Onboarding.EmployeeInitialStateEvent" do
|
97
|
-
optional :id, :
|
98
|
-
optional :uuid, :string, 2
|
94
|
+
optional :id, :string, 1
|
99
95
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
100
96
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
101
97
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
102
|
-
optional :
|
98
|
+
optional :employee_id, :string, 6
|
103
99
|
optional :first_name, :string, 7
|
104
100
|
optional :last_name, :string, 8
|
105
101
|
end
|
@@ -109,7 +105,7 @@ end
|
|
109
105
|
module Workstream
|
110
106
|
module Protocol
|
111
107
|
module Onboarding
|
112
|
-
|
108
|
+
EmployeeOnboardingEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeOnboardingEvent").msgclass
|
113
109
|
CompanyEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.CompanyEvent").msgclass
|
114
110
|
EmployeeEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeEvent").msgclass
|
115
111
|
CompanyStaffEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.CompanyStaffEvent").msgclass
|
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.3.
|
4
|
+
version: 0.3.2
|
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-05-
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|