workstream_protocol 0.3.4 → 0.5.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: f8ffaa0ed31f777f2e0715eebdbfcf61364382eab00432df2b691adec99bc57b
4
- data.tar.gz: a5fe9fcf1a33c89d512db618fab16f6b1f9c491eb83306a8dab7a295ee452dab
3
+ metadata.gz: c570cc5ebb6f14bfe8a895c83c269d5d9f5e1d0db450e2b35e3ec9a661a76113
4
+ data.tar.gz: 7a4e67a2a8aea1b3fd5398c1af432b1a6cc360573d3bc7b2791f8f457f117322
5
5
  SHA512:
6
- metadata.gz: 18ecf35cb2a39760accdddc4263f67f4981a38833f2b26a4e4674a3dec0a9679d476baf50901067bfa7d9f139beec8fd5bfc0a8f85dfc4a5ff1fed91e995e69e
7
- data.tar.gz: 5258e3d036fe64015e06de5bb0ba6515d3b140143555e8a481947e6dc6db2af027151e0a6b0a1c869d5ed2861b40867b6e26151938255eaa581569918951002c
6
+ metadata.gz: 2ceffaac9bb6dda789f126526d5a3730f6e1822897b2e03b5e3563c045b48f9fc6dfa290c6f85698d706ba30476f5ca1c8adee05c2bcf0ccacd4d5a52ab3f4b7
7
+ data.tar.gz: 12560de2a7735a69cc2af59c50eed2a956aa1ad6035eb70ae3f7062d16d249a58dedec543145df0154c75fea81c6be0b2daf2d3ab18e0795853833183ddcaf03
@@ -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
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :app_name, :string, 8
20
20
  optional :app_version, :string, 9
21
21
  optional :configuration_id, :string, 10
22
+ optional :configuration_snapshot, :string, 11
22
23
  end
23
24
  add_message "Workstream.Protocol.Onboarding.CompanyEvent" do
24
25
  optional :id, :string, 1
@@ -69,6 +70,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
69
70
  optional :created_at, :message, 3, "google.protobuf.Timestamp"
70
71
  optional :updated_at, :message, 4, "google.protobuf.Timestamp"
71
72
  optional :deleted_at, :message, 5, "google.protobuf.Timestamp"
73
+ optional :company_id, :string, 6
72
74
  optional :employee_id, :string, 8
73
75
  optional :first_name, :string, 11
74
76
  optional :middle_name, :string, 12
@@ -82,7 +84,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
82
84
  optional :ssn, :string, 20
83
85
  optional :smoker, :bool, 21
84
86
  optional :nationality, :string, 22
85
- optional :date_of_birth, :message, 23, "Workstream.Protocol.Common.Date"
87
+ optional :date_of_birth, :string, 23
86
88
  optional :middle_initial, :string, 24
87
89
  optional :home_email, :string, 31
88
90
  optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.3.4"
2
+ VERSION = "0.5.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.4
4
+ version: 0.5.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-06-12 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
@@ -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