@riocrypto/common 1.0.2652 → 1.0.2654

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.
@@ -15,4 +15,6 @@ export interface CryptoAddress {
15
15
  fireblocksExternalWalletId?: string;
16
16
  isFireblocksWhitelisted?: boolean;
17
17
  availablePayoutAdvancesAmount?: number;
18
+ isPrivyWallet?: boolean;
19
+ privyWalletId?: string;
18
20
  }
@@ -42,6 +42,7 @@ export declare enum UserAttribute {
42
42
  BuyOrderMaintenanceModeActive = "buyOrderMaintenanceModeActive",
43
43
  SellOrderMaintenanceModeActive = "sellOrderMaintenanceModeActive",
44
44
  CanPlaceLongDatedForwards = "canPlaceLongDatedForwards",
45
+ CanViewBalances = "canViewBalances",
45
46
  UseAlfinForPENDeposits = "useAlfinForPENDeposits",
46
47
  UseAlfinForPENWithdrawals = "useAlfinForPENWithdrawals",
47
48
  UseAlfinForUSDDeposits = "useAlfinForUSDDeposits",
@@ -46,6 +46,7 @@ var UserAttribute;
46
46
  UserAttribute["BuyOrderMaintenanceModeActive"] = "buyOrderMaintenanceModeActive";
47
47
  UserAttribute["SellOrderMaintenanceModeActive"] = "sellOrderMaintenanceModeActive";
48
48
  UserAttribute["CanPlaceLongDatedForwards"] = "canPlaceLongDatedForwards";
49
+ UserAttribute["CanViewBalances"] = "canViewBalances";
49
50
  UserAttribute["UseAlfinForPENDeposits"] = "useAlfinForPENDeposits";
50
51
  UserAttribute["UseAlfinForPENWithdrawals"] = "useAlfinForPENWithdrawals";
51
52
  UserAttribute["UseAlfinForUSDDeposits"] = "useAlfinForUSDDeposits";
@@ -96,6 +96,8 @@ export type User = {
96
96
  };
97
97
  };
98
98
  quotationTime?: number;
99
+ privyUserId?: string;
100
+ privyRegisteredAt?: Date;
99
101
  slackChannelId?: string;
100
102
  telegramChatId?: string;
101
103
  rioBankAccount?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2652",
3
+ "version": "1.0.2654",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",