workstream_protocol 0.3.6 → 0.5.1

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: e37535d7ffe66ed9e2e3212140d5d815e9ed58e35e171da2bff19e45359ab8d1
4
+ data.tar.gz: 116ca9155dc2762f7702ca6f05bf819442ff4d66cbad55f86be753a48deaf6d2
5
5
  SHA512:
6
- metadata.gz: 0d65ff0287854a4a8e73ef11d3434257cc15bf74eba2a9cf95a2b2c678904fd501f23264ee7e64bc2bf52ede77b1c8553c807706e372742f3166ed92e0a50fe2
7
- data.tar.gz: 80eeb74d2eaf927f7e1ea3931587b51303fb70a467d5e0c033ff26d2afc7d1e87450bcfec2ebe5b1311d3e5312dcb534a2fca28283e8621a66179222e85f344e
6
+ metadata.gz: bfa8439eb84d93952a27992599141f0690e676e06db1ed91b706ce7b6078a4f514eec8a6b6ef235601884c06ced766ff02388d0b68edaa12e0540c82f9811e9f
7
+ data.tar.gz: a9024e2394c44862d5effbbf3990ec1e7780d812b1948047c4de60918bf2d67a4ff681252086dc63528927b33bbcfc57a0da541bc8154234ea572cc5252ca616
@@ -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
@@ -83,11 +84,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
83
84
  optional :ssn, :string, 20
84
85
  optional :smoker, :bool, 21
85
86
  optional :nationality, :string, 22
86
- optional :date_of_birth, :message, 23, "Workstream.Protocol.Common.Date"
87
+ optional :date_of_birth, :string, 23
87
88
  optional :middle_initial, :string, 24
88
89
  optional :home_email, :string, 31
89
90
  optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
90
91
  optional :home_address, :message, 33, "Workstream.Protocol.Common.Address"
92
+ optional :mobile_phone, :message, 34, "Workstream.Protocol.Common.Phone"
91
93
  optional :work_location_name, :string, 41
92
94
  optional :work_email, :string, 42
93
95
  optional :work_phone, :message, 43, "Workstream.Protocol.Common.Phone"
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.3.6"
2
+ VERSION = "0.5.1"
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.5.1
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-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf