@settlemint/sdk-js 2.3.8-mainb7108730 → 2.3.8

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.
@@ -1,17 +1,17 @@
1
1
  import { Id } from "@settlemint/sdk-utils/validation";
2
+ import * as gql_tada22 from "gql.tada";
3
+ import * as gql_tada2 from "gql.tada";
2
4
  import * as gql_tada0 from "gql.tada";
3
- import * as gql_tada1 from "gql.tada";
4
- import * as gql_tada8 from "gql.tada";
5
- import * as gql_tada13 from "gql.tada";
6
- import * as gql_tada17 from "gql.tada";
7
- import * as gql_tada19 from "gql.tada";
8
- import * as gql_tada6 from "gql.tada";
5
+ import * as gql_tada7 from "gql.tada";
6
+ import * as gql_tada12 from "gql.tada";
7
+ import * as gql_tada16 from "gql.tada";
8
+ import * as gql_tada20 from "gql.tada";
9
+ import * as gql_tada23 from "gql.tada";
9
10
  import * as gql_tada4 from "gql.tada";
11
+ import * as gql_tada9 from "gql.tada";
10
12
  import * as gql_tada10 from "gql.tada";
11
- import * as gql_tada3 from "gql.tada";
12
- import * as gql_tada21 from "gql.tada";
13
- import * as gql_tada15 from "gql.tada";
14
- import * as gql_tada23 from "gql.tada";
13
+ import * as gql_tada14 from "gql.tada";
14
+ import * as gql_tada18 from "gql.tada";
15
15
  import { ResultOf, VariablesOf } from "gql.tada";
16
16
  import { z } from "zod/v4";
17
17
 
@@ -102418,7 +102418,7 @@ declare module 'gql.tada' {
102418
102418
  }
102419
102419
  } //#endregion
102420
102420
  //#region src/graphql/application-access-tokens.d.ts
102421
- declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
102421
+ declare const createApplicationAccessToken: gql_tada22.TadaDocumentNode<{
102422
102422
  createApplicationAccessToken: {
102423
102423
  token: string | null;
102424
102424
  };
@@ -102481,7 +102481,7 @@ type CreateApplicationAccessTokenArgs = Omit<VariablesOf<typeof createApplicatio
102481
102481
  /**
102482
102482
  * GraphQL fragment containing core application fields.
102483
102483
  */
102484
- declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
102484
+ declare const ApplicationFragment: gql_tada2.TadaDocumentNode<{
102485
102485
  id: string;
102486
102486
  uniqueName: string;
102487
102487
  name: string;
@@ -102502,7 +102502,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
102502
102502
  /**
102503
102503
  * Mutation to create a new application.
102504
102504
  */
102505
- declare const createApplication: gql_tada1.TadaDocumentNode<{
102505
+ declare const createApplication: gql_tada2.TadaDocumentNode<{
102506
102506
  createApplication: {
102507
102507
  id: string;
102508
102508
  uniqueName: string;
@@ -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: gql_tada8.TadaDocumentNode<{
102539
+ declare const BlockchainNetworkFragment: gql_tada0.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: gql_tada8.TadaDocumentNode<{
115886
+ declare const createBlockchainNetwork: gql_tada0.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: gql_tada13.TadaDocumentNode<{
129398
+ declare const BlockchainNodeFragment: gql_tada7.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: gql_tada13.TadaDocumentNode<{
137870
+ declare const createBlockchainNode: gql_tada7.TadaDocumentNode<{
137871
137871
  createBlockchainNode: {
137872
137872
  __typename: "ArbitrumBlockchainNode";
137873
137873
  id: 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: gql_tada17.TadaDocumentNode<{
146362
+ declare const CustomDeploymentFragment: gql_tada12.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: gql_tada17.TadaDocumentNode<{
146392
+ declare const createCustomDeployment: gql_tada12.TadaDocumentNode<{
146393
146393
  createCustomDeployment: {
146394
146394
  id: string;
146395
146395
  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: gql_tada19.TadaDocumentNode<{
146444
+ declare const InsightsFragment: gql_tada16.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: gql_tada19.TadaDocumentNode<{
146516
+ declare const createInsights: gql_tada16.TadaDocumentNode<{
146517
146517
  createInsights: {
146518
146518
  __typename: "BlockchainExplorer";
146519
146519
  id: string;
@@ -146607,7 +146607,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
146607
146607
  /**
146608
146608
  * GraphQL fragment containing core integration fields.
146609
146609
  */
146610
- declare const IntegrationFragment: gql_tada6.TadaDocumentNode<{
146610
+ declare const IntegrationFragment: gql_tada20.TadaDocumentNode<{
146611
146611
  __typename: "Chainlink";
146612
146612
  id: string;
146613
146613
  uniqueName: string;
@@ -146679,7 +146679,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
146679
146679
  /**
146680
146680
  * Mutation to create a new integration.
146681
146681
  */
146682
- declare const createIntegration: gql_tada6.TadaDocumentNode<{
146682
+ declare const createIntegration: gql_tada20.TadaDocumentNode<{
146683
146683
  createIntegration: {
146684
146684
  __typename: "Chainlink";
146685
146685
  id: string;
@@ -146769,7 +146769,7 @@ type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "ap
146769
146769
  /**
146770
146770
  * GraphQL fragment containing core load balancer fields.
146771
146771
  */
146772
- declare const LoadBalancerFragment: gql_tada4.TadaDocumentNode<{
146772
+ declare const LoadBalancerFragment: gql_tada23.TadaDocumentNode<{
146773
146773
  __typename: "EVMLoadBalancer";
146774
146774
  id: string;
146775
146775
  uniqueName: string;
@@ -146809,7 +146809,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
146809
146809
  /**
146810
146810
  * Mutation to create a load balancer.
146811
146811
  */
146812
- declare const createLoadBalancer: gql_tada4.TadaDocumentNode<{
146812
+ declare const createLoadBalancer: gql_tada23.TadaDocumentNode<{
146813
146813
  createLoadBalancer: {
146814
146814
  __typename: "EVMLoadBalancer";
146815
146815
  id: string;
@@ -146870,7 +146870,7 @@ type CreateLoadBalancerArgs = Omit<VariablesOf<typeof createLoadBalancer>, "appl
146870
146870
  /**
146871
146871
  * GraphQL fragment containing core middleware fields.
146872
146872
  */
146873
- declare const MiddlewareFragment: gql_tada10.TadaDocumentNode<{
146873
+ declare const MiddlewareFragment: gql_tada4.TadaDocumentNode<{
146874
146874
  __typename: "AttestationIndexerMiddleware";
146875
146875
  id: string;
146876
146876
  uniqueName: string;
@@ -147015,7 +147015,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
147015
147015
  /**
147016
147016
  * Query to fetch a specific middleware with subgraphs.
147017
147017
  */
147018
- declare const getGraphMiddlewareSubgraphs: gql_tada10.TadaDocumentNode<{
147018
+ declare const getGraphMiddlewareSubgraphs: gql_tada4.TadaDocumentNode<{
147019
147019
  middlewareByUniqueName: {
147020
147020
  __typename: "AttestationIndexerMiddleware";
147021
147021
  id: string;
@@ -147168,7 +147168,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
147168
147168
  /**
147169
147169
  * Mutation to create a new middleware.
147170
147170
  */
147171
- declare const createMiddleware: gql_tada10.TadaDocumentNode<{
147171
+ declare const createMiddleware: gql_tada4.TadaDocumentNode<{
147172
147172
  createMiddleware: {
147173
147173
  __typename: "AttestationIndexerMiddleware";
147174
147174
  id: string;
@@ -147341,7 +147341,7 @@ type CreateMiddlewareArgs = Omit<VariablesOf<typeof createMiddleware>, "applicat
147341
147341
  /**
147342
147342
  * GraphQL query to fetch platform configuration.
147343
147343
  */
147344
- declare const getPlatformConfigQuery: gql_tada3.TadaDocumentNode<{
147344
+ declare const getPlatformConfigQuery: gql_tada9.TadaDocumentNode<{
147345
147345
  config: {
147346
147346
  smartContractSets: {
147347
147347
  id: string;
@@ -147398,7 +147398,7 @@ type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
147398
147398
  /**
147399
147399
  * GraphQL fragment containing core private key fields.
147400
147400
  */
147401
- declare const PrivateKeyFragment: gql_tada21.TadaDocumentNode<{
147401
+ declare const PrivateKeyFragment: gql_tada10.TadaDocumentNode<{
147402
147402
  __typename: "AccessibleEcdsaP256PrivateKey";
147403
147403
  id: string;
147404
147404
  uniqueName: string;
@@ -148040,7 +148040,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
148040
148040
  /**
148041
148041
  * Mutation to create a new private key.
148042
148042
  */
148043
- declare const createPrivateKey: gql_tada21.TadaDocumentNode<{
148043
+ declare const createPrivateKey: gql_tada10.TadaDocumentNode<{
148044
148044
  createPrivateKey: {
148045
148045
  __typename: "AccessibleEcdsaP256PrivateKey";
148046
148046
  id: string;
@@ -148705,7 +148705,7 @@ type CreatePrivateKeyArgs = Omit<VariablesOf<typeof createPrivateKey>, "applicat
148705
148705
  /**
148706
148706
  * GraphQL fragment containing core storage fields.
148707
148707
  */
148708
- declare const StorageFragment: gql_tada15.TadaDocumentNode<{
148708
+ declare const StorageFragment: gql_tada14.TadaDocumentNode<{
148709
148709
  __typename: "IPFSStorage";
148710
148710
  id: string;
148711
148711
  uniqueName: string;
@@ -148757,7 +148757,7 @@ type Storage = ResultOf<typeof StorageFragment>;
148757
148757
  /**
148758
148758
  * Mutation to create a new storage.
148759
148759
  */
148760
- declare const createStorage: gql_tada15.TadaDocumentNode<{
148760
+ declare const createStorage: gql_tada14.TadaDocumentNode<{
148761
148761
  createStorage: {
148762
148762
  __typename: "IPFSStorage";
148763
148763
  id: string;
@@ -148827,7 +148827,7 @@ type CreateStorageArgs = Omit<VariablesOf<typeof createStorage>, "applicationId"
148827
148827
  /**
148828
148828
  * GraphQL fragment containing core workspace fields.
148829
148829
  */
148830
- declare const WorkspaceFragment: gql_tada23.TadaDocumentNode<{
148830
+ declare const WorkspaceFragment: gql_tada18.TadaDocumentNode<{
148831
148831
  id: string;
148832
148832
  uniqueName: string;
148833
148833
  name: string;
@@ -148848,7 +148848,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
148848
148848
  /**
148849
148849
  * Mutation to create a new workspace.
148850
148850
  */
148851
- declare const createWorkspace: gql_tada23.TadaDocumentNode<{
148851
+ declare const createWorkspace: gql_tada18.TadaDocumentNode<{
148852
148852
  createWorkspace: {
148853
148853
  id: string;
148854
148854
  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.3.8-mainb7108730",
4
+ "version": "2.3.8",
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.8-mainb7108730"
58
+ "@settlemint/sdk-utils": "2.3.8"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {