@settlemint/sdk-js 2.5.1-pr482cd749 → 2.5.1-pr57ef569d

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.
@@ -6,10 +6,10 @@ import * as gql_tada2 from "gql.tada";
6
6
  import * as gql_tada4 from "gql.tada";
7
7
  import * as gql_tada6 from "gql.tada";
8
8
  import * as gql_tada8 from "gql.tada";
9
- import * as gql_tada14 from "gql.tada";
10
- import * as gql_tada16 from "gql.tada";
11
- import * as gql_tada11 from "gql.tada";
12
9
  import * as gql_tada10 from "gql.tada";
10
+ import * as gql_tada12 from "gql.tada";
11
+ 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";
@@ -188573,7 +188573,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
188573
188573
  /**
188574
188574
  * GraphQL fragment containing core integration fields.
188575
188575
  */
188576
- declare const IntegrationFragment: gql_tada14.TadaDocumentNode<{
188576
+ declare const IntegrationFragment: gql_tada10.TadaDocumentNode<{
188577
188577
  __typename: "Chainlink";
188578
188578
  id: string;
188579
188579
  uniqueName: string;
@@ -188665,7 +188665,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
188665
188665
  /**
188666
188666
  * Mutation to create a new integration.
188667
188667
  */
188668
- declare const createIntegration: gql_tada14.TadaDocumentNode<{
188668
+ declare const createIntegration: gql_tada10.TadaDocumentNode<{
188669
188669
  createIntegration: {
188670
188670
  __typename: "Chainlink";
188671
188671
  id: string;
@@ -188815,7 +188815,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
188815
188815
  /**
188816
188816
  * GraphQL fragment containing core load balancer fields.
188817
188817
  */
188818
- declare const LoadBalancerFragment: gql_tada16.TadaDocumentNode<{
188818
+ declare const LoadBalancerFragment: gql_tada12.TadaDocumentNode<{
188819
188819
  __typename: "EVMLoadBalancer";
188820
188820
  id: string;
188821
188821
  uniqueName: string;
@@ -188855,7 +188855,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
188855
188855
  /**
188856
188856
  * Mutation to create a load balancer.
188857
188857
  */
188858
- declare const createLoadBalancer: gql_tada16.TadaDocumentNode<{
188858
+ declare const createLoadBalancer: gql_tada12.TadaDocumentNode<{
188859
188859
  createLoadBalancer: {
188860
188860
  __typename: "EVMLoadBalancer";
188861
188861
  id: string;
@@ -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_tada11.TadaDocumentNode<{
188959
+ declare const MiddlewareFragment: gql_tada14.TadaDocumentNode<{
188960
188960
  __typename: "AttestationIndexerMiddleware";
188961
188961
  id: string;
188962
188962
  uniqueName: string;
@@ -189123,7 +189123,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
189123
189123
  /**
189124
189124
  * Query to fetch a specific middleware with subgraphs.
189125
189125
  */
189126
- declare const getGraphMiddlewareSubgraphs: gql_tada11.TadaDocumentNode<{
189126
+ declare const getGraphMiddlewareSubgraphs: gql_tada14.TadaDocumentNode<{
189127
189127
  middlewareByUniqueName: {
189128
189128
  __typename: "AttestationIndexerMiddleware";
189129
189129
  id: string;
@@ -189298,7 +189298,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
189298
189298
  /**
189299
189299
  * Mutation to create a new middleware.
189300
189300
  */
189301
- declare const createMiddleware: gql_tada11.TadaDocumentNode<{
189301
+ declare const createMiddleware: gql_tada14.TadaDocumentNode<{
189302
189302
  createMiddleware: {
189303
189303
  __typename: "AttestationIndexerMiddleware";
189304
189304
  id: string;
@@ -189542,7 +189542,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
189542
189542
  /**
189543
189543
  * GraphQL query to fetch platform configuration.
189544
189544
  */
189545
- declare const getPlatformConfigQuery: gql_tada10.TadaDocumentNode<{
189545
+ declare const getPlatformConfigQuery: gql_tada17.TadaDocumentNode<{
189546
189546
  config: {
189547
189547
  smartContractSets: {
189548
189548
  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.1-pr482cd749",
4
+ "version": "2.5.1-pr57ef569d",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -57,7 +57,7 @@
57
57
  "gql.tada": "^1",
58
58
  "graphql-request": "^7",
59
59
  "zod": "^4",
60
- "@settlemint/sdk-utils": "2.5.1-pr482cd749"
60
+ "@settlemint/sdk-utils": "2.5.1-pr57ef569d"
61
61
  },
62
62
  "peerDependencies": {},
63
63
  "engines": {