workstream_protocol 0.6.0 → 0.7.2
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 +20 -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: f5530081c08662be7510f46875dcd35bf6f97e99cb286c7497f885ccd48ffb82
|
|
4
|
+
data.tar.gz: fadb204ba30db246bd8538dd824ac41d1a10dea4a1398d72fc0e669681ace91e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74f66a874dd32361933394123d8926d8162fdeece640e7ca0b42fb35c5e44ca0e578b8f969e2548bebbac94655e915e86a6e9ce9fe1a7d6022eda9dd2280f4f0
|
|
7
|
+
data.tar.gz: c2a288b1d1770b417dfdcfb0859d508924a9cfd3a8d9a03172fec3ee794eda4e3bab1b9906a2c95e769652ae4fdb6c81502a119de507dbab0b43c53e12c6342d
|
|
@@ -18,6 +18,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
18
18
|
optional :app_version, :string, 9
|
|
19
19
|
optional :configuration_id, :string, 10
|
|
20
20
|
optional :configuration_snapshot, :string, 11
|
|
21
|
+
optional :status, :string, 12
|
|
21
22
|
end
|
|
22
23
|
add_message "Workstream.Protocol.Onboarding.CompanyEvent" do
|
|
23
24
|
optional :id, :string, 1
|
|
@@ -120,6 +121,24 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
120
121
|
optional :updated_at, :message, 6, "google.protobuf.Timestamp"
|
|
121
122
|
optional :deleted_at, :message, 7, "google.protobuf.Timestamp"
|
|
122
123
|
end
|
|
124
|
+
add_message "Workstream.Protocol.Onboarding.W4Event" do
|
|
125
|
+
optional :id, :string, 1
|
|
126
|
+
optional :first_name, :string, 2
|
|
127
|
+
optional :middle_name, :string, 3
|
|
128
|
+
optional :last_name, :string, 4
|
|
129
|
+
optional :ssn, :string, 5
|
|
130
|
+
optional :is_exempt_from_withholding, :bool, 6
|
|
131
|
+
optional :federal_filing_status, :string, 7
|
|
132
|
+
optional :qualifying_children_num, :int32, 8
|
|
133
|
+
optional :qualifying_other_num, :int32, 9
|
|
134
|
+
optional :deductions, :int32, 10
|
|
135
|
+
optional :other_income, :int32, 11
|
|
136
|
+
optional :extra_withholding, :int32, 12
|
|
137
|
+
optional :employee_id, :string, 13
|
|
138
|
+
optional :created_at, :message, 14, "google.protobuf.Timestamp"
|
|
139
|
+
optional :updated_at, :message, 15, "google.protobuf.Timestamp"
|
|
140
|
+
optional :deleted_at, :message, 16, "google.protobuf.Timestamp"
|
|
141
|
+
end
|
|
123
142
|
end
|
|
124
143
|
|
|
125
144
|
module Workstream
|
|
@@ -134,6 +153,7 @@ module Workstream
|
|
|
134
153
|
EmployeeInformationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInformationEvent").msgclass
|
|
135
154
|
EmployeeInitialStateEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInitialStateEvent").msgclass
|
|
136
155
|
LocationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.LocationEvent").msgclass
|
|
156
|
+
W4Event = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.W4Event").msgclass
|
|
137
157
|
end
|
|
138
158
|
end
|
|
139
159
|
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.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: 2023-
|
|
11
|
+
date: 2023-04-26 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.2.3
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|