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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b40d074ed23694394d1be77d01f346e79cbca4041dfabd7209755235c8c815d9
4
- data.tar.gz: e43da232844aecc658c44bcb5cd92523cfe166877d0f805089f4771118279f77
3
+ metadata.gz: f5530081c08662be7510f46875dcd35bf6f97e99cb286c7497f885ccd48ffb82
4
+ data.tar.gz: fadb204ba30db246bd8538dd824ac41d1a10dea4a1398d72fc0e669681ace91e
5
5
  SHA512:
6
- metadata.gz: 515f2f420feebcedc8ece9eebb21bc2460e7a3d72fd86988c196fe58ab1b90d07012dbaeb15da12c195271b04ff5781f1a97b508539b29af4d4c4019665c1036
7
- data.tar.gz: 112c05da6ea986f613032e33490eb11027c813faace92bbb83c873f180001fac989a9223e2c2287b4560aa79cac70e254cb685986e549ad26a43eac9ade5d7d9
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
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.2"
3
3
  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.6.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-01-19 00:00:00.000000000 Z
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.0.9
105
+ rubygems_version: 3.2.3
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Ruby SDK of Workstream message Specification