@settlemint/sdk-js 2.6.2-prb30519ca → 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.cjs +16 -7
- package/dist/settlemint.cjs.map +1 -1
- package/dist/settlemint.d.cts +153 -29
- package/dist/settlemint.d.ts +127 -3
- package/dist/settlemint.js +2 -0
- package/dist/settlemint.js.map +1 -1
- 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: {
|
|
@@ -6341,6 +6349,14 @@ type introspection_types = {
|
|
|
6341
6349
|
};
|
|
6342
6350
|
};
|
|
6343
6351
|
};
|
|
6352
|
+
'kitId': {
|
|
6353
|
+
name: 'kitId';
|
|
6354
|
+
type: {
|
|
6355
|
+
kind: 'SCALAR';
|
|
6356
|
+
name: 'String';
|
|
6357
|
+
ofType: null;
|
|
6358
|
+
};
|
|
6359
|
+
};
|
|
6344
6360
|
'lastCompletedAt': {
|
|
6345
6361
|
name: 'lastCompletedAt';
|
|
6346
6362
|
type: {
|
|
@@ -8179,6 +8195,14 @@ type introspection_types = {
|
|
|
8179
8195
|
};
|
|
8180
8196
|
};
|
|
8181
8197
|
};
|
|
8198
|
+
'artifactsImageTag': {
|
|
8199
|
+
name: 'artifactsImageTag';
|
|
8200
|
+
type: {
|
|
8201
|
+
kind: 'SCALAR';
|
|
8202
|
+
name: 'String';
|
|
8203
|
+
ofType: null;
|
|
8204
|
+
};
|
|
8205
|
+
};
|
|
8182
8206
|
'blockchainNodes': {
|
|
8183
8207
|
name: 'blockchainNodes';
|
|
8184
8208
|
type: {
|
|
@@ -8635,6 +8659,14 @@ type introspection_types = {
|
|
|
8635
8659
|
};
|
|
8636
8660
|
};
|
|
8637
8661
|
};
|
|
8662
|
+
'kitId': {
|
|
8663
|
+
name: 'kitId';
|
|
8664
|
+
type: {
|
|
8665
|
+
kind: 'SCALAR';
|
|
8666
|
+
name: 'String';
|
|
8667
|
+
ofType: null;
|
|
8668
|
+
};
|
|
8669
|
+
};
|
|
8638
8670
|
'lastCompletedAt': {
|
|
8639
8671
|
name: 'lastCompletedAt';
|
|
8640
8672
|
type: {
|
|
@@ -11839,6 +11871,14 @@ type introspection_types = {
|
|
|
11839
11871
|
};
|
|
11840
11872
|
};
|
|
11841
11873
|
};
|
|
11874
|
+
'kitId': {
|
|
11875
|
+
name: 'kitId';
|
|
11876
|
+
type: {
|
|
11877
|
+
kind: 'SCALAR';
|
|
11878
|
+
name: 'String';
|
|
11879
|
+
ofType: null;
|
|
11880
|
+
};
|
|
11881
|
+
};
|
|
11842
11882
|
'lastCompletedAt': {
|
|
11843
11883
|
name: 'lastCompletedAt';
|
|
11844
11884
|
type: {
|
|
@@ -14445,7 +14485,7 @@ type introspection_types = {
|
|
|
14445
14485
|
};
|
|
14446
14486
|
'ConsensusAlgorithm': {
|
|
14447
14487
|
name: 'ConsensusAlgorithm';
|
|
14448
|
-
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';
|
|
14449
14489
|
};
|
|
14450
14490
|
'ContractAddresses': {
|
|
14451
14491
|
kind: 'OBJECT';
|
|
@@ -14861,6 +14901,14 @@ type introspection_types = {
|
|
|
14861
14901
|
};
|
|
14862
14902
|
};
|
|
14863
14903
|
};
|
|
14904
|
+
'kitId': {
|
|
14905
|
+
name: 'kitId';
|
|
14906
|
+
type: {
|
|
14907
|
+
kind: 'SCALAR';
|
|
14908
|
+
name: 'String';
|
|
14909
|
+
ofType: null;
|
|
14910
|
+
};
|
|
14911
|
+
};
|
|
14864
14912
|
'lastCompletedAt': {
|
|
14865
14913
|
name: 'lastCompletedAt';
|
|
14866
14914
|
type: {
|
|
@@ -22886,6 +22934,14 @@ type introspection_types = {
|
|
|
22886
22934
|
};
|
|
22887
22935
|
};
|
|
22888
22936
|
};
|
|
22937
|
+
'kitId': {
|
|
22938
|
+
name: 'kitId';
|
|
22939
|
+
type: {
|
|
22940
|
+
kind: 'SCALAR';
|
|
22941
|
+
name: 'String';
|
|
22942
|
+
ofType: null;
|
|
22943
|
+
};
|
|
22944
|
+
};
|
|
22889
22945
|
'lastCompletedAt': {
|
|
22890
22946
|
name: 'lastCompletedAt';
|
|
22891
22947
|
type: {
|
|
@@ -25173,6 +25229,14 @@ type introspection_types = {
|
|
|
25173
25229
|
};
|
|
25174
25230
|
};
|
|
25175
25231
|
};
|
|
25232
|
+
'kitId': {
|
|
25233
|
+
name: 'kitId';
|
|
25234
|
+
type: {
|
|
25235
|
+
kind: 'SCALAR';
|
|
25236
|
+
name: 'String';
|
|
25237
|
+
ofType: null;
|
|
25238
|
+
};
|
|
25239
|
+
};
|
|
25176
25240
|
'lastCompletedAt': {
|
|
25177
25241
|
name: 'lastCompletedAt';
|
|
25178
25242
|
type: {
|
|
@@ -35839,6 +35903,18 @@ type introspection_types = {
|
|
|
35839
35903
|
};
|
|
35840
35904
|
};
|
|
35841
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
|
+
};
|
|
35842
35918
|
'name': {
|
|
35843
35919
|
name: 'name';
|
|
35844
35920
|
type: {
|
|
@@ -44799,6 +44875,14 @@ type introspection_types = {
|
|
|
44799
44875
|
};
|
|
44800
44876
|
};
|
|
44801
44877
|
};
|
|
44878
|
+
'kitId': {
|
|
44879
|
+
name: 'kitId';
|
|
44880
|
+
type: {
|
|
44881
|
+
kind: 'SCALAR';
|
|
44882
|
+
name: 'String';
|
|
44883
|
+
ofType: null;
|
|
44884
|
+
};
|
|
44885
|
+
};
|
|
44802
44886
|
'lastCompletedAt': {
|
|
44803
44887
|
name: 'lastCompletedAt';
|
|
44804
44888
|
type: {
|
|
@@ -45657,6 +45741,14 @@ type introspection_types = {
|
|
|
45657
45741
|
};
|
|
45658
45742
|
};
|
|
45659
45743
|
};
|
|
45744
|
+
'kitId': {
|
|
45745
|
+
name: 'kitId';
|
|
45746
|
+
type: {
|
|
45747
|
+
kind: 'SCALAR';
|
|
45748
|
+
name: 'String';
|
|
45749
|
+
ofType: null;
|
|
45750
|
+
};
|
|
45751
|
+
};
|
|
45660
45752
|
'lastCompletedAt': {
|
|
45661
45753
|
name: 'lastCompletedAt';
|
|
45662
45754
|
type: {
|
|
@@ -48562,6 +48654,14 @@ type introspection_types = {
|
|
|
48562
48654
|
};
|
|
48563
48655
|
};
|
|
48564
48656
|
};
|
|
48657
|
+
'kitId': {
|
|
48658
|
+
name: 'kitId';
|
|
48659
|
+
type: {
|
|
48660
|
+
kind: 'SCALAR';
|
|
48661
|
+
name: 'String';
|
|
48662
|
+
ofType: null;
|
|
48663
|
+
};
|
|
48664
|
+
};
|
|
48565
48665
|
'lastCompletedAt': {
|
|
48566
48666
|
name: 'lastCompletedAt';
|
|
48567
48667
|
type: {
|
|
@@ -52040,6 +52140,14 @@ type introspection_types = {
|
|
|
52040
52140
|
};
|
|
52041
52141
|
};
|
|
52042
52142
|
};
|
|
52143
|
+
'kitId': {
|
|
52144
|
+
name: 'kitId';
|
|
52145
|
+
type: {
|
|
52146
|
+
kind: 'SCALAR';
|
|
52147
|
+
name: 'String';
|
|
52148
|
+
ofType: null;
|
|
52149
|
+
};
|
|
52150
|
+
};
|
|
52043
52151
|
'lastCompletedAt': {
|
|
52044
52152
|
name: 'lastCompletedAt';
|
|
52045
52153
|
type: {
|
|
@@ -60522,6 +60630,14 @@ type introspection_types = {
|
|
|
60522
60630
|
};
|
|
60523
60631
|
};
|
|
60524
60632
|
};
|
|
60633
|
+
'kitId': {
|
|
60634
|
+
name: 'kitId';
|
|
60635
|
+
type: {
|
|
60636
|
+
kind: 'SCALAR';
|
|
60637
|
+
name: 'String';
|
|
60638
|
+
ofType: null;
|
|
60639
|
+
};
|
|
60640
|
+
};
|
|
60525
60641
|
'lastCompletedAt': {
|
|
60526
60642
|
name: 'lastCompletedAt';
|
|
60527
60643
|
type: {
|
|
@@ -62760,6 +62876,14 @@ type introspection_types = {
|
|
|
62760
62876
|
};
|
|
62761
62877
|
};
|
|
62762
62878
|
};
|
|
62879
|
+
'kitId': {
|
|
62880
|
+
name: 'kitId';
|
|
62881
|
+
type: {
|
|
62882
|
+
kind: 'SCALAR';
|
|
62883
|
+
name: 'String';
|
|
62884
|
+
ofType: null;
|
|
62885
|
+
};
|
|
62886
|
+
};
|
|
62763
62887
|
'lastCompletedAt': {
|
|
62764
62888
|
name: 'lastCompletedAt';
|
|
62765
62889
|
type: {
|
|
@@ -65326,7 +65450,6 @@ type introspection_types = {
|
|
|
65326
65450
|
enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
|
|
65327
65451
|
};
|
|
65328
65452
|
};
|
|
65329
|
-
|
|
65330
65453
|
/** An IntrospectionQuery representation of your schema.
|
|
65331
65454
|
*
|
|
65332
65455
|
* @remarks
|
|
@@ -65372,7 +65495,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65372
65495
|
/**
|
|
65373
65496
|
* GraphQL fragment containing core application fields.
|
|
65374
65497
|
*/
|
|
65375
|
-
declare const ApplicationFragment:
|
|
65498
|
+
declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
|
|
65376
65499
|
id: string;
|
|
65377
65500
|
uniqueName: string;
|
|
65378
65501
|
name: string;
|
|
@@ -65393,7 +65516,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65393
65516
|
/**
|
|
65394
65517
|
* Mutation to create a new application.
|
|
65395
65518
|
*/
|
|
65396
|
-
declare const createApplication:
|
|
65519
|
+
declare const createApplication: gql_tada1.TadaDocumentNode<{
|
|
65397
65520
|
createApplication: {
|
|
65398
65521
|
id: string;
|
|
65399
65522
|
uniqueName: string;
|
|
@@ -65448,7 +65571,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65448
65571
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65449
65572
|
//#endregion
|
|
65450
65573
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65451
|
-
declare const createApplicationAccessToken:
|
|
65574
|
+
declare const createApplicationAccessToken: gql_tada1.TadaDocumentNode<{
|
|
65452
65575
|
createApplicationAccessToken: {
|
|
65453
65576
|
token: string | null;
|
|
65454
65577
|
};
|
|
@@ -65512,7 +65635,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65512
65635
|
/**
|
|
65513
65636
|
* Fragment containing core blockchain network fields.
|
|
65514
65637
|
*/
|
|
65515
|
-
declare const BlockchainNetworkFragment:
|
|
65638
|
+
declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
65516
65639
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65517
65640
|
id: string;
|
|
65518
65641
|
uniqueName: string;
|
|
@@ -66410,7 +66533,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66410
66533
|
/**
|
|
66411
66534
|
* Mutation to create a new blockchain network.
|
|
66412
66535
|
*/
|
|
66413
|
-
declare const createBlockchainNetwork:
|
|
66536
|
+
declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
66414
66537
|
createBlockchainNetwork: {
|
|
66415
66538
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66416
66539
|
id: string;
|
|
@@ -66977,6 +67100,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
|
66977
67100
|
})[];
|
|
66978
67101
|
};
|
|
66979
67102
|
}, {
|
|
67103
|
+
includePredeployedContracts?: boolean | null | undefined;
|
|
66980
67104
|
privateKeyId?: string | null | undefined;
|
|
66981
67105
|
externalNodes?: {
|
|
66982
67106
|
nodeType?: "NON_VALIDATOR" | "VALIDATOR" | null | undefined;
|
|
@@ -67144,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
|
67144
67268
|
gasLimit?: string | null | undefined;
|
|
67145
67269
|
evmStackSize?: number | null | undefined;
|
|
67146
67270
|
contractSizeLimit?: number | null | undefined;
|
|
67147
|
-
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";
|
|
67148
67272
|
chainId?: number | null | undefined;
|
|
67149
67273
|
applicationId: string;
|
|
67150
67274
|
}, void>;
|
|
@@ -68907,7 +69031,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68907
69031
|
/**
|
|
68908
69032
|
* Fragment containing core blockchain node fields.
|
|
68909
69033
|
*/
|
|
68910
|
-
declare const BlockchainNodeFragment:
|
|
69034
|
+
declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
68911
69035
|
__typename: "BesuIbftv2BlockchainNode";
|
|
68912
69036
|
id: string;
|
|
68913
69037
|
uniqueName: string;
|
|
@@ -69788,7 +69912,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69788
69912
|
/**
|
|
69789
69913
|
* Mutation to create a blockchain node.
|
|
69790
69914
|
*/
|
|
69791
|
-
declare const createBlockchainNode:
|
|
69915
|
+
declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
69792
69916
|
createBlockchainNode: {
|
|
69793
69917
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69794
69918
|
id: string;
|
|
@@ -70414,7 +70538,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70414
70538
|
/**
|
|
70415
70539
|
* Fragment containing core custom deployment fields.
|
|
70416
70540
|
*/
|
|
70417
|
-
declare const CustomDeploymentFragment:
|
|
70541
|
+
declare const CustomDeploymentFragment: gql_tada1.TadaDocumentNode<{
|
|
70418
70542
|
id: string;
|
|
70419
70543
|
uniqueName: string;
|
|
70420
70544
|
name: string;
|
|
@@ -70444,7 +70568,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70444
70568
|
/**
|
|
70445
70569
|
* Mutation to create a custom deployment.
|
|
70446
70570
|
*/
|
|
70447
|
-
declare const createCustomDeployment:
|
|
70571
|
+
declare const createCustomDeployment: gql_tada1.TadaDocumentNode<{
|
|
70448
70572
|
createCustomDeployment: {
|
|
70449
70573
|
id: string;
|
|
70450
70574
|
uniqueName: string;
|
|
@@ -70544,7 +70668,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70544
70668
|
/**
|
|
70545
70669
|
* GraphQL fragment containing core insights fields.
|
|
70546
70670
|
*/
|
|
70547
|
-
declare const InsightsFragment:
|
|
70671
|
+
declare const InsightsFragment: gql_tada1.TadaDocumentNode<{
|
|
70548
70672
|
__typename: "BlockchainExplorer";
|
|
70549
70673
|
id: string;
|
|
70550
70674
|
uniqueName: string;
|
|
@@ -70616,7 +70740,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70616
70740
|
/**
|
|
70617
70741
|
* Mutation to create insights.
|
|
70618
70742
|
*/
|
|
70619
|
-
declare const createInsights:
|
|
70743
|
+
declare const createInsights: gql_tada1.TadaDocumentNode<{
|
|
70620
70744
|
createInsights: {
|
|
70621
70745
|
__typename: "BlockchainExplorer";
|
|
70622
70746
|
id: string;
|
|
@@ -70750,7 +70874,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70750
70874
|
/**
|
|
70751
70875
|
* GraphQL fragment containing core integration fields.
|
|
70752
70876
|
*/
|
|
70753
|
-
declare const IntegrationFragment:
|
|
70877
|
+
declare const IntegrationFragment: gql_tada1.TadaDocumentNode<{
|
|
70754
70878
|
__typename: "Chainlink";
|
|
70755
70879
|
id: string;
|
|
70756
70880
|
uniqueName: string;
|
|
@@ -70842,7 +70966,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70842
70966
|
/**
|
|
70843
70967
|
* Mutation to create a new integration.
|
|
70844
70968
|
*/
|
|
70845
|
-
declare const createIntegration:
|
|
70969
|
+
declare const createIntegration: gql_tada1.TadaDocumentNode<{
|
|
70846
70970
|
createIntegration: {
|
|
70847
70971
|
__typename: "Chainlink";
|
|
70848
70972
|
id: string;
|
|
@@ -70992,7 +71116,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
70992
71116
|
/**
|
|
70993
71117
|
* GraphQL fragment containing core load balancer fields.
|
|
70994
71118
|
*/
|
|
70995
|
-
declare const LoadBalancerFragment:
|
|
71119
|
+
declare const LoadBalancerFragment: gql_tada1.TadaDocumentNode<{
|
|
70996
71120
|
__typename: "EVMLoadBalancer";
|
|
70997
71121
|
id: string;
|
|
70998
71122
|
uniqueName: string;
|
|
@@ -71032,7 +71156,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71032
71156
|
/**
|
|
71033
71157
|
* Mutation to create a load balancer.
|
|
71034
71158
|
*/
|
|
71035
|
-
declare const createLoadBalancer:
|
|
71159
|
+
declare const createLoadBalancer: gql_tada1.TadaDocumentNode<{
|
|
71036
71160
|
createLoadBalancer: {
|
|
71037
71161
|
__typename: "EVMLoadBalancer";
|
|
71038
71162
|
id: string;
|
|
@@ -71133,7 +71257,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71133
71257
|
/**
|
|
71134
71258
|
* GraphQL fragment containing core middleware fields.
|
|
71135
71259
|
*/
|
|
71136
|
-
declare const MiddlewareFragment:
|
|
71260
|
+
declare const MiddlewareFragment: gql_tada1.TadaDocumentNode<{
|
|
71137
71261
|
__typename: "AttestationIndexerMiddleware";
|
|
71138
71262
|
id: string;
|
|
71139
71263
|
uniqueName: string;
|
|
@@ -71301,7 +71425,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71301
71425
|
/**
|
|
71302
71426
|
* Query to fetch a specific middleware with subgraphs.
|
|
71303
71427
|
*/
|
|
71304
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71428
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada1.TadaDocumentNode<{
|
|
71305
71429
|
middlewareByUniqueName: {
|
|
71306
71430
|
__typename: "AttestationIndexerMiddleware";
|
|
71307
71431
|
id: string;
|
|
@@ -71484,7 +71608,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71484
71608
|
/**
|
|
71485
71609
|
* Mutation to create a new middleware.
|
|
71486
71610
|
*/
|
|
71487
|
-
declare const createMiddleware:
|
|
71611
|
+
declare const createMiddleware: gql_tada1.TadaDocumentNode<{
|
|
71488
71612
|
createMiddleware: {
|
|
71489
71613
|
__typename: "AttestationIndexerMiddleware";
|
|
71490
71614
|
id: string;
|
|
@@ -71729,7 +71853,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71729
71853
|
/**
|
|
71730
71854
|
* GraphQL query to fetch platform configuration.
|
|
71731
71855
|
*/
|
|
71732
|
-
declare const getPlatformConfigQuery:
|
|
71856
|
+
declare const getPlatformConfigQuery: gql_tada1.TadaDocumentNode<{
|
|
71733
71857
|
config: {
|
|
71734
71858
|
smartContractSets: {
|
|
71735
71859
|
id: string;
|
|
@@ -71786,7 +71910,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71786
71910
|
/**
|
|
71787
71911
|
* GraphQL fragment containing core private key fields.
|
|
71788
71912
|
*/
|
|
71789
|
-
declare const PrivateKeyFragment:
|
|
71913
|
+
declare const PrivateKeyFragment: gql_tada1.TadaDocumentNode<{
|
|
71790
71914
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71791
71915
|
id: string;
|
|
71792
71916
|
uniqueName: string;
|
|
@@ -71993,7 +72117,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
71993
72117
|
/**
|
|
71994
72118
|
* Mutation to create a new private key.
|
|
71995
72119
|
*/
|
|
71996
|
-
declare const createPrivateKey:
|
|
72120
|
+
declare const createPrivateKey: gql_tada1.TadaDocumentNode<{
|
|
71997
72121
|
createPrivateKey: {
|
|
71998
72122
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71999
72123
|
id: string;
|
|
@@ -72264,7 +72388,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72264
72388
|
/**
|
|
72265
72389
|
* GraphQL fragment containing core storage fields.
|
|
72266
72390
|
*/
|
|
72267
|
-
declare const StorageFragment:
|
|
72391
|
+
declare const StorageFragment: gql_tada1.TadaDocumentNode<{
|
|
72268
72392
|
__typename: "IPFSStorage";
|
|
72269
72393
|
id: string;
|
|
72270
72394
|
uniqueName: string;
|
|
@@ -72316,7 +72440,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72316
72440
|
/**
|
|
72317
72441
|
* Mutation to create a new storage.
|
|
72318
72442
|
*/
|
|
72319
|
-
declare const createStorage:
|
|
72443
|
+
declare const createStorage: gql_tada1.TadaDocumentNode<{
|
|
72320
72444
|
createStorage: {
|
|
72321
72445
|
__typename: "IPFSStorage";
|
|
72322
72446
|
id: string;
|
|
@@ -72426,7 +72550,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72426
72550
|
/**
|
|
72427
72551
|
* GraphQL fragment containing core workspace fields.
|
|
72428
72552
|
*/
|
|
72429
|
-
declare const WorkspaceFragment:
|
|
72553
|
+
declare const WorkspaceFragment: gql_tada1.TadaDocumentNode<{
|
|
72430
72554
|
id: string;
|
|
72431
72555
|
uniqueName: string;
|
|
72432
72556
|
name: string;
|
|
@@ -72447,7 +72571,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72447
72571
|
/**
|
|
72448
72572
|
* Mutation to create a new workspace.
|
|
72449
72573
|
*/
|
|
72450
|
-
declare const createWorkspace:
|
|
72574
|
+
declare const createWorkspace: gql_tada1.TadaDocumentNode<{
|
|
72451
72575
|
createWorkspace: {
|
|
72452
72576
|
id: string;
|
|
72453
72577
|
uniqueName: string;
|