@settlemint/sdk-js 2.4.0-main81f824ca → 2.4.0-main826b9d1a

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,7 +1,7 @@
1
1
  import { Id } from "@settlemint/sdk-utils/validation";
2
2
  import * as gql_tada0 from "gql.tada";
3
- import * as gql_tada1 from "gql.tada";
4
3
  import * as gql_tada3 from "gql.tada";
4
+ import * as gql_tada1 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";
@@ -103846,7 +103846,7 @@ type CreateApplicationAccessTokenArgs = Omit<VariablesOf<typeof createApplicatio
103846
103846
  /**
103847
103847
  * GraphQL fragment containing core application fields.
103848
103848
  */
103849
- declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
103849
+ declare const ApplicationFragment: gql_tada3.TadaDocumentNode<{
103850
103850
  id: string;
103851
103851
  uniqueName: string;
103852
103852
  name: string;
@@ -103867,7 +103867,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
103867
103867
  /**
103868
103868
  * Mutation to create a new application.
103869
103869
  */
103870
- declare const createApplication: gql_tada1.TadaDocumentNode<{
103870
+ declare const createApplication: gql_tada3.TadaDocumentNode<{
103871
103871
  createApplication: {
103872
103872
  id: string;
103873
103873
  uniqueName: string;
@@ -103900,7 +103900,7 @@ type CreateApplicationArgs = Omit<VariablesOf<typeof createApplication>, "worksp
103900
103900
  /**
103901
103901
  * Fragment containing core blockchain network fields.
103902
103902
  */
103903
- declare const BlockchainNetworkFragment: gql_tada3.TadaDocumentNode<{
103903
+ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
103904
103904
  __typename: "ArbitrumBlockchainNetwork";
103905
103905
  id: string;
103906
103906
  uniqueName: string;
@@ -117247,7 +117247,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
117247
117247
  /**
117248
117248
  * Mutation to create a new blockchain network.
117249
117249
  */
117250
- declare const createBlockchainNetwork: gql_tada3.TadaDocumentNode<{
117250
+ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
117251
117251
  createBlockchainNetwork: {
117252
117252
  __typename: "ArbitrumBlockchainNetwork";
117253
117253
  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.4.0-main81f824ca",
4
+ "version": "2.4.0-main826b9d1a",
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.4.0-main81f824ca"
58
+ "@settlemint/sdk-utils": "2.4.0-main826b9d1a"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {