@settlemint/sdk-js 2.6.2-prfff372b1 → 2.6.3-pr2085fb82

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.
package/README.md CHANGED
@@ -62,7 +62,7 @@ The SettleMint JavaScript SDK provides a type-safe wrapper around the SettleMint
62
62
 
63
63
  > **createSettleMintClient**(`options`): [`SettlemintClient`](#settlemintclient)
64
64
 
65
- Defined in: [sdk/js/src/settlemint.ts:275](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/settlemint.ts#L275)
65
+ Defined in: [sdk/js/src/settlemint.ts:275](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/settlemint.ts#L275)
66
66
 
67
67
  Creates a SettleMint client with the provided options. The client provides methods to interact with
68
68
  various SettleMint resources like workspaces, applications, blockchain networks, blockchain nodes, middleware,
@@ -109,7 +109,7 @@ const workspace = await client.workspace.read('workspace-unique-name');
109
109
 
110
110
  #### SettlemintClient
111
111
 
112
- Defined in: [sdk/js/src/settlemint.ts:145](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/settlemint.ts#L145)
112
+ Defined in: [sdk/js/src/settlemint.ts:145](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/settlemint.ts#L145)
113
113
 
114
114
  Client interface for interacting with the SettleMint platform.
115
115
 
@@ -117,7 +117,7 @@ Client interface for interacting with the SettleMint platform.
117
117
 
118
118
  #### SettlemintClientOptions
119
119
 
120
- Defined in: [sdk/js/src/settlemint.ts:135](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/settlemint.ts#L135)
120
+ Defined in: [sdk/js/src/settlemint.ts:135](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/settlemint.ts#L135)
121
121
 
122
122
  Options for the Settlemint client.
123
123
 
@@ -129,9 +129,9 @@ Options for the Settlemint client.
129
129
 
130
130
  | Property | Type | Default value | Description | Inherited from | Defined in |
131
131
  | ------ | ------ | ------ | ------ | ------ | ------ |
132
- | <a id="accesstoken"></a> `accessToken?` | `string` | `undefined` | The access token used to authenticate with the SettleMint platform | - | [sdk/js/src/settlemint.ts:137](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/settlemint.ts#L137) |
133
- | <a id="anonymous"></a> `anonymous?` | `boolean` | `undefined` | Whether to allow anonymous access (no access token required) | - | [sdk/js/src/settlemint.ts:139](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/settlemint.ts#L139) |
134
- | <a id="instance"></a> `instance` | `string` | `UrlSchema` | The URL of the SettleMint instance to connect to | `Omit.instance` | [sdk/js/src/helpers/client-options.schema.ts:11](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/helpers/client-options.schema.ts#L11) |
132
+ | <a id="accesstoken"></a> `accessToken?` | `string` | `undefined` | The access token used to authenticate with the SettleMint platform | - | [sdk/js/src/settlemint.ts:137](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/settlemint.ts#L137) |
133
+ | <a id="anonymous"></a> `anonymous?` | `boolean` | `undefined` | Whether to allow anonymous access (no access token required) | - | [sdk/js/src/settlemint.ts:139](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/settlemint.ts#L139) |
134
+ | <a id="instance"></a> `instance` | `string` | `UrlSchema` | The URL of the SettleMint instance to connect to | `Omit.instance` | [sdk/js/src/helpers/client-options.schema.ts:11](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/helpers/client-options.schema.ts#L11) |
135
135
 
136
136
  ### Type Aliases
137
137
 
@@ -139,7 +139,7 @@ Options for the Settlemint client.
139
139
 
140
140
  > **Application** = `ResultOf`\<*typeof* `ApplicationFragment`\>
141
141
 
142
- Defined in: [sdk/js/src/graphql/application.ts:24](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/application.ts#L24)
142
+ Defined in: [sdk/js/src/graphql/application.ts:24](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/application.ts#L24)
143
143
 
144
144
  Type representing an application entity.
145
145
 
@@ -149,7 +149,7 @@ Type representing an application entity.
149
149
 
150
150
  > **BlockchainNetwork** = `ResultOf`\<*typeof* `BlockchainNetworkFragment`\>
151
151
 
152
- Defined in: [sdk/js/src/graphql/blockchain-network.ts:55](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/blockchain-network.ts#L55)
152
+ Defined in: [sdk/js/src/graphql/blockchain-network.ts:55](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/blockchain-network.ts#L55)
153
153
 
154
154
  Type representing a blockchain network entity.
155
155
 
@@ -159,7 +159,7 @@ Type representing a blockchain network entity.
159
159
 
160
160
  > **BlockchainNode** = `ResultOf`\<*typeof* `BlockchainNodeFragment`\>
161
161
 
162
- Defined in: [sdk/js/src/graphql/blockchain-node.ts:69](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/blockchain-node.ts#L69)
162
+ Defined in: [sdk/js/src/graphql/blockchain-node.ts:69](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/blockchain-node.ts#L69)
163
163
 
164
164
  Type representing a blockchain node entity.
165
165
 
@@ -169,7 +169,7 @@ Type representing a blockchain node entity.
169
169
 
170
170
  > **CustomDeployment** = `ResultOf`\<*typeof* `CustomDeploymentFragment`\>
171
171
 
172
- Defined in: [sdk/js/src/graphql/custom-deployment.ts:33](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/custom-deployment.ts#L33)
172
+ Defined in: [sdk/js/src/graphql/custom-deployment.ts:33](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/custom-deployment.ts#L33)
173
173
 
174
174
  Type representing a custom deployment entity.
175
175
 
@@ -179,7 +179,7 @@ Type representing a custom deployment entity.
179
179
 
180
180
  > **Insights** = `ResultOf`\<*typeof* `InsightsFragment`\>
181
181
 
182
- Defined in: [sdk/js/src/graphql/insights.ts:37](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/insights.ts#L37)
182
+ Defined in: [sdk/js/src/graphql/insights.ts:37](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/insights.ts#L37)
183
183
 
184
184
  Type representing an insights entity.
185
185
 
@@ -189,7 +189,7 @@ Type representing an insights entity.
189
189
 
190
190
  > **IntegrationTool** = `ResultOf`\<*typeof* `IntegrationFragment`\>
191
191
 
192
- Defined in: [sdk/js/src/graphql/integration-tool.ts:35](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/integration-tool.ts#L35)
192
+ Defined in: [sdk/js/src/graphql/integration-tool.ts:35](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/integration-tool.ts#L35)
193
193
 
194
194
  Type representing an integration tool entity.
195
195
 
@@ -199,7 +199,7 @@ Type representing an integration tool entity.
199
199
 
200
200
  > **LoadBalancer** = `ResultOf`\<*typeof* `LoadBalancerFragment`\>
201
201
 
202
- Defined in: [sdk/js/src/graphql/load-balancer.ts:31](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/load-balancer.ts#L31)
202
+ Defined in: [sdk/js/src/graphql/load-balancer.ts:31](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/load-balancer.ts#L31)
203
203
 
204
204
  Type representing a load balancer entity.
205
205
 
@@ -209,7 +209,7 @@ Type representing a load balancer entity.
209
209
 
210
210
  > **Middleware** = `ResultOf`\<*typeof* `MiddlewareFragment`\>
211
211
 
212
- Defined in: [sdk/js/src/graphql/middleware.ts:56](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/middleware.ts#L56)
212
+ Defined in: [sdk/js/src/graphql/middleware.ts:56](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/middleware.ts#L56)
213
213
 
214
214
  Type representing a middleware entity.
215
215
 
@@ -219,7 +219,7 @@ Type representing a middleware entity.
219
219
 
220
220
  > **MiddlewareWithSubgraphs** = `ResultOf`\<*typeof* `getGraphMiddlewareSubgraphs`\>\[`"middlewareByUniqueName"`\]
221
221
 
222
- Defined in: [sdk/js/src/graphql/middleware.ts:115](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/middleware.ts#L115)
222
+ Defined in: [sdk/js/src/graphql/middleware.ts:115](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/middleware.ts#L115)
223
223
 
224
224
  Type representing a middleware entity with subgraphs.
225
225
 
@@ -229,7 +229,7 @@ Type representing a middleware entity with subgraphs.
229
229
 
230
230
  > **PlatformConfig** = `ResultOf`\<*typeof* `getPlatformConfigQuery`\>\[`"config"`\]
231
231
 
232
- Defined in: [sdk/js/src/graphql/platform.ts:56](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/platform.ts#L56)
232
+ Defined in: [sdk/js/src/graphql/platform.ts:56](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/platform.ts#L56)
233
233
 
234
234
  Type representing the platform configuration.
235
235
 
@@ -239,7 +239,7 @@ Type representing the platform configuration.
239
239
 
240
240
  > **PrivateKey** = `ResultOf`\<*typeof* `PrivateKeyFragment`\>
241
241
 
242
- Defined in: [sdk/js/src/graphql/private-key.ts:44](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/private-key.ts#L44)
242
+ Defined in: [sdk/js/src/graphql/private-key.ts:44](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/private-key.ts#L44)
243
243
 
244
244
  Type representing a private key entity.
245
245
 
@@ -249,7 +249,7 @@ Type representing a private key entity.
249
249
 
250
250
  > **Storage** = `ResultOf`\<*typeof* `StorageFragment`\>
251
251
 
252
- Defined in: [sdk/js/src/graphql/storage.ts:35](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/storage.ts#L35)
252
+ Defined in: [sdk/js/src/graphql/storage.ts:35](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/storage.ts#L35)
253
253
 
254
254
  Type representing a storage entity.
255
255
 
@@ -259,7 +259,7 @@ Type representing a storage entity.
259
259
 
260
260
  > **Workspace** = `ResultOf`\<*typeof* `WorkspaceFragment`\>
261
261
 
262
- Defined in: [sdk/js/src/graphql/workspace.ts:26](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/js/src/graphql/workspace.ts#L26)
262
+ Defined in: [sdk/js/src/graphql/workspace.ts:26](https://github.com/settlemint/sdk/blob/v2.6.3/sdk/js/src/graphql/workspace.ts#L26)
263
263
 
264
264
  Type representing a workspace entity.
265
265
 
@@ -5885,8 +5885,8 @@ type introspection_types = {
5885
5885
  };
5886
5886
  };
5887
5887
  };
5888
- 'artifactsImage': {
5889
- name: 'artifactsImage';
5888
+ 'artifactsImageTag': {
5889
+ name: 'artifactsImageTag';
5890
5890
  type: {
5891
5891
  kind: 'SCALAR';
5892
5892
  name: 'String';
@@ -6349,6 +6349,14 @@ type introspection_types = {
6349
6349
  };
6350
6350
  };
6351
6351
  };
6352
+ 'kitId': {
6353
+ name: 'kitId';
6354
+ type: {
6355
+ kind: 'SCALAR';
6356
+ name: 'String';
6357
+ ofType: null;
6358
+ };
6359
+ };
6352
6360
  'lastCompletedAt': {
6353
6361
  name: 'lastCompletedAt';
6354
6362
  type: {
@@ -8187,8 +8195,8 @@ type introspection_types = {
8187
8195
  };
8188
8196
  };
8189
8197
  };
8190
- 'artifactsImage': {
8191
- name: 'artifactsImage';
8198
+ 'artifactsImageTag': {
8199
+ name: 'artifactsImageTag';
8192
8200
  type: {
8193
8201
  kind: 'SCALAR';
8194
8202
  name: 'String';
@@ -8651,6 +8659,14 @@ type introspection_types = {
8651
8659
  };
8652
8660
  };
8653
8661
  };
8662
+ 'kitId': {
8663
+ name: 'kitId';
8664
+ type: {
8665
+ kind: 'SCALAR';
8666
+ name: 'String';
8667
+ ofType: null;
8668
+ };
8669
+ };
8654
8670
  'lastCompletedAt': {
8655
8671
  name: 'lastCompletedAt';
8656
8672
  type: {
@@ -11855,6 +11871,14 @@ type introspection_types = {
11855
11871
  };
11856
11872
  };
11857
11873
  };
11874
+ 'kitId': {
11875
+ name: 'kitId';
11876
+ type: {
11877
+ kind: 'SCALAR';
11878
+ name: 'String';
11879
+ ofType: null;
11880
+ };
11881
+ };
11858
11882
  'lastCompletedAt': {
11859
11883
  name: 'lastCompletedAt';
11860
11884
  type: {
@@ -14461,7 +14485,7 @@ type introspection_types = {
14461
14485
  };
14462
14486
  'ConsensusAlgorithm': {
14463
14487
  name: 'ConsensusAlgorithm';
14464
- enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'SONIC_BLAZE' | 'SONIC_MAINNET' | 'TEZOS' | 'TEZOS_TESTNET';
14488
+ enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
14465
14489
  };
14466
14490
  'ContractAddresses': {
14467
14491
  kind: 'OBJECT';
@@ -14877,6 +14901,14 @@ type introspection_types = {
14877
14901
  };
14878
14902
  };
14879
14903
  };
14904
+ 'kitId': {
14905
+ name: 'kitId';
14906
+ type: {
14907
+ kind: 'SCALAR';
14908
+ name: 'String';
14909
+ ofType: null;
14910
+ };
14911
+ };
14880
14912
  'lastCompletedAt': {
14881
14913
  name: 'lastCompletedAt';
14882
14914
  type: {
@@ -22902,6 +22934,14 @@ type introspection_types = {
22902
22934
  };
22903
22935
  };
22904
22936
  };
22937
+ 'kitId': {
22938
+ name: 'kitId';
22939
+ type: {
22940
+ kind: 'SCALAR';
22941
+ name: 'String';
22942
+ ofType: null;
22943
+ };
22944
+ };
22905
22945
  'lastCompletedAt': {
22906
22946
  name: 'lastCompletedAt';
22907
22947
  type: {
@@ -25189,6 +25229,14 @@ type introspection_types = {
25189
25229
  };
25190
25230
  };
25191
25231
  };
25232
+ 'kitId': {
25233
+ name: 'kitId';
25234
+ type: {
25235
+ kind: 'SCALAR';
25236
+ name: 'String';
25237
+ ofType: null;
25238
+ };
25239
+ };
25192
25240
  'lastCompletedAt': {
25193
25241
  name: 'lastCompletedAt';
25194
25242
  type: {
@@ -35855,6 +35903,18 @@ type introspection_types = {
35855
35903
  };
35856
35904
  };
35857
35905
  };
35906
+ 'isPreRelease': {
35907
+ name: 'isPreRelease';
35908
+ type: {
35909
+ kind: 'NON_NULL';
35910
+ name: never;
35911
+ ofType: {
35912
+ kind: 'SCALAR';
35913
+ name: 'Boolean';
35914
+ ofType: null;
35915
+ };
35916
+ };
35917
+ };
35858
35918
  'name': {
35859
35919
  name: 'name';
35860
35920
  type: {
@@ -44815,6 +44875,14 @@ type introspection_types = {
44815
44875
  };
44816
44876
  };
44817
44877
  };
44878
+ 'kitId': {
44879
+ name: 'kitId';
44880
+ type: {
44881
+ kind: 'SCALAR';
44882
+ name: 'String';
44883
+ ofType: null;
44884
+ };
44885
+ };
44818
44886
  'lastCompletedAt': {
44819
44887
  name: 'lastCompletedAt';
44820
44888
  type: {
@@ -45673,6 +45741,14 @@ type introspection_types = {
45673
45741
  };
45674
45742
  };
45675
45743
  };
45744
+ 'kitId': {
45745
+ name: 'kitId';
45746
+ type: {
45747
+ kind: 'SCALAR';
45748
+ name: 'String';
45749
+ ofType: null;
45750
+ };
45751
+ };
45676
45752
  'lastCompletedAt': {
45677
45753
  name: 'lastCompletedAt';
45678
45754
  type: {
@@ -48578,6 +48654,14 @@ type introspection_types = {
48578
48654
  };
48579
48655
  };
48580
48656
  };
48657
+ 'kitId': {
48658
+ name: 'kitId';
48659
+ type: {
48660
+ kind: 'SCALAR';
48661
+ name: 'String';
48662
+ ofType: null;
48663
+ };
48664
+ };
48581
48665
  'lastCompletedAt': {
48582
48666
  name: 'lastCompletedAt';
48583
48667
  type: {
@@ -52056,6 +52140,14 @@ type introspection_types = {
52056
52140
  };
52057
52141
  };
52058
52142
  };
52143
+ 'kitId': {
52144
+ name: 'kitId';
52145
+ type: {
52146
+ kind: 'SCALAR';
52147
+ name: 'String';
52148
+ ofType: null;
52149
+ };
52150
+ };
52059
52151
  'lastCompletedAt': {
52060
52152
  name: 'lastCompletedAt';
52061
52153
  type: {
@@ -60538,6 +60630,14 @@ type introspection_types = {
60538
60630
  };
60539
60631
  };
60540
60632
  };
60633
+ 'kitId': {
60634
+ name: 'kitId';
60635
+ type: {
60636
+ kind: 'SCALAR';
60637
+ name: 'String';
60638
+ ofType: null;
60639
+ };
60640
+ };
60541
60641
  'lastCompletedAt': {
60542
60642
  name: 'lastCompletedAt';
60543
60643
  type: {
@@ -62776,6 +62876,14 @@ type introspection_types = {
62776
62876
  };
62777
62877
  };
62778
62878
  };
62879
+ 'kitId': {
62880
+ name: 'kitId';
62881
+ type: {
62882
+ kind: 'SCALAR';
62883
+ name: 'String';
62884
+ ofType: null;
62885
+ };
62886
+ };
62779
62887
  'lastCompletedAt': {
62780
62888
  name: 'lastCompletedAt';
62781
62889
  type: {
@@ -65342,7 +65450,6 @@ type introspection_types = {
65342
65450
  enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
65343
65451
  };
65344
65452
  };
65345
-
65346
65453
  /** An IntrospectionQuery representation of your schema.
65347
65454
  *
65348
65455
  * @remarks
@@ -67161,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
67161
67268
  gasLimit?: string | null | undefined;
67162
67269
  evmStackSize?: number | null | undefined;
67163
67270
  contractSizeLimit?: number | null | undefined;
67164
- consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "SONIC_BLAZE" | "SONIC_MAINNET" | "TEZOS" | "TEZOS_TESTNET";
67271
+ consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
67165
67272
  chainId?: number | null | undefined;
67166
67273
  applicationId: string;
67167
67274
  }, void>;
@@ -5885,8 +5885,8 @@ type introspection_types = {
5885
5885
  };
5886
5886
  };
5887
5887
  };
5888
- 'artifactsImage': {
5889
- name: 'artifactsImage';
5888
+ 'artifactsImageTag': {
5889
+ name: 'artifactsImageTag';
5890
5890
  type: {
5891
5891
  kind: 'SCALAR';
5892
5892
  name: 'String';
@@ -6349,6 +6349,14 @@ type introspection_types = {
6349
6349
  };
6350
6350
  };
6351
6351
  };
6352
+ 'kitId': {
6353
+ name: 'kitId';
6354
+ type: {
6355
+ kind: 'SCALAR';
6356
+ name: 'String';
6357
+ ofType: null;
6358
+ };
6359
+ };
6352
6360
  'lastCompletedAt': {
6353
6361
  name: 'lastCompletedAt';
6354
6362
  type: {
@@ -8187,8 +8195,8 @@ type introspection_types = {
8187
8195
  };
8188
8196
  };
8189
8197
  };
8190
- 'artifactsImage': {
8191
- name: 'artifactsImage';
8198
+ 'artifactsImageTag': {
8199
+ name: 'artifactsImageTag';
8192
8200
  type: {
8193
8201
  kind: 'SCALAR';
8194
8202
  name: 'String';
@@ -8651,6 +8659,14 @@ type introspection_types = {
8651
8659
  };
8652
8660
  };
8653
8661
  };
8662
+ 'kitId': {
8663
+ name: 'kitId';
8664
+ type: {
8665
+ kind: 'SCALAR';
8666
+ name: 'String';
8667
+ ofType: null;
8668
+ };
8669
+ };
8654
8670
  'lastCompletedAt': {
8655
8671
  name: 'lastCompletedAt';
8656
8672
  type: {
@@ -11855,6 +11871,14 @@ type introspection_types = {
11855
11871
  };
11856
11872
  };
11857
11873
  };
11874
+ 'kitId': {
11875
+ name: 'kitId';
11876
+ type: {
11877
+ kind: 'SCALAR';
11878
+ name: 'String';
11879
+ ofType: null;
11880
+ };
11881
+ };
11858
11882
  'lastCompletedAt': {
11859
11883
  name: 'lastCompletedAt';
11860
11884
  type: {
@@ -14461,7 +14485,7 @@ type introspection_types = {
14461
14485
  };
14462
14486
  'ConsensusAlgorithm': {
14463
14487
  name: 'ConsensusAlgorithm';
14464
- enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'SONIC_BLAZE' | 'SONIC_MAINNET' | 'TEZOS' | 'TEZOS_TESTNET';
14488
+ enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
14465
14489
  };
14466
14490
  'ContractAddresses': {
14467
14491
  kind: 'OBJECT';
@@ -14877,6 +14901,14 @@ type introspection_types = {
14877
14901
  };
14878
14902
  };
14879
14903
  };
14904
+ 'kitId': {
14905
+ name: 'kitId';
14906
+ type: {
14907
+ kind: 'SCALAR';
14908
+ name: 'String';
14909
+ ofType: null;
14910
+ };
14911
+ };
14880
14912
  'lastCompletedAt': {
14881
14913
  name: 'lastCompletedAt';
14882
14914
  type: {
@@ -22902,6 +22934,14 @@ type introspection_types = {
22902
22934
  };
22903
22935
  };
22904
22936
  };
22937
+ 'kitId': {
22938
+ name: 'kitId';
22939
+ type: {
22940
+ kind: 'SCALAR';
22941
+ name: 'String';
22942
+ ofType: null;
22943
+ };
22944
+ };
22905
22945
  'lastCompletedAt': {
22906
22946
  name: 'lastCompletedAt';
22907
22947
  type: {
@@ -25189,6 +25229,14 @@ type introspection_types = {
25189
25229
  };
25190
25230
  };
25191
25231
  };
25232
+ 'kitId': {
25233
+ name: 'kitId';
25234
+ type: {
25235
+ kind: 'SCALAR';
25236
+ name: 'String';
25237
+ ofType: null;
25238
+ };
25239
+ };
25192
25240
  'lastCompletedAt': {
25193
25241
  name: 'lastCompletedAt';
25194
25242
  type: {
@@ -35855,6 +35903,18 @@ type introspection_types = {
35855
35903
  };
35856
35904
  };
35857
35905
  };
35906
+ 'isPreRelease': {
35907
+ name: 'isPreRelease';
35908
+ type: {
35909
+ kind: 'NON_NULL';
35910
+ name: never;
35911
+ ofType: {
35912
+ kind: 'SCALAR';
35913
+ name: 'Boolean';
35914
+ ofType: null;
35915
+ };
35916
+ };
35917
+ };
35858
35918
  'name': {
35859
35919
  name: 'name';
35860
35920
  type: {
@@ -44815,6 +44875,14 @@ type introspection_types = {
44815
44875
  };
44816
44876
  };
44817
44877
  };
44878
+ 'kitId': {
44879
+ name: 'kitId';
44880
+ type: {
44881
+ kind: 'SCALAR';
44882
+ name: 'String';
44883
+ ofType: null;
44884
+ };
44885
+ };
44818
44886
  'lastCompletedAt': {
44819
44887
  name: 'lastCompletedAt';
44820
44888
  type: {
@@ -45673,6 +45741,14 @@ type introspection_types = {
45673
45741
  };
45674
45742
  };
45675
45743
  };
45744
+ 'kitId': {
45745
+ name: 'kitId';
45746
+ type: {
45747
+ kind: 'SCALAR';
45748
+ name: 'String';
45749
+ ofType: null;
45750
+ };
45751
+ };
45676
45752
  'lastCompletedAt': {
45677
45753
  name: 'lastCompletedAt';
45678
45754
  type: {
@@ -48578,6 +48654,14 @@ type introspection_types = {
48578
48654
  };
48579
48655
  };
48580
48656
  };
48657
+ 'kitId': {
48658
+ name: 'kitId';
48659
+ type: {
48660
+ kind: 'SCALAR';
48661
+ name: 'String';
48662
+ ofType: null;
48663
+ };
48664
+ };
48581
48665
  'lastCompletedAt': {
48582
48666
  name: 'lastCompletedAt';
48583
48667
  type: {
@@ -52056,6 +52140,14 @@ type introspection_types = {
52056
52140
  };
52057
52141
  };
52058
52142
  };
52143
+ 'kitId': {
52144
+ name: 'kitId';
52145
+ type: {
52146
+ kind: 'SCALAR';
52147
+ name: 'String';
52148
+ ofType: null;
52149
+ };
52150
+ };
52059
52151
  'lastCompletedAt': {
52060
52152
  name: 'lastCompletedAt';
52061
52153
  type: {
@@ -60538,6 +60630,14 @@ type introspection_types = {
60538
60630
  };
60539
60631
  };
60540
60632
  };
60633
+ 'kitId': {
60634
+ name: 'kitId';
60635
+ type: {
60636
+ kind: 'SCALAR';
60637
+ name: 'String';
60638
+ ofType: null;
60639
+ };
60640
+ };
60541
60641
  'lastCompletedAt': {
60542
60642
  name: 'lastCompletedAt';
60543
60643
  type: {
@@ -62776,6 +62876,14 @@ type introspection_types = {
62776
62876
  };
62777
62877
  };
62778
62878
  };
62879
+ 'kitId': {
62880
+ name: 'kitId';
62881
+ type: {
62882
+ kind: 'SCALAR';
62883
+ name: 'String';
62884
+ ofType: null;
62885
+ };
62886
+ };
62779
62887
  'lastCompletedAt': {
62780
62888
  name: 'lastCompletedAt';
62781
62889
  type: {
@@ -65342,7 +65450,6 @@ type introspection_types = {
65342
65450
  enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
65343
65451
  };
65344
65452
  };
65345
-
65346
65453
  /** An IntrospectionQuery representation of your schema.
65347
65454
  *
65348
65455
  * @remarks
@@ -67161,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
67161
67268
  gasLimit?: string | null | undefined;
67162
67269
  evmStackSize?: number | null | undefined;
67163
67270
  contractSizeLimit?: number | null | undefined;
67164
- consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "SONIC_BLAZE" | "SONIC_MAINNET" | "TEZOS" | "TEZOS_TESTNET";
67271
+ consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
67165
67272
  chainId?: number | null | undefined;
67166
67273
  applicationId: string;
67167
67274
  }, void>;
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-prfff372b1",
4
+ "version": "2.6.3-pr2085fb82",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -42,7 +42,7 @@
42
42
  "scripts": {
43
43
  "codegen": "gql-tada generate-schema ${CONSOLE_GRAPHQL:-https://console.settlemint.com/api/graphql} && gql-tada generate-output",
44
44
  "build": "tsdown",
45
- "dev": "tsdown --watch",
45
+ "dev": "tsdown --watch ./src",
46
46
  "publint": "publint run --strict",
47
47
  "attw": "attw --pack .",
48
48
  "test": "bun test",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {},
56
56
  "dependencies": {
57
- "@settlemint/sdk-utils": "2.6.2-prfff372b1",
57
+ "@settlemint/sdk-utils": "2.6.3-pr2085fb82",
58
58
  "gql.tada": "^1",
59
59
  "graphql": "^16",
60
60
  "graphql-request": "^7",