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