@settlemint/sdk-js 2.4.0-pr5aacfff3 → 2.4.0-pr5e77a5ab

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,11 +1,11 @@
1
1
  import { Id } from "@settlemint/sdk-utils/validation";
2
+ import * as gql_tada5 from "gql.tada";
2
3
  import * as gql_tada0 from "gql.tada";
3
- import * as gql_tada2 from "gql.tada";
4
4
  import * as gql_tada3 from "gql.tada";
5
- import * as gql_tada5 from "gql.tada";
5
+ import * as gql_tada1 from "gql.tada";
6
+ import * as gql_tada11 from "gql.tada";
6
7
  import * as gql_tada7 from "gql.tada";
7
8
  import * as gql_tada9 from "gql.tada";
8
- import * as gql_tada11 from "gql.tada";
9
9
  import * as gql_tada13 from "gql.tada";
10
10
  import * as gql_tada15 from "gql.tada";
11
11
  import * as gql_tada18 from "gql.tada";
@@ -103802,7 +103802,7 @@ declare module 'gql.tada' {
103802
103802
  /**
103803
103803
  * GraphQL fragment containing core application fields.
103804
103804
  */
103805
- declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
103805
+ declare const ApplicationFragment: gql_tada5.TadaDocumentNode<{
103806
103806
  id: string;
103807
103807
  uniqueName: string;
103808
103808
  name: string;
@@ -103823,7 +103823,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
103823
103823
  /**
103824
103824
  * Mutation to create a new application.
103825
103825
  */
103826
- declare const createApplication: gql_tada0.TadaDocumentNode<{
103826
+ declare const createApplication: gql_tada5.TadaDocumentNode<{
103827
103827
  createApplication: {
103828
103828
  id: string;
103829
103829
  uniqueName: string;
@@ -103853,7 +103853,7 @@ type CreateApplicationArgs = Omit<VariablesOf<typeof createApplication>, "worksp
103853
103853
  */
103854
103854
  //#endregion
103855
103855
  //#region src/graphql/application-access-tokens.d.ts
103856
- declare const createApplicationAccessToken: gql_tada2.TadaDocumentNode<{
103856
+ declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
103857
103857
  createApplicationAccessToken: {
103858
103858
  token: string | null;
103859
103859
  };
@@ -130775,7 +130775,7 @@ type CreateBlockchainNetworkArgs = Omit<VariablesOf<typeof createBlockchainNetwo
130775
130775
  /**
130776
130776
  * Fragment containing core blockchain node fields.
130777
130777
  */
130778
- declare const BlockchainNodeFragment: gql_tada5.TadaDocumentNode<{
130778
+ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
130779
130779
  __typename: "ArbitrumBlockchainNode";
130780
130780
  id: string;
130781
130781
  uniqueName: string;
@@ -139247,7 +139247,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
139247
139247
  /**
139248
139248
  * Mutation to create a blockchain node.
139249
139249
  */
139250
- declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
139250
+ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
139251
139251
  createBlockchainNode: {
139252
139252
  __typename: "ArbitrumBlockchainNode";
139253
139253
  id: string;
@@ -147711,7 +147711,7 @@ declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
147711
147711
  };
147712
147712
  }, {
147713
147713
  keyMaterial?: string | null | undefined;
147714
- nodeType?: "NON_VALIDATOR" | "VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | null | undefined;
147714
+ nodeType?: "NON_VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | "VALIDATOR" | null | undefined;
147715
147715
  type?: "DEDICATED" | "SHARED" | null | undefined;
147716
147716
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
147717
147717
  region: string;
@@ -147739,7 +147739,7 @@ type CreateBlockchainNodeArgs = Omit<VariablesOf<typeof createBlockchainNode>, "
147739
147739
  /**
147740
147740
  * Fragment containing core custom deployment fields.
147741
147741
  */
147742
- declare const CustomDeploymentFragment: gql_tada7.TadaDocumentNode<{
147742
+ declare const CustomDeploymentFragment: gql_tada11.TadaDocumentNode<{
147743
147743
  id: string;
147744
147744
  uniqueName: string;
147745
147745
  name: string;
@@ -147769,7 +147769,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
147769
147769
  /**
147770
147770
  * Mutation to create a custom deployment.
147771
147771
  */
147772
- declare const createCustomDeployment: gql_tada7.TadaDocumentNode<{
147772
+ declare const createCustomDeployment: gql_tada11.TadaDocumentNode<{
147773
147773
  createCustomDeployment: {
147774
147774
  id: string;
147775
147775
  uniqueName: string;
@@ -147820,7 +147820,7 @@ type CreateCustomDeploymentArgs = Omit<VariablesOf<typeof createCustomDeployment
147820
147820
  /**
147821
147821
  * GraphQL fragment containing core insights fields.
147822
147822
  */
147823
- declare const InsightsFragment: gql_tada9.TadaDocumentNode<{
147823
+ declare const InsightsFragment: gql_tada7.TadaDocumentNode<{
147824
147824
  __typename: "BlockchainExplorer";
147825
147825
  id: string;
147826
147826
  uniqueName: string;
@@ -147892,7 +147892,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
147892
147892
  /**
147893
147893
  * Mutation to create insights.
147894
147894
  */
147895
- declare const createInsights: gql_tada9.TadaDocumentNode<{
147895
+ declare const createInsights: gql_tada7.TadaDocumentNode<{
147896
147896
  createInsights: {
147897
147897
  __typename: "BlockchainExplorer";
147898
147898
  id: string;
@@ -147985,7 +147985,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
147985
147985
  /**
147986
147986
  * GraphQL fragment containing core integration fields.
147987
147987
  */
147988
- declare const IntegrationFragment: gql_tada11.TadaDocumentNode<{
147988
+ declare const IntegrationFragment: gql_tada9.TadaDocumentNode<{
147989
147989
  __typename: "Chainlink";
147990
147990
  id: string;
147991
147991
  uniqueName: string;
@@ -148077,7 +148077,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
148077
148077
  /**
148078
148078
  * Mutation to create a new integration.
148079
148079
  */
148080
- declare const createIntegration: gql_tada11.TadaDocumentNode<{
148080
+ declare const createIntegration: gql_tada9.TadaDocumentNode<{
148081
148081
  createIntegration: {
148082
148082
  __typename: "Chainlink";
148083
148083
  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-pr5aacfff3",
4
+ "version": "2.4.0-pr5e77a5ab",
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.4.0-pr5aacfff3"
60
+ "@settlemint/sdk-utils": "2.4.0-pr5e77a5ab"
61
61
  },
62
62
  "peerDependencies": {},
63
63
  "engines": {