Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modern-treasury

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-treasury - npm Package Compare versions

Comparing version 2.26.0 to 2.27.0

2

package.json
{
"name": "modern-treasury",
"version": "2.26.0",
"version": "2.27.0",
"description": "The official TypeScript library for the Modern Treasury API",

@@ -5,0 +5,0 @@ "author": "Modern Treasury <sdk-feedback@moderntreasury.com>",

@@ -7,3 +7,3 @@ # Modern Treasury Node API Library

The REST API documentation can be found [on docs.moderntreasury.com](https://docs.moderntreasury.com). The full API of this library can be found in [api.md](api.md).
The REST API documentation can be found on [docs.moderntreasury.com](https://docs.moderntreasury.com). The full API of this library can be found in [api.md](api.md).

@@ -10,0 +10,0 @@ ## Installation

@@ -26,4 +26,10 @@ import { APIResource } from "../resource.js";

}
/**
* @deprecated
*/
export interface LedgerEventHandler {
id: string;
/**
* @deprecated
*/
conditions: LedgerEventHandler.Conditions | null;

@@ -40,2 +46,5 @@ created_at: string;

ledger_id: string | null;
/**
* @deprecated
*/
ledger_transaction_template: LedgerEventHandler.LedgerTransactionTemplate;

@@ -58,5 +67,11 @@ /**

updated_at: string;
/**
* @deprecated
*/
variables: Record<string, LedgerEventHandlerVariable> | null;
}
export declare namespace LedgerEventHandler {
/**
* @deprecated
*/
interface Conditions {

@@ -76,2 +91,5 @@ /**

}
/**
* @deprecated
*/
interface LedgerTransactionTemplate {

@@ -97,2 +115,5 @@ /**

namespace LedgerTransactionTemplate {
/**
* @deprecated
*/
interface LedgerEntry {

@@ -114,3 +135,9 @@ /**

}
/**
* @deprecated
*/
export interface LedgerEventHandlerVariable {
/**
* @deprecated
*/
query: LedgerEventHandlerVariable.Query;

@@ -124,2 +151,5 @@ /**

export declare namespace LedgerEventHandlerVariable {
/**
* @deprecated
*/
interface Query {

@@ -163,2 +193,5 @@ /**

export declare namespace LedgerEventHandlerCreateParams {
/**
* @deprecated
*/
interface LedgerTransactionTemplate {

@@ -184,2 +217,5 @@ /**

namespace LedgerTransactionTemplate {
/**
* @deprecated
*/
interface LedgerEntry {

@@ -200,2 +236,5 @@ /**

}
/**
* @deprecated
*/
interface Conditions {

@@ -202,0 +241,0 @@ /**

@@ -14,2 +14,5 @@ import { APIResource } from "../resource.js";

}
/**
* @deprecated
*/
export interface LedgerableEvent {

@@ -16,0 +19,0 @@ id: string;

@@ -69,5 +69,11 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

/**
* @deprecated
*/
export interface LedgerEventHandler {
id: string;
/**
* @deprecated
*/
conditions: LedgerEventHandler.Conditions | null;

@@ -89,2 +95,5 @@

/**
* @deprecated
*/
ledger_transaction_template: LedgerEventHandler.LedgerTransactionTemplate;

@@ -113,2 +122,5 @@

/**
* @deprecated
*/
variables: Record<string, LedgerEventHandlerVariable> | null;

@@ -118,2 +130,5 @@ }

export namespace LedgerEventHandler {
/**
* @deprecated
*/
export interface Conditions {

@@ -136,2 +151,5 @@ /**

/**
* @deprecated
*/
export interface LedgerTransactionTemplate {

@@ -161,2 +179,5 @@ /**

export namespace LedgerTransactionTemplate {
/**
* @deprecated
*/
export interface LedgerEntry {

@@ -181,3 +202,9 @@ /**

/**
* @deprecated
*/
export interface LedgerEventHandlerVariable {
/**
* @deprecated
*/
query: LedgerEventHandlerVariable.Query;

@@ -193,2 +220,5 @@

export namespace LedgerEventHandlerVariable {
/**
* @deprecated
*/
export interface Query {

@@ -242,2 +272,5 @@ /**

export namespace LedgerEventHandlerCreateParams {
/**
* @deprecated
*/
export interface LedgerTransactionTemplate {

@@ -267,2 +300,5 @@ /**

export namespace LedgerTransactionTemplate {
/**
* @deprecated
*/
export interface LedgerEntry {

@@ -286,2 +322,5 @@ /**

/**
* @deprecated
*/
export interface Conditions {

@@ -288,0 +327,0 @@ /**

@@ -37,2 +37,5 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

/**
* @deprecated
*/
export interface LedgerableEvent {

@@ -39,0 +42,0 @@ id: string;

@@ -1,1 +0,1 @@

export const VERSION = '2.26.0'; // x-release-please-version
export const VERSION = '2.27.0'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "2.26.0";
export declare const VERSION = "2.27.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '2.26.0'; // x-release-please-version
exports.VERSION = '2.27.0'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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