workstream_protocol 0.6.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/workstream_protocol/Onboarding_pb.rb +19 -0
- data/lib/workstream_protocol/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e6fb3b3a53388f3593e217d122d99590ae9e3584792aa03ee7398f6f74a1437
|
|
4
|
+
data.tar.gz: 79087c74a894dd0b0c03beee10feb15a3e3b06ae2af31a6ae1957275c8906c24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 912e3391e9134362f18ae121f6cc75f9b402367645bdff3e65fd0572fb9b005952f0735300c25fa5de72fa04b5dd22d5fb8173632a120d788375a284b944bf11
|
|
7
|
+
data.tar.gz: 027bc0cc735114d57fa58b4a3721069e329f898de471774393f0006ad15929baac144133873c9430e31a9119a6b68a15e1d6ea94ab01cea2f62ffc82711ef626
|
|
@@ -120,6 +120,24 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
120
120
|
optional :updated_at, :message, 6, "google.protobuf.Timestamp"
|
|
121
121
|
optional :deleted_at, :message, 7, "google.protobuf.Timestamp"
|
|
122
122
|
end
|
|
123
|
+
add_message "Workstream.Protocol.Onboarding.W4Event" do
|
|
124
|
+
optional :id, :string, 1
|
|
125
|
+
optional :first_name, :string, 2
|
|
126
|
+
optional :middle_name, :string, 3
|
|
127
|
+
optional :last_name, :string, 4
|
|
128
|
+
optional :ssn, :string, 5
|
|
129
|
+
optional :is_exempt_from_withholding, :bool, 6
|
|
130
|
+
optional :federal_filing_status, :string, 7
|
|
131
|
+
optional :qualifying_children_num, :int32, 8
|
|
132
|
+
optional :qualifying_other_num, :int32, 9
|
|
133
|
+
optional :deductions, :int32, 10
|
|
134
|
+
optional :other_income, :int32, 11
|
|
135
|
+
optional :extra_withholding, :int32, 12
|
|
136
|
+
optional :employee_id, :string, 13
|
|
137
|
+
optional :created_at, :message, 14, "google.protobuf.Timestamp"
|
|
138
|
+
optional :updated_at, :message, 15, "google.protobuf.Timestamp"
|
|
139
|
+
optional :deleted_at, :message, 16, "google.protobuf.Timestamp"
|
|
140
|
+
end
|
|
123
141
|
end
|
|
124
142
|
|
|
125
143
|
module Workstream
|
|
@@ -134,6 +152,7 @@ module Workstream
|
|
|
134
152
|
EmployeeInformationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInformationEvent").msgclass
|
|
135
153
|
EmployeeInitialStateEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInitialStateEvent").msgclass
|
|
136
154
|
LocationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.LocationEvent").msgclass
|
|
155
|
+
W4Event = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.W4Event").msgclass
|
|
137
156
|
end
|
|
138
157
|
end
|
|
139
158
|
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.7.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: 2023-
|
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
|
-
rubygems_version: 3.
|
|
105
|
+
rubygems_version: 3.4.4
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|