@settlemint/sdk-portal 2.3.8-mainb7108730 → 2.3.8-pr8d699549

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.
@@ -5,9 +5,6 @@ import * as graphql_ws0 from "graphql-ws";
5
5
  import { Address, Hex, TransactionReceipt as TransactionReceipt$1 } from "viem";
6
6
 
7
7
  //#region src/utils/websocket-client.d.ts
8
- /**
9
- * Options for the GraphQL WebSocket client
10
- */
11
8
  /**
12
9
  * Options for the GraphQL WebSocket client
13
10
  */
@@ -38,7 +35,6 @@ declare function getWebsocketClient({
38
35
  portalGraphqlEndpoint,
39
36
  accessToken
40
37
  }: WebsocketClientOptions): graphql_ws0.Client;
41
-
42
38
  //#endregion
43
39
  //#region src/utils/wait-for-transaction-receipt.d.ts
44
40
  /**
@@ -109,7 +105,6 @@ interface WaitForTransactionReceiptOptions extends WebsocketClientOptions {
109
105
  * });
110
106
  */
111
107
  declare function waitForTransactionReceipt(transactionHash: string, options: WaitForTransactionReceiptOptions): Promise<Transaction>;
112
-
113
108
  //#endregion
114
109
  //#region src/utils/wallet-verification-challenge.d.ts
115
110
  /**
@@ -171,7 +166,6 @@ declare function handleWalletVerificationChallenge<const Setup extends AbstractS
171
166
  challengeResponse: string;
172
167
  verificationId?: string;
173
168
  }>;
174
-
175
169
  //#endregion
176
170
  //#region src/portal.d.ts
177
171
  /**
@@ -246,7 +240,6 @@ declare function createPortalClient<const Setup extends AbstractSetupSchema>(opt
246
240
  client: GraphQLClient;
247
241
  graphql: initGraphQLTada<Setup>;
248
242
  };
249
-
250
243
  //#endregion
251
244
  export { ClientOptions, ClientOptionsSchema, FragmentOf, HandleWalletVerificationChallengeOptions, RequestConfig, ResultOf, Transaction, TransactionEvent, TransactionReceipt, VariablesOf, WaitForTransactionReceiptOptions, WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
252
245
  //# sourceMappingURL=portal.d.ts.map
package/dist/portal.d.cts CHANGED
@@ -5,9 +5,6 @@ import { Address, Hex, TransactionReceipt as TransactionReceipt$1 } from "viem";
5
5
  import * as graphql_ws0 from "graphql-ws";
6
6
 
7
7
  //#region src/utils/websocket-client.d.ts
8
- /**
9
- * Options for the GraphQL WebSocket client
10
- */
11
8
  /**
12
9
  * Options for the GraphQL WebSocket client
13
10
  */
@@ -38,7 +35,6 @@ declare function getWebsocketClient({
38
35
  portalGraphqlEndpoint,
39
36
  accessToken
40
37
  }: WebsocketClientOptions): graphql_ws0.Client;
41
-
42
38
  //#endregion
43
39
  //#region src/utils/wait-for-transaction-receipt.d.ts
44
40
  /**
@@ -109,7 +105,6 @@ interface WaitForTransactionReceiptOptions extends WebsocketClientOptions {
109
105
  * });
110
106
  */
111
107
  declare function waitForTransactionReceipt(transactionHash: string, options: WaitForTransactionReceiptOptions): Promise<Transaction>;
112
-
113
108
  //#endregion
114
109
  //#region src/utils/wallet-verification-challenge.d.ts
115
110
  /**
@@ -171,7 +166,6 @@ declare function handleWalletVerificationChallenge<const Setup extends AbstractS
171
166
  challengeResponse: string;
172
167
  verificationId?: string;
173
168
  }>;
174
-
175
169
  //#endregion
176
170
  //#region src/portal.d.ts
177
171
  /**
@@ -246,7 +240,6 @@ declare function createPortalClient<const Setup extends AbstractSetupSchema>(opt
246
240
  client: GraphQLClient;
247
241
  graphql: initGraphQLTada<Setup>;
248
242
  };
249
-
250
243
  //#endregion
251
244
  export { ClientOptions, ClientOptionsSchema, FragmentOf, HandleWalletVerificationChallengeOptions, RequestConfig, ResultOf, Transaction, TransactionEvent, TransactionReceipt, VariablesOf, WaitForTransactionReceiptOptions, WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
252
245
  //# sourceMappingURL=portal.d.cts.map
package/dist/portal.d.ts CHANGED
@@ -5,9 +5,6 @@ import * as graphql_ws0 from "graphql-ws";
5
5
  import { Address, Hex, TransactionReceipt as TransactionReceipt$1 } from "viem";
6
6
 
7
7
  //#region src/utils/websocket-client.d.ts
8
- /**
9
- * Options for the GraphQL WebSocket client
10
- */
11
8
  /**
12
9
  * Options for the GraphQL WebSocket client
13
10
  */
@@ -38,7 +35,6 @@ declare function getWebsocketClient({
38
35
  portalGraphqlEndpoint,
39
36
  accessToken
40
37
  }: WebsocketClientOptions): graphql_ws0.Client;
41
-
42
38
  //#endregion
43
39
  //#region src/utils/wait-for-transaction-receipt.d.ts
44
40
  /**
@@ -109,7 +105,6 @@ interface WaitForTransactionReceiptOptions extends WebsocketClientOptions {
109
105
  * });
110
106
  */
111
107
  declare function waitForTransactionReceipt(transactionHash: string, options: WaitForTransactionReceiptOptions): Promise<Transaction>;
112
-
113
108
  //#endregion
114
109
  //#region src/utils/wallet-verification-challenge.d.ts
115
110
  /**
@@ -171,7 +166,6 @@ declare function handleWalletVerificationChallenge<const Setup extends AbstractS
171
166
  challengeResponse: string;
172
167
  verificationId?: string;
173
168
  }>;
174
-
175
169
  //#endregion
176
170
  //#region src/portal.d.ts
177
171
  /**
@@ -246,7 +240,6 @@ declare function createPortalClient<const Setup extends AbstractSetupSchema>(opt
246
240
  client: GraphQLClient;
247
241
  graphql: initGraphQLTada<Setup>;
248
242
  };
249
-
250
243
  //#endregion
251
244
  export { ClientOptions, ClientOptionsSchema, FragmentOf, HandleWalletVerificationChallengeOptions, RequestConfig, ResultOf, Transaction, TransactionEvent, TransactionReceipt, VariablesOf, WaitForTransactionReceiptOptions, WebsocketClientOptions, createPortalClient, getWebsocketClient, handleWalletVerificationChallenge, readFragment, waitForTransactionReceipt };
252
245
  //# 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.3.8-mainb7108730",
4
+ "version": "2.3.8-pr8d699549",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "gql.tada": "^1",
58
58
  "graphql-ws": "^6",
59
- "@settlemint/sdk-utils": "2.3.8-mainb7108730",
59
+ "@settlemint/sdk-utils": "2.3.8-pr8d699549",
60
60
  "graphql-request": "^7",
61
61
  "zod": "^3.25.0"
62
62
  },