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
144
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.4.6 to 2.4.7

12

models/project.d.ts

@@ -36,2 +36,3 @@ import { AptlyEmailType, AptlyProjectStatus } from '../enums/index.js';

paymentApp?: ID | AptlyAppSchema<ID, DATE> | null;
invites?: AptlyProjectInviteSchema<ID, DATE>[];
created: DATE;

@@ -98,3 +99,3 @@ }

export type AptlyProjectNotify = AptlyProjectNotifySchema<string, string>;
interface AptlyProjectNotifySchema<ID, DATE> {
export interface AptlyProjectNotifySchema<ID, DATE> {
_id: ID;

@@ -112,2 +113,9 @@ user: AptlyUserSchema<ID, DATE> | ID;

}
export {};
export type AptlyProjectInvite = AptlyProjectInviteSchema<string, string>;
export interface AptlyProjectInviteSchema<ID, DATE> {
_id: ID;
unit: ID;
code: string;
createdAt: DATE;
createdBy: ID;
}

2

package.json
{
"name": "@aptly-as/types",
"version": "2.4.6",
"version": "2.4.7",
"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