bmx-event_hook_client_server 1.1.1 → 1.2.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: 63a2c9b7d294adc003637890075284e79795cf9622ece24e9d2016680a3c9e73
4
- data.tar.gz: 313d800a4cfc2030511b1c1209d73bc7578844f943133f56c496560f18584279
3
+ metadata.gz: 65f5db2708169020749675c25acc1e2667ef71ced128f7425b587d72d95fcc9a
4
+ data.tar.gz: 9afb75af27e4e750c5c03deb9ac031e187e80c645a5f75f61743fc98d58b9226
5
5
  SHA512:
6
- metadata.gz: e12ace1b7f12d12482ae2201c558d9c02897f02f797dfb9442df58c7e1f176c057ebbb87a02126b726ac98648e8c8af73d9ac08ddf598f171c9c1e5a19d74237
7
- data.tar.gz: 7c83b0702aec04828459c4a8fc3dd67f9757a0ca1979484cd98c8042b59870ae3ededd808ae065a6fd4b112321b4d39057574ac799d91fc5b76ef9ceb26c6f66
6
+ metadata.gz: ebb32fac1060f42430883b9d40a12306a1b4bbdaa7b524b85aa02c1d24cc876d7093ceb39594b15930866c2e078c92916a8414a6b4b0534fdefa8617becd7e56
7
+ data.tar.gz: bb5c45221e429c82ebe67796cc3c338b4217a94d58ea25afab7dfd3c8f90d6398235d37eefff21ca273ac35df84f09c8fc3e6102337bd776b872f4006ab4795a
@@ -21,6 +21,8 @@ module EventHookClientServer
21
21
  attribute :integrator, Types::Strict::Symbol
22
22
  attribute :config, Types::Strict::Hash
23
23
  attribute :bindings, Types::Array.of(Binding)
24
+ attribute :created_by_id, Types::Strict::String
25
+ attribute :oauth_client_id, Types::Strict::String
24
26
  end
25
27
  end
26
28
  end
@@ -19,6 +19,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :tenant_id, :message, 11, "google.protobuf.StringValue"
20
20
  optional :company_id, :message, 12, "google.protobuf.StringValue"
21
21
  optional :unit_id, :message, 13, "google.protobuf.StringValue"
22
+ optional :oauth_client_id, :message, 14, "google.protobuf.StringValue"
23
+ optional :created_by_id, :message, 15, "google.protobuf.StringValue"
22
24
  end
23
25
  add_message "event_hook_client_server.v1.messages.IntegrationConfiguration" do
24
26
  optional :type, :enum, 1, "event_hook_client_server.v1.enums.Integrator"
@@ -36,6 +38,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
36
38
  optional :tenant_id, :message, 11, "google.protobuf.StringValue"
37
39
  optional :company_id, :message, 12, "google.protobuf.StringValue"
38
40
  optional :unit_id, :message, 13, "google.protobuf.StringValue"
41
+ optional :oauth_client_id, :message, 14, "google.protobuf.StringValue"
42
+ optional :created_by_id, :message, 15, "google.protobuf.StringValue"
39
43
  end
40
44
  add_message "event_hook_client_server.v1.messages.IntegrationInputConfiguration" do
41
45
  optional :type, :enum, 1, "event_hook_client_server.v1.enums.Integrator"
@@ -2,7 +2,7 @@
2
2
 
3
3
  module EventHookClientServer
4
4
  MAJOR = 1
5
- MINOR = 1
6
- PATCH = 1
5
+ MINOR = 2
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.1.1
4
+ version: 1.2.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: 2021-01-19 00:00:00.000000000 Z
11
+ date: 2022-01-19 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,8 +165,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.1.4
169
- signing_key:
168
+ rubygems_version: 3.1.6
169
+ signing_key:
170
170
  specification_version: 4
171
171
  summary: Client and server implementation for the Webhook Configurator service.
172
172
  test_files: []