quicknode-sdk 0.1.0a16__tar.gz → 0.1.0a17__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.0a16 → quicknode_sdk-0.1.0a17}/Cargo.lock +5 -5
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/PKG-INFO +1 -1
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/pyproject.toml +1 -1
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/LICENSE +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/LICENSE +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/README.md +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/examples/admin.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/examples/admin_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/examples/kvstore_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/examples/streams.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/examples/streams_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/examples/webhooks_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/billing.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/bulk.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/chains.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/endpoint_metrics.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/endpoint_rate_limits.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/endpoint_security.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/endpoint_urls.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/endpoints.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/logs.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/mod.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/tags.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/teams.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/usage.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/config.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/kvstore/mod.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/streams/mod.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/streams/stream.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/webhooks/mod.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/webhooks/webhook.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/python/Cargo.toml +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/python/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/python/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/python/src/streams_destination.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/crates/python/src/webhooks_template.rs +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/python/README.md +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/python/sdk/__init__.py +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/python/sdk/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/python/sdk/_core/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/python/sdk/init_manual_override.pyi +0 -0
- {quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/python/sdk/py.typed +0 -0
|
@@ -1679,7 +1679,7 @@ dependencies = [
|
|
|
1679
1679
|
|
|
1680
1680
|
[[package]]
|
|
1681
1681
|
name = "quicknode-sdk"
|
|
1682
|
-
version = "0.1.0-alpha.
|
|
1682
|
+
version = "0.1.0-alpha.17"
|
|
1683
1683
|
dependencies = [
|
|
1684
1684
|
"bon",
|
|
1685
1685
|
"config",
|
|
@@ -2156,7 +2156,7 @@ dependencies = [
|
|
|
2156
2156
|
|
|
2157
2157
|
[[package]]
|
|
2158
2158
|
name = "sdk-node"
|
|
2159
|
-
version = "0.1.0-alpha.
|
|
2159
|
+
version = "0.1.0-alpha.17"
|
|
2160
2160
|
dependencies = [
|
|
2161
2161
|
"napi",
|
|
2162
2162
|
"napi-build",
|
|
@@ -2168,7 +2168,7 @@ dependencies = [
|
|
|
2168
2168
|
|
|
2169
2169
|
[[package]]
|
|
2170
2170
|
name = "sdk-python"
|
|
2171
|
-
version = "0.1.0-alpha.
|
|
2171
|
+
version = "0.1.0-alpha.17"
|
|
2172
2172
|
dependencies = [
|
|
2173
2173
|
"pyo3",
|
|
2174
2174
|
"pyo3-async-runtimes",
|
|
@@ -2179,7 +2179,7 @@ dependencies = [
|
|
|
2179
2179
|
|
|
2180
2180
|
[[package]]
|
|
2181
2181
|
name = "sdk-python-stubs"
|
|
2182
|
-
version = "0.1.0-alpha.
|
|
2182
|
+
version = "0.1.0-alpha.17"
|
|
2183
2183
|
dependencies = [
|
|
2184
2184
|
"pyo3-stub-gen",
|
|
2185
2185
|
"sdk-python",
|
|
@@ -2187,7 +2187,7 @@ dependencies = [
|
|
|
2187
2187
|
|
|
2188
2188
|
[[package]]
|
|
2189
2189
|
name = "sdk-ruby"
|
|
2190
|
-
version = "0.1.0-alpha.
|
|
2190
|
+
version = "0.1.0-alpha.17"
|
|
2191
2191
|
dependencies = [
|
|
2192
2192
|
"magnus",
|
|
2193
2193
|
"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.0a16 → quicknode_sdk-0.1.0a17}/crates/core/src/admin/endpoint_rate_limits.rs
RENAMED
|
File without changes
|
{quicknode_sdk-0.1.0a16 → quicknode_sdk-0.1.0a17}/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
|