@settlemint/sdk-js 2.5.1-pr67f17edd → 2.5.1-pr6bae2b5f
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.
- package/dist/settlemint.d.cts +10 -10
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -5,11 +5,11 @@ import * as gql_tada2 from "gql.tada";
|
|
|
5
5
|
import * as gql_tada3 from "gql.tada";
|
|
6
6
|
import * as gql_tada5 from "gql.tada";
|
|
7
7
|
import * as gql_tada7 from "gql.tada";
|
|
8
|
-
import * as gql_tada9 from "gql.tada";
|
|
9
8
|
import * as gql_tada11 from "gql.tada";
|
|
9
|
+
import * as gql_tada9 from "gql.tada";
|
|
10
10
|
import * as gql_tada13 from "gql.tada";
|
|
11
|
+
import * as gql_tada16 from "gql.tada";
|
|
11
12
|
import * as gql_tada15 from "gql.tada";
|
|
12
|
-
import * as gql_tada18 from "gql.tada";
|
|
13
13
|
import * as gql_tada19 from "gql.tada";
|
|
14
14
|
import * as gql_tada21 from "gql.tada";
|
|
15
15
|
import * as gql_tada23 from "gql.tada";
|
|
@@ -188367,7 +188367,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
188367
188367
|
/**
|
|
188368
188368
|
* GraphQL fragment containing core insights fields.
|
|
188369
188369
|
*/
|
|
188370
|
-
declare const InsightsFragment:
|
|
188370
|
+
declare const InsightsFragment: gql_tada11.TadaDocumentNode<{
|
|
188371
188371
|
__typename: "BlockchainExplorer";
|
|
188372
188372
|
id: string;
|
|
188373
188373
|
uniqueName: string;
|
|
@@ -188439,7 +188439,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
188439
188439
|
/**
|
|
188440
188440
|
* Mutation to create insights.
|
|
188441
188441
|
*/
|
|
188442
|
-
declare const createInsights:
|
|
188442
|
+
declare const createInsights: gql_tada11.TadaDocumentNode<{
|
|
188443
188443
|
createInsights: {
|
|
188444
188444
|
__typename: "BlockchainExplorer";
|
|
188445
188445
|
id: string;
|
|
@@ -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:
|
|
188576
|
+
declare const IntegrationFragment: gql_tada9.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:
|
|
188668
|
+
declare const createIntegration: gql_tada9.TadaDocumentNode<{
|
|
188669
188669
|
createIntegration: {
|
|
188670
188670
|
__typename: "Chainlink";
|
|
188671
188671
|
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:
|
|
188959
|
+
declare const MiddlewareFragment: gql_tada16.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:
|
|
189126
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada16.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:
|
|
189301
|
+
declare const createMiddleware: gql_tada16.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:
|
|
189545
|
+
declare const getPlatformConfigQuery: gql_tada15.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-
|
|
4
|
+
"version": "2.5.1-pr6bae2b5f",
|
|
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": "^3.25.0",
|
|
60
|
-
"@settlemint/sdk-utils": "2.5.1-
|
|
60
|
+
"@settlemint/sdk-utils": "2.5.1-pr6bae2b5f"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {},
|
|
63
63
|
"engines": {
|