@settlemint/sdk-js 2.6.2-maind3ce3378 → 2.6.2-maindb50fd91
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 -26
- package/dist/settlemint.d.ts +112 -0
- 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_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: {
|
|
@@ -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: {
|
|
@@ -44799,6 +44863,14 @@ type introspection_types = {
|
|
|
44799
44863
|
};
|
|
44800
44864
|
};
|
|
44801
44865
|
};
|
|
44866
|
+
'kitId': {
|
|
44867
|
+
name: 'kitId';
|
|
44868
|
+
type: {
|
|
44869
|
+
kind: 'SCALAR';
|
|
44870
|
+
name: 'String';
|
|
44871
|
+
ofType: null;
|
|
44872
|
+
};
|
|
44873
|
+
};
|
|
44802
44874
|
'lastCompletedAt': {
|
|
44803
44875
|
name: 'lastCompletedAt';
|
|
44804
44876
|
type: {
|
|
@@ -45657,6 +45729,14 @@ type introspection_types = {
|
|
|
45657
45729
|
};
|
|
45658
45730
|
};
|
|
45659
45731
|
};
|
|
45732
|
+
'kitId': {
|
|
45733
|
+
name: 'kitId';
|
|
45734
|
+
type: {
|
|
45735
|
+
kind: 'SCALAR';
|
|
45736
|
+
name: 'String';
|
|
45737
|
+
ofType: null;
|
|
45738
|
+
};
|
|
45739
|
+
};
|
|
45660
45740
|
'lastCompletedAt': {
|
|
45661
45741
|
name: 'lastCompletedAt';
|
|
45662
45742
|
type: {
|
|
@@ -48562,6 +48642,14 @@ type introspection_types = {
|
|
|
48562
48642
|
};
|
|
48563
48643
|
};
|
|
48564
48644
|
};
|
|
48645
|
+
'kitId': {
|
|
48646
|
+
name: 'kitId';
|
|
48647
|
+
type: {
|
|
48648
|
+
kind: 'SCALAR';
|
|
48649
|
+
name: 'String';
|
|
48650
|
+
ofType: null;
|
|
48651
|
+
};
|
|
48652
|
+
};
|
|
48565
48653
|
'lastCompletedAt': {
|
|
48566
48654
|
name: 'lastCompletedAt';
|
|
48567
48655
|
type: {
|
|
@@ -52040,6 +52128,14 @@ type introspection_types = {
|
|
|
52040
52128
|
};
|
|
52041
52129
|
};
|
|
52042
52130
|
};
|
|
52131
|
+
'kitId': {
|
|
52132
|
+
name: 'kitId';
|
|
52133
|
+
type: {
|
|
52134
|
+
kind: 'SCALAR';
|
|
52135
|
+
name: 'String';
|
|
52136
|
+
ofType: null;
|
|
52137
|
+
};
|
|
52138
|
+
};
|
|
52043
52139
|
'lastCompletedAt': {
|
|
52044
52140
|
name: 'lastCompletedAt';
|
|
52045
52141
|
type: {
|
|
@@ -60522,6 +60618,14 @@ type introspection_types = {
|
|
|
60522
60618
|
};
|
|
60523
60619
|
};
|
|
60524
60620
|
};
|
|
60621
|
+
'kitId': {
|
|
60622
|
+
name: 'kitId';
|
|
60623
|
+
type: {
|
|
60624
|
+
kind: 'SCALAR';
|
|
60625
|
+
name: 'String';
|
|
60626
|
+
ofType: null;
|
|
60627
|
+
};
|
|
60628
|
+
};
|
|
60525
60629
|
'lastCompletedAt': {
|
|
60526
60630
|
name: 'lastCompletedAt';
|
|
60527
60631
|
type: {
|
|
@@ -62760,6 +62864,14 @@ type introspection_types = {
|
|
|
62760
62864
|
};
|
|
62761
62865
|
};
|
|
62762
62866
|
};
|
|
62867
|
+
'kitId': {
|
|
62868
|
+
name: 'kitId';
|
|
62869
|
+
type: {
|
|
62870
|
+
kind: 'SCALAR';
|
|
62871
|
+
name: 'String';
|
|
62872
|
+
ofType: null;
|
|
62873
|
+
};
|
|
62874
|
+
};
|
|
62763
62875
|
'lastCompletedAt': {
|
|
62764
62876
|
name: 'lastCompletedAt';
|
|
62765
62877
|
type: {
|
|
@@ -65372,7 +65484,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65372
65484
|
/**
|
|
65373
65485
|
* GraphQL fragment containing core application fields.
|
|
65374
65486
|
*/
|
|
65375
|
-
declare const ApplicationFragment:
|
|
65487
|
+
declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
|
|
65376
65488
|
id: string;
|
|
65377
65489
|
uniqueName: string;
|
|
65378
65490
|
name: string;
|
|
@@ -65393,7 +65505,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65393
65505
|
/**
|
|
65394
65506
|
* Mutation to create a new application.
|
|
65395
65507
|
*/
|
|
65396
|
-
declare const createApplication:
|
|
65508
|
+
declare const createApplication: gql_tada1.TadaDocumentNode<{
|
|
65397
65509
|
createApplication: {
|
|
65398
65510
|
id: string;
|
|
65399
65511
|
uniqueName: string;
|
|
@@ -65448,7 +65560,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65448
65560
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65449
65561
|
//#endregion
|
|
65450
65562
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65451
|
-
declare const createApplicationAccessToken:
|
|
65563
|
+
declare const createApplicationAccessToken: gql_tada1.TadaDocumentNode<{
|
|
65452
65564
|
createApplicationAccessToken: {
|
|
65453
65565
|
token: string | null;
|
|
65454
65566
|
};
|
|
@@ -65512,7 +65624,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65512
65624
|
/**
|
|
65513
65625
|
* Fragment containing core blockchain network fields.
|
|
65514
65626
|
*/
|
|
65515
|
-
declare const BlockchainNetworkFragment:
|
|
65627
|
+
declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
65516
65628
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65517
65629
|
id: string;
|
|
65518
65630
|
uniqueName: string;
|
|
@@ -66410,7 +66522,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66410
66522
|
/**
|
|
66411
66523
|
* Mutation to create a new blockchain network.
|
|
66412
66524
|
*/
|
|
66413
|
-
declare const createBlockchainNetwork:
|
|
66525
|
+
declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
66414
66526
|
createBlockchainNetwork: {
|
|
66415
66527
|
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66416
66528
|
id: string;
|
|
@@ -68908,7 +69020,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68908
69020
|
/**
|
|
68909
69021
|
* Fragment containing core blockchain node fields.
|
|
68910
69022
|
*/
|
|
68911
|
-
declare const BlockchainNodeFragment:
|
|
69023
|
+
declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
68912
69024
|
__typename: "BesuIbftv2BlockchainNode";
|
|
68913
69025
|
id: string;
|
|
68914
69026
|
uniqueName: string;
|
|
@@ -69789,7 +69901,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69789
69901
|
/**
|
|
69790
69902
|
* Mutation to create a blockchain node.
|
|
69791
69903
|
*/
|
|
69792
|
-
declare const createBlockchainNode:
|
|
69904
|
+
declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
69793
69905
|
createBlockchainNode: {
|
|
69794
69906
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69795
69907
|
id: string;
|
|
@@ -70415,7 +70527,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70415
70527
|
/**
|
|
70416
70528
|
* Fragment containing core custom deployment fields.
|
|
70417
70529
|
*/
|
|
70418
|
-
declare const CustomDeploymentFragment:
|
|
70530
|
+
declare const CustomDeploymentFragment: gql_tada1.TadaDocumentNode<{
|
|
70419
70531
|
id: string;
|
|
70420
70532
|
uniqueName: string;
|
|
70421
70533
|
name: string;
|
|
@@ -70445,7 +70557,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70445
70557
|
/**
|
|
70446
70558
|
* Mutation to create a custom deployment.
|
|
70447
70559
|
*/
|
|
70448
|
-
declare const createCustomDeployment:
|
|
70560
|
+
declare const createCustomDeployment: gql_tada1.TadaDocumentNode<{
|
|
70449
70561
|
createCustomDeployment: {
|
|
70450
70562
|
id: string;
|
|
70451
70563
|
uniqueName: string;
|
|
@@ -70545,7 +70657,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70545
70657
|
/**
|
|
70546
70658
|
* GraphQL fragment containing core insights fields.
|
|
70547
70659
|
*/
|
|
70548
|
-
declare const InsightsFragment:
|
|
70660
|
+
declare const InsightsFragment: gql_tada1.TadaDocumentNode<{
|
|
70549
70661
|
__typename: "BlockchainExplorer";
|
|
70550
70662
|
id: string;
|
|
70551
70663
|
uniqueName: string;
|
|
@@ -70617,7 +70729,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70617
70729
|
/**
|
|
70618
70730
|
* Mutation to create insights.
|
|
70619
70731
|
*/
|
|
70620
|
-
declare const createInsights:
|
|
70732
|
+
declare const createInsights: gql_tada1.TadaDocumentNode<{
|
|
70621
70733
|
createInsights: {
|
|
70622
70734
|
__typename: "BlockchainExplorer";
|
|
70623
70735
|
id: string;
|
|
@@ -70751,7 +70863,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70751
70863
|
/**
|
|
70752
70864
|
* GraphQL fragment containing core integration fields.
|
|
70753
70865
|
*/
|
|
70754
|
-
declare const IntegrationFragment:
|
|
70866
|
+
declare const IntegrationFragment: gql_tada1.TadaDocumentNode<{
|
|
70755
70867
|
__typename: "Chainlink";
|
|
70756
70868
|
id: string;
|
|
70757
70869
|
uniqueName: string;
|
|
@@ -70843,7 +70955,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70843
70955
|
/**
|
|
70844
70956
|
* Mutation to create a new integration.
|
|
70845
70957
|
*/
|
|
70846
|
-
declare const createIntegration:
|
|
70958
|
+
declare const createIntegration: gql_tada1.TadaDocumentNode<{
|
|
70847
70959
|
createIntegration: {
|
|
70848
70960
|
__typename: "Chainlink";
|
|
70849
70961
|
id: string;
|
|
@@ -70993,7 +71105,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
70993
71105
|
/**
|
|
70994
71106
|
* GraphQL fragment containing core load balancer fields.
|
|
70995
71107
|
*/
|
|
70996
|
-
declare const LoadBalancerFragment:
|
|
71108
|
+
declare const LoadBalancerFragment: gql_tada1.TadaDocumentNode<{
|
|
70997
71109
|
__typename: "EVMLoadBalancer";
|
|
70998
71110
|
id: string;
|
|
70999
71111
|
uniqueName: string;
|
|
@@ -71033,7 +71145,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71033
71145
|
/**
|
|
71034
71146
|
* Mutation to create a load balancer.
|
|
71035
71147
|
*/
|
|
71036
|
-
declare const createLoadBalancer:
|
|
71148
|
+
declare const createLoadBalancer: gql_tada1.TadaDocumentNode<{
|
|
71037
71149
|
createLoadBalancer: {
|
|
71038
71150
|
__typename: "EVMLoadBalancer";
|
|
71039
71151
|
id: string;
|
|
@@ -71134,7 +71246,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71134
71246
|
/**
|
|
71135
71247
|
* GraphQL fragment containing core middleware fields.
|
|
71136
71248
|
*/
|
|
71137
|
-
declare const MiddlewareFragment:
|
|
71249
|
+
declare const MiddlewareFragment: gql_tada1.TadaDocumentNode<{
|
|
71138
71250
|
__typename: "AttestationIndexerMiddleware";
|
|
71139
71251
|
id: string;
|
|
71140
71252
|
uniqueName: string;
|
|
@@ -71302,7 +71414,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71302
71414
|
/**
|
|
71303
71415
|
* Query to fetch a specific middleware with subgraphs.
|
|
71304
71416
|
*/
|
|
71305
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71417
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada1.TadaDocumentNode<{
|
|
71306
71418
|
middlewareByUniqueName: {
|
|
71307
71419
|
__typename: "AttestationIndexerMiddleware";
|
|
71308
71420
|
id: string;
|
|
@@ -71485,7 +71597,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71485
71597
|
/**
|
|
71486
71598
|
* Mutation to create a new middleware.
|
|
71487
71599
|
*/
|
|
71488
|
-
declare const createMiddleware:
|
|
71600
|
+
declare const createMiddleware: gql_tada1.TadaDocumentNode<{
|
|
71489
71601
|
createMiddleware: {
|
|
71490
71602
|
__typename: "AttestationIndexerMiddleware";
|
|
71491
71603
|
id: string;
|
|
@@ -71730,7 +71842,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71730
71842
|
/**
|
|
71731
71843
|
* GraphQL query to fetch platform configuration.
|
|
71732
71844
|
*/
|
|
71733
|
-
declare const getPlatformConfigQuery:
|
|
71845
|
+
declare const getPlatformConfigQuery: gql_tada1.TadaDocumentNode<{
|
|
71734
71846
|
config: {
|
|
71735
71847
|
smartContractSets: {
|
|
71736
71848
|
id: string;
|
|
@@ -71787,7 +71899,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71787
71899
|
/**
|
|
71788
71900
|
* GraphQL fragment containing core private key fields.
|
|
71789
71901
|
*/
|
|
71790
|
-
declare const PrivateKeyFragment:
|
|
71902
|
+
declare const PrivateKeyFragment: gql_tada1.TadaDocumentNode<{
|
|
71791
71903
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71792
71904
|
id: string;
|
|
71793
71905
|
uniqueName: string;
|
|
@@ -71994,7 +72106,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
71994
72106
|
/**
|
|
71995
72107
|
* Mutation to create a new private key.
|
|
71996
72108
|
*/
|
|
71997
|
-
declare const createPrivateKey:
|
|
72109
|
+
declare const createPrivateKey: gql_tada1.TadaDocumentNode<{
|
|
71998
72110
|
createPrivateKey: {
|
|
71999
72111
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
72000
72112
|
id: string;
|
|
@@ -72265,7 +72377,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72265
72377
|
/**
|
|
72266
72378
|
* GraphQL fragment containing core storage fields.
|
|
72267
72379
|
*/
|
|
72268
|
-
declare const StorageFragment:
|
|
72380
|
+
declare const StorageFragment: gql_tada1.TadaDocumentNode<{
|
|
72269
72381
|
__typename: "IPFSStorage";
|
|
72270
72382
|
id: string;
|
|
72271
72383
|
uniqueName: string;
|
|
@@ -72317,7 +72429,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72317
72429
|
/**
|
|
72318
72430
|
* Mutation to create a new storage.
|
|
72319
72431
|
*/
|
|
72320
|
-
declare const createStorage:
|
|
72432
|
+
declare const createStorage: gql_tada1.TadaDocumentNode<{
|
|
72321
72433
|
createStorage: {
|
|
72322
72434
|
__typename: "IPFSStorage";
|
|
72323
72435
|
id: string;
|
|
@@ -72427,7 +72539,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72427
72539
|
/**
|
|
72428
72540
|
* GraphQL fragment containing core workspace fields.
|
|
72429
72541
|
*/
|
|
72430
|
-
declare const WorkspaceFragment:
|
|
72542
|
+
declare const WorkspaceFragment: gql_tada1.TadaDocumentNode<{
|
|
72431
72543
|
id: string;
|
|
72432
72544
|
uniqueName: string;
|
|
72433
72545
|
name: string;
|
|
@@ -72448,7 +72560,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72448
72560
|
/**
|
|
72449
72561
|
* Mutation to create a new workspace.
|
|
72450
72562
|
*/
|
|
72451
|
-
declare const createWorkspace:
|
|
72563
|
+
declare const createWorkspace: gql_tada1.TadaDocumentNode<{
|
|
72452
72564
|
createWorkspace: {
|
|
72453
72565
|
id: string;
|
|
72454
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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -44799,6 +44863,14 @@ type introspection_types = {
|
|
|
44799
44863
|
};
|
|
44800
44864
|
};
|
|
44801
44865
|
};
|
|
44866
|
+
'kitId': {
|
|
44867
|
+
name: 'kitId';
|
|
44868
|
+
type: {
|
|
44869
|
+
kind: 'SCALAR';
|
|
44870
|
+
name: 'String';
|
|
44871
|
+
ofType: null;
|
|
44872
|
+
};
|
|
44873
|
+
};
|
|
44802
44874
|
'lastCompletedAt': {
|
|
44803
44875
|
name: 'lastCompletedAt';
|
|
44804
44876
|
type: {
|
|
@@ -45657,6 +45729,14 @@ type introspection_types = {
|
|
|
45657
45729
|
};
|
|
45658
45730
|
};
|
|
45659
45731
|
};
|
|
45732
|
+
'kitId': {
|
|
45733
|
+
name: 'kitId';
|
|
45734
|
+
type: {
|
|
45735
|
+
kind: 'SCALAR';
|
|
45736
|
+
name: 'String';
|
|
45737
|
+
ofType: null;
|
|
45738
|
+
};
|
|
45739
|
+
};
|
|
45660
45740
|
'lastCompletedAt': {
|
|
45661
45741
|
name: 'lastCompletedAt';
|
|
45662
45742
|
type: {
|
|
@@ -48562,6 +48642,14 @@ type introspection_types = {
|
|
|
48562
48642
|
};
|
|
48563
48643
|
};
|
|
48564
48644
|
};
|
|
48645
|
+
'kitId': {
|
|
48646
|
+
name: 'kitId';
|
|
48647
|
+
type: {
|
|
48648
|
+
kind: 'SCALAR';
|
|
48649
|
+
name: 'String';
|
|
48650
|
+
ofType: null;
|
|
48651
|
+
};
|
|
48652
|
+
};
|
|
48565
48653
|
'lastCompletedAt': {
|
|
48566
48654
|
name: 'lastCompletedAt';
|
|
48567
48655
|
type: {
|
|
@@ -52040,6 +52128,14 @@ type introspection_types = {
|
|
|
52040
52128
|
};
|
|
52041
52129
|
};
|
|
52042
52130
|
};
|
|
52131
|
+
'kitId': {
|
|
52132
|
+
name: 'kitId';
|
|
52133
|
+
type: {
|
|
52134
|
+
kind: 'SCALAR';
|
|
52135
|
+
name: 'String';
|
|
52136
|
+
ofType: null;
|
|
52137
|
+
};
|
|
52138
|
+
};
|
|
52043
52139
|
'lastCompletedAt': {
|
|
52044
52140
|
name: 'lastCompletedAt';
|
|
52045
52141
|
type: {
|
|
@@ -60522,6 +60618,14 @@ type introspection_types = {
|
|
|
60522
60618
|
};
|
|
60523
60619
|
};
|
|
60524
60620
|
};
|
|
60621
|
+
'kitId': {
|
|
60622
|
+
name: 'kitId';
|
|
60623
|
+
type: {
|
|
60624
|
+
kind: 'SCALAR';
|
|
60625
|
+
name: 'String';
|
|
60626
|
+
ofType: null;
|
|
60627
|
+
};
|
|
60628
|
+
};
|
|
60525
60629
|
'lastCompletedAt': {
|
|
60526
60630
|
name: 'lastCompletedAt';
|
|
60527
60631
|
type: {
|
|
@@ -62760,6 +62864,14 @@ type introspection_types = {
|
|
|
62760
62864
|
};
|
|
62761
62865
|
};
|
|
62762
62866
|
};
|
|
62867
|
+
'kitId': {
|
|
62868
|
+
name: 'kitId';
|
|
62869
|
+
type: {
|
|
62870
|
+
kind: 'SCALAR';
|
|
62871
|
+
name: 'String';
|
|
62872
|
+
ofType: null;
|
|
62873
|
+
};
|
|
62874
|
+
};
|
|
62763
62875
|
'lastCompletedAt': {
|
|
62764
62876
|
name: 'lastCompletedAt';
|
|
62765
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-maindb50fd91",
|
|
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-maindb50fd91",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|