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.6.7 to 2.7.0

9

models/payment.d.ts

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

document?: ID | AptlyDocumentSchema<ID, DATE>;
status: AptlyPaymentStatus;
number: number;

@@ -43,2 +44,8 @@ totalCost: number;

}
export declare enum AptlyPaymentStatus {
Authorized = "AUTHORIZED",
PendingDelivery = "PENDING_DELIVERY",
PendingCapture = "PENDING_CAPTURE",
Captured = "CAPTURED"
}
export type AptlyPaymentSplit = AptlyPaymentSplitSchema<string>;

@@ -56,3 +63,3 @@ export interface AptlyPaymentSplitSchema<ID> {

ref: string;
user: ID | AptlyUserSchema<ID, DATE>;
user?: ID | AptlyUserSchema<ID, DATE>;
at: DATE;

@@ -59,0 +66,0 @@ }

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

export {};
export var AptlyPaymentStatus;
(function (AptlyPaymentStatus) {
AptlyPaymentStatus["Authorized"] = "AUTHORIZED";
AptlyPaymentStatus["PendingDelivery"] = "PENDING_DELIVERY";
AptlyPaymentStatus["PendingCapture"] = "PENDING_CAPTURE";
AptlyPaymentStatus["Captured"] = "CAPTURED";
})(AptlyPaymentStatus || (AptlyPaymentStatus = {}));

2

package.json
{
"name": "@aptly-as/types",
"version": "2.6.7",
"version": "2.7.0",
"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