Socket
Socket
Sign inDemoInstall

@triviumcapital/trivium-ts-sdk

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@triviumcapital/trivium-ts-sdk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

15

dist/api.d.ts

@@ -58,2 +58,3 @@ import type { Configuration } from './configuration';

'currencyCode': string;
'transferDetails'?: TransferDetails;
}

@@ -67,2 +68,10 @@ export interface Interest {

}
export interface NiumSystemTraceAuditNumber {
'systemTraceAuditNumber': string;
'type': string;
}
export interface NiumWalletHashId {
'walletHashId': string;
'type': string;
}
export interface Rates {

@@ -94,2 +103,3 @@ 'rates': {

'currencyCode': string;
'transferDetails'?: TransferDetails;
}

@@ -108,2 +118,7 @@ export type Transaction = {

}
export type TransferDetails = {
type: 'NiumSystemTraceAuditNumber';
} & NiumSystemTraceAuditNumber | {
type: 'NiumWalletHashId';
} & NiumWalletHashId;
export interface User {

@@ -110,0 +125,0 @@ 'userId': string;

2

package.json
{
"name": "@triviumcapital/trivium-ts-sdk",
"version": "0.0.4",
"version": "0.0.5",
"description": "Typescript Axios Client SDK for trivium APIs",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc