@riocrypto/common-server 1.0.2255 → 1.0.2258

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.
@@ -69,7 +69,6 @@ class FireblocksClient {
69
69
  address,
70
70
  },
71
71
  },
72
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
73
72
  amount: amountCrypto,
74
73
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
75
74
  externalTxId: rioId,
@@ -110,7 +109,6 @@ class FireblocksClient {
110
109
  },
111
110
  amount: amountCrypto,
112
111
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
113
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
114
112
  note: notes,
115
113
  });
116
114
  return response.id;
@@ -315,7 +313,6 @@ class FireblocksClient {
315
313
  },
316
314
  amount: amountCrypto,
317
315
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
318
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
319
316
  externalTxId: rioId,
320
317
  note: notes,
321
318
  });
@@ -341,7 +338,6 @@ class FireblocksClient {
341
338
  },
342
339
  amount: amountCrypto,
343
340
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
344
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
345
341
  externalTxId: rioId,
346
342
  note: notes,
347
343
  });
@@ -389,7 +385,6 @@ class FireblocksClient {
389
385
  amount: amountCrypto,
390
386
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
391
387
  externalTxId: rioId,
392
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
393
388
  note: notes,
394
389
  });
395
390
  return response.id;
@@ -413,7 +408,6 @@ class FireblocksClient {
413
408
  },
414
409
  amount: amountCrypto,
415
410
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
416
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
417
411
  note: notes,
418
412
  });
419
413
  return response.id;
@@ -5,7 +5,7 @@ interface OnboardingAttrs {
5
5
  userType: UserType;
6
6
  hasAcceptedTerms?: boolean;
7
7
  country: Country;
8
- status: "approved" | "declined" | "pending" | "review" | "error" | "bridgeToSCompleted" | "bridgeKYCCompleted";
8
+ status: "approved" | "declined" | "pending" | "review" | "error" | "started" | "bridgeToSCompleted" | "bridgeKYCCompleted";
9
9
  isIncremental: boolean;
10
10
  userId?: string;
11
11
  brokerId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2255",
3
+ "version": "1.0.2258",
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.1979",
31
+ "@riocrypto/common": "^1.0.1981",
32
32
  "@types/express": "^4.17.13",
33
33
  "axios": "^1.7.4",
34
34
  "crypto-js": "^4.2.0",