@settlemint/sdk-js 2.6.2-pr46f27af6 → 2.6.2-pr47c5be9d

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,6 +1,6 @@
1
1
  /* SettleMint SDK - Main Package */
2
2
  import { Id } from "@settlemint/sdk-utils/validation";
3
- import * as gql_tada1 from "gql.tada";
3
+ import * as gql_tada0 from "gql.tada";
4
4
  import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
5
5
  import { GraphQLClient } from "graphql-request";
6
6
  import { z } from "zod";
@@ -5885,6 +5885,14 @@ type introspection_types = {
5885
5885
  };
5886
5886
  };
5887
5887
  };
5888
+ 'artifactsImage': {
5889
+ name: 'artifactsImage';
5890
+ type: {
5891
+ kind: 'SCALAR';
5892
+ name: 'String';
5893
+ ofType: null;
5894
+ };
5895
+ };
5888
5896
  'blockchainNodes': {
5889
5897
  name: 'blockchainNodes';
5890
5898
  type: {
@@ -6217,14 +6225,6 @@ type introspection_types = {
6217
6225
  };
6218
6226
  };
6219
6227
  };
6220
- 'genesisArtifactsTag': {
6221
- name: 'genesisArtifactsTag';
6222
- type: {
6223
- kind: 'SCALAR';
6224
- name: 'String';
6225
- ofType: null;
6226
- };
6227
- };
6228
6228
  'genesisWithDiscoveryConfig': {
6229
6229
  name: 'genesisWithDiscoveryConfig';
6230
6230
  type: {
@@ -8187,6 +8187,14 @@ type introspection_types = {
8187
8187
  };
8188
8188
  };
8189
8189
  };
8190
+ 'artifactsImage': {
8191
+ name: 'artifactsImage';
8192
+ type: {
8193
+ kind: 'SCALAR';
8194
+ name: 'String';
8195
+ ofType: null;
8196
+ };
8197
+ };
8190
8198
  'blockchainNodes': {
8191
8199
  name: 'blockchainNodes';
8192
8200
  type: {
@@ -8519,14 +8527,6 @@ type introspection_types = {
8519
8527
  };
8520
8528
  };
8521
8529
  };
8522
- 'genesisArtifactsTag': {
8523
- name: 'genesisArtifactsTag';
8524
- type: {
8525
- kind: 'SCALAR';
8526
- name: 'String';
8527
- ofType: null;
8528
- };
8529
- };
8530
8530
  'genesisWithDiscoveryConfig': {
8531
8531
  name: 'genesisWithDiscoveryConfig';
8532
8532
  type: {
@@ -65388,7 +65388,7 @@ declare const graphql: initGraphQLTada<{
65388
65388
  /**
65389
65389
  * GraphQL fragment containing core application fields.
65390
65390
  */
65391
- declare const ApplicationFragment: gql_tada1.TadaDocumentNode<{
65391
+ declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
65392
65392
  id: string;
65393
65393
  uniqueName: string;
65394
65394
  name: string;
@@ -65409,7 +65409,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
65409
65409
  /**
65410
65410
  * Mutation to create a new application.
65411
65411
  */
65412
- declare const createApplication: gql_tada1.TadaDocumentNode<{
65412
+ declare const createApplication: gql_tada0.TadaDocumentNode<{
65413
65413
  createApplication: {
65414
65414
  id: string;
65415
65415
  uniqueName: string;
@@ -65464,7 +65464,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
65464
65464
  declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
65465
65465
  //#endregion
65466
65466
  //#region src/graphql/application-access-tokens.d.ts
65467
- declare const createApplicationAccessToken: gql_tada1.TadaDocumentNode<{
65467
+ declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
65468
65468
  createApplicationAccessToken: {
65469
65469
  token: string | null;
65470
65470
  };
@@ -65528,7 +65528,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
65528
65528
  /**
65529
65529
  * Fragment containing core blockchain network fields.
65530
65530
  */
65531
- declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
65531
+ declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
65532
65532
  __typename: "BesuIbftv2BlockchainNetwork";
65533
65533
  id: string;
65534
65534
  uniqueName: string;
@@ -66426,7 +66426,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
66426
66426
  /**
66427
66427
  * Mutation to create a new blockchain network.
66428
66428
  */
66429
- declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
66429
+ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
66430
66430
  createBlockchainNetwork: {
66431
66431
  __typename: "BesuIbftv2BlockchainNetwork";
66432
66432
  id: string;
@@ -68924,7 +68924,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
68924
68924
  /**
68925
68925
  * Fragment containing core blockchain node fields.
68926
68926
  */
68927
- declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
68927
+ declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
68928
68928
  __typename: "BesuIbftv2BlockchainNode";
68929
68929
  id: string;
68930
68930
  uniqueName: string;
@@ -69805,7 +69805,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
69805
69805
  /**
69806
69806
  * Mutation to create a blockchain node.
69807
69807
  */
69808
- declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
69808
+ declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
69809
69809
  createBlockchainNode: {
69810
69810
  __typename: "BesuIbftv2BlockchainNode";
69811
69811
  id: string;
@@ -70431,7 +70431,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
70431
70431
  /**
70432
70432
  * Fragment containing core custom deployment fields.
70433
70433
  */
70434
- declare const CustomDeploymentFragment: gql_tada1.TadaDocumentNode<{
70434
+ declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
70435
70435
  id: string;
70436
70436
  uniqueName: string;
70437
70437
  name: string;
@@ -70461,7 +70461,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
70461
70461
  /**
70462
70462
  * Mutation to create a custom deployment.
70463
70463
  */
70464
- declare const createCustomDeployment: gql_tada1.TadaDocumentNode<{
70464
+ declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
70465
70465
  createCustomDeployment: {
70466
70466
  id: string;
70467
70467
  uniqueName: string;
@@ -70561,7 +70561,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
70561
70561
  /**
70562
70562
  * GraphQL fragment containing core insights fields.
70563
70563
  */
70564
- declare const InsightsFragment: gql_tada1.TadaDocumentNode<{
70564
+ declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
70565
70565
  __typename: "BlockchainExplorer";
70566
70566
  id: string;
70567
70567
  uniqueName: string;
@@ -70633,7 +70633,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
70633
70633
  /**
70634
70634
  * Mutation to create insights.
70635
70635
  */
70636
- declare const createInsights: gql_tada1.TadaDocumentNode<{
70636
+ declare const createInsights: gql_tada0.TadaDocumentNode<{
70637
70637
  createInsights: {
70638
70638
  __typename: "BlockchainExplorer";
70639
70639
  id: string;
@@ -70767,7 +70767,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
70767
70767
  /**
70768
70768
  * GraphQL fragment containing core integration fields.
70769
70769
  */
70770
- declare const IntegrationFragment: gql_tada1.TadaDocumentNode<{
70770
+ declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
70771
70771
  __typename: "Chainlink";
70772
70772
  id: string;
70773
70773
  uniqueName: string;
@@ -70859,7 +70859,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
70859
70859
  /**
70860
70860
  * Mutation to create a new integration.
70861
70861
  */
70862
- declare const createIntegration: gql_tada1.TadaDocumentNode<{
70862
+ declare const createIntegration: gql_tada0.TadaDocumentNode<{
70863
70863
  createIntegration: {
70864
70864
  __typename: "Chainlink";
70865
70865
  id: string;
@@ -71009,7 +71009,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
71009
71009
  /**
71010
71010
  * GraphQL fragment containing core load balancer fields.
71011
71011
  */
71012
- declare const LoadBalancerFragment: gql_tada1.TadaDocumentNode<{
71012
+ declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
71013
71013
  __typename: "EVMLoadBalancer";
71014
71014
  id: string;
71015
71015
  uniqueName: string;
@@ -71049,7 +71049,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
71049
71049
  /**
71050
71050
  * Mutation to create a load balancer.
71051
71051
  */
71052
- declare const createLoadBalancer: gql_tada1.TadaDocumentNode<{
71052
+ declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
71053
71053
  createLoadBalancer: {
71054
71054
  __typename: "EVMLoadBalancer";
71055
71055
  id: string;
@@ -71150,7 +71150,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
71150
71150
  /**
71151
71151
  * GraphQL fragment containing core middleware fields.
71152
71152
  */
71153
- declare const MiddlewareFragment: gql_tada1.TadaDocumentNode<{
71153
+ declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
71154
71154
  __typename: "AttestationIndexerMiddleware";
71155
71155
  id: string;
71156
71156
  uniqueName: string;
@@ -71318,7 +71318,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
71318
71318
  /**
71319
71319
  * Query to fetch a specific middleware with subgraphs.
71320
71320
  */
71321
- declare const getGraphMiddlewareSubgraphs: gql_tada1.TadaDocumentNode<{
71321
+ declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
71322
71322
  middlewareByUniqueName: {
71323
71323
  __typename: "AttestationIndexerMiddleware";
71324
71324
  id: string;
@@ -71501,7 +71501,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
71501
71501
  /**
71502
71502
  * Mutation to create a new middleware.
71503
71503
  */
71504
- declare const createMiddleware: gql_tada1.TadaDocumentNode<{
71504
+ declare const createMiddleware: gql_tada0.TadaDocumentNode<{
71505
71505
  createMiddleware: {
71506
71506
  __typename: "AttestationIndexerMiddleware";
71507
71507
  id: string;
@@ -71746,7 +71746,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
71746
71746
  /**
71747
71747
  * GraphQL query to fetch platform configuration.
71748
71748
  */
71749
- declare const getPlatformConfigQuery: gql_tada1.TadaDocumentNode<{
71749
+ declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
71750
71750
  config: {
71751
71751
  smartContractSets: {
71752
71752
  id: string;
@@ -71803,7 +71803,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
71803
71803
  /**
71804
71804
  * GraphQL fragment containing core private key fields.
71805
71805
  */
71806
- declare const PrivateKeyFragment: gql_tada1.TadaDocumentNode<{
71806
+ declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
71807
71807
  __typename: "AccessibleEcdsaP256PrivateKey";
71808
71808
  id: string;
71809
71809
  uniqueName: string;
@@ -72010,7 +72010,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
72010
72010
  /**
72011
72011
  * Mutation to create a new private key.
72012
72012
  */
72013
- declare const createPrivateKey: gql_tada1.TadaDocumentNode<{
72013
+ declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
72014
72014
  createPrivateKey: {
72015
72015
  __typename: "AccessibleEcdsaP256PrivateKey";
72016
72016
  id: string;
@@ -72281,7 +72281,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
72281
72281
  /**
72282
72282
  * GraphQL fragment containing core storage fields.
72283
72283
  */
72284
- declare const StorageFragment: gql_tada1.TadaDocumentNode<{
72284
+ declare const StorageFragment: gql_tada0.TadaDocumentNode<{
72285
72285
  __typename: "IPFSStorage";
72286
72286
  id: string;
72287
72287
  uniqueName: string;
@@ -72333,7 +72333,7 @@ type Storage = ResultOf<typeof StorageFragment>;
72333
72333
  /**
72334
72334
  * Mutation to create a new storage.
72335
72335
  */
72336
- declare const createStorage: gql_tada1.TadaDocumentNode<{
72336
+ declare const createStorage: gql_tada0.TadaDocumentNode<{
72337
72337
  createStorage: {
72338
72338
  __typename: "IPFSStorage";
72339
72339
  id: string;
@@ -72443,7 +72443,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
72443
72443
  /**
72444
72444
  * GraphQL fragment containing core workspace fields.
72445
72445
  */
72446
- declare const WorkspaceFragment: gql_tada1.TadaDocumentNode<{
72446
+ declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
72447
72447
  id: string;
72448
72448
  uniqueName: string;
72449
72449
  name: string;
@@ -72464,7 +72464,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
72464
72464
  /**
72465
72465
  * Mutation to create a new workspace.
72466
72466
  */
72467
- declare const createWorkspace: gql_tada1.TadaDocumentNode<{
72467
+ declare const createWorkspace: gql_tada0.TadaDocumentNode<{
72468
72468
  createWorkspace: {
72469
72469
  id: string;
72470
72470
  uniqueName: string;
@@ -5885,6 +5885,14 @@ type introspection_types = {
5885
5885
  };
5886
5886
  };
5887
5887
  };
5888
+ 'artifactsImage': {
5889
+ name: 'artifactsImage';
5890
+ type: {
5891
+ kind: 'SCALAR';
5892
+ name: 'String';
5893
+ ofType: null;
5894
+ };
5895
+ };
5888
5896
  'blockchainNodes': {
5889
5897
  name: 'blockchainNodes';
5890
5898
  type: {
@@ -6217,14 +6225,6 @@ type introspection_types = {
6217
6225
  };
6218
6226
  };
6219
6227
  };
6220
- 'genesisArtifactsTag': {
6221
- name: 'genesisArtifactsTag';
6222
- type: {
6223
- kind: 'SCALAR';
6224
- name: 'String';
6225
- ofType: null;
6226
- };
6227
- };
6228
6228
  'genesisWithDiscoveryConfig': {
6229
6229
  name: 'genesisWithDiscoveryConfig';
6230
6230
  type: {
@@ -8187,6 +8187,14 @@ type introspection_types = {
8187
8187
  };
8188
8188
  };
8189
8189
  };
8190
+ 'artifactsImage': {
8191
+ name: 'artifactsImage';
8192
+ type: {
8193
+ kind: 'SCALAR';
8194
+ name: 'String';
8195
+ ofType: null;
8196
+ };
8197
+ };
8190
8198
  'blockchainNodes': {
8191
8199
  name: 'blockchainNodes';
8192
8200
  type: {
@@ -8519,14 +8527,6 @@ type introspection_types = {
8519
8527
  };
8520
8528
  };
8521
8529
  };
8522
- 'genesisArtifactsTag': {
8523
- name: 'genesisArtifactsTag';
8524
- type: {
8525
- kind: 'SCALAR';
8526
- name: 'String';
8527
- ofType: null;
8528
- };
8529
- };
8530
8530
  'genesisWithDiscoveryConfig': {
8531
8531
  name: 'genesisWithDiscoveryConfig';
8532
8532
  type: {
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.6.2-pr46f27af6",
4
+ "version": "2.6.2-pr47c5be9d",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {},
56
56
  "dependencies": {
57
- "@settlemint/sdk-utils": "2.6.2-pr46f27af6",
57
+ "@settlemint/sdk-utils": "2.6.2-pr47c5be9d",
58
58
  "gql.tada": "^1",
59
59
  "graphql": "^16",
60
60
  "graphql-request": "^7",