@settlemint/sdk-js 2.3.5-pr83df8039 → 2.3.5-pr8e810f59

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
2
  import * as gql_tada0 from "gql.tada";
3
+ import * as gql_tada7 from "gql.tada";
4
+ import * as gql_tada17 from "gql.tada";
3
5
  import * as gql_tada3 from "gql.tada";
4
6
  import * as gql_tada5 from "gql.tada";
5
- import * as gql_tada23 from "gql.tada";
6
- import * as gql_tada8 from "gql.tada";
7
7
  import * as gql_tada1 from "gql.tada";
8
8
  import * as gql_tada10 from "gql.tada";
9
9
  import * as gql_tada12 from "gql.tada";
10
10
  import * as gql_tada14 from "gql.tada";
11
- import * as gql_tada7 from "gql.tada";
12
- import * as gql_tada19 from "gql.tada";
13
- import * as gql_tada17 from "gql.tada";
11
+ import * as gql_tada9 from "gql.tada";
14
12
  import * as gql_tada21 from "gql.tada";
13
+ import * as gql_tada19 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
 
@@ -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_tada3.TadaDocumentNode<{
102484
+ declare const ApplicationFragment: gql_tada7.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_tada3.TadaDocumentNode<{
102505
+ declare const createApplication: gql_tada7.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_tada5.TadaDocumentNode<{
102539
+ declare const BlockchainNetworkFragment: gql_tada17.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_tada5.TadaDocumentNode<{
115886
+ declare const createBlockchainNetwork: gql_tada17.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_tada23.TadaDocumentNode<{
129398
+ declare const BlockchainNodeFragment: gql_tada3.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_tada23.TadaDocumentNode<{
137870
+ declare const createBlockchainNode: gql_tada3.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_tada8.TadaDocumentNode<{
146362
+ declare const CustomDeploymentFragment: gql_tada5.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_tada8.TadaDocumentNode<{
146392
+ declare const createCustomDeployment: gql_tada5.TadaDocumentNode<{
146393
146393
  createCustomDeployment: {
146394
146394
  id: string;
146395
146395
  uniqueName: 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_tada7.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_tada19.TadaDocumentNode<{
147401
+ declare const PrivateKeyFragment: gql_tada21.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_tada21.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_tada17.TadaDocumentNode<{
148708
+ declare const StorageFragment: gql_tada19.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_tada17.TadaDocumentNode<{
148760
+ declare const createStorage: gql_tada19.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_tada21.TadaDocumentNode<{
148830
+ declare const WorkspaceFragment: gql_tada23.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_tada21.TadaDocumentNode<{
148851
+ declare const createWorkspace: gql_tada23.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-pr83df8039",
4
+ "version": "2.3.5-pr8e810f59",
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-pr83df8039"
58
+ "@settlemint/sdk-utils": "2.3.5-pr8e810f59"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {