Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aptly-as/types

Package Overview
Dependencies
Maintainers
2
Versions
145
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.1.8 to 2.1.9

3

core/index.d.ts

@@ -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",

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