@riocrypto/common 1.0.2014 → 1.0.2016

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.
@@ -22,4 +22,5 @@ export interface Axe {
22
22
  netPrice: number;
23
23
  }[];
24
24
  excludedUserIds: string[];
25
+ targetUserIds: string[];
25
26
  }
@@ -111,6 +111,7 @@ export declare type UserUpdate = {
111
111
  };
112
112
  quotationTime?: number;
113
113
  slackChannelId?: string;
114
+ telegramChatId?: string;
114
115
  rioBankAccount?: {
115
116
  [country in Country]?: {
116
117
  [fiat in Fiat]?: {
@@ -115,6 +115,7 @@ export declare type User = {
115
115
  };
116
116
  quotationTime?: number;
117
117
  slackChannelId?: string;
118
+ telegramChatId?: string;
118
119
  rioBankAccount?: {
119
120
  [country in Country]?: {
120
121
  [fiat in Fiat]?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2014",
3
+ "version": "1.0.2016",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",