@getpara/user-management-client 2.10.0 → 2.12.0

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.
@@ -496,7 +496,9 @@ declare class Client {
496
496
  broadcastSendTransaction: ({ userId, walletId, opts, }: {
497
497
  userId: string;
498
498
  walletId: string;
499
- opts: BroadcastTransactionOpts;
499
+ opts: BroadcastTransactionOpts & {
500
+ simulateFailure?: boolean;
501
+ };
500
502
  }) => Promise<BroadcastTransactionResult>;
501
503
  trackExternalWalletConnections: ({ wallets, }: {
502
504
  wallets: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/user-management-client",
3
- "version": "2.10.0",
3
+ "version": "2.12.0",
4
4
  "dependencies": {
5
5
  "@getpara/shared": "1.10.0",
6
6
  "axios": "^1.8.4",
@@ -20,7 +20,7 @@
20
20
  "dist",
21
21
  "package.json"
22
22
  ],
23
- "gitHead": "8da2c51cc91f021acbc2ec7373b9ca0638fc840a",
23
+ "gitHead": "09c114d148f7a0c2ad250d6346a76aa3b332b2d4",
24
24
  "main": "dist/cjs/index.js",
25
25
  "module": "dist/esm/index.js",
26
26
  "scripts": {