zendesk_apps_support 4.44.0 → 4.44.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b989994c7a764094c871ecf859ee10741564143e62ac95c241cf8273453be0e
|
|
4
|
+
data.tar.gz: 736b6f0d70ecb4ed696741f276e6f184845ae9a2f6609fad5d9dd09ab09df02a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b18165f0d009772dda835da472966b629db6c0ba5a3e4711a2a92724a85d55ab0e769374ece2354fabe0a0fdf2f9ce77af7193176634d2a1e7de35956950fc7c
|
|
7
|
+
data.tar.gz: 9b4885080b015d610d37d91b284a4fc1916751c14c3eeb1ae9a163e2ca9d7246d7a51724eb47993e42f7ab3de018dc8e1e37fed613b1834d2342189e8e3662cb
|
|
@@ -11,7 +11,7 @@ module ZendeskAppsSupport
|
|
|
11
11
|
OAUTH_REQUIRED_FIELDS = %w[client_id client_secret authorize_uri access_token_uri].freeze
|
|
12
12
|
PARAMETER_TYPES = ZendeskAppsSupport::Manifest::Parameter::TYPES
|
|
13
13
|
OAUTH_MANIFEST_LINK = 'https://developer.zendesk.com/apps/docs/developer-guide/manifest#oauth'
|
|
14
|
-
SECURE_PARAM_SCOPES = %w[header body
|
|
14
|
+
SECURE_PARAM_SCOPES = %w[header body url jwt_secret_key jwt_claim basic_auth_username basic_auth_password].freeze
|
|
15
15
|
|
|
16
16
|
class << self
|
|
17
17
|
def call(package, error_on_password_parameter: false, validate_scopes_for_secure_parameter: false)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zendesk_apps_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.44.
|
|
4
|
+
version: 4.44.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James A. Rosen
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2025-11-
|
|
14
|
+
date: 2025-11-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: i18n
|