@iota/graphql-transport 0.17.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.
@@ -93,7 +93,6 @@ module.exports = __toCommonJS(queries_exports);
93
93
  var AddressTransactionBlockRelationship = /* @__PURE__ */ ((AddressTransactionBlockRelationship2) => {
94
94
  AddressTransactionBlockRelationship2["Recv"] = "RECV";
95
95
  AddressTransactionBlockRelationship2["Sent"] = "SENT";
96
- AddressTransactionBlockRelationship2["Sign"] = "SIGN";
97
96
  return AddressTransactionBlockRelationship2;
98
97
  })(AddressTransactionBlockRelationship || {});
99
98
  var ExecutionStatus = /* @__PURE__ */ ((ExecutionStatus2) => {
@@ -130,7 +129,6 @@ var NameFormat = /* @__PURE__ */ ((NameFormat2) => {
130
129
  var ObjectKind = /* @__PURE__ */ ((ObjectKind2) => {
131
130
  ObjectKind2["Indexed"] = "INDEXED";
132
131
  ObjectKind2["NotIndexed"] = "NOT_INDEXED";
133
- ObjectKind2["WrappedOrDeleted"] = "WRAPPED_OR_DELETED";
134
132
  return ObjectKind2;
135
133
  })(ObjectKind || {});
136
134
  var StakeStatus = /* @__PURE__ */ ((StakeStatus2) => {