workstream_protocol 0.5.3 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/workstream_protocol/Onboarding_pb.rb +121 -112
- data/lib/workstream_protocol/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b40d074ed23694394d1be77d01f346e79cbca4041dfabd7209755235c8c815d9
|
4
|
+
data.tar.gz: e43da232844aecc658c44bcb5cd92523cfe166877d0f805089f4771118279f77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 515f2f420feebcedc8ece9eebb21bc2460e7a3d72fd86988c196fe58ab1b90d07012dbaeb15da12c195271b04ff5781f1a97b508539b29af4d4c4019665c1036
|
7
|
+
data.tar.gz: 112c05da6ea986f613032e33490eb11027c813faace92bbb83c873f180001fac989a9223e2c2287b4560aa79cac70e254cb685986e549ad26a43eac9ade5d7d9
|
@@ -7,124 +7,133 @@ require 'Common/Phone_pb'
|
|
7
7
|
require 'Common/Address_pb'
|
8
8
|
require 'google/protobuf/timestamp_pb'
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
10
|
+
add_message "Workstream.Protocol.Onboarding.EmployeeOnboardingEvent" do
|
11
|
+
optional :id, :string, 1
|
12
|
+
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
13
|
+
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
14
|
+
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
15
|
+
optional :company_id, :string, 6
|
16
|
+
optional :employee_id, :string, 7
|
17
|
+
optional :app_name, :string, 8
|
18
|
+
optional :app_version, :string, 9
|
19
|
+
optional :configuration_id, :string, 10
|
20
|
+
optional :configuration_snapshot, :string, 11
|
21
|
+
end
|
22
|
+
add_message "Workstream.Protocol.Onboarding.CompanyEvent" do
|
23
|
+
optional :id, :string, 1
|
24
|
+
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
25
|
+
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
26
|
+
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
27
|
+
optional :name, :string, 6
|
28
|
+
optional :status, :string, 7
|
29
|
+
end
|
30
|
+
add_message "Workstream.Protocol.Onboarding.EmployeeEvent" do
|
31
|
+
optional :id, :string, 1
|
32
|
+
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
33
|
+
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
34
|
+
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
35
|
+
optional :company_id, :string, 6
|
36
|
+
end
|
37
|
+
add_message "Workstream.Protocol.Onboarding.CompanyStaffEvent" do
|
38
|
+
optional :id, :string, 1
|
39
|
+
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
40
|
+
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
41
|
+
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
42
|
+
optional :company_id, :string, 6
|
43
|
+
optional :status, :string, 7
|
44
|
+
optional :name, :string, 8
|
45
|
+
optional :email, :string, 9
|
46
|
+
optional :phone, :message, 10, "Workstream.Protocol.Common.Phone"
|
47
|
+
optional :is_support, :bool, 11
|
48
|
+
end
|
49
|
+
add_message "Workstream.Protocol.Onboarding.CompanyRoleEvent" do
|
50
|
+
optional :id, :string, 1
|
51
|
+
optional :name, :string, 2
|
52
|
+
optional :status, :string, 3
|
53
|
+
optional :company_id, :string, 4
|
54
|
+
optional :created_at, :message, 5, "google.protobuf.Timestamp"
|
55
|
+
optional :updated_at, :message, 6, "google.protobuf.Timestamp"
|
56
|
+
optional :deleted_at, :message, 7, "google.protobuf.Timestamp"
|
57
|
+
end
|
58
|
+
add_message "Workstream.Protocol.Onboarding.EmergencyContact" do
|
59
|
+
optional :relationship, :string, 1
|
60
|
+
optional :first_name, :string, 2
|
61
|
+
optional :last_name, :string, 3
|
62
|
+
optional :home_phone, :string, 4
|
63
|
+
optional :work_phone, :string, 5
|
64
|
+
optional :email, :string, 6
|
65
|
+
optional :address, :message, 7, "Workstream.Protocol.Common.Address"
|
66
|
+
end
|
67
|
+
add_message "Workstream.Protocol.Onboarding.EmployeeInformationEvent" do
|
68
|
+
optional :id, :string, 1
|
69
|
+
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
70
|
+
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
71
|
+
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
72
|
+
optional :company_id, :string, 6
|
73
|
+
optional :employee_id, :string, 8
|
74
|
+
optional :first_name, :string, 11
|
75
|
+
optional :middle_name, :string, 12
|
76
|
+
optional :last_name, :string, 13
|
77
|
+
optional :prior_last_name, :string, 14
|
78
|
+
optional :preferred_name, :string, 15
|
79
|
+
optional :salutation, :string, 16
|
80
|
+
optional :ethnicity, :string, 17
|
81
|
+
optional :gender, :string, 18
|
82
|
+
optional :marital_status, :string, 19
|
83
|
+
optional :ssn, :string, 20
|
84
|
+
optional :smoker, :bool, 21
|
85
|
+
optional :nationality, :string, 22
|
86
|
+
optional :date_of_birth, :string, 23
|
87
|
+
optional :middle_initial, :string, 24
|
88
|
+
optional :home_email, :string, 31
|
89
|
+
optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
|
90
|
+
optional :home_address, :message, 33, "Workstream.Protocol.Common.Address"
|
91
|
+
optional :mobile_phone, :message, 34, "Workstream.Protocol.Common.Phone"
|
92
|
+
optional :work_location_name, :string, 41
|
93
|
+
optional :work_email, :string, 42
|
94
|
+
optional :work_phone, :message, 43, "Workstream.Protocol.Common.Phone"
|
95
|
+
optional :work_address, :message, 44, "Workstream.Protocol.Common.Address"
|
96
|
+
repeated :emergency_contact, :message, 51, "Workstream.Protocol.Onboarding.EmergencyContact"
|
97
|
+
optional :apply_date, :string, 52
|
98
|
+
optional :hire_date, :string, 53
|
99
|
+
optional :start_date, :string, 54
|
100
|
+
optional :termination_date, :string, 55
|
101
|
+
optional :job_title, :string, 56
|
102
|
+
optional :department_name, :string, 57
|
103
|
+
optional :hire_location_id, :string, 58
|
104
|
+
end
|
105
|
+
add_message "Workstream.Protocol.Onboarding.EmployeeInitialStateEvent" do
|
106
|
+
optional :id, :string, 1
|
107
|
+
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
108
|
+
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
109
|
+
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
110
|
+
optional :employee_id, :string, 6
|
111
|
+
optional :first_name, :string, 7
|
112
|
+
optional :last_name, :string, 8
|
113
|
+
end
|
114
|
+
add_message "Workstream.Protocol.Onboarding.LocationEvent" do
|
115
|
+
optional :id, :string, 1
|
116
|
+
optional :name, :string, 2
|
117
|
+
optional :identify_code, :string, 3
|
118
|
+
optional :company_id, :string, 4
|
119
|
+
optional :created_at, :message, 5, "google.protobuf.Timestamp"
|
120
|
+
optional :updated_at, :message, 6, "google.protobuf.Timestamp"
|
121
|
+
optional :deleted_at, :message, 7, "google.protobuf.Timestamp"
|
114
122
|
end
|
115
123
|
end
|
116
124
|
|
117
125
|
module Workstream
|
118
126
|
module Protocol
|
119
127
|
module Onboarding
|
120
|
-
EmployeeOnboardingEvent =
|
121
|
-
CompanyEvent =
|
122
|
-
EmployeeEvent =
|
123
|
-
CompanyStaffEvent =
|
124
|
-
CompanyRoleEvent =
|
125
|
-
EmergencyContact =
|
126
|
-
EmployeeInformationEvent =
|
127
|
-
EmployeeInitialStateEvent =
|
128
|
+
EmployeeOnboardingEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeOnboardingEvent").msgclass
|
129
|
+
CompanyEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.CompanyEvent").msgclass
|
130
|
+
EmployeeEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeEvent").msgclass
|
131
|
+
CompanyStaffEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.CompanyStaffEvent").msgclass
|
132
|
+
CompanyRoleEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.CompanyRoleEvent").msgclass
|
133
|
+
EmergencyContact = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmergencyContact").msgclass
|
134
|
+
EmployeeInformationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInformationEvent").msgclass
|
135
|
+
EmployeeInitialStateEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInitialStateEvent").msgclass
|
136
|
+
LocationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.LocationEvent").msgclass
|
128
137
|
end
|
129
138
|
end
|
130
139
|
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
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Lv
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -87,7 +87,7 @@ metadata:
|
|
87
87
|
homepage_uri: https://github.com/helloworld1812/Protocol/tree/master/packages/sdk-ruby/src/workstream_protocol
|
88
88
|
source_code_uri: https://github.com/helloworld1812/Protocol/tree/master/packages/sdk-ruby/src/workstream_protocol
|
89
89
|
changelog_uri: https://github.com/helloworld1812/Protocol/tree/master/packages/sdk-ruby/src/workstream_protocol/CHANGELOG.txt
|
90
|
-
post_install_message:
|
90
|
+
post_install_message:
|
91
91
|
rdoc_options: []
|
92
92
|
require_paths:
|
93
93
|
- lib
|
@@ -102,8 +102,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
|
-
rubygems_version: 3.0.
|
106
|
-
signing_key:
|
105
|
+
rubygems_version: 3.0.9
|
106
|
+
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|
109
109
|
test_files: []
|