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

@aptly-as/types

Package Overview
Dependencies
Maintainers
0
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version 2.5.5 to 2.5.6

8

models/payment.d.ts

@@ -34,2 +34,3 @@ import { AptlyAppSchema } from './app.js';

};
splits: AptlyPaymentSplitSchema<ID>[];
captures: AptlyPaymentCaptureSchema<ID, DATE>[];

@@ -41,2 +42,8 @@ captured: {

}
export type AptlyPaymentSplit = AptlyPaymentSplitSchema<string>;
export interface AptlyPaymentSplitSchema<ID> {
_id: ID;
destination: 'platform' | string;
amount: number;
}
export type AptlyPaymentCapture = AptlyPaymentCaptureSchema<string, string>;

@@ -96,2 +103,3 @@ export interface AptlyPaymentCaptureSchema<ID, DATE> {

billing?: AptlyAddress;
splits: Omit<AptlyPaymentSplit, '_id'>[];
}

2

package.json
{
"name": "@aptly-as/types",
"version": "2.5.5",
"version": "2.5.6",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "type": "module",

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