@settlemint/sdk-js 2.3.5-pra0b86359 → 2.3.5-prfde1f9e5

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.
@@ -3,15 +3,15 @@ import * as gql_tada0 from "gql.tada";
3
3
  import * as gql_tada3 from "gql.tada";
4
4
  import * as gql_tada5 from "gql.tada";
5
5
  import * as gql_tada7 from "gql.tada";
6
- import * as gql_tada9 from "gql.tada";
6
+ import * as gql_tada11 from "gql.tada";
7
7
  import * as gql_tada15 from "gql.tada";
8
8
  import * as gql_tada17 from "gql.tada";
9
9
  import * as gql_tada1 from "gql.tada";
10
- import * as gql_tada11 from "gql.tada";
11
- import * as gql_tada14 from "gql.tada";
10
+ import * as gql_tada20 from "gql.tada";
12
11
  import * as gql_tada19 from "gql.tada";
13
- import * as gql_tada21 from "gql.tada";
14
12
  import * as gql_tada23 from "gql.tada";
13
+ import * as gql_tada9 from "gql.tada";
14
+ import * as gql_tada13 from "gql.tada";
15
15
  import { ResultOf, VariablesOf } from "gql.tada";
16
16
  import { z } from "zod/v4";
17
17
 
@@ -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_tada9.TadaDocumentNode<{
146362
+ declare const CustomDeploymentFragment: gql_tada11.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_tada9.TadaDocumentNode<{
146392
+ declare const createCustomDeployment: gql_tada11.TadaDocumentNode<{
146393
146393
  createCustomDeployment: {
146394
146394
  id: string;
146395
146395
  uniqueName: 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_tada11.TadaDocumentNode<{
146873
+ declare const MiddlewareFragment: gql_tada20.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_tada11.TadaDocumentNode<{
147018
+ declare const getGraphMiddlewareSubgraphs: gql_tada20.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_tada11.TadaDocumentNode<{
147171
+ declare const createMiddleware: gql_tada20.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_tada14.TadaDocumentNode<{
147344
+ declare const getPlatformConfigQuery: gql_tada19.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_tada9.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_tada9.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_tada13.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_tada13.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-pra0b86359",
4
+ "version": "2.3.5-prfde1f9e5",
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-pra0b86359"
58
+ "@settlemint/sdk-utils": "2.3.5-prfde1f9e5"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {