@riocrypto/common-server 1.0.2325 → 1.0.2326

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.
@@ -52,7 +52,7 @@ interface RioSettingsAttrs {
52
52
  activeFiatPaymentProcessors: {
53
53
  [Side.Buy]: Processor[];
54
54
  [Side.Sell]: Processor[];
55
- bankAccountVerification: Processor[];
55
+ bankAccountVerifications: Processor[];
56
56
  };
57
57
  }
58
58
  interface RioSettingsDoc extends mongoose.Document {
@@ -107,7 +107,7 @@ interface RioSettingsDoc extends mongoose.Document {
107
107
  activeFiatPaymentProcessors: {
108
108
  [Side.Buy]: Processor[];
109
109
  [Side.Sell]: Processor[];
110
- bankAccountVerification: Processor[];
110
+ bankAccountVerifications: Processor[];
111
111
  };
112
112
  }
113
113
  interface RioSettingsModel extends mongoose.Model<RioSettingsDoc> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2325",
3
+ "version": "1.0.2326",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",