everscale-client-ruby 1.1.42 → 1.1.44

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7783cddc1db07229987c81c69eb72463475588e0a9400dec911e90ec763fec58
4
- data.tar.gz: b71007d082e0a73a3ffd1e22fee985eb91e92a50f73e4d92a91f233860de1880
3
+ metadata.gz: 87ef2dee945936c8477d06c0e0dabbee92cc96ca9939eae4e0cf5bb89cab063f
4
+ data.tar.gz: '0649026d6e877d3e09c01aae5fe2e4280363c01843832fdaa59967c7b159ae21'
5
5
  SHA512:
6
- metadata.gz: 80d51a8761a26138d819e028bc4b927f74d04588546b4764e81ef5fb78b92dfba28c9a9d1884806a6376b724e20b3f6b2d4561f2413dc3a0ca11a305073a0bc4
7
- data.tar.gz: ed653ee71b16363f2cfd47d731b6dbf069fb293df7ba978bdf0e69600a51fc2000d665623107e435bc966bf2257d1a14aebcf2ba6ec7ceefdd42c087e3e68cf0
6
+ metadata.gz: d2fdd97074097786bcef90bd14c9016592253b8317786557d4a2cfa96232633b429d9e675835463959ae45bda279c4154846a7d28385eec8bcbb12f9bb90b926
7
+ data.tar.gz: 3d1747266b06dda00fa3761782318011c94c0d8889aa1f92f3ebc34938779f095ddeccd8a10998a5b63879554f105e9531aa7ae13b11887107dacb9f756ad652
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.37.1",
2
+ "version": "1.37.2",
3
3
  "modules": [
4
4
  {
5
5
  "name": "client",
@@ -540,7 +540,7 @@
540
540
  "type": "String"
541
541
  },
542
542
  "summary": "Access key to GraphQL API.",
543
- "description": "You can specify here Evercloud project secret ot serialized JWT."
543
+ "description": "You can specify here Basic Auth secret (Evercloud project secret) in hex string\nor serialized JWT in base64 string.\nWill be passed on as Authorization: Basic ... or Authorization: Bearer ... header."
544
544
  }
545
545
  ],
546
546
  "summary": null,
@@ -1310,29 +1310,61 @@
1310
1310
  "enum_types": [
1311
1311
  {
1312
1312
  "name": "AES",
1313
- "type": "Ref",
1314
- "ref_name": "crypto.AesParamsEB",
1313
+ "type": "Struct",
1314
+ "struct_fields": [
1315
+ {
1316
+ "name": "value",
1317
+ "type": "Ref",
1318
+ "ref_name": "crypto.AesParamsEB",
1319
+ "summary": null,
1320
+ "description": null
1321
+ }
1322
+ ],
1315
1323
  "summary": null,
1316
1324
  "description": null
1317
1325
  },
1318
1326
  {
1319
1327
  "name": "ChaCha20",
1320
- "type": "Ref",
1321
- "ref_name": "crypto.ChaCha20ParamsEB",
1328
+ "type": "Struct",
1329
+ "struct_fields": [
1330
+ {
1331
+ "name": "value",
1332
+ "type": "Ref",
1333
+ "ref_name": "crypto.ChaCha20ParamsEB",
1334
+ "summary": null,
1335
+ "description": null
1336
+ }
1337
+ ],
1322
1338
  "summary": null,
1323
1339
  "description": null
1324
1340
  },
1325
1341
  {
1326
1342
  "name": "NaclBox",
1327
- "type": "Ref",
1328
- "ref_name": "crypto.NaclBoxParamsEB",
1343
+ "type": "Struct",
1344
+ "struct_fields": [
1345
+ {
1346
+ "name": "value",
1347
+ "type": "Ref",
1348
+ "ref_name": "crypto.NaclBoxParamsEB",
1349
+ "summary": null,
1350
+ "description": null
1351
+ }
1352
+ ],
1329
1353
  "summary": null,
1330
1354
  "description": null
1331
1355
  },
1332
1356
  {
1333
1357
  "name": "NaclSecretBox",
1334
- "type": "Ref",
1335
- "ref_name": "crypto.NaclSecretBoxParamsEB",
1358
+ "type": "Struct",
1359
+ "struct_fields": [
1360
+ {
1361
+ "name": "value",
1362
+ "type": "Ref",
1363
+ "ref_name": "crypto.NaclSecretBoxParamsEB",
1364
+ "summary": null,
1365
+ "description": null
1366
+ }
1367
+ ],
1336
1368
  "summary": null,
1337
1369
  "description": null
1338
1370
  }
@@ -1588,22 +1620,46 @@
1588
1620
  "enum_types": [
1589
1621
  {
1590
1622
  "name": "ChaCha20",
1591
- "type": "Ref",
1592
- "ref_name": "crypto.ChaCha20ParamsCB",
1623
+ "type": "Struct",
1624
+ "struct_fields": [
1625
+ {
1626
+ "name": "value",
1627
+ "type": "Ref",
1628
+ "ref_name": "crypto.ChaCha20ParamsCB",
1629
+ "summary": null,
1630
+ "description": null
1631
+ }
1632
+ ],
1593
1633
  "summary": null,
1594
1634
  "description": null
1595
1635
  },
1596
1636
  {
1597
1637
  "name": "NaclBox",
1598
- "type": "Ref",
1599
- "ref_name": "crypto.NaclBoxParamsCB",
1638
+ "type": "Struct",
1639
+ "struct_fields": [
1640
+ {
1641
+ "name": "value",
1642
+ "type": "Ref",
1643
+ "ref_name": "crypto.NaclBoxParamsCB",
1644
+ "summary": null,
1645
+ "description": null
1646
+ }
1647
+ ],
1600
1648
  "summary": null,
1601
1649
  "description": null
1602
1650
  },
1603
1651
  {
1604
1652
  "name": "NaclSecretBox",
1605
- "type": "Ref",
1606
- "ref_name": "crypto.NaclSecretBoxParamsCB",
1653
+ "type": "Struct",
1654
+ "struct_fields": [
1655
+ {
1656
+ "name": "value",
1657
+ "type": "Ref",
1658
+ "ref_name": "crypto.NaclSecretBoxParamsCB",
1659
+ "summary": null,
1660
+ "description": null
1661
+ }
1662
+ ],
1607
1663
  "summary": null,
1608
1664
  "description": null
1609
1665
  }
@@ -195,7 +195,7 @@ cd everscale-client-ruby\n
195
195
  content.gsub(/<Optional>/i, '&lt;Optional&gt;')
196
196
  content.gsub(/(```ruby[\s\S]+?)&lt;Optional&gt;([\s\S]+?)```/, '\1<Optional>\2```')
197
197
  content.gsub!(/ +# +# +/, " ")
198
- content.gsub!(/ +# +/, '. ')
198
+ # content.gsub!(/ +# +/, '. ')
199
199
  end
200
200
 
201
201
  def customTypes
@@ -1,4 +1,4 @@
1
1
  module TonClient
2
- VERSION = "1.1.42"
2
+ VERSION = "1.1.44"
3
3
  end
4
4
 
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.42
4
+ version: 1.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - nerzh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-09 00:00:00.000000000 Z
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi