quicknode-sdk 0.1.0a30__tar.gz → 0.1.1__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.0a30 → quicknode_sdk-0.1.1}/Cargo.lock +5 -5
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/PKG-INFO +3 -8
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/README.md +2 -7
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/pyproject.toml +1 -1
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/python/README.md +2 -7
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/LICENSE +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/LICENSE +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/examples/admin.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/examples/admin_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/examples/kvstore_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/examples/streams.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/examples/streams_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/examples/webhooks_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/billing.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/bulk.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/chains.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/endpoint_metrics.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/endpoint_rate_limits.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/endpoint_security.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/endpoint_urls.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/endpoints.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/logs.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/mod.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/tags.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/teams.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/usage.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/config.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/kvstore/mod.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/streams/mod.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/streams/stream.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/webhooks/mod.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/core/src/webhooks/webhook.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/python/Cargo.toml +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/python/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/python/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/python/src/streams_destination.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/crates/python/src/webhooks_template.rs +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/python/sdk/__init__.py +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/python/sdk/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/python/sdk/_core/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/python/sdk/init_manual_override.pyi +0 -0
- {quicknode_sdk-0.1.0a30 → quicknode_sdk-0.1.1}/python/sdk/py.typed +0 -0
|
@@ -1700,7 +1700,7 @@ dependencies = [
|
|
|
1700
1700
|
|
|
1701
1701
|
[[package]]
|
|
1702
1702
|
name = "quicknode-sdk"
|
|
1703
|
-
version = "0.1.
|
|
1703
|
+
version = "0.1.1"
|
|
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.
|
|
2180
|
+
version = "0.1.1"
|
|
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.
|
|
2192
|
+
version = "0.1.1"
|
|
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.
|
|
2203
|
+
version = "0.1.1"
|
|
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.
|
|
2211
|
+
version = "0.1.1"
|
|
2212
2212
|
dependencies = [
|
|
2213
2213
|
"magnus",
|
|
2214
2214
|
"quicknode-sdk",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quicknode-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Classifier: Intended Audience :: Developers
|
|
5
5
|
Classifier: License :: OSI Approved :: MIT License
|
|
6
6
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -1086,13 +1086,8 @@ Destinations are expressed via `DestinationAttributes`. Each variant wraps an at
|
|
|
1086
1086
|
| `Webhook` | `WebhookAttributes` | `url`, `max_retry`, `retry_interval_sec`, `post_timeout_sec`, `compression`, `security_token?` |
|
|
1087
1087
|
| `S3` | `S3Attributes` | `endpoint`, `access_key`, `secret_key`, `bucket`, `object_prefix`, `compression`, `file_type`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1088
1088
|
| `Azure` | `AzureAttributes` | `storage_account`, `sas_token`, `container`, `compression`, `file_type`, `max_retry`, `retry_interval_sec`, `blob_prefix?` |
|
|
1089
|
-
| `Postgres` | `PostgresAttributes` | `host`, `port`, `username`, `password`, `database`, `
|
|
1090
|
-
| `
|
|
1091
|
-
| `Mongo` | `MongoAttributes` | `connection_string`, `database`, `collection`, `max_retry`, `retry_interval_sec` |
|
|
1092
|
-
| `Clickhouse` | `ClickhouseAttributes` | `host`, `port`, `username`, `password`, `database`, `table`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1093
|
-
| `Snowflake` | `SnowflakeAttributes` | `account`, `warehouse`, `database`, `schema`, `table`, `username`, `private_key`, `max_retry`, `retry_interval_sec` |
|
|
1094
|
-
| `Kafka` | `KafkaAttributes` | `bootstrap_servers`, `topic`, `compression`, `max_retry`, `retry_interval_sec` |
|
|
1095
|
-
| `Redis` | `RedisAttributes` | `host`, `port`, `username`, `password`, `key`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1089
|
+
| `Postgres` | `PostgresAttributes` | `host`, `port`, `username`, `password`, `database`, `table_name`, `sslmode`, `max_retry`, `retry_interval_sec` |
|
|
1090
|
+
| `Kafka` | `KafkaAttributes` | `bootstrap_servers`, `topic_name`, `compression_type`, `batch_size`, `linger_ms`, `max_message_bytes`, `timeout_sec`, `max_retry`, `retry_interval_sec`, `username?`, `password?`, `protocol?`, `mechanisms?` |
|
|
1096
1091
|
|
|
1097
1092
|
Wrapper naming per language:
|
|
1098
1093
|
|
|
@@ -1113,13 +1113,8 @@ Destinations are expressed via `DestinationAttributes`. Each variant wraps an at
|
|
|
1113
1113
|
| `Webhook` | `WebhookAttributes` | `url`, `max_retry`, `retry_interval_sec`, `post_timeout_sec`, `compression`, `security_token?` |
|
|
1114
1114
|
| `S3` | `S3Attributes` | `endpoint`, `access_key`, `secret_key`, `bucket`, `object_prefix`, `compression`, `file_type`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1115
1115
|
| `Azure` | `AzureAttributes` | `storage_account`, `sas_token`, `container`, `compression`, `file_type`, `max_retry`, `retry_interval_sec`, `blob_prefix?` |
|
|
1116
|
-
| `Postgres` | `PostgresAttributes` | `host`, `port`, `username`, `password`, `database`, `
|
|
1117
|
-
| `
|
|
1118
|
-
| `Mongo` | `MongoAttributes` | `connection_string`, `database`, `collection`, `max_retry`, `retry_interval_sec` |
|
|
1119
|
-
| `Clickhouse` | `ClickhouseAttributes` | `host`, `port`, `username`, `password`, `database`, `table`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1120
|
-
| `Snowflake` | `SnowflakeAttributes` | `account`, `warehouse`, `database`, `schema`, `table`, `username`, `private_key`, `max_retry`, `retry_interval_sec` |
|
|
1121
|
-
| `Kafka` | `KafkaAttributes` | `bootstrap_servers`, `topic`, `compression`, `max_retry`, `retry_interval_sec` |
|
|
1122
|
-
| `Redis` | `RedisAttributes` | `host`, `port`, `username`, `password`, `key`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1116
|
+
| `Postgres` | `PostgresAttributes` | `host`, `port`, `username`, `password`, `database`, `table_name`, `sslmode`, `max_retry`, `retry_interval_sec` |
|
|
1117
|
+
| `Kafka` | `KafkaAttributes` | `bootstrap_servers`, `topic_name`, `compression_type`, `batch_size`, `linger_ms`, `max_message_bytes`, `timeout_sec`, `max_retry`, `retry_interval_sec`, `username?`, `password?`, `protocol?`, `mechanisms?` |
|
|
1123
1118
|
|
|
1124
1119
|
Wrapper naming per language:
|
|
1125
1120
|
|
|
@@ -1062,13 +1062,8 @@ Destinations are expressed via `DestinationAttributes`. Each variant wraps an at
|
|
|
1062
1062
|
| `Webhook` | `WebhookAttributes` | `url`, `max_retry`, `retry_interval_sec`, `post_timeout_sec`, `compression`, `security_token?` |
|
|
1063
1063
|
| `S3` | `S3Attributes` | `endpoint`, `access_key`, `secret_key`, `bucket`, `object_prefix`, `compression`, `file_type`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1064
1064
|
| `Azure` | `AzureAttributes` | `storage_account`, `sas_token`, `container`, `compression`, `file_type`, `max_retry`, `retry_interval_sec`, `blob_prefix?` |
|
|
1065
|
-
| `Postgres` | `PostgresAttributes` | `host`, `port`, `username`, `password`, `database`, `
|
|
1066
|
-
| `
|
|
1067
|
-
| `Mongo` | `MongoAttributes` | `connection_string`, `database`, `collection`, `max_retry`, `retry_interval_sec` |
|
|
1068
|
-
| `Clickhouse` | `ClickhouseAttributes` | `host`, `port`, `username`, `password`, `database`, `table`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1069
|
-
| `Snowflake` | `SnowflakeAttributes` | `account`, `warehouse`, `database`, `schema`, `table`, `username`, `private_key`, `max_retry`, `retry_interval_sec` |
|
|
1070
|
-
| `Kafka` | `KafkaAttributes` | `bootstrap_servers`, `topic`, `compression`, `max_retry`, `retry_interval_sec` |
|
|
1071
|
-
| `Redis` | `RedisAttributes` | `host`, `port`, `username`, `password`, `key`, `max_retry`, `retry_interval_sec`, `use_ssl?` |
|
|
1065
|
+
| `Postgres` | `PostgresAttributes` | `host`, `port`, `username`, `password`, `database`, `table_name`, `sslmode`, `max_retry`, `retry_interval_sec` |
|
|
1066
|
+
| `Kafka` | `KafkaAttributes` | `bootstrap_servers`, `topic_name`, `compression_type`, `batch_size`, `linger_ms`, `max_message_bytes`, `timeout_sec`, `max_retry`, `retry_interval_sec`, `username?`, `password?`, `protocol?`, `mechanisms?` |
|
|
1072
1067
|
|
|
1073
1068
|
Wrapper naming per language:
|
|
1074
1069
|
|
|
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.0a30 → quicknode_sdk-0.1.1}/crates/core/src/admin/endpoint_rate_limits.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
|