@settlemint/sdk-js 2.6.2-praeb73482 → 2.6.2-prb96af876
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 +126 -18
- package/dist/settlemint.d.ts +152 -44
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -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: {
|
|
@@ -67161,7 +67269,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
|
67161
67269
|
gasLimit?: string | null | undefined;
|
|
67162
67270
|
evmStackSize?: number | null | undefined;
|
|
67163
67271
|
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" | "
|
|
67272
|
+
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
67273
|
chainId?: number | null | undefined;
|
|
67166
67274
|
applicationId: string;
|
|
67167
67275
|
}, void>;
|
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: {
|
|
@@ -65388,7 +65496,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65388
65496
|
/**
|
|
65389
65497
|
* GraphQL fragment containing core application fields.
|
|
65390
65498
|
*/
|
|
65391
|
-
declare const ApplicationFragment:
|
|
65499
|
+
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
|
|
65392
65500
|
id: string;
|
|
65393
65501
|
uniqueName: string;
|
|
65394
65502
|
name: string;
|
|
@@ -65409,7 +65517,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65409
65517
|
/**
|
|
65410
65518
|
* Mutation to create a new application.
|
|
65411
65519
|
*/
|
|
65412
|
-
declare const createApplication:
|
|
65520
|
+
declare const createApplication: gql_tada0.TadaDocumentNode<{
|
|
65413
65521
|
createApplication: {
|
|
65414
65522
|
id: string;
|
|
65415
65523
|
uniqueName: string;
|
|
@@ -65464,7 +65572,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65464
65572
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65465
65573
|
//#endregion
|
|
65466
65574
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65467
|
-
declare const createApplicationAccessToken:
|
|
65575
|
+
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
|
|
65468
65576
|
createApplicationAccessToken: {
|
|
65469
65577
|
token: string | null;
|
|
65470
65578
|
};
|
|
@@ -65528,7 +65636,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65528
65636
|
/**
|
|
65529
65637
|
* Fragment containing core blockchain network fields.
|
|
65530
65638
|
*/
|
|
65531
|
-
declare const BlockchainNetworkFragment:
|
|
65639
|
+
declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
|
|
65532
65640
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65533
65641
|
id: string;
|
|
65534
65642
|
uniqueName: string;
|
|
@@ -66426,7 +66534,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66426
66534
|
/**
|
|
66427
66535
|
* Mutation to create a new blockchain network.
|
|
66428
66536
|
*/
|
|
66429
|
-
declare const createBlockchainNetwork:
|
|
66537
|
+
declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
66430
66538
|
createBlockchainNetwork: {
|
|
66431
66539
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66432
66540
|
id: string;
|
|
@@ -67161,7 +67269,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
67161
67269
|
gasLimit?: string | null | undefined;
|
|
67162
67270
|
evmStackSize?: number | null | undefined;
|
|
67163
67271
|
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" | "
|
|
67272
|
+
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
67273
|
chainId?: number | null | undefined;
|
|
67166
67274
|
applicationId: string;
|
|
67167
67275
|
}, void>;
|
|
@@ -68924,7 +69032,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68924
69032
|
/**
|
|
68925
69033
|
* Fragment containing core blockchain node fields.
|
|
68926
69034
|
*/
|
|
68927
|
-
declare const BlockchainNodeFragment:
|
|
69035
|
+
declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
|
|
68928
69036
|
__typename: "BesuIbftv2BlockchainNode";
|
|
68929
69037
|
id: string;
|
|
68930
69038
|
uniqueName: string;
|
|
@@ -69805,7 +69913,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69805
69913
|
/**
|
|
69806
69914
|
* Mutation to create a blockchain node.
|
|
69807
69915
|
*/
|
|
69808
|
-
declare const createBlockchainNode:
|
|
69916
|
+
declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
|
|
69809
69917
|
createBlockchainNode: {
|
|
69810
69918
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69811
69919
|
id: string;
|
|
@@ -70431,7 +70539,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70431
70539
|
/**
|
|
70432
70540
|
* Fragment containing core custom deployment fields.
|
|
70433
70541
|
*/
|
|
70434
|
-
declare const CustomDeploymentFragment:
|
|
70542
|
+
declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
|
|
70435
70543
|
id: string;
|
|
70436
70544
|
uniqueName: string;
|
|
70437
70545
|
name: string;
|
|
@@ -70461,7 +70569,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70461
70569
|
/**
|
|
70462
70570
|
* Mutation to create a custom deployment.
|
|
70463
70571
|
*/
|
|
70464
|
-
declare const createCustomDeployment:
|
|
70572
|
+
declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
|
|
70465
70573
|
createCustomDeployment: {
|
|
70466
70574
|
id: string;
|
|
70467
70575
|
uniqueName: string;
|
|
@@ -70561,7 +70669,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70561
70669
|
/**
|
|
70562
70670
|
* GraphQL fragment containing core insights fields.
|
|
70563
70671
|
*/
|
|
70564
|
-
declare const InsightsFragment:
|
|
70672
|
+
declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
|
|
70565
70673
|
__typename: "BlockchainExplorer";
|
|
70566
70674
|
id: string;
|
|
70567
70675
|
uniqueName: string;
|
|
@@ -70633,7 +70741,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70633
70741
|
/**
|
|
70634
70742
|
* Mutation to create insights.
|
|
70635
70743
|
*/
|
|
70636
|
-
declare const createInsights:
|
|
70744
|
+
declare const createInsights: gql_tada0.TadaDocumentNode<{
|
|
70637
70745
|
createInsights: {
|
|
70638
70746
|
__typename: "BlockchainExplorer";
|
|
70639
70747
|
id: string;
|
|
@@ -70767,7 +70875,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70767
70875
|
/**
|
|
70768
70876
|
* GraphQL fragment containing core integration fields.
|
|
70769
70877
|
*/
|
|
70770
|
-
declare const IntegrationFragment:
|
|
70878
|
+
declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
|
|
70771
70879
|
__typename: "Chainlink";
|
|
70772
70880
|
id: string;
|
|
70773
70881
|
uniqueName: string;
|
|
@@ -70859,7 +70967,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70859
70967
|
/**
|
|
70860
70968
|
* Mutation to create a new integration.
|
|
70861
70969
|
*/
|
|
70862
|
-
declare const createIntegration:
|
|
70970
|
+
declare const createIntegration: gql_tada0.TadaDocumentNode<{
|
|
70863
70971
|
createIntegration: {
|
|
70864
70972
|
__typename: "Chainlink";
|
|
70865
70973
|
id: string;
|
|
@@ -71009,7 +71117,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
71009
71117
|
/**
|
|
71010
71118
|
* GraphQL fragment containing core load balancer fields.
|
|
71011
71119
|
*/
|
|
71012
|
-
declare const LoadBalancerFragment:
|
|
71120
|
+
declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
|
|
71013
71121
|
__typename: "EVMLoadBalancer";
|
|
71014
71122
|
id: string;
|
|
71015
71123
|
uniqueName: string;
|
|
@@ -71049,7 +71157,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71049
71157
|
/**
|
|
71050
71158
|
* Mutation to create a load balancer.
|
|
71051
71159
|
*/
|
|
71052
|
-
declare const createLoadBalancer:
|
|
71160
|
+
declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
|
|
71053
71161
|
createLoadBalancer: {
|
|
71054
71162
|
__typename: "EVMLoadBalancer";
|
|
71055
71163
|
id: string;
|
|
@@ -71150,7 +71258,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71150
71258
|
/**
|
|
71151
71259
|
* GraphQL fragment containing core middleware fields.
|
|
71152
71260
|
*/
|
|
71153
|
-
declare const MiddlewareFragment:
|
|
71261
|
+
declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
|
|
71154
71262
|
__typename: "AttestationIndexerMiddleware";
|
|
71155
71263
|
id: string;
|
|
71156
71264
|
uniqueName: string;
|
|
@@ -71318,7 +71426,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71318
71426
|
/**
|
|
71319
71427
|
* Query to fetch a specific middleware with subgraphs.
|
|
71320
71428
|
*/
|
|
71321
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71429
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
|
|
71322
71430
|
middlewareByUniqueName: {
|
|
71323
71431
|
__typename: "AttestationIndexerMiddleware";
|
|
71324
71432
|
id: string;
|
|
@@ -71501,7 +71609,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71501
71609
|
/**
|
|
71502
71610
|
* Mutation to create a new middleware.
|
|
71503
71611
|
*/
|
|
71504
|
-
declare const createMiddleware:
|
|
71612
|
+
declare const createMiddleware: gql_tada0.TadaDocumentNode<{
|
|
71505
71613
|
createMiddleware: {
|
|
71506
71614
|
__typename: "AttestationIndexerMiddleware";
|
|
71507
71615
|
id: string;
|
|
@@ -71746,7 +71854,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71746
71854
|
/**
|
|
71747
71855
|
* GraphQL query to fetch platform configuration.
|
|
71748
71856
|
*/
|
|
71749
|
-
declare const getPlatformConfigQuery:
|
|
71857
|
+
declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
|
|
71750
71858
|
config: {
|
|
71751
71859
|
smartContractSets: {
|
|
71752
71860
|
id: string;
|
|
@@ -71803,7 +71911,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71803
71911
|
/**
|
|
71804
71912
|
* GraphQL fragment containing core private key fields.
|
|
71805
71913
|
*/
|
|
71806
|
-
declare const PrivateKeyFragment:
|
|
71914
|
+
declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
|
|
71807
71915
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71808
71916
|
id: string;
|
|
71809
71917
|
uniqueName: string;
|
|
@@ -72010,7 +72118,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
72010
72118
|
/**
|
|
72011
72119
|
* Mutation to create a new private key.
|
|
72012
72120
|
*/
|
|
72013
|
-
declare const createPrivateKey:
|
|
72121
|
+
declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
|
|
72014
72122
|
createPrivateKey: {
|
|
72015
72123
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
72016
72124
|
id: string;
|
|
@@ -72281,7 +72389,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72281
72389
|
/**
|
|
72282
72390
|
* GraphQL fragment containing core storage fields.
|
|
72283
72391
|
*/
|
|
72284
|
-
declare const StorageFragment:
|
|
72392
|
+
declare const StorageFragment: gql_tada0.TadaDocumentNode<{
|
|
72285
72393
|
__typename: "IPFSStorage";
|
|
72286
72394
|
id: string;
|
|
72287
72395
|
uniqueName: string;
|
|
@@ -72333,7 +72441,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72333
72441
|
/**
|
|
72334
72442
|
* Mutation to create a new storage.
|
|
72335
72443
|
*/
|
|
72336
|
-
declare const createStorage:
|
|
72444
|
+
declare const createStorage: gql_tada0.TadaDocumentNode<{
|
|
72337
72445
|
createStorage: {
|
|
72338
72446
|
__typename: "IPFSStorage";
|
|
72339
72447
|
id: string;
|
|
@@ -72443,7 +72551,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72443
72551
|
/**
|
|
72444
72552
|
* GraphQL fragment containing core workspace fields.
|
|
72445
72553
|
*/
|
|
72446
|
-
declare const WorkspaceFragment:
|
|
72554
|
+
declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
|
|
72447
72555
|
id: string;
|
|
72448
72556
|
uniqueName: string;
|
|
72449
72557
|
name: string;
|
|
@@ -72464,7 +72572,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72464
72572
|
/**
|
|
72465
72573
|
* Mutation to create a new workspace.
|
|
72466
72574
|
*/
|
|
72467
|
-
declare const createWorkspace:
|
|
72575
|
+
declare const createWorkspace: gql_tada0.TadaDocumentNode<{
|
|
72468
72576
|
createWorkspace: {
|
|
72469
72577
|
id: string;
|
|
72470
72578
|
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-prb96af876",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -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-prb96af876",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|