@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.
@@ -1,7 +1,6 @@
1
1
  var AddressTransactionBlockRelationship = /* @__PURE__ */ ((AddressTransactionBlockRelationship2) => {
2
2
  AddressTransactionBlockRelationship2["Recv"] = "RECV";
3
3
  AddressTransactionBlockRelationship2["Sent"] = "SENT";
4
- AddressTransactionBlockRelationship2["Sign"] = "SIGN";
5
4
  return AddressTransactionBlockRelationship2;
6
5
  })(AddressTransactionBlockRelationship || {});
7
6
  var ExecutionStatus = /* @__PURE__ */ ((ExecutionStatus2) => {
@@ -38,7 +37,6 @@ var NameFormat = /* @__PURE__ */ ((NameFormat2) => {
38
37
  var ObjectKind = /* @__PURE__ */ ((ObjectKind2) => {
39
38
  ObjectKind2["Indexed"] = "INDEXED";
40
39
  ObjectKind2["NotIndexed"] = "NOT_INDEXED";
41
- ObjectKind2["WrappedOrDeleted"] = "WRAPPED_OR_DELETED";
42
40
  return ObjectKind2;
43
41
  })(ObjectKind || {});
44
42
  var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {
@@ -48,7 +46,6 @@ var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {
48
46
  return StakeStatus2;
49
47
  })(StakeStatus || {});
50
48
  var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) => {
51
- TransactionBlockKindInput2["AuthenticatorStateUpdateV1"] = "AUTHENTICATOR_STATE_UPDATE_V1";
52
49
  TransactionBlockKindInput2["ConsensusCommitPrologueV1"] = "CONSENSUS_COMMIT_PROLOGUE_V1";
53
50
  TransactionBlockKindInput2["EndOfEpochTx"] = "END_OF_EPOCH_TX";
54
51
  TransactionBlockKindInput2["Genesis"] = "GENESIS";
@@ -57,11 +54,6 @@ var TransactionBlockKindInput = /* @__PURE__ */ ((TransactionBlockKindInput2) =>
57
54
  TransactionBlockKindInput2["SystemTx"] = "SYSTEM_TX";
58
55
  return TransactionBlockKindInput2;
59
56
  })(TransactionBlockKindInput || {});
60
- var ZkLoginIntentScope = /* @__PURE__ */ ((ZkLoginIntentScope2) => {
61
- ZkLoginIntentScope2["PersonalMessage"] = "PERSONAL_MESSAGE";
62
- ZkLoginIntentScope2["TransactionData"] = "TRANSACTION_DATA";
63
- return ZkLoginIntentScope2;
64
- })(ZkLoginIntentScope || {});
65
57
  class TypedDocumentString extends String {
66
58
  constructor(value, __meta__) {
67
59
  super(value);
@@ -3130,7 +3122,6 @@ export {
3130
3122
  TransactionBlocksByDigestsDocument,
3131
3123
  TryGetPastObjectDocument,
3132
3124
  TypedDocumentString,
3133
- ViewDocument,
3134
- ZkLoginIntentScope
3125
+ ViewDocument
3135
3126
  };
3136
3127
  //# sourceMappingURL=queries.js.map