@settlemint/sdk-portal 2.5.1-mainf0c7fb9b → 2.5.1-mainffd47926
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/dist/browser/portal.d.ts +1 -1
- package/dist/portal.d.cts +1 -1
- package/dist/portal.d.ts +1 -1
- package/package.json +3 -3
package/dist/browser/portal.d.ts
CHANGED
|
@@ -242,5 +242,5 @@ declare function createPortalClient<const Setup extends AbstractSetupSchema>(opt
|
|
|
242
242
|
graphql: initGraphQLTada<Setup>;
|
|
243
243
|
};
|
|
244
244
|
//#endregion
|
|
245
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, HandleWalletVerificationChallengeOptions, RequestConfig, ResultOf, Transaction, TransactionEvent, TransactionReceipt, VariablesOf, WaitForTransactionReceiptOptions, WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
|
|
245
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, type HandleWalletVerificationChallengeOptions, RequestConfig, type ResultOf, type Transaction, type TransactionEvent, type TransactionReceipt, type VariablesOf, type WaitForTransactionReceiptOptions, type WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
|
|
246
246
|
//# sourceMappingURL=portal.d.ts.map
|
package/dist/portal.d.cts
CHANGED
|
@@ -242,5 +242,5 @@ declare function createPortalClient<const Setup extends AbstractSetupSchema>(opt
|
|
|
242
242
|
graphql: initGraphQLTada<Setup>;
|
|
243
243
|
};
|
|
244
244
|
//#endregion
|
|
245
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, HandleWalletVerificationChallengeOptions, RequestConfig, ResultOf, Transaction, TransactionEvent, TransactionReceipt, VariablesOf, WaitForTransactionReceiptOptions, WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
|
|
245
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, type HandleWalletVerificationChallengeOptions, RequestConfig, type ResultOf, type Transaction, type TransactionEvent, type TransactionReceipt, type VariablesOf, type WaitForTransactionReceiptOptions, type WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
|
|
246
246
|
//# sourceMappingURL=portal.d.cts.map
|
package/dist/portal.d.ts
CHANGED
|
@@ -242,5 +242,5 @@ declare function createPortalClient<const Setup extends AbstractSetupSchema>(opt
|
|
|
242
242
|
graphql: initGraphQLTada<Setup>;
|
|
243
243
|
};
|
|
244
244
|
//#endregion
|
|
245
|
-
export { ClientOptions, ClientOptionsSchema, FragmentOf, HandleWalletVerificationChallengeOptions, RequestConfig, ResultOf, Transaction, TransactionEvent, TransactionReceipt, VariablesOf, WaitForTransactionReceiptOptions, WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
|
|
245
|
+
export { ClientOptions, ClientOptionsSchema, type FragmentOf, type HandleWalletVerificationChallengeOptions, RequestConfig, type ResultOf, type Transaction, type TransactionEvent, type TransactionReceipt, type VariablesOf, type WaitForTransactionReceiptOptions, type WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
|
|
246
246
|
//# sourceMappingURL=portal.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-portal",
|
|
3
3
|
"description": "Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs",
|
|
4
|
-
"version": "2.5.1-
|
|
4
|
+
"version": "2.5.1-mainffd47926",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"gql.tada": "^1",
|
|
60
60
|
"graphql-ws": "^6",
|
|
61
|
-
"@settlemint/sdk-utils": "2.5.1-
|
|
61
|
+
"@settlemint/sdk-utils": "2.5.1-mainffd47926",
|
|
62
62
|
"graphql-request": "^7",
|
|
63
|
-
"zod": "^
|
|
63
|
+
"zod": "^4.0.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {},
|
|
66
66
|
"engines": {
|