@aptly-as/types
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -85,1 +85,10 @@ export * from './document'; | ||
} | ||
export declare enum AptlyQueueDownloadType { | ||
Document = "document", | ||
Image = "image" | ||
} | ||
export declare enum AptlyQueueDownloadStatus { | ||
Queued = "queued", | ||
Downloaded = "downloaded", | ||
Error = "error" | ||
} |
@@ -103,2 +103,13 @@ "use strict"; | ||
})(AptlyErrorCode = exports.AptlyErrorCode || (exports.AptlyErrorCode = {})); | ||
var AptlyQueueDownloadType; | ||
(function (AptlyQueueDownloadType) { | ||
AptlyQueueDownloadType["Document"] = "document"; | ||
AptlyQueueDownloadType["Image"] = "image"; | ||
})(AptlyQueueDownloadType = exports.AptlyQueueDownloadType || (exports.AptlyQueueDownloadType = {})); | ||
var AptlyQueueDownloadStatus; | ||
(function (AptlyQueueDownloadStatus) { | ||
AptlyQueueDownloadStatus["Queued"] = "queued"; | ||
AptlyQueueDownloadStatus["Downloaded"] = "downloaded"; | ||
AptlyQueueDownloadStatus["Error"] = "error"; | ||
})(AptlyQueueDownloadStatus = exports.AptlyQueueDownloadStatus || (exports.AptlyQueueDownloadStatus = {})); | ||
//# sourceMappingURL=index.js.map |
@@ -98,2 +98,13 @@ | ||
SessionExpired = 'session-expired' | ||
} | ||
export enum AptlyQueueDownloadType { | ||
Document = 'document', | ||
Image = 'image', | ||
} | ||
export enum AptlyQueueDownloadStatus { | ||
Queued = 'queued', | ||
Downloaded = 'downloaded', | ||
Error = 'error', | ||
} |
@@ -12,2 +12,3 @@ import { AptlyDocumentType } from '../enums'; | ||
unit?: string; | ||
product?: string; | ||
text?: string; | ||
@@ -14,0 +15,0 @@ size: number; |
@@ -14,2 +14,3 @@ import { AptlyDocumentType } from '../enums'; | ||
unit?: string; | ||
product?: string; | ||
text?: string; | ||
@@ -16,0 +17,0 @@ size: number; |
@@ -16,2 +16,3 @@ export * from './booking'; | ||
export * from './project'; | ||
export * from './queue-download'; | ||
export * from './recommendation'; | ||
@@ -18,0 +19,0 @@ export * from './supplier'; |
@@ -21,2 +21,3 @@ "use strict"; | ||
__export(require("./project")); | ||
__export(require("./queue-download")); | ||
__export(require("./recommendation")); | ||
@@ -23,0 +24,0 @@ __export(require("./supplier")); |
@@ -17,2 +17,3 @@ | ||
export * from './project'; | ||
export * from './queue-download'; | ||
export * from './recommendation'; | ||
@@ -19,0 +20,0 @@ export * from './supplier'; |
@@ -16,2 +16,3 @@ import { AptlyDBCrawlerCleaner, AptlyHistorySchema } from './extends'; | ||
variants: AptlyProductVariantSchema<ID, DATE>[]; | ||
url?: string; | ||
color?: string; | ||
@@ -18,0 +19,0 @@ colorLabel?: string; |
@@ -17,2 +17,3 @@ import { AptlyDBCrawlerCleaner, AptlyHistorySchema } from './extends'; | ||
variants: AptlyProductVariantSchema<ID, DATE>[]; | ||
url?: string; | ||
color?: string; | ||
@@ -19,0 +20,0 @@ colorLabel?: string; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110192
158
3001