@riocrypto/common 1.0.1964 → 1.0.1966

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/build/index.d.ts CHANGED
@@ -350,6 +350,7 @@ export * from "./types/auth-dashboard-settings";
350
350
  export * from "./types/admin-auth-dashboard-settings";
351
351
  export * from "./types/STP-mxn-withdrawal";
352
352
  export * from "./types/STP-deposit-CLABE";
353
+ export * from "./types/STP-settings";
353
354
  export * from "./classes/KYCFieldClass";
354
355
  export * from "./classes/KYCFileClass";
355
356
  export * from "./classes/CountryAsset";
package/build/index.js CHANGED
@@ -366,6 +366,7 @@ __exportStar(require("./types/auth-dashboard-settings"), exports);
366
366
  __exportStar(require("./types/admin-auth-dashboard-settings"), exports);
367
367
  __exportStar(require("./types/STP-mxn-withdrawal"), exports);
368
368
  __exportStar(require("./types/STP-deposit-CLABE"), exports);
369
+ __exportStar(require("./types/STP-settings"), exports);
369
370
  __exportStar(require("./classes/KYCFieldClass"), exports);
370
371
  __exportStar(require("./classes/KYCFileClass"), exports);
371
372
  __exportStar(require("./classes/CountryAsset"), exports);
@@ -0,0 +1,4 @@
1
+ export interface STPSettings {
2
+ id: string;
3
+ STPCLABEOffset: number;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -47,5 +47,4 @@ export interface RioSettings {
47
47
  };
48
48
  };
49
49
  fxExecutionThreshold: number;
50
- STPCLABEOffset: number;
51
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1964",
3
+ "version": "1.0.1966",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",