quicknode_sdk 0.2.1-x86_64-linux → 0.3.0-x86_64-linux
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 +4 -4
- data/README.md +1 -1
- data/lib/quicknode_sdk/quicknode_sdk.so +0 -0
- data/sig/quicknode_sdk.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f28cee1f2478afdb0b7fdf34db6729b2fbb478e5214e783d6206f864f77660a0
|
|
4
|
+
data.tar.gz: 261e1172c31dbb362b429eb95d1599ad2782136e990cd0a9afd0cffdbf20dd49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f92e6b1eea441ef1710d7ffe6d300f01f8aeb79a439b8939fe5da00f84052cc2c1a08f1ff539e792eaf3fe8f25b79a7c6b7f72b04bb9e348e396d205bf2d5cf
|
|
7
|
+
data.tar.gz: 185446e18f6906a51309f7ac26d98eaeae34a17afba6f26b95d0a5901bfde350990f3843395259e755e68acf561fa0ffd768f64b30e33541dd2bec9228965339
|
data/README.md
CHANGED
|
@@ -631,7 +631,7 @@ qn.admin.delete_domain_mask(id: "ep-123", domain_mask_id: "dm-1")
|
|
|
631
631
|
|
|
632
632
|
Configures JWT validation on an endpoint.
|
|
633
633
|
|
|
634
|
-
**Parameters**: `id` (endpoint id, required); body: `public_key` (string, optional), `kid` (string,
|
|
634
|
+
**Parameters**: `id` (endpoint id, required); body: `public_key` (string, optional), `kid` (string, required), `name` (string, optional).
|
|
635
635
|
|
|
636
636
|
**Returns**: nothing.
|
|
637
637
|
|
|
Binary file
|
data/sig/quicknode_sdk.rbs
CHANGED
|
@@ -70,7 +70,7 @@ module QuicknodeSdk
|
|
|
70
70
|
def delete_ip: (id: String, ip_id: String) -> untyped
|
|
71
71
|
def create_domain_mask: (id: String, ?domain_mask: String) -> void
|
|
72
72
|
def delete_domain_mask: (id: String, domain_mask_id: String) -> untyped
|
|
73
|
-
def create_jwt: (id: String,
|
|
73
|
+
def create_jwt: (id: String, kid: String, ?public_key: String, ?name: String) -> void
|
|
74
74
|
def delete_jwt: (id: String, jwt_id: String) -> void
|
|
75
75
|
def create_request_filter: (id: String, ?methods: Array[String]) -> untyped
|
|
76
76
|
def update_request_filter: (id: String, request_filter_id: String, ?methods: Array[String]) -> void
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quicknode_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Quicknode
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hashie
|