@settlemint/sdk-js 2.5.1-maine2c05e47 → 2.5.1

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,8 +1,8 @@
1
1
  /* SettleMint SDK - Main Package */
2
2
  import { Id } from "@settlemint/sdk-utils/validation";
3
3
  import * as gql_tada0 from "gql.tada";
4
+ import * as gql_tada4 from "gql.tada";
4
5
  import * as gql_tada2 from "gql.tada";
5
- import * as gql_tada3 from "gql.tada";
6
6
  import * as gql_tada5 from "gql.tada";
7
7
  import * as gql_tada7 from "gql.tada";
8
8
  import * as gql_tada9 from "gql.tada";
@@ -104240,7 +104240,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
104240
104240
  declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
104241
104241
  //#endregion
104242
104242
  //#region src/graphql/application-access-tokens.d.ts
104243
- declare const createApplicationAccessToken: gql_tada2.TadaDocumentNode<{
104243
+ declare const createApplicationAccessToken: gql_tada4.TadaDocumentNode<{
104244
104244
  createApplicationAccessToken: {
104245
104245
  token: string | null;
104246
104246
  };
@@ -104304,7 +104304,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
104304
104304
  /**
104305
104305
  * Fragment containing core blockchain network fields.
104306
104306
  */
104307
- declare const BlockchainNetworkFragment: gql_tada3.TadaDocumentNode<{
104307
+ declare const BlockchainNetworkFragment: gql_tada2.TadaDocumentNode<{
104308
104308
  __typename: "ArbitrumBlockchainNetwork";
104309
104309
  id: string;
104310
104310
  uniqueName: string;
@@ -117651,7 +117651,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
117651
117651
  /**
117652
117652
  * Mutation to create a new blockchain network.
117653
117653
  */
117654
- declare const createBlockchainNetwork: gql_tada3.TadaDocumentNode<{
117654
+ declare const createBlockchainNetwork: gql_tada2.TadaDocumentNode<{
117655
117655
  createBlockchainNetwork: {
117656
117656
  __typename: "ArbitrumBlockchainNetwork";
117657
117657
  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.5.1-maine2c05e47",
4
+ "version": "2.5.1",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -57,7 +57,7 @@
57
57
  "gql.tada": "^1",
58
58
  "graphql-request": "^7",
59
59
  "zod": "^3.25.0",
60
- "@settlemint/sdk-utils": "2.5.1-maine2c05e47"
60
+ "@settlemint/sdk-utils": "2.5.1"
61
61
  },
62
62
  "peerDependencies": {},
63
63
  "engines": {