@settlemint/sdk-js 2.6.2-praeb73482 → 2.6.2-prb4b12e9f
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 +152 -45
- package/dist/settlemint.d.ts +152 -45
- package/package.json +3 -3
package/dist/settlemint.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* SettleMint SDK - Main Package */
|
|
2
2
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
3
|
-
import * as
|
|
3
|
+
import * as gql_tada1 from "gql.tada";
|
|
4
4
|
import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
|
|
5
5
|
import { GraphQLClient } from "graphql-request";
|
|
6
6
|
import { z } from "zod";
|
|
@@ -5885,6 +5885,14 @@ type introspection_types = {
|
|
|
5885
5885
|
};
|
|
5886
5886
|
};
|
|
5887
5887
|
};
|
|
5888
|
+
'artifactsImageTag': {
|
|
5889
|
+
name: 'artifactsImageTag';
|
|
5890
|
+
type: {
|
|
5891
|
+
kind: 'SCALAR';
|
|
5892
|
+
name: 'String';
|
|
5893
|
+
ofType: null;
|
|
5894
|
+
};
|
|
5895
|
+
};
|
|
5888
5896
|
'blockchainNodes': {
|
|
5889
5897
|
name: 'blockchainNodes';
|
|
5890
5898
|
type: {
|
|
@@ -6217,14 +6225,6 @@ type introspection_types = {
|
|
|
6217
6225
|
};
|
|
6218
6226
|
};
|
|
6219
6227
|
};
|
|
6220
|
-
'genesisArtifactsTag': {
|
|
6221
|
-
name: 'genesisArtifactsTag';
|
|
6222
|
-
type: {
|
|
6223
|
-
kind: 'SCALAR';
|
|
6224
|
-
name: 'String';
|
|
6225
|
-
ofType: null;
|
|
6226
|
-
};
|
|
6227
|
-
};
|
|
6228
6228
|
'genesisWithDiscoveryConfig': {
|
|
6229
6229
|
name: 'genesisWithDiscoveryConfig';
|
|
6230
6230
|
type: {
|
|
@@ -6349,6 +6349,14 @@ type introspection_types = {
|
|
|
6349
6349
|
};
|
|
6350
6350
|
};
|
|
6351
6351
|
};
|
|
6352
|
+
'kitId': {
|
|
6353
|
+
name: 'kitId';
|
|
6354
|
+
type: {
|
|
6355
|
+
kind: 'SCALAR';
|
|
6356
|
+
name: 'String';
|
|
6357
|
+
ofType: null;
|
|
6358
|
+
};
|
|
6359
|
+
};
|
|
6352
6360
|
'lastCompletedAt': {
|
|
6353
6361
|
name: 'lastCompletedAt';
|
|
6354
6362
|
type: {
|
|
@@ -8187,6 +8195,14 @@ type introspection_types = {
|
|
|
8187
8195
|
};
|
|
8188
8196
|
};
|
|
8189
8197
|
};
|
|
8198
|
+
'artifactsImageTag': {
|
|
8199
|
+
name: 'artifactsImageTag';
|
|
8200
|
+
type: {
|
|
8201
|
+
kind: 'SCALAR';
|
|
8202
|
+
name: 'String';
|
|
8203
|
+
ofType: null;
|
|
8204
|
+
};
|
|
8205
|
+
};
|
|
8190
8206
|
'blockchainNodes': {
|
|
8191
8207
|
name: 'blockchainNodes';
|
|
8192
8208
|
type: {
|
|
@@ -8519,14 +8535,6 @@ type introspection_types = {
|
|
|
8519
8535
|
};
|
|
8520
8536
|
};
|
|
8521
8537
|
};
|
|
8522
|
-
'genesisArtifactsTag': {
|
|
8523
|
-
name: 'genesisArtifactsTag';
|
|
8524
|
-
type: {
|
|
8525
|
-
kind: 'SCALAR';
|
|
8526
|
-
name: 'String';
|
|
8527
|
-
ofType: null;
|
|
8528
|
-
};
|
|
8529
|
-
};
|
|
8530
8538
|
'genesisWithDiscoveryConfig': {
|
|
8531
8539
|
name: 'genesisWithDiscoveryConfig';
|
|
8532
8540
|
type: {
|
|
@@ -8651,6 +8659,14 @@ type introspection_types = {
|
|
|
8651
8659
|
};
|
|
8652
8660
|
};
|
|
8653
8661
|
};
|
|
8662
|
+
'kitId': {
|
|
8663
|
+
name: 'kitId';
|
|
8664
|
+
type: {
|
|
8665
|
+
kind: 'SCALAR';
|
|
8666
|
+
name: 'String';
|
|
8667
|
+
ofType: null;
|
|
8668
|
+
};
|
|
8669
|
+
};
|
|
8654
8670
|
'lastCompletedAt': {
|
|
8655
8671
|
name: 'lastCompletedAt';
|
|
8656
8672
|
type: {
|
|
@@ -11855,6 +11871,14 @@ type introspection_types = {
|
|
|
11855
11871
|
};
|
|
11856
11872
|
};
|
|
11857
11873
|
};
|
|
11874
|
+
'kitId': {
|
|
11875
|
+
name: 'kitId';
|
|
11876
|
+
type: {
|
|
11877
|
+
kind: 'SCALAR';
|
|
11878
|
+
name: 'String';
|
|
11879
|
+
ofType: null;
|
|
11880
|
+
};
|
|
11881
|
+
};
|
|
11858
11882
|
'lastCompletedAt': {
|
|
11859
11883
|
name: 'lastCompletedAt';
|
|
11860
11884
|
type: {
|
|
@@ -14461,7 +14485,7 @@ type introspection_types = {
|
|
|
14461
14485
|
};
|
|
14462
14486
|
'ConsensusAlgorithm': {
|
|
14463
14487
|
name: 'ConsensusAlgorithm';
|
|
14464
|
-
enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | '
|
|
14488
|
+
enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
|
|
14465
14489
|
};
|
|
14466
14490
|
'ContractAddresses': {
|
|
14467
14491
|
kind: 'OBJECT';
|
|
@@ -14877,6 +14901,14 @@ type introspection_types = {
|
|
|
14877
14901
|
};
|
|
14878
14902
|
};
|
|
14879
14903
|
};
|
|
14904
|
+
'kitId': {
|
|
14905
|
+
name: 'kitId';
|
|
14906
|
+
type: {
|
|
14907
|
+
kind: 'SCALAR';
|
|
14908
|
+
name: 'String';
|
|
14909
|
+
ofType: null;
|
|
14910
|
+
};
|
|
14911
|
+
};
|
|
14880
14912
|
'lastCompletedAt': {
|
|
14881
14913
|
name: 'lastCompletedAt';
|
|
14882
14914
|
type: {
|
|
@@ -22902,6 +22934,14 @@ type introspection_types = {
|
|
|
22902
22934
|
};
|
|
22903
22935
|
};
|
|
22904
22936
|
};
|
|
22937
|
+
'kitId': {
|
|
22938
|
+
name: 'kitId';
|
|
22939
|
+
type: {
|
|
22940
|
+
kind: 'SCALAR';
|
|
22941
|
+
name: 'String';
|
|
22942
|
+
ofType: null;
|
|
22943
|
+
};
|
|
22944
|
+
};
|
|
22905
22945
|
'lastCompletedAt': {
|
|
22906
22946
|
name: 'lastCompletedAt';
|
|
22907
22947
|
type: {
|
|
@@ -25189,6 +25229,14 @@ type introspection_types = {
|
|
|
25189
25229
|
};
|
|
25190
25230
|
};
|
|
25191
25231
|
};
|
|
25232
|
+
'kitId': {
|
|
25233
|
+
name: 'kitId';
|
|
25234
|
+
type: {
|
|
25235
|
+
kind: 'SCALAR';
|
|
25236
|
+
name: 'String';
|
|
25237
|
+
ofType: null;
|
|
25238
|
+
};
|
|
25239
|
+
};
|
|
25192
25240
|
'lastCompletedAt': {
|
|
25193
25241
|
name: 'lastCompletedAt';
|
|
25194
25242
|
type: {
|
|
@@ -35855,6 +35903,18 @@ type introspection_types = {
|
|
|
35855
35903
|
};
|
|
35856
35904
|
};
|
|
35857
35905
|
};
|
|
35906
|
+
'isPreRelease': {
|
|
35907
|
+
name: 'isPreRelease';
|
|
35908
|
+
type: {
|
|
35909
|
+
kind: 'NON_NULL';
|
|
35910
|
+
name: never;
|
|
35911
|
+
ofType: {
|
|
35912
|
+
kind: 'SCALAR';
|
|
35913
|
+
name: 'Boolean';
|
|
35914
|
+
ofType: null;
|
|
35915
|
+
};
|
|
35916
|
+
};
|
|
35917
|
+
};
|
|
35858
35918
|
'name': {
|
|
35859
35919
|
name: 'name';
|
|
35860
35920
|
type: {
|
|
@@ -44815,6 +44875,14 @@ type introspection_types = {
|
|
|
44815
44875
|
};
|
|
44816
44876
|
};
|
|
44817
44877
|
};
|
|
44878
|
+
'kitId': {
|
|
44879
|
+
name: 'kitId';
|
|
44880
|
+
type: {
|
|
44881
|
+
kind: 'SCALAR';
|
|
44882
|
+
name: 'String';
|
|
44883
|
+
ofType: null;
|
|
44884
|
+
};
|
|
44885
|
+
};
|
|
44818
44886
|
'lastCompletedAt': {
|
|
44819
44887
|
name: 'lastCompletedAt';
|
|
44820
44888
|
type: {
|
|
@@ -45673,6 +45741,14 @@ type introspection_types = {
|
|
|
45673
45741
|
};
|
|
45674
45742
|
};
|
|
45675
45743
|
};
|
|
45744
|
+
'kitId': {
|
|
45745
|
+
name: 'kitId';
|
|
45746
|
+
type: {
|
|
45747
|
+
kind: 'SCALAR';
|
|
45748
|
+
name: 'String';
|
|
45749
|
+
ofType: null;
|
|
45750
|
+
};
|
|
45751
|
+
};
|
|
45676
45752
|
'lastCompletedAt': {
|
|
45677
45753
|
name: 'lastCompletedAt';
|
|
45678
45754
|
type: {
|
|
@@ -48578,6 +48654,14 @@ type introspection_types = {
|
|
|
48578
48654
|
};
|
|
48579
48655
|
};
|
|
48580
48656
|
};
|
|
48657
|
+
'kitId': {
|
|
48658
|
+
name: 'kitId';
|
|
48659
|
+
type: {
|
|
48660
|
+
kind: 'SCALAR';
|
|
48661
|
+
name: 'String';
|
|
48662
|
+
ofType: null;
|
|
48663
|
+
};
|
|
48664
|
+
};
|
|
48581
48665
|
'lastCompletedAt': {
|
|
48582
48666
|
name: 'lastCompletedAt';
|
|
48583
48667
|
type: {
|
|
@@ -52056,6 +52140,14 @@ type introspection_types = {
|
|
|
52056
52140
|
};
|
|
52057
52141
|
};
|
|
52058
52142
|
};
|
|
52143
|
+
'kitId': {
|
|
52144
|
+
name: 'kitId';
|
|
52145
|
+
type: {
|
|
52146
|
+
kind: 'SCALAR';
|
|
52147
|
+
name: 'String';
|
|
52148
|
+
ofType: null;
|
|
52149
|
+
};
|
|
52150
|
+
};
|
|
52059
52151
|
'lastCompletedAt': {
|
|
52060
52152
|
name: 'lastCompletedAt';
|
|
52061
52153
|
type: {
|
|
@@ -60538,6 +60630,14 @@ type introspection_types = {
|
|
|
60538
60630
|
};
|
|
60539
60631
|
};
|
|
60540
60632
|
};
|
|
60633
|
+
'kitId': {
|
|
60634
|
+
name: 'kitId';
|
|
60635
|
+
type: {
|
|
60636
|
+
kind: 'SCALAR';
|
|
60637
|
+
name: 'String';
|
|
60638
|
+
ofType: null;
|
|
60639
|
+
};
|
|
60640
|
+
};
|
|
60541
60641
|
'lastCompletedAt': {
|
|
60542
60642
|
name: 'lastCompletedAt';
|
|
60543
60643
|
type: {
|
|
@@ -62776,6 +62876,14 @@ type introspection_types = {
|
|
|
62776
62876
|
};
|
|
62777
62877
|
};
|
|
62778
62878
|
};
|
|
62879
|
+
'kitId': {
|
|
62880
|
+
name: 'kitId';
|
|
62881
|
+
type: {
|
|
62882
|
+
kind: 'SCALAR';
|
|
62883
|
+
name: 'String';
|
|
62884
|
+
ofType: null;
|
|
62885
|
+
};
|
|
62886
|
+
};
|
|
62779
62887
|
'lastCompletedAt': {
|
|
62780
62888
|
name: 'lastCompletedAt';
|
|
62781
62889
|
type: {
|
|
@@ -65342,7 +65450,6 @@ type introspection_types = {
|
|
|
65342
65450
|
enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
|
|
65343
65451
|
};
|
|
65344
65452
|
};
|
|
65345
|
-
|
|
65346
65453
|
/** An IntrospectionQuery representation of your schema.
|
|
65347
65454
|
*
|
|
65348
65455
|
* @remarks
|
|
@@ -65388,7 +65495,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65388
65495
|
/**
|
|
65389
65496
|
* GraphQL fragment containing core application fields.
|
|
65390
65497
|
*/
|
|
65391
|
-
declare const ApplicationFragment:
|
|
65498
|
+
declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
|
|
65392
65499
|
id: string;
|
|
65393
65500
|
uniqueName: string;
|
|
65394
65501
|
name: string;
|
|
@@ -65409,7 +65516,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65409
65516
|
/**
|
|
65410
65517
|
* Mutation to create a new application.
|
|
65411
65518
|
*/
|
|
65412
|
-
declare const createApplication:
|
|
65519
|
+
declare const createApplication: gql_tada1.TadaDocumentNode<{
|
|
65413
65520
|
createApplication: {
|
|
65414
65521
|
id: string;
|
|
65415
65522
|
uniqueName: string;
|
|
@@ -65464,7 +65571,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65464
65571
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65465
65572
|
//#endregion
|
|
65466
65573
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65467
|
-
declare const createApplicationAccessToken:
|
|
65574
|
+
declare const createApplicationAccessToken: gql_tada1.TadaDocumentNode<{
|
|
65468
65575
|
createApplicationAccessToken: {
|
|
65469
65576
|
token: string | null;
|
|
65470
65577
|
};
|
|
@@ -65528,7 +65635,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65528
65635
|
/**
|
|
65529
65636
|
* Fragment containing core blockchain network fields.
|
|
65530
65637
|
*/
|
|
65531
|
-
declare const BlockchainNetworkFragment:
|
|
65638
|
+
declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
65532
65639
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65533
65640
|
id: string;
|
|
65534
65641
|
uniqueName: string;
|
|
@@ -66426,7 +66533,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66426
66533
|
/**
|
|
66427
66534
|
* Mutation to create a new blockchain network.
|
|
66428
66535
|
*/
|
|
66429
|
-
declare const createBlockchainNetwork:
|
|
66536
|
+
declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
66430
66537
|
createBlockchainNetwork: {
|
|
66431
66538
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66432
66539
|
id: string;
|
|
@@ -67161,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
|
67161
67268
|
gasLimit?: string | null | undefined;
|
|
67162
67269
|
evmStackSize?: number | null | undefined;
|
|
67163
67270
|
contractSizeLimit?: number | null | undefined;
|
|
67164
|
-
consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "
|
|
67271
|
+
consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
|
|
67165
67272
|
chainId?: number | null | undefined;
|
|
67166
67273
|
applicationId: string;
|
|
67167
67274
|
}, void>;
|
|
@@ -68924,7 +69031,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68924
69031
|
/**
|
|
68925
69032
|
* Fragment containing core blockchain node fields.
|
|
68926
69033
|
*/
|
|
68927
|
-
declare const BlockchainNodeFragment:
|
|
69034
|
+
declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
68928
69035
|
__typename: "BesuIbftv2BlockchainNode";
|
|
68929
69036
|
id: string;
|
|
68930
69037
|
uniqueName: string;
|
|
@@ -69805,7 +69912,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69805
69912
|
/**
|
|
69806
69913
|
* Mutation to create a blockchain node.
|
|
69807
69914
|
*/
|
|
69808
|
-
declare const createBlockchainNode:
|
|
69915
|
+
declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
69809
69916
|
createBlockchainNode: {
|
|
69810
69917
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69811
69918
|
id: string;
|
|
@@ -70431,7 +70538,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70431
70538
|
/**
|
|
70432
70539
|
* Fragment containing core custom deployment fields.
|
|
70433
70540
|
*/
|
|
70434
|
-
declare const CustomDeploymentFragment:
|
|
70541
|
+
declare const CustomDeploymentFragment: gql_tada1.TadaDocumentNode<{
|
|
70435
70542
|
id: string;
|
|
70436
70543
|
uniqueName: string;
|
|
70437
70544
|
name: string;
|
|
@@ -70461,7 +70568,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70461
70568
|
/**
|
|
70462
70569
|
* Mutation to create a custom deployment.
|
|
70463
70570
|
*/
|
|
70464
|
-
declare const createCustomDeployment:
|
|
70571
|
+
declare const createCustomDeployment: gql_tada1.TadaDocumentNode<{
|
|
70465
70572
|
createCustomDeployment: {
|
|
70466
70573
|
id: string;
|
|
70467
70574
|
uniqueName: string;
|
|
@@ -70561,7 +70668,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70561
70668
|
/**
|
|
70562
70669
|
* GraphQL fragment containing core insights fields.
|
|
70563
70670
|
*/
|
|
70564
|
-
declare const InsightsFragment:
|
|
70671
|
+
declare const InsightsFragment: gql_tada1.TadaDocumentNode<{
|
|
70565
70672
|
__typename: "BlockchainExplorer";
|
|
70566
70673
|
id: string;
|
|
70567
70674
|
uniqueName: string;
|
|
@@ -70633,7 +70740,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70633
70740
|
/**
|
|
70634
70741
|
* Mutation to create insights.
|
|
70635
70742
|
*/
|
|
70636
|
-
declare const createInsights:
|
|
70743
|
+
declare const createInsights: gql_tada1.TadaDocumentNode<{
|
|
70637
70744
|
createInsights: {
|
|
70638
70745
|
__typename: "BlockchainExplorer";
|
|
70639
70746
|
id: string;
|
|
@@ -70767,7 +70874,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70767
70874
|
/**
|
|
70768
70875
|
* GraphQL fragment containing core integration fields.
|
|
70769
70876
|
*/
|
|
70770
|
-
declare const IntegrationFragment:
|
|
70877
|
+
declare const IntegrationFragment: gql_tada1.TadaDocumentNode<{
|
|
70771
70878
|
__typename: "Chainlink";
|
|
70772
70879
|
id: string;
|
|
70773
70880
|
uniqueName: string;
|
|
@@ -70859,7 +70966,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70859
70966
|
/**
|
|
70860
70967
|
* Mutation to create a new integration.
|
|
70861
70968
|
*/
|
|
70862
|
-
declare const createIntegration:
|
|
70969
|
+
declare const createIntegration: gql_tada1.TadaDocumentNode<{
|
|
70863
70970
|
createIntegration: {
|
|
70864
70971
|
__typename: "Chainlink";
|
|
70865
70972
|
id: string;
|
|
@@ -71009,7 +71116,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
71009
71116
|
/**
|
|
71010
71117
|
* GraphQL fragment containing core load balancer fields.
|
|
71011
71118
|
*/
|
|
71012
|
-
declare const LoadBalancerFragment:
|
|
71119
|
+
declare const LoadBalancerFragment: gql_tada1.TadaDocumentNode<{
|
|
71013
71120
|
__typename: "EVMLoadBalancer";
|
|
71014
71121
|
id: string;
|
|
71015
71122
|
uniqueName: string;
|
|
@@ -71049,7 +71156,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71049
71156
|
/**
|
|
71050
71157
|
* Mutation to create a load balancer.
|
|
71051
71158
|
*/
|
|
71052
|
-
declare const createLoadBalancer:
|
|
71159
|
+
declare const createLoadBalancer: gql_tada1.TadaDocumentNode<{
|
|
71053
71160
|
createLoadBalancer: {
|
|
71054
71161
|
__typename: "EVMLoadBalancer";
|
|
71055
71162
|
id: string;
|
|
@@ -71150,7 +71257,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71150
71257
|
/**
|
|
71151
71258
|
* GraphQL fragment containing core middleware fields.
|
|
71152
71259
|
*/
|
|
71153
|
-
declare const MiddlewareFragment:
|
|
71260
|
+
declare const MiddlewareFragment: gql_tada1.TadaDocumentNode<{
|
|
71154
71261
|
__typename: "AttestationIndexerMiddleware";
|
|
71155
71262
|
id: string;
|
|
71156
71263
|
uniqueName: string;
|
|
@@ -71318,7 +71425,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71318
71425
|
/**
|
|
71319
71426
|
* Query to fetch a specific middleware with subgraphs.
|
|
71320
71427
|
*/
|
|
71321
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71428
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada1.TadaDocumentNode<{
|
|
71322
71429
|
middlewareByUniqueName: {
|
|
71323
71430
|
__typename: "AttestationIndexerMiddleware";
|
|
71324
71431
|
id: string;
|
|
@@ -71501,7 +71608,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71501
71608
|
/**
|
|
71502
71609
|
* Mutation to create a new middleware.
|
|
71503
71610
|
*/
|
|
71504
|
-
declare const createMiddleware:
|
|
71611
|
+
declare const createMiddleware: gql_tada1.TadaDocumentNode<{
|
|
71505
71612
|
createMiddleware: {
|
|
71506
71613
|
__typename: "AttestationIndexerMiddleware";
|
|
71507
71614
|
id: string;
|
|
@@ -71746,7 +71853,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71746
71853
|
/**
|
|
71747
71854
|
* GraphQL query to fetch platform configuration.
|
|
71748
71855
|
*/
|
|
71749
|
-
declare const getPlatformConfigQuery:
|
|
71856
|
+
declare const getPlatformConfigQuery: gql_tada1.TadaDocumentNode<{
|
|
71750
71857
|
config: {
|
|
71751
71858
|
smartContractSets: {
|
|
71752
71859
|
id: string;
|
|
@@ -71803,7 +71910,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71803
71910
|
/**
|
|
71804
71911
|
* GraphQL fragment containing core private key fields.
|
|
71805
71912
|
*/
|
|
71806
|
-
declare const PrivateKeyFragment:
|
|
71913
|
+
declare const PrivateKeyFragment: gql_tada1.TadaDocumentNode<{
|
|
71807
71914
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71808
71915
|
id: string;
|
|
71809
71916
|
uniqueName: string;
|
|
@@ -72010,7 +72117,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
72010
72117
|
/**
|
|
72011
72118
|
* Mutation to create a new private key.
|
|
72012
72119
|
*/
|
|
72013
|
-
declare const createPrivateKey:
|
|
72120
|
+
declare const createPrivateKey: gql_tada1.TadaDocumentNode<{
|
|
72014
72121
|
createPrivateKey: {
|
|
72015
72122
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
72016
72123
|
id: string;
|
|
@@ -72281,7 +72388,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72281
72388
|
/**
|
|
72282
72389
|
* GraphQL fragment containing core storage fields.
|
|
72283
72390
|
*/
|
|
72284
|
-
declare const StorageFragment:
|
|
72391
|
+
declare const StorageFragment: gql_tada1.TadaDocumentNode<{
|
|
72285
72392
|
__typename: "IPFSStorage";
|
|
72286
72393
|
id: string;
|
|
72287
72394
|
uniqueName: string;
|
|
@@ -72333,7 +72440,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72333
72440
|
/**
|
|
72334
72441
|
* Mutation to create a new storage.
|
|
72335
72442
|
*/
|
|
72336
|
-
declare const createStorage:
|
|
72443
|
+
declare const createStorage: gql_tada1.TadaDocumentNode<{
|
|
72337
72444
|
createStorage: {
|
|
72338
72445
|
__typename: "IPFSStorage";
|
|
72339
72446
|
id: string;
|
|
@@ -72443,7 +72550,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72443
72550
|
/**
|
|
72444
72551
|
* GraphQL fragment containing core workspace fields.
|
|
72445
72552
|
*/
|
|
72446
|
-
declare const WorkspaceFragment:
|
|
72553
|
+
declare const WorkspaceFragment: gql_tada1.TadaDocumentNode<{
|
|
72447
72554
|
id: string;
|
|
72448
72555
|
uniqueName: string;
|
|
72449
72556
|
name: string;
|
|
@@ -72464,7 +72571,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72464
72571
|
/**
|
|
72465
72572
|
* Mutation to create a new workspace.
|
|
72466
72573
|
*/
|
|
72467
|
-
declare const createWorkspace:
|
|
72574
|
+
declare const createWorkspace: gql_tada1.TadaDocumentNode<{
|
|
72468
72575
|
createWorkspace: {
|
|
72469
72576
|
id: string;
|
|
72470
72577
|
uniqueName: string;
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
3
3
|
import { GraphQLClient } from "graphql-request";
|
|
4
4
|
import { z } from "zod";
|
|
5
|
-
import * as
|
|
5
|
+
import * as gql_tada0 from "gql.tada";
|
|
6
6
|
import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
|
|
7
7
|
|
|
8
8
|
//#region src/helpers/graphql-env.d.ts
|
|
@@ -5885,6 +5885,14 @@ type introspection_types = {
|
|
|
5885
5885
|
};
|
|
5886
5886
|
};
|
|
5887
5887
|
};
|
|
5888
|
+
'artifactsImageTag': {
|
|
5889
|
+
name: 'artifactsImageTag';
|
|
5890
|
+
type: {
|
|
5891
|
+
kind: 'SCALAR';
|
|
5892
|
+
name: 'String';
|
|
5893
|
+
ofType: null;
|
|
5894
|
+
};
|
|
5895
|
+
};
|
|
5888
5896
|
'blockchainNodes': {
|
|
5889
5897
|
name: 'blockchainNodes';
|
|
5890
5898
|
type: {
|
|
@@ -6217,14 +6225,6 @@ type introspection_types = {
|
|
|
6217
6225
|
};
|
|
6218
6226
|
};
|
|
6219
6227
|
};
|
|
6220
|
-
'genesisArtifactsTag': {
|
|
6221
|
-
name: 'genesisArtifactsTag';
|
|
6222
|
-
type: {
|
|
6223
|
-
kind: 'SCALAR';
|
|
6224
|
-
name: 'String';
|
|
6225
|
-
ofType: null;
|
|
6226
|
-
};
|
|
6227
|
-
};
|
|
6228
6228
|
'genesisWithDiscoveryConfig': {
|
|
6229
6229
|
name: 'genesisWithDiscoveryConfig';
|
|
6230
6230
|
type: {
|
|
@@ -6349,6 +6349,14 @@ type introspection_types = {
|
|
|
6349
6349
|
};
|
|
6350
6350
|
};
|
|
6351
6351
|
};
|
|
6352
|
+
'kitId': {
|
|
6353
|
+
name: 'kitId';
|
|
6354
|
+
type: {
|
|
6355
|
+
kind: 'SCALAR';
|
|
6356
|
+
name: 'String';
|
|
6357
|
+
ofType: null;
|
|
6358
|
+
};
|
|
6359
|
+
};
|
|
6352
6360
|
'lastCompletedAt': {
|
|
6353
6361
|
name: 'lastCompletedAt';
|
|
6354
6362
|
type: {
|
|
@@ -8187,6 +8195,14 @@ type introspection_types = {
|
|
|
8187
8195
|
};
|
|
8188
8196
|
};
|
|
8189
8197
|
};
|
|
8198
|
+
'artifactsImageTag': {
|
|
8199
|
+
name: 'artifactsImageTag';
|
|
8200
|
+
type: {
|
|
8201
|
+
kind: 'SCALAR';
|
|
8202
|
+
name: 'String';
|
|
8203
|
+
ofType: null;
|
|
8204
|
+
};
|
|
8205
|
+
};
|
|
8190
8206
|
'blockchainNodes': {
|
|
8191
8207
|
name: 'blockchainNodes';
|
|
8192
8208
|
type: {
|
|
@@ -8519,14 +8535,6 @@ type introspection_types = {
|
|
|
8519
8535
|
};
|
|
8520
8536
|
};
|
|
8521
8537
|
};
|
|
8522
|
-
'genesisArtifactsTag': {
|
|
8523
|
-
name: 'genesisArtifactsTag';
|
|
8524
|
-
type: {
|
|
8525
|
-
kind: 'SCALAR';
|
|
8526
|
-
name: 'String';
|
|
8527
|
-
ofType: null;
|
|
8528
|
-
};
|
|
8529
|
-
};
|
|
8530
8538
|
'genesisWithDiscoveryConfig': {
|
|
8531
8539
|
name: 'genesisWithDiscoveryConfig';
|
|
8532
8540
|
type: {
|
|
@@ -8651,6 +8659,14 @@ type introspection_types = {
|
|
|
8651
8659
|
};
|
|
8652
8660
|
};
|
|
8653
8661
|
};
|
|
8662
|
+
'kitId': {
|
|
8663
|
+
name: 'kitId';
|
|
8664
|
+
type: {
|
|
8665
|
+
kind: 'SCALAR';
|
|
8666
|
+
name: 'String';
|
|
8667
|
+
ofType: null;
|
|
8668
|
+
};
|
|
8669
|
+
};
|
|
8654
8670
|
'lastCompletedAt': {
|
|
8655
8671
|
name: 'lastCompletedAt';
|
|
8656
8672
|
type: {
|
|
@@ -11855,6 +11871,14 @@ type introspection_types = {
|
|
|
11855
11871
|
};
|
|
11856
11872
|
};
|
|
11857
11873
|
};
|
|
11874
|
+
'kitId': {
|
|
11875
|
+
name: 'kitId';
|
|
11876
|
+
type: {
|
|
11877
|
+
kind: 'SCALAR';
|
|
11878
|
+
name: 'String';
|
|
11879
|
+
ofType: null;
|
|
11880
|
+
};
|
|
11881
|
+
};
|
|
11858
11882
|
'lastCompletedAt': {
|
|
11859
11883
|
name: 'lastCompletedAt';
|
|
11860
11884
|
type: {
|
|
@@ -14461,7 +14485,7 @@ type introspection_types = {
|
|
|
14461
14485
|
};
|
|
14462
14486
|
'ConsensusAlgorithm': {
|
|
14463
14487
|
name: 'ConsensusAlgorithm';
|
|
14464
|
-
enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | '
|
|
14488
|
+
enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
|
|
14465
14489
|
};
|
|
14466
14490
|
'ContractAddresses': {
|
|
14467
14491
|
kind: 'OBJECT';
|
|
@@ -14877,6 +14901,14 @@ type introspection_types = {
|
|
|
14877
14901
|
};
|
|
14878
14902
|
};
|
|
14879
14903
|
};
|
|
14904
|
+
'kitId': {
|
|
14905
|
+
name: 'kitId';
|
|
14906
|
+
type: {
|
|
14907
|
+
kind: 'SCALAR';
|
|
14908
|
+
name: 'String';
|
|
14909
|
+
ofType: null;
|
|
14910
|
+
};
|
|
14911
|
+
};
|
|
14880
14912
|
'lastCompletedAt': {
|
|
14881
14913
|
name: 'lastCompletedAt';
|
|
14882
14914
|
type: {
|
|
@@ -22902,6 +22934,14 @@ type introspection_types = {
|
|
|
22902
22934
|
};
|
|
22903
22935
|
};
|
|
22904
22936
|
};
|
|
22937
|
+
'kitId': {
|
|
22938
|
+
name: 'kitId';
|
|
22939
|
+
type: {
|
|
22940
|
+
kind: 'SCALAR';
|
|
22941
|
+
name: 'String';
|
|
22942
|
+
ofType: null;
|
|
22943
|
+
};
|
|
22944
|
+
};
|
|
22905
22945
|
'lastCompletedAt': {
|
|
22906
22946
|
name: 'lastCompletedAt';
|
|
22907
22947
|
type: {
|
|
@@ -25189,6 +25229,14 @@ type introspection_types = {
|
|
|
25189
25229
|
};
|
|
25190
25230
|
};
|
|
25191
25231
|
};
|
|
25232
|
+
'kitId': {
|
|
25233
|
+
name: 'kitId';
|
|
25234
|
+
type: {
|
|
25235
|
+
kind: 'SCALAR';
|
|
25236
|
+
name: 'String';
|
|
25237
|
+
ofType: null;
|
|
25238
|
+
};
|
|
25239
|
+
};
|
|
25192
25240
|
'lastCompletedAt': {
|
|
25193
25241
|
name: 'lastCompletedAt';
|
|
25194
25242
|
type: {
|
|
@@ -35855,6 +35903,18 @@ type introspection_types = {
|
|
|
35855
35903
|
};
|
|
35856
35904
|
};
|
|
35857
35905
|
};
|
|
35906
|
+
'isPreRelease': {
|
|
35907
|
+
name: 'isPreRelease';
|
|
35908
|
+
type: {
|
|
35909
|
+
kind: 'NON_NULL';
|
|
35910
|
+
name: never;
|
|
35911
|
+
ofType: {
|
|
35912
|
+
kind: 'SCALAR';
|
|
35913
|
+
name: 'Boolean';
|
|
35914
|
+
ofType: null;
|
|
35915
|
+
};
|
|
35916
|
+
};
|
|
35917
|
+
};
|
|
35858
35918
|
'name': {
|
|
35859
35919
|
name: 'name';
|
|
35860
35920
|
type: {
|
|
@@ -44815,6 +44875,14 @@ type introspection_types = {
|
|
|
44815
44875
|
};
|
|
44816
44876
|
};
|
|
44817
44877
|
};
|
|
44878
|
+
'kitId': {
|
|
44879
|
+
name: 'kitId';
|
|
44880
|
+
type: {
|
|
44881
|
+
kind: 'SCALAR';
|
|
44882
|
+
name: 'String';
|
|
44883
|
+
ofType: null;
|
|
44884
|
+
};
|
|
44885
|
+
};
|
|
44818
44886
|
'lastCompletedAt': {
|
|
44819
44887
|
name: 'lastCompletedAt';
|
|
44820
44888
|
type: {
|
|
@@ -45673,6 +45741,14 @@ type introspection_types = {
|
|
|
45673
45741
|
};
|
|
45674
45742
|
};
|
|
45675
45743
|
};
|
|
45744
|
+
'kitId': {
|
|
45745
|
+
name: 'kitId';
|
|
45746
|
+
type: {
|
|
45747
|
+
kind: 'SCALAR';
|
|
45748
|
+
name: 'String';
|
|
45749
|
+
ofType: null;
|
|
45750
|
+
};
|
|
45751
|
+
};
|
|
45676
45752
|
'lastCompletedAt': {
|
|
45677
45753
|
name: 'lastCompletedAt';
|
|
45678
45754
|
type: {
|
|
@@ -48578,6 +48654,14 @@ type introspection_types = {
|
|
|
48578
48654
|
};
|
|
48579
48655
|
};
|
|
48580
48656
|
};
|
|
48657
|
+
'kitId': {
|
|
48658
|
+
name: 'kitId';
|
|
48659
|
+
type: {
|
|
48660
|
+
kind: 'SCALAR';
|
|
48661
|
+
name: 'String';
|
|
48662
|
+
ofType: null;
|
|
48663
|
+
};
|
|
48664
|
+
};
|
|
48581
48665
|
'lastCompletedAt': {
|
|
48582
48666
|
name: 'lastCompletedAt';
|
|
48583
48667
|
type: {
|
|
@@ -52056,6 +52140,14 @@ type introspection_types = {
|
|
|
52056
52140
|
};
|
|
52057
52141
|
};
|
|
52058
52142
|
};
|
|
52143
|
+
'kitId': {
|
|
52144
|
+
name: 'kitId';
|
|
52145
|
+
type: {
|
|
52146
|
+
kind: 'SCALAR';
|
|
52147
|
+
name: 'String';
|
|
52148
|
+
ofType: null;
|
|
52149
|
+
};
|
|
52150
|
+
};
|
|
52059
52151
|
'lastCompletedAt': {
|
|
52060
52152
|
name: 'lastCompletedAt';
|
|
52061
52153
|
type: {
|
|
@@ -60538,6 +60630,14 @@ type introspection_types = {
|
|
|
60538
60630
|
};
|
|
60539
60631
|
};
|
|
60540
60632
|
};
|
|
60633
|
+
'kitId': {
|
|
60634
|
+
name: 'kitId';
|
|
60635
|
+
type: {
|
|
60636
|
+
kind: 'SCALAR';
|
|
60637
|
+
name: 'String';
|
|
60638
|
+
ofType: null;
|
|
60639
|
+
};
|
|
60640
|
+
};
|
|
60541
60641
|
'lastCompletedAt': {
|
|
60542
60642
|
name: 'lastCompletedAt';
|
|
60543
60643
|
type: {
|
|
@@ -62776,6 +62876,14 @@ type introspection_types = {
|
|
|
62776
62876
|
};
|
|
62777
62877
|
};
|
|
62778
62878
|
};
|
|
62879
|
+
'kitId': {
|
|
62880
|
+
name: 'kitId';
|
|
62881
|
+
type: {
|
|
62882
|
+
kind: 'SCALAR';
|
|
62883
|
+
name: 'String';
|
|
62884
|
+
ofType: null;
|
|
62885
|
+
};
|
|
62886
|
+
};
|
|
62779
62887
|
'lastCompletedAt': {
|
|
62780
62888
|
name: 'lastCompletedAt';
|
|
62781
62889
|
type: {
|
|
@@ -65342,7 +65450,6 @@ type introspection_types = {
|
|
|
65342
65450
|
enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
|
|
65343
65451
|
};
|
|
65344
65452
|
};
|
|
65345
|
-
|
|
65346
65453
|
/** An IntrospectionQuery representation of your schema.
|
|
65347
65454
|
*
|
|
65348
65455
|
* @remarks
|
|
@@ -65388,7 +65495,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65388
65495
|
/**
|
|
65389
65496
|
* GraphQL fragment containing core application fields.
|
|
65390
65497
|
*/
|
|
65391
|
-
declare const ApplicationFragment:
|
|
65498
|
+
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
|
|
65392
65499
|
id: string;
|
|
65393
65500
|
uniqueName: string;
|
|
65394
65501
|
name: string;
|
|
@@ -65409,7 +65516,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65409
65516
|
/**
|
|
65410
65517
|
* Mutation to create a new application.
|
|
65411
65518
|
*/
|
|
65412
|
-
declare const createApplication:
|
|
65519
|
+
declare const createApplication: gql_tada0.TadaDocumentNode<{
|
|
65413
65520
|
createApplication: {
|
|
65414
65521
|
id: string;
|
|
65415
65522
|
uniqueName: string;
|
|
@@ -65464,7 +65571,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65464
65571
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65465
65572
|
//#endregion
|
|
65466
65573
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65467
|
-
declare const createApplicationAccessToken:
|
|
65574
|
+
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
|
|
65468
65575
|
createApplicationAccessToken: {
|
|
65469
65576
|
token: string | null;
|
|
65470
65577
|
};
|
|
@@ -65528,7 +65635,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65528
65635
|
/**
|
|
65529
65636
|
* Fragment containing core blockchain network fields.
|
|
65530
65637
|
*/
|
|
65531
|
-
declare const BlockchainNetworkFragment:
|
|
65638
|
+
declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
|
|
65532
65639
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65533
65640
|
id: string;
|
|
65534
65641
|
uniqueName: string;
|
|
@@ -66426,7 +66533,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66426
66533
|
/**
|
|
66427
66534
|
* Mutation to create a new blockchain network.
|
|
66428
66535
|
*/
|
|
66429
|
-
declare const createBlockchainNetwork:
|
|
66536
|
+
declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
66430
66537
|
createBlockchainNetwork: {
|
|
66431
66538
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66432
66539
|
id: string;
|
|
@@ -67161,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
67161
67268
|
gasLimit?: string | null | undefined;
|
|
67162
67269
|
evmStackSize?: number | null | undefined;
|
|
67163
67270
|
contractSizeLimit?: number | null | undefined;
|
|
67164
|
-
consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "
|
|
67271
|
+
consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
|
|
67165
67272
|
chainId?: number | null | undefined;
|
|
67166
67273
|
applicationId: string;
|
|
67167
67274
|
}, void>;
|
|
@@ -68924,7 +69031,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68924
69031
|
/**
|
|
68925
69032
|
* Fragment containing core blockchain node fields.
|
|
68926
69033
|
*/
|
|
68927
|
-
declare const BlockchainNodeFragment:
|
|
69034
|
+
declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
|
|
68928
69035
|
__typename: "BesuIbftv2BlockchainNode";
|
|
68929
69036
|
id: string;
|
|
68930
69037
|
uniqueName: string;
|
|
@@ -69805,7 +69912,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69805
69912
|
/**
|
|
69806
69913
|
* Mutation to create a blockchain node.
|
|
69807
69914
|
*/
|
|
69808
|
-
declare const createBlockchainNode:
|
|
69915
|
+
declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
|
|
69809
69916
|
createBlockchainNode: {
|
|
69810
69917
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69811
69918
|
id: string;
|
|
@@ -70431,7 +70538,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70431
70538
|
/**
|
|
70432
70539
|
* Fragment containing core custom deployment fields.
|
|
70433
70540
|
*/
|
|
70434
|
-
declare const CustomDeploymentFragment:
|
|
70541
|
+
declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
|
|
70435
70542
|
id: string;
|
|
70436
70543
|
uniqueName: string;
|
|
70437
70544
|
name: string;
|
|
@@ -70461,7 +70568,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70461
70568
|
/**
|
|
70462
70569
|
* Mutation to create a custom deployment.
|
|
70463
70570
|
*/
|
|
70464
|
-
declare const createCustomDeployment:
|
|
70571
|
+
declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
|
|
70465
70572
|
createCustomDeployment: {
|
|
70466
70573
|
id: string;
|
|
70467
70574
|
uniqueName: string;
|
|
@@ -70561,7 +70668,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70561
70668
|
/**
|
|
70562
70669
|
* GraphQL fragment containing core insights fields.
|
|
70563
70670
|
*/
|
|
70564
|
-
declare const InsightsFragment:
|
|
70671
|
+
declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
|
|
70565
70672
|
__typename: "BlockchainExplorer";
|
|
70566
70673
|
id: string;
|
|
70567
70674
|
uniqueName: string;
|
|
@@ -70633,7 +70740,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70633
70740
|
/**
|
|
70634
70741
|
* Mutation to create insights.
|
|
70635
70742
|
*/
|
|
70636
|
-
declare const createInsights:
|
|
70743
|
+
declare const createInsights: gql_tada0.TadaDocumentNode<{
|
|
70637
70744
|
createInsights: {
|
|
70638
70745
|
__typename: "BlockchainExplorer";
|
|
70639
70746
|
id: string;
|
|
@@ -70767,7 +70874,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70767
70874
|
/**
|
|
70768
70875
|
* GraphQL fragment containing core integration fields.
|
|
70769
70876
|
*/
|
|
70770
|
-
declare const IntegrationFragment:
|
|
70877
|
+
declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
|
|
70771
70878
|
__typename: "Chainlink";
|
|
70772
70879
|
id: string;
|
|
70773
70880
|
uniqueName: string;
|
|
@@ -70859,7 +70966,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70859
70966
|
/**
|
|
70860
70967
|
* Mutation to create a new integration.
|
|
70861
70968
|
*/
|
|
70862
|
-
declare const createIntegration:
|
|
70969
|
+
declare const createIntegration: gql_tada0.TadaDocumentNode<{
|
|
70863
70970
|
createIntegration: {
|
|
70864
70971
|
__typename: "Chainlink";
|
|
70865
70972
|
id: string;
|
|
@@ -71009,7 +71116,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
71009
71116
|
/**
|
|
71010
71117
|
* GraphQL fragment containing core load balancer fields.
|
|
71011
71118
|
*/
|
|
71012
|
-
declare const LoadBalancerFragment:
|
|
71119
|
+
declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
|
|
71013
71120
|
__typename: "EVMLoadBalancer";
|
|
71014
71121
|
id: string;
|
|
71015
71122
|
uniqueName: string;
|
|
@@ -71049,7 +71156,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71049
71156
|
/**
|
|
71050
71157
|
* Mutation to create a load balancer.
|
|
71051
71158
|
*/
|
|
71052
|
-
declare const createLoadBalancer:
|
|
71159
|
+
declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
|
|
71053
71160
|
createLoadBalancer: {
|
|
71054
71161
|
__typename: "EVMLoadBalancer";
|
|
71055
71162
|
id: string;
|
|
@@ -71150,7 +71257,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71150
71257
|
/**
|
|
71151
71258
|
* GraphQL fragment containing core middleware fields.
|
|
71152
71259
|
*/
|
|
71153
|
-
declare const MiddlewareFragment:
|
|
71260
|
+
declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
|
|
71154
71261
|
__typename: "AttestationIndexerMiddleware";
|
|
71155
71262
|
id: string;
|
|
71156
71263
|
uniqueName: string;
|
|
@@ -71318,7 +71425,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71318
71425
|
/**
|
|
71319
71426
|
* Query to fetch a specific middleware with subgraphs.
|
|
71320
71427
|
*/
|
|
71321
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71428
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
|
|
71322
71429
|
middlewareByUniqueName: {
|
|
71323
71430
|
__typename: "AttestationIndexerMiddleware";
|
|
71324
71431
|
id: string;
|
|
@@ -71501,7 +71608,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71501
71608
|
/**
|
|
71502
71609
|
* Mutation to create a new middleware.
|
|
71503
71610
|
*/
|
|
71504
|
-
declare const createMiddleware:
|
|
71611
|
+
declare const createMiddleware: gql_tada0.TadaDocumentNode<{
|
|
71505
71612
|
createMiddleware: {
|
|
71506
71613
|
__typename: "AttestationIndexerMiddleware";
|
|
71507
71614
|
id: string;
|
|
@@ -71746,7 +71853,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71746
71853
|
/**
|
|
71747
71854
|
* GraphQL query to fetch platform configuration.
|
|
71748
71855
|
*/
|
|
71749
|
-
declare const getPlatformConfigQuery:
|
|
71856
|
+
declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
|
|
71750
71857
|
config: {
|
|
71751
71858
|
smartContractSets: {
|
|
71752
71859
|
id: string;
|
|
@@ -71803,7 +71910,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71803
71910
|
/**
|
|
71804
71911
|
* GraphQL fragment containing core private key fields.
|
|
71805
71912
|
*/
|
|
71806
|
-
declare const PrivateKeyFragment:
|
|
71913
|
+
declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
|
|
71807
71914
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71808
71915
|
id: string;
|
|
71809
71916
|
uniqueName: string;
|
|
@@ -72010,7 +72117,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
72010
72117
|
/**
|
|
72011
72118
|
* Mutation to create a new private key.
|
|
72012
72119
|
*/
|
|
72013
|
-
declare const createPrivateKey:
|
|
72120
|
+
declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
|
|
72014
72121
|
createPrivateKey: {
|
|
72015
72122
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
72016
72123
|
id: string;
|
|
@@ -72281,7 +72388,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72281
72388
|
/**
|
|
72282
72389
|
* GraphQL fragment containing core storage fields.
|
|
72283
72390
|
*/
|
|
72284
|
-
declare const StorageFragment:
|
|
72391
|
+
declare const StorageFragment: gql_tada0.TadaDocumentNode<{
|
|
72285
72392
|
__typename: "IPFSStorage";
|
|
72286
72393
|
id: string;
|
|
72287
72394
|
uniqueName: string;
|
|
@@ -72333,7 +72440,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72333
72440
|
/**
|
|
72334
72441
|
* Mutation to create a new storage.
|
|
72335
72442
|
*/
|
|
72336
|
-
declare const createStorage:
|
|
72443
|
+
declare const createStorage: gql_tada0.TadaDocumentNode<{
|
|
72337
72444
|
createStorage: {
|
|
72338
72445
|
__typename: "IPFSStorage";
|
|
72339
72446
|
id: string;
|
|
@@ -72443,7 +72550,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72443
72550
|
/**
|
|
72444
72551
|
* GraphQL fragment containing core workspace fields.
|
|
72445
72552
|
*/
|
|
72446
|
-
declare const WorkspaceFragment:
|
|
72553
|
+
declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
|
|
72447
72554
|
id: string;
|
|
72448
72555
|
uniqueName: string;
|
|
72449
72556
|
name: string;
|
|
@@ -72464,7 +72571,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72464
72571
|
/**
|
|
72465
72572
|
* Mutation to create a new workspace.
|
|
72466
72573
|
*/
|
|
72467
|
-
declare const createWorkspace:
|
|
72574
|
+
declare const createWorkspace: gql_tada0.TadaDocumentNode<{
|
|
72468
72575
|
createWorkspace: {
|
|
72469
72576
|
id: string;
|
|
72470
72577
|
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.6.2-
|
|
4
|
+
"version": "2.6.2-prb4b12e9f",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"codegen": "gql-tada generate-schema ${CONSOLE_GRAPHQL:-https://console.settlemint.com/api/graphql} && gql-tada generate-output",
|
|
44
44
|
"build": "tsdown",
|
|
45
|
-
"dev": "tsdown --watch",
|
|
45
|
+
"dev": "tsdown --watch ./src",
|
|
46
46
|
"publint": "publint run --strict",
|
|
47
47
|
"attw": "attw --pack .",
|
|
48
48
|
"test": "bun test",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@settlemint/sdk-utils": "2.6.2-
|
|
57
|
+
"@settlemint/sdk-utils": "2.6.2-prb4b12e9f",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|