@iota/graphql-transport 0.16.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 +18 -0
- package/dist/cjs/generated/queries.d.ts +30 -132
- package/dist/cjs/generated/queries.d.ts.map +1 -1
- package/dist/cjs/generated/queries.js +1 -8
- package/dist/cjs/generated/queries.js.map +3 -3
- 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 +30 -132
- package/dist/esm/generated/queries.d.ts.map +1 -1
- package/dist/esm/generated/queries.js +1 -8
- package/dist/esm/generated/queries.js.map +3 -3
- 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 +6 -6
|
@@ -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);
|
|
@@ -3130,7 +3124,6 @@ export {
|
|
|
3130
3124
|
TransactionBlocksByDigestsDocument,
|
|
3131
3125
|
TryGetPastObjectDocument,
|
|
3132
3126
|
TypedDocumentString,
|
|
3133
|
-
ViewDocument
|
|
3134
|
-
ZkLoginIntentScope
|
|
3127
|
+
ViewDocument
|
|
3135
3128
|
};
|
|
3136
3129
|
//# sourceMappingURL=queries.js.map
|