bmx-event_hook_client_server 1.0.17 → 1.1.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
- SHA1:
3
- metadata.gz: 477a326749506eaf677b7b7ada2f1e5161ba3c51
4
- data.tar.gz: b53c9f9ff3f984e2b2fe0d7b2e53c870bf3c8dbb
2
+ SHA256:
3
+ metadata.gz: ed419af695ba5667d416f2fd3826b5297e942aac442c84e7d8d3bc3dca806ac2
4
+ data.tar.gz: f3176686619effb003a699fc16212cdfb822a8042e489f28100d73788e649d61
5
5
  SHA512:
6
- metadata.gz: c76eb1aa0ab0af86be97432d88bfabf04c34e95cd89eb23672dd6e948de30453eeaabc0c6bedeebd85122e0d72f1ca1cad69c46ff996a0e1039962a40d1f2f56
7
- data.tar.gz: 4f6a9530573d7042b2675fce5ad07ed37c18a6a25311b3e2a99e10496d38d316816dc641972a16b256e548eeede50d4f2dbfc8d1952505650c0970703193d56a
6
+ metadata.gz: 3a50cc931db6446dda08c410cfd24bac1cf9329929f5cdb6e342dd47f8b5997b764403a63a118040d583d53ed2384e1b88b01e207816231e71f7cf41c916e4a5
7
+ data.tar.gz: 8b81ffe9c68db56bcc4dc27d43ca00635e38d4f544df224073ec2d14f9972ab172e44d665a25a0041f7e3f3732045378a99de7e8a51d870644c6b4f36675235c
@@ -17,6 +17,7 @@ module EventHookClientServer
17
17
  attribute :building_id, Types::Strict::String.optional
18
18
  attribute :tenant_id, Types::Strict::String.optional
19
19
  attribute :company_id, Types::Strict::String.optional
20
+ attribute :unit_id, Types::Strict::String.optional
20
21
  attribute :integrator, Types::Strict::Symbol
21
22
  attribute :config, Types::Strict::Hash
22
23
  attribute :bindings, Types::Array.of(Binding)
@@ -8,6 +8,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_enum "event_hook_client_server.v1.enums.Integrator" do
9
9
  value :WEBHOOK, 0
10
10
  value :PDK, 9
11
+ value :AIRBNB, 1
11
12
  end
12
13
  end
13
14
  end
@@ -18,6 +18,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
18
18
  optional :building_id, :message, 10, "google.protobuf.StringValue"
19
19
  optional :tenant_id, :message, 11, "google.protobuf.StringValue"
20
20
  optional :company_id, :message, 12, "google.protobuf.StringValue"
21
+ optional :unit_id, :message, 13, "google.protobuf.StringValue"
21
22
  end
22
23
  add_message "event_hook_client_server.v1.messages.IntegrationConfiguration" do
23
24
  optional :type, :enum, 1, "event_hook_client_server.v1.enums.Integrator"
@@ -34,6 +35,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
34
35
  optional :building_id, :message, 10, "google.protobuf.StringValue"
35
36
  optional :tenant_id, :message, 11, "google.protobuf.StringValue"
36
37
  optional :company_id, :message, 12, "google.protobuf.StringValue"
38
+ optional :unit_id, :message, 13, "google.protobuf.StringValue"
37
39
  end
38
40
  add_message "event_hook_client_server.v1.messages.IntegrationInputConfiguration" do
39
41
  optional :type, :enum, 1, "event_hook_client_server.v1.enums.Integrator"
@@ -80,6 +82,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
80
82
  optional :building_id, :message, 10, "google.protobuf.StringValue"
81
83
  optional :tenant_id, :message, 11, "google.protobuf.StringValue"
82
84
  optional :company_id, :message, 12, "google.protobuf.StringValue"
85
+ optional :unit_id, :message, 13, "google.protobuf.StringValue"
83
86
  end
84
87
  end
85
88
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module EventHookClientServer
4
4
  MAJOR = 1
5
- MINOR = 0
6
- PATCH = 17
5
+ MINOR = 1
6
+ PATCH = 0
7
7
  VERSION = [MAJOR, MINOR, PATCH].join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmx-event_hook_client_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stanko K.R.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-01 00:00:00.000000000 Z
11
+ date: 2021-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-struct
@@ -150,7 +150,7 @@ metadata:
150
150
  homepage_uri: https://github.com/runslikebutter/event_hook_client_server
151
151
  source_code_uri: https://github.com/runslikebutter/event_hook_client_server
152
152
  changelog_uri: https://github.com/runslikebutter/event_hook_client_server/blob/master/CHANGELOG.md
153
- post_install_message:
153
+ post_install_message:
154
154
  rdoc_options: []
155
155
  require_paths:
156
156
  - lib
@@ -165,9 +165,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubyforge_project:
169
- rubygems_version: 2.6.14.3
170
- signing_key:
168
+ rubygems_version: 3.1.2
169
+ signing_key:
171
170
  specification_version: 4
172
171
  summary: Client and server implementation for the Webhook Configurator service.
173
172
  test_files: []