workstream_protocol 0.3.6 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83c207e8c3213fcab7301122c7c1686c6fe52b36c2572e93f2b4459b80cdc91b
|
4
|
+
data.tar.gz: 282672056df05bbdc540266fe5c9b835ff6ea8053e478adc5a9153d91f9de8de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7f630e3e063062d3c61f300bb7e396dd23332a569afbf34655fb224a9d8d0593c66d11d09b0cdb938a2b91cea7ec1e1342d725c3c3afe0e68423b400d88fff6
|
7
|
+
data.tar.gz: ab35329fa0b0528bca4d802922b2a4a708d94e40a1ecc990f2cd298cb9a15feae5899f390866ceb7ad5e6d0b1968b4423e0e02a90060d6aa3971557c1971204b
|
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
require 'google/protobuf'
|
5
5
|
|
6
|
-
require 'Common/CountryCode_pb'
|
7
6
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
7
|
add_file("Common/Address.proto", :syntax => :proto3) do
|
9
8
|
add_message "Workstream.Protocol.Common.Address" do
|
10
|
-
optional :
|
11
|
-
optional :
|
9
|
+
optional :line_one, :string, 1
|
10
|
+
optional :line_two, :string, 2
|
12
11
|
optional :city, :string, 3
|
13
12
|
optional :county, :string, 4
|
14
|
-
optional :
|
15
|
-
optional :
|
16
|
-
optional :
|
13
|
+
optional :postal_code, :string, 5
|
14
|
+
optional :country_subdivision, :string, 6
|
15
|
+
optional :country, :string, 7
|
17
16
|
end
|
18
17
|
end
|
19
18
|
end
|
@@ -70,6 +70,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
70
70
|
optional :created_at, :message, 3, "google.protobuf.Timestamp"
|
71
71
|
optional :updated_at, :message, 4, "google.protobuf.Timestamp"
|
72
72
|
optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
|
73
|
+
optional :company_id, :string, 6
|
73
74
|
optional :employee_id, :string, 8
|
74
75
|
optional :first_name, :string, 11
|
75
76
|
optional :middle_name, :string, 12
|
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.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Lv
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-02 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.1.6
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|