@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
|
@@ -48,7 +48,6 @@ var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {
|
|
|
48
48
|
return StakeStatus2;
|
|
49
49
|
})(StakeStatus || {});
|
|
50
50
|
var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) => {
|
|
51
|
-
TransactionBlockKindInput2["AuthenticatorStateUpdateV1"] = "AUTHENTICATOR_STATE_UPDATE_V1";
|
|
52
51
|
TransactionBlockKindInput2["ConsensusCommitPrologueV1"] = "CONSENSUS_COMMIT_PROLOGUE_V1";
|
|
53
52
|
TransactionBlockKindInput2["EndOfEpochTx"] = "END_OF_EPOCH_TX";
|
|
54
53
|
TransactionBlockKindInput2["Genesis"] = "GENESIS";
|
|
@@ -57,11 +56,6 @@ var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) =>
|
|
|
57
56
|
TransactionBlockKindInput2["SystemTx"] = "SYSTEM_TX";
|
|
58
57
|
return TransactionBlockKindInput2;
|
|
59
58
|
})(TransactionBlockKindInput || {});
|
|
60
|
-
var ZkLoginIntentScope = /* @__PURE__ */ ((ZkLoginIntentScope2) => {
|
|
61
|
-
ZkLoginIntentScope2["PersonalMessage"] = "PERSONAL_MESSAGE";
|
|
62
|
-
ZkLoginIntentScope2["TransactionData"] = "TRANSACTION_DATA";
|
|
63
|
-
return ZkLoginIntentScope2;
|
|
64
|
-
})(ZkLoginIntentScope || {});
|
|
65
59
|
class TypedDocumentString extends String {
|
|
66
60
|
constructor(value, __meta__) {
|
|
67
61
|
super(value);
|
|
@@ -164,6 +158,7 @@ const Rpc_Validator_FieldsFragmentDoc = new TypedDocumentString(`
|
|
|
164
158
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
165
159
|
atRisk
|
|
166
160
|
commissionRate
|
|
161
|
+
effectiveCommissionRate
|
|
167
162
|
exchangeRatesSize
|
|
168
163
|
exchangeRatesTable {
|
|
169
164
|
address
|
|
@@ -1395,6 +1390,7 @@ const GetCurrentEpochDocument = new TypedDocumentString(`
|
|
|
1395
1390
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
1396
1391
|
atRisk
|
|
1397
1392
|
commissionRate
|
|
1393
|
+
effectiveCommissionRate
|
|
1398
1394
|
exchangeRatesSize
|
|
1399
1395
|
exchangeRatesTable {
|
|
1400
1396
|
address
|
|
@@ -1467,6 +1463,7 @@ const PaginateEpochValidatorsDocument = new TypedDocumentString(`
|
|
|
1467
1463
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
1468
1464
|
atRisk
|
|
1469
1465
|
commissionRate
|
|
1466
|
+
effectiveCommissionRate
|
|
1470
1467
|
exchangeRatesSize
|
|
1471
1468
|
exchangeRatesTable {
|
|
1472
1469
|
address
|
|
@@ -1704,6 +1701,7 @@ const GetLatestIotaSystemStateDocument = new TypedDocumentString(`
|
|
|
1704
1701
|
fragment RPC_VALIDATOR_FIELDS on Validator {
|
|
1705
1702
|
atRisk
|
|
1706
1703
|
commissionRate
|
|
1704
|
+
effectiveCommissionRate
|
|
1707
1705
|
exchangeRatesSize
|
|
1708
1706
|
exchangeRatesTable {
|
|
1709
1707
|
address
|
|
@@ -3126,7 +3124,6 @@ export {
|
|
|
3126
3124
|
TransactionBlocksByDigestsDocument,
|
|
3127
3125
|
TryGetPastObjectDocument,
|
|
3128
3126
|
TypedDocumentString,
|
|
3129
|
-
ViewDocument
|
|
3130
|
-
ZkLoginIntentScope
|
|
3127
|
+
ViewDocument
|
|
3131
3128
|
};
|
|
3132
3129
|
//# sourceMappingURL=queries.js.map
|