@triviumcapital/trivium-ts-sdk
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -57,3 +57,4 @@ import type { Configuration } from './configuration'; | ||
'currencyCode': string; | ||
'transferDetails': TransferDetails; | ||
'transferDetails'?: TransferDetails; | ||
'transfer'?: Transfer; | ||
} | ||
@@ -110,2 +111,3 @@ export interface EarningsToDate { | ||
'currencyCode': string; | ||
'returns': number; | ||
} | ||
@@ -112,0 +114,0 @@ export interface Rates { |
{ | ||
"name": "@triviumcapital/trivium-ts-sdk", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Typescript Axios Client SDK for trivium APIs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73644
1136