@iota/graphql-transport 0.16.0 → 0.18.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,14 +87,12 @@ __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) => {
95
94
  AddressTransactionBlockRelationship2["Recv"] = "RECV";
96
95
  AddressTransactionBlockRelationship2["Sent"] = "SENT";
97
- AddressTransactionBlockRelationship2["Sign"] = "SIGN";
98
96
  return AddressTransactionBlockRelationship2;
99
97
  })(AddressTransactionBlockRelationship || {});
100
98
  var ExecutionStatus = /* @__PURE__ */ ((ExecutionStatus2) => {
@@ -131,7 +129,6 @@ var NameFormat = /* @__PURE__ */ ((NameFormat2) => {
131
129
  var ObjectKind = /* @__PURE__ */ ((ObjectKind2) => {
132
130
  ObjectKind2["Indexed"] = "INDEXED";
133
131
  ObjectKind2["NotIndexed"] = "NOT_INDEXED";
134
- ObjectKind2["WrappedOrDeleted"] = "WRAPPED_OR_DELETED";
135
132
  return ObjectKind2;
136
133
  })(ObjectKind || {});
137
134
  var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {
@@ -141,7 +138,6 @@ var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {
141
138
  return StakeStatus2;
142
139
  })(StakeStatus || {});
143
140
  var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) => {
144
- TransactionBlockKindInput2["AuthenticatorStateUpdateV1"] = "AUTHENTICATOR_STATE_UPDATE_V1";
145
141
  TransactionBlockKindInput2["ConsensusCommitPrologueV1"] = "CONSENSUS_COMMIT_PROLOGUE_V1";
146
142
  TransactionBlockKindInput2["EndOfEpochTx"] = "END_OF_EPOCH_TX";
147
143
  TransactionBlockKindInput2["Genesis"] = "GENESIS";
@@ -150,11 +146,6 @@ var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) =>
150
146
  TransactionBlockKindInput2["SystemTx"] = "SYSTEM_TX";
151
147
  return TransactionBlockKindInput2;
152
148
  })(TransactionBlockKindInput || {});
153
- var ZkLoginIntentScope = /* @__PURE__ */ ((ZkLoginIntentScope2) => {
154
- ZkLoginIntentScope2["PersonalMessage"] = "PERSONAL_MESSAGE";
155
- ZkLoginIntentScope2["TransactionData"] = "TRANSACTION_DATA";
156
- return ZkLoginIntentScope2;
157
- })(ZkLoginIntentScope || {});
158
149
  class TypedDocumentString extends String {
159
150
  constructor(value, __meta__) {
160
151
  super(value);