bmx-event_hook_client_server 1.0.17 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/lib/event_hook_client_server/client/models/integration.rb +1 -0
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/enums/integrator_pb.rb +1 -0
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/integration_pb.rb +3 -0
- data/lib/event_hook_client_server/version.rb +2 -2
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ed419af695ba5667d416f2fd3826b5297e942aac442c84e7d8d3bc3dca806ac2
|
|
4
|
+
data.tar.gz: f3176686619effb003a699fc16212cdfb822a8042e489f28100d73788e649d61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/integration_pb.rb
CHANGED
|
@@ -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
|
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
|
|
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:
|
|
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
|
-
|
|
169
|
-
|
|
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: []
|