@settlemint/sdk-js 2.3.14-prbb564ea5 → 2.3.14-prc7b089e8
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 +27 -27
- package/dist/settlemint.d.ts +26 -26
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
2
2
|
import * as gql_tada0 from "gql.tada";
|
|
3
3
|
import * as gql_tada3 from "gql.tada";
|
|
4
|
-
import * as gql_tada1 from "gql.tada";
|
|
5
4
|
import * as gql_tada5 from "gql.tada";
|
|
6
|
-
import * as
|
|
7
|
-
import * as gql_tada11 from "gql.tada";
|
|
5
|
+
import * as gql_tada1 from "gql.tada";
|
|
8
6
|
import * as gql_tada9 from "gql.tada";
|
|
9
|
-
import * as
|
|
10
|
-
import * as gql_tada16 from "gql.tada";
|
|
7
|
+
import * as gql_tada7 from "gql.tada";
|
|
11
8
|
import * as gql_tada13 from "gql.tada";
|
|
12
|
-
import * as
|
|
9
|
+
import * as gql_tada11 from "gql.tada";
|
|
10
|
+
import * as gql_tada15 from "gql.tada";
|
|
11
|
+
import * as gql_tada18 from "gql.tada";
|
|
13
12
|
import * as gql_tada19 from "gql.tada";
|
|
13
|
+
import * as gql_tada21 from "gql.tada";
|
|
14
14
|
import * as gql_tada23 from "gql.tada";
|
|
15
15
|
import { ResultOf, VariablesOf } from "gql.tada";
|
|
16
16
|
import { z } from "zod/v4";
|
|
@@ -102536,7 +102536,7 @@ type CreateApplicationArgs = Omit<VariablesOf<typeof createApplication>, "worksp
|
|
|
102536
102536
|
/**
|
|
102537
102537
|
* Fragment containing core blockchain network fields.
|
|
102538
102538
|
*/
|
|
102539
|
-
declare const BlockchainNetworkFragment:
|
|
102539
|
+
declare const BlockchainNetworkFragment: gql_tada5.TadaDocumentNode<{
|
|
102540
102540
|
__typename: "ArbitrumBlockchainNetwork";
|
|
102541
102541
|
id: string;
|
|
102542
102542
|
uniqueName: string;
|
|
@@ -115883,7 +115883,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
115883
115883
|
/**
|
|
115884
115884
|
* Mutation to create a new blockchain network.
|
|
115885
115885
|
*/
|
|
115886
|
-
declare const createBlockchainNetwork:
|
|
115886
|
+
declare const createBlockchainNetwork: gql_tada5.TadaDocumentNode<{
|
|
115887
115887
|
createBlockchainNetwork: {
|
|
115888
115888
|
__typename: "ArbitrumBlockchainNetwork";
|
|
115889
115889
|
id: string;
|
|
@@ -129395,7 +129395,7 @@ type CreateBlockchainNetworkArgs = Omit<VariablesOf<typeof createBlockchainNetwo
|
|
|
129395
129395
|
/**
|
|
129396
129396
|
* Fragment containing core blockchain node fields.
|
|
129397
129397
|
*/
|
|
129398
|
-
declare const BlockchainNodeFragment:
|
|
129398
|
+
declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
129399
129399
|
__typename: "ArbitrumBlockchainNode";
|
|
129400
129400
|
id: string;
|
|
129401
129401
|
uniqueName: string;
|
|
@@ -137867,7 +137867,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
137867
137867
|
/**
|
|
137868
137868
|
* Mutation to create a blockchain node.
|
|
137869
137869
|
*/
|
|
137870
|
-
declare const createBlockchainNode:
|
|
137870
|
+
declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
137871
137871
|
createBlockchainNode: {
|
|
137872
137872
|
__typename: "ArbitrumBlockchainNode";
|
|
137873
137873
|
id: string;
|
|
@@ -146331,7 +146331,7 @@ declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
|
|
|
146331
146331
|
};
|
|
146332
146332
|
}, {
|
|
146333
146333
|
keyMaterial?: string | null | undefined;
|
|
146334
|
-
nodeType?: "NON_VALIDATOR" | "
|
|
146334
|
+
nodeType?: "NON_VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | "VALIDATOR" | null | undefined;
|
|
146335
146335
|
type?: "DEDICATED" | "SHARED" | null | undefined;
|
|
146336
146336
|
size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
|
|
146337
146337
|
region: string;
|
|
@@ -146359,7 +146359,7 @@ type CreateBlockchainNodeArgs = Omit<VariablesOf<typeof createBlockchainNode>, "
|
|
|
146359
146359
|
/**
|
|
146360
146360
|
* Fragment containing core custom deployment fields.
|
|
146361
146361
|
*/
|
|
146362
|
-
declare const CustomDeploymentFragment:
|
|
146362
|
+
declare const CustomDeploymentFragment: gql_tada9.TadaDocumentNode<{
|
|
146363
146363
|
id: string;
|
|
146364
146364
|
uniqueName: string;
|
|
146365
146365
|
name: string;
|
|
@@ -146389,7 +146389,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
146389
146389
|
/**
|
|
146390
146390
|
* Mutation to create a custom deployment.
|
|
146391
146391
|
*/
|
|
146392
|
-
declare const createCustomDeployment:
|
|
146392
|
+
declare const createCustomDeployment: gql_tada9.TadaDocumentNode<{
|
|
146393
146393
|
createCustomDeployment: {
|
|
146394
146394
|
id: string;
|
|
146395
146395
|
uniqueName: string;
|
|
@@ -146440,7 +146440,7 @@ type CreateCustomDeploymentArgs = Omit<VariablesOf<typeof createCustomDeployment
|
|
|
146440
146440
|
/**
|
|
146441
146441
|
* GraphQL fragment containing core insights fields.
|
|
146442
146442
|
*/
|
|
146443
|
-
declare const InsightsFragment:
|
|
146443
|
+
declare const InsightsFragment: gql_tada7.TadaDocumentNode<{
|
|
146444
146444
|
__typename: "BlockchainExplorer";
|
|
146445
146445
|
id: string;
|
|
146446
146446
|
uniqueName: string;
|
|
@@ -146512,7 +146512,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
146512
146512
|
/**
|
|
146513
146513
|
* Mutation to create insights.
|
|
146514
146514
|
*/
|
|
146515
|
-
declare const createInsights:
|
|
146515
|
+
declare const createInsights: gql_tada7.TadaDocumentNode<{
|
|
146516
146516
|
createInsights: {
|
|
146517
146517
|
__typename: "BlockchainExplorer";
|
|
146518
146518
|
id: string;
|
|
@@ -146605,7 +146605,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
|
|
|
146605
146605
|
/**
|
|
146606
146606
|
* GraphQL fragment containing core integration fields.
|
|
146607
146607
|
*/
|
|
146608
|
-
declare const IntegrationFragment:
|
|
146608
|
+
declare const IntegrationFragment: gql_tada13.TadaDocumentNode<{
|
|
146609
146609
|
__typename: "Chainlink";
|
|
146610
146610
|
id: string;
|
|
146611
146611
|
uniqueName: string;
|
|
@@ -146677,7 +146677,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
146677
146677
|
/**
|
|
146678
146678
|
* Mutation to create a new integration.
|
|
146679
146679
|
*/
|
|
146680
|
-
declare const createIntegration:
|
|
146680
|
+
declare const createIntegration: gql_tada13.TadaDocumentNode<{
|
|
146681
146681
|
createIntegration: {
|
|
146682
146682
|
__typename: "Chainlink";
|
|
146683
146683
|
id: string;
|
|
@@ -146766,7 +146766,7 @@ type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "ap
|
|
|
146766
146766
|
/**
|
|
146767
146767
|
* GraphQL fragment containing core load balancer fields.
|
|
146768
146768
|
*/
|
|
146769
|
-
declare const LoadBalancerFragment:
|
|
146769
|
+
declare const LoadBalancerFragment: gql_tada11.TadaDocumentNode<{
|
|
146770
146770
|
__typename: "EVMLoadBalancer";
|
|
146771
146771
|
id: string;
|
|
146772
146772
|
uniqueName: string;
|
|
@@ -146806,7 +146806,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
146806
146806
|
/**
|
|
146807
146807
|
* Mutation to create a load balancer.
|
|
146808
146808
|
*/
|
|
146809
|
-
declare const createLoadBalancer:
|
|
146809
|
+
declare const createLoadBalancer: gql_tada11.TadaDocumentNode<{
|
|
146810
146810
|
createLoadBalancer: {
|
|
146811
146811
|
__typename: "EVMLoadBalancer";
|
|
146812
146812
|
id: string;
|
|
@@ -146866,7 +146866,7 @@ type CreateLoadBalancerArgs = Omit<VariablesOf<typeof createLoadBalancer>, "appl
|
|
|
146866
146866
|
/**
|
|
146867
146867
|
* GraphQL fragment containing core middleware fields.
|
|
146868
146868
|
*/
|
|
146869
|
-
declare const MiddlewareFragment:
|
|
146869
|
+
declare const MiddlewareFragment: gql_tada15.TadaDocumentNode<{
|
|
146870
146870
|
__typename: "AttestationIndexerMiddleware";
|
|
146871
146871
|
id: string;
|
|
146872
146872
|
uniqueName: string;
|
|
@@ -147011,7 +147011,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
147011
147011
|
/**
|
|
147012
147012
|
* Query to fetch a specific middleware with subgraphs.
|
|
147013
147013
|
*/
|
|
147014
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
147014
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada15.TadaDocumentNode<{
|
|
147015
147015
|
middlewareByUniqueName: {
|
|
147016
147016
|
__typename: "AttestationIndexerMiddleware";
|
|
147017
147017
|
id: string;
|
|
@@ -147164,7 +147164,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
147164
147164
|
/**
|
|
147165
147165
|
* Mutation to create a new middleware.
|
|
147166
147166
|
*/
|
|
147167
|
-
declare const createMiddleware:
|
|
147167
|
+
declare const createMiddleware: gql_tada15.TadaDocumentNode<{
|
|
147168
147168
|
createMiddleware: {
|
|
147169
147169
|
__typename: "AttestationIndexerMiddleware";
|
|
147170
147170
|
id: string;
|
|
@@ -147337,7 +147337,7 @@ type CreateMiddlewareArgs = Omit<VariablesOf<typeof createMiddleware>, "applicat
|
|
|
147337
147337
|
/**
|
|
147338
147338
|
* GraphQL query to fetch platform configuration.
|
|
147339
147339
|
*/
|
|
147340
|
-
declare const getPlatformConfigQuery:
|
|
147340
|
+
declare const getPlatformConfigQuery: gql_tada18.TadaDocumentNode<{
|
|
147341
147341
|
config: {
|
|
147342
147342
|
smartContractSets: {
|
|
147343
147343
|
id: string;
|
|
@@ -147393,7 +147393,7 @@ type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
|
|
|
147393
147393
|
/**
|
|
147394
147394
|
* GraphQL fragment containing core private key fields.
|
|
147395
147395
|
*/
|
|
147396
|
-
declare const PrivateKeyFragment:
|
|
147396
|
+
declare const PrivateKeyFragment: gql_tada19.TadaDocumentNode<{
|
|
147397
147397
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
147398
147398
|
id: string;
|
|
147399
147399
|
uniqueName: string;
|
|
@@ -148035,7 +148035,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
148035
148035
|
/**
|
|
148036
148036
|
* Mutation to create a new private key.
|
|
148037
148037
|
*/
|
|
148038
|
-
declare const createPrivateKey:
|
|
148038
|
+
declare const createPrivateKey: gql_tada19.TadaDocumentNode<{
|
|
148039
148039
|
createPrivateKey: {
|
|
148040
148040
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
148041
148041
|
id: string;
|
|
@@ -148700,7 +148700,7 @@ type CreatePrivateKeyArgs = Omit<VariablesOf<typeof createPrivateKey>, "applicat
|
|
|
148700
148700
|
/**
|
|
148701
148701
|
* GraphQL fragment containing core storage fields.
|
|
148702
148702
|
*/
|
|
148703
|
-
declare const StorageFragment:
|
|
148703
|
+
declare const StorageFragment: gql_tada21.TadaDocumentNode<{
|
|
148704
148704
|
__typename: "IPFSStorage";
|
|
148705
148705
|
id: string;
|
|
148706
148706
|
uniqueName: string;
|
|
@@ -148752,7 +148752,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
148752
148752
|
/**
|
|
148753
148753
|
* Mutation to create a new storage.
|
|
148754
148754
|
*/
|
|
148755
|
-
declare const createStorage:
|
|
148755
|
+
declare const createStorage: gql_tada21.TadaDocumentNode<{
|
|
148756
148756
|
createStorage: {
|
|
148757
148757
|
__typename: "IPFSStorage";
|
|
148758
148758
|
id: string;
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
2
2
|
import { GraphQLClient } from "graphql-request";
|
|
3
3
|
import { z } from "zod/v4";
|
|
4
|
-
import * as
|
|
4
|
+
import * as gql_tada0 from "gql.tada";
|
|
5
|
+
import * as gql_tada1 from "gql.tada";
|
|
5
6
|
import * as gql_tada3 from "gql.tada";
|
|
6
7
|
import * as gql_tada5 from "gql.tada";
|
|
7
8
|
import * as gql_tada7 from "gql.tada";
|
|
8
9
|
import * as gql_tada9 from "gql.tada";
|
|
9
10
|
import * as gql_tada11 from "gql.tada";
|
|
10
|
-
import * as gql_tada0 from "gql.tada";
|
|
11
|
-
import * as gql_tada16 from "gql.tada";
|
|
12
11
|
import * as gql_tada13 from "gql.tada";
|
|
12
|
+
import * as gql_tada15 from "gql.tada";
|
|
13
13
|
import * as gql_tada18 from "gql.tada";
|
|
14
|
-
import * as gql_tada21 from "gql.tada";
|
|
15
14
|
import * as gql_tada19 from "gql.tada";
|
|
15
|
+
import * as gql_tada21 from "gql.tada";
|
|
16
16
|
import * as gql_tada23 from "gql.tada";
|
|
17
17
|
import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
|
|
18
18
|
|
|
@@ -102420,7 +102420,7 @@ declare module 'gql.tada' {
|
|
|
102420
102420
|
}
|
|
102421
102421
|
//#endregion
|
|
102422
102422
|
//#region src/graphql/application-access-tokens.d.ts
|
|
102423
|
-
declare const createApplicationAccessToken:
|
|
102423
|
+
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
|
|
102424
102424
|
createApplicationAccessToken: {
|
|
102425
102425
|
token: string | null;
|
|
102426
102426
|
};
|
|
@@ -102483,7 +102483,7 @@ type CreateApplicationAccessTokenArgs = Omit<VariablesOf<typeof createApplicatio
|
|
|
102483
102483
|
/**
|
|
102484
102484
|
* GraphQL fragment containing core application fields.
|
|
102485
102485
|
*/
|
|
102486
|
-
declare const ApplicationFragment:
|
|
102486
|
+
declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
|
|
102487
102487
|
id: string;
|
|
102488
102488
|
uniqueName: string;
|
|
102489
102489
|
name: string;
|
|
@@ -102504,7 +102504,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
102504
102504
|
/**
|
|
102505
102505
|
* Mutation to create a new application.
|
|
102506
102506
|
*/
|
|
102507
|
-
declare const createApplication:
|
|
102507
|
+
declare const createApplication: gql_tada1.TadaDocumentNode<{
|
|
102508
102508
|
createApplication: {
|
|
102509
102509
|
id: string;
|
|
102510
102510
|
uniqueName: string;
|
|
@@ -102537,7 +102537,7 @@ type CreateApplicationArgs = Omit<VariablesOf<typeof createApplication>, "worksp
|
|
|
102537
102537
|
/**
|
|
102538
102538
|
* Fragment containing core blockchain network fields.
|
|
102539
102539
|
*/
|
|
102540
|
-
declare const BlockchainNetworkFragment:
|
|
102540
|
+
declare const BlockchainNetworkFragment: gql_tada3.TadaDocumentNode<{
|
|
102541
102541
|
__typename: "ArbitrumBlockchainNetwork";
|
|
102542
102542
|
id: string;
|
|
102543
102543
|
uniqueName: string;
|
|
@@ -115884,7 +115884,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
115884
115884
|
/**
|
|
115885
115885
|
* Mutation to create a new blockchain network.
|
|
115886
115886
|
*/
|
|
115887
|
-
declare const createBlockchainNetwork:
|
|
115887
|
+
declare const createBlockchainNetwork: gql_tada3.TadaDocumentNode<{
|
|
115888
115888
|
createBlockchainNetwork: {
|
|
115889
115889
|
__typename: "ArbitrumBlockchainNetwork";
|
|
115890
115890
|
id: string;
|
|
@@ -129396,7 +129396,7 @@ type CreateBlockchainNetworkArgs = Omit<VariablesOf<typeof createBlockchainNetwo
|
|
|
129396
129396
|
/**
|
|
129397
129397
|
* Fragment containing core blockchain node fields.
|
|
129398
129398
|
*/
|
|
129399
|
-
declare const BlockchainNodeFragment:
|
|
129399
|
+
declare const BlockchainNodeFragment: gql_tada5.TadaDocumentNode<{
|
|
129400
129400
|
__typename: "ArbitrumBlockchainNode";
|
|
129401
129401
|
id: string;
|
|
129402
129402
|
uniqueName: string;
|
|
@@ -137868,7 +137868,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
137868
137868
|
/**
|
|
137869
137869
|
* Mutation to create a blockchain node.
|
|
137870
137870
|
*/
|
|
137871
|
-
declare const createBlockchainNode:
|
|
137871
|
+
declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
|
|
137872
137872
|
createBlockchainNode: {
|
|
137873
137873
|
__typename: "ArbitrumBlockchainNode";
|
|
137874
137874
|
id: string;
|
|
@@ -146360,7 +146360,7 @@ type CreateBlockchainNodeArgs = Omit<VariablesOf<typeof createBlockchainNode>, "
|
|
|
146360
146360
|
/**
|
|
146361
146361
|
* Fragment containing core custom deployment fields.
|
|
146362
146362
|
*/
|
|
146363
|
-
declare const CustomDeploymentFragment:
|
|
146363
|
+
declare const CustomDeploymentFragment: gql_tada7.TadaDocumentNode<{
|
|
146364
146364
|
id: string;
|
|
146365
146365
|
uniqueName: string;
|
|
146366
146366
|
name: string;
|
|
@@ -146390,7 +146390,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
146390
146390
|
/**
|
|
146391
146391
|
* Mutation to create a custom deployment.
|
|
146392
146392
|
*/
|
|
146393
|
-
declare const createCustomDeployment:
|
|
146393
|
+
declare const createCustomDeployment: gql_tada7.TadaDocumentNode<{
|
|
146394
146394
|
createCustomDeployment: {
|
|
146395
146395
|
id: string;
|
|
146396
146396
|
uniqueName: string;
|
|
@@ -146441,7 +146441,7 @@ type CreateCustomDeploymentArgs = Omit<VariablesOf<typeof createCustomDeployment
|
|
|
146441
146441
|
/**
|
|
146442
146442
|
* GraphQL fragment containing core insights fields.
|
|
146443
146443
|
*/
|
|
146444
|
-
declare const InsightsFragment:
|
|
146444
|
+
declare const InsightsFragment: gql_tada9.TadaDocumentNode<{
|
|
146445
146445
|
__typename: "BlockchainExplorer";
|
|
146446
146446
|
id: string;
|
|
146447
146447
|
uniqueName: string;
|
|
@@ -146513,7 +146513,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
146513
146513
|
/**
|
|
146514
146514
|
* Mutation to create insights.
|
|
146515
146515
|
*/
|
|
146516
|
-
declare const createInsights:
|
|
146516
|
+
declare const createInsights: gql_tada9.TadaDocumentNode<{
|
|
146517
146517
|
createInsights: {
|
|
146518
146518
|
__typename: "BlockchainExplorer";
|
|
146519
146519
|
id: string;
|
|
@@ -146606,7 +146606,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
|
|
|
146606
146606
|
/**
|
|
146607
146607
|
* GraphQL fragment containing core integration fields.
|
|
146608
146608
|
*/
|
|
146609
|
-
declare const IntegrationFragment:
|
|
146609
|
+
declare const IntegrationFragment: gql_tada11.TadaDocumentNode<{
|
|
146610
146610
|
__typename: "Chainlink";
|
|
146611
146611
|
id: string;
|
|
146612
146612
|
uniqueName: string;
|
|
@@ -146678,7 +146678,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
146678
146678
|
/**
|
|
146679
146679
|
* Mutation to create a new integration.
|
|
146680
146680
|
*/
|
|
146681
|
-
declare const createIntegration:
|
|
146681
|
+
declare const createIntegration: gql_tada11.TadaDocumentNode<{
|
|
146682
146682
|
createIntegration: {
|
|
146683
146683
|
__typename: "Chainlink";
|
|
146684
146684
|
id: string;
|
|
@@ -146767,7 +146767,7 @@ type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "ap
|
|
|
146767
146767
|
/**
|
|
146768
146768
|
* GraphQL fragment containing core load balancer fields.
|
|
146769
146769
|
*/
|
|
146770
|
-
declare const LoadBalancerFragment:
|
|
146770
|
+
declare const LoadBalancerFragment: gql_tada13.TadaDocumentNode<{
|
|
146771
146771
|
__typename: "EVMLoadBalancer";
|
|
146772
146772
|
id: string;
|
|
146773
146773
|
uniqueName: string;
|
|
@@ -146807,7 +146807,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
146807
146807
|
/**
|
|
146808
146808
|
* Mutation to create a load balancer.
|
|
146809
146809
|
*/
|
|
146810
|
-
declare const createLoadBalancer:
|
|
146810
|
+
declare const createLoadBalancer: gql_tada13.TadaDocumentNode<{
|
|
146811
146811
|
createLoadBalancer: {
|
|
146812
146812
|
__typename: "EVMLoadBalancer";
|
|
146813
146813
|
id: string;
|
|
@@ -146867,7 +146867,7 @@ type CreateLoadBalancerArgs = Omit<VariablesOf<typeof createLoadBalancer>, "appl
|
|
|
146867
146867
|
/**
|
|
146868
146868
|
* GraphQL fragment containing core middleware fields.
|
|
146869
146869
|
*/
|
|
146870
|
-
declare const MiddlewareFragment:
|
|
146870
|
+
declare const MiddlewareFragment: gql_tada15.TadaDocumentNode<{
|
|
146871
146871
|
__typename: "AttestationIndexerMiddleware";
|
|
146872
146872
|
id: string;
|
|
146873
146873
|
uniqueName: string;
|
|
@@ -147012,7 +147012,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
147012
147012
|
/**
|
|
147013
147013
|
* Query to fetch a specific middleware with subgraphs.
|
|
147014
147014
|
*/
|
|
147015
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
147015
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada15.TadaDocumentNode<{
|
|
147016
147016
|
middlewareByUniqueName: {
|
|
147017
147017
|
__typename: "AttestationIndexerMiddleware";
|
|
147018
147018
|
id: string;
|
|
@@ -147165,7 +147165,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
147165
147165
|
/**
|
|
147166
147166
|
* Mutation to create a new middleware.
|
|
147167
147167
|
*/
|
|
147168
|
-
declare const createMiddleware:
|
|
147168
|
+
declare const createMiddleware: gql_tada15.TadaDocumentNode<{
|
|
147169
147169
|
createMiddleware: {
|
|
147170
147170
|
__typename: "AttestationIndexerMiddleware";
|
|
147171
147171
|
id: string;
|
|
@@ -147394,7 +147394,7 @@ type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
|
|
|
147394
147394
|
/**
|
|
147395
147395
|
* GraphQL fragment containing core private key fields.
|
|
147396
147396
|
*/
|
|
147397
|
-
declare const PrivateKeyFragment:
|
|
147397
|
+
declare const PrivateKeyFragment: gql_tada19.TadaDocumentNode<{
|
|
147398
147398
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
147399
147399
|
id: string;
|
|
147400
147400
|
uniqueName: string;
|
|
@@ -148036,7 +148036,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
148036
148036
|
/**
|
|
148037
148037
|
* Mutation to create a new private key.
|
|
148038
148038
|
*/
|
|
148039
|
-
declare const createPrivateKey:
|
|
148039
|
+
declare const createPrivateKey: gql_tada19.TadaDocumentNode<{
|
|
148040
148040
|
createPrivateKey: {
|
|
148041
148041
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
148042
148042
|
id: string;
|
|
@@ -148701,7 +148701,7 @@ type CreatePrivateKeyArgs = Omit<VariablesOf<typeof createPrivateKey>, "applicat
|
|
|
148701
148701
|
/**
|
|
148702
148702
|
* GraphQL fragment containing core storage fields.
|
|
148703
148703
|
*/
|
|
148704
|
-
declare const StorageFragment:
|
|
148704
|
+
declare const StorageFragment: gql_tada21.TadaDocumentNode<{
|
|
148705
148705
|
__typename: "IPFSStorage";
|
|
148706
148706
|
id: string;
|
|
148707
148707
|
uniqueName: string;
|
|
@@ -148753,7 +148753,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
148753
148753
|
/**
|
|
148754
148754
|
* Mutation to create a new storage.
|
|
148755
148755
|
*/
|
|
148756
|
-
declare const createStorage:
|
|
148756
|
+
declare const createStorage: gql_tada21.TadaDocumentNode<{
|
|
148757
148757
|
createStorage: {
|
|
148758
148758
|
__typename: "IPFSStorage";
|
|
148759
148759
|
id: 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.3.14-
|
|
4
|
+
"version": "2.3.14-prc7b089e8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"gql.tada": "^1",
|
|
56
56
|
"graphql-request": "^7",
|
|
57
57
|
"zod": "^3.25.0",
|
|
58
|
-
"@settlemint/sdk-utils": "2.3.14-
|
|
58
|
+
"@settlemint/sdk-utils": "2.3.14-prc7b089e8"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {},
|
|
61
61
|
"engines": {
|