@settlemint/sdk-js 2.5.5-mainee49fe3a → 2.5.5-pr18b42e50

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.
@@ -8,8 +8,8 @@ import * as gql_tada6 from "gql.tada";
8
8
  import * as gql_tada8 from "gql.tada";
9
9
  import * as gql_tada10 from "gql.tada";
10
10
  import * as gql_tada12 from "gql.tada";
11
+ import * as gql_tada15 from "gql.tada";
11
12
  import * as gql_tada14 from "gql.tada";
12
- import * as gql_tada17 from "gql.tada";
13
13
  import * as gql_tada18 from "gql.tada";
14
14
  import * as gql_tada20 from "gql.tada";
15
15
  import * as gql_tada22 from "gql.tada";
@@ -188956,7 +188956,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
188956
188956
  /**
188957
188957
  * GraphQL fragment containing core middleware fields.
188958
188958
  */
188959
- declare const MiddlewareFragment: gql_tada14.TadaDocumentNode<{
188959
+ declare const MiddlewareFragment: gql_tada15.TadaDocumentNode<{
188960
188960
  __typename: "AttestationIndexerMiddleware";
188961
188961
  id: string;
188962
188962
  uniqueName: string;
@@ -189124,7 +189124,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
189124
189124
  /**
189125
189125
  * Query to fetch a specific middleware with subgraphs.
189126
189126
  */
189127
- declare const getGraphMiddlewareSubgraphs: gql_tada14.TadaDocumentNode<{
189127
+ declare const getGraphMiddlewareSubgraphs: gql_tada15.TadaDocumentNode<{
189128
189128
  middlewareByUniqueName: {
189129
189129
  __typename: "AttestationIndexerMiddleware";
189130
189130
  id: string;
@@ -189307,7 +189307,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
189307
189307
  /**
189308
189308
  * Mutation to create a new middleware.
189309
189309
  */
189310
- declare const createMiddleware: gql_tada14.TadaDocumentNode<{
189310
+ declare const createMiddleware: gql_tada15.TadaDocumentNode<{
189311
189311
  createMiddleware: {
189312
189312
  __typename: "AttestationIndexerMiddleware";
189313
189313
  id: string;
@@ -189552,7 +189552,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
189552
189552
  /**
189553
189553
  * GraphQL query to fetch platform configuration.
189554
189554
  */
189555
- declare const getPlatformConfigQuery: gql_tada17.TadaDocumentNode<{
189555
+ declare const getPlatformConfigQuery: gql_tada14.TadaDocumentNode<{
189556
189556
  config: {
189557
189557
  smartContractSets: {
189558
189558
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-js",
3
3
  "description": "Core JavaScript SDK for integrating SettleMint's blockchain platform services into your applications",
4
- "version": "2.5.5-mainee49fe3a",
4
+ "version": "2.5.5-pr18b42e50",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {},
56
56
  "dependencies": {
57
- "@settlemint/sdk-utils": "2.5.5-mainee49fe3a",
57
+ "@settlemint/sdk-utils": "2.5.5-pr18b42e50",
58
58
  "gql.tada": "^1",
59
59
  "graphql": "^16",
60
60
  "graphql-request": "^7",