@chipi-stack/types 12.4.0 → 12.5.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.mts CHANGED
@@ -93,11 +93,16 @@ interface GetTokenBalanceResponse {
93
93
  interface GetWalletResponse {
94
94
  id: string;
95
95
  userId?: string;
96
- orgId?: string;
97
- wallet: WalletData;
96
+ orgId?: string | null;
97
+ apiPublicKey: string;
98
+ publicKey: string;
99
+ encryptedPrivateKey: string;
100
+ blockNumber: number;
98
101
  externalUserId?: string;
99
102
  createdAt?: string;
100
103
  updatedAt?: string;
104
+ walletType: WalletType;
105
+ normalizedPublicKey: string;
101
106
  }
102
107
  interface PrepareWalletCreationParams {
103
108
  encryptKey: string;
package/dist/index.d.ts CHANGED
@@ -93,11 +93,16 @@ interface GetTokenBalanceResponse {
93
93
  interface GetWalletResponse {
94
94
  id: string;
95
95
  userId?: string;
96
- orgId?: string;
97
- wallet: WalletData;
96
+ orgId?: string | null;
97
+ apiPublicKey: string;
98
+ publicKey: string;
99
+ encryptedPrivateKey: string;
100
+ blockNumber: number;
98
101
  externalUserId?: string;
99
102
  createdAt?: string;
100
103
  updatedAt?: string;
104
+ walletType: WalletType;
105
+ normalizedPublicKey: string;
101
106
  }
102
107
  interface PrepareWalletCreationParams {
103
108
  encryptKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chipi-stack/types",
3
- "version": "12.4.0",
3
+ "version": "12.5.0",
4
4
  "description": "Type definitions for Chipi SDK packages",
5
5
  "keywords": [
6
6
  "chipi",