@aptly-as/types
Advanced tools
Comparing version 1.1.1 to 1.1.2
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'; |
@@ -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
100765
150
2735