@aptly-as/types
Advanced tools
Comparing version 2.1.8 to 2.1.9
@@ -11,5 +11,6 @@ import { AptlyDocumentS3 } from '../models/index.js'; | ||
export * from './webhook-event-data.js'; | ||
export interface AptlySchemaFile extends Pick<AptlyCloudinaryFile, 'public_id' | 'url' | 'format' | 'resource_type' | 'bytes'> { | ||
export interface AptlySchemaFile<ID> extends Pick<AptlyCloudinaryFile, 'public_id' | 'url' | 'format' | 'resource_type' | 'bytes'> { | ||
filename: string; | ||
s3?: AptlyDocumentS3; | ||
document?: ID; | ||
} |
@@ -43,3 +43,3 @@ import { AptlyInquiryParticipantRole, AptlyInquiryStatus, AptlyInquiryType } from '../enums/index.js'; | ||
images?: string[]; | ||
files: AptlySchemaFile[]; | ||
files: AptlySchemaFile<ID>[]; | ||
author?: ID; | ||
@@ -46,0 +46,0 @@ email?: string; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"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
98257
2570