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

@aptly-as/types

Package Overview
Dependencies
Maintainers
1
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 1.1.1 to 1.1.2

core/api.d.ts

1

core/index.d.ts
import { AptlyCloudinaryFile } from './cloudinary';
export * from './api';
export * from './permission';

@@ -3,0 +4,0 @@ export * from './error';

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./api"));
__export(require("./permission"));

@@ -8,0 +9,0 @@ __export(require("./error"));

import { AptlyCloudinaryFile } from './cloudinary';
export * from './api';
export * from './permission';

@@ -4,0 +5,0 @@ export * from './error';

2

enums/index.d.ts

@@ -59,3 +59,3 @@ export * from './document';

export declare enum AptlyInquiryStatus {
open = "open",
Open = "open",
Pending = "pending",

@@ -62,0 +62,0 @@ Resolved = "resolved",

@@ -73,3 +73,3 @@ "use strict";

(function (AptlyInquiryStatus) {
AptlyInquiryStatus["open"] = "open";
AptlyInquiryStatus["Open"] = "open";
AptlyInquiryStatus["Pending"] = "pending";

@@ -76,0 +76,0 @@ AptlyInquiryStatus["Resolved"] = "resolved";

@@ -69,3 +69,3 @@

export enum AptlyInquiryStatus {
open = 'open',
Open = 'open',
Pending = 'pending',

@@ -72,0 +72,0 @@ Resolved = 'resolved',

@@ -21,4 +21,5 @@ import { AptlyInquiryParticipantRole, AptlyInquiryStatus, AptlyInquiryType } from '../enums';

lastMessage: string;
lastParticipant?: ID;
lastParticipant?: ID | AptlyUserSchema<ID, DATE>;
lastMessageId?: string;
lastMessageEmail?: string;
status: AptlyInquiryStatus;

@@ -47,2 +48,3 @@ participants: AptlyInquiryParticipantSchema<ID, DATE>[];

author?: ID;
email?: string;
sentTime: DATE;

@@ -49,0 +51,0 @@ read: {

@@ -22,4 +22,5 @@ import { AptlyInquiryParticipantRole, AptlyInquiryStatus, AptlyInquiryType } from '../enums';

lastMessage: string;
lastParticipant?: ID;
lastParticipant?: ID | AptlyUserSchema<ID, DATE>;
lastMessageId?: string;
lastMessageEmail?: string;
status: AptlyInquiryStatus;

@@ -50,2 +51,3 @@ participants: AptlyInquiryParticipantSchema<ID, DATE>[];

author?: ID;
email?: string;
sentTime: DATE;

@@ -52,0 +54,0 @@ read: {

{
"name": "@aptly-as/types",
"version": "1.1.1",
"version": "1.1.2",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

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