@aptly-as/types
Advanced tools
Comparing version 2.5.11 to 2.5.12
@@ -51,3 +51,3 @@ import { AptlyOrderStatus } from '../enums/index.js'; | ||
export interface AptlyOrderPaymentSessionSchema<ID, DATE> { | ||
app?: ID; | ||
app?: ID | AptlyAppSchema<ID, DATE>; | ||
status?: AptlyOrderPaymentStatus; | ||
@@ -83,2 +83,3 @@ url?: string; | ||
signed: boolean; | ||
app?: ID | AptlyAppSchema<ID, DATE>; | ||
createdAt?: DATE | null; | ||
@@ -85,0 +86,0 @@ expiresAt?: DATE | null; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.5.11", | ||
"version": "2.5.12", | ||
"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
107818
2967