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: 77bce4e61c5440800b01cc6281bc38a22b2cfc7c9992a525c30daf1e0240a8eb
4
- data.tar.gz: 7ac8853ec5c3044572747fc8bf808824b4b20f45fde507fd72493f338af5e63f
3
+ metadata.gz: 83c207e8c3213fcab7301122c7c1686c6fe52b36c2572e93f2b4459b80cdc91b
4
+ data.tar.gz: 282672056df05bbdc540266fe5c9b835ff6ea8053e478adc5a9153d91f9de8de
5
5
  SHA512:
6
- metadata.gz: 0d65ff0287854a4a8e73ef11d3434257cc15bf74eba2a9cf95a2b2c678904fd501f23264ee7e64bc2bf52ede77b1c8553c807706e372742f3166ed92e0a50fe2
7
- data.tar.gz: 80eeb74d2eaf927f7e1ea3931587b51303fb70a467d5e0c033ff26d2afc7d1e87450bcfec2ebe5b1311d3e5312dcb534a2fca28283e8621a66179222e85f344e
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 :address1, :string, 1
11
- optional :address2, :string, 2
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 :zip, :string, 20
15
- optional :country_sub_division_code, :string, 19
16
- optional :country_code, :enum, 21, "Workstream.Protocol.Common.CountryCode"
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
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.3.6"
2
+ VERSION = "0.4.0"
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.3.6
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-07-26 00:00:00.000000000 Z
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.0.8
105
+ rubygems_version: 3.1.6
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Ruby SDK of Workstream message Specification