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
148
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.7.12 to 2.7.13

1

models/organization.d.ts

@@ -28,2 +28,3 @@ import { AptlyModules } from '../core/index.js';

email: string;
complaintEmail?: string;
invoiceEmail?: string;

@@ -30,0 +31,0 @@ algorithms: AptlyAlgorithmSchema<ID>[];

3

models/payment-settlement.d.ts

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

import { AptlyDocumentSchema } from './document.js';
export type AptlyPaymentSettlement = AptlyPaymentSettlementSchema<string, string>;

@@ -6,3 +7,3 @@ export interface AptlyPaymentSettlementSchema<ID, DATE> extends AptlyPaymentSettlementData {

document?: ID;
reportDocument?: ID;
reportDocument?: ID | AptlyDocumentSchema<ID, DATE>;
app: ID;

@@ -9,0 +10,0 @@ externalId: string;

{
"name": "@aptly-as/types",
"version": "2.7.12",
"version": "2.7.13",
"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