@iota/graphql-transport 0.1.0 → 0.1.2

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.
@@ -3,11 +3,6 @@ var AddressTransactionBlockRelationship = /* @__PURE__ */ ((AddressTransactionBl
3
3
  AddressTransactionBlockRelationship2["Sign"] = "SIGN";
4
4
  return AddressTransactionBlockRelationship2;
5
5
  })(AddressTransactionBlockRelationship || {});
6
- var DomainFormat = /* @__PURE__ */ ((DomainFormat2) => {
7
- DomainFormat2["At"] = "AT";
8
- DomainFormat2["Dot"] = "DOT";
9
- return DomainFormat2;
10
- })(DomainFormat || {});
11
6
  var ExecutionStatus = /* @__PURE__ */ ((ExecutionStatus2) => {
12
7
  ExecutionStatus2["Failure"] = "FAILURE";
13
8
  ExecutionStatus2["Success"] = "SUCCESS";
@@ -17,7 +12,6 @@ var Feature = /* @__PURE__ */ ((Feature2) => {
17
12
  Feature2["Analytics"] = "ANALYTICS";
18
13
  Feature2["Coins"] = "COINS";
19
14
  Feature2["DynamicFields"] = "DYNAMIC_FIELDS";
20
- Feature2["NameService"] = "NAME_SERVICE";
21
15
  Feature2["Subscriptions"] = "SUBSCRIPTIONS";
22
16
  Feature2["SystemState"] = "SYSTEM_STATE";
23
17
  return Feature2;
@@ -2319,28 +2313,6 @@ const GetValidatorsApyDocument = new TypedDocumentString(`
2319
2313
  }
2320
2314
  }
2321
2315
  `);
2322
- const ResolveNameServiceAddressDocument = new TypedDocumentString(`
2323
- query resolveNameServiceAddress($domain: String!) {
2324
- resolveIotansAddress(domain: $domain) {
2325
- address
2326
- }
2327
- }
2328
- `);
2329
- const ResolveNameServiceNamesDocument = new TypedDocumentString(`
2330
- query resolveNameServiceNames($address: IotaAddress!, $limit: Int, $cursor: String) {
2331
- address(address: $address) {
2332
- iotansRegistrations(first: $limit, after: $cursor) {
2333
- pageInfo {
2334
- hasNextPage
2335
- endCursor
2336
- }
2337
- nodes {
2338
- domain
2339
- }
2340
- }
2341
- }
2342
- }
2343
- `);
2344
2316
  const GetOwnedObjectsDocument = new TypedDocumentString(`
2345
2317
  query getOwnedObjects($owner: IotaAddress!, $limit: Int, $cursor: String, $showBcs: Boolean = false, $showContent: Boolean = false, $showDisplay: Boolean = false, $showType: Boolean = false, $showOwner: Boolean = false, $showPreviousTransaction: Boolean = false, $showStorageRebate: Boolean = false, $filter: ObjectFilter) {
2346
2318
  address(address: $owner) {
@@ -3441,7 +3413,6 @@ fragment PAGINATE_TRANSACTION_LISTS on TransactionBlock {
3441
3413
  export {
3442
3414
  AddressTransactionBlockRelationship,
3443
3415
  DevInspectTransactionBlockDocument,
3444
- DomainFormat,
3445
3416
  DryRunTransactionBlockDocument,
3446
3417
  ExecuteTransactionBlockDocument,
3447
3418
  ExecutionStatus,
@@ -3487,8 +3458,6 @@ export {
3487
3458
  Paginate_Transaction_ListsFragmentDoc,
3488
3459
  QueryEventsDocument,
3489
3460
  QueryTransactionBlocksDocument,
3490
- ResolveNameServiceAddressDocument,
3491
- ResolveNameServiceNamesDocument,
3492
3461
  Rpc_Checkpoint_FieldsFragmentDoc,
3493
3462
  Rpc_Credential_FieldsFragmentDoc,
3494
3463
  Rpc_Events_FieldsFragmentDoc,