@settlemint/sdk-js 2.6.2-pr8867095e → 2.6.2-pr91c99ad6
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 +138 -42
- package/dist/settlemint.d.ts +112 -16
- package/package.json +2 -2
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_tada0 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: {
|
|
@@ -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: {
|
|
@@ -44815,6 +44863,14 @@ type introspection_types = {
|
|
|
44815
44863
|
};
|
|
44816
44864
|
};
|
|
44817
44865
|
};
|
|
44866
|
+
'kitId': {
|
|
44867
|
+
name: 'kitId';
|
|
44868
|
+
type: {
|
|
44869
|
+
kind: 'SCALAR';
|
|
44870
|
+
name: 'String';
|
|
44871
|
+
ofType: null;
|
|
44872
|
+
};
|
|
44873
|
+
};
|
|
44818
44874
|
'lastCompletedAt': {
|
|
44819
44875
|
name: 'lastCompletedAt';
|
|
44820
44876
|
type: {
|
|
@@ -45673,6 +45729,14 @@ type introspection_types = {
|
|
|
45673
45729
|
};
|
|
45674
45730
|
};
|
|
45675
45731
|
};
|
|
45732
|
+
'kitId': {
|
|
45733
|
+
name: 'kitId';
|
|
45734
|
+
type: {
|
|
45735
|
+
kind: 'SCALAR';
|
|
45736
|
+
name: 'String';
|
|
45737
|
+
ofType: null;
|
|
45738
|
+
};
|
|
45739
|
+
};
|
|
45676
45740
|
'lastCompletedAt': {
|
|
45677
45741
|
name: 'lastCompletedAt';
|
|
45678
45742
|
type: {
|
|
@@ -48578,6 +48642,14 @@ type introspection_types = {
|
|
|
48578
48642
|
};
|
|
48579
48643
|
};
|
|
48580
48644
|
};
|
|
48645
|
+
'kitId': {
|
|
48646
|
+
name: 'kitId';
|
|
48647
|
+
type: {
|
|
48648
|
+
kind: 'SCALAR';
|
|
48649
|
+
name: 'String';
|
|
48650
|
+
ofType: null;
|
|
48651
|
+
};
|
|
48652
|
+
};
|
|
48581
48653
|
'lastCompletedAt': {
|
|
48582
48654
|
name: 'lastCompletedAt';
|
|
48583
48655
|
type: {
|
|
@@ -52056,6 +52128,14 @@ type introspection_types = {
|
|
|
52056
52128
|
};
|
|
52057
52129
|
};
|
|
52058
52130
|
};
|
|
52131
|
+
'kitId': {
|
|
52132
|
+
name: 'kitId';
|
|
52133
|
+
type: {
|
|
52134
|
+
kind: 'SCALAR';
|
|
52135
|
+
name: 'String';
|
|
52136
|
+
ofType: null;
|
|
52137
|
+
};
|
|
52138
|
+
};
|
|
52059
52139
|
'lastCompletedAt': {
|
|
52060
52140
|
name: 'lastCompletedAt';
|
|
52061
52141
|
type: {
|
|
@@ -60538,6 +60618,14 @@ type introspection_types = {
|
|
|
60538
60618
|
};
|
|
60539
60619
|
};
|
|
60540
60620
|
};
|
|
60621
|
+
'kitId': {
|
|
60622
|
+
name: 'kitId';
|
|
60623
|
+
type: {
|
|
60624
|
+
kind: 'SCALAR';
|
|
60625
|
+
name: 'String';
|
|
60626
|
+
ofType: null;
|
|
60627
|
+
};
|
|
60628
|
+
};
|
|
60541
60629
|
'lastCompletedAt': {
|
|
60542
60630
|
name: 'lastCompletedAt';
|
|
60543
60631
|
type: {
|
|
@@ -62776,6 +62864,14 @@ type introspection_types = {
|
|
|
62776
62864
|
};
|
|
62777
62865
|
};
|
|
62778
62866
|
};
|
|
62867
|
+
'kitId': {
|
|
62868
|
+
name: 'kitId';
|
|
62869
|
+
type: {
|
|
62870
|
+
kind: 'SCALAR';
|
|
62871
|
+
name: 'String';
|
|
62872
|
+
ofType: null;
|
|
62873
|
+
};
|
|
62874
|
+
};
|
|
62779
62875
|
'lastCompletedAt': {
|
|
62780
62876
|
name: 'lastCompletedAt';
|
|
62781
62877
|
type: {
|
|
@@ -65388,7 +65484,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65388
65484
|
/**
|
|
65389
65485
|
* GraphQL fragment containing core application fields.
|
|
65390
65486
|
*/
|
|
65391
|
-
declare const ApplicationFragment:
|
|
65487
|
+
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
|
|
65392
65488
|
id: string;
|
|
65393
65489
|
uniqueName: string;
|
|
65394
65490
|
name: string;
|
|
@@ -65409,7 +65505,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65409
65505
|
/**
|
|
65410
65506
|
* Mutation to create a new application.
|
|
65411
65507
|
*/
|
|
65412
|
-
declare const createApplication:
|
|
65508
|
+
declare const createApplication: gql_tada0.TadaDocumentNode<{
|
|
65413
65509
|
createApplication: {
|
|
65414
65510
|
id: string;
|
|
65415
65511
|
uniqueName: string;
|
|
@@ -65464,7 +65560,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65464
65560
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65465
65561
|
//#endregion
|
|
65466
65562
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65467
|
-
declare const createApplicationAccessToken:
|
|
65563
|
+
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
|
|
65468
65564
|
createApplicationAccessToken: {
|
|
65469
65565
|
token: string | null;
|
|
65470
65566
|
};
|
|
@@ -65528,7 +65624,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65528
65624
|
/**
|
|
65529
65625
|
* Fragment containing core blockchain network fields.
|
|
65530
65626
|
*/
|
|
65531
|
-
declare const BlockchainNetworkFragment:
|
|
65627
|
+
declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
|
|
65532
65628
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65533
65629
|
id: string;
|
|
65534
65630
|
uniqueName: string;
|
|
@@ -66426,7 +66522,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66426
66522
|
/**
|
|
66427
66523
|
* Mutation to create a new blockchain network.
|
|
66428
66524
|
*/
|
|
66429
|
-
declare const createBlockchainNetwork:
|
|
66525
|
+
declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
66430
66526
|
createBlockchainNetwork: {
|
|
66431
66527
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66432
66528
|
id: string;
|
|
@@ -68924,7 +69020,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68924
69020
|
/**
|
|
68925
69021
|
* Fragment containing core blockchain node fields.
|
|
68926
69022
|
*/
|
|
68927
|
-
declare const BlockchainNodeFragment:
|
|
69023
|
+
declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
|
|
68928
69024
|
__typename: "BesuIbftv2BlockchainNode";
|
|
68929
69025
|
id: string;
|
|
68930
69026
|
uniqueName: string;
|
|
@@ -69805,7 +69901,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69805
69901
|
/**
|
|
69806
69902
|
* Mutation to create a blockchain node.
|
|
69807
69903
|
*/
|
|
69808
|
-
declare const createBlockchainNode:
|
|
69904
|
+
declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
|
|
69809
69905
|
createBlockchainNode: {
|
|
69810
69906
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69811
69907
|
id: string;
|
|
@@ -70431,7 +70527,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70431
70527
|
/**
|
|
70432
70528
|
* Fragment containing core custom deployment fields.
|
|
70433
70529
|
*/
|
|
70434
|
-
declare const CustomDeploymentFragment:
|
|
70530
|
+
declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
|
|
70435
70531
|
id: string;
|
|
70436
70532
|
uniqueName: string;
|
|
70437
70533
|
name: string;
|
|
@@ -70461,7 +70557,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70461
70557
|
/**
|
|
70462
70558
|
* Mutation to create a custom deployment.
|
|
70463
70559
|
*/
|
|
70464
|
-
declare const createCustomDeployment:
|
|
70560
|
+
declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
|
|
70465
70561
|
createCustomDeployment: {
|
|
70466
70562
|
id: string;
|
|
70467
70563
|
uniqueName: string;
|
|
@@ -70561,7 +70657,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70561
70657
|
/**
|
|
70562
70658
|
* GraphQL fragment containing core insights fields.
|
|
70563
70659
|
*/
|
|
70564
|
-
declare const InsightsFragment:
|
|
70660
|
+
declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
|
|
70565
70661
|
__typename: "BlockchainExplorer";
|
|
70566
70662
|
id: string;
|
|
70567
70663
|
uniqueName: string;
|
|
@@ -70633,7 +70729,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70633
70729
|
/**
|
|
70634
70730
|
* Mutation to create insights.
|
|
70635
70731
|
*/
|
|
70636
|
-
declare const createInsights:
|
|
70732
|
+
declare const createInsights: gql_tada0.TadaDocumentNode<{
|
|
70637
70733
|
createInsights: {
|
|
70638
70734
|
__typename: "BlockchainExplorer";
|
|
70639
70735
|
id: string;
|
|
@@ -70767,7 +70863,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70767
70863
|
/**
|
|
70768
70864
|
* GraphQL fragment containing core integration fields.
|
|
70769
70865
|
*/
|
|
70770
|
-
declare const IntegrationFragment:
|
|
70866
|
+
declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
|
|
70771
70867
|
__typename: "Chainlink";
|
|
70772
70868
|
id: string;
|
|
70773
70869
|
uniqueName: string;
|
|
@@ -70859,7 +70955,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70859
70955
|
/**
|
|
70860
70956
|
* Mutation to create a new integration.
|
|
70861
70957
|
*/
|
|
70862
|
-
declare const createIntegration:
|
|
70958
|
+
declare const createIntegration: gql_tada0.TadaDocumentNode<{
|
|
70863
70959
|
createIntegration: {
|
|
70864
70960
|
__typename: "Chainlink";
|
|
70865
70961
|
id: string;
|
|
@@ -71009,7 +71105,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
71009
71105
|
/**
|
|
71010
71106
|
* GraphQL fragment containing core load balancer fields.
|
|
71011
71107
|
*/
|
|
71012
|
-
declare const LoadBalancerFragment:
|
|
71108
|
+
declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
|
|
71013
71109
|
__typename: "EVMLoadBalancer";
|
|
71014
71110
|
id: string;
|
|
71015
71111
|
uniqueName: string;
|
|
@@ -71049,7 +71145,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71049
71145
|
/**
|
|
71050
71146
|
* Mutation to create a load balancer.
|
|
71051
71147
|
*/
|
|
71052
|
-
declare const createLoadBalancer:
|
|
71148
|
+
declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
|
|
71053
71149
|
createLoadBalancer: {
|
|
71054
71150
|
__typename: "EVMLoadBalancer";
|
|
71055
71151
|
id: string;
|
|
@@ -71150,7 +71246,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71150
71246
|
/**
|
|
71151
71247
|
* GraphQL fragment containing core middleware fields.
|
|
71152
71248
|
*/
|
|
71153
|
-
declare const MiddlewareFragment:
|
|
71249
|
+
declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
|
|
71154
71250
|
__typename: "AttestationIndexerMiddleware";
|
|
71155
71251
|
id: string;
|
|
71156
71252
|
uniqueName: string;
|
|
@@ -71318,7 +71414,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71318
71414
|
/**
|
|
71319
71415
|
* Query to fetch a specific middleware with subgraphs.
|
|
71320
71416
|
*/
|
|
71321
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71417
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
|
|
71322
71418
|
middlewareByUniqueName: {
|
|
71323
71419
|
__typename: "AttestationIndexerMiddleware";
|
|
71324
71420
|
id: string;
|
|
@@ -71501,7 +71597,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71501
71597
|
/**
|
|
71502
71598
|
* Mutation to create a new middleware.
|
|
71503
71599
|
*/
|
|
71504
|
-
declare const createMiddleware:
|
|
71600
|
+
declare const createMiddleware: gql_tada0.TadaDocumentNode<{
|
|
71505
71601
|
createMiddleware: {
|
|
71506
71602
|
__typename: "AttestationIndexerMiddleware";
|
|
71507
71603
|
id: string;
|
|
@@ -71746,7 +71842,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71746
71842
|
/**
|
|
71747
71843
|
* GraphQL query to fetch platform configuration.
|
|
71748
71844
|
*/
|
|
71749
|
-
declare const getPlatformConfigQuery:
|
|
71845
|
+
declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
|
|
71750
71846
|
config: {
|
|
71751
71847
|
smartContractSets: {
|
|
71752
71848
|
id: string;
|
|
@@ -71803,7 +71899,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71803
71899
|
/**
|
|
71804
71900
|
* GraphQL fragment containing core private key fields.
|
|
71805
71901
|
*/
|
|
71806
|
-
declare const PrivateKeyFragment:
|
|
71902
|
+
declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
|
|
71807
71903
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71808
71904
|
id: string;
|
|
71809
71905
|
uniqueName: string;
|
|
@@ -72010,7 +72106,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
72010
72106
|
/**
|
|
72011
72107
|
* Mutation to create a new private key.
|
|
72012
72108
|
*/
|
|
72013
|
-
declare const createPrivateKey:
|
|
72109
|
+
declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
|
|
72014
72110
|
createPrivateKey: {
|
|
72015
72111
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
72016
72112
|
id: string;
|
|
@@ -72281,7 +72377,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72281
72377
|
/**
|
|
72282
72378
|
* GraphQL fragment containing core storage fields.
|
|
72283
72379
|
*/
|
|
72284
|
-
declare const StorageFragment:
|
|
72380
|
+
declare const StorageFragment: gql_tada0.TadaDocumentNode<{
|
|
72285
72381
|
__typename: "IPFSStorage";
|
|
72286
72382
|
id: string;
|
|
72287
72383
|
uniqueName: string;
|
|
@@ -72333,7 +72429,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72333
72429
|
/**
|
|
72334
72430
|
* Mutation to create a new storage.
|
|
72335
72431
|
*/
|
|
72336
|
-
declare const createStorage:
|
|
72432
|
+
declare const createStorage: gql_tada0.TadaDocumentNode<{
|
|
72337
72433
|
createStorage: {
|
|
72338
72434
|
__typename: "IPFSStorage";
|
|
72339
72435
|
id: string;
|
|
@@ -72443,7 +72539,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72443
72539
|
/**
|
|
72444
72540
|
* GraphQL fragment containing core workspace fields.
|
|
72445
72541
|
*/
|
|
72446
|
-
declare const WorkspaceFragment:
|
|
72542
|
+
declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
|
|
72447
72543
|
id: string;
|
|
72448
72544
|
uniqueName: string;
|
|
72449
72545
|
name: string;
|
|
@@ -72464,7 +72560,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72464
72560
|
/**
|
|
72465
72561
|
* Mutation to create a new workspace.
|
|
72466
72562
|
*/
|
|
72467
|
-
declare const createWorkspace:
|
|
72563
|
+
declare const createWorkspace: gql_tada0.TadaDocumentNode<{
|
|
72468
72564
|
createWorkspace: {
|
|
72469
72565
|
id: string;
|
|
72470
72566
|
uniqueName: string;
|
package/dist/settlemint.d.ts
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: {
|
|
@@ -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: {
|
|
@@ -44815,6 +44863,14 @@ type introspection_types = {
|
|
|
44815
44863
|
};
|
|
44816
44864
|
};
|
|
44817
44865
|
};
|
|
44866
|
+
'kitId': {
|
|
44867
|
+
name: 'kitId';
|
|
44868
|
+
type: {
|
|
44869
|
+
kind: 'SCALAR';
|
|
44870
|
+
name: 'String';
|
|
44871
|
+
ofType: null;
|
|
44872
|
+
};
|
|
44873
|
+
};
|
|
44818
44874
|
'lastCompletedAt': {
|
|
44819
44875
|
name: 'lastCompletedAt';
|
|
44820
44876
|
type: {
|
|
@@ -45673,6 +45729,14 @@ type introspection_types = {
|
|
|
45673
45729
|
};
|
|
45674
45730
|
};
|
|
45675
45731
|
};
|
|
45732
|
+
'kitId': {
|
|
45733
|
+
name: 'kitId';
|
|
45734
|
+
type: {
|
|
45735
|
+
kind: 'SCALAR';
|
|
45736
|
+
name: 'String';
|
|
45737
|
+
ofType: null;
|
|
45738
|
+
};
|
|
45739
|
+
};
|
|
45676
45740
|
'lastCompletedAt': {
|
|
45677
45741
|
name: 'lastCompletedAt';
|
|
45678
45742
|
type: {
|
|
@@ -48578,6 +48642,14 @@ type introspection_types = {
|
|
|
48578
48642
|
};
|
|
48579
48643
|
};
|
|
48580
48644
|
};
|
|
48645
|
+
'kitId': {
|
|
48646
|
+
name: 'kitId';
|
|
48647
|
+
type: {
|
|
48648
|
+
kind: 'SCALAR';
|
|
48649
|
+
name: 'String';
|
|
48650
|
+
ofType: null;
|
|
48651
|
+
};
|
|
48652
|
+
};
|
|
48581
48653
|
'lastCompletedAt': {
|
|
48582
48654
|
name: 'lastCompletedAt';
|
|
48583
48655
|
type: {
|
|
@@ -52056,6 +52128,14 @@ type introspection_types = {
|
|
|
52056
52128
|
};
|
|
52057
52129
|
};
|
|
52058
52130
|
};
|
|
52131
|
+
'kitId': {
|
|
52132
|
+
name: 'kitId';
|
|
52133
|
+
type: {
|
|
52134
|
+
kind: 'SCALAR';
|
|
52135
|
+
name: 'String';
|
|
52136
|
+
ofType: null;
|
|
52137
|
+
};
|
|
52138
|
+
};
|
|
52059
52139
|
'lastCompletedAt': {
|
|
52060
52140
|
name: 'lastCompletedAt';
|
|
52061
52141
|
type: {
|
|
@@ -60538,6 +60618,14 @@ type introspection_types = {
|
|
|
60538
60618
|
};
|
|
60539
60619
|
};
|
|
60540
60620
|
};
|
|
60621
|
+
'kitId': {
|
|
60622
|
+
name: 'kitId';
|
|
60623
|
+
type: {
|
|
60624
|
+
kind: 'SCALAR';
|
|
60625
|
+
name: 'String';
|
|
60626
|
+
ofType: null;
|
|
60627
|
+
};
|
|
60628
|
+
};
|
|
60541
60629
|
'lastCompletedAt': {
|
|
60542
60630
|
name: 'lastCompletedAt';
|
|
60543
60631
|
type: {
|
|
@@ -62776,6 +62864,14 @@ type introspection_types = {
|
|
|
62776
62864
|
};
|
|
62777
62865
|
};
|
|
62778
62866
|
};
|
|
62867
|
+
'kitId': {
|
|
62868
|
+
name: 'kitId';
|
|
62869
|
+
type: {
|
|
62870
|
+
kind: 'SCALAR';
|
|
62871
|
+
name: 'String';
|
|
62872
|
+
ofType: null;
|
|
62873
|
+
};
|
|
62874
|
+
};
|
|
62779
62875
|
'lastCompletedAt': {
|
|
62780
62876
|
name: 'lastCompletedAt';
|
|
62781
62877
|
type: {
|
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-pr91c99ad6",
|
|
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-pr91c99ad6",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|