@settlemint/sdk-js
Advanced tools
Comparing version 1.1.4 to 1.1.5-pr687f780a
{ | ||
"name": "@settlemint/sdk-js", | ||
"description": "Core JavaScript SDK for integrating SettleMint's blockchain platform services into your applications", | ||
"version": "1.1.4", | ||
"version": "1.1.5-pr687f780a", | ||
"type": "module", | ||
@@ -53,5 +53,3 @@ "private": false, | ||
}, | ||
"devDependencies": { | ||
"@0no-co/graphqlsp": "^1" | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
@@ -61,3 +59,3 @@ "gql.tada": "^1", | ||
"zod": "^3", | ||
"@settlemint/sdk-utils": "1.1.4" | ||
"@settlemint/sdk-utils": "1.1.5-pr687f780a" | ||
}, | ||
@@ -64,0 +62,0 @@ "peerDependencies": {}, |
@@ -64,3 +64,3 @@ <p align="center"> | ||
Defined in: [settlemint.ts:216](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/settlemint.ts#L216) | ||
Defined in: [settlemint.ts:216](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/settlemint.ts#L216) | ||
@@ -112,3 +112,3 @@ Creates a SettleMint client with the provided options. The client provides methods to interact with | ||
Defined in: [settlemint.ts:111](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/settlemint.ts#L111) | ||
Defined in: [settlemint.ts:111](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/settlemint.ts#L111) | ||
@@ -121,3 +121,3 @@ Client interface for interacting with the SettleMint platform. | ||
Defined in: [settlemint.ts:103](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/settlemint.ts#L103) | ||
Defined in: [settlemint.ts:103](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/settlemint.ts#L103) | ||
@@ -134,5 +134,5 @@ Options for the Settlemint client. | ||
| ------ | ------ | ------ | ------ | ------ | ------ | | ||
| <a id="accesstoken"></a> `accessToken` | `string` | `AccessTokenSchema` | The access token used to authenticate with the SettleMint platform | `ClientOptions.accessToken` | [helpers/client-options.schema.ts:9](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/helpers/client-options.schema.ts#L9) | | ||
| <a id="anonymous"></a> `anonymous?` | `boolean` | `undefined` | Whether to allow anonymous access (no access token required) | - | [settlemint.ts:105](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/settlemint.ts#L105) | | ||
| <a id="instance"></a> `instance` | `string` | `UrlSchema` | The URL of the SettleMint instance to connect to | `ClientOptions.instance` | [helpers/client-options.schema.ts:11](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/helpers/client-options.schema.ts#L11) | | ||
| <a id="accesstoken"></a> `accessToken` | `string` | `AccessTokenSchema` | The access token used to authenticate with the SettleMint platform | `ClientOptions.accessToken` | [helpers/client-options.schema.ts:9](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/helpers/client-options.schema.ts#L9) | | ||
| <a id="anonymous"></a> `anonymous?` | `boolean` | `undefined` | Whether to allow anonymous access (no access token required) | - | [settlemint.ts:105](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/settlemint.ts#L105) | | ||
| <a id="instance"></a> `instance` | `string` | `UrlSchema` | The URL of the SettleMint instance to connect to | `ClientOptions.instance` | [helpers/client-options.schema.ts:11](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/helpers/client-options.schema.ts#L11) | | ||
@@ -145,3 +145,3 @@ ### Type Aliases | ||
Defined in: [graphql/application.ts:24](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/application.ts#L24) | ||
Defined in: [graphql/application.ts:24](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/application.ts#L24) | ||
@@ -156,3 +156,3 @@ Type representing an application entity. | ||
Defined in: [graphql/blockchain-network.ts:32](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/blockchain-network.ts#L32) | ||
Defined in: [graphql/blockchain-network.ts:32](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/blockchain-network.ts#L32) | ||
@@ -167,3 +167,3 @@ Type representing a blockchain network entity. | ||
Defined in: [graphql/blockchain-node.ts:51](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/blockchain-node.ts#L51) | ||
Defined in: [graphql/blockchain-node.ts:51](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/blockchain-node.ts#L51) | ||
@@ -178,3 +178,3 @@ Type representing a blockchain node entity. | ||
Defined in: [graphql/custom-deployment.ts:33](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/custom-deployment.ts#L33) | ||
Defined in: [graphql/custom-deployment.ts:33](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/custom-deployment.ts#L33) | ||
@@ -189,3 +189,3 @@ Type representing a custom deployment entity. | ||
Defined in: [graphql/insights.ts:37](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/insights.ts#L37) | ||
Defined in: [graphql/insights.ts:37](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/insights.ts#L37) | ||
@@ -200,3 +200,3 @@ Type representing an insights entity. | ||
Defined in: [graphql/integration-tool.ts:35](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/integration-tool.ts#L35) | ||
Defined in: [graphql/integration-tool.ts:35](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/integration-tool.ts#L35) | ||
@@ -211,3 +211,3 @@ Type representing an integration tool entity. | ||
Defined in: [graphql/middleware.ts:43](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/middleware.ts#L43) | ||
Defined in: [graphql/middleware.ts:43](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/middleware.ts#L43) | ||
@@ -222,3 +222,3 @@ Type representing a middleware entity. | ||
Defined in: [graphql/middleware.ts:101](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/middleware.ts#L101) | ||
Defined in: [graphql/middleware.ts:101](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/middleware.ts#L101) | ||
@@ -233,3 +233,3 @@ Type representing a middleware entity with subgraphs. | ||
Defined in: [graphql/platform.ts:45](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/platform.ts#L45) | ||
Defined in: [graphql/platform.ts:45](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/platform.ts#L45) | ||
@@ -244,3 +244,3 @@ Type representing the platform configuration. | ||
Defined in: [graphql/private-key.ts:27](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/private-key.ts#L27) | ||
Defined in: [graphql/private-key.ts:27](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/private-key.ts#L27) | ||
@@ -255,3 +255,3 @@ Type representing a private key entity. | ||
Defined in: [graphql/storage.ts:35](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/storage.ts#L35) | ||
Defined in: [graphql/storage.ts:35](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/storage.ts#L35) | ||
@@ -266,3 +266,3 @@ Type representing a storage entity. | ||
Defined in: [graphql/workspace.ts:26](https://github.com/settlemint/sdk/blob/v1.1.4/sdk/js/src/graphql/workspace.ts#L26) | ||
Defined in: [graphql/workspace.ts:26](https://github.com/settlemint/sdk/blob/v1.1.5/sdk/js/src/graphql/workspace.ts#L26) | ||
@@ -269,0 +269,0 @@ Type representing a workspace entity. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
4865393
2
+ Added@settlemint/sdk-utils@1.1.5-pr687f780a(transitive)
- Removed@settlemint/sdk-utils@1.1.4(transitive)