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

@aptly-as/types

Package Overview
Dependencies
Maintainers
0
Versions
143
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.6.0 to 2.6.1

6

models/unit.d.ts

@@ -41,3 +41,3 @@ import { AptlyDocumentSchema } from './document.js';

invites: AptlyUnitInviteSchema<ID, DATE>[];
invitesQueue: AptlyUnitInviteQueueSchema<ID, DATE>[];
invitesQueue: AptlyUnitInviteQueueSchema[];
overridePeriod?: ID;

@@ -228,8 +228,6 @@ overridePeriods?: AptlyUnitOverridePeriodSchema<ID, DATE>[];

}
export interface AptlyUnitInviteQueueSchema<ID, DATE> {
_id: ID;
export interface AptlyUnitInviteQueueSchema {
email: string;
fullName?: string;
phone?: string;
createdAt: DATE;
}

@@ -236,0 +234,0 @@ export interface AptlyUnitInviteSchema<ID, DATE> {

{
"name": "@aptly-as/types",
"version": "2.6.0",
"version": "2.6.1",
"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