quicknode-sdk 0.1.0a24__tar.gz → 0.1.0a26__tar.gz
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.
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/Cargo.lock +7 -7
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/PKG-INFO +1 -1
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/pyproject.toml +1 -1
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/LICENSE +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/LICENSE +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/README.md +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/examples/admin.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/examples/admin_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/examples/kvstore_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/examples/streams.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/examples/streams_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/examples/webhooks_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/billing.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/bulk.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/chains.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoint_metrics.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoint_rate_limits.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoint_security.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoint_urls.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoints.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/logs.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/mod.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/tags.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/teams.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/usage.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/config.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/kvstore/mod.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/streams/mod.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/streams/stream.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/webhooks/mod.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/webhooks/webhook.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/python/Cargo.toml +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/python/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/python/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/python/src/streams_destination.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/python/src/webhooks_template.rs +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/python/README.md +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/python/sdk/__init__.py +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/python/sdk/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/python/sdk/_core/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/python/sdk/init_manual_override.pyi +0 -0
- {quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/python/sdk/py.typed +0 -0
|
@@ -61,9 +61,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
61
61
|
|
|
62
62
|
[[package]]
|
|
63
63
|
name = "autocfg"
|
|
64
|
-
version = "1.5.
|
|
64
|
+
version = "1.5.1"
|
|
65
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
-
checksum = "
|
|
66
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
67
67
|
|
|
68
68
|
[[package]]
|
|
69
69
|
name = "aws-lc-rs"
|
|
@@ -1700,7 +1700,7 @@ dependencies = [
|
|
|
1700
1700
|
|
|
1701
1701
|
[[package]]
|
|
1702
1702
|
name = "quicknode-sdk"
|
|
1703
|
-
version = "0.1.0-alpha.
|
|
1703
|
+
version = "0.1.0-alpha.26"
|
|
1704
1704
|
dependencies = [
|
|
1705
1705
|
"bon",
|
|
1706
1706
|
"config",
|
|
@@ -2177,7 +2177,7 @@ dependencies = [
|
|
|
2177
2177
|
|
|
2178
2178
|
[[package]]
|
|
2179
2179
|
name = "sdk-node"
|
|
2180
|
-
version = "0.1.0-alpha.
|
|
2180
|
+
version = "0.1.0-alpha.26"
|
|
2181
2181
|
dependencies = [
|
|
2182
2182
|
"napi",
|
|
2183
2183
|
"napi-build",
|
|
@@ -2189,7 +2189,7 @@ dependencies = [
|
|
|
2189
2189
|
|
|
2190
2190
|
[[package]]
|
|
2191
2191
|
name = "sdk-python"
|
|
2192
|
-
version = "0.1.0-alpha.
|
|
2192
|
+
version = "0.1.0-alpha.26"
|
|
2193
2193
|
dependencies = [
|
|
2194
2194
|
"pyo3",
|
|
2195
2195
|
"pyo3-async-runtimes",
|
|
@@ -2200,7 +2200,7 @@ dependencies = [
|
|
|
2200
2200
|
|
|
2201
2201
|
[[package]]
|
|
2202
2202
|
name = "sdk-python-stubs"
|
|
2203
|
-
version = "0.1.0-alpha.
|
|
2203
|
+
version = "0.1.0-alpha.26"
|
|
2204
2204
|
dependencies = [
|
|
2205
2205
|
"pyo3-stub-gen",
|
|
2206
2206
|
"sdk-python",
|
|
@@ -2208,7 +2208,7 @@ dependencies = [
|
|
|
2208
2208
|
|
|
2209
2209
|
[[package]]
|
|
2210
2210
|
name = "sdk-ruby"
|
|
2211
|
-
version = "0.1.0-alpha.
|
|
2211
|
+
version = "0.1.0-alpha.26"
|
|
2212
2212
|
dependencies = [
|
|
2213
2213
|
"magnus",
|
|
2214
2214
|
"quicknode-sdk",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoint_rate_limits.rs
RENAMED
|
File without changes
|
{quicknode_sdk-0.1.0a24 → quicknode_sdk-0.1.0a26}/crates/core/src/admin/endpoint_security.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|