@settlemint/sdk-blockscout 1.2.1-prff8f415d → 1.2.2
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 +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
@@ -52,7 +52,7 @@ For detailed information about using Blockscout with the SettleMint platform, ch
|
|
52
52
|
|
53
53
|
> **createBlockscoutClient**\<`Setup`\>(`options`, `clientOptions`?): `object`
|
54
54
|
|
55
|
-
Defined in: [sdk/blockscout/src/blockscout.ts:108](https://github.com/settlemint/sdk/blob/v1.2.
|
55
|
+
Defined in: [sdk/blockscout/src/blockscout.ts:108](https://github.com/settlemint/sdk/blob/v1.2.2/sdk/blockscout/src/blockscout.ts#L108)
|
56
56
|
|
57
57
|
Creates a Blockscout GraphQL client with proper type safety using gql.tada
|
58
58
|
|
@@ -77,8 +77,8 @@ An object containing the GraphQL client and initialized gql.tada function
|
|
77
77
|
|
78
78
|
| Name | Type | Defined in |
|
79
79
|
| ------ | ------ | ------ |
|
80
|
-
| `client` | `GraphQLClient` | [sdk/blockscout/src/blockscout.ts:112](https://github.com/settlemint/sdk/blob/v1.2.
|
81
|
-
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/blockscout/src/blockscout.ts:113](https://github.com/settlemint/sdk/blob/v1.2.
|
80
|
+
| `client` | `GraphQLClient` | [sdk/blockscout/src/blockscout.ts:112](https://github.com/settlemint/sdk/blob/v1.2.2/sdk/blockscout/src/blockscout.ts#L112) |
|
81
|
+
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/blockscout/src/blockscout.ts:113](https://github.com/settlemint/sdk/blob/v1.2.2/sdk/blockscout/src/blockscout.ts#L113) |
|
82
82
|
|
83
83
|
##### Throws
|
84
84
|
|
@@ -148,7 +148,7 @@ const result = await client.request(query, {
|
|
148
148
|
|
149
149
|
> **ClientOptions**: \{ `accessToken`: `string`; `instance`: `string`; `runtime`: `"server"`; \} \| \{ `runtime`: `"browser"`; \}
|
150
150
|
|
151
|
-
Defined in: [sdk/blockscout/src/blockscout.ts:32](https://github.com/settlemint/sdk/blob/v1.2.
|
151
|
+
Defined in: [sdk/blockscout/src/blockscout.ts:32](https://github.com/settlemint/sdk/blob/v1.2.2/sdk/blockscout/src/blockscout.ts#L32)
|
152
152
|
|
153
153
|
Type definition for client options derived from the ClientOptionsSchema
|
154
154
|
|
@@ -158,7 +158,7 @@ Type definition for client options derived from the ClientOptionsSchema
|
|
158
158
|
|
159
159
|
> **RequestConfig**: `ConstructorParameters`\<*typeof* `GraphQLClient`\>\[`1`\]
|
160
160
|
|
161
|
-
Defined in: [sdk/blockscout/src/blockscout.ts:10](https://github.com/settlemint/sdk/blob/v1.2.
|
161
|
+
Defined in: [sdk/blockscout/src/blockscout.ts:10](https://github.com/settlemint/sdk/blob/v1.2.2/sdk/blockscout/src/blockscout.ts#L10)
|
162
162
|
|
163
163
|
Type definition for GraphQL client configuration options
|
164
164
|
|
@@ -168,7 +168,7 @@ Type definition for GraphQL client configuration options
|
|
168
168
|
|
169
169
|
> `const` **ClientOptionsSchema**: `ZodDiscriminatedUnion`\<[`ClientOptions`](README.md#clientoptions)\>
|
170
170
|
|
171
|
-
Defined in: [sdk/blockscout/src/blockscout.ts:18](https://github.com/settlemint/sdk/blob/v1.2.
|
171
|
+
Defined in: [sdk/blockscout/src/blockscout.ts:18](https://github.com/settlemint/sdk/blob/v1.2.2/sdk/blockscout/src/blockscout.ts#L18)
|
172
172
|
|
173
173
|
Schema for validating client options for the Blockscout client.
|
174
174
|
Defines two possible runtime configurations:
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@settlemint/sdk-blockscout",
|
3
3
|
"description": "Blockscout integration module for SettleMint SDK, enabling blockchain explorer and analytics functionality",
|
4
|
-
"version": "1.2.
|
4
|
+
"version": "1.2.2",
|
5
5
|
"type": "module",
|
6
6
|
"private": false,
|
7
7
|
"license": "FSL-1.1-MIT",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"devDependencies": {},
|
53
53
|
"dependencies": {
|
54
54
|
"gql.tada": "^1",
|
55
|
-
"@settlemint/sdk-utils": "1.2.
|
55
|
+
"@settlemint/sdk-utils": "1.2.2",
|
56
56
|
"graphql-request": "^7",
|
57
57
|
"zod": "^3"
|
58
58
|
},
|