quicknode-sdk 0.1.0a17__tar.gz → 0.1.0a24__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.0a17 → quicknode_sdk-0.1.0a24}/Cargo.lock +52 -31
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/Cargo.toml +3 -3
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/PKG-INFO +1 -1
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/Cargo.toml +1 -1
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/streams/stream.rs +8 -16
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/pyproject.toml +1 -1
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/LICENSE +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/LICENSE +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/README.md +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/examples/admin.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/examples/admin_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/examples/kvstore_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/examples/streams.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/examples/streams_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/examples/webhooks_e2e.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/billing.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/bulk.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/chains.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/endpoint_metrics.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/endpoint_rate_limits.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/endpoint_security.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/endpoint_urls.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/endpoints.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/logs.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/mod.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/tags.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/teams.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/usage.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/config.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/kvstore/mod.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/streams/mod.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/webhooks/mod.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/webhooks/webhook.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/python/Cargo.toml +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/python/src/errors.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/python/src/lib.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/python/src/streams_destination.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/crates/python/src/webhooks_template.rs +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/python/README.md +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/python/sdk/__init__.py +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/python/sdk/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/python/sdk/_core/__init__.pyi +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/python/sdk/init_manual_override.pyi +0 -0
- {quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/python/sdk/py.typed +0 -0
|
@@ -220,7 +220,7 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
|
220
220
|
dependencies = [
|
|
221
221
|
"glob",
|
|
222
222
|
"libc",
|
|
223
|
-
"libloading",
|
|
223
|
+
"libloading 0.8.9",
|
|
224
224
|
]
|
|
225
225
|
|
|
226
226
|
[[package]]
|
|
@@ -249,7 +249,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
249
249
|
checksum = "f316c6237b2d38be61949ecd15268a4c6ca32570079394a2444d9ce2c72a72d8"
|
|
250
250
|
dependencies = [
|
|
251
251
|
"async-trait",
|
|
252
|
-
"convert_case",
|
|
252
|
+
"convert_case 0.6.0",
|
|
253
253
|
"json5",
|
|
254
254
|
"pathdiff",
|
|
255
255
|
"ron",
|
|
@@ -291,6 +291,15 @@ dependencies = [
|
|
|
291
291
|
"unicode-segmentation",
|
|
292
292
|
]
|
|
293
293
|
|
|
294
|
+
[[package]]
|
|
295
|
+
name = "convert_case"
|
|
296
|
+
version = "0.11.0"
|
|
297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
298
|
+
checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
|
|
299
|
+
dependencies = [
|
|
300
|
+
"unicode-segmentation",
|
|
301
|
+
]
|
|
302
|
+
|
|
294
303
|
[[package]]
|
|
295
304
|
name = "core-foundation"
|
|
296
305
|
version = "0.10.1"
|
|
@@ -334,13 +343,9 @@ dependencies = [
|
|
|
334
343
|
|
|
335
344
|
[[package]]
|
|
336
345
|
name = "ctor"
|
|
337
|
-
version = "0.
|
|
346
|
+
version = "1.0.6"
|
|
338
347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "
|
|
340
|
-
dependencies = [
|
|
341
|
-
"quote",
|
|
342
|
-
"syn",
|
|
343
|
-
]
|
|
348
|
+
checksum = "6d765eb1c0bda10d31e0ea185f5ee15da532d60b0912d2bd1441783439e749c5"
|
|
344
349
|
|
|
345
350
|
[[package]]
|
|
346
351
|
name = "darling"
|
|
@@ -1132,6 +1137,16 @@ dependencies = [
|
|
|
1132
1137
|
"windows-link",
|
|
1133
1138
|
]
|
|
1134
1139
|
|
|
1140
|
+
[[package]]
|
|
1141
|
+
name = "libloading"
|
|
1142
|
+
version = "0.9.0"
|
|
1143
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1144
|
+
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
|
|
1145
|
+
dependencies = [
|
|
1146
|
+
"cfg-if",
|
|
1147
|
+
"windows-link",
|
|
1148
|
+
]
|
|
1149
|
+
|
|
1135
1150
|
[[package]]
|
|
1136
1151
|
name = "litemap"
|
|
1137
1152
|
version = "0.8.2"
|
|
@@ -1223,15 +1238,17 @@ dependencies = [
|
|
|
1223
1238
|
|
|
1224
1239
|
[[package]]
|
|
1225
1240
|
name = "napi"
|
|
1226
|
-
version = "
|
|
1241
|
+
version = "3.9.0"
|
|
1227
1242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1228
|
-
checksum = "
|
|
1243
|
+
checksum = "f1d395473824516f38dd1071a1a37bc57daa7be65b293ebba4ead5f7abb017a2"
|
|
1229
1244
|
dependencies = [
|
|
1230
1245
|
"bitflags",
|
|
1231
1246
|
"ctor",
|
|
1232
|
-
"
|
|
1247
|
+
"futures",
|
|
1248
|
+
"napi-build",
|
|
1233
1249
|
"napi-sys",
|
|
1234
|
-
"
|
|
1250
|
+
"nohash-hasher",
|
|
1251
|
+
"rustc-hash 2.1.2",
|
|
1235
1252
|
"serde",
|
|
1236
1253
|
"serde_json",
|
|
1237
1254
|
"tokio",
|
|
@@ -1245,12 +1262,12 @@ checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
|
|
|
1245
1262
|
|
|
1246
1263
|
[[package]]
|
|
1247
1264
|
name = "napi-derive"
|
|
1248
|
-
version = "
|
|
1265
|
+
version = "3.5.6"
|
|
1249
1266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1250
|
-
checksum = "
|
|
1267
|
+
checksum = "89b3f766e04667e6da0e181e2da4f85475d5a6513b7cf6a80bea184e224a5b42"
|
|
1251
1268
|
dependencies = [
|
|
1252
|
-
"
|
|
1253
|
-
"
|
|
1269
|
+
"convert_case 0.11.0",
|
|
1270
|
+
"ctor",
|
|
1254
1271
|
"napi-derive-backend",
|
|
1255
1272
|
"proc-macro2",
|
|
1256
1273
|
"quote",
|
|
@@ -1259,26 +1276,24 @@ dependencies = [
|
|
|
1259
1276
|
|
|
1260
1277
|
[[package]]
|
|
1261
1278
|
name = "napi-derive-backend"
|
|
1262
|
-
version = "
|
|
1279
|
+
version = "5.0.4"
|
|
1263
1280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1264
|
-
checksum = "
|
|
1281
|
+
checksum = "0d5af30503edf933ce7377cf6d4c877a62b0f1107ea05585f1b5e430e88d5baf"
|
|
1265
1282
|
dependencies = [
|
|
1266
|
-
"convert_case",
|
|
1267
|
-
"once_cell",
|
|
1283
|
+
"convert_case 0.11.0",
|
|
1268
1284
|
"proc-macro2",
|
|
1269
1285
|
"quote",
|
|
1270
|
-
"regex",
|
|
1271
1286
|
"semver",
|
|
1272
1287
|
"syn",
|
|
1273
1288
|
]
|
|
1274
1289
|
|
|
1275
1290
|
[[package]]
|
|
1276
1291
|
name = "napi-sys"
|
|
1277
|
-
version = "2.
|
|
1292
|
+
version = "3.2.1"
|
|
1278
1293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
|
-
checksum = "
|
|
1294
|
+
checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b"
|
|
1280
1295
|
dependencies = [
|
|
1281
|
-
"libloading",
|
|
1296
|
+
"libloading 0.9.0",
|
|
1282
1297
|
]
|
|
1283
1298
|
|
|
1284
1299
|
[[package]]
|
|
@@ -1296,6 +1311,12 @@ dependencies = [
|
|
|
1296
1311
|
"rawpointer",
|
|
1297
1312
|
]
|
|
1298
1313
|
|
|
1314
|
+
[[package]]
|
|
1315
|
+
name = "nohash-hasher"
|
|
1316
|
+
version = "0.2.0"
|
|
1317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
+
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
1319
|
+
|
|
1299
1320
|
[[package]]
|
|
1300
1321
|
name = "nom"
|
|
1301
1322
|
version = "7.1.3"
|
|
@@ -1679,7 +1700,7 @@ dependencies = [
|
|
|
1679
1700
|
|
|
1680
1701
|
[[package]]
|
|
1681
1702
|
name = "quicknode-sdk"
|
|
1682
|
-
version = "0.1.0-alpha.
|
|
1703
|
+
version = "0.1.0-alpha.24"
|
|
1683
1704
|
dependencies = [
|
|
1684
1705
|
"bon",
|
|
1685
1706
|
"config",
|
|
@@ -2156,7 +2177,7 @@ dependencies = [
|
|
|
2156
2177
|
|
|
2157
2178
|
[[package]]
|
|
2158
2179
|
name = "sdk-node"
|
|
2159
|
-
version = "0.1.0-alpha.
|
|
2180
|
+
version = "0.1.0-alpha.24"
|
|
2160
2181
|
dependencies = [
|
|
2161
2182
|
"napi",
|
|
2162
2183
|
"napi-build",
|
|
@@ -2168,7 +2189,7 @@ dependencies = [
|
|
|
2168
2189
|
|
|
2169
2190
|
[[package]]
|
|
2170
2191
|
name = "sdk-python"
|
|
2171
|
-
version = "0.1.0-alpha.
|
|
2192
|
+
version = "0.1.0-alpha.24"
|
|
2172
2193
|
dependencies = [
|
|
2173
2194
|
"pyo3",
|
|
2174
2195
|
"pyo3-async-runtimes",
|
|
@@ -2179,7 +2200,7 @@ dependencies = [
|
|
|
2179
2200
|
|
|
2180
2201
|
[[package]]
|
|
2181
2202
|
name = "sdk-python-stubs"
|
|
2182
|
-
version = "0.1.0-alpha.
|
|
2203
|
+
version = "0.1.0-alpha.24"
|
|
2183
2204
|
dependencies = [
|
|
2184
2205
|
"pyo3-stub-gen",
|
|
2185
2206
|
"sdk-python",
|
|
@@ -2187,7 +2208,7 @@ dependencies = [
|
|
|
2187
2208
|
|
|
2188
2209
|
[[package]]
|
|
2189
2210
|
name = "sdk-ruby"
|
|
2190
|
-
version = "0.1.0-alpha.
|
|
2211
|
+
version = "0.1.0-alpha.24"
|
|
2191
2212
|
dependencies = [
|
|
2192
2213
|
"magnus",
|
|
2193
2214
|
"quicknode-sdk",
|
|
@@ -2286,9 +2307,9 @@ dependencies = [
|
|
|
2286
2307
|
|
|
2287
2308
|
[[package]]
|
|
2288
2309
|
name = "serde_json"
|
|
2289
|
-
version = "1.0.
|
|
2310
|
+
version = "1.0.150"
|
|
2290
2311
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2291
|
-
checksum = "
|
|
2312
|
+
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
2292
2313
|
dependencies = [
|
|
2293
2314
|
"itoa",
|
|
2294
2315
|
"memchr",
|
|
@@ -3,7 +3,7 @@ resolver = "2"
|
|
|
3
3
|
members = ["crates/core", "crates/python"]
|
|
4
4
|
|
|
5
5
|
[workspace.package]
|
|
6
|
-
version = "0.1.0-alpha.
|
|
6
|
+
version = "0.1.0-alpha.24"
|
|
7
7
|
edition = "2021"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
|
|
@@ -20,7 +20,7 @@ needless_pass_by_value = "warn"
|
|
|
20
20
|
[workspace.dependencies]
|
|
21
21
|
pyo3 = { version = "0.27", features = ["experimental-async"] }
|
|
22
22
|
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"] }
|
|
23
|
-
napi = { version = "
|
|
24
|
-
napi-derive = { version = "
|
|
23
|
+
napi = { version = "3", features = ["async", "tokio_rt", "compat-mode"] }
|
|
24
|
+
napi-derive = { version = "3", features = ["compat-mode"] }
|
|
25
25
|
pyo3-stub-gen = { version = "0.19.0" }
|
|
26
26
|
magnus = { version = "0.8" }
|
|
@@ -20,8 +20,7 @@ where
|
|
|
20
20
|
|
|
21
21
|
/// Geographic region where a stream runs.
|
|
22
22
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
23
|
-
#[
|
|
24
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
23
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
25
24
|
#[serde(rename_all = "snake_case")]
|
|
26
25
|
pub enum StreamRegion {
|
|
27
26
|
UsaEast,
|
|
@@ -31,8 +30,7 @@ pub enum StreamRegion {
|
|
|
31
30
|
|
|
32
31
|
/// Type of on-chain data a stream delivers (blocks, transactions, logs, etc.).
|
|
33
32
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
34
|
-
#[
|
|
35
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
33
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
36
34
|
#[serde(rename_all = "snake_case")]
|
|
37
35
|
pub enum StreamDataset {
|
|
38
36
|
Block,
|
|
@@ -57,8 +55,7 @@ pub enum StreamDataset {
|
|
|
57
55
|
|
|
58
56
|
/// Destination kind a stream delivers to (webhook, S3, Postgres, etc.).
|
|
59
57
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
60
|
-
#[
|
|
61
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
58
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
62
59
|
#[serde(rename_all = "snake_case")]
|
|
63
60
|
pub enum StreamDestination {
|
|
64
61
|
Webhook,
|
|
@@ -70,8 +67,7 @@ pub enum StreamDestination {
|
|
|
70
67
|
|
|
71
68
|
/// Language a stream's filter function is written in.
|
|
72
69
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
73
|
-
#[
|
|
74
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
70
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
75
71
|
#[serde(rename_all = "snake_case")]
|
|
76
72
|
pub enum FilterLanguage {
|
|
77
73
|
Javascript,
|
|
@@ -81,8 +77,7 @@ pub enum FilterLanguage {
|
|
|
81
77
|
|
|
82
78
|
/// Where stream metadata is included in delivered payloads.
|
|
83
79
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
84
|
-
#[
|
|
85
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
80
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
86
81
|
#[serde(rename_all = "snake_case")]
|
|
87
82
|
pub enum StreamMetadataLocation {
|
|
88
83
|
Body,
|
|
@@ -92,8 +87,7 @@ pub enum StreamMetadataLocation {
|
|
|
92
87
|
|
|
93
88
|
/// Billing product type the stream is associated with.
|
|
94
89
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
95
|
-
#[
|
|
96
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
90
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
97
91
|
#[serde(rename_all = "snake_case")]
|
|
98
92
|
pub enum ProductType {
|
|
99
93
|
Stream,
|
|
@@ -102,8 +96,7 @@ pub enum ProductType {
|
|
|
102
96
|
|
|
103
97
|
/// Operational state of a stream.
|
|
104
98
|
#[cfg_attr(feature = "node", napi(string_enum))]
|
|
105
|
-
#[
|
|
106
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
99
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
107
100
|
#[serde(rename_all = "snake_case")]
|
|
108
101
|
pub enum StreamStatus {
|
|
109
102
|
Active,
|
|
@@ -797,8 +790,7 @@ pub struct UpdateStreamParams {
|
|
|
797
790
|
|
|
798
791
|
/// Parameters for `test_filter`.
|
|
799
792
|
#[cfg_attr(feature = "node", napi(object))]
|
|
800
|
-
#[
|
|
801
|
-
#[derive(Debug, Serialize, Deserialize)]
|
|
793
|
+
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
802
794
|
pub struct TestFilterParams {
|
|
803
795
|
/// Blockchain network to run the test against (e.g. `ethereum-mainnet`).
|
|
804
796
|
pub network: String,
|
|
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.0a17 → quicknode_sdk-0.1.0a24}/crates/core/src/admin/endpoint_rate_limits.rs
RENAMED
|
File without changes
|
{quicknode_sdk-0.1.0a17 → quicknode_sdk-0.1.0a24}/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
|