everscale-client-ruby 1.1.23 → 1.1.25
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/lib/code_generator/api.json +31 -1
- data/lib/everscale-client-ruby/version.rb +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: 158aeb32c2b00284f9e6b1020b4f5eea3c48a3749c058c04aa06a89ed57172d2
|
|
4
|
+
data.tar.gz: 10197b9bfaae08cda1555db0837cbfca2b126a7bb530556c821bdca2df08f486
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a880fbff049be8ef712b6ef936f75daff9d3f01bea6941df2a2efdc8968d0d38682539509ced93db7707564b21d3cc34161dde4dd97351eca599d90d3b82d0e6
|
|
7
|
+
data.tar.gz: 73ff2c654aae026a73176b7269faec9ea66dfdc971c62c53a80a697d993c2be463acdf24546c442d4e0c359559492fb45094845d59c22bf2ea29724be28675be
|
data/lib/code_generator/api.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.32.0",
|
|
3
3
|
"modules": [
|
|
4
4
|
{
|
|
5
5
|
"name": "client",
|
|
@@ -501,6 +501,16 @@
|
|
|
501
501
|
"summary": "Default timeout for http requests.",
|
|
502
502
|
"description": "Is is used when no timeout specified for the request to limit the answer waiting time. If no answer received during the timeout requests ends with\nerror.\n\nMust be specified in milliseconds. Default is 60000 (1 min)."
|
|
503
503
|
},
|
|
504
|
+
{
|
|
505
|
+
"name": "queries_protocol",
|
|
506
|
+
"type": "Optional",
|
|
507
|
+
"optional_inner": {
|
|
508
|
+
"type": "Ref",
|
|
509
|
+
"ref_name": "client.NetworkQueriesProtocol"
|
|
510
|
+
},
|
|
511
|
+
"summary": "Queries protocol.",
|
|
512
|
+
"description": "`HTTP` or `WS`. \nDefault is `HTTP`."
|
|
513
|
+
},
|
|
504
514
|
{
|
|
505
515
|
"name": "access_key",
|
|
506
516
|
"type": "Optional",
|
|
@@ -514,6 +524,26 @@
|
|
|
514
524
|
"summary": null,
|
|
515
525
|
"description": null
|
|
516
526
|
},
|
|
527
|
+
{
|
|
528
|
+
"name": "NetworkQueriesProtocol",
|
|
529
|
+
"type": "EnumOfConsts",
|
|
530
|
+
"enum_consts": [
|
|
531
|
+
{
|
|
532
|
+
"name": "HTTP",
|
|
533
|
+
"type": "None",
|
|
534
|
+
"summary": "Each GraphQL query uses separate HTTP request.",
|
|
535
|
+
"description": null
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "WS",
|
|
539
|
+
"type": "None",
|
|
540
|
+
"summary": "All GraphQL queries will be served using single web socket connection.",
|
|
541
|
+
"description": null
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"summary": "Network protocol used to perform GraphQL queries.",
|
|
545
|
+
"description": null
|
|
546
|
+
},
|
|
517
547
|
{
|
|
518
548
|
"name": "CryptoConfig",
|
|
519
549
|
"type": "Struct",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: everscale-client-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nerzh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|