@settlemint/sdk-js 2.5.1-prb961405e → 2.5.1-prca5edae9
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 +17 -17
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/* SettleMint SDK - Main Package */
|
|
2
2
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
3
3
|
import * as gql_tada0 from "gql.tada";
|
|
4
|
-
import * as
|
|
5
|
-
import * as gql_tada3 from "gql.tada";
|
|
4
|
+
import * as gql_tada4 from "gql.tada";
|
|
6
5
|
import * as gql_tada5 from "gql.tada";
|
|
7
|
-
import * as
|
|
6
|
+
import * as gql_tada2 from "gql.tada";
|
|
8
7
|
import * as gql_tada9 from "gql.tada";
|
|
8
|
+
import * as gql_tada7 from "gql.tada";
|
|
9
9
|
import * as gql_tada11 from "gql.tada";
|
|
10
10
|
import * as gql_tada13 from "gql.tada";
|
|
11
11
|
import * as gql_tada15 from "gql.tada";
|
|
12
|
+
import * as gql_tada20 from "gql.tada";
|
|
12
13
|
import * as gql_tada18 from "gql.tada";
|
|
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";
|
|
16
16
|
import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
|
|
@@ -104240,7 +104240,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
104240
104240
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
104241
104241
|
//#endregion
|
|
104242
104242
|
//#region src/graphql/application-access-tokens.d.ts
|
|
104243
|
-
declare const createApplicationAccessToken:
|
|
104243
|
+
declare const createApplicationAccessToken: gql_tada4.TadaDocumentNode<{
|
|
104244
104244
|
createApplicationAccessToken: {
|
|
104245
104245
|
token: string | null;
|
|
104246
104246
|
};
|
|
@@ -104304,7 +104304,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
104304
104304
|
/**
|
|
104305
104305
|
* Fragment containing core blockchain network fields.
|
|
104306
104306
|
*/
|
|
104307
|
-
declare const BlockchainNetworkFragment:
|
|
104307
|
+
declare const BlockchainNetworkFragment: gql_tada5.TadaDocumentNode<{
|
|
104308
104308
|
__typename: "ArbitrumBlockchainNetwork";
|
|
104309
104309
|
id: string;
|
|
104310
104310
|
uniqueName: string;
|
|
@@ -117651,7 +117651,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
117651
117651
|
/**
|
|
117652
117652
|
* Mutation to create a new blockchain network.
|
|
117653
117653
|
*/
|
|
117654
|
-
declare const createBlockchainNetwork:
|
|
117654
|
+
declare const createBlockchainNetwork: gql_tada5.TadaDocumentNode<{
|
|
117655
117655
|
createBlockchainNetwork: {
|
|
117656
117656
|
__typename: "ArbitrumBlockchainNetwork";
|
|
117657
117657
|
id: string;
|
|
@@ -171232,7 +171232,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
171232
171232
|
/**
|
|
171233
171233
|
* Fragment containing core blockchain node fields.
|
|
171234
171234
|
*/
|
|
171235
|
-
declare const BlockchainNodeFragment:
|
|
171235
|
+
declare const BlockchainNodeFragment: gql_tada2.TadaDocumentNode<{
|
|
171236
171236
|
__typename: "ArbitrumBlockchainNode";
|
|
171237
171237
|
id: string;
|
|
171238
171238
|
uniqueName: string;
|
|
@@ -179704,7 +179704,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
179704
179704
|
/**
|
|
179705
179705
|
* Mutation to create a blockchain node.
|
|
179706
179706
|
*/
|
|
179707
|
-
declare const createBlockchainNode:
|
|
179707
|
+
declare const createBlockchainNode: gql_tada2.TadaDocumentNode<{
|
|
179708
179708
|
createBlockchainNode: {
|
|
179709
179709
|
__typename: "ArbitrumBlockchainNode";
|
|
179710
179710
|
id: string;
|
|
@@ -188168,7 +188168,7 @@ declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
|
|
|
188168
188168
|
};
|
|
188169
188169
|
}, {
|
|
188170
188170
|
keyMaterial?: string | null | undefined;
|
|
188171
|
-
nodeType?: "NON_VALIDATOR" | "
|
|
188171
|
+
nodeType?: "NON_VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | "VALIDATOR" | null | undefined;
|
|
188172
188172
|
type?: "DEDICATED" | "SHARED" | null | undefined;
|
|
188173
188173
|
size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
|
|
188174
188174
|
region: string;
|
|
@@ -188237,7 +188237,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
188237
188237
|
/**
|
|
188238
188238
|
* Fragment containing core custom deployment fields.
|
|
188239
188239
|
*/
|
|
188240
|
-
declare const CustomDeploymentFragment:
|
|
188240
|
+
declare const CustomDeploymentFragment: gql_tada9.TadaDocumentNode<{
|
|
188241
188241
|
id: string;
|
|
188242
188242
|
uniqueName: string;
|
|
188243
188243
|
name: string;
|
|
@@ -188267,7 +188267,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
188267
188267
|
/**
|
|
188268
188268
|
* Mutation to create a custom deployment.
|
|
188269
188269
|
*/
|
|
188270
|
-
declare const createCustomDeployment:
|
|
188270
|
+
declare const createCustomDeployment: gql_tada9.TadaDocumentNode<{
|
|
188271
188271
|
createCustomDeployment: {
|
|
188272
188272
|
id: string;
|
|
188273
188273
|
uniqueName: string;
|
|
@@ -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_tada7.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_tada7.TadaDocumentNode<{
|
|
188443
188443
|
createInsights: {
|
|
188444
188444
|
__typename: "BlockchainExplorer";
|
|
188445
188445
|
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_tada20.TadaDocumentNode<{
|
|
189546
189546
|
config: {
|
|
189547
189547
|
smartContractSets: {
|
|
189548
189548
|
id: string;
|
|
@@ -189599,7 +189599,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
189599
189599
|
/**
|
|
189600
189600
|
* GraphQL fragment containing core private key fields.
|
|
189601
189601
|
*/
|
|
189602
|
-
declare const PrivateKeyFragment:
|
|
189602
|
+
declare const PrivateKeyFragment: gql_tada18.TadaDocumentNode<{
|
|
189603
189603
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
189604
189604
|
id: string;
|
|
189605
189605
|
uniqueName: string;
|
|
@@ -190241,7 +190241,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
190241
190241
|
/**
|
|
190242
190242
|
* Mutation to create a new private key.
|
|
190243
190243
|
*/
|
|
190244
|
-
declare const createPrivateKey:
|
|
190244
|
+
declare const createPrivateKey: gql_tada18.TadaDocumentNode<{
|
|
190245
190245
|
createPrivateKey: {
|
|
190246
190246
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
190247
190247
|
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-prca5edae9",
|
|
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-prca5edae9"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {},
|
|
63
63
|
"engines": {
|