@iota/graphql-transport 0.15.0 → 0.17.0
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.
- package/CHANGELOG.md +33 -0
- package/dist/cjs/generated/queries.d.ts +45 -133
- package/dist/cjs/generated/queries.d.ts.map +1 -1
- package/dist/cjs/generated/queries.js +5 -8
- package/dist/cjs/generated/queries.js.map +3 -3
- package/dist/cjs/mappers/transaction-block.d.ts.map +1 -1
- package/dist/cjs/mappers/transaction-block.js +16 -1
- package/dist/cjs/mappers/transaction-block.js.map +2 -2
- package/dist/cjs/mappers/validator.d.ts.map +1 -1
- package/dist/cjs/mappers/validator.js +1 -0
- package/dist/cjs/mappers/validator.js.map +2 -2
- package/dist/cjs/methods.d.ts.map +1 -1
- package/dist/cjs/methods.js +0 -3
- package/dist/cjs/methods.js.map +2 -2
- package/dist/esm/generated/queries.d.ts +45 -133
- package/dist/esm/generated/queries.d.ts.map +1 -1
- package/dist/esm/generated/queries.js +5 -8
- package/dist/esm/generated/queries.js.map +3 -3
- package/dist/esm/mappers/transaction-block.d.ts.map +1 -1
- package/dist/esm/mappers/transaction-block.js +16 -1
- package/dist/esm/mappers/transaction-block.js.map +2 -2
- package/dist/esm/mappers/validator.d.ts.map +1 -1
- package/dist/esm/mappers/validator.js +1 -0
- package/dist/esm/mappers/validator.js.map +2 -2
- package/dist/esm/methods.d.ts.map +1 -1
- package/dist/esm/methods.js +0 -3
- package/dist/esm/methods.js.map +2 -2
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
|
@@ -87,8 +87,7 @@ __export(queries_exports, {
|
|
|
87
87
|
TransactionBlocksByDigestsDocument: () => TransactionBlocksByDigestsDocument,
|
|
88
88
|
TryGetPastObjectDocument: () => TryGetPastObjectDocument,
|
|
89
89
|
TypedDocumentString: () => TypedDocumentString,
|
|
90
|
-
ViewDocument: () => ViewDocument
|
|
91
|
-
ZkLoginIntentScope: () => ZkLoginIntentScope
|
|
90
|
+
ViewDocument: () => ViewDocument
|
|
92
91
|
});
|
|
93
92
|
module.exports = __toCommonJS(queries_exports);
|
|
94
93
|
var AddressTransactionBlockRelationship = /* @__PURE__ */ ((AddressTransactionBlockRelationship2) => {
|
|
@@ -141,7 +140,6 @@ var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {
|
|
|
141
140
|
return StakeStatus2;
|
|
142
141
|
})(StakeStatus || {});
|
|
143
142
|
var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) => {
|
|
144
|
-
TransactionBlockKindInput2["AuthenticatorStateUpdateV1"] = "AUTHENTICATOR_STATE_UPDATE_V1";
|
|
145
143
|
TransactionBlockKindInput2["ConsensusCommitPrologueV1"] = "CONSENSUS_COMMIT_PROLOGUE_V1";
|
|
146
144
|
TransactionBlockKindInput2["EndOfEpochTx"] = "END_OF_EPOCH_TX";
|
|
147
145
|
TransactionBlockKindInput2["Genesis"] = "GENESIS";
|
|
@@ -150,11 +148,6 @@ var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) =>
|
|
|
150
148
|
TransactionBlockKindInput2["SystemTx"] = "SYSTEM_TX";
|
|
151
149
|
return TransactionBlockKindInput2;
|
|
152
150
|
})(TransactionBlockKindInput || {});
|
|
153
|
-
var ZkLoginIntentScope = /* @__PURE__ */ ((ZkLoginIntentScope2) => {
|
|
154
|
-
ZkLoginIntentScope2["PersonalMessage"] = "PERSONAL_MESSAGE";
|
|
155
|
-
ZkLoginIntentScope2["TransactionData"] = "TRANSACTION_DATA";
|
|
156
|
-
return ZkLoginIntentScope2;
|
|
157
|
-
})(ZkLoginIntentScope || {});
|
|
158
151
|
class TypedDocumentString extends String {
|
|
159
152
|
constructor(value, __meta__) {
|
|
160
153
|
super(value);
|
|
@@ -257,6 +250,7 @@ const Rpc_Validator_FieldsFragmentDoc = new TypedDocumentString(`
|
|
|
257
250
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
258
251
|
atRisk
|
|
259
252
|
commissionRate
|
|
253
|
+
effectiveCommissionRate
|
|
260
254
|
exchangeRatesSize
|
|
261
255
|
exchangeRatesTable {
|
|
262
256
|
address
|
|
@@ -1488,6 +1482,7 @@ const GetCurrentEpochDocument = new TypedDocumentString(`
|
|
|
1488
1482
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
1489
1483
|
atRisk
|
|
1490
1484
|
commissionRate
|
|
1485
|
+
effectiveCommissionRate
|
|
1491
1486
|
exchangeRatesSize
|
|
1492
1487
|
exchangeRatesTable {
|
|
1493
1488
|
address
|
|
@@ -1560,6 +1555,7 @@ const PaginateEpochValidatorsDocument = new TypedDocumentString(`
|
|
|
1560
1555
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
1561
1556
|
atRisk
|
|
1562
1557
|
commissionRate
|
|
1558
|
+
effectiveCommissionRate
|
|
1563
1559
|
exchangeRatesSize
|
|
1564
1560
|
exchangeRatesTable {
|
|
1565
1561
|
address
|
|
@@ -1797,6 +1793,7 @@ const GetLatestIotaSystemStateDocument = new TypedDocumentString(`
|
|
|
1797
1793
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
1798
1794
|
atRisk
|
|
1799
1795
|
commissionRate
|
|
1796
|
+
effectiveCommissionRate
|
|
1800
1797
|
exchangeRatesSize
|
|
1801
1798
|
exchangeRatesTable {
|
|
1802
1799
|
address
|