@settlemint/sdk-js 2.3.14-prc6fb0514 → 2.3.14-prc7b089e8

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,12 +1,12 @@
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";
5
4
  import * as gql_tada5 from "gql.tada";
6
- import * as gql_tada7 from "gql.tada";
5
+ import * as gql_tada1 from "gql.tada";
7
6
  import * as gql_tada9 from "gql.tada";
8
- import * as gql_tada11 from "gql.tada";
7
+ import * as gql_tada7 from "gql.tada";
9
8
  import * as gql_tada13 from "gql.tada";
9
+ import * as gql_tada11 from "gql.tada";
10
10
  import * as gql_tada15 from "gql.tada";
11
11
  import * as gql_tada18 from "gql.tada";
12
12
  import * as gql_tada19 from "gql.tada";
@@ -102482,7 +102482,7 @@ type CreateApplicationAccessTokenArgs = Omit<VariablesOf<typeof createApplicatio
102482
102482
  /**
102483
102483
  * GraphQL fragment containing core application fields.
102484
102484
  */
102485
- declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
102485
+ declare const ApplicationFragment: gql_tada3.TadaDocumentNode<{
102486
102486
  id: string;
102487
102487
  uniqueName: string;
102488
102488
  name: string;
@@ -102503,7 +102503,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
102503
102503
  /**
102504
102504
  * Mutation to create a new application.
102505
102505
  */
102506
- declare const createApplication: gql_tada1.TadaDocumentNode<{
102506
+ declare const createApplication: gql_tada3.TadaDocumentNode<{
102507
102507
  createApplication: {
102508
102508
  id: string;
102509
102509
  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_tada3.TadaDocumentNode<{
102539
+ declare const BlockchainNetworkFragment: gql_tada5.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_tada3.TadaDocumentNode<{
115886
+ declare const createBlockchainNetwork: gql_tada5.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_tada5.TadaDocumentNode<{
129398
+ declare const BlockchainNodeFragment: gql_tada1.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_tada5.TadaDocumentNode<{
137870
+ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
137871
137871
  createBlockchainNode: {
137872
137872
  __typename: "ArbitrumBlockchainNode";
137873
137873
  id: string;
@@ -146331,7 +146331,7 @@ declare const createBlockchainNode: gql_tada5.TadaDocumentNode<{
146331
146331
  };
146332
146332
  }, {
146333
146333
  keyMaterial?: string | null | undefined;
146334
- nodeType?: "NON_VALIDATOR" | "VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | null | undefined;
146334
+ nodeType?: "NON_VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | "VALIDATOR" | null | undefined;
146335
146335
  type?: "DEDICATED" | "SHARED" | null | undefined;
146336
146336
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
146337
146337
  region: 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_tada7.TadaDocumentNode<{
146362
+ declare const CustomDeploymentFragment: gql_tada9.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_tada7.TadaDocumentNode<{
146392
+ declare const createCustomDeployment: gql_tada9.TadaDocumentNode<{
146393
146393
  createCustomDeployment: {
146394
146394
  id: string;
146395
146395
  uniqueName: string;
@@ -146440,7 +146440,7 @@ type CreateCustomDeploymentArgs = Omit<VariablesOf<typeof createCustomDeployment
146440
146440
  /**
146441
146441
  * GraphQL fragment containing core insights fields.
146442
146442
  */
146443
- declare const InsightsFragment: gql_tada9.TadaDocumentNode<{
146443
+ declare const InsightsFragment: gql_tada7.TadaDocumentNode<{
146444
146444
  __typename: "BlockchainExplorer";
146445
146445
  id: string;
146446
146446
  uniqueName: string;
@@ -146512,7 +146512,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
146512
146512
  /**
146513
146513
  * Mutation to create insights.
146514
146514
  */
146515
- declare const createInsights: gql_tada9.TadaDocumentNode<{
146515
+ declare const createInsights: gql_tada7.TadaDocumentNode<{
146516
146516
  createInsights: {
146517
146517
  __typename: "BlockchainExplorer";
146518
146518
  id: string;
@@ -146605,7 +146605,7 @@ type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationI
146605
146605
  /**
146606
146606
  * GraphQL fragment containing core integration fields.
146607
146607
  */
146608
- declare const IntegrationFragment: gql_tada11.TadaDocumentNode<{
146608
+ declare const IntegrationFragment: gql_tada13.TadaDocumentNode<{
146609
146609
  __typename: "Chainlink";
146610
146610
  id: string;
146611
146611
  uniqueName: string;
@@ -146677,7 +146677,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
146677
146677
  /**
146678
146678
  * Mutation to create a new integration.
146679
146679
  */
146680
- declare const createIntegration: gql_tada11.TadaDocumentNode<{
146680
+ declare const createIntegration: gql_tada13.TadaDocumentNode<{
146681
146681
  createIntegration: {
146682
146682
  __typename: "Chainlink";
146683
146683
  id: string;
@@ -146766,7 +146766,7 @@ type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "ap
146766
146766
  /**
146767
146767
  * GraphQL fragment containing core load balancer fields.
146768
146768
  */
146769
- declare const LoadBalancerFragment: gql_tada13.TadaDocumentNode<{
146769
+ declare const LoadBalancerFragment: gql_tada11.TadaDocumentNode<{
146770
146770
  __typename: "EVMLoadBalancer";
146771
146771
  id: string;
146772
146772
  uniqueName: string;
@@ -146806,7 +146806,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
146806
146806
  /**
146807
146807
  * Mutation to create a load balancer.
146808
146808
  */
146809
- declare const createLoadBalancer: gql_tada13.TadaDocumentNode<{
146809
+ declare const createLoadBalancer: gql_tada11.TadaDocumentNode<{
146810
146810
  createLoadBalancer: {
146811
146811
  __typename: "EVMLoadBalancer";
146812
146812
  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.3.14-prc6fb0514",
4
+ "version": "2.3.14-prc7b089e8",
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.14-prc6fb0514"
58
+ "@settlemint/sdk-utils": "2.3.14-prc7b089e8"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {