@aptly-as/types
Advanced tools
Comparing version 2.7.12 to 2.7.13
@@ -28,2 +28,3 @@ import { AptlyModules } from '../core/index.js'; | ||
email: string; | ||
complaintEmail?: string; | ||
invoiceEmail?: string; | ||
@@ -30,0 +31,0 @@ algorithms: AptlyAlgorithmSchema<ID>[]; |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113192
3107