@medialane/sdk 0.32.0 → 0.33.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.
package/dist/index.d.cts CHANGED
@@ -1297,7 +1297,7 @@ declare class ApiClient {
1297
1297
  */
1298
1298
  registerUser(params: {
1299
1299
  walletAddress: string;
1300
- walletType?: ApiWalletType;
1300
+ walletType?: string;
1301
1301
  appSource?: ApiAppSource;
1302
1302
  chain?: ApiChain;
1303
1303
  }): Promise<{
@@ -1305,12 +1305,12 @@ declare class ApiClient {
1305
1305
  publicId: string;
1306
1306
  walletAddress: string;
1307
1307
  chain: string;
1308
- walletType: string;
1308
+ provider: string;
1309
1309
  appSource: ApiAppSource;
1310
1310
  createdAt: string;
1311
1311
  }>;
1312
1312
  upsertMyWallet(clerkToken: string, options?: {
1313
- walletType?: ApiWalletType;
1313
+ walletType?: string;
1314
1314
  appSource?: ApiAppSource;
1315
1315
  chain?: ApiChain;
1316
1316
  }): Promise<ApiUserWallet>;
package/dist/index.d.ts CHANGED
@@ -1297,7 +1297,7 @@ declare class ApiClient {
1297
1297
  */
1298
1298
  registerUser(params: {
1299
1299
  walletAddress: string;
1300
- walletType?: ApiWalletType;
1300
+ walletType?: string;
1301
1301
  appSource?: ApiAppSource;
1302
1302
  chain?: ApiChain;
1303
1303
  }): Promise<{
@@ -1305,12 +1305,12 @@ declare class ApiClient {
1305
1305
  publicId: string;
1306
1306
  walletAddress: string;
1307
1307
  chain: string;
1308
- walletType: string;
1308
+ provider: string;
1309
1309
  appSource: ApiAppSource;
1310
1310
  createdAt: string;
1311
1311
  }>;
1312
1312
  upsertMyWallet(clerkToken: string, options?: {
1313
- walletType?: ApiWalletType;
1313
+ walletType?: string;
1314
1314
  appSource?: ApiAppSource;
1315
1315
  chain?: ApiChain;
1316
1316
  }): Promise<ApiUserWallet>;