@settlemint/sdk-js 2.4.0-pr40fde26a → 2.4.0-pr4e302faf
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 +19 -19
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
2
|
-
import * as
|
|
2
|
+
import * as gql_tada0 from "gql.tada";
|
|
3
3
|
import * as gql_tada4 from "gql.tada";
|
|
4
4
|
import * as gql_tada5 from "gql.tada";
|
|
5
5
|
import * as gql_tada7 from "gql.tada";
|
|
6
6
|
import * as gql_tada9 from "gql.tada";
|
|
7
7
|
import * as gql_tada11 from "gql.tada";
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
8
|
+
import * as gql_tada13 from "gql.tada";
|
|
9
|
+
import * as gql_tada2 from "gql.tada";
|
|
10
10
|
import * as gql_tada17 from "gql.tada";
|
|
11
|
-
import * as
|
|
12
|
-
import * as gql_tada23 from "gql.tada";
|
|
11
|
+
import * as gql_tada20 from "gql.tada";
|
|
13
12
|
import * as gql_tada15 from "gql.tada";
|
|
14
|
-
import * as
|
|
13
|
+
import * as gql_tada23 from "gql.tada";
|
|
14
|
+
import * as gql_tada21 from "gql.tada";
|
|
15
15
|
import { ResultOf, VariablesOf } from "gql.tada";
|
|
16
16
|
import { z } from "zod/v4";
|
|
17
17
|
|
|
@@ -103802,7 +103802,7 @@ declare module 'gql.tada' {
|
|
|
103802
103802
|
/**
|
|
103803
103803
|
* GraphQL fragment containing core application fields.
|
|
103804
103804
|
*/
|
|
103805
|
-
declare const ApplicationFragment:
|
|
103805
|
+
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
|
|
103806
103806
|
id: string;
|
|
103807
103807
|
uniqueName: string;
|
|
103808
103808
|
name: string;
|
|
@@ -103823,7 +103823,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
103823
103823
|
/**
|
|
103824
103824
|
* Mutation to create a new application.
|
|
103825
103825
|
*/
|
|
103826
|
-
declare const createApplication:
|
|
103826
|
+
declare const createApplication: gql_tada0.TadaDocumentNode<{
|
|
103827
103827
|
createApplication: {
|
|
103828
103828
|
id: string;
|
|
103829
103829
|
uniqueName: string;
|
|
@@ -147985,7 +147985,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
|
|
|
147985
147985
|
/**
|
|
147986
147986
|
* GraphQL fragment containing core integration fields.
|
|
147987
147987
|
*/
|
|
147988
|
-
declare const IntegrationFragment:
|
|
147988
|
+
declare const IntegrationFragment: gql_tada13.TadaDocumentNode<{
|
|
147989
147989
|
__typename: "Chainlink";
|
|
147990
147990
|
id: string;
|
|
147991
147991
|
uniqueName: string;
|
|
@@ -148077,7 +148077,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
148077
148077
|
/**
|
|
148078
148078
|
* Mutation to create a new integration.
|
|
148079
148079
|
*/
|
|
148080
|
-
declare const createIntegration:
|
|
148080
|
+
declare const createIntegration: gql_tada13.TadaDocumentNode<{
|
|
148081
148081
|
createIntegration: {
|
|
148082
148082
|
__typename: "Chainlink";
|
|
148083
148083
|
id: string;
|
|
@@ -148186,7 +148186,7 @@ type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "ap
|
|
|
148186
148186
|
/**
|
|
148187
148187
|
* GraphQL fragment containing core load balancer fields.
|
|
148188
148188
|
*/
|
|
148189
|
-
declare const LoadBalancerFragment:
|
|
148189
|
+
declare const LoadBalancerFragment: gql_tada2.TadaDocumentNode<{
|
|
148190
148190
|
__typename: "EVMLoadBalancer";
|
|
148191
148191
|
id: string;
|
|
148192
148192
|
uniqueName: string;
|
|
@@ -148226,7 +148226,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
148226
148226
|
/**
|
|
148227
148227
|
* Mutation to create a load balancer.
|
|
148228
148228
|
*/
|
|
148229
|
-
declare const createLoadBalancer:
|
|
148229
|
+
declare const createLoadBalancer: gql_tada2.TadaDocumentNode<{
|
|
148230
148230
|
createLoadBalancer: {
|
|
148231
148231
|
__typename: "EVMLoadBalancer";
|
|
148232
148232
|
id: string;
|
|
@@ -148823,7 +148823,7 @@ type CreateMiddlewareArgs = Omit<VariablesOf<typeof createMiddleware>, "applicat
|
|
|
148823
148823
|
/**
|
|
148824
148824
|
* GraphQL query to fetch platform configuration.
|
|
148825
148825
|
*/
|
|
148826
|
-
declare const getPlatformConfigQuery:
|
|
148826
|
+
declare const getPlatformConfigQuery: gql_tada20.TadaDocumentNode<{
|
|
148827
148827
|
config: {
|
|
148828
148828
|
smartContractSets: {
|
|
148829
148829
|
id: string;
|
|
@@ -148879,7 +148879,7 @@ type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
|
|
|
148879
148879
|
/**
|
|
148880
148880
|
* GraphQL fragment containing core private key fields.
|
|
148881
148881
|
*/
|
|
148882
|
-
declare const PrivateKeyFragment:
|
|
148882
|
+
declare const PrivateKeyFragment: gql_tada15.TadaDocumentNode<{
|
|
148883
148883
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
148884
148884
|
id: string;
|
|
148885
148885
|
uniqueName: string;
|
|
@@ -149521,7 +149521,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
149521
149521
|
/**
|
|
149522
149522
|
* Mutation to create a new private key.
|
|
149523
149523
|
*/
|
|
149524
|
-
declare const createPrivateKey:
|
|
149524
|
+
declare const createPrivateKey: gql_tada15.TadaDocumentNode<{
|
|
149525
149525
|
createPrivateKey: {
|
|
149526
149526
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
149527
149527
|
id: string;
|
|
@@ -150186,7 +150186,7 @@ type CreatePrivateKeyArgs = Omit<VariablesOf<typeof createPrivateKey>, "applicat
|
|
|
150186
150186
|
/**
|
|
150187
150187
|
* GraphQL fragment containing core storage fields.
|
|
150188
150188
|
*/
|
|
150189
|
-
declare const StorageFragment:
|
|
150189
|
+
declare const StorageFragment: gql_tada23.TadaDocumentNode<{
|
|
150190
150190
|
__typename: "IPFSStorage";
|
|
150191
150191
|
id: string;
|
|
150192
150192
|
uniqueName: string;
|
|
@@ -150238,7 +150238,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
150238
150238
|
/**
|
|
150239
150239
|
* Mutation to create a new storage.
|
|
150240
150240
|
*/
|
|
150241
|
-
declare const createStorage:
|
|
150241
|
+
declare const createStorage: gql_tada23.TadaDocumentNode<{
|
|
150242
150242
|
createStorage: {
|
|
150243
150243
|
__typename: "IPFSStorage";
|
|
150244
150244
|
id: string;
|
|
@@ -150307,7 +150307,7 @@ type CreateStorageArgs = Omit<VariablesOf<typeof createStorage>, "applicationId"
|
|
|
150307
150307
|
/**
|
|
150308
150308
|
* GraphQL fragment containing core workspace fields.
|
|
150309
150309
|
*/
|
|
150310
|
-
declare const WorkspaceFragment:
|
|
150310
|
+
declare const WorkspaceFragment: gql_tada21.TadaDocumentNode<{
|
|
150311
150311
|
id: string;
|
|
150312
150312
|
uniqueName: string;
|
|
150313
150313
|
name: string;
|
|
@@ -150328,7 +150328,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
150328
150328
|
/**
|
|
150329
150329
|
* Mutation to create a new workspace.
|
|
150330
150330
|
*/
|
|
150331
|
-
declare const createWorkspace:
|
|
150331
|
+
declare const createWorkspace: gql_tada21.TadaDocumentNode<{
|
|
150332
150332
|
createWorkspace: {
|
|
150333
150333
|
id: string;
|
|
150334
150334
|
uniqueName: 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.4.0-
|
|
4
|
+
"version": "2.4.0-pr4e302faf",
|
|
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.4.0-
|
|
60
|
+
"@settlemint/sdk-utils": "2.4.0-pr4e302faf"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {},
|
|
63
63
|
"engines": {
|