@settlemint/sdk-js 2.4.0-pr39f66e87 → 2.4.0-pr3a710612
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 +33 -33
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
2
|
-
import * as gql_tada10 from "gql.tada";
|
|
3
2
|
import * as gql_tada0 from "gql.tada";
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as gql_tada14 from "gql.tada";
|
|
10
|
-
import * as gql_tada16 from "gql.tada";
|
|
3
|
+
import * as gql_tada1 from "gql.tada";
|
|
4
|
+
import * as gql_tada3 from "gql.tada";
|
|
5
|
+
import * as gql_tada5 from "gql.tada";
|
|
6
|
+
import * as gql_tada7 from "gql.tada";
|
|
7
|
+
import * as gql_tada9 from "gql.tada";
|
|
11
8
|
import * as gql_tada11 from "gql.tada";
|
|
12
|
-
import * as
|
|
9
|
+
import * as gql_tada13 from "gql.tada";
|
|
10
|
+
import * as gql_tada15 from "gql.tada";
|
|
11
|
+
import * as gql_tada18 from "gql.tada";
|
|
13
12
|
import * as gql_tada19 from "gql.tada";
|
|
13
|
+
import * as gql_tada21 from "gql.tada";
|
|
14
14
|
import * as gql_tada23 from "gql.tada";
|
|
15
15
|
import { ResultOf, VariablesOf } from "gql.tada";
|
|
16
16
|
import { z } from "zod/v4";
|
|
@@ -103783,7 +103783,7 @@ declare module 'gql.tada' {
|
|
|
103783
103783
|
}
|
|
103784
103784
|
//#endregion
|
|
103785
103785
|
//#region src/graphql/application-access-tokens.d.ts
|
|
103786
|
-
declare const createApplicationAccessToken:
|
|
103786
|
+
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
|
|
103787
103787
|
createApplicationAccessToken: {
|
|
103788
103788
|
token: string | null;
|
|
103789
103789
|
};
|
|
@@ -103846,7 +103846,7 @@ type CreateApplicationAccessTokenArgs = Omit<VariablesOf<typeof createApplicatio
|
|
|
103846
103846
|
/**
|
|
103847
103847
|
* GraphQL fragment containing core application fields.
|
|
103848
103848
|
*/
|
|
103849
|
-
declare const ApplicationFragment:
|
|
103849
|
+
declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
|
|
103850
103850
|
id: string;
|
|
103851
103851
|
uniqueName: string;
|
|
103852
103852
|
name: string;
|
|
@@ -103867,7 +103867,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
103867
103867
|
/**
|
|
103868
103868
|
* Mutation to create a new application.
|
|
103869
103869
|
*/
|
|
103870
|
-
declare const createApplication:
|
|
103870
|
+
declare const createApplication: gql_tada1.TadaDocumentNode<{
|
|
103871
103871
|
createApplication: {
|
|
103872
103872
|
id: string;
|
|
103873
103873
|
uniqueName: string;
|
|
@@ -103900,7 +103900,7 @@ type CreateApplicationArgs = Omit<VariablesOf<typeof createApplication>, "worksp
|
|
|
103900
103900
|
/**
|
|
103901
103901
|
* Fragment containing core blockchain network fields.
|
|
103902
103902
|
*/
|
|
103903
|
-
declare const BlockchainNetworkFragment:
|
|
103903
|
+
declare const BlockchainNetworkFragment: gql_tada3.TadaDocumentNode<{
|
|
103904
103904
|
__typename: "ArbitrumBlockchainNetwork";
|
|
103905
103905
|
id: string;
|
|
103906
103906
|
uniqueName: string;
|
|
@@ -117247,7 +117247,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
117247
117247
|
/**
|
|
117248
117248
|
* Mutation to create a new blockchain network.
|
|
117249
117249
|
*/
|
|
117250
|
-
declare const createBlockchainNetwork:
|
|
117250
|
+
declare const createBlockchainNetwork: gql_tada3.TadaDocumentNode<{
|
|
117251
117251
|
createBlockchainNetwork: {
|
|
117252
117252
|
__typename: "ArbitrumBlockchainNetwork";
|
|
117253
117253
|
id: string;
|
|
@@ -130759,7 +130759,7 @@ type CreateBlockchainNetworkArgs = Omit<VariablesOf<typeof createBlockchainNetwo
|
|
|
130759
130759
|
/**
|
|
130760
130760
|
* Fragment containing core blockchain node fields.
|
|
130761
130761
|
*/
|
|
130762
|
-
declare const BlockchainNodeFragment:
|
|
130762
|
+
declare const BlockchainNodeFragment: gql_tada5.TadaDocumentNode<{
|
|
130763
130763
|
__typename: "ArbitrumBlockchainNode";
|
|
130764
130764
|
id: string;
|
|
130765
130765
|
uniqueName: string;
|
|
@@ -139231,7 +139231,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
139231
139231
|
/**
|
|
139232
139232
|
* Mutation to create a blockchain node.
|
|
139233
139233
|
*/
|
|
139234
|
-
declare const createBlockchainNode:
|
|
139234
|
+
declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
|
|
139235
139235
|
createBlockchainNode: {
|
|
139236
139236
|
__typename: "ArbitrumBlockchainNode";
|
|
139237
139237
|
id: string;
|
|
@@ -147695,7 +147695,7 @@ declare const createBlockchainNode: gql_tada2.TadaDocumentNode<{
|
|
|
147695
147695
|
};
|
|
147696
147696
|
}, {
|
|
147697
147697
|
keyMaterial?: string | null | undefined;
|
|
147698
|
-
nodeType?: "NON_VALIDATOR" | "
|
|
147698
|
+
nodeType?: "NON_VALIDATOR" | "VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | null | undefined;
|
|
147699
147699
|
type?: "DEDICATED" | "SHARED" | null | undefined;
|
|
147700
147700
|
size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
|
|
147701
147701
|
region: string;
|
|
@@ -147723,7 +147723,7 @@ type CreateBlockchainNodeArgs = Omit<VariablesOf<typeof createBlockchainNode>, "
|
|
|
147723
147723
|
/**
|
|
147724
147724
|
* Fragment containing core custom deployment fields.
|
|
147725
147725
|
*/
|
|
147726
|
-
declare const CustomDeploymentFragment:
|
|
147726
|
+
declare const CustomDeploymentFragment: gql_tada7.TadaDocumentNode<{
|
|
147727
147727
|
id: string;
|
|
147728
147728
|
uniqueName: string;
|
|
147729
147729
|
name: string;
|
|
@@ -147753,7 +147753,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
147753
147753
|
/**
|
|
147754
147754
|
* Mutation to create a custom deployment.
|
|
147755
147755
|
*/
|
|
147756
|
-
declare const createCustomDeployment:
|
|
147756
|
+
declare const createCustomDeployment: gql_tada7.TadaDocumentNode<{
|
|
147757
147757
|
createCustomDeployment: {
|
|
147758
147758
|
id: string;
|
|
147759
147759
|
uniqueName: string;
|
|
@@ -147804,7 +147804,7 @@ type CreateCustomDeploymentArgs = Omit<VariablesOf<typeof createCustomDeployment
|
|
|
147804
147804
|
/**
|
|
147805
147805
|
* GraphQL fragment containing core insights fields.
|
|
147806
147806
|
*/
|
|
147807
|
-
declare const InsightsFragment:
|
|
147807
|
+
declare const InsightsFragment: gql_tada9.TadaDocumentNode<{
|
|
147808
147808
|
__typename: "BlockchainExplorer";
|
|
147809
147809
|
id: string;
|
|
147810
147810
|
uniqueName: string;
|
|
@@ -147876,7 +147876,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
147876
147876
|
/**
|
|
147877
147877
|
* Mutation to create insights.
|
|
147878
147878
|
*/
|
|
147879
|
-
declare const createInsights:
|
|
147879
|
+
declare const createInsights: gql_tada9.TadaDocumentNode<{
|
|
147880
147880
|
createInsights: {
|
|
147881
147881
|
__typename: "BlockchainExplorer";
|
|
147882
147882
|
id: string;
|
|
@@ -147969,7 +147969,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
|
|
|
147969
147969
|
/**
|
|
147970
147970
|
* GraphQL fragment containing core integration fields.
|
|
147971
147971
|
*/
|
|
147972
|
-
declare const IntegrationFragment:
|
|
147972
|
+
declare const IntegrationFragment: gql_tada11.TadaDocumentNode<{
|
|
147973
147973
|
__typename: "Chainlink";
|
|
147974
147974
|
id: string;
|
|
147975
147975
|
uniqueName: string;
|
|
@@ -148061,7 +148061,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
148061
148061
|
/**
|
|
148062
148062
|
* Mutation to create a new integration.
|
|
148063
148063
|
*/
|
|
148064
|
-
declare const createIntegration:
|
|
148064
|
+
declare const createIntegration: gql_tada11.TadaDocumentNode<{
|
|
148065
148065
|
createIntegration: {
|
|
148066
148066
|
__typename: "Chainlink";
|
|
148067
148067
|
id: string;
|
|
@@ -148170,7 +148170,7 @@ type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "ap
|
|
|
148170
148170
|
/**
|
|
148171
148171
|
* GraphQL fragment containing core load balancer fields.
|
|
148172
148172
|
*/
|
|
148173
|
-
declare const LoadBalancerFragment:
|
|
148173
|
+
declare const LoadBalancerFragment: gql_tada13.TadaDocumentNode<{
|
|
148174
148174
|
__typename: "EVMLoadBalancer";
|
|
148175
148175
|
id: string;
|
|
148176
148176
|
uniqueName: string;
|
|
@@ -148210,7 +148210,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
148210
148210
|
/**
|
|
148211
148211
|
* Mutation to create a load balancer.
|
|
148212
148212
|
*/
|
|
148213
|
-
declare const createLoadBalancer:
|
|
148213
|
+
declare const createLoadBalancer: gql_tada13.TadaDocumentNode<{
|
|
148214
148214
|
createLoadBalancer: {
|
|
148215
148215
|
__typename: "EVMLoadBalancer";
|
|
148216
148216
|
id: string;
|
|
@@ -148270,7 +148270,7 @@ type CreateLoadBalancerArgs = Omit<VariablesOf<typeof createLoadBalancer>, "appl
|
|
|
148270
148270
|
/**
|
|
148271
148271
|
* GraphQL fragment containing core middleware fields.
|
|
148272
148272
|
*/
|
|
148273
|
-
declare const MiddlewareFragment:
|
|
148273
|
+
declare const MiddlewareFragment: gql_tada15.TadaDocumentNode<{
|
|
148274
148274
|
__typename: "AttestationIndexerMiddleware";
|
|
148275
148275
|
id: string;
|
|
148276
148276
|
uniqueName: string;
|
|
@@ -148437,7 +148437,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
148437
148437
|
/**
|
|
148438
148438
|
* Query to fetch a specific middleware with subgraphs.
|
|
148439
148439
|
*/
|
|
148440
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
148440
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada15.TadaDocumentNode<{
|
|
148441
148441
|
middlewareByUniqueName: {
|
|
148442
148442
|
__typename: "AttestationIndexerMiddleware";
|
|
148443
148443
|
id: string;
|
|
@@ -148612,7 +148612,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
148612
148612
|
/**
|
|
148613
148613
|
* Mutation to create a new middleware.
|
|
148614
148614
|
*/
|
|
148615
|
-
declare const createMiddleware:
|
|
148615
|
+
declare const createMiddleware: gql_tada15.TadaDocumentNode<{
|
|
148616
148616
|
createMiddleware: {
|
|
148617
148617
|
__typename: "AttestationIndexerMiddleware";
|
|
148618
148618
|
id: string;
|
|
@@ -148807,7 +148807,7 @@ type CreateMiddlewareArgs = Omit<VariablesOf<typeof createMiddleware>, "applicat
|
|
|
148807
148807
|
/**
|
|
148808
148808
|
* GraphQL query to fetch platform configuration.
|
|
148809
148809
|
*/
|
|
148810
|
-
declare const getPlatformConfigQuery:
|
|
148810
|
+
declare const getPlatformConfigQuery: gql_tada18.TadaDocumentNode<{
|
|
148811
148811
|
config: {
|
|
148812
148812
|
smartContractSets: {
|
|
148813
148813
|
id: string;
|
|
@@ -148863,7 +148863,7 @@ type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
|
|
|
148863
148863
|
/**
|
|
148864
148864
|
* GraphQL fragment containing core private key fields.
|
|
148865
148865
|
*/
|
|
148866
|
-
declare const PrivateKeyFragment:
|
|
148866
|
+
declare const PrivateKeyFragment: gql_tada19.TadaDocumentNode<{
|
|
148867
148867
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
148868
148868
|
id: string;
|
|
148869
148869
|
uniqueName: string;
|
|
@@ -149505,7 +149505,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
149505
149505
|
/**
|
|
149506
149506
|
* Mutation to create a new private key.
|
|
149507
149507
|
*/
|
|
149508
|
-
declare const createPrivateKey:
|
|
149508
|
+
declare const createPrivateKey: gql_tada19.TadaDocumentNode<{
|
|
149509
149509
|
createPrivateKey: {
|
|
149510
149510
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
149511
149511
|
id: string;
|
|
@@ -150170,7 +150170,7 @@ type CreatePrivateKeyArgs = Omit<VariablesOf<typeof createPrivateKey>, "applicat
|
|
|
150170
150170
|
/**
|
|
150171
150171
|
* GraphQL fragment containing core storage fields.
|
|
150172
150172
|
*/
|
|
150173
|
-
declare const StorageFragment:
|
|
150173
|
+
declare const StorageFragment: gql_tada21.TadaDocumentNode<{
|
|
150174
150174
|
__typename: "IPFSStorage";
|
|
150175
150175
|
id: string;
|
|
150176
150176
|
uniqueName: string;
|
|
@@ -150222,7 +150222,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
150222
150222
|
/**
|
|
150223
150223
|
* Mutation to create a new storage.
|
|
150224
150224
|
*/
|
|
150225
|
-
declare const createStorage:
|
|
150225
|
+
declare const createStorage: gql_tada21.TadaDocumentNode<{
|
|
150226
150226
|
createStorage: {
|
|
150227
150227
|
__typename: "IPFSStorage";
|
|
150228
150228
|
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.4.0-
|
|
4
|
+
"version": "2.4.0-pr3a710612",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"gql.tada": "^1",
|
|
56
56
|
"graphql-request": "^7",
|
|
57
57
|
"zod": "^3.25.0",
|
|
58
|
-
"@settlemint/sdk-utils": "2.4.0-
|
|
58
|
+
"@settlemint/sdk-utils": "2.4.0-pr3a710612"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {},
|
|
61
61
|
"engines": {
|