@settlemint/sdk-js 2.3.5-pr8adfebff → 2.3.5-prc1c8dcb9

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_tada13 from "gql.tada";
3
+ import * as gql_tada14 from "gql.tada";
2
4
  import * as gql_tada0 from "gql.tada";
3
- import * as gql_tada1 from "gql.tada";
4
- import * as gql_tada3 from "gql.tada";
5
5
  import * as gql_tada5 from "gql.tada";
6
6
  import * as gql_tada7 from "gql.tada";
7
7
  import * as gql_tada9 from "gql.tada";
8
8
  import * as gql_tada11 from "gql.tada";
9
- import * as gql_tada13 from "gql.tada";
10
- import * as gql_tada15 from "gql.tada";
9
+ import * as gql_tada16 from "gql.tada";
10
+ import * as gql_tada2 from "gql.tada";
11
+ import * as gql_tada20 from "gql.tada";
12
+ import * as gql_tada23 from "gql.tada";
11
13
  import * as gql_tada18 from "gql.tada";
12
- import * as gql_tada19 from "gql.tada";
13
14
  import * as gql_tada21 from "gql.tada";
14
- import * as gql_tada23 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_tada13.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_tada14.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_tada14.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_tada3.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_tada3.TadaDocumentNode<{
115886
+ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
115887
115887
  createBlockchainNetwork: {
115888
115888
  __typename: "ArbitrumBlockchainNetwork";
115889
115889
  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_tada13.TadaDocumentNode<{
146772
+ declare const LoadBalancerFragment: gql_tada16.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_tada13.TadaDocumentNode<{
146812
+ declare const createLoadBalancer: gql_tada16.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_tada15.TadaDocumentNode<{
146873
+ declare const MiddlewareFragment: gql_tada2.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_tada15.TadaDocumentNode<{
147018
+ declare const getGraphMiddlewareSubgraphs: gql_tada2.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_tada15.TadaDocumentNode<{
147171
+ declare const createMiddleware: gql_tada2.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_tada18.TadaDocumentNode<{
147344
+ declare const getPlatformConfigQuery: gql_tada20.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_tada19.TadaDocumentNode<{
147401
+ declare const PrivateKeyFragment: gql_tada23.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_tada19.TadaDocumentNode<{
148043
+ declare const createPrivateKey: gql_tada23.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_tada21.TadaDocumentNode<{
148708
+ declare const StorageFragment: gql_tada18.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_tada21.TadaDocumentNode<{
148760
+ declare const createStorage: gql_tada18.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_tada21.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_tada21.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.5-pr8adfebff",
4
+ "version": "2.3.5-prc1c8dcb9",
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.5-pr8adfebff"
58
+ "@settlemint/sdk-utils": "2.3.5-prc1c8dcb9"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {