@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.
@@ -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