@riocrypto/common-server 1.0.2402 → 1.0.2403
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/models/user.d.ts +5 -5
- package/package.json +2 -2
package/build/models/user.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ interface UserDoc extends Document {
|
|
|
142
142
|
[deferredPaymentType in DeferredPaymentType]: number;
|
|
143
143
|
};
|
|
144
144
|
twoWaySettlementOffsetFee?: {
|
|
145
|
-
[key:
|
|
145
|
+
[key: string]: number;
|
|
146
146
|
};
|
|
147
147
|
};
|
|
148
148
|
PE?: {
|
|
@@ -152,7 +152,7 @@ interface UserDoc extends Document {
|
|
|
152
152
|
[deferredPaymentType in DeferredPaymentType]: number;
|
|
153
153
|
};
|
|
154
154
|
twoWaySettlementOffsetFee?: {
|
|
155
|
-
[key:
|
|
155
|
+
[key: string]: number;
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
158
|
CO?: {
|
|
@@ -162,7 +162,7 @@ interface UserDoc extends Document {
|
|
|
162
162
|
[deferredPaymentType in DeferredPaymentType]: number;
|
|
163
163
|
};
|
|
164
164
|
twoWaySettlementOffsetFee?: {
|
|
165
|
-
[key:
|
|
165
|
+
[key: string]: number;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
168
168
|
BR?: {
|
|
@@ -172,7 +172,7 @@ interface UserDoc extends Document {
|
|
|
172
172
|
[deferredPaymentType in DeferredPaymentType]: number;
|
|
173
173
|
};
|
|
174
174
|
twoWaySettlementOffsetFee?: {
|
|
175
|
-
[key:
|
|
175
|
+
[key: string]: number;
|
|
176
176
|
};
|
|
177
177
|
};
|
|
178
178
|
US?: {
|
|
@@ -182,7 +182,7 @@ interface UserDoc extends Document {
|
|
|
182
182
|
[deferredPaymentType in DeferredPaymentType]: number;
|
|
183
183
|
};
|
|
184
184
|
twoWaySettlementOffsetFee?: {
|
|
185
|
-
[key:
|
|
185
|
+
[key: string]: number;
|
|
186
186
|
};
|
|
187
187
|
};
|
|
188
188
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riocrypto/common-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2403",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@google-cloud/secret-manager": "^5.3.0",
|
|
29
29
|
"@google-cloud/storage": "^6.9.5",
|
|
30
30
|
"@hyperdx/node-opentelemetry": "^0.7.0",
|
|
31
|
-
"@riocrypto/common": "^1.0.
|
|
31
|
+
"@riocrypto/common": "^1.0.2135",
|
|
32
32
|
"@types/express": "^4.17.13",
|
|
33
33
|
"axios": "^1.7.4",
|
|
34
34
|
"crypto-js": "^4.2.0",
|