workstream_protocol 0.7.2 → 0.8.0
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 +14 -0
- 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: 6bc7d22cb27df370262119db17c14a4d7461ae312e0657618006261afcb611b2
|
|
4
|
+
data.tar.gz: db72eeebd8245feadd168294ee85992e674365a31f32e6b00df7ef76efd9ff39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c88f12279948e1c65b09b23d51d2ada0acc29cdb1e7229254151a8cfff4ec6930493fa28e165193b285359a0b86096f477b9f9883392a5da25543c850f6d582f
|
|
7
|
+
data.tar.gz: b5b654c6c950fc551e600b6b68664117ddb9beee835e24078d4f57b77187d9f69a4640c1dc8e52fb0639661a2f15c8a16604770d83198785210d5124052108f8
|
|
@@ -139,6 +139,19 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
139
139
|
optional :updated_at, :message, 15, "google.protobuf.Timestamp"
|
|
140
140
|
optional :deleted_at, :message, 16, "google.protobuf.Timestamp"
|
|
141
141
|
end
|
|
142
|
+
add_message "Workstream.Protocol.Onboarding.WSCoreEmployeeOnboardingEvent" do
|
|
143
|
+
optional :id, :string, 1
|
|
144
|
+
optional :company_id, :string, 2
|
|
145
|
+
optional :employee_id, :string, 3
|
|
146
|
+
optional :created_at, :message, 4, "google.protobuf.Timestamp"
|
|
147
|
+
optional :updated_at, :message, 5, "google.protobuf.Timestamp"
|
|
148
|
+
optional :deleted_at, :message, 6, "google.protobuf.Timestamp"
|
|
149
|
+
optional :status, :string, 7
|
|
150
|
+
optional :type, :string, 8
|
|
151
|
+
optional :completed_at, :message, 9, "google.protobuf.Timestamp"
|
|
152
|
+
optional :last_restarted_at, :message, 10, "google.protobuf.Timestamp"
|
|
153
|
+
optional :manually_completed_by, :string, 11
|
|
154
|
+
end
|
|
142
155
|
end
|
|
143
156
|
|
|
144
157
|
module Workstream
|
|
@@ -154,6 +167,7 @@ module Workstream
|
|
|
154
167
|
EmployeeInitialStateEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.EmployeeInitialStateEvent").msgclass
|
|
155
168
|
LocationEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.LocationEvent").msgclass
|
|
156
169
|
W4Event = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.W4Event").msgclass
|
|
170
|
+
WSCoreEmployeeOnboardingEvent = Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Onboarding.WSCoreEmployeeOnboardingEvent").msgclass
|
|
157
171
|
end
|
|
158
172
|
end
|
|
159
173
|
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.8.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: 2023-
|
|
11
|
+
date: 2023-09-11 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.
|
|
106
|
-
signing_key:
|
|
105
|
+
rubygems_version: 3.4.19
|
|
106
|
+
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|
|
109
109
|
test_files: []
|