everscale-client-ruby 1.1.43 → 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: 2aefe3210301515144c6f4302e4788c1f145341805663f5a100cfacce5990ed4
4
- data.tar.gz: 7dc12fd1d4e919dfd47d505c17913e99da16f987cc7af19340c9355c1cc81897
3
+ metadata.gz: 87ef2dee945936c8477d06c0e0dabbee92cc96ca9939eae4e0cf5bb89cab063f
4
+ data.tar.gz: '0649026d6e877d3e09c01aae5fe2e4280363c01843832fdaa59967c7b159ae21'
5
5
  SHA512:
6
- metadata.gz: bbb3f882bf2a878187b91cb1a87391eaa5ab7339280899f3c74254e13e68fe363eca05f154b35bd5123bae347c6dfc37c9d96317196eb17d25851be16cf245e6
7
- data.tar.gz: 2669d48d4d0fe9f840c774c61279357ebd74ff01bb960e1a0c20ecaa5bb172dadda9f2e67212f8794c4f027a6e9238f9e9bafe8f553922c4c9b8596374d9dd2f
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
  }
@@ -1,4 +1,4 @@
1
1
  module TonClient
2
- VERSION = "1.1.43"
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.43
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