@settlemint/sdk-js 2.5.2-main97dcc94b → 2.5.2-pr8b43caf9
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 +5 -5
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -5,8 +5,8 @@ import * as gql_tada1 from "gql.tada";
|
|
|
5
5
|
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
|
-
import * as gql_tada8 from "gql.tada";
|
|
9
8
|
import * as gql_tada10 from "gql.tada";
|
|
9
|
+
import * as gql_tada8 from "gql.tada";
|
|
10
10
|
import * as gql_tada12 from "gql.tada";
|
|
11
11
|
import * as gql_tada14 from "gql.tada";
|
|
12
12
|
import * as gql_tada17 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_tada10.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_tada10.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_tada8.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_tada8.TadaDocumentNode<{
|
|
188669
188669
|
createIntegration: {
|
|
188670
188670
|
__typename: "Chainlink";
|
|
188671
188671
|
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.2-
|
|
4
|
+
"version": "2.5.2-pr8b43caf9",
|
|
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.2-
|
|
57
|
+
"@settlemint/sdk-utils": "2.5.2-pr8b43caf9",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|