@riocrypto/common 1.0.2012 → 1.0.2014

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.
@@ -5,7 +5,7 @@ import { Side } from "./side";
5
5
  export interface Axe {
6
6
  id: string;
7
7
  createdAt: Date;
8
- oppositeUserId: string;
8
+ oppositeUserId?: string;
9
9
  oppositeOrderId?: string;
10
10
  side: Side;
11
11
  currency: Fiat;
@@ -110,6 +110,7 @@ export declare type UserUpdate = {
110
110
  };
111
111
  };
112
112
  quotationTime?: number;
113
+ slackChannelId?: string;
113
114
  rioBankAccount?: {
114
115
  [country in Country]?: {
115
116
  [fiat in Fiat]?: {
@@ -114,6 +114,7 @@ export declare type User = {
114
114
  };
115
115
  };
116
116
  quotationTime?: number;
117
+ slackChannelId?: string;
117
118
  rioBankAccount?: {
118
119
  [country in Country]?: {
119
120
  [fiat in Fiat]?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2012",
3
+ "version": "1.0.2014",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",