envoy-hooks 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/lib/envoy/hooks/version.rb +1 -1
- data/lib/envoy/hooks.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e6db4336c82e3603c57e732c1e4aa84fec6f05936ab63464b59aef7ce581166
|
4
|
+
data.tar.gz: d3f3e6e9354713f02afa2de55582ba3befeefdf3d571cbb15ba53b005e13b536
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: c2406a63dee186c7c69b62c4ee30f680635134f3bc30f84c13d1c45bbd36555997a15b6bf2ae72c95a86b9629332539ba5c7928b0eb1800d82c42f16fb9362b2
|
7
|
+
data.tar.gz: '059642c37160e8a8d0445cd4a1886b09634010eb5fcb256dc3e953ea6c26546d32fac8af685c58019865408e2e13c3c19001a18e154735c9d522dcacf3e18849'
|
data/Gemfile.lock
CHANGED
data/lib/envoy/hooks/version.rb
CHANGED
data/lib/envoy/hooks.rb
CHANGED
@@ -57,7 +57,7 @@ module Envoy
|
|
57
57
|
|
58
58
|
validateEnum('responseType', responseType, %w[HTML JSON])
|
59
59
|
|
60
|
-
validateEnum('resourceType', resourceType, %w[INVITE ENTRY]) unless resourceType.nil?
|
60
|
+
validateEnum('resourceType', resourceType, %w[INVITE EMPLOYEE ENTRY]) unless resourceType.nil?
|
61
61
|
|
62
62
|
faraday.post("/rest/v1/locations/#{locationId}/hooks/ui/trigger", {
|
63
63
|
locationId: locationId,
|
@@ -77,7 +77,7 @@ module Envoy
|
|
77
77
|
|
78
78
|
validateEnum('responseType', responseType, %w[HTML JSON])
|
79
79
|
|
80
|
-
validateEnum('resourceType', resourceType, %w[INVITE ENTRY]) unless resourceType.nil?
|
80
|
+
validateEnum('resourceType', resourceType, %w[INVITE EMPLOYEE ENTRY]) unless resourceType.nil?
|
81
81
|
|
82
82
|
resource_ids = Array(resourceId || resourceIds)
|
83
83
|
faraday.post('/rest/v1/zones/hooks/ui/trigger', {
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: envoy-hooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeffrey-Biles-Envoy
|
8
8
|
- Anthony-Floccari-Envoy
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-10-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.0'
|
56
|
-
description:
|
56
|
+
description:
|
57
57
|
email:
|
58
58
|
- afloccari@envoy.com
|
59
59
|
executables: []
|
@@ -79,7 +79,7 @@ licenses: []
|
|
79
79
|
metadata:
|
80
80
|
homepage_uri: https://github.com/envoy/envoy-hooks-ruby
|
81
81
|
source_code_uri: https://github.com/envoy/envoy-hooks-ruby
|
82
|
-
post_install_message:
|
82
|
+
post_install_message:
|
83
83
|
rdoc_options: []
|
84
84
|
require_paths:
|
85
85
|
- lib
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
97
|
rubygems_version: 3.1.6
|
98
|
-
signing_key:
|
98
|
+
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Ruby wrapper for envoy/hooks
|
101
101
|
test_files: []
|