@riocrypto/common 1.0.2207 → 1.0.2209

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.
@@ -361,7 +361,7 @@ class CountryAsset extends Asset_1.Asset {
361
361
  // case CountryOfOrigin.UnitedArabEmirates:
362
362
  // return "United Arab Emirates";
363
363
  case country_of_origin_1.CountryOfOrigin.UnitedKingdom:
364
- return "United Kingdom";
364
+ return "the United Kingdom";
365
365
  case country_of_origin_1.CountryOfOrigin.UnitedStates:
366
366
  return "the United States";
367
367
  // case CountryOfOrigin.UnitedStatesOutlyingIslands:
package/build/index.d.ts CHANGED
@@ -367,6 +367,7 @@ export * from "./types/deferred-payment-type";
367
367
  export * from "./types/order-type";
368
368
  export * from "./types/emarkets-settlement-type";
369
369
  export * from "./types/emarkets-order-type";
370
+ export * from "./types/axe-slack-thread";
370
371
  export * from "./classes/KYCFieldClass";
371
372
  export * from "./classes/KYCFileClass";
372
373
  export * from "./classes/CountryAsset";
package/build/index.js CHANGED
@@ -383,6 +383,7 @@ __exportStar(require("./types/deferred-payment-type"), exports);
383
383
  __exportStar(require("./types/order-type"), exports);
384
384
  __exportStar(require("./types/emarkets-settlement-type"), exports);
385
385
  __exportStar(require("./types/emarkets-order-type"), exports);
386
+ __exportStar(require("./types/axe-slack-thread"), exports);
386
387
  __exportStar(require("./classes/KYCFieldClass"), exports);
387
388
  __exportStar(require("./classes/KYCFileClass"), exports);
388
389
  __exportStar(require("./classes/CountryAsset"), exports);
@@ -0,0 +1,8 @@
1
+ export interface AxeSlackThread {
2
+ id: string;
3
+ axeId: string;
4
+ userId: string;
5
+ messageTs: string;
6
+ channel: string;
7
+ createdAt: Date;
8
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2207",
3
+ "version": "1.0.2209",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",