workstream_protocol 0.7.1 → 0.7.2
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 +1 -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
|
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.7.
|
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
|